:root {
    --bh-red: #e51d2a;
    --bh-red-dark: #c91420;
    --bh-red-soft: #fff4f5;
    --bh-red-border: #f5d6d9;
    --bh-ink: #111827;
    --bh-text: #344054;
    --bh-muted: #718096;
    --bh-line: #e8ebf0;
    --bh-soft: #fafbfc;
    --bh-white: #ffffff;
    --bh-shadow:
        0 24px 70px rgba(16, 24, 40, 0.07);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.bh-public {
    margin: 0;
    min-height: 100vh;
    color: var(--bh-ink);
    background: #ffffff;
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "SF Pro Display",
        "Segoe UI",
        sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.bh-public a {
    color: inherit;
    text-decoration: none;
}

body.bh-public button,
body.bh-public input {
    font: inherit;
}

.bh-container,
.bds-container {
    width:min(1280px,calc(100% - 72px));
    margin-inline: auto;
}

/* Navigation */

.bh-nav-shell {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 12px 14px 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.bh-nav {
    min-height: 76px;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 250px;
    align-items: center;
    gap: 30px;
    padding: 0 28px;
    border: 1px solid rgba(17, 24, 39, 0.07);
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 28px rgba(16, 24, 40, 0.035);
}

.bh-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-self: start;
}

.bh-brand-icon {
    width: 31px;
    height: 40px;
    object-fit: contain;
}

.bh-brand-name {
    font-size: 23px;
    font-weight: 760;
    letter-spacing: -0.045em;
}

.bh-brand-name span {
    color: var(--bh-red);
}

.bh-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.bh-nav-links a {
    color: #1f2937;
    font-size: 13px;
    font-weight: 620;
    transition: color 180ms ease;
}

.bh-nav-links a:hover {
    color: var(--bh-red);
}

.bh-nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.bh-button,
.bh-search-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.bh-button:hover,
.bh-search-button:hover {
    transform: translateY(-1px);
}

.bh-button {
    padding: 0 19px;
    border: 1px solid transparent;
}

.bh-button-primary {
    color: #ffffff;
    background: var(--bh-red);
    box-shadow: 0 12px 24px rgba(229, 29, 42, 0.18);
}

.bh-button-secondary {
    color: var(--bh-ink);
    border-color: var(--bh-line);
    background: #ffffff;
}

.bh-search-button {
    gap: 10px;
    padding: 0 17px;
    color: var(--bh-ink);
    border: 1px solid var(--bh-line);
    background: #ffffff;
}

.bh-search-icon {
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.bh-search-icon::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -2px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
}

.bh-mobile-menu {
    display: none;
    position: relative;
}

.bh-mobile-menu summary {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--bh-line);
    border-radius: 13px;
    background: #ffffff;
    cursor: pointer;
    list-style: none;
}

.bh-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.bh-mobile-menu summary span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--bh-ink);
}

.bh-mobile-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(330px, calc(100vw - 30px));
    display: grid;
    gap: 5px;
    padding: 13px;
    border: 1px solid var(--bh-line);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: var(--bh-shadow);
}

.bh-mobile-panel a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 650;
}

.bh-mobile-panel .bh-mobile-primary {
    justify-content: center;
    color: #ffffff;
    background: var(--bh-red);
}

/* Hero */


.bds-home-hero{
    position:relative;
    padding:96px 0 110px;
    overflow:hidden;
}


 
.bds-home-hero-grid{
    display:grid;
    grid-template-columns:560px 560px;
    justify-content:space-between;
    align-items:center;
    column-gap:90px;
}


 
.bds-home-hero-copy{
    max-width:560px;
}


.bds-home-badge {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid #d4efdc;
    border-radius: 999px;
    color: #18813e;
    background: #f1fbf4;
    font-size: 11px;
    font-weight: 700;
}

.bds-home-badge span {
    color: #1eaa51;
    font-size: 10px;
}


 .bds-home-hero h1{
    margin:20px 0 0;
    max-width:500px;
    font-size:64px;
    line-height:1.02;
    letter-spacing:-0.055em;
    font-weight:620;
    color:#101828;
}



.bds-home-hero h1 span{
    display:block;
    margin-top:14px;

    color:#DF1F2D;

    font-weight:630;
}



 .bds-home-hero-description{
    max-width:470px;
    margin-top:24px;
    font-size:18px;
    line-height:1.8;
    font-weight:430;
    color:#667085;
}


.bds-home-search {
    width: 100%;
    min-height: 62px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    padding: 6px 7px 6px 20px;
    border: 1px solid var(--bh-line);
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(16, 24, 40, 0.065);
}

.bds-home-search-icon {
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid #94a3b8;
    border-radius: 50%;
}

.bds-home-search-icon::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -2px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: #94a3b8;
    transform: rotate(45deg);
}

.bds-home-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--bh-ink);
    background: transparent;
    font-size: 14px;
}

.bds-home-search input::placeholder {
    color: #94a3b8;
}

.bds-home-search button {
    min-width: 94px;
    min-height: 48px;
    border: 0;
    border-radius: 13px;
    color: #ffffff;
    background: var(--bh-red);
    box-shadow: 0 10px 22px rgba(229, 29, 42, 0.17);
    font-size: 12px;
    font-weight: 720;
    cursor: pointer;
}

.bds-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.bds-home-hero-actions .bds-button {
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 720;
}

.bds-home-hero-actions .bds-button-primary {
    color: #ffffff;
    background: var(--bh-red);
    box-shadow: 0 12px 25px rgba(229, 29, 42, 0.17);
}

.bds-home-hero-actions .bds-button-ghost {
    color: var(--bh-ink);
    border-color: var(--bh-line);
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.045);
}

.bds-home-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 25px;
}

.bds-home-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #708198;
    font-size: 10px;
    font-weight: 650;
}

.bds-home-trust i {
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bh-red);
    background: var(--bh-red-soft);
    font-style: normal;
}

/* Intelligence card */

 
.bds-home-intelligence{
    padding:38px;
    border-radius:32px;
    border:1px solid #edf1f5;
    background:rgba(255,255,255,.90);
    backdrop-filter:blur(24px);
    box-shadow:
        0 20px 70px rgba(17,24,39,.06);
}


.bds-home-intelligence-glow {
    position: absolute;
    width: 260px;
    height: 260px;
    top: -150px;
    right: -95px;
    border-radius: 50%;
    background: rgba(229, 29, 42, 0.045);
    box-shadow:
        0 0 0 55px rgba(229, 29, 42, 0.018),
        0 0 0 105px rgba(229, 29, 42, 0.012);
}

