:root {
    --bh-home-bg: #ffffff;
    --bh-surface: #ffffff;
    --bh-surface-strong: #f1e9df;
    --bh-stroke: rgba(73, 52, 35, 0.12);
    --bh-text: #231a12;
    --bh-text-soft: #6f6257;
    --bh-accent: #9b6b45;
    --bh-accent-soft: #e8ddd0;
    --bh-shadow: 0 24px 60px rgba(61, 42, 26, 0.08);
    --bh-hero-orange: #e86826;
    --bh-hero-orange-hover: #cf5518;
    --bh-campaign-brand: #2f8f61;
    --bh-font-sans: "Albert Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    --bh-font-display: "Sora", var(--bh-font-sans);
}

.ff-young {
    font-family: var(--bh-font-display);
    font-weight: 500;
    font-feature-settings: "kern" 1, "liga" 1;
    letter-spacing: -0.02em;
}

.bh-home {
    --bh-nav-align-content: 1200px;
    --bh-nav-align-pad: 15px;
    font-family: var(--bh-font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, var(--bh-home-bg) 100%);
    color: var(--bh-text);
}

.bh-home a:not(.bh-hero-btn) {
    color: inherit;
}

.bh-home .container {
    position: relative;
}

.bh-home .bh-nav-align-shell {
    max-width: calc(var(--bh-nav-align-content) + (var(--bh-nav-align-pad) * 2));
    padding-left: var(--bh-nav-align-pad);
    padding-right: var(--bh-nav-align-pad);
}

.bh-home-section--products .container,
.bh-home-section--campaign-banners .container,
.bh-home-section--rails .container {
    max-width: 1440px;
}

.bh-home-section {
    padding: 32px 0 28px;
}

.bh-home-section--campaign-banners,
.bh-home-section--products,
.bh-home-section--rails,
.bh-home-section--benefits {
    content-visibility: auto;
    contain-intrinsic-size: 1px 1200px;
}

.bh-band-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bh-accent);
}

.bh-band-eyebrow::before {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
}

.bh-band-copy {
    margin-top: 10px;
    color: var(--bh-text-soft);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}

.bh-home-top-band {
    padding-top: 18px;
    padding-bottom: 6px;
}

.bh-home-top-band .flat-title {
    margin-bottom: 22px !important;
}

.bh-home-top-band .collection-item-circle.style-2 .collection-image {
    border-radius: 20px;
    overflow: hidden;
    background: var(--bh-surface);
    box-shadow: 0 10px 24px rgba(61, 42, 26, 0.06);
}

.bh-home-top-band .collection-item-circle.style-2 .collection-content .title {
    font-size: 14px;
    color: var(--bh-text);
}

.bh-top-cat-count {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: var(--bh-text-soft);
}

.bh-home-top-band .tf-shopall .collection-image {
    border: 1px solid var(--bh-stroke);
    background: transparent;
}

.bh-home-top-band .tf-btn.btn-line {
    border-color: var(--bh-stroke);
    color: var(--bh-text);
}

.bh-home-top-band .tf-btn.btn-line:hover {
    background: var(--bh-accent);
    border-color: var(--bh-accent);
    color: #fff;
}

/* Üst kategori bandı: otomatik + elle kaydırma (JS: scrollLeft, sonsuz döngü) */
.bh-cat-marquee {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    scrollbar-width: thin;
    cursor: grab;
    touch-action: pan-x;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.bh-cat-marquee:active {
    cursor: grabbing;
}

.bh-cat-marquee-track {
    display: flex;
    flex-direction: row;
    width: max-content;
}

.bh-home-cat-single-band .bh-cat-marquee .bh-cat-one-row {
    overflow: visible;
    flex: 0 0 auto;
    padding-right: 16px;
}

@media (prefers-reduced-motion: reduce) {
    .bh-cat-marquee {
        mask-image: none;
        -webkit-mask-image: none;
    }

    .bh-cat-marquee-track {
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }

    .bh-home-cat-single-band .bh-cat-marquee .bh-cat-marquee-segment[aria-hidden="true"] {
        display: none;
    }
}

.bh-editorial-hero {
    --bh-hero-height: clamp(240px, 21vw, 420px);
    --bh-hero-sub-height: clamp(140px, 13vw, 220px);
    padding: 10px 0 26px;
    width: 100%;
    overflow: visible;
}

.bh-hero-shell {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bh-home .bh-hero-swiper {
    width: 100%;
    height: var(--bh-hero-height);
    min-height: 300px;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(56, 38, 22, 0.12);
}

.bh-home .bh-hero-slide {
    overflow: hidden;
}

.bh-hero-panel {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: var(--bh-hero-height);
    overflow: hidden;
    border-radius: inherit;
}

.bh-hero-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(24, 18, 13, 0.04) 0%, rgba(24, 18, 13, 0) 24%),
        linear-gradient(180deg, rgba(24, 18, 13, 0) 68%, rgba(24, 18, 13, 0.14) 100%);
    z-index: 2;
    pointer-events: none;
}

