.layout-content-holder-bc .horizontalList .horizontal-sl-list-container.promotion-page-shell {
    padding: 0 var(--padding-page-aside, 10px) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    overflow: visible !important;
    box-sizing: border-box;
}

.layout-content-holder-bc .promotion-page-shell .promotion-banner-row,
.layout-content-holder-bc .promotion-banner-row-mobile {
    width: 100%;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    background: rgb(4, 25, 59);
    border: 1px solid #d8a950;
    box-shadow: 0 10px 20px rgba(4, 25, 59, 0.35);
}

.layout-content-holder-bc .promotion-page-shell .promotion-banner-bc,
.layout-content-holder-bc .promotion-banner-row-mobile .promotion-banner-bc {
    position: relative;
    z-index: 1;
    width: 100%;
    height: clamp(72px, 18vw, 96px);
    min-height: 72px;
    max-height: 96px;
    pointer-events: none;
    overflow: hidden;
}

.layout-content-holder-bc .promotion-page-shell .promotion-banner-copy,
.layout-content-holder-bc .promotion-banner-row-mobile .promotion-banner-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.layout-content-holder-bc .promotion-page-shell .promotion-banner-brand,
.layout-content-holder-bc .promotion-banner-row-mobile .promotion-banner-brand {
    margin: 0;
    font-family: Outfit, Arial, sans-serif;
    font-size: clamp(18px, 4vw, 30px);
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.2;
    text-transform: uppercase;
    background: linear-gradient(138deg, #22a328 0%, #7dff9a 42%, #42C95E 78%, #168a28 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.layout-content-holder-bc .promotion-page-shell .promotion-banner-sub,
.layout-content-holder-bc .promotion-banner-row-mobile .promotion-banner-sub {
    margin: 6px 0 0;
    font-family: Outfit, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #42C95E;
    letter-spacing: 2.4px;
    line-height: 1.2;
    text-transform: uppercase;
}

.layout-content-holder-bc .promotion-page-shell .promotion-banner-sub::after,
.layout-content-holder-bc .promotion-banner-row-mobile .promotion-banner-sub::after {
    content: "";
    display: block;
    width: min(216px, 60%);
    height: 1.5px;
    margin-top: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d8a950 0%, rgba(224, 200, 162, 0.45) 70%, transparent 100%);
}

.layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc {
    position: relative;
    z-index: 2;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 6px;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 52px !important;
    max-height: none !important;
    margin-top: 0;
    padding: 0 !important;
    border-radius: 0 !important;
    border-bottom: none !important;
    background: transparent !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc::-webkit-scrollbar {
    display: none;
}

.layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc > .horizontal-sl-item-bc,
.layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc .horizontal-sl-wheel {
    position: relative !important;
    z-index: 1;
    flex: 0 0 auto;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
}

.layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc .horizontal-sl-wheel {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 6px;
}

.layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc .horizontal-sl-item-bc {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-width: 72px !important;
    width: auto !important;
    height: 52px !important;
    margin-inline-start: 0 !important;
    box-sizing: border-box;
}

.layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc .horizontal-sl-item-bc.active {
    position: relative !important;
    left: auto !important;
    right: auto !important;
}

.layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc .horizontal-sl-title-bc {
    font-size: 9px;
    line-height: 11px;
}

.layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc .horizontal-sl-icon-bc {
    height: 22px;
    font-size: 22px;
}

@media screen and (min-width: 768px) {
    .layout-content-holder-bc .promotion-page-shell .promotion-banner-bc {
        height: 96px;
        min-height: 96px;
        max-height: 96px;
    }

    .layout-content-holder-bc .promotion-page-shell .promotion-banner-row-mobile {
        display: none;
    }
}

html.is-mobile .layout-content-holder-bc .horizontalList:has(.promotion-page-shell) {
    margin: 0;
    padding: 0;
}

html.is-mobile .layout-content-holder-bc .horizontalList:has(.promotion-page-shell:empty) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

html.is-mobile .layout-content-holder-bc .promotion-page-shell {
    padding: 0 var(--padding-page-aside, 10px) !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
}

html.is-mobile .layout-content-holder-bc .promotion-page-shell .promotion-horizontal-sl-list-bc {
    min-height: 52px !important;
    margin: 0 !important;
}

html.is-mobile .layout-header-holder-bc .promotion-horizontal-sl-list-bc {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 6px;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 6px var(--padding-page-aside, 10px) 8px !important;
    box-sizing: border-box;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: rgb(4, 25, 59) !important;
    border-bottom: 1px solid #d8a950;
}

html.is-mobile .layout-header-holder-bc .promotion-horizontal-sl-list-bc::-webkit-scrollbar {
    display: none;
}

html.is-mobile .layout-header-holder-bc .promotion-horizontal-sl-list-bc .horizontal-sl-item-bc {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    flex: 0 0 auto !important;
    min-width: 72px !important;
    height: 52px !important;
}

html.is-mobile .layout-content-holder-bc:has(.promotion-page-shell) {
    padding-top: calc(var(--mobile-header-full-height, 100px) + var(--dynamic-header, 0px) + 58px) !important;
}

html.is-mobile .overlay-sliding-wrapper-bc.promotion-details-popup:not(.display-none) .back-nav-bc {
    opacity: 1 !important;
}

html.is-mobile .layout-content-holder-bc .promotions-page-section {
    padding: 0 var(--padding-page-aside, 10px);
    box-sizing: border-box;
}

html.is-mobile .layout-content-holder-bc .promotion-banner-row-mobile {
    margin: 10px 0;
}

html.is-mobile .layout-content-holder-bc .promotion-banner-row-mobile .promotion-banner-copy {
    padding: 0 16px;
}

html.is-mobile .layout-content-holder-bc .promotion-banner-row-mobile .promotion-banner-brand {
    font-size: clamp(18px, 5vw, 26px);
}

html.is-mobile .layout-content-holder-bc .promotion-banner-row-mobile .promotion-banner-sub {
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: 1.6px;
}

html.is-mobile .layout-content-holder-bc .promotion-banner-row-mobile .promotion-banner-sub::after {
    width: min(180px, 55%);
    margin-top: 6px;
}

html.is-web .layout-content-holder-bc .promotions-page-section,
html.is-mobile .layout-content-holder-bc .promotions-page-section {
    width: 100%;
    box-sizing: border-box;
}

html.is-web .layout-content-holder-bc .promotionsList-bc,
html.is-mobile .layout-content-holder-bc .promotionsList-bc {
    display: grid !important;
    grid-gap: 10px;
    width: 100%;
    min-height: 1px;
    visibility: visible !important;
    opacity: 1 !important;
}

html.is-web .layout-content-holder-bc .promotionsList-bc:not(.gridView) {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 345px), 1fr));
}

html.is-web .layout-content-holder-bc .promotionsListEl-bc,
html.is-mobile .layout-content-holder-bc .promotionsListEl-bc {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden;
}

html.is-web .layout-content-holder-bc .promotionsArticleThumbnail-bc,
html.is-mobile .layout-content-holder-bc .promotionsArticleThumbnail-bc,
html.is-web .layout-content-holder-bc .promotionsListEl-bc img.promotionsArticleThumbnail-bc,
html.is-mobile .layout-content-holder-bc .promotionsListEl-bc img.promotionsArticleThumbnail-bc {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 120px;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transform: none !important;
    flex: 0 0 auto !important;
}

html.is-web .layout-content-holder-bc .promotion-details-header .promotion-details-img,
html.is-web .layout-content-holder-bc .promotionDetail .promotion-details-img,
html.is-web #base_popup_id .promotion-details-header > img.promotion-details-img,
html.is-web #base_popup_id > div.promotion-details-container > div.promotion-details-header > img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: contain !important;
    object-position: center top !important;
}

@keyframes promo-modal-in {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes promo-modal-scrim-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none),
html.is-web .popup-holder-bc.promotionDetail:not(.display-none),
html.is-web body > .popup-holder-bc.promotion-details-popup:not(.display-none),
html.is-web body > .popup-holder-bc.promotionDetail:not(.display-none) {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: none !important;
    z-index: 2147483000 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    padding: 0 !important;
    background:
        radial-gradient(ellipse 70% 55% at 50% 18%, rgba(61, 95, 138, 0.18), transparent 58%),
        radial-gradient(ellipse 50% 40% at 80% 90%, rgba(216, 169, 80, 0.08), transparent 55%),
        rgba(0, 0, 8, 0.72) !important;
    backdrop-filter: blur(14px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(14px) saturate(1.2) !important;
    animation: promo-modal-scrim-in 220ms ease-out both !important;
}

html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) .popup-middleware-bc,
html.is-web .popup-holder-bc.promotionDetail:not(.display-none) .popup-middleware-bc {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: clamp(16px, 3vw, 36px) !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) .popup-inner-bc,
html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) #base_popup_id,
html.is-web .popup-holder-bc.promotionDetail:not(.display-none) .popup-inner-bc,
html.is-web .popup-holder-bc.promotionDetail:not(.display-none) #base_popup_id {
    position: relative !important;
    z-index: 2147483001 !important;
    width: min(1080px, 94vw) !important;
    max-width: 1080px !important;
    height: auto !important;
    max-height: min(86vh, 820px) !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    border-radius: 18px !important;
    border: 1px solid rgba(216, 169, 80, 0.28) !important;
    background:
        linear-gradient(165deg, rgba(21, 14, 45, 0.96) 0%, rgba(5, 8, 16, 0.98) 48%, rgba(10, 12, 24, 0.99) 100%) !important;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 28px 64px rgba(0, 0, 0, 0.55),
        0 0 48px rgba(61, 95, 138, 0.12) !important;
    color: #fff !important;
    animation: promo-modal-in 280ms cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

html.is-web .popup-holder-bc.promotionDetail:not(.display-none) .e-p-close-icon-bc,
html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) .e-p-close-icon-bc,
html.is-web .popup-holder-bc.promotionDetail:not(.display-none) #close_popup_button_id,
html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) #close_popup_button_id {
    top: 14px !important;
    right: 14px !important;
    left: auto !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    z-index: 2147483646 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease !important;
}

html.is-web .popup-holder-bc.promotionDetail:not(.display-none) .e-p-close-icon-bc:hover,
html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) .e-p-close-icon-bc:hover,
html.is-web .popup-holder-bc.promotionDetail:not(.display-none) #close_popup_button_id:hover,
html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) #close_popup_button_id:hover {
    background: rgba(61, 95, 138, 0.22) !important;
    border-color: rgba(61, 95, 138, 0.45) !important;
    color: #fff !important;
}

html.is-web .popup-holder-bc.promotionDetail:not(.display-none) .overlay-header,
html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) .overlay-header {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    min-height: 56px !important;
    padding: 14px 64px 12px 22px !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent) !important;
    position: relative !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

html.is-web .popup-holder-bc.promotionDetail:not(.display-none) .overlay-header .back-nav-title-bc-h1,
html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) .overlay-header .back-nav-title-bc-h1 {
    margin: 0 !important;
    font-family: Outfit, "Segoe UI", sans-serif !important;
    font-size: clamp(17px, 1.6vw, 22px) !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    line-height: 1.25 !important;
    color: #fff !important;
    pointer-events: auto !important;
    background: linear-gradient(138deg, #22a328 0%, #9BE8A8 42%, #42C95E 78%, #168a28 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

html.is-web .layout-content-holder-bc .promotion-details-container,
html.is-web .popup-holder-bc.promotionDetail .promotion-details-container,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-container {
    display: grid !important;
    grid-template-columns: minmax(300px, 42%) minmax(0, 1fr) !important;
    gap: 0 !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: calc(min(86vh, 820px) - 56px) !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-header,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-header,
html.is-web .popup-holder-bc.promotionDetail .promotion-details-media,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-media {
    position: relative !important;
    margin: 18px 0 18px 18px !important;
    border-radius: 14px !important;
    overflow: auto !important;
    max-height: calc(min(86vh, 820px) - 72px) !important;
    background: #0A1628 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
    align-self: stretch !important;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-header .promotion-details-img,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-header .promotion-details-img,
html.is-web .popup-holder-bc.promotionDetail .promotion-details-img,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
    opacity: 1 !important;
    visibility: visible !important;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-info,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info {
    grid-row: auto !important;
    min-height: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 18px 22px 24px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(216, 169, 80, 0.45) transparent;
    box-sizing: border-box !important;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-info::-webkit-scrollbar,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info::-webkit-scrollbar {
    width: 8px;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-info::-webkit-scrollbar-thumb,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info::-webkit-scrollbar-thumb {
    background: rgba(216, 169, 80, 0.4);
    border-radius: 999px;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-info .bigtitle,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info .bigtitle,
html.is-web .popup-holder-bc.promotionDetail .promotion-details-info > p:first-child,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info > p:first-child {
    text-align: left !important;
    margin: 0 0 14px !important;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-info .bigtitle span,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info .bigtitle span,
html.is-web .popup-holder-bc.promotionDetail .promotion-details-info .bigtitle strong,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info .bigtitle strong {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: Outfit, "Segoe UI", sans-serif !important;
    font-size: clamp(20px, 2vw, 28px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.15px !important;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-info p,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info p {
    margin: 0 0 12px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-info strong,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info strong {
    color: #9BE8A8 !important;
    font-weight: 600 !important;
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-info a,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info a {
    color: #42C95E !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(66, 201, 94, 0.35);
}

html.is-web .popup-holder-bc.promotionDetail .promotion-details-info a:hover,
html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info a:hover {
    color: #42C95E !important;
    border-bottom-color: rgba(66, 201, 94, 0.55);
}

html.is-web:has(.popup-holder-bc.promotionDetail:not(.display-none)),
html.is-web:has(.popup-holder-bc.promotion-details-popup:not(.display-none)) {
    overflow: hidden !important;
}

html.is-web:has(.popup-holder-bc.promotionDetail:not(.display-none)) .layout-header-holder-bc,
html.is-web:has(.popup-holder-bc.promotionDetail:not(.display-none)) .layout-header-holder-bc .header-bc,
html.is-web:has(.popup-holder-bc.promotionDetail:not(.display-none)) .layout-header-holder-bc .hdr-main-content-bc,
html.is-web:has(.popup-holder-bc.promotion-details-popup:not(.display-none)) .layout-header-holder-bc,
html.is-web:has(.popup-holder-bc.promotion-details-popup:not(.display-none)) .layout-header-holder-bc .header-bc,
html.is-web:has(.popup-holder-bc.promotion-details-popup:not(.display-none)) .layout-header-holder-bc .hdr-main-content-bc {
    z-index: 1 !important;
}

@media (max-width: 900px) {
    html.is-web .layout-content-holder-bc .promotion-details-container,
    html.is-web .popup-holder-bc.promotionDetail .promotion-details-container,
    html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-container {
        grid-template-columns: 1fr !important;
        max-height: calc(min(86vh, 820px) - 56px) !important;
        overflow-y: auto !important;
    }

    html.is-web .popup-holder-bc.promotionDetail .promotion-details-header,
    html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-header,
    html.is-web .popup-holder-bc.promotionDetail .promotion-details-media,
    html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-media {
        margin: 14px 14px 0 !important;
    }

    html.is-web .popup-holder-bc.promotionDetail .promotion-details-info,
    html.is-web .popup-holder-bc.promotion-details-popup .promotion-details-info {
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
        padding: 16px 16px 22px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none),
    html.is-web .popup-holder-bc.promotionDetail:not(.display-none),
    html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) .popup-inner-bc,
    html.is-web .popup-holder-bc.promotionDetail:not(.display-none) .popup-inner-bc,
    html.is-web .popup-holder-bc.promotion-details-popup:not(.display-none) #base_popup_id,
    html.is-web .popup-holder-bc.promotionDetail:not(.display-none) #base_popup_id {
        animation: none !important;
    }
}
