.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: var(--gold, linear-gradient(138deg, rgba(93, 68, 41, 1) 0%, rgba(160, 128, 92, 1) 25%, rgba(224, 200, 162, 1) 50%, rgba(170, 140, 100, 1) 75%, rgba(93, 68, 41, 1) 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: #d8a950;
    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 .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;
}