.bh-hero-tabs {
    display: none;
}

.bh-hero-media {
    display: contents;
}
.bh-hero-media::before {
    display: none;
}

.bh-hero-media-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: #ffffff;
}

.bh-hero-overlay-actions {
    display: none;
}

.bh-hero-overlay-btn {
    display: none;
}

.bh-home .bh-hero-bg,
.bh-home .bh-hero-scroll,
.bh-home .bh-hero-trust {
    display: none;
}

/* Hero overlay — koyu degradé sol alt */
.bh-home .bh-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(20, 14, 8, 0.54) 0%,
        rgba(20, 14, 8, 0.28) 48%,
        rgba(20, 14, 8, 0.0) 100%
    );
    z-index: 2;
    pointer-events: none;
}

/* Hero metin alanı */
.bh-home .bh-hero-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    padding: 0 0 clamp(28px, 4vw, 56px) clamp(24px, 5vw, 64px);
    pointer-events: none;
}

.bh-home .bh-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: min(540px, 55%);
    pointer-events: auto;
}

.bh-home .bh-hero-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.bh-home .bh-hero-heading {
    margin: 0;
    font-size: clamp(22px, 3vw, 46px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-family: var(--bh-font-display);
}

.bh-home .bh-hero-sub {
    margin: 0;
    font-size: clamp(13px, 1.1vw, 17px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.80);
}

.bh-home .bh-hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}

.bh-home .bh-btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    cursor: pointer;
}

.bh-home .bh-btn-hero--primary {
    background: transparent;
    color: #ffffff !important;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.75);
}

.bh-home .bh-btn-hero--primary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #ffffff;
    transform: translateY(-1px);
    color: #ffffff;
}

.bh-hero-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: none;
}

.bh-hero-swiper .swiper-slide-active .bh-hero-media-frame img {
    transform: scale(1.04);
}

.bh-home .bh-hero-nav {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.64);
    background: rgba(255, 255, 255, 0.88);
    color: #2e2117;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px rgba(30, 21, 14, 0.14);
    z-index: 20;
}

.bh-home .bh-hero-nav:hover {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.92);
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 16px 34px rgba(30, 21, 14, 0.18);
}

.bh-home .bh-hero-nav-prev {
    left: 18px;
    right: auto;
}

.bh-home .bh-hero-nav-next {
    right: 18px;
    left: auto;
}

.bh-home .bh-hero-pagination {
    bottom: 16px;
    left: 50% !important;
    width: auto !important;
    transform: translateX(-50%);
    justify-content: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(32, 24, 18, 0.40);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bh-home .bh-hero-pagination:not(:has(.swiper-pagination-bullet)) {
    display: none !important;
}

.bh-home .bh-hero-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.55);
}

.bh-home .bh-hero-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: #ffffff;
}

.bh-hero-counter {
    display: none;
}

.bh-hero-subgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.bh-hero-sub-banner {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    min-height: var(--bh-hero-sub-height);
    aspect-ratio: 2.3 / 1;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(56, 38, 22, 0.1);
}

.bh-hero-sub-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(24, 18, 13, 0.02) 24%, rgba(24, 18, 13, 0.14) 64%, rgba(24, 18, 13, 0.72) 100%);
    pointer-events: none;
}

.bh-hero-sub-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    transition: transform 0.45s ease;
}

.bh-hero-sub-banner:hover img {
    transform: scale(1.03);
}

.bh-hero-sub-copy {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 22px 24px 20px;
    color: #ffffff;
}

