.chr-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(17,17,17,0.85);z-index:1000}
.chr-offer-popup{max-width:35vw;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,0.3);z-index:1001;width:auto;text-align:center}
.chr-offers-popup-header{background-image:linear-gradient(to right,var(--bs-secondary) 0,#fd4c60 100%);border-top-left-radius:12px;border-top-right-radius:12px}
.chr-popup-close{height:20px;width:20px}
.chr-offer-card-partner-name{font-size:12px;color:var(--Stone)}
.chr-offer-card-tag{background-color:var(--bs-success);height:fit-content;font-size:12px;right:16px;border-radius:4px}
.chr-offer-card-tag-curve{width:8px;height:8px;padding:0 0 4px 4px;background-color:#125c31;position:fixed;right:16px;top:63px;border-radius:0 4px 4px 0}
.chr-offer-benefit{font-size:12px}
.swiper{display:inline-block;width:100%;max-width:100%;margin:auto}
.swiper-slide{display:flex;justify-content:center;align-items:center}
.chr-offer-card{background-color:var(--bs-Bright-orange);border-radius:12px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.2)}
.chr-offer-card-logo{height:34px;width:auto}
.chr-offer-card-details{background-color:var(--bs-white);border-radius:8px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.2);z-index:1}
.chr-offer-card-benefits{background-color:var(--bs-white);border-radius:0 0 8px 8px}
.chr-offer-bullet{width:4px;height:4px;background:var(--bs-warning);display:inline-block}
.card{border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}
.card-body{display:flex}
.info-block{flex:1;text-align:center}
.chr-offers-popup-divider{width:1px;margin:0 1.5rem;background-color:#AAA}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0}
.swiper-pagination-bullet-active{background:var(--bs-primary)}
@keyframes fillBullet{from{width:0}
to{width:100%}
}
.swiper-pagination-bullet{position:relative;width:6px;height:6px;background-color:grey;overflow:hidden}
.swiper-pagination-bullet-active{width:22px;height:6px}
.swiper-pagination-bullet-active::before{content:'';position:absolute;top:0;left:0;height:100%;width:0;background-color:var(--bs-dark);border-radius:50%;animation:fillBullet 4s linear forwards}
.chr-offers-popup-heading,.chr-offer-popup-red-link{font-size:14px}
@media(min-width:768px) and (max-width:1075px){.chr-offer-popup{display:none}
.chr-overlay{display:none}
}
@media(max-width:767px){.chr-offer-popup{max-width:unset;top:auto;bottom:0;left:0;transform:none;width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0}
.chr-offer-card-partner-name{font-size:8px}
.chr-offer-card-tag{font-size:10px}
.chr-offers-popup-heading,.chr-offer-popup-red-link{font-size:12px}
.chr-offers-popup-value{font-size:14px}
.chr-popup-close{height:14px;width:14px}
}