/*
Theme Name: BENC Woo Premium
File: assets/css/theme.css
Purpose: Stable global styling for header, footer, WooCommerce, live search, product pages and responsive layouts.
Version: stable-clean-2026-06-29

Düzen mantığı:
01 Variables / Design Tokens
02 Reset / Base
03 Header / Navigation
04 Mobile Drawer / Filter Drawer
05 Search Modal / Live Search
06 Buttons / Shared Helpers
07 Home / Hero
08 Home Sections
09 Product Cards / Grids
10 Shop Archive
11 Single Product / Gallery / Barn2 Tabs
12 Pages / Blog / Search Results
13 Cart / Checkout
14 Footer
15 Responsive
*/

/* =========================================================
   01. VARIABLES / DESIGN TOKENS
========================================================= */
:root {
    --benc-font: "Montserrat", Arial, Helvetica, sans-serif;
    --benc-black: #070707;
    --benc-ink: #171717;
    --benc-soft-ink: #3b3935;
    --benc-muted: #78736c;
    --benc-copper: #b56c38;
    --benc-gold: #bfa983;
    --benc-beige: #eee4d6;
    --benc-beige-2: #f7f1e9;
    --benc-cream: #fbf8f3;
    --benc-line: #e8ded1;
    --benc-line-dark: #d8cab9;
    --benc-green: #1f6937;
    --benc-red: #9b5149;
    --benc-white: #ffffff;
    --benc-shadow: 0 18px 48px rgba(14, 12, 10, .08);
    --benc-shadow-strong: 0 34px 100px rgba(0, 0, 0, .24);
    --benc-radius: 0px;
    --benc-container: 1420px;
    --benc-page-bg: #fbf8f3;
    --benc-logo-width: 185px;
    --benc-footer-logo-width: 185px;
    --benc-hero-height: 760px;
    --benc-hero-mobile-height: 560px;
    --benc-hero-overlay: 0;
}

/* =========================================================
   02. RESET / BASE
========================================================= */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.benc-theme {
    margin: 0;
    font-family: var(--benc-font);
    color: var(--benc-ink);
    background: var(--benc-page-bg);
    font-size: 14px;
    line-height: 1.62;
    letter-spacing: .01em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.benc-theme a {
    color: inherit;
    text-decoration: none;
    transition: color .22s ease, background .22s ease, border-color .22s ease, opacity .22s ease, transform .22s ease;
}
body.benc-theme a:hover { color: var(--benc-copper); }
body.benc-theme img { max-width: 100%; height: auto; display: block; }
body.benc-theme button,
body.benc-theme input,
body.benc-theme select,
body.benc-theme textarea { font: inherit; }
body.benc-theme button { cursor: pointer; }
body.benc-panel-open,
body.benc-menu-open,
html.benc-menu-open { overflow: hidden !important; touch-action: none; }
.benc-site-shell { overflow-x: clip; background: var(--benc-page-bg); }
.screen-reader-text,
.skip-link {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link:focus {
    position: fixed !important;
    width: auto;
    height: auto;
    left: 24px;
    top: 24px;
    padding: 10px 16px;
    background: #fff;
    z-index: 10000000;
    clip: auto;
}

/* =========================================================
   03. HEADER / NAVIGATION
========================================================= */
.benc-announcement {
    height: 38px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .14em;
    font-weight: 600;
}
.benc-announcement-track {
    display: flex;
    white-space: nowrap;
    animation: bencMarquee 22s linear infinite;
}
.benc-announcement-track span { padding: 0 42px; }
@keyframes bencMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.benc-header {
    position: relative !important;
    top: auto !important;
    z-index: 1000;
    overflow: visible !important;
    background: rgba(251, 248, 243, .94);
    border-bottom: 1px solid rgba(216, 202, 185, .72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.benc-sticky-header .benc-header,
.benc-static-header .benc-header,
.admin-bar.benc-sticky-header .benc-header {
    position: relative !important;
    top: auto !important;
}
.benc-header-inner {
    max-width: var(--benc-container);
    min-height: 80px;
    margin: 0 auto;
    padding: 19px 32px 14px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}
.benc-header-logo,
.benc-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.benc-header-logo { justify-self: center; }
.benc-logo img,
.custom-logo-link img {
    width: auto;
    max-width: var(--benc-logo-width);
    max-height: 58px;
    object-fit: contain;
}
.benc-header-left { display: flex; align-items: center; gap: 16px; }
.benc-search-word {
    border: 0;
    background: transparent;
    padding: 8px 0;
    color: var(--benc-black);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 600;
}
.benc-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}
.benc-action-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    padding: 8px 0;
    color: var(--benc-black);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 600;
    position: relative;
}
.benc-action-link:hover { color: var(--benc-copper); }
.benc-icon { display: inline-flex; font-size: 16px; line-height: 1; }
.benc-cart-count {
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 99px;
    background: var(--benc-black);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0;
    margin-left: -3px;
}
.benc-main-nav {
    max-width: var(--benc-container);
    margin: 0 auto;
    padding: 0 32px 15px;
    display: flex;
    justify-content: center;
}
.benc-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
}
.benc-menu li { position: relative; }
.benc-menu a {
    display: block;
    padding: 7px 0;
    color: var(--benc-black);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.benc-menu a:hover { color: var(--benc-copper); }
.benc-menu .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(12px);
    min-width: 240px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--benc-line);
    box-shadow: var(--benc-shadow);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
    z-index: 30;
    display: grid;
    gap: 4px;
}
.benc-menu li:hover > .sub-menu,
.benc-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.benc-menu .sub-menu a {
    font-size: 11px;
    letter-spacing: .08em;
    padding: 8px 4px;
}
.benc-burger {
    display: none;
    border: 0;
    background: transparent;
    width: 44px;
    padding: 5px 0;
    color: var(--benc-black);
}
.benc-burger span {
    display: block;
    width: 28px;
    height: 1px;
    background: currentColor;
    margin: 6px 0;
}
.benc-burger em { display: none; font-style: normal; }
.benc-header-variant-classic .benc-header-inner {
    grid-template-columns: auto 1fr auto auto;
    justify-content: start;
}
.benc-header-variant-classic .benc-header-logo { justify-self: start; }
.benc-header-variant-minimal .benc-header-inner { min-height: 82px; }
.benc-header-variant-minimal .benc-main-nav { display: none; }

/* =========================================================
   04. MOBILE DRAWER / FILTER DRAWER
========================================================= */
.benc-mobile-drawer,
#benc-filter-drawer {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    z-index: 2147483000 !important;
    display: block !important;
    background: rgba(7, 7, 7, .52) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden !important;
    transition: opacity .25s ease, visibility .25s ease;
}
.benc-mobile-drawer.is-open,
#benc-filter-drawer.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
.benc-mobile-panel,
.benc-filter-panel {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2147483001 !important;
    width: min(88vw, 420px) !important;
    max-width: 420px !important;
    height: 100vh !important;
    height: 100dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 28px 24px 40px !important;
    background: var(--benc-cream) !important;
    color: var(--benc-black) !important;
    box-shadow: 32px 0 90px rgba(0, 0, 0, .24);
    transform: translateX(-105%) !important;
    transition: transform .32s ease !important;
    -webkit-overflow-scrolling: touch;
}
.benc-mobile-drawer.is-open .benc-mobile-panel,
#benc-filter-drawer.is-open .benc-filter-panel { transform: translateX(0) !important; }
.benc-mobile-close,
.benc-filter-close {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 8px 14px !important;
    border: 1px solid var(--benc-line-dark) !important;
    background: #fff !important;
    color: var(--benc-black) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}
.benc-mobile-panel .benc-logo,
.benc-mobile-panel .custom-logo-link {
    display: inline-flex !important;
    margin: 22px 0 26px !important;
}
.benc-mobile-panel .benc-logo img,
.benc-mobile-panel .custom-logo-link img {
    max-width: 150px !important;
    max-height: 54px !important;
}
.benc-mobile-panel .benc-menu {
    display: grid !important;
    justify-content: stretch !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border-top: 1px solid var(--benc-line) !important;
}
.benc-mobile-panel .benc-menu li {
    display: block !important;
    width: 100% !important;
}
.benc-mobile-panel .benc-menu a {
    display: flex !important;
    width: 100% !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid var(--benc-line) !important;
    color: var(--benc-black) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}
.benc-mobile-panel .benc-menu .sub-menu {
    position: static !important;
    transform: none !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 0 0 0 14px !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: grid !important;
    gap: 0 !important;
}
.benc-mobile-panel .benc-menu .sub-menu a {
    font-size: 11px !important;
    letter-spacing: .08em !important;
    color: var(--benc-muted) !important;
}
.benc-mobile-categories {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 24px !important;
}
.benc-mobile-categories a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 10px !important;
    background: #fff !important;
    border: 1px solid var(--benc-line-dark) !important;
    color: var(--benc-black) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

/* =========================================================
   05. SEARCH MODAL / LIVE SEARCH
========================================================= */
.benc-search-panel {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147482990 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px;
    background: rgba(12, 10, 8, .58);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
}
.benc-search-panel.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
.benc-search-box {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: min(820px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr);
    overflow: hidden;
    padding: 0;
    background: var(--benc-cream);
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: var(--benc-shadow-strong);
    color: var(--benc-black);
    opacity: 0;
    transform: translateY(16px) scale(.985) !important;
    transition: opacity .24s ease, transform .24s ease;
}
.benc-search-panel.is-open .benc-search-box {
    opacity: 1;
    transform: translateY(0) scale(1) !important;
}
.benc-search-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 10;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--benc-line-dark) !important;
    background: #fff !important;
    color: var(--benc-black) !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 300;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.benc-search-close:hover {
    background: var(--benc-black) !important;
    color: #fff !important;
    transform: rotate(90deg);
}
.benc-live-search-head {
    padding: 42px 86px 24px 42px;
    border-bottom: 1px solid var(--benc-line);
    background: linear-gradient(180deg, #fff 0%, var(--benc-cream) 100%);
}
.benc-live-search-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    padding: 6px 11px;
    background: rgba(181, 108, 56, .10);
    color: var(--benc-copper);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.benc-live-search-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}
.benc-live-search-head h2 {
    margin: 0;
    color: var(--benc-black);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -.035em;
}
.benc-live-search-head p {
    max-width: 560px;
    margin: 12px 0 0;
    color: var(--benc-muted);
    font-size: 14px;
    line-height: 1.7;
}
.benc-live-search-form {
    margin: 0;
    padding: 24px 42px 0;
    background: var(--benc-cream);
}
.benc-live-search-field {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--benc-line-dark);
    box-shadow: 0 14px 38px rgba(14, 12, 10, .06);
}
.benc-live-search-field::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 17px;
    height: 17px;
    border: 2px solid var(--benc-copper);
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.benc-live-search-field::after {
    content: "";
    position: absolute;
    left: 37px;
    top: 50%;
    width: 9px;
    height: 2px;
    background: var(--benc-copper);
    transform: translateY(8px) rotate(45deg);
    transform-origin: left center;
    pointer-events: none;
}
.benc-live-search-input {
    width: 100%;
    min-height: 50px;
    padding: 0 16px 0 54px;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    color: var(--benc-black);
    font-size: 15px;
    font-weight: 600;
}
.benc-live-search-input::placeholder { color: #a19990; font-weight: 500; }
.benc-live-search-field button[type="submit"] {
    min-width: 96px;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid var(--benc-black) !important;
    background: var(--benc-black) !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}
.benc-live-search-field button[type="submit"]:hover {
    background: transparent !important;
    color: var(--benc-black) !important;
}
.benc-live-search-status {
    min-height: 34px;
    margin: 0;
    padding: 12px 42px 6px;
    background: var(--benc-cream);
    color: var(--benc-muted);
    font-size: 12px;
    font-weight: 700;
}
.benc-live-search-results {
    display: grid;
    gap: 10px;
    max-height: min(420px, 45vh);
    overflow-y: auto;
    padding: 8px 42px 38px;
    background: var(--benc-cream);
    scrollbar-width: thin;
    scrollbar-color: rgba(7, 7, 7, .24) transparent;
}
.benc-live-search-results::-webkit-scrollbar { width: 6px; }
.benc-live-search-results::-webkit-scrollbar-track { background: transparent; }
.benc-live-search-results::-webkit-scrollbar-thumb { background: rgba(7, 7, 7, .22); }
.benc-live-search-results:empty { display: none; }
.benc-live-search-results.is-loading {
    display: block;
    min-height: 104px;
}
.benc-live-search-results.is-loading::before {
    content: "Aranıyor...";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    background: #fff;
    border: 1px solid var(--benc-line);
    color: var(--benc-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.benc-live-search-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 106px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--benc-line);
    color: var(--benc-black);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(14, 12, 10, .045);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.benc-live-search-item:hover,
.benc-live-search-item:focus-visible {
    transform: translateY(-2px);
    border-color: var(--benc-copper);
    box-shadow: 0 18px 46px rgba(14, 12, 10, .10);
    outline: none;
}
.benc-live-search-image {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--benc-cream);
    border: 1px solid var(--benc-line);
}
.benc-live-search-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
.benc-live-search-content {
    min-width: 0;
    display: grid;
    gap: 7px;
}
.benc-live-search-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.benc-live-search-meta em,
.benc-live-search-meta small {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 3px 8px;
    background: var(--benc-cream);
    color: var(--benc-muted);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.benc-live-search-meta em { color: var(--benc-copper); }
.benc-live-search-content strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--benc-black);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.38;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.benc-live-search-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}
.benc-live-search-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--benc-green);
    font-size: 11px;
    font-weight: 800;
}
.benc-live-search-stock::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}
.benc-live-search-stock.is-out-stock { color: var(--benc-red); }
.benc-live-search-side {
    min-width: 116px;
    display: grid;
    justify-items: end;
    gap: 10px;
}
.benc-live-search-price {
    color: var(--benc-black);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}
.benc-live-search-price del {
    display: block;
    color: var(--benc-muted);
    font-size: 11px;
    font-weight: 500;
}
.benc-live-search-price ins { text-decoration: none; }
.benc-live-search-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    background: var(--benc-black);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}
.benc-live-search-item:hover .benc-live-search-action { background: var(--benc-copper); }
.benc-live-search-mobile-price { display: none; }

/* =========================================================
   06. BUTTONS / SHARED HELPERS
========================================================= */
.benc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 24px;
    border: 1px solid currentColor;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .14em;
    font-weight: 700;
}
.benc-btn-dark {
    color: #fff;
    background: var(--benc-black);
    border-color: var(--benc-black);
}
.benc-btn-dark:hover {
    color: var(--benc-black);
    background: transparent;
}
.benc-section,
.benc-signature,
.benc-instagram,
.benc-shipping-process {
    max-width: var(--benc-container);
    margin: 0 auto;
    padding: 82px 32px;
}
.benc-section-heading {
    text-align: center;
    margin-bottom: 38px;
}
.benc-section-heading h2,
.benc-reviews h2,
.benc-shipping-process h2,
.benc-related-products h2 {
    margin: 0;
    font-size: clamp(26px, 2.4vw, 42px);
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -.02em;
}
.benc-section-heading p {
    max-width: 610px;
    margin: 12px auto 0;
    color: var(--benc-muted);
}
.benc-eyebrow {
    text-align: center;
    color: var(--benc-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
    margin-bottom: 22px;
}
.benc-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    text-align: left;
    gap: 24px;
}
.benc-heading-row p { margin-left: 0; }
.benc-link-arrow,
.benc-blog-copy a,
.benc-step-copy a {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 11px;
    font-weight: 700;
    color: var(--benc-black);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.benc-link-arrow::after,
.benc-blog-copy a::after,
.benc-step-copy a::after { content: "→"; }

/* =========================================================
   07. HOME / HERO
========================================================= */
.benc-home { background: var(--benc-cream); }
.benc-hero-slider {
    position: relative;
    overflow: hidden;
    background: var(--benc-cream);
    min-height: var(--benc-hero-height);
    isolation: isolate;
}
.benc-hero-track {
    position: relative;
    min-height: var(--benc-hero-height);
}
.benc-hero-card {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: var(--benc-hero-height);
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(18px);
    transition: opacity .58s ease, transform .58s ease, visibility .58s ease;
    will-change: opacity, transform;
}
.benc-hero-card.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}
.benc-hero-card::before,
.benc-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.benc-hero-card::before { background: linear-gradient(90deg, rgba(255,255,255,.02), rgba(255,255,255,.70)); }
.benc-hero-card::after { background: rgba(0,0,0,var(--benc-hero-overlay)); z-index: 0; }
.benc-hero-slide[aria-hidden="true"] a,
.benc-hero-slide[aria-hidden="true"] button { visibility: hidden; }
.benc-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin-left: auto;
    margin-right: calc((100vw - min(var(--benc-container), calc(100vw - 64px))) / 2);
    padding: 48px 32px;
    color: var(--benc-black);
}
.benc-hero-left .benc-hero-copy {
    margin-left: calc((100vw - min(var(--benc-container), calc(100vw - 64px))) / 2);
    margin-right: auto;
}
.benc-hero-center {
    justify-content: center;
    text-align: center;
}
.benc-hero-center .benc-hero-copy,
.benc-hero-right .benc-hero-copy { margin-left: auto; }
.benc-hero-center .benc-hero-copy { margin-right: auto; }
.benc-hero-right .benc-hero-copy { margin-right: calc((100vw - min(var(--benc-container), calc(100vw - 64px))) / 2); }
.benc-hero-copy h1,
.benc-hero-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(30px, 3vw, 48px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -.02em;
}
.benc-hero-subtitle {
    margin: 0 0 22px;
    font-size: 17px;
    font-weight: 500;
    color: var(--benc-soft-ink);
}
.benc-hero-copy p:not(.benc-hero-subtitle) {
    margin: 0 0 24px;
    color: #3e3a35;
    font-size: 14px;
    line-height: 1.8;
}
.benc-hero-controls {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 5;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 8px 12px;
    border: 1px solid rgba(7,7,7,.13);
    background: rgba(251,248,243,.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.benc-hero-arrow {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--benc-black);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.benc-hero-arrow:hover,
.benc-hero-arrow:focus-visible { color: var(--benc-copper); }
.benc-hero-dots {
    display: flex;
    align-items: center;
    gap: 9px;
}
.benc-hero-dot {
    width: 32px;
    height: 2px;
    padding: 0;
    border: 0;
    background: rgba(7,7,7,.24);
    cursor: pointer;
    transition: width .24s ease, background .24s ease;
}
.benc-hero-dot.is-active {
    width: 46px;
    background: var(--benc-black);
}

/* =========================================================
   08. HOME SECTIONS
========================================================= */
.benc-trust-strip {
    max-width: var(--benc-container);
    margin: 38px auto 0;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}
.benc-trust-item {
    min-height: 114px;
    border: 1px solid var(--benc-line);
    background: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 20px;
}
.benc-trust-item + .benc-trust-item { border-left: 0; }
.benc-trust-item p {
    margin: 0;
    font-size: 12px;
    color: var(--benc-soft-ink);
    line-height: 1.55;
}
.benc-trust-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--benc-black);
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 18px;
}
.benc-trust-icon-shield::before { content: "✓"; }
.benc-trust-icon-support::before { content: "☎"; font-size: 16px; }
.benc-trust-icon-truck::before { content: "⇢"; font-size: 20px; }
.benc-trust-icon-seal::before { content: "◆"; font-size: 13px; }
.benc-home-categories {
    padding-top: 34px;
    padding-bottom: 80px;
}
.benc-category-visual-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}
.benc-category-card {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 292px;
    overflow: hidden;
    background: #fff;
    color: var(--benc-black);
    border: 1px solid var(--benc-line);
    position: relative;
}
.benc-category-card-image {
    position: relative;
    display: block;
    min-height: 220px;
    background: #f6f0e7;
    overflow: hidden;
}
.benc-category-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(7,7,7,.10));
    pointer-events: none;
}
.benc-category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .5s ease;
}
.benc-category-card:hover .benc-category-card-image img { transform: scale(1.06); }
.benc-category-card-body {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 14px;
    background: var(--benc-cream);
    border-top: 1px solid var(--benc-line);
}
.benc-category-card-icon {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(7,7,7,.22);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #fff;
    color: var(--benc-black);
}
.benc-category-card-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.benc-category-card-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
}
.benc-category-card:hover .benc-category-card-body { background: #fff; }
.benc-category-marquee {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 34px;
    max-width: 1080px;
    margin: 0 auto;
}
.benc-category-marquee a {
    font-size: clamp(20px, 2.2vw, 36px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -.02em;
    color: var(--benc-black);
}
.benc-category-marquee a:hover { color: var(--benc-copper); }
.benc-signature { padding-top: 78px; }
.benc-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.benc-step-card {
    background: #fff;
    border: 1px solid var(--benc-line);
    position: relative;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.benc-step-card img {
    width: 100%;
    aspect-ratio: 1 / .82;
    object-fit: cover;
}
.benc-step-copy {
    padding: 30px 28px 34px;
    min-height: 124px;
}
.benc-step-copy h3 {
    margin: 0 0 14px;
    font-size: 31px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .04em;
}
.benc-step-copy p {
    margin: 0 0 22px;
    color: var(--benc-soft-ink);
    font-size: 13px;
    line-height: 1.8;
}
.benc-signature .benc-step-card:hover,
.benc-signature .benc-step-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(14, 12, 10, .11);
    border-color: var(--benc-line-dark);
}
.benc-signature .benc-step-copy p,
.benc-signature .benc-step-copy a {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: max-height .28s ease, opacity .22s ease, transform .28s ease, margin .22s ease;
}
.benc-signature .benc-step-card:hover .benc-step-copy p,
.benc-signature .benc-step-card:hover .benc-step-copy a,
.benc-signature .benc-step-card:focus-within .benc-step-copy p,
.benc-signature .benc-step-card:focus-within .benc-step-copy a {
    max-height: 180px;
    opacity: 1;
    transform: translateY(0);
}
.benc-signature .benc-step-card:hover .benc-step-copy p,
.benc-signature .benc-step-card:focus-within .benc-step-copy p { margin-bottom: 22px; }
.benc-reviews { padding-top: 72px; }
.benc-reviews-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}
.benc-review-score {
    display: grid;
    gap: 3px;
    justify-items: end;
    color: var(--benc-muted);
    font-size: 12px;
}
.benc-stars { display: inline-flex; gap: 2px; color: var(--benc-copper); letter-spacing: .03em; }
.benc-review-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}
.benc-review-card {
    background: #fff;
    border: 1px solid var(--benc-line);
    padding: 22px;
    min-height: 230px;
}
.benc-review-card h3 {
    margin: 15px 0 2px;
    font-size: 14px;
    font-weight: 600;
}
.benc-review-card time {
    display: block;
    color: var(--benc-muted);
    font-size: 11px;
    margin-bottom: 14px;
}
.benc-review-card p {
    margin: 0;
    color: var(--benc-soft-ink);
    font-size: 12px;
    line-height: 1.75;
}
.benc-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.benc-blog-card {
    background: #fff;
    border: 1px solid var(--benc-line);
    min-height: 100%;
    overflow: hidden;
}
.benc-blog-image {
    display: block;
    overflow: hidden;
}
.benc-blog-image img {
    width: 100%;
    aspect-ratio: 1.32 / 1;
    object-fit: cover;
    transition: transform .35s ease;
}
.benc-blog-card:hover .benc-blog-image img { transform: scale(1.04); }
.benc-blog-copy { padding: 28px; }
.benc-blog-copy h3,
.benc-blog-copy h2 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 500;
}
.benc-blog-copy p {
    margin: 0 0 18px;
    color: var(--benc-muted);
    font-size: 13px;
}
.benc-blog-fallback .benc-blog-copy {
    min-height: 246px;
    display: flex;
    flex-direction: column;
}
.benc-blog-fallback .benc-blog-copy a { margin-top: auto; }
.benc-instagram { padding-top: 40px; }
.benc-instagram .benc-section-heading a {
    display: inline-flex;
    margin-top: 12px;
    color: var(--benc-copper);
    font-weight: 600;
}
.benc-insta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.benc-insta-grid span {
    display: block;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border: 1px solid var(--benc-line);
}
.benc-shipping-process { padding-top: 50px; }
.benc-shipping-process h2 {
    text-align: center;
    margin-bottom: 28px;
}
.benc-shipping-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--benc-line);
    background: #fff;
}
.benc-ship-card {
    min-height: 160px;
    padding: 26px 24px;
    border-right: 1px solid var(--benc-line);
}
.benc-ship-card:last-child { border-right: 0; }
.benc-ship-card span {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .16em;
    color: var(--benc-copper);
    font-weight: 700;
}
.benc-ship-card p {
    margin: 0;
    color: var(--benc-soft-ink);
    font-size: 13px;
}

/* =========================================================
   09. PRODUCT CARDS / GRIDS
========================================================= */
.benc-product-grid,
ul.products,
.benc-demo-products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 24px;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
ul.products::before,
ul.products::after { display: none !important; }
ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}
.benc-product-card {
    position: relative;
    min-width: 0;
    background: transparent;
    list-style: none;
}
.benc-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 390px;
    aspect-ratio: 4 / 5;
    background: #fff;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
}
.benc-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 26px;
    transform: scale(1);
    transition: transform .38s ease;
}
.benc-product-card:hover .benc-card-media img { transform: scale(1.035); }
.benc-stock-pill {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    background: var(--benc-black);
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 10px;
    font-weight: 700;
}
.benc-card-cart { margin-top: 10px; }
.benc-card-cart .button,
.benc-card-cart a.button,
ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid var(--benc-black) !important;
    background: transparent !important;
    color: var(--benc-black) !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 11px 14px !important;
    line-height: 1.2 !important;
}
.benc-card-cart .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: var(--benc-black) !important;
    color: #fff !important;
}
.benc-card-info {
    display: block;
    padding-top: 14px;
    text-align: center;
    color: var(--benc-black);
}
.benc-card-brand {
    display: block;
    margin-bottom: 5px;
    color: var(--benc-muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 700;
}
.benc-card-title,
ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 7px !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
    color: var(--benc-black) !important;
}
.benc-card-price,
ul.products li.product .price {
    color: var(--benc-black) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: .02em;
}
.benc-card-price del {
    color: var(--benc-muted);
    margin-right: 6px;
}
.benc-card-price ins { text-decoration: none; }

/* =========================================================
   10. SHOP ARCHIVE
========================================================= */
.benc-shop-container,
.benc-product-container,
.benc-page-container {
    max-width: var(--benc-container);
    margin: 0 auto;
    padding: 36px 32px 86px;
}
.benc-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 14px !important;
    color: var(--benc-muted) !important;
    font-size: 11px !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.benc-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a { color: var(--benc-muted) !important; }
.benc-breadcrumb-sep {
    margin: 0 8px;
    color: var(--benc-line-dark);
}
.benc-archive-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 34px;
}
.benc-archive-header h1,
.benc-page-card h1,
.benc-page-header h1 {
    margin: 0;
    font-size: clamp(28px, 3vw, 48px);
    line-height: 1.14;
    font-weight: 500;
}
.benc-term-description {
    max-width: 760px;
    color: var(--benc-muted);
    margin-top: 12px;
}
.benc-term-description p { margin: 0; }
.benc-filter-toggle {
    border: 1px solid var(--benc-black);
    background: transparent;
    color: var(--benc-black);
    padding: 12px 22px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
    display: none;
}
.benc-shop-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 38px;
}
.benc-shop-layout.no-sidebar,
.benc-shop-layout:not(:has(.benc-shop-sidebar)) { grid-template-columns: 1fr; }
.benc-shop-main { min-width: 0; }
.benc-shop-sidebar {
    border-top: 1px solid var(--benc-line-dark);
    padding-top: 22px;
}
.benc-shop-sidebar h2 {
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.benc-filter-widget {
    padding: 0 0 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid var(--benc-line);
}
.benc-filter-title {
    margin: 0 0 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
}
.benc-filter-cats {
    display: grid;
    gap: 8px;
}
.benc-filter-cats a,
.benc-shop-sidebar .wc-block-product-categories-list a,
.benc-shop-sidebar .woocommerce-widget-layered-nav-list a {
    color: var(--benc-soft-ink);
    font-size: 13px;
}
.benc-filter-cats a:hover { color: var(--benc-copper); }
.benc-shop-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 9px;
}
.benc-shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-height: 48px;
    margin-bottom: 26px;
    border-top: 1px solid var(--benc-line);
    border-bottom: 1px solid var(--benc-line);
}
.benc-result-count,
.woocommerce-result-count {
    margin: 0 !important;
    color: var(--benc-muted);
    font-size: 12px;
}
.benc-ordering {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--benc-muted);
    font-size: 12px;
}
.benc-ordering form { margin: 0 !important; }
.benc-ordering select,
.woocommerce-ordering select {
    border: 0;
    border-left: 1px solid var(--benc-line);
    background: transparent;
    min-height: 46px;
    padding: 0 0 0 18px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
    color: var(--benc-black);
}
.benc-subcats {
    margin: -2px 0 26px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid var(--benc-line);
}
.benc-subcats h2 {
    margin: 0 0 12px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.benc-subcat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}