.bh-hero-sub-title {
    font-size: clamp(22px, 1.65vw, 30px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.bh-hero-sub-text {
    max-width: 34ch;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.bh-home-section--campaign-banners {
    padding-top: 0;
    padding-bottom: 18px;
}

/* ── Banner + İlgili Ürün Vitrini ──────────────────────────────────────── */

.bh-showcase-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bh-showcase-row {
    --bh-showcase-tint: #edf4eb;
    --bh-showcase-accent: #2f8f61;
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.bh-showcase-banner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    aspect-ratio: 4 / 5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent), var(--bh-showcase-tint);
    border: 1px solid rgba(73, 52, 35, 0.08);
    box-shadow: 0 18px 46px rgba(61, 42, 26, 0.08);
}

.bh-showcase-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(16, 12, 9, 0.04) 14%, rgba(16, 12, 9, 0.18) 52%, rgba(16, 12, 9, 0.76) 100%);
    pointer-events: none;
}

.bh-showcase-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    transition: transform 0.38s ease;
}

.bh-showcase-banner:hover img {
    transform: scale(1.03);
}

.bh-showcase-copy {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 24px 22px;
    color: #ffffff;
}

.bh-showcase-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.bh-showcase-kicker::before {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
}

.bh-showcase-copy-title {
    font-size: clamp(28px, 2.1vw, 38px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.035em;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.bh-showcase-copy-text {
    max-width: 28ch;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bh-showcase-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bh-showcase-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.bh-showcase-title {
    margin: 8px 0 0;
    color: var(--bh-text);
    font-size: clamp(28px, 2vw, 38px);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.bh-showcase-text {
    margin: 10px 0 0;
    max-width: 760px;
    color: rgba(35, 26, 18, 0.62);
    font-size: 14px;
    line-height: 1.65;
}

.bh-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding-bottom: 2px;
    color: var(--bh-text);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid rgba(73, 52, 35, 0.18);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.bh-showcase-link::after {
    content: ">";
    color: var(--bh-showcase-accent);
    font-size: 16px;
    line-height: 1;
}

.bh-showcase-link:hover {
    color: var(--bh-showcase-accent);
    border-color: rgba(47, 143, 97, 0.32);
}

.bh-showcase-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    min-width: 0;
    overflow: visible;
    padding: 4px 0 0;
}

.bh-showcase-product-card {
    min-width: 0;
    height: 100%;
}

.bh-showcase-products > .card-product-wrapper {
    height: 100%;
}

.bh-showcase-products > .card-product-wrapper .card-product {
    min-width: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
    border-radius: 22px;
}

.bh-showcase-products > .card-product-wrapper .card-product > .card-product-wrapper {
    flex: 0 0 auto;
    border-radius: 18px;
}

.bh-showcase-products .product-img {
    aspect-ratio: 1 / 1.2;
}

.bh-showcase-products > .card-product-wrapper .card-product .card-product-info {
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 4px 2px;
}

.bh-showcase-products > .card-product-wrapper .card-product .card-product-info .title {
    min-height: calc(1.42em * 3);
    font-size: 14px;
    line-height: 1.42;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bh-showcase-products > .card-product-wrapper .card-product .bh-price-row {
    margin-top: auto;
    padding-top: 12px;
    gap: 8px 10px;
}

.bh-showcase-products > .card-product-wrapper .card-product .bh-price-sale {
    font-size: 17px;
}

.bh-showcase-products > .card-product-wrapper .card-product .bh-price-row .old-price {
    font-size: 12px;
}

.bh-showcase-products > .card-product-wrapper .card-product .bh-price-row .bh-price-cart {
    width: 34px;
    height: 34px;
}

.bh-showcase-products > .card-product-wrapper .card-product .list-product-btn {
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.bh-showcase-products > .card-product-wrapper .card-product .list-product-btn .box-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
}

.bh-showcase-row--sage    { --bh-showcase-tint: #edf4eb; --bh-showcase-accent: #2f8f61; }
.bh-showcase-row--blush   { --bh-showcase-tint: #f9eff1; --bh-showcase-accent: #c46b7a; }
.bh-showcase-row--sky     { --bh-showcase-tint: #e8f0f8; --bh-showcase-accent: #3b82c4; }
.bh-showcase-row--sand    { --bh-showcase-tint: #f7f1e6; --bh-showcase-accent: #9b7a45; }
.bh-showcase-row--lilac   { --bh-showcase-tint: #f0ebfa; --bh-showcase-accent: #7c5cbf; }
.bh-showcase-row--mist    { --bh-showcase-tint: #ececec; --bh-showcase-accent: #5a6370; }
.bh-showcase-row--crimson { --bh-showcase-tint: #fdf0f0; --bh-showcase-accent: #b02020; }

.bh-story-shell {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bh-story-swiper {
    width: 100%;
    padding-bottom: 2px;
}

.bh-story-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2px;
}

.bh-story-instagram-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--bh-font-display, "Sora", system-ui, sans-serif);
    font-size: clamp(17px, 1.6vw, 22px);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--bh-text);
}

.bh-story-instagram-label .icon-instagram {
    font-size: 24px;
    line-height: 1;
    color: #e4405f;
}

.bh-story-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 76px;
    width: 76px;
}

.bh-story-ring {
    width: 62px;
    height: 62px;
    padding: 0;
    background: transparent;
}

.bh-story-ring img {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
}

.bh-story-item .text_default {
    width: 100%;
    margin-top: 8px !important;
    font-size: 12px;
    line-height: 1.3;
}

body.bh-story-viewer-open {
    overflow: hidden;
}

.bh-story-viewer[hidden] {
    display: none !important;
}

.bh-story-viewer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.bh-story-viewer.is-open {
    opacity: 1;
    pointer-events: auto;
}

.bh-story-viewer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 14, 12, 0.78);
    backdrop-filter: blur(6px);
}

.bh-story-viewer__dialog {
    position: relative;
    z-index: 1;
    width: min(420px, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px 14px 16px;
    border-radius: 28px;
    background: #181210;
    color: #fff7f1;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.38);
    outline: none;
}

.bh-story-viewer__progress {
    display: flex;
    gap: 6px;
}

.bh-story-viewer__progress-item {
    position: relative;
    flex: 1 1 0;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.bh-story-viewer__progress-fill {
    position: absolute;
    inset: 0;
    transform: scaleX(0);
    transform-origin: left center;
    background: linear-gradient(90deg, #f4e5d6 0%, #bb8c65 100%);
    will-change: transform;
}

.bh-story-viewer__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.bh-story-viewer__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bh-story-viewer__title {
    font-size: 15px;
    line-height: 1.2;
    color: #fffaf6;
}

.bh-story-viewer__count {
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255, 250, 246, 0.72);
}

.bh-story-viewer__close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fffaf6;
    font-size: 26px;
    line-height: 1;
}

.bh-story-viewer__stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(72vh, 640px);
    border-radius: 22px;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 48%),
        #0f0b09;
}

.bh-story-viewer__image {
    width: 100%;
    height: min(72vh, 640px);
    object-fit: contain;
}

.bh-story-viewer__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    border: 0;
    background: transparent;
    z-index: 1;
    cursor: pointer;
    transition: background 0.15s ease;
}

.bh-story-viewer__nav--prev {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 55%);
}

.bh-story-viewer__nav--next {
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.18), transparent 55%);
}

