.single-product #bogo-free-box.bogo-free-box {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0 12px;
    padding: 20px;
    color: #f7f0da;
    background: linear-gradient(145deg, #111, #080808);
    border: 1px solid rgba(218, 177, 52, .78);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .025);
    font-family: inherit;
    text-align: left;
}

.bogo-status { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.bogo-gift-icon {
    display: inline-flex; align-items: center; justify-content: center; flex: 0 0 52px;
    width: 52px; height: 52px; color: #d9ae32; font-size: 25px;
    border: 1px solid rgba(218, 177, 52, .35); border-radius: 50%; background: #171717;
}
.bogo-status-copy { min-width: 0; }
.single-product .bogo-status h3 {
    display: flex; align-items: center; gap: 8px; margin: 0 0 4px; padding: 0;
    color: #e1ba43; font-family: Georgia, 'Times New Roman', serif; font-size: 18px;
    font-weight: 700; line-height: 1.25; letter-spacing: .7px; text-transform: uppercase;
}
.single-product .bogo-status p { margin: 0; color: #d6d1c4; font-size: 13px; line-height: 1.5; }
.bogo-check {
    display: none; align-items: center; justify-content: center; width: 20px; height: 20px;
    color: #fff; background: #36b957; border-radius: 50%; font: 700 12px/1 Arial, sans-serif;
}
.bogo-title-unlocked, .bogo-copy-unlocked { display: none; }
.is-unlocked .bogo-title-unlocked, .is-unlocked .bogo-copy-unlocked, .is-unlocked .bogo-check { display: inline-flex; }
.is-unlocked .bogo-title-locked, .is-unlocked .bogo-copy-locked { display: none; }
.bogo-field-label { margin: 0 0 8px; color: #d9ae32; font-size: 13px; font-weight: 700; }
.bogo-dropdown { position: relative; width: 100%; }
.single-product .bogo-dropdown-header {
    display: flex; align-items: center; justify-content: space-between; width: 100%; height: 46px;
    margin: 0; padding: 0 15px; box-sizing: border-box; color: #f6f0df; background: #0d0d0d;
    border: 1px solid rgba(218, 177, 52, .62); border-radius: 7px; box-shadow: none;
    font: 500 14px/1.2 inherit; text-align: left; cursor: pointer;
}
.single-product .bogo-dropdown-header:focus-visible { outline: 2px solid #e0b63d; outline-offset: 2px; }
.single-product .bogo-dropdown-header:disabled { color: #817b6d; border-color: #403a2b; cursor: not-allowed; opacity: .78; }
.bogo-chevron { width: 9px; height: 9px; border-right: 2px solid #d9ae32; border-bottom: 2px solid #d9ae32; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.is-open .bogo-chevron { transform: rotate(225deg) translate(-2px, -2px); }
.bogo-dropdown-body {
    position: relative; z-index: 12; width: 100%; box-sizing: border-box; margin-top: 4px;
    background: #0b0b0b; border: 1px solid rgba(218, 177, 52, .62); border-radius: 7px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .42); overflow: hidden;
}
.bogo-dropdown-body[hidden] { display: none !important; }
.bogo-list { max-height: 252px; overflow-y: auto; scrollbar-color: #82691f #171717; }
.single-product .bogo-item {
    display: grid; grid-template-columns: 38px minmax(0, 1fr) 16px; align-items: center; gap: 12px;
    width: 100%; min-height: 54px; margin: 0; padding: 7px 12px; box-sizing: border-box;
    color: #f1ede2; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.055);
    border-radius: 0; font: 500 13px/1.3 inherit; text-align: left; cursor: pointer;
}
.single-product .bogo-item:last-child { border-bottom: 0; }
.single-product .bogo-item:hover, .single-product .bogo-item:focus-visible, .single-product .bogo-item.is-selected { background: linear-gradient(90deg, rgba(131, 94, 25, .62), rgba(73, 51, 15, .38)); outline: 0; }
.bogo-item img { width: 36px; height: 36px; object-fit: cover; border-radius: 5px; border: 1px solid rgba(218,177,52,.35); background: #fff; }
.bogo-item span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bogo-item i { width: 13px; height: 13px; box-sizing: border-box; border: 1px solid #aaa; border-radius: 50%; }
.bogo-item.is-selected i { border: 4px solid #d9ae32; }
.single-product #bogo-claim-btn {
    display: block; width: 100%; height: 46px; margin: 14px 0 0; padding: 0 16px; box-sizing: border-box;
    color: #080808; background: linear-gradient(100deg, #8c661a, #dfb83e, #8c661a);
    border: 1px solid #d9ae32; border-radius: 8px; box-shadow: none;
    font: 800 12px/44px inherit; letter-spacing: .8px; text-align: center; text-transform: uppercase;
    cursor: pointer; transition: filter .18s ease, transform .18s ease;
}
.single-product #bogo-claim-btn:not(:disabled):hover { filter: brightness(1.12); transform: translateY(-1px); }
.single-product #bogo-claim-btn:disabled { color: rgba(249,224,143,.72); background: linear-gradient(100deg, #4c3818, #775a24, #4c3818); border-color: #70561d; cursor: not-allowed; opacity: .82; }
.bogo-feedback { min-height: 0; margin-top: 8px; font-size: 12px; text-align: center; }
.bogo-feedback:empty { display: none; }
.bogo-feedback.is-success { color: #67d47e; }
.bogo-feedback.is-error { color: #ff8080; }
.is-locked .bogo-gift-icon { filter: grayscale(1); opacity: .55; }

@media (max-width: 767px) {
    .single-product #bogo-free-box.bogo-free-box { margin-top: 12px; padding: 15px 12px; border-radius: 11px; }
    .bogo-status { gap: 11px; margin-bottom: 14px; }
    .bogo-gift-icon { flex-basis: 44px; width: 44px; height: 44px; font-size: 21px; }
    .single-product .bogo-status h3 { font-size: 15px; letter-spacing: .4px; }
    .single-product .bogo-status p { font-size: 12px; }
    .single-product .bogo-dropdown-header, .single-product #bogo-claim-btn { height: 44px; }
}

/* ======================================================
   Luxury Prepaid Banner — Design Tokens and Base
====================================================== */

.luxury-prepaid-banner {
    --lp-white: #fff;
    --lp-silver: #ececec;
    --lp-gold-light: #f8e39b;
    --lp-gold: #d4af37;
    --lp-gold-deep: #9c7418;
    --lp-border: rgba(212, 175, 55, .52);
    --lp-radius: 16px;
    --lp-ease: cubic-bezier(.22, 1, .36, 1);
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin: 0 0 18px;
    padding: 18px 20px;
    overflow: hidden;
    box-sizing: border-box;
    color: var(--lp-white);
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .045), transparent 34%),
        linear-gradient(145deg, rgba(20, 20, 20, .98), rgba(6, 6, 6, .99));
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .055),
        inset 0 -1px 0 rgba(255, 255, 255, .018),
        0 14px 34px rgba(0, 0, 0, .32);
    transition: transform 400ms var(--lp-ease), border-color 400ms ease, box-shadow 400ms ease;
    transform: translate3d(0, 0, 0);
}

/* Polished-metal shimmer */
.luxury-prepaid-banner::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -35%;
    left: 0;
    width: 22%;
    height: 170%;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(212, 175, 55, .025) 24%,
        rgba(248, 227, 155, .16) 43%,
        rgba(255, 250, 225, .42) 50%,
        rgba(212, 175, 55, .14) 57%,
        transparent 100%
    );
    will-change: transform, opacity;
    animation: lp-gold-shimmer 4s var(--lp-ease) infinite;
    transform: translate3d(-140%, 0, 0) skewX(-18deg);
}

/* Subtle animated gold border */
.luxury-prepaid-banner::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    padding: 1px;
    pointer-events: none;
    opacity: .26;
    border-radius: inherit;
    background: linear-gradient(
        115deg,
        rgba(156, 116, 24, .28),
        rgba(248, 227, 155, .88) 24%,
        rgba(212, 175, 55, .22) 46%,
        rgba(255, 245, 200, .7) 72%,
        rgba(156, 116, 24, .3)
    );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    will-change: opacity;
    animation: lp-border-reflection 4s ease-in-out infinite;
    transition: opacity 400ms ease;
}

/* Content layer */
.luxury-prepaid-banner > * {
    position: relative;
    z-index: 2;
}

/* Premium icon container */
.lp-icon {
    display: flex;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    box-sizing: border-box;
    color: #090909;
    background: linear-gradient(145deg, var(--lp-gold-light) 0%, var(--lp-gold) 48%, var(--lp-gold-deep) 100%);
    border: 1px solid rgba(255, 240, 184, .64);
    border-radius: 14px;
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, .58),
        inset 0 -2px 3px rgba(76, 49, 0, .2),
        0 8px 18px rgba(212, 175, 55, .2);
    font-size: 24px;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .24);
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center;
    will-change: transform, opacity;
    animation: lp-icon-pulse 6s ease-in-out infinite;
}

/* Text content */
.lp-content {
    flex: 1 1 auto;
    min-width: 0;
}

.lp-title {
    margin: 0;
    color: var(--lp-white);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .72);
}

.lp-subtitle {
    margin: 6px 0 0;
    color: var(--lp-silver);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .005em;
}

/* Embossed gold badge */
.lp-badge {
    flex: 0 0 auto;
    padding: 9px 16px;
    color: #131006;
    background: linear-gradient(145deg, #fff0b1 0%, #dfbd4f 42%, #bd9026 100%);
    border: 1px solid rgba(255, 235, 158, .74);
    border-radius: 999px;
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, .72),
        inset 0 -2px 2px rgba(91, 59, 0, .18),
        0 5px 13px rgba(0, 0, 0, .24);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .065em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Refined hover state */
@media (hover: hover) {
    .luxury-prepaid-banner:hover {
        border-color: rgba(232, 197, 83, .82);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .07),
            0 17px 38px rgba(0, 0, 0, .38),
            0 0 18px rgba(212, 175, 55, .1);
        transform: translate3d(0, -2px, 0);
    }

    .luxury-prepaid-banner:hover::after {
        opacity: .62;
    }
}

/* GPU-friendly animations */
@keyframes lp-gold-shimmer {
    0%, 10% {
        opacity: 0;
        transform: translate3d(-140%, 0, 0) skewX(-18deg);
    }
    16% { opacity: .72; }
    42% {
        opacity: 0;
        transform: translate3d(560%, 0, 0) skewX(-18deg);
    }
    100% {
        opacity: 0;
        transform: translate3d(560%, 0, 0) skewX(-18deg);
    }
}

@keyframes lp-border-reflection {
    0%, 20%, 100% { opacity: .22; }
    34% { opacity: .5; }
    48% { opacity: .26; }
}

@keyframes lp-icon-pulse {
    0%, 100% {
        opacity: .96;
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1.025);
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .luxury-prepaid-banner {
        gap: 15px;
        padding: 17px 18px;
    }
    .lp-title { font-size: 20px; }
    .lp-badge { padding: 8px 13px; font-size: 11px; }
}

/* Mobile */
@media (max-width: 767px) {
    .luxury-prepaid-banner {
        gap: 12px;
        margin-bottom: 14px;
        padding: 14px;
        border-radius: 14px;
    }
    .lp-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        border-radius: 12px;
        font-size: 21px;
    }
    .lp-title {
        font-size: clamp(17px, 4.8vw, 19px);
        line-height: 1.22;
    }
    .lp-subtitle {
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.42;
    }
    .lp-badge { display: none; }
}

/* Reduced-motion accessibility */
@media (prefers-reduced-motion: reduce) {
    .luxury-prepaid-banner,
    .luxury-prepaid-banner::before,
    .luxury-prepaid-banner::after,
    .lp-icon {
        animation: none;
        transition: none;
    }
    .luxury-prepaid-banner::before { display: none; }
}