.benc-subcat-list a {
    font-size: 12px;
    color: var(--benc-soft-ink);
}
.benc-subcat-list span { color: var(--benc-muted); }
.benc-pagination {
    margin-top: 42px;
    display: flex;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul,
.benc-pagination .nav-links {
    border: 0 !important;
    display: flex;
    gap: 8px;
}
.woocommerce nav.woocommerce-pagination ul li { border: 0 !important; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.benc-pagination .page-numbers {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border: 1px solid var(--benc-line-dark) !important;
    background: #fff !important;
    color: var(--benc-black) !important;
    padding: 0 12px !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.benc-pagination .page-numbers.current {
    background: var(--benc-black) !important;
    color: #fff !important;
}

/* =========================================================
   11. SINGLE PRODUCT / GALLERY / BARN2 TABS
========================================================= */
.benc-product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .88fr);
    gap: 62px;
    align-items: start;
    margin-top: 24px;
}
.benc-product-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 18px;
    align-items: start;
    width: 100%;
    min-width: 0;
    direction: ltr;
}
.benc-gallery-main {
    width: 100%;
    min-width: 0;
    min-height: 620px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--benc-line);
    overflow: hidden;
}
.benc-gallery-main img,
.benc-main-product-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 42px;
    opacity: 1 !important;
    visibility: visible !important;
}
.benc-gallery-thumbs {
    display: grid;
    gap: 12px;
    align-content: start;
    width: 96px;
    min-width: 96px;
}
.benc-gallery-thumb {
    width: 96px;
    height: 96px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--benc-line);
    opacity: .74;
    transition: opacity .2s ease, border-color .2s ease;
    cursor: pointer;
}
.benc-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.benc-gallery-thumb.is-active,
.benc-gallery-thumb:hover {
    border-color: var(--benc-black);
    opacity: 1;
}
.benc-product-summary {
    position: sticky;
    top: 28px;
    padding-top: 8px;
}
.benc-product-brand {
    display: inline-flex;
    color: var(--benc-muted);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
}
.benc-product-summary .product_title {
    margin: 0 0 10px !important;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.13;
    font-weight: 500;
    letter-spacing: -.02em;
}
.benc-sku {
    color: var(--benc-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 18px;
}
.benc-single-price {
    font-size: 22px;
    font-weight: 600;
    color: var(--benc-black);
    margin-bottom: 26px;
}
.benc-single-price del {
    color: var(--benc-muted);
    font-size: 16px;
    margin-right: 8px;
}
.benc-single-price ins { text-decoration: none; }
.benc-short-description {
    color: var(--benc-soft-ink);
    border-top: 1px solid var(--benc-line);
    border-bottom: 1px solid var(--benc-line);
    padding: 24px 0;
    margin-bottom: 22px;
}
.benc-short-description h2,
.benc-short-description h3 {
    font-size: 18px;
    margin: 0 0 12px;
    font-weight: 600;
}
.benc-short-description p { margin: 0 0 14px; }
.benc-short-description ul { margin: 14px 0 0; padding-left: 18px; }
.benc-cart-area { margin-bottom: 24px; }
.benc-cart-area form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    margin: 0 !important;
}
.benc-cart-area .quantity {
    display: inline-flex;
    min-height: 48px;
    border: 1px solid var(--benc-line-dark);
    background: #fff;
}
.benc-cart-area .quantity .qty {
    width: 82px;
    border: 0;
    background: transparent;
    text-align: center;
    min-height: 48px;
}
.benc-cart-area .single_add_to_cart_button {
    flex: 1 1 230px;
    min-height: 48px !important;
    background: var(--benc-black) !important;
    color: #fff !important;
    border-color: var(--benc-black) !important;
}
.benc-cart-area .single_add_to_cart_button:hover {
    background: transparent !important;
    color: var(--benc-black) !important;
}
.benc-stock-notify {
    display: inline-flex;
    margin-top: 14px;
    color: var(--benc-copper);
    font-size: 12px;
    font-weight: 600;
}
.benc-detail-trust {
    display: grid;
    gap: 10px;
    border-top: 1px solid var(--benc-line);
    padding-top: 22px;
}
.benc-detail-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--benc-line);
    padding: 13px 15px;
    font-size: 13px;
}
.benc-detail-trust .benc-trust-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
}
.benc-product-reviews-anchor { margin: 34px 0 0; }
.benc-review-inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--benc-muted);
}
.benc-related-products { margin-top: 72px; }
.benc-related-products h2 { margin-bottom: 28px; }
.benc-related-products .products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.benc-product-tabs-wrap {
    margin: 24px 0 0;
    border-top: 1px solid var(--benc-line-dark);
}
.benc-product-detail + .benc-product-tabs-wrap,
.benc-product-reviews-anchor + .benc-product-tabs-wrap {
    max-width: var(--benc-container);
    margin: clamp(28px, 4vw, 54px) auto 0;
    padding: 0 32px;
    border-top: 0;
}
.benc-product-tabs-heading {
    margin: 0 0 18px;
    font-size: clamp(18px, 2vw, 28px);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
}
.benc-barn2-tabs .woocommerce-tabs { margin: 0 !important; }
.benc-barn2-tabs .woocommerce-Tabs-panel h2:first-child,
.benc-barn2-tabs .panel h2:first-child { display: none; }
.benc-tabs-mode-accordion .woocommerce-tabs ul.tabs,
.benc-tabs-mode-stacked .woocommerce-tabs ul.tabs { display: none !important; }
.benc-tab-accordion-head {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--benc-line-dark);
    background: transparent;
    padding: 18px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    color: var(--benc-black);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
}
.benc-tab-accordion-head::after {
    content: "+";
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    transition: transform .22s ease;
}
.benc-tab-accordion-head.is-active::after {
    content: "–";
    transform: rotate(180deg);
}
.benc-tabs-mode-accordion .woocommerce-tabs .wc-tab,
.benc-tabs-mode-accordion .woocommerce-tabs .panel {
    margin: 0 !important;
    padding: 18px 0 20px !important;
    border-bottom: 1px solid var(--benc-line);
    color: var(--benc-soft-ink);
    font-size: 13px;
    line-height: 1.75;
}
.benc-tabs-mode-accordion .woocommerce-tabs .wc-tab ul,
.benc-tabs-mode-accordion .woocommerce-tabs .panel ul { padding-left: 18px; }
.benc-tabs-mode-accordion .woocommerce-tabs .wc-tab p:last-child,
.benc-tabs-mode-accordion .woocommerce-tabs .panel p:last-child { margin-bottom: 0; }
.benc-tabs-mode-tabs .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    gap: 0;
    border-bottom: 1px solid var(--benc-line-dark);
    overflow-x: auto;
}
.benc-tabs-mode-tabs .woocommerce-tabs ul.tabs::before,
.benc-tabs-mode-tabs .woocommerce-tabs ul.tabs li::before,
.benc-tabs-mode-tabs .woocommerce-tabs ul.tabs li::after { display: none !important; }
.benc-tabs-mode-tabs .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.benc-tabs-mode-tabs .woocommerce-tabs ul.tabs li a {
    padding: 14px 22px !important;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700 !important;
    color: var(--benc-muted) !important;
    white-space: nowrap;
}
.benc-tabs-mode-tabs .woocommerce-tabs ul.tabs li.active a { color: var(--benc-black) !important; }
.benc-tabs-mode-tabs .woocommerce-tabs .panel {
    margin: 0 !important;
    padding: 22px 0 0 !important;
    color: var(--benc-soft-ink);
    font-size: 13px;
}
.benc-tabs-mode-stacked .woocommerce-tabs .wc-tab,
.benc-tabs-mode-stacked .woocommerce-tabs .panel {
    display: block !important;
    margin: 0 0 16px !important;
    padding: 20px 22px !important;
    background: #fff;
    border: 1px solid var(--benc-line);
}
.benc-tabs-mode-stacked .woocommerce-tabs .wc-tab h2:first-child,
.benc-tabs-mode-stacked .woocommerce-tabs .panel h2:first-child {
    display: block;
    margin: 0 0 12px;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* =========================================================
   12. PAGES / BLOG / SEARCH RESULTS
========================================================= */
.benc-content-page { background: var(--benc-cream); }
.benc-page-card {
    background: #fff;
    border: 1px solid var(--benc-line);
    padding: clamp(28px, 5vw, 70px);
}
.benc-entry-content {
    color: var(--benc-soft-ink);
    margin-top: 24px;
    font-size: 15px;
}
.benc-entry-content a {
    color: var(--benc-copper);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.benc-single-featured {
    margin: calc(clamp(28px, 5vw, 70px) * -1) calc(clamp(28px, 5vw, 70px) * -1) 36px;
}
.benc-single-featured img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}
.benc-entry-meta {
    color: var(--benc-muted);
    margin-top: 8px;
}
.benc-search-results {
    display: grid;
    gap: 16px;
}
.benc-search-result {
    background: #fff;
    border: 1px solid var(--benc-line);
    padding: 24px;
}
.benc-search-result h2 {
    margin: 0 0 8px;
    font-size: 20px;
}
.benc-search-result p {
    margin: 0;
    color: var(--benc-muted);
}
.benc-page-hero {
    background: var(--benc-cream);
    padding: 86px 20px 58px;
    border-bottom: 1px solid var(--benc-line);
}
.benc-page-hero-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.benc-page-hero h1 {
    font-size: clamp(34px, 5vw, 74px);
    line-height: .95;
    margin: 0 0 18px;
    letter-spacing: -.05em;
}
.benc-page-hero p {
    color: var(--benc-muted);
    font-size: 17px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 760px;
}
.benc-page-content {
    max-width: var(--benc-container);
    margin: 0 auto;
    padding: 64px 20px;
}
.benc-page-content.is-narrow,
.benc-layout-narrow .benc-page-content { max-width: 880px; }
.benc-page-content.is-full,
.benc-layout-full .benc-page-content { max-width: none; padding-left: 0; padding-right: 0; }
.benc-layout-blog .benc-page-content { max-width: var(--benc-container); }
.benc-hide-title .benc-page-hero { display: none; }
.benc-page-content .entry-content {
    font-size: 16px;
    line-height: 1.85;
}
.benc-page-content .entry-content h2 {
    font-size: clamp(28px, 3vw, 44px);
    letter-spacing: -.04em;
    margin-top: 44px;
}
.benc-page-content .entry-content img {
    max-width: 100%;
    height: auto;
}
.benc-page-content .entry-content table {
    width: 100%;
    border-collapse: collapse;
}
.benc-page-content .entry-content th,
.benc-page-content .entry-content td {
    border: 1px solid var(--benc-line);
    padding: 14px;
    text-align: left;
}
.benc-blog-template {
    max-width: var(--benc-container);
    margin: 0 auto;
    padding: 64px 20px;
}
.benc-blog-template-grid {
    display: grid;
    grid-template-columns: repeat(var(--benc-blog-cols, 3), minmax(0, 1fr));
    gap: 28px;
}
.benc-blog-template-list {
    display: grid;
    gap: 24px;
}
.benc-blog-template-list .benc-blog-card {
    display: grid;
    grid-template-columns: 320px 1fr;
}
.benc-blog-template-magazine {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 28px;
}
.benc-blog-template-magazine .benc-blog-card:first-child { grid-row: span 2; }
.benc-blog-template .benc-blog-card {
    background: #fff;
    border: 1px solid var(--benc-line);
    overflow: hidden;
}
.benc-blog-template .benc-blog-copy { padding: 26px; }
.benc-page-meta {
    display: flex;
    gap: 14px;
    justify-content: center;
    color: var(--benc-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

/* =========================================================
   13. CART / CHECKOUT
========================================================= */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--benc-copper) !important;
    background: #fff !important;
    color: var(--benc-soft-ink) !important;
}
.woocommerce-info::before,
.woocommerce-message::before { color: var(--benc-copper) !important; }
body.woocommerce-cart.benc-theme,
body.woocommerce-checkout.benc-theme { background: var(--benc-page-bg); }
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
    max-width: var(--benc-container);
    margin-inline: auto;
}
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout { padding: clamp(32px, 5vw, 70px) 20px; }
.wc-block-cart,
.wc-block-checkout {
    --wc-blocks-border-radius: 0;
    --wc-blocks-border-color: var(--benc-line);
    color: var(--benc-ink);
}
.wc-block-cart__main,
.wc-block-checkout__main,
.wc-block-cart__sidebar,
.wc-block-checkout__sidebar {
    background: #fff;
    border: 1px solid var(--benc-line);
    padding: clamp(20px, 3vw, 40px) !important;
    box-shadow: 0 18px 52px rgba(14, 12, 10, .045);
}
.wc-block-cart-items__header,
.wc-block-components-totals-wrapper,
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar { border-color: var(--benc-line) !important; }
.wc-block-cart-items__row {
    padding: 22px 0 !important;
    border-bottom: 1px solid var(--benc-line) !important;
}
.wc-block-cart-item__image img,
.wc-block-components-order-summary-item__image img {
    border: 1px solid var(--benc-line);
    background: var(--benc-cream);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.wc-block-components-product-name,
.wc-block-cart-item__product .wc-block-components-product-name,
.wc-block-components-order-summary-item__description .wc-block-components-product-name {
    display: inline-block;
    color: var(--benc-black) !important;
    font-size: clamp(14px, 1.2vw, 17px);
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.35;
    margin-bottom: 8px;
}
.wc-block-components-product-metadata,
.wc-block-components-product-details,
.wc-block-components-product-low-stock-badge { display: none !important; }
.wc-block-components-quantity-selector {
    border: 1px solid var(--benc-line-dark) !important;
    border-radius: 0 !important;
    background: #fff;
    min-height: 42px;
}
.wc-block-components-quantity-selector__button {
    color: var(--benc-black) !important;
    background: var(--benc-cream) !important;
    min-width: 38px !important;
}
.wc-block-components-quantity-selector__input {
    min-width: 48px !important;
    font-weight: 700 !important;
    color: var(--benc-black) !important;
}
.wc-block-cart-item__prices,
.wc-block-components-product-price,
.wc-block-components-totals-item__value,
.wc-block-components-order-summary-item__total-price {
    color: var(--benc-black) !important;
    font-weight: 800 !important;
    letter-spacing: .01em;
}
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-button:not(.is-link) {
    background: var(--benc-black) !important;
    color: #fff !important;
    border: 1px solid var(--benc-black) !important;
    min-height: 52px !important;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 11px;
    font-weight: 800;
    border-radius: var(--benc-radius) !important;
    transition: background .22s ease, color .22s ease, border-color .22s ease;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-button:not(.is-link):hover {
    background: transparent !important;
    color: var(--benc-black) !important;
}
.wc-block-components-title,
.wc-block-checkout__title,
.wc-block-cart__totals-title,
.wc-block-components-checkout-step__title {
    color: var(--benc-black);
    font-weight: 600 !important;
    letter-spacing: -.02em;
}
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"] {
    border: 1px solid var(--benc-line-dark) !important;
    border-radius: 0 !important;
    background: #fff !important;
    min-height: 52px !important;
    color: var(--benc-black) !important;
    box-shadow: none !important;
}
.wc-block-components-text-input label,
.wc-block-components-checkbox label,
.wc-block-components-radio-control__label,
.wc-block-components-address-form__address_2-toggle {
    color: var(--benc-muted) !important;
    font-size: 12px !important;
}
.wc-block-components-order-summary,
.wc-block-components-order-summary__content { border-color: var(--benc-line) !important; }
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: var(--benc-black) !important;
}
.wc-block-components-panel__button,
.wc-block-components-totals-coupon__button,
.wc-block-cart-item__remove-link {
    color: var(--benc-muted) !important;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px !important;
    font-weight: 700 !important;
}
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout .col2-set {
    background: #fff;
    border: 1px solid var(--benc-line);
    padding: clamp(22px, 3vw, 36px);
    box-shadow: 0 18px 52px rgba(14,12,10,.045);
}
.woocommerce-cart-form table.shop_table,
.woocommerce-checkout-review-order table.shop_table {
    border: 0;
    border-collapse: collapse;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th,
.woocommerce-checkout-review-order table.shop_table td,
.woocommerce-checkout-review-order table.shop_table th {
    border-color: var(--benc-line);
    padding: 16px 12px;
}
.woocommerce-cart .product-name a,
.woocommerce-checkout-review-order .product-name {
    font-weight: 700;
    color: var(--benc-black);
}
.woocommerce-cart .quantity .qty {
    min-height: 42px;
    border: 1px solid var(--benc-line-dark);
}
.woocommerce-cart .actions .coupon .input-text,
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea {
    min-height: 50px;
    border: 1px solid var(--benc-line-dark);
    border-radius: 0;
}

/* =========================================================
   14. FOOTER
========================================================= */
.benc-footer {
    background: #fff;
    border-top: 1px solid var(--benc-line);
}
.benc-footer-top {
    max-width: var(--benc-container);
    margin: 0 auto;
    padding: 62px 32px 46px;
    display: grid;
    grid-template-columns: 1.1fr .9fr .9fr .75fr 1.15fr;
    gap: 42px;
}
.benc-footer-brand .benc-logo,
.benc-footer-brand .custom-logo-link {
    margin-bottom: 18px;
    justify-content: flex-start;
}
.benc-footer .benc-logo img { max-width: var(--benc-footer-logo-width); }
.benc-footer-brand p,
.benc-footer-newsletter p,
.benc-newsletter-note {
    margin: 0;
    color: var(--benc-muted);
    font-size: 12px;
}
.benc-footer h3 {
    margin: 0 0 17px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.benc-footer-menu,
.benc-footer-categories,
.benc-footer-categories-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
}
.benc-footer-categories {
    max-height: 220px;
    overflow: auto;
    padding-right: 8px;
}
.benc-footer-menu a,
.benc-footer-categories a,
.benc-footer-categories-menu a {
    color: var(--benc-muted);
    font-size: 12px;
}
.benc-footer-menu a:hover,
.benc-footer-categories a:hover,
.benc-footer-categories-menu a:hover { color: var(--benc-copper); }
.benc-newsletter-form {
    display: flex;
    margin: 18px 0 12px;
    border: 1px solid var(--benc-line-dark);
    background: var(--benc-cream);
}
.benc-newsletter-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    padding: 14px 14px;
}
.benc-newsletter-form button {
    border: 0;
    border-left: 1px solid var(--benc-line-dark);
    background: transparent;
    padding: 0 16px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 10px;
    font-weight: 700;
}
.benc-footer-bottom {
    max-width: var(--benc-container);
    margin: 0 auto;
    padding: 20px 32px;
    border-top: 1px solid var(--benc-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--benc-muted);
    font-size: 12px;
}
.benc-footer-bottom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.benc-footer-bottom-menu a {
    color: inherit;
    opacity: .72;
}
.benc-footer-bottom-menu a:hover {
    opacity: 1;
    color: var(--benc-copper);
}
.benc-payment-icons {
    letter-spacing: .12em;
    font-size: 10px;
    color: var(--benc-black);
}
.benc-footer-variant-compact .benc-footer-top {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 40px;
}
.benc-footer-variant-minimal .benc-footer { padding-top: 0; }
.benc-footer-bottom-minimal {
    border-top: 0;
    justify-content: center;
    text-align: center;
    gap: 18px;
}