.bh-story-viewer__nav:disabled {
    cursor: default;
}

.bh-story-viewer__nav:not(:disabled):active {
    background-color: rgba(255, 255, 255, 0.06);
}

.bh-story-viewer__footer {
    display: flex;
    justify-content: center;
}

.bh-story-viewer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f1dfcc 0%, #ba8860 100%);
    color: #1f1713;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.bh-story-viewer.is-paused .bh-story-viewer__image {
    opacity: 0.92;
}

.bh-section-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
}

.bh-section-line {
    flex: 1 1 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(73, 52, 35, 0.16), transparent);
}

.bh-section-title {
    margin: 0;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 500;
    color: var(--bh-text);
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-align: center;
}

.bh-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.bh-category-grid--modern {
    gap: 18px 18px;
}

.bh-home-section--cat-vitrin .bh-section-heading {
    margin-bottom: 28px;
}

.bh-category-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    padding: 12px;
    background: #ffffff;
    border: 1px solid rgba(73, 52, 35, 0.07);
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(61, 42, 26, 0.05);
    transition:
        transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.bh-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(61, 42, 26, 0.08);
    border-color: rgba(155, 107, 69, 0.14);
}

.bh-category-media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 0.78;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(145deg, #f0e6dc 0%, #e5d9cc 100%);
}

.bh-category-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(35, 26, 18, 0.03) 100%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 42%);
    pointer-events: none;
}

.bh-category-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bh-category-card:hover .bh-category-media img {
    transform: scale(1.06);
}

.bh-category-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex: 1 1 auto;
    padding: 0 4px 4px;
}