.bds-home-intelligence-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.bds-home-intelligence-label {
    color: var(--bh-red);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.21em;
    text-transform: uppercase;
}

.bds-home-intelligence h2 {
    margin: 12px 0 0;
    color: var(--bh-ink);
    font-size: clamp(29px, 2.4vw, 38px);
    font-weight: 680;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.bds-home-intelligence-star {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--bh-red);
    background: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}

.bds-home-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.bds-home-metric {
    min-width: 0;
    min-height: 84px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--bh-line);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.72);
}

.bds-home-metric-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 800;
}

.bds-home-metric-red {
    color: var(--bh-red);
    background: #fff0f2;
}

.bds-home-metric-green {
    color: #159447;
    background: #eaf9ef;
}

.bds-home-metric-blue {
    color: #2479ed;
    background: #edf5ff;
}

.bds-home-metric-amber {
    color: #ee9500;
    background: #fff6e7;
}

.bds-home-metric strong,
.bds-home-metric span {
    display: block;
}

.bds-home-metric strong {
    color: var(--bh-ink);
    font-size: 16px;
    font-weight: 700;
}

.bds-home-metric span {
    margin-top: 4px;
    color: #7d8ca2;
    font-size: 10px;
    font-weight: 540;
}

.bds-home-flow {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
    align-items: start;
    gap: 12px;
    margin-top: 27px;
    padding-top: 22px;
    border-top: 1px solid var(--bh-line);
}

.bds-home-flow-step {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.bds-home-flow-step b {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bh-red);
    background: #fff4f5;
    font-size: 11px;
    font-weight: 700;
}

.bds-home-flow-step span {
    color: #59677b;
    font-size: 10px;
    font-weight: 550;
    white-space: nowrap;
}

.bds-home-flow-line {
    height: 1px;
    margin-top: 18px;
    background: #e6e9ee;
}

/* Featured deals */

.bds-deals-section {
    padding: 55px 0 78px;
    background: #ffffff;
}

.bds-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 28px;
}

.bds-section-heading > div {
    max-width: 700px;
}

.bds-eyebrow {
    color: var(--bh-red);
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.bds-section-heading h2 {
    margin: 11px 0 0;
    color: var(--bh-ink);
    font-size: clamp(28px, 2.4vw, 38px);
    font-weight: 670;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.bds-section-heading p {
    margin: 10px 0 0;
    color: var(--bh-muted);
    font-size: 14px;
    line-height: 1.6;
}

.bds-section-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 17px;
    border: 1px solid var(--bh-red-border);
    border-radius: 15px;
    color: var(--bh-red);
    background: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.bds-deals-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.bds-deal-card {
    min-width: 0;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid var(--bh-line);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(16, 24, 40, 0.045);
    transition:
        transform 200ms ease,
        box-shadow 200ms ease;
}

.bds-deal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(16, 24, 40, 0.075);
}

.bds-deal-card-main {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 17px;
}

.bds-deal-store-mark {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid var(--bh-line);
    border-radius: 17px;
    color: var(--bh-red);
    background: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.bds-deal-content {
    min-width: 0;
}

.bds-deal-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bds-deal-store-name {
    color: #1f2937;
    font-size: 12px;
    font-weight: 650;
}

.bds-status-badge {
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border: 1px solid var(--bh-line);
    border-radius: 999px;
    color: #7b8797;
    background: #ffffff;
    font-size: 9px;
    font-weight: 600;
}

.bds-deal-content h3 {
    margin: 13px 0 0;
    color: var(--bh-red);
    font-size: 23px;
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.bds-deal-content p {
    margin: 8px 0 0;
    color: var(--bh-text);
    font-size: 12px;
    line-height: 1.55;
}

.bds-deal-card-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: end;
    gap: 10px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--bh-line);
}

.bds-deal-price span,
.bds-deal-price strong {
    display: block;
}

.bds-deal-price span {
    color: #94a3b8;
    font-size: 9px;
    text-decoration: line-through;
}

.bds-deal-price strong {
    margin-top: 3px;
    color: var(--bh-ink);
    font-size: 16px;
    font-weight: 680;
}

.bds-saving-badge {
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    color: var(--bh-red);
    background: var(--bh-red-soft);
    font-size: 9px;
    font-weight: 700;
}

.bds-deal-action {
    min-height: 37px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid var(--bh-red-border);
    border-radius: 11px;
    color: var(--bh-red);
    background: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

.bds-deal-action:hover {
    color: #ffffff;
    border-color: var(--bh-red);
    background: var(--bh-red);
}

/* Footer */

.bh-footer {
    padding: 58px 0 26px;
    border-top: 1px solid var(--bh-line);
    background: #fafafa;
}

.bh-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
}

.bh-footer-brand {
    max-width: 500px;
}

.bh-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bh-footer-logo img {
    width: 29px;
    height: 38px;
    object-fit: contain;
}

.bh-footer-logo strong {
    font-size: 22px;
    font-weight: 720;
}

.bh-footer-logo strong span {
    color: var(--bh-red);
}

.bh-footer-brand p {
    margin: 15px 0 0;
    color: var(--bh-muted);
    font-size: 13px;
    line-height: 1.7;
}

.bh-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.bh-footer-links a {
    padding: 8px 10px;
    color: #657184;
    font-size: 12px;
    font-weight: 600;
}

.bh-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid var(--bh-line);
    color: #8b95a4;
    font-size: 11px;
}

@media (max-width: 1100px) {
    .bh-container,
    .bds-container {
        width: min(100% - 48px, 1320px);
    }

    .bh-nav {
        grid-template-columns: 1fr auto;
    }

    .bh-nav-links {
        display: none;
    }

    .bh-mobile-menu {
        display: block;
    }

     
.bds-home-hero-grid{
    display:grid;
    grid-template-columns:560px 560px;
    justify-content:space-between;
    align-items:center;
    column-gap:90px;
}


     
.bds-home-hero-copy{
    max-width:560px;
}


     
.bds-home-intelligence{
    padding:38px;
    border-radius:32px;
    border:1px solid #edf1f5;
    background:rgba(255,255,255,.90);
    backdrop-filter:blur(24px);
    box-shadow:
        0 20px 70px rgba(17,24,39,.06);
}


    .bds-deals-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .bh-container,
    .bds-container {
        width: min(100% - 28px, 1320px);
    }

    .bh-nav-shell {
        padding: 8px 8px 0;
    }

    .bh-nav {
        min-height: 66px;
        padding: 0 16px;
        border-radius: 18px;
    }

    .bh-brand-name {
        font-size: 20px;
    }

    .bh-brand-icon {
        width: 27px;
        height: 35px;
    }

    .bh-search-button,
    .bh-nav-actions > .bh-button {
        display: none;
    }

    
.bds-home-hero{
    position:relative;
    padding:96px 0 110px;
    overflow:hidden;
}


     
.bds-home-hero-grid{
    display:grid;
    grid-template-columns:560px 560px;
    justify-content:space-between;
    align-items:center;
    column-gap:90px;
}


    
 .bds-home-hero h1{
    margin:20px 0 0;
    max-width:500px;
    font-size:64px;
    line-height:1.02;
    letter-spacing:-0.055em;
    font-weight:620;
    color:#101828;
}


    
 .bds-home-hero-description{
    max-width:470px;
    margin-top:24px;
    font-size:18px;
    line-height:1.8;
    font-weight:430;
    color:#667085;
}


     
.bds-home-intelligence{
    padding:38px;
    border-radius:32px;
    border:1px solid #edf1f5;
    background:rgba(255,255,255,.90);
    backdrop-filter:blur(24px);
    box-shadow:
        0 20px 70px rgba(17,24,39,.06);
}


    .bds-home-metrics {
        grid-template-columns: 1fr;
    }

    .bds-home-flow {
        grid-template-columns: repeat(4, 1fr);
    }

    .bds-home-flow-line {
        display: none;
    }

    .bds-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .bds-deals-grid {
        grid-template-columns: 1fr;
    }

    .bds-deal-card-bottom {
        grid-template-columns: 1fr auto;
    }

    .bds-saving-badge {
        display: none;
    }

    .bh-footer-main {
        grid-template-columns: 1fr;
    }

    .bh-footer-links {
        justify-content: flex-start;
    }

    .bh-footer-bottom {
        flex-direction: column;
    }
}

/* ===========================================================
   FEATURED DEALS V2 (Overrides)
   =========================================================== */

.bds-deals-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
    gap:28px;
    margin-top:46px;
}

.bds-deal-card{
    min-height:285px;
    padding:28px;
    border:1px solid #edf1f5;
    border-radius:30px;
    background:#fff;
    box-shadow:
        0 12px 40px rgba(17,24,39,.05);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.bds-deal-card:hover{
    transform:translateY(-8px) scale(1.01);
    box-shadow:
        0 28px 70px rgba(17,24,39,.08);
}

.bds-deal-card-main{
    grid-template-columns:82px 1fr;
    gap:22px;
}

.bds-deal-store-mark{
    width:82px;
    height:82px;
    border-radius:22px;
    font-size:28px;
    font-weight:700;
    color:var(--bh-red);
    background:#fff7f8;
    border:1px solid #f7d8dc;
}

.bds-deal-store-name{
    font-size:13px;
    font-weight:650;
    color:#667085;
}

.bds-status-badge{
    background:#f8fafc;
    border:1px solid #e7ebef;
    color:#475467;
    font-size:11px;
    font-weight:700;
}

.bds-deal-content h3{
    margin-top:16px;
    color:#111827;
    font-size:28px;
    font-weight:650;
    line-height:1.15;
    letter-spacing:-0.03em;
}

.bds-deal-content p{
    margin-top:14px;
    color:#667085;
    font-size:14px;
    line-height:1.75;
}

.bds-deal-card-bottom{
    margin-top:26px;
    padding-top:22px;
    border-top:1px solid #eef2f6;
}

.bds-deal-price span{
    font-size:12px;
    color:#98a2b3;
}

.bds-deal-price strong{
    margin-top:4px;
    font-size:34px;
    font-weight:700;
    color:#111827;
    letter-spacing:-0.03em;
}

.bds-saving-badge{
    padding:7px 12px;
    border-radius:999px;
    background:#fff1f2;
    color:#df1f2d;
    font-size:10px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.bds-deal-action{
    height:44px;
    padding:0 18px;
    border-radius:14px;
    background:#fff;
    border:1px solid #df1f2d;
    color:#df1f2d;
    font-size:13px;
    font-weight:700;
    transition:.2s;
}

.bds-deal-action:hover{
    background:#df1f2d;
    color:#fff;
}


/* Featured Deal Image */

.bds-deal-image{
    width:100%;
    aspect-ratio:16/9;
    display:block;
    object-fit:cover;
    object-position:center;
    border-radius:22px;
    margin-bottom:22px;
    background:#f8fafc;
}


.bds-deal-store-logo{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    border-radius:22px;
}


/* ---------- Featured Deals V3 ---------- */

.bds-deal-store-mark{
    width:56px;
    height:56px;
    border-radius:16px;
    overflow:hidden;
    flex-shrink:0;
}

.bds-deal-store-logo{
    width:100%;
    height:100%;
    object-fit:contain;
    background:#fff;
    padding:8px;
}

.bds-deal-card-main{
    display:grid;
    grid-template-columns:56px 1fr;
    gap:18px;
    align-items:start;
}

.bds-deal-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:16px;
}

.bds-status-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 12px;
    border-radius:999px;
    background:#fff;
    border:1px solid #e7eaee;
    color:#475467;
    font-size:12px;
    font-weight:600;
}

.bds-deal-content h3{
    margin:10px 0 8px;
}


/* ---------- Featured Deals V4 ---------- */

.bds-deal-card-bottom{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:end;
    gap:22px;
    margin-top:28px;
    padding-top:24px;
    border-top:1px solid #eef2f6;
}

.bds-deal-price{
    display:flex;
    flex-direction:column;
}

.bds-deal-price span{
    order:2;
    margin-top:6px;
    font-size:13px;
    color:#98A2B3;
    text-decoration:line-through;
}

.bds-deal-price strong{
    order:1;
    font-size:38px;
    line-height:1;
    font-weight:700;
    letter-spacing:-0.04em;
    color:#111827;
}

.bds-saving-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:14px;
    width:max-content;
    padding:8px 14px;
    border-radius:999px;
    background:#FFF1F2;
    color:#DF1F2D;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.bds-deal-action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:140px;
    height:46px;
    padding:0 22px;
    border-radius:14px;
    background:#DF1F2D;
    color:#fff;
    border:none;
    font-size:14px;
    font-weight:700;
    transition:.25s;
}

.bds-deal-action:hover{
    background:#b81220;
    transform:translateY(-2px);
}

.bds-deal-action span{
    margin-left:8px;
}


/* =========================================================
   Featured Deals V5 Layout
   ========================================================= */

.bds-deals-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:32px;
    align-items:stretch;
}

.bds-deal-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.bds-deal-card-bottom{
    margin-top:auto;
}

@media (max-width:1200px){

    .bds-deals-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}

@media (max-width:768px){

    .bds-deals-grid{
        grid-template-columns:1fr;
    }

}


/* =========================================================
   FEATURED DEALS V7 — FINAL APPLE TILE POLISH
   ========================================================= */

.bds-deals-section{
    padding:88px 0 110px;
}

.bds-section-heading{
    margin-bottom:38px;
}

.bds-section-heading h2{
    max-width:650px;
    margin-top:12px;
    font-size:clamp(38px,4vw,56px);
    font-weight:620;
    line-height:1.04;
    letter-spacing:-.05em;
}

.bds-section-heading p{
    max-width:600px;
    margin-top:16px;
    font-size:16px;
    line-height:1.7;
}

.bds-deals-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
    margin-top:0;
}

.bds-deal-card{
    min-height:520px;
    padding:0;
    overflow:hidden;
    border:1px solid rgba(17,24,39,.07);
    border-radius:28px;
    background:#fff;
    box-shadow:0 12px 38px rgba(17,24,39,.045);
    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
}

.bds-deal-card:hover{
    transform:translateY(-6px);
    border-color:rgba(223,31,45,.13);
    box-shadow:0 26px 65px rgba(17,24,39,.085);
}

.bds-deal-image{
    width:100%;
    height:230px;
    aspect-ratio:auto;
    margin:0;
    border-radius:0;
    object-fit:cover;
    object-position:center;
    background:#f7f8fa;
}

.bds-deal-card-main{
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    gap:16px;
    align-items:start;
    padding:24px 24px 0;
}

.bds-deal-store-mark{
    width:52px;
    height:52px;
    border-radius:15px;
    overflow:hidden;
    border:1px solid #eceff3;
    background:#fff;
    box-shadow:none;
}

.bds-deal-store-logo{
    width:100%;
    height:100%;
    padding:7px;
    border-radius:15px;
    object-fit:contain;
    background:#fff;
}

.bds-deal-meta{
    min-height:28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.bds-deal-store-name{
    overflow:hidden;
    color:#667085;
    font-size:12px;
    font-weight:620;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.bds-status-badge{
    flex:0 0 auto;
    min-height:25px;
    padding:0 9px;
    border:1px solid #e7ebef;
    border-radius:999px;
    color:#526071;
    background:#fff;
    font-size:9px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.bds-deal-content h3{
    margin:14px 0 0;
    color:#101828;
    font-size:27px;
    font-weight:640;
    line-height:1.08;
    letter-spacing:-.04em;
}

.bds-deal-content p{
    margin:12px 0 0;
    color:#667085;
    font-size:13px;
    line-height:1.65;
}

.bds-deal-card-bottom{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    gap:18px;
    margin-top:auto;
    padding:22px 24px 24px;
    border-top:0;
}

.bds-deal-price strong{
    display:block;
    color:#101828;
    font-size:29px;
    font-weight:650;
    line-height:1;
    letter-spacing:-.04em;
}

.bds-deal-price span{
    display:block;
    margin-top:8px;
    color:#98a2b3;
    font-size:11px;
    font-weight:500;
    text-decoration:line-through;
}

.bds-saving-badge{
    position:absolute;
    top:18px;
    right:18px;
    min-height:28px;
    display:inline-flex;
    align-items:center;
    padding:0 10px;
    margin:0;
    border:1px solid rgba(255,255,255,.75);
    border-radius:999px;
    color:#df1f2d;
    background:rgba(255,255,255,.92);
    box-shadow:0 8px 22px rgba(17,24,39,.08);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    font-size:9px;
    font-weight:800;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.bds-deal-card{
    position:relative;
}

.bds-deal-action{
    min-width:116px;
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:0 16px;
    border:1px solid #df1f2d;
    border-radius:14px;
    color:#fff;
    background:#df1f2d;
    font-size:12px;
    font-weight:720;
    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.bds-deal-action:hover{
    color:#fff;
    background:#bd1623;
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(223,31,45,.18);
}

@media(max-width:1100px){
    .bds-deals-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:720px){
    .bds-deals-section{
        padding:66px 0 78px;
    }

    .bds-deals-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .bds-deal-card{
        min-height:480px;
        border-radius:24px;
    }

    .bds-deal-image{
        height:210px;
    }

    .bds-deal-card-main{
        padding:20px 20px 0;
    }

    .bds-deal-card-bottom{
        padding:20px;
    }

    .bds-deal-content h3{
        font-size:25px;
    }

    .bds-deal-price strong{
        font-size:27px;
    }
}


/* =========================================================
   FEATURED DEALS V8 — MINIMAL FINAL REFINEMENT
   ========================================================= */

.bds-deal-content h3{
    color:#111827;
    font-weight:640;
}

.bds-status-badge{
    gap:6px;
    color:#526071;
    background:#fff;
}

.bds-status-badge::before{
    content:"";
    width:6px;
    height:6px;
    flex:0 0 6px;
    border-radius:50%;
    background:#22a653;
    box-shadow:0 0 0 3px rgba(34,166,83,.10);
}

.bds-deal-store-mark{
    color:#df1f2d;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fff7f8
        );
}

.bds-deal-action{
    min-width:112px;
    color:#111827;
    border:1px solid #e5e9ef;
    background:#fff;
    box-shadow:none;
}

.bds-deal-action:hover{
    color:#fff;
    border-color:#df1f2d;
    background:#df1f2d;
    box-shadow:0 10px 24px rgba(223,31,45,.16);
}

.bds-saving-badge{
    color:#df1f2d;
    border:0;
    background:#fff2f3;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}


/* =========================================================
   FEATURED STORES V1
   ========================================================= */

.bds-stores-section{
    padding:96px 0 112px;
    border-top:1px solid rgba(17,24,39,.055);
    background:
        radial-gradient(
            circle at 88% 10%,
            rgba(223,31,45,.045),
            transparent 28%
        ),
        #fafbfc;
}

.bds-stores-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
    margin-top:42px;
}

.bds-store-card{
    min-width:0;
    overflow:hidden;
    border:1px solid rgba(17,24,39,.07);
    border-radius:28px;
    background:#fff;
    box-shadow:0 12px 38px rgba(17,24,39,.045);
    transition:
        transform .28s ease,
        border-color .28s ease,
        box-shadow .28s ease;
}

.bds-store-card:hover{
    transform:translateY(-6px);
    border-color:rgba(223,31,45,.13);
    box-shadow:0 26px 65px rgba(17,24,39,.085);
}

.bds-store-cover{
    position:relative;
    height:180px;
    overflow:hidden;
    background:#f5f7fa;
}

.bds-store-cover-image{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
}

.bds-store-cover-fallback{
    width:100%;
    height:100%;
    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(223,31,45,.14),
            transparent 32%
        ),
        radial-gradient(
            circle at 12% 84%,
            rgba(223,31,45,.07),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #fff 0%,
            #fff7f8 55%,
            #fff 100%
        );
}

.bds-store-verified{
    position:absolute;
    top:16px;
    right:16px;
    min-height:28px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:0 11px;
    border:1px solid rgba(255,255,255,.78);
    border-radius:999px;
    color:#344054;
    background:rgba(255,255,255,.92);
    box-shadow:0 8px 22px rgba(17,24,39,.08);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    font-size:10px;
    font-weight:700;
}

.bds-store-verified i{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#22a653;
    box-shadow:0 0 0 3px rgba(34,166,83,.10);
}

.bds-store-body{
    padding:0 24px 24px;
}

.bds-store-identity{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:-34px;
    position:relative;
    z-index:2;
}

.bds-store-logo{
    width:68px;
    height:68px;
    flex:0 0 68px;
    display:grid;
    place-items:center;
    overflow:hidden;
    border:5px solid #fff;
    border-radius:21px;
    color:#df1f2d;
    background:
        linear-gradient(
            145deg,
            #fff,
            #fff5f6
        );
    box-shadow:0 10px 28px rgba(17,24,39,.10);
    font-size:22px;
    font-weight:700;
}

.bds-store-logo img{
    width:100%;
    height:100%;
    display:block;
    padding:7px;
    object-fit:contain;
    background:#fff;
}

.bds-store-identity h3{
    margin:35px 0 0;
    color:#101828;
    font-size:23px;
    font-weight:650;
    line-height:1.08;
    letter-spacing:-.035em;
}

.bds-store-location{
    margin:6px 0 0;
    color:#98a2b3;
    font-size:11px;
    font-weight:550;
}

.bds-store-description{
    min-height:66px;
    margin:24px 0 0;
    color:#667085;
    font-size:13px;
    line-height:1.7;
}

.bds-store-footer{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid #edf0f4;
}

.bds-store-stat strong,
.bds-store-stat span{
    display:block;
}

.bds-store-stat strong{
    color:#101828;
    font-size:25px;
    font-weight:650;
    line-height:1;
    letter-spacing:-.04em;
}

.bds-store-stat span{
    margin-top:6px;
    color:#98a2b3;
    font-size:10px;
    font-weight:650;
    text-transform:uppercase;
    letter-spacing:.07em;
}

.bds-store-action{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:0 15px;
    border:1px solid #e5e9ef;
    border-radius:13px;
    color:#111827;
    background:#fff;
    font-size:11px;
    font-weight:700;
    transition:
        color .2s ease,
        border-color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.bds-store-action:hover{
    color:#fff;
    border-color:#df1f2d;
    background:#df1f2d;
    transform:translateY(-2px);
}

.bds-store-action-muted{
    color:#98a2b3;
    cursor:default;
}

.bds-store-action-muted:hover{
    color:#98a2b3;
    border-color:#e5e9ef;
    background:#fff;
    transform:none;
}

.bds-stores-empty{
    grid-column:1/-1;
    min-height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    padding:36px;
    border:1px dashed #f0c8cc;
    border-radius:28px;
    background:#fff7f8;
}

.bds-stores-empty-mark{
    width:60px;
    height:60px;
    display:grid;
    place-items:center;
    border-radius:19px;
    color:#fff;
    background:#df1f2d;
    font-size:21px;
    font-weight:700;
}

.bds-stores-empty h3{
    margin:0;
    color:#101828;
    font-size:21px;
    font-weight:650;
}

.bds-stores-empty p{
    margin:7px 0 0;
    color:#667085;
    font-size:13px;
}

@media(max-width:1100px){
    .bds-stores-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:720px){
    .bds-stores-section{
        padding:72px 0 82px;
    }

    .bds-stores-grid{
        grid-template-columns:1fr;
        gap:18px;
        margin-top:32px;
    }

    .bds-store-card{
        border-radius:24px;
    }

    .bds-store-cover{
        height:165px;
    }
}



/* ==========================================================
   FEATURED STORES PREMIUM V2
   Scoped override — does not affect Featured Deals
   ========================================================== */

.bds-stores-section {
    position: relative;
    width: 100%;
    padding: 88px 0 96px;
    overflow: hidden;
    isolation: isolate;
}

.bds-stores-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: -220px;
    right: -230px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(223, 31, 45, 0.085) 0%,
            rgba(223, 31, 45, 0.025) 45%,
            transparent 72%
        );
    pointer-events: none;
    z-index: -1;
}

.bds-stores-section,
.bds-stores-section * {
    box-sizing: border-box;
}

.bds-stores-section .bds-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.bds-stores-section .bds-section-copy {
    max-width: 720px;
}

.bds-stores-section .bds-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #df1f2d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bds-stores-section .bds-section-eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #df1f2d;
}


.bds-stores-section h2,
.bds-stores-section .bds-section-title{
    margin:0;
    max-width:620px;
    color:#111827;
    font-size:clamp(42px,4vw,60px);
    font-weight:800;
    line-height:1.05;
    letter-spacing:-0.04em;
}


.bds-stores-section .bds-section-subtitle,
.bds-stores-section > .container > p:first-of-type {
    max-width: 720px;
    margin: 14px 0 0;
    color: #718096;
    font-size: 17px;
    line-height: 1.7;
}

.bds-stores-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin-top: 32px;
}

.bds-store-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    min-width: 0;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.075);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.025),
        0 18px 50px rgba(15, 23, 42, 0.075);
    text-decoration: none;
    transform: translateZ(0);
    transition:
        transform 0.32s cubic-bezier(.2,.8,.2,1),
        box-shadow 0.32s ease,
        border-color 0.32s ease;
}

.bds-store-card:hover {
    transform: translateY(-7px);
    border-color: rgba(223, 31, 45, 0.18);
    box-shadow:
        0 8px 18px rgba(15, 23, 42, 0.05),
        0 26px 70px rgba(15, 23, 42, 0.12);
}

.bds-store-cover {
    position: relative;
    width: 100%;
    height: 168px;
    flex: 0 0 168px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(223, 31, 45, 0.10),
            rgba(255, 255, 255, 0.82)
        );
}

.bds-store-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(15, 23, 42, 0.07) 100%
        );
    pointer-events: none;
}

.bds-store-cover-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(.2,.8,.2,1);
}

.bds-store-card:hover .bds-store-cover-image {
    transform: scale(1.045);
}

.bds-store-cover-fallback {
    position: absolute;
    inset: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(255,255,255,.92),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #fff3f4 0%,
            #fff 48%,
            #f7f8fb 100%
        );
    color: rgba(223, 31, 45, 0.11);
    font-size: 92px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
    white-space: nowrap;
}

.bds-store-identity {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    margin: -37px 24px 0;
}

.bds-store-logo {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px;
    min-height: 74px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 22px;
    background: #fff;
    box-shadow:
        0 8px 24px rgba(15, 23, 42, 0.13),
        0 1px 3px rgba(15, 23, 42, 0.08);
    color: #df1f2d;
    font-size: 25px !important;
    font-weight: 850;
    line-height: 1 !important;
    letter-spacing: -0.04em;
    text-align: center;
    white-space: nowrap !important;
}

.bds-store-logo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.bds-store-verified {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 31px;
    margin-bottom: 5px;
    padding: 7px 11px;
    border: 1px solid rgba(223, 31, 45, 0.11);
    border-radius: 999px;
    background: rgba(255, 244, 245, 0.97);
    color: #c81726;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 3px 12px rgba(223, 31, 45, 0.07);
}

.bds-store-verified svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.bds-store-body {
    display: flex !important;
    flex: 1;
    flex-direction: column;
    padding: 21px 24px 0;
}

.bds-deal-store-name,
.bds-store-card h3 {
    display: block;
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.028em;
}

.bds-store-location {
    display: flex !important;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
    color: #7a8496;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
}

.bds-store-location svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    color: #df1f2d;
}

.bds-store-description {
    display: -webkit-box;
    overflow: hidden;
    margin: 16px 0 0;
    color: #5f6978;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bds-store-footer {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding: 21px 0 24px;
    border-top: 1px solid rgba(17, 24, 39, 0.065);
}

.bds-store-stat {
    display: flex !important;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    color: #7a8496;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

.bds-store-stat strong {
    display: block;
    color: #111827;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-transform: none;
}

.bds-store-action,
.bds-store-action-muted {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 11px 16px;
    border: 1px solid #df1f2d;
    border-radius: 13px;
    background: #df1f2d;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 7px 18px rgba(223, 31, 45, 0.18);
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.bds-store-action:hover {
    background: #c91827;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(223, 31, 45, 0.24);
}

.bds-store-action-muted {
    border-color: rgba(17, 24, 39, 0.08);
    background: #f7f8fa;
    color: #5f6978 !important;
    box-shadow: none;
}

.bds-stores-empty {
    grid-column: 1 / -1;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 42px;
    border: 1px dashed rgba(223, 31, 45, 0.22);
    border-radius: 28px;
    background: linear-gradient(145deg, #fff, #fff8f8);
    text-align: center;
}

.bds-stores-empty-mark {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 18px;
    border-radius: 20px;
    background: #fff0f1;
    color: #df1f2d;
    font-size: 25px;
    font-weight: 850;
}

@media (max-width: 1100px) {
    .bds-stores-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .bds-stores-section {
        padding: 62px 0 70px;
    }

    .bds-stores-section .bds-section-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 26px;
    }

    .bds-stores-section .bds-section-subtitle,
    .bds-stores-section > .container > p:first-of-type {
        font-size: 15px;
        line-height: 1.65;
    }

    .bds-stores-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 26px;
    }

    .bds-store-card {
        min-height: 405px;
        border-radius: 24px;
    }

    .bds-store-cover {
        height: 152px;
        flex-basis: 152px;
    }

    .bds-store-identity {
        margin-right: 19px;
        margin-left: 19px;
    }

    .bds-store-body {
        padding-right: 19px;
        padding-left: 19px;
    }

    .bds-store-footer {
        gap: 10px;
    }

    .bds-store-action,
    .bds-store-action-muted {
        padding-right: 13px;
        padding-left: 13px;
    }
}

@media (max-width: 390px) {
    .bds-store-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .bds-store-action,
    .bds-store-action-muted {
        width: 100%;
    }
}


/* ==========================================================
   FEATURED COUPONS PREMIUM V1
   ========================================================== */

.bds-coupons-section {
    position: relative;
    padding: 92px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 86% 12%,
            rgba(223, 31, 45, 0.07),
            transparent 32%
        ),
        linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
}

.bds-coupons-section,
.bds-coupons-section * {
    box-sizing: border-box;
}

.bds-coupons-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.bds-coupons-heading > div {
    max-width: 720px;
}

.bds-coupons-heading h2 {
    max-width: 650px;
    margin: 10px 0 0;
    color: #111827;
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 780;
    line-height: 1.07;
    letter-spacing: -0.043em;
}

.bds-coupons-heading p {
    max-width: 700px;
    margin: 16px 0 0;
    color: #718096;
    font-size: 17px;
    line-height: 1.7;
}

.bds-coupons-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.bds-coupon-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 400px;
    padding: 25px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.075);
    border-radius: 27px;
    background:
        radial-gradient(
            circle at 95% 0%,
            rgba(223, 31, 45, 0.09),
            transparent 35%
        ),
        rgba(255, 255, 255, 0.97);
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.025),
        0 18px 50px rgba(15, 23, 42, 0.07);
    transition:
        transform 0.32s cubic-bezier(.2,.8,.2,1),
        border-color 0.32s ease,
        box-shadow 0.32s ease;
}

.bds-coupon-card::before,
.bds-coupon-card::after {
    content: "";
    position: absolute;
    top: 68%;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(17, 24, 39, 0.075);
    border-radius: 50%;
    background: #fafbfc;
    transform: translateY(-50%);
}

.bds-coupon-card::before {
    left: -13px;
}

.bds-coupon-card::after {
    right: -13px;
}

.bds-coupon-card:hover {
    transform: translateY(-7px);
    border-color: rgba(223, 31, 45, 0.18);
    box-shadow:
        0 8px 18px rgba(15, 23, 42, 0.045),
        0 27px 68px rgba(15, 23, 42, 0.11);
}

.bds-coupon-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bds-coupon-vendor {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 11px;
}

.bds-coupon-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    overflow: hidden;
    border: 1px solid rgba(223, 31, 45, 0.08);
    border-radius: 15px;
    background: #fff5f6;
    color: #df1f2d;
    font-size: 18px;
    font-weight: 850;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.06);
}

.bds-coupon-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bds-coupon-vendor-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.bds-coupon-vendor-copy span {
    color: #98a2b3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bds-coupon-vendor-copy strong {
    overflow: hidden;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bds-coupon-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #344054;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.05);
}

.bds-coupon-verified i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22b760;
    box-shadow: 0 0 0 3px rgba(34, 183, 96, 0.12);
}

.bds-coupon-value {
    margin-top: 34px;
    color: #df1f2d;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.bds-coupon-card h3 {
    margin: 10px 0 0;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.032em;
}

.bds-coupon-description {
    display: -webkit-box;
    overflow: hidden;
    margin: 14px 0 0;
    color: #687386;
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.bds-coupon-expiry {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 19px;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 700;
}

.bds-coupon-expiry svg {
    width: 15px;
    height: 15px;
    color: #df1f2d;
}

.bds-coupon-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px dashed rgba(17, 24, 39, 0.12);
}

.bds-coupon-code {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.bds-coupon-code span {
    color: #98a2b3;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bds-coupon-code strong {
    overflow: hidden;
    color: #111827;
    font-size: 16px;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bds-coupon-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 11px 15px;
    border: 1px solid #df1f2d;
    border-radius: 13px;
    background: #df1f2d;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(223, 31, 45, 0.18);
    transition:
        background 0.24s ease,
        transform 0.24s ease,
        box-shadow 0.24s ease;
}

.bds-coupon-copy:hover {
    background: #c91827;
    transform: translateY(-1px);
    box-shadow: 0 11px 24px rgba(223, 31, 45, 0.24);
}

.bds-coupon-copy.is-copied {
    border-color: #1d9a50;
    background: #1d9a50;
    box-shadow: 0 8px 18px rgba(29, 154, 80, 0.18);
}

.bds-coupon-copy svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.bds-coupons-empty {
    grid-column: 1 / -1;
    display: flex;
    min-height: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 42px;
    border: 1px dashed rgba(223, 31, 45, 0.2);
    border-radius: 28px;
    background: #fff;
    text-align: center;
}

.bds-coupons-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 17px;
    border-radius: 20px;
    background: #fff0f1;
    color: #df1f2d;
    font-size: 25px;
    font-weight: 850;
}

.bds-coupons-empty h3 {
    margin: 0;
    color: #111827;
    font-size: 21px;
    font-weight: 800;
}

.bds-coupons-empty p {
    margin: 9px 0 0;
    color: #718096;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .bds-coupons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .bds-coupons-section {
        padding: 66px 0 74px;
    }

    .bds-coupons-heading {
        margin-bottom: 27px;
    }

    .bds-coupons-heading h2 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .bds-coupons-heading p {
        font-size: 15px;
    }

    .bds-coupons-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bds-coupon-card {
        min-height: 380px;
        padding: 21px;
        border-radius: 24px;
    }
}

@media (max-width: 390px) {
    .bds-coupon-top,
    .bds-coupon-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .bds-coupon-verified {
        align-self: flex-start;
    }

    .bds-coupon-copy {
        width: 100%;
    }
}


/* ==========================================================
   BILINGUAL + RTL FOUNDATION V1
   ========================================================== */

html {
    scroll-behavior: smooth;
}

html[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
    font-family:
        "Segoe UI",
        Tahoma,
        Arial,
        sans-serif;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select,
html[dir="rtl"] button {
    font-family: inherit;
}

html[dir="rtl"] .bds-container {
    direction: rtl;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] p,
html[dir="rtl"] span,
html[dir="rtl"] a,
html[dir="rtl"] button {
    text-align: inherit;
}

html[dir="rtl"] .biv1-eyebrow::before,
html[dir="rtl"] .bcv2-eyebrow::before,
html[dir="rtl"] .bcg1-eyebrow::before,
html[dir="rtl"] .bhw1-eyebrow::before,
html[dir="rtl"] .bds-section-eyebrow::before {
    order: 2;
}

html[dir="rtl"] .bcg1-card:hover .bcg1-arrow {
    transform: translateX(-3px);
}

html[dir="rtl"] .bft2-column a:hover {
    transform: translateX(-2px);
}

html[dir="rtl"] .bft2-column a::after {
    right: 0;
    left: 100%;
}

html[dir="rtl"] .bft2-column a:hover::after {
    left: 0;
}

html[dir="rtl"] .bcg1-explore {
    margin-right: auto;
    margin-left: 0;
}

html[dir="rtl"] .biv1-cover-copy {
    right: 32px;
    left: auto;
}

html[dir="rtl"] .biv1-featured-badge {
    right: auto;
    left: 22px;
}

html[dir="rtl"] .bhw1-wallet-glow {
    right: auto;
    left: -65px;
}

html[dir="rtl"] .bds-store-card,
html[dir="rtl"] .bcv2-card,
html[dir="rtl"] .biv1-spotlight,
html[dir="rtl"] .biv1-creator-card,
html[dir="rtl"] .bcg1-card,
html[dir="rtl"] .bhw1-step,
html[dir="rtl"] .bft2-shell {
    text-align: right;
}

html[dir="rtl"] .biv1-primary-action span,
html[dir="rtl"] .bcg1-arrow,
html[dir="rtl"] .bhw1-primary span,
html[dir="rtl"] .bft2-primary span {
    display: inline-block;
    transform: scaleX(-1);
}

@media (max-width: 720px) {
    html[dir="rtl"] .biv1-cover-copy {
        right: 22px;
        left: auto;
    }

    html[dir="rtl"] .biv1-featured-badge {
        right: auto;
        left: 16px;
    }
}


/* ==========================================================
   BILINGUAL NAVIGATION + LANGUAGE SWITCHER V1
   ========================================================== */

.bh-language-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 5px 8px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 13px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 5px 16px rgba(15, 23, 42, .04);
    backdrop-filter: blur(12px);
}

.bh-language-switcher > span {
    display: block;
    width: 1px;
    height: 18px;
    background: rgba(17, 24, 39, .09);
}

.bh-language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
    padding: 6px 8px;
    border-radius: 9px;
    color: #7a8496;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition:
        color .22s ease,
        background .22s ease,
        box-shadow .22s ease;
}

.bh-language-switcher a:hover {
    color: #df1f2d;
    background: #fff5f6;
}

.bh-language-switcher a.is-active {
    background: #fff0f1;
    color: #df1f2d;
    box-shadow: inset 0 0 0 1px rgba(223, 31, 45, .09);
}

.bh-mobile-language {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.bh-mobile-language a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    padding: 9px 12px !important;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 11px;
    background: #f8f9fb;
    color: #667085 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

.bh-mobile-language a.is-active {
    border-color: rgba(223, 31, 45, .15);
    background: #fff0f1;
    color: #df1f2d !important;
}

html[dir="rtl"] .bh-nav {
    direction: rtl;
}

html[dir="rtl"] .bh-brand {
    direction: ltr;
}

html[dir="rtl"] .bh-nav-links,
html[dir="rtl"] .bh-nav-actions {
    direction: rtl;
}

html[dir="rtl"] .bh-language-switcher {
    direction: ltr;
}

html[dir="rtl"] .bh-search-button {
    flex-direction: row-reverse;
}

html[dir="rtl"] .bh-mobile-panel {
    right: auto;
    left: 0;
    text-align: right;
}

html[dir="rtl"] .bh-mobile-language {
    direction: ltr;
}

@media (max-width: 1180px) {
    .bh-language-switcher {
        min-height: 38px;
        padding-right: 6px;
        padding-left: 6px;
    }

    .bh-language-switcher a {
        padding-right: 6px;
        padding-left: 6px;
    }
}

@media (max-width: 1020px) {
    .bh-nav-actions > .bh-language-switcher {
        display: none;
    }
}


/* ==========================================================
   APPLE LANGUAGE DROPDOWN V1
   ========================================================== */

.bh-language-dropdown {
    position: relative;
    z-index: 50;
    flex: 0 0 auto;
}

.bh-language-dropdown > summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 76px;
    min-height: 44px;
    padding: 10px 13px;
    border: 1px solid rgba(17, 24, 39, .09);
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
    color: #111827;
    cursor: pointer;
    list-style: none;
    box-shadow:
        0 2px 5px rgba(15, 23, 42, .025),
        0 8px 22px rgba(15, 23, 42, .05);
    backdrop-filter: blur(16px);
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease,
        background .22s ease;
}

.bh-language-dropdown > summary::-webkit-details-marker {
    display: none;
}

.bh-language-dropdown > summary:hover {
    transform: translateY(-1px);
    border-color: rgba(223, 31, 45, .18);
    background: #fff;
    box-shadow:
        0 4px 10px rgba(15, 23, 42, .04),
        0 12px 28px rgba(15, 23, 42, .075);
}

.bh-language-dropdown[open] > summary {
    border-color: rgba(223, 31, 45, .28);
    box-shadow:
        0 0 0 3px rgba(223, 31, 45, .06),
        0 12px 30px rgba(15, 23, 42, .08);
}

.bh-language-globe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #df1f2d;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.bh-language-current {
    color: #111827;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

.bh-language-chevron {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-right: 1.7px solid #667085;
    border-bottom: 1.7px solid #667085;
    transform: rotate(45deg);
    transition: transform .22s ease;
}

.bh-language-dropdown[open] .bh-language-chevron {
    margin-top: 3px;
    transform: rotate(225deg);
}

.bh-language-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 190px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 17px;
    background: rgba(255, 255, 255, .97);
    box-shadow:
        0 16px 45px rgba(15, 23, 42, .13),
        inset 0 1px 0 rgba(255, 255, 255, .8);
    backdrop-filter: blur(20px);
}

.bh-language-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 68px;
    padding: 14px 16px;
    color: #344054;
    text-decoration: none;
    transition:
        background .2s ease,
        color .2s ease;
}

.bh-language-menu a + a {
    border-top: 1px solid rgba(17, 24, 39, .07);
}

.bh-language-menu a:hover {
    background: #fff7f8;
    color: #df1f2d;
}

.bh-language-menu a.is-active {
    background:
        linear-gradient(
            135deg,
            rgba(223, 31, 45, .055),
            rgba(255, 255, 255, .85)
        );
}

.bh-language-menu a > span {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bh-language-menu strong {
    color: inherit;
    font-size: 13px;
    font-weight: 820;
    line-height: 1;
}

.bh-language-menu small {
    color: #98a2b3;
    font-size: 10px;
    font-weight: 650;
    line-height: 1;
}

.bh-language-menu i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff0f1;
    color: #df1f2d;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

html[dir="rtl"] .bh-language-dropdown {
    direction: rtl;
}

html[dir="rtl"] .bh-language-menu {
    right: auto;
    left: 0;
}

html[dir="rtl"] .bh-language-chevron {
    margin-top: -3px;
}

@media (max-width: 1020px) {
    .bh-nav-actions > .bh-language-dropdown {
        display: none;
    }
}


/* ==========================================================
   LANGUAGE DROPDOWN VISIBILITY FIX V2
   ========================================================== */

.bh-language-dropdown:not([open]) > .bh-language-menu {
    display: none !important;
}

.bh-language-dropdown[open] > .bh-language-menu {
    display: block !important;
}

.bh-language-dropdown > summary {
    min-width: 72px !important;
    min-height: 42px !important;
    gap: 7px !important;
    padding: 9px 12px !important;
    border: 1px solid rgba(17, 24, 39, .09) !important;
    border-radius: 13px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow:
        0 2px 5px rgba(15, 23, 42, .025),
        0 8px 20px rgba(15, 23, 42, .045) !important;
}

.bh-language-globe {
    display: none !important;
}

.bh-language-current {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #111827 !important;
}

.bh-language-chevron {
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    flex: 0 0 6px;
}

.bh-language-menu {
    top: calc(100% + 9px) !important;
    right: 0;
    width: 178px !important;
    padding: 6px !important;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, .08) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow:
        0 18px 48px rgba(15, 23, 42, .14),
        inset 0 1px 0 rgba(255, 255, 255, .9) !important;
    backdrop-filter: blur(22px);
}

.bh-language-menu a {
    min-height: 57px !important;
    padding: 11px 12px !important;
    border: 0 !important;
    border-radius: 11px !important;
}

.bh-language-menu a + a {
    margin-top: 3px;
}

.bh-language-menu a:hover {
    background: #fff4f5 !important;
}

.bh-language-menu a.is-active {
    background: #fff0f1 !important;
    color: #df1f2d !important;
}

html[dir="rtl"] .bh-language-menu {
    right: auto !important;
    left: 0 !important;
}