/* =========================================================
   15. RESPONSIVE
========================================================= */
@media (hover: none) {
    .benc-signature .benc-step-copy p,
    .benc-signature .benc-step-copy a {
        max-height: 180px;
        opacity: 1;
        transform: none;
    }
}
@media (max-width: 1180px) {
    .benc-header-actions span:not(.benc-cart-count):not(.benc-icon) { display: none; }
    .benc-menu { gap: 26px; }
    .benc-product-grid,
    ul.products,
    .benc-demo-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .benc-category-visual-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .benc-category-card { min-height: 252px; }
    .benc-category-card-image { min-height: 182px; }
    .benc-review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .benc-footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .benc-product-detail {
        gap: 34px;
        grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
    }
}
@media (max-width: 980px) {
    .benc-announcement { height: 34px; }
    .benc-burger { display: inline-block; }
    .benc-header-inner {
        grid-template-columns: auto 1fr auto;
        padding: 13px 20px;
        min-height: 66px;
    }
    .benc-header-left,
    .benc-main-nav { display: none; }
    .benc-logo img,
    .custom-logo-link img {
        max-width: 142px;
        max-height: 46px;
    }
    .benc-action-link { padding: 6px 0; }
    .benc-header-actions { gap: 13px; }
    .benc-hero-slider,
    .benc-hero-track,
    .benc-hero-card { min-height: var(--benc-hero-mobile-height); }
    .benc-hero-card { background-position: 30% center; }
    .benc-hero-card::before { background: linear-gradient(0deg, rgba(255,255,255,.86), rgba(255,255,255,.24)); }
    .benc-hero-copy {
        margin: auto 0 0 !important;
        padding: 40px 22px;
        max-width: 100%;
        text-align: left;
    }
    .benc-section,
    .benc-signature,
    .benc-instagram,
    .benc-shipping-process {
        padding-left: 20px;
        padding-right: 20px;
    }
    .benc-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 20px;
    }
    .benc-trust-item + .benc-trust-item { border-left: 1px solid var(--benc-line); }
    .benc-trust-item:nth-child(3),
    .benc-trust-item:nth-child(4) { border-top: 0; }
    .benc-category-visual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .benc-steps-grid,
    .benc-blog-grid,
    .benc-shipping-grid { grid-template-columns: 1fr; }
    .benc-ship-card {
        border-right: 0;
        border-bottom: 1px solid var(--benc-line);
        min-height: auto;
    }
    .benc-ship-card:last-child { border-bottom: 0; }
    .benc-insta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .benc-shop-container,
    .benc-product-container,
    .benc-page-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .benc-filter-toggle { display: inline-flex; }
    .benc-shop-layout { grid-template-columns: 1fr; }
    .benc-shop-sidebar {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(90vw, 370px);
        z-index: 2147483001;
        background: var(--benc-cream);
        padding: 24px;
        transform: translateX(-100%);
        transition: transform .28s ease;
        overflow-y: auto;
        box-shadow: var(--benc-shadow);
        border-top: 0;
    }
    .benc-shop-sidebar.is-open { transform: translateX(0); }
    .benc-filter-close {
        display: inline-flex;
        margin-bottom: 24px;
    }
    .benc-product-detail {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .benc-product-summary { position: static; }
    .benc-product-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .benc-gallery-main {
        min-height: 520px;
        aspect-ratio: 1 / 1;
        order: 1;
    }
    .benc-gallery-thumbs {
        order: 2;
        display: flex;
        width: 100%;
        min-width: 0;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 4px;
    }
    .benc-gallery-thumb {
        flex: 0 0 82px;
        width: 82px;
        height: 82px;
    }
    .benc-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .benc-footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 20px;
        padding-right: 20px;
    }
    .benc-footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    .benc-product-detail + .benc-product-tabs-wrap,
    .benc-product-reviews-anchor + .benc-product-tabs-wrap { padding: 0 18px; }
    .benc-tab-accordion-head { padding: 16px 0; }
    .benc-blog-template-grid,
    .benc-blog-template-magazine { grid-template-columns: 1fr; }
    .benc-blog-template-list .benc-blog-card { grid-template-columns: 1fr; }
    .benc-footer-variant-compact .benc-footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
    body.benc-theme { font-size: 13px; }
    .benc-header-actions .benc-action-link:nth-child(2),
    .benc-header-actions .benc-action-link:nth-child(3) { display: none; }
    .benc-header-inner { gap: 12px; }
    .benc-announcement { font-size: 10px; }
    .benc-hero-copy h1,
    .benc-hero-copy h2 { font-size: 28px; }
    .benc-hero-controls {
        bottom: 14px;
        gap: 10px;
        padding: 6px 8px;
    }
    .benc-hero-arrow {
        width: 30px;
        height: 30px;
        font-size: 24px;
    }
    .benc-hero-dot { width: 22px; }
    .benc-hero-dot.is-active { width: 34px; }
    .benc-section,
    .benc-signature,
    .benc-instagram,
    .benc-shipping-process {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .benc-heading-row,
    .benc-reviews-head,
    .benc-archive-header,
    .benc-shop-toolbar,
    .benc-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .benc-product-grid,
    ul.products,
    .benc-demo-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 12px;
    }
    .benc-card-media { min-height: 245px; }
    .benc-card-media img { padding: 16px; }
    .benc-card-cart .button,
    .benc-card-cart a.button,
    ul.products li.product .button {
        font-size: 10px !important;
        min-height: 38px;
        padding-left: 6px !important;
        padding-right: 6px !important;
        letter-spacing: .08em;
    }
    .benc-card-title { font-size: 12px !important; }
    .benc-category-visual-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .benc-category-card { min-height: 218px; }
    .benc-category-card-image { min-height: 150px; }
    .benc-category-card-body {
        min-height: 68px;
        flex-direction: column;
        gap: 8px;
    }
    .benc-category-card-icon {
        width: 36px;
        height: 36px;
    }
    .benc-category-card-icon svg {
        width: 22px;
        height: 22px;
    }
    .benc-category-card-title {
        font-size: 10px;
        letter-spacing: .12em;
    }
    .benc-category-marquee { gap: 12px 18px; }
    .benc-category-marquee a { font-size: 22px; }
    .benc-trust-strip { grid-template-columns: 1fr; }
    .benc-trust-item { border-left: 1px solid var(--benc-line) !important; }
    .benc-trust-item + .benc-trust-item { border-top: 0; }
    .benc-review-grid { grid-template-columns: 1fr; }
    .benc-gallery-main { min-height: 360px; }
    .benc-gallery-main img,
    .benc-main-product-image { padding: 20px; }
    .benc-gallery-thumb {
        flex-basis: 72px;
        width: 72px;
        height: 72px;
    }
    .benc-product-summary .product_title { font-size: 30px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs { overflow-x: auto; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        white-space: nowrap;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .benc-footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .benc-search-panel {
        align-items: center !important;
        justify-content: center !important;
        padding: 12px;
    }
    .benc-search-box {
        width: 100%;
        max-height: calc(100vh - 24px);
    }
    .benc-search-close {
        top: 14px !important;
        right: 14px !important;
        width: 38px;
        height: 38px;
        font-size: 23px !important;
    }
    .benc-live-search-head { padding: 30px 64px 18px 20px; }
    .benc-live-search-head h2 { font-size: 31px; }
    .benc-live-search-head p {
        font-size: 13px;
        line-height: 1.55;
    }
    .benc-live-search-form { padding: 18px 14px 0; }
    .benc-live-search-field {
        grid-template-columns: 1fr;
        gap: 8px;
        min-height: auto;
    }
    .benc-live-search-field::before { top: 34px; }
    .benc-live-search-field::after { top: 34px; }
    .benc-live-search-input {
        min-height: 52px;
        font-size: 14px;
    }
    .benc-live-search-field button[type="submit"] {
        width: 100%;
        min-height: 46px;
    }
    .benc-live-search-status { padding: 10px 18px 4px; }
    .benc-live-search-results {
        max-height: 52vh;
        padding: 8px 12px 22px;
        gap: 8px;
    }
    .benc-live-search-item {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        min-height: 96px;
        padding: 10px;
    }
    .benc-live-search-image {
        width: 72px;
        height: 72px;
    }
    .benc-live-search-content { gap: 6px; }
    .benc-live-search-content strong {
        font-size: 13px;
        line-height: 1.34;
    }
    .benc-live-search-meta em,
    .benc-live-search-meta small {
        font-size: 9px;
        padding: 3px 7px;
    }
    .benc-live-search-side { display: none; }
    .benc-live-search-mobile-price {
        display: inline-flex;
        margin-left: auto;
        color: var(--benc-black);
        font-size: 12px;
        font-weight: 900;
        white-space: nowrap;
    }
    .benc-live-search-mobile-price del { display: none; }
    .benc-live-search-mobile-price ins { text-decoration: none; }
    .benc-live-search-stock { font-size: 10px; }
    .wc-block-cart__main,
    .wc-block-checkout__main,
    .wc-block-cart__sidebar,
    .wc-block-checkout__sidebar { padding: 18px !important; }
}
@media (max-width: 480px) {
    .benc-mobile-panel,
    .benc-filter-panel {
        width: 90vw !important;
        max-width: 90vw !important;
        padding: 24px 20px 36px !important;
    }
}