.bh-category-subline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    order: 2;
    margin-top: 6px;
    color: var(--bh-text-soft);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.bh-category-title {
    display: block;
    margin: 0;
    width: 100%;
    min-height: 2.4em;
    order: 1;
    font-size: clamp(18px, 1.55vw, 24px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--bh-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bh-category-text {
    display: block;
    order: 3;
    margin-top: 5px;
    color: var(--bh-text-soft);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bh-products-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.bh-products-intro p {
    margin: 0;
    color: var(--bh-text-soft);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.bh-products-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.bh-products-stock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(35, 26, 18, 0.06);
    color: var(--bh-text);
    font-size: 13px;
    font-weight: 600;
}

.bh-products-intro--stack {
    align-items: flex-end;
    margin-bottom: 20px;
}

.bh-products-intro--stack > div:first-child {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    padding: 24px 26px 18px;
    border: 1px solid rgba(73, 52, 35, 0.08);
    border-radius: 28px;
    background:
        
        radial-gradient(circle at 88% 16%, rgba(47, 143, 97, 0.12), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 241, 235, 0.95) 100%);
    box-shadow: 0 18px 42px rgba(61, 42, 26, 0.06);
}

.bh-products-intro--stack > div:first-child::before {
    content: "";
    position: absolute;
    left: -38px;
    bottom: -52px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 1px solid rgba(155, 107, 69, 0.12);
    box-shadow:
        0 0 0 18px rgba(155, 107, 69, 0.05),
        0 0 0 40px rgba(155, 107, 69, 0.025);
    pointer-events: none;
}

.bh-products-intro--stack > div:first-child::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 18px;
    width: 92px;
    height: 92px;
    border-radius: 24px;
    background:
        radial-gradient(circle, rgba(35, 26, 18, 0.08) 1.2px, transparent 1.2px);
    background-size: 14px 14px;
    opacity: 0.35;
    transform: rotate(12deg);
    pointer-events: none;
}

.bh-products-intro--stack > div:first-child > * {
    position: relative;
    z-index: 1;
}

.bh-stack-title {
    margin: 10px 0 8px;
    font-size: clamp(26px, 2.75vw, 38px);
    font-weight: 500;
    color: var(--bh-text);
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.bh-stack-title::after {
    content: "";
    display: block;
    width: 88px;
    height: 10px;
    margin-top: 12px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 5px 5px, rgba(155, 107, 69, 0.3) 0 2px, transparent 2.6px) left center / 18px 10px repeat-x;
    opacity: 0.9;
}

/* Üst satırda eyebrow yoksa başlık boşlukları sıkılaşsın */
.bh-products-intro--stack > div > .bh-stack-title:first-child {
    margin-top: 0;
}

.bh-products-intro--stack > div:first-child p {
    max-width: 58ch;
}

.bh-section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 20px;
    border-radius: 14px;
    border: 1px solid rgba(73, 52, 35, 0.14);
    background: rgba(255, 255, 255, 0.74);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: all 0.25s ease;
}

.bh-section-link:hover {
    background: #fff;
    color: var(--bh-accent);
    border-color: rgba(155, 107, 69, 0.28);
}

.bh-editorial-products {
    gap: 28px;
    row-gap: 32px;
}

.bh-editorial-products--marketplace {
    gap: 16px;
    row-gap: 16px;
}

.bh-editorial-products--marketplace > .card-product-wrapper {
    height: 100%;
    min-width: 0;
}

.bh-editorial-products--marketplace > .card-product-wrapper .card-product {
    display: flex;
    flex-direction: column;
}

.bh-editorial-products--marketplace > .card-product-wrapper .card-product > .card-product-wrapper {
    flex-shrink: 0;
}

.bh-editorial-products .card-product {
    padding: 14px;
    height: 100%;
    border-radius: 24px;
    background: var(--bh-surface);
    border: 1px solid rgba(73, 52, 35, 0.08);
    box-shadow: 0 12px 28px rgba(61, 42, 26, 0.05);
}

.bh-editorial-products .card-product > .card-product-wrapper {
    border-radius: 18px;
    overflow: hidden;
    background: #f2e8dc;
}

.bh-editorial-products .product-img {
    aspect-ratio: 1 / 1.1;
}

.bh-editorial-products .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bh-editorial-products .card-product-info {
    padding: 18px 4px 2px;
}

.bh-editorial-products .card-product-info .title {
    color: var(--bh-text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.01em;
}

.bh-editorial-products .bh-price-row {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(73, 52, 35, 0.08);
}

.bh-editorial-products .old-price {
    color: rgba(111, 98, 87, 0.7);
}

.bh-editorial-products .bh-price-sale {
    color: #FF6000;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.bh-editorial-products .bh-price-cart {
    background: #fff;
    border: 1px solid rgba(73, 52, 35, 0.12);
    color: var(--bh-text);
}

.bh-editorial-products .bh-price-cart:hover {
    background: var(--bh-accent);
    border-color: var(--bh-accent);
    color: #fff;
}

@media (max-width: 1199px) {
    .bh-showcase-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1400px) {
    .bh-editorial-products--marketplace {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product {
        min-height: 450px;
        height: 450px;
        padding: 10px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product > .card-product-wrapper {
        flex: 0 0 282px;
        min-height: 282px;
        aspect-ratio: auto;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .card-product-info {
        min-height: 0;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        padding: 14px 4px 2px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .card-product-info .title {
        min-height: 4.1em;
        font-size: 14px;
        line-height: 1.38;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .bh-price-row {
        margin-top: auto;
        padding-top: 12px;
        gap: 8px 12px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .bh-price-sale {
        font-size: 18px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .bh-price-row .old-price {
        font-size: 13px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .bh-price-row .bh-price-cart {
        width: 34px;
        height: 34px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .list-product-btn {
        left: 10px;
        right: 10px;
        bottom: 12px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .list-product-btn .box-icon {
        width: 34px;
        height: 34px;
    }

    .bh-category-grid--modern {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .bh-editorial-products--dense {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .bh-editorial-products--marketplace {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product {
        min-height: 430px;
        height: 430px;
        padding: 10px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product > .card-product-wrapper {
        flex: 0 0 258px;
        min-height: 258px;
        aspect-ratio: auto;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .card-product-info {
        min-height: 0;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        padding: 14px 2px 2px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .card-product-info .title {
        min-height: 4.1em;
        font-size: 14px;
        line-height: 1.38;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .bh-editorial-products--dense {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.bh-rail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.bh-rail-card {
    padding: 30px 28px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(73, 52, 35, 0.08);
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(61, 42, 26, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.bh-rail-card--accent {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.94) 100%);
}

.bh-rail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.bh-rail-title {
    margin: 12px 0 0;
    font-size: clamp(26px, 2.5vw, 36px);
    font-weight: 500;
    line-height: 1.2;
    color: var(--bh-text);
    letter-spacing: -0.02em;
}

.bh-rail-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bh-rail-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(73, 52, 35, 0.12);
    background: rgba(255, 255, 255, 0.78);
    color: var(--bh-text);
    transition: all 0.25s ease;
}

.bh-rail-arrow:hover {
    background: #fff;
    color: var(--bh-accent);
    border-color: rgba(155, 107, 69, 0.24);
}

.bh-mini-product {
    display: block;
}

.bh-mini-product-media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    aspect-ratio: 1 / 0.86;
    background: #efe4d6;
}

.bh-mini-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bh-mini-product:hover .bh-mini-product-media img {
    transform: scale(1.04);
}

.bh-mini-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(35, 26, 18, 0.82);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.bh-mini-badge--oos {
    left: auto;
    right: 14px;
    max-width: calc(100% - 28px);
    text-align: center;
    line-height: 1.2;
    background: rgba(120, 53, 15, 0.92);
    font-size: 11px;
    font-weight: 700;
}

.bh-mini-product-media--oos img {
    opacity: 0.72;
}

.bh-mini-product-body {
    padding: 16px 4px 0;
}

.bh-mini-product-title {
    display: block;
    min-height: 48px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: var(--bh-text);
    text-decoration: none;
}

.bh-mini-product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.bh-mini-old-price {
    color: rgba(111, 98, 87, 0.72);
    font-size: 13px;
    text-decoration: line-through;
}

.bh-mini-sale-price {
    color: #FF6000;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.bh-home-section--rails {
    padding-bottom: 36px;
}

.bh-home-section--benefits {
    padding-top: 48px;
    padding-bottom: 64px;
}

.bh-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 28px;
    margin-bottom: 0;
}

.bh-benefit-card {
    min-height: 100%;
    padding: 30px 26px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(73, 52, 35, 0.08);
    border-radius: 24px;
}

.bh-benefit-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    border-radius: 16px;
    background: #ffffff;
    color: var(--bh-accent);
}

.bh-benefit-icon-wrap .icon {
    font-size: 24px;
    line-height: 1;
}

.bh-benefit-card .bh-band-eyebrow {
    margin-top: 0;
}

.bh-benefit-title {
    margin: 10px 0 10px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--bh-text);
}

.bh-benefit-text {
    margin: 0;
    color: var(--bh-text-soft);
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 1199px) {
    .bh-editorial-hero {
        --bh-hero-height: clamp(220px, 26vw, 380px);
        --bh-hero-sub-height: clamp(130px, 15vw, 200px);
    }

    .bh-category-grid,
    .bh-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bh-category-title {
        min-height: 0;
    }
}

@media (min-width: 992px) {
    .bh-home {
        --bh-nav-align-pad: 40px;
    }
}

@media (min-width: 1200px) {
    .bh-editorial-hero {
        --bh-hero-height: clamp(260px, 22vw, 440px);
        --bh-hero-sub-height: clamp(150px, 12vw, 230px);
    }

    .bh-editorial-hero > .container {
        max-width: 100%;
        padding-left: clamp(140px, 10vw, 190px);
        padding-right: clamp(140px, 10vw, 190px);
    }

    .bh-hero-shell {
        gap: 14px;
    }

    .bh-hero-sub-banner {
        aspect-ratio: 2.45 / 1;
    }
}

@media (max-width: 991px) {
    .bh-editorial-hero {
        --bh-hero-height: clamp(200px, 30vw, 340px);
        --bh-hero-sub-height: clamp(120px, 18vw, 180px);
        padding: 8px 0 22px;
    }

    .bh-home-section {
        padding: 28px 0 22px;
    }

    .bh-home-section--benefits {
        padding-top: 36px;
        padding-bottom: 44px;
    }

    .bh-home .bh-hero-nav {
        display: none;
    }

    .bh-home .bh-hero-pagination {
        bottom: 14px;
        padding: 6px 10px;
    }

    .bh-products-intro,
    .bh-rail-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .bh-products-intro--stack > div:first-child {
        width: 100%;
        padding: 20px 20px 16px;
        border-radius: 24px;
    }

    .bh-products-cta {
        justify-content: flex-start;
    }

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

    .bh-editorial-products--marketplace {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        row-gap: 18px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product {
        min-height: 410px;
        height: 410px;
        padding: 10px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product > .card-product-wrapper {
        flex: 0 0 240px;
        min-height: 240px;
        aspect-ratio: auto;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .card-product-info {
        min-height: 0;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .card-product-info .title {
        min-height: 4.2em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .bh-editorial-hero {
        --bh-hero-height: clamp(180px, 42vw, 300px);
        --bh-hero-sub-height: clamp(110px, 26vw, 160px);
        padding: 6px 0 20px;
    }

    .bh-home .bh-hero-content {
        padding: 0 0 20px 20px;
    }

    .bh-home .bh-hero-inner {
        max-width: 75%;
        gap: 7px;
    }

    .bh-home .bh-hero-sub {
        display: none;
    }

    .bh-home .bh-btn-hero {
        padding: 10px 18px;
        font-size: 13px;
    }

    .bh-home-top-band .flat-title {
        margin-bottom: 16px !important;
    }

    .bh-products-intro--stack > div:first-child {
        padding: 18px 18px 14px;
        border-radius: 22px;
    }

    .bh-products-intro--stack > div:first-child::before {
        width: 110px;
        height: 110px;
        left: -28px;
        bottom: -46px;
    }

    .bh-products-intro--stack > div:first-child::after {
        top: 12px;
        right: 14px;
        width: 74px;
        height: 74px;
        background-size: 12px 12px;
        opacity: 0.28;
    }

    .bh-hero-shell {
        gap: 12px;
    }

    .bh-showcase-stack {
        gap: 24px;
    }

    .bh-showcase-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .bh-showcase-banner {
        border-radius: 22px;
        aspect-ratio: 16 / 9;
    }

    .bh-showcase-copy {
        padding: 18px 18px 16px;
        gap: 6px;
    }

    .bh-showcase-copy-title {
        font-size: clamp(22px, 5vw, 30px);
    }

    .bh-showcase-copy-text {
        max-width: 42ch;
        font-size: 12px;
    }

    .bh-showcase-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bh-showcase-title {
        font-size: 28px;
    }

    .bh-showcase-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bh-home .bh-hero-swiper {
        min-height: var(--bh-hero-height);
        border-radius: 22px;
    }

    .bh-hero-panel {
        min-height: var(--bh-hero-height);
    }

    .bh-home .bh-hero-pagination {
        bottom: 10px;
        padding: 5px 9px;
    }

    .bh-hero-subgrid {
        gap: 12px;
    }

    .bh-hero-sub-banner {
        border-radius: 18px;
        aspect-ratio: 1.8 / 1;
    }

    .bh-hero-sub-copy {
        padding: 16px 18px 16px;
        gap: 5px;
    }

    .bh-hero-sub-title {
        font-size: clamp(18px, 3vw, 24px);
    }

    .bh-hero-sub-text {
        font-size: 12px;
        line-height: 1.4;
    }

    .bh-section-heading {
        gap: 14px;
    }

    .bh-section-title,
    .bh-rail-title {
        font-size: clamp(28px, 8vw, 36px);
    }

    .bh-stack-title::after {
        width: 74px;
        height: 8px;
        margin-top: 10px;
        background-size: 16px 8px;
    }

    .bh-category-grid,
    .bh-benefit-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bh-category-grid--modern {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .bh-category-content {
        padding: 0 2px 4px;
    }

    .bh-category-card {
        gap: 10px;
        padding: 10px;
        border-radius: 18px;
    }

    .bh-category-media {
        border-radius: 16px;
        aspect-ratio: 1 / 0.86;
    }

    .bh-category-title {
        font-size: clamp(15px, 4vw, 18px);
        line-height: 1.25;
    }

    .bh-category-subline {
        margin-top: 5px;
        font-size: 11px;
    }

    .bh-category-text {
        margin-top: 4px;
        font-size: 11px;
    }

    .bh-editorial-products {
        gap: 18px;
        row-gap: 22px;
    }

    .bh-editorial-products--marketplace {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        row-gap: 16px;
    }

    .bh-editorial-products .card-product {
        padding: 10px;
        border-radius: 20px;
    }

    .bh-editorial-products .card-product > .card-product-wrapper {
        border-radius: 16px;
    }

    .bh-editorial-products .product-img {
        aspect-ratio: 1 / 1.32;
    }

    .bh-editorial-products .card-product-info {
        padding: 14px 2px 2px;
    }

    .bh-editorial-products .card-product-info .title {
        font-size: 14px;
        line-height: 1.45;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product {
        min-height: 360px;
        height: 360px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product > .card-product-wrapper {
        flex: 0 0 210px;
        min-height: 210px;
        aspect-ratio: auto;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .card-product-info {
        min-height: 0;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .card-product-info .title {
        min-height: 4.1em;
        font-size: 13px;
        line-height: 1.42;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .bh-price-sale {
        font-size: 17px;
    }

    .bh-editorial-products--marketplace > .card-product-wrapper .card-product .bh-price-row .old-price {
        font-size: 12px;
    }

    .bh-mini-product-media {
        aspect-ratio: 1 / 1.14;
        border-radius: 18px;
    }

    .bh-mini-product-body {
        padding-top: 12px;
    }

    .bh-mini-product-title {
        min-height: 0;
        font-size: 14px;
        line-height: 1.45;
    }

    .bh-story-shell,
    .bh-rail-card,
    .bh-benefit-card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bh-mini-sale-price {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .bh-hero-subgrid {
        grid-template-columns: 1fr;
    }

    .bh-home .bh-hero-swiper {
        border-radius: 18px;
    }

    .bh-hero-sub-banner {
        aspect-ratio: 2.1 / 1;
    }

    .bh-hero-sub-copy {
        padding: 14px 15px 14px;
    }

    .bh-hero-sub-title {
        font-size: 17px;
    }

    .bh-hero-sub-text {
        font-size: 11px;
    }

    .bh-products-intro--stack > div:first-child {
        padding: 16px 16px 13px;
        border-radius: 20px;
    }

    .bh-products-intro--stack > div:first-child::after {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .bh-showcase-banner {
        border-radius: 18px;
    }

    .bh-showcase-copy {
        padding: 16px 15px 14px;
        gap: 5px;
    }

    .bh-showcase-kicker {
        font-size: 9px;
    }

    .bh-showcase-copy-title {
        font-size: 20px;
    }

    .bh-showcase-copy-text {
        font-size: 11px;
        line-height: 1.45;
    }

    .bh-showcase-title {
        font-size: 22px;
    }

    .bh-showcase-text {
        font-size: 13px;
    }

    .bh-showcase-link {
        font-size: 13px;
    }

    .bh-showcase-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding-top: 0;
    }

    .bh-category-grid--modern {
        grid-template-columns: 1fr;
    }

    .bh-editorial-products--marketplace {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bh-editorial-products .product-img {
        aspect-ratio: 1 / 1.4;
    }

    .bh-mini-product-media {
        aspect-ratio: 1 / 1.2;
    }
}

@media (max-width: 479px) {
    .bh-editorial-hero {
        --bh-hero-height: clamp(160px, 50vw, 260px);
        --bh-hero-sub-height: clamp(100px, 30vw, 145px);
    }
}
