#global-offers-popup .modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
#global-offers-popup.show ~ .modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
:root:has(#global-offers-popup) .modal-backdrop.fade.show{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:rgba(0,0,0,0.5) !important;opacity:1 !important}
.global-offers-modal-dialog{max-width:560px}
.global-offers-popup{background:#fff;border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,0.3);text-align:center;border:0}
.global-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}
.global-offers-popup-close{height:20px;width:20px}
.global-offers-card-partner-name{font-size:12px;color:var(--Stone)}
.global-offers-card-tag{background-color:var(--bs-success);height:fit-content;font-size:12px;right:16px;border-radius:4px}
.global-offers-card-tag-curve{width:8px;height:8px;padding:0 0 4px 4px;background-color:#125c31;position:fixed;right:16px;top:62px;border-radius:0 4px 4px 0}
.global-offers-benefit{font-size:12px}
#global-offers-popup .swiper{display:inline-block;width:100%;max-width:100%;margin:auto}
#global-offers-popup .swiper-slide{display:flex;justify-content:center;align-items:center}
.global-offers-card{background-color:var(--bs-Bright-orange);border-radius:12px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.2);margin-bottom:16px}
.global-offers-card-logo{height:34px;width:auto}
.global-offers-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}
.global-offers-card-benefits{background-color:var(--bs-white);border-radius:0 0 8px 8px}
.global-offers-bullet{width:4px;height:4px;background:var(--bs-warning);display:inline-block}
.global-offers-popup-card{border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1)}
.global-offers-popup-card-body{display:flex}
.global-offers-popup-info-block{flex:1;text-align:center}
.global-offers-popup-divider{width:1px;margin:0 .5rem;background-color:#AAA}
#global-offers-popup .swiper-horizontal>.swiper-pagination-bullets,#global-offers-popup .swiper-pagination-bullets.swiper-pagination-horizontal,#global-offers-popup .swiper-pagination-custom,#global-offers-popup .swiper-pagination-fraction{bottom:0}
#global-offers-popup .swiper-pagination-bullet-active{background:var(--bs-primary)}
@keyframes fillBullet{from{width:0}
to{width:100%}
}
#global-offers-popup .swiper-pagination-bullet{position:relative;width:6px;height:6px;background-color:grey;overflow:hidden}
#global-offers-popup .swiper-pagination-bullet-active{width:22px;height:6px;border-radius:12px}
#global-offers-popup .swiper-pagination-bullet-active::before{content:'';position:absolute;top:0;left:0;height:100%;width:0;background-color:var(--bs-dark);border-radius:0;animation:fillBullet 4s linear forwards}
.global-offers-popup-heading,.global-offers-popup-red-link{font-size:14px}
@media(max-width:767px){#global-offers-popup.fade{-webkit-backdrop-filter:blur(6px) !important;backdrop-filter:blur(6px) !important}
.global-offers-modal-dialog{max-width:100%;margin:0;position:fixed;bottom:0;left:0;right:0}
.global-offers-popup{border-bottom-left-radius:0;border-bottom-right-radius:0}
.modal-dialog-centered{align-items:flex-end}
.global-offers-card-partner-name{font-size:8px}
.global-offers-card-tag{font-size:10px}
.global-offers-popup-heading,.global-offers-popup-red-link{font-size:12px}
.global-offers-popup-red-link{margin-top:12px !important}
.global-offers-popup-value{font-size:14px}
.global-offers-popup-close{height:14px;width:14px}
.global-offers-card-tag{right:8px}
.global-offers-card-tag-curve{right:8px;top:50px}
}