:root{--hc-red:#d91f2a;--hc-red-dark:#b51620;--hc-black:#111214;--hc-black-soft:#1b1d21;--hc-gray:#f5f5f6;--hc-gray-2:#fafafa;--hc-border:#e7e7e9;--hc-text:#22242a;--hc-muted:#6d7178;--hc-white:#fff;--hc-green:#159a55;--hc-radius:18px;--hc-radius-lg:28px;--hc-shadow:0 16px 46px rgba(17,18,20,.09);--hc-shadow-lg:0 28px 80px rgba(17,18,20,.15)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--hc-text);background:var(--hc-white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}body.drawer-open{overflow:hidden}button,input,select,textarea{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1240px,calc(100% - 32px));margin-inline:auto}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;overflow:hidden}.skip-link:focus{clip:auto!important;clip-path:none;height:auto;width:auto;z-index:99999;left:12px;top:12px;padding:10px;background:#fff}.site{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}
.eyebrow{display:inline-block;color:var(--hc-red);font-size:12px;font-weight:900;letter-spacing:.16em}.button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 20px;border-radius:13px;border:1px solid transparent;font-weight:850;transition:.2s ease;cursor:pointer}.button-primary,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--hc-red)!important;color:#fff!important}.button-primary:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{filter:brightness(.92)}.button-outline{border-color:#d4d5d8;background:#fff}.button-outline:hover{border-color:var(--hc-black)}.button-light{background:#fff;color:var(--hc-black)}
/* Header */
.site-header{background:#fff;position:sticky;top:0;z-index:80;border-bottom:1px solid var(--hc-border);box-shadow:0 6px 24px rgba(17,18,20,.035)}body.admin-bar .site-header{top:32px}.topbar{background:var(--hc-black);color:#fff;font-size:12px}.topbar__inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar a{color:#fff;font-weight:800}.header-main{min-height:82px;display:grid;grid-template-columns:220px minmax(280px,1fr) auto;gap:22px;align-items:center}.brand-wrap{min-width:0}.custom-logo{display:block;max-height:54px;width:auto}.site-title{font-size:25px;font-weight:950;letter-spacing:-.045em;white-space:nowrap}.header-search{position:relative}.header-search form{display:flex;margin:0}.header-search input[type="search"]{width:100%;min-height:46px;padding:0 16px;border:1px solid var(--hc-border);border-radius:14px 0 0 14px;background:#f8f8f9;outline:none;transition:.2s}.header-search input[type="search"]:focus{background:#fff;border-color:#bfc1c6;box-shadow:0 0 0 4px rgba(17,18,20,.04)}.header-search button,.header-search input[type="submit"]{border:0;background:var(--hc-red);color:#fff;padding:0 18px;border-radius:0 14px 14px 0;font-weight:850;cursor:pointer}.live-search-results{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:120;background:#fff;border:1px solid var(--hc-border);border-radius:16px;box-shadow:var(--hc-shadow-lg);padding:8px;max-height:420px;overflow:auto}.live-search-results[hidden]{display:none}.live-search-status{padding:16px;color:var(--hc-muted);font-size:14px}.live-search-item{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:center;padding:8px;border-radius:11px}.live-search-item:hover{background:var(--hc-gray)}.live-search-item img{width:58px;height:58px;object-fit:cover;border-radius:9px;background:#f2f2f3}.live-search-item strong{display:block;font-size:14px;line-height:1.25}.live-search-item small{display:block;color:var(--hc-red);font-weight:850;margin-top:3px}.live-search-all{display:block;text-align:center;padding:11px;border-top:1px solid var(--hc-border);font-size:13px;font-weight:850;color:var(--hc-red);margin-top:4px}.header-actions{display:flex;align-items:center;gap:9px}.icon-button,.menu-toggle,.drawer-close{position:relative;display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid var(--hc-border);border-radius:13px;background:#fff;cursor:pointer;transition:.2s}.icon-button:hover,.menu-toggle:hover{border-color:#c8c9cd;background:#fafafa}.icon-button svg,.menu-toggle svg,.drawer-close svg,.hc-filter-toggle svg,.hc-wishlist-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-count,.wishlist-count{position:absolute;right:-5px;top:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--hc-red);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.wishlist-count:empty{display:none}.menu-toggle{display:none}.main-navigation{border-top:1px solid var(--hc-border);background:#fff}.main-navigation ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:30px}.main-navigation a{display:block;padding:13px 0;font-size:13px;font-weight:800}.main-navigation a:hover,.main-navigation .current-menu-item>a{color:var(--hc-red)}
/* Hero */
.hero-section{background:radial-gradient(circle at 72% 35%,rgba(217,31,42,.1),transparent 28%),linear-gradient(135deg,#fff 0%,#f8f8f9 100%);padding:64px 0 62px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center}.hero-copy h1{font-size:clamp(42px,5.4vw,76px);line-height:.99;letter-spacing:-.06em;margin:13px 0 22px;max-width:800px}.hero-copy p{font-size:18px;color:var(--hc-muted);max-width:680px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:27px;color:#50545a;font-size:13px;font-weight:750}.hero-visual{min-height:470px;border-radius:34px;background:var(--hc-black);box-shadow:var(--hc-shadow-lg);position:relative;overflow:hidden;color:#fff}.hero-visual:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:var(--hc-red);right:-90px;top:-75px}.hero-visual:after{content:"";position:absolute;width:230px;height:230px;border:34px solid rgba(255,255,255,.92);border-radius:50%;left:-100px;bottom:-100px}.hero-visual.has-image:before,.hero-visual.has-image:after{opacity:.38}.hero-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-visual__badge{position:absolute;z-index:3;top:24px;left:24px;background:#fff;color:var(--hc-black);padding:8px 13px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.08em}.hero-product-mock{position:absolute;inset:0;display:grid;place-items:center;z-index:2}.hero-product-mock__shirt{width:245px;height:300px;background:#f7f7f7;clip-path:polygon(28% 0,41% 8%,59% 8%,72% 0,100% 15%,84% 42%,75% 34%,75% 100%,25% 100%,25% 34%,16% 42%,0 15%);display:grid;place-items:center;filter:drop-shadow(0 20px 20px rgba(0,0,0,.22))}.hero-product-mock__shirt span{color:var(--hc-red);font-size:50px;font-weight:950;letter-spacing:-.08em}.hero-product-mock__label{position:absolute;bottom:28px;font-size:11px;font-weight:850;letter-spacing:.18em;color:#aaaeb5}.hero-visual__floating{position:absolute;z-index:4;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);color:var(--hc-black);padding:13px 16px;border-radius:15px;box-shadow:var(--hc-shadow);display:grid;min-width:145px}.hero-visual__floating strong{font-size:15px}.hero-visual__floating span{font-size:11px;color:var(--hc-muted)}.hero-visual__floating--one{right:20px;bottom:72px}.hero-visual__floating--two{left:20px;top:92px}
.benefit-strip{border-bottom:1px solid var(--hc-border);background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr)}.benefit-grid>div{display:flex;align-items:center;gap:13px;padding:24px 28px;border-right:1px solid var(--hc-border)}.benefit-grid>div:first-child{padding-left:0}.benefit-grid>div:last-child{border-right:0}.benefit-icon{width:38px;height:38px;border-radius:11px;background:#f7e7e8;color:var(--hc-red);font-size:11px;font-weight:950;display:grid;place-items:center}.benefit-grid strong,.benefit-grid small{display:block}.benefit-grid strong{font-size:14px}.benefit-grid small{font-size:12px;color:var(--hc-muted)}
/* Sections */
.home-section{padding:66px 0}.home-section--muted{background:var(--hc-gray)}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-heading h2{font-size:clamp(29px,4vw,43px);line-height:1.08;letter-spacing:-.045em;margin:6px 0 0}.section-heading>a{font-weight:850;color:var(--hc-red);font-size:14px}.sale-section{background:var(--hc-black);color:#fff}.sale-section .woocommerce ul.products{margin-top:28px!important}.sale-banner{display:flex;justify-content:space-between;align-items:end;gap:30px}.sale-banner h2{font-size:clamp(31px,4.5vw,52px);line-height:1.04;letter-spacing:-.05em;margin:7px 0 12px}.sale-banner p{color:#b8bbc0;margin:0}.sale-kicker{font-size:11px;color:#ff7b84;font-weight:950;letter-spacing:.2em}.custom-cta-section{padding-top:48px}.custom-cta{border-radius:28px;background:#f7f7f8;border:1px solid var(--hc-border);padding:42px 46px;display:flex;justify-content:space-between;align-items:center;gap:30px}.custom-cta h2{font-size:clamp(28px,4vw,44px);line-height:1.08;letter-spacing:-.045em;margin:7px 0 0;max-width:820px}.home-page-content:has(.prose:empty){display:none}.content-area,.woocommerce-main{padding-top:46px;padding-bottom:74px}.page-header h1,.entry-header h1,.woocommerce-products-header__title{font-size:clamp(34px,4.5vw,58px)!important;letter-spacing:-.05em;line-height:1.06;margin-bottom:18px}.prose{max-width:920px}.prose img{border-radius:16px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{border:1px solid var(--hc-border);border-radius:18px;overflow:hidden;background:#fff}.post-card__thumb{display:block;aspect-ratio:16/10;overflow:hidden}.post-card__thumb img{width:100%;height:100%;object-fit:cover}.post-card__body{padding:20px}.post-card__meta{color:var(--hc-muted);font-size:12px}.post-card__title{font-size:22px;line-height:1.25;margin:6px 0 10px}.error-404{padding:90px 0 120px;text-align:center}.error-404 h1{font-size:clamp(38px,6vw,72px);letter-spacing:-.05em;margin:8px 0}.error-404 p{color:var(--hc-muted);margin-bottom:28px}
/* WooCommerce */
.woocommerce .woocommerce-breadcrumb{font-size:12px;color:var(--hc-muted);margin-bottom:22px}.woocommerce .woocommerce-breadcrumb a{color:var(--hc-text);font-weight:700}.hc-category-chips{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 18px;scrollbar-width:none}.hc-category-chips::-webkit-scrollbar{display:none}.hc-chip{white-space:nowrap;padding:8px 13px;border:1px solid var(--hc-border);border-radius:999px;font-size:12px;font-weight:800;background:#fff}.hc-chip:hover,.hc-chip.is-active{background:var(--hc-black);border-color:var(--hc-black);color:#fff}.hc-filter-toggle{float:left;display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--hc-border);border-radius:11px;min-height:40px;padding:0 14px;font-size:13px;font-weight:850;cursor:pointer;margin:0 12px 18px 0}.woocommerce .woocommerce-result-count{font-size:13px;color:var(--hc-muted);margin:10px 0 18px}.woocommerce .woocommerce-ordering{margin-bottom:18px}.woocommerce .woocommerce-ordering select{border:1px solid var(--hc-border);border-radius:11px;min-height:40px;padding:0 38px 0 12px;background:#fff}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0!important;clear:both}.woocommerce ul.products.columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.woocommerce ul.products.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;background:#fff;border:1px solid var(--hc-border);border-radius:18px;padding:12px;transition:.22s ease;position:relative;overflow:hidden}.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:var(--hc-shadow)}.sale-section .woocommerce ul.products li.product{border-color:#292c31}.woocommerce ul.products li.product a img{border-radius:13px;margin-bottom:14px!important;aspect-ratio:1/1;object-fit:cover;background:#f5f5f6}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.35;padding:0!important;color:var(--hc-black);margin-right:4px}.woocommerce ul.products li.product .woocommerce-loop-category__title .count{background:none;font-size:11px;color:var(--hc-muted)}.woocommerce ul.products li.product .price{font-size:16px!important;font-weight:900;color:var(--hc-red)!important}.woocommerce ul.products li.product .price del{color:#989ba1;font-weight:600}.woocommerce ul.products li.product .button{width:100%;margin-top:10px!important;background:var(--hc-black);color:#fff;font-size:13px}.woocommerce ul.products li.product .button:hover{background:#2a2d31}.woocommerce span.onsale{background:var(--hc-red)!important;min-width:0;min-height:0;line-height:1;padding:8px 10px;border-radius:999px;left:20px!important;top:20px!important;font-size:11px;z-index:4}.hc-wishlist-button{position:absolute;z-index:5;right:19px;top:19px;width:35px;height:35px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(17,18,20,.08);background:rgba(255,255,255,.92);backdrop-filter:blur(5px);cursor:pointer;padding:0}.hc-wishlist-button span{display:none}.hc-wishlist-button.is-active{background:var(--hc-red);border-color:var(--hc-red);color:#fff}.hc-wishlist-button.is-active svg{fill:currentColor}.woocommerce nav.woocommerce-pagination{margin-top:38px}.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:6px}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--hc-border);border-radius:10px}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--hc-black);border-color:var(--hc-black);color:#fff}
.woocommerce div.product{padding-top:18px}.woocommerce div.product div.images img{border-radius:20px}.woocommerce div.product div.images .flex-control-thumbs li img{border-radius:10px}.woocommerce div.product .product_title{font-size:clamp(32px,4.2vw,54px);letter-spacing:-.05em;line-height:1.04}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--hc-red)!important;font-weight:900;font-size:27px}.woocommerce div.product .woocommerce-product-details__short-description{color:#555960}.woocommerce div.product form.cart{display:flex;gap:8px;flex-wrap:wrap}.woocommerce .quantity .qty{min-height:46px;border:1px solid var(--hc-border);border-radius:12px;width:76px}.woocommerce div.product form.cart .variations select{border:1px solid var(--hc-border);border-radius:11px;min-height:44px;padding:0 12px}.humbel-wa-button{margin-top:10px!important;background:var(--hc-green)!important;color:#fff!important;width:100%}.hc-wishlist-button--single{position:static;width:100%;height:46px;border-radius:13px;margin-top:9px;display:flex;gap:8px;background:#fff;border:1px solid var(--hc-border);font-weight:850}.hc-wishlist-button--single span{display:inline}.woocommerce div.product .woocommerce-tabs ul.tabs{padding-left:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-color:var(--hc-border);background:#f6f6f7;border-radius:10px 10px 0 0}.woocommerce div.product .woocommerce-tabs ul.tabs:before{border-bottom-color:var(--hc-border)}.related.products>h2,.upsells.products>h2{font-size:32px;letter-spacing:-.04em;margin-top:55px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce .select2-container .select2-selection--single{border:1px solid var(--hc-border);border-radius:12px;padding:10px 12px;min-height:44px;background:#fff}.woocommerce .select2-container .select2-selection--single .select2-selection__rendered{padding-left:0}.woocommerce table.shop_table{border-color:var(--hc-border);border-radius:16px;overflow:hidden}.woocommerce table.shop_table th{background:#fafafa}.woocommerce-message,.woocommerce-info{border-top-color:var(--hc-red);border-radius:10px;background:#f8f8f9}.woocommerce-message:before,.woocommerce-info:before{color:var(--hc-red)}.woocommerce-checkout #customer_details,.woocommerce-checkout-review-order{background:#fff}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none;width:100%}.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:24px}.woocommerce-checkout-review-order-table,.woocommerce-checkout-payment{border-radius:16px!important;overflow:hidden}.woocommerce-cart .cart-collaterals .cart_totals{background:#fafafa;padding:22px;border-radius:16px}.wc-block-cart,.wc-block-checkout{max-width:1240px;margin-inline:auto;padding-block:20px}
/* Drawers */
.drawer-overlay{position:fixed;inset:0;background:rgba(10,11,13,.52);backdrop-filter:blur(2px);z-index:190}.drawer-overlay[hidden]{display:none}.hc-drawer{position:fixed;right:0;top:0;bottom:0;width:min(430px,92vw);background:#fff;z-index:200;transform:translateX(104%);transition:transform .28s ease;box-shadow:-24px 0 70px rgba(0,0,0,.17);display:flex;flex-direction:column}.hc-drawer.is-open{transform:translateX(0)}.hc-drawer__header{padding:22px 22px 18px;border-bottom:1px solid var(--hc-border);display:flex;justify-content:space-between;gap:18px;align-items:center}.hc-drawer__header h2{font-size:25px;line-height:1.1;letter-spacing:-.04em;margin:4px 0 0}.drawer-close{flex:0 0 auto}.hc-drawer__body{padding:20px 22px;overflow:auto;flex:1}.woocommerce-mini-cart{list-style:none;margin:0!important;padding:0!important}.woocommerce-mini-cart-item{padding:0 28px 14px 82px!important;min-height:72px;margin-bottom:14px;border-bottom:1px solid var(--hc-border)}.woocommerce-mini-cart-item img{position:absolute;left:0;width:66px!important;height:66px!important;object-fit:cover;border-radius:10px}.woocommerce-mini-cart-item a:not(.remove){font-size:13px;font-weight:800;line-height:1.3}.woocommerce-mini-cart-item .quantity{display:block;color:var(--hc-muted);font-size:12px;margin-top:4px}.woocommerce-mini-cart__total{display:flex;justify-content:space-between;padding:16px 0!important;border-top:0!important;font-size:15px}.woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.woocommerce-mini-cart__buttons .button{margin:0!important}.woocommerce-mini-cart__buttons .checkout{background:var(--hc-red)!important}.woocommerce-mini-cart__empty-message{padding:30px 0;color:var(--hc-muted);text-align:center}.wishlist-items{display:grid;gap:10px}.wishlist-item{display:grid;grid-template-columns:72px minmax(0,1fr) 32px;gap:12px;align-items:center;border-bottom:1px solid var(--hc-border);padding-bottom:12px}.wishlist-item img{width:72px;height:72px;object-fit:cover;border-radius:11px;background:#f5f5f6}.wishlist-item strong{display:block;font-size:14px;line-height:1.25}.wishlist-item small{display:block;color:var(--hc-red);font-weight:850;margin-top:3px}.wishlist-remove{width:30px;height:30px;border-radius:50%;border:1px solid var(--hc-border);background:#fff;cursor:pointer;font-size:17px}.wishlist-empty,.drawer-help{padding:22px 0;color:var(--hc-muted);text-align:center}.shop-filter-widget{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--hc-border)}.shop-filter-widget__title,.filter-drawer .widget-title{font-size:17px;margin:0 0 12px}.filter-drawer ul{list-style:none;padding:0;margin:0}.filter-drawer li+li{margin-top:8px}.filter-drawer a{font-size:14px}.filter-drawer .count{color:var(--hc-muted)}.filter-drawer .price_slider_wrapper .ui-widget-content{background:#e6e6e8}.filter-drawer .ui-slider .ui-slider-range,.filter-drawer .ui-slider .ui-slider-handle{background:var(--hc-red)}
/* Footer */
.site-footer{background:var(--hc-black);color:#d8d9dc;padding:60px 0 26px;margin-top:auto}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:56px}.footer-brand{color:#fff;font-size:28px;margin-top:0}.site-footer h3{color:#fff}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li+li{margin-top:8px}.footer-bottom{margin-top:40px;padding-top:22px;border-top:1px solid #2d3035;display:flex;justify-content:space-between;gap:20px;font-size:13px;color:#9da1a8}
@media (max-width:1100px){.woocommerce ul.products.columns-6{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products.columns-5{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:980px){body.admin-bar .site-header{top:32px}.header-main{grid-template-columns:1fr auto}.header-search{grid-column:1/-1;grid-row:2;padding-bottom:13px}.menu-toggle{display:inline-grid}.main-navigation{display:none;max-height:calc(100vh - 120px);overflow:auto}.main-navigation.is-open{display:block}.main-navigation ul{flex-direction:column;align-items:stretch;gap:0;padding:8px 0 14px}.main-navigation a{padding:11px 0}.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:390px}.benefit-grid>div{padding-inline:18px}.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products.columns-5{grid-template-columns:repeat(3,minmax(0,1fr))}.post-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.2fr .8fr;gap:36px}.footer-grid>div:last-child{grid-column:1/-1}.woocommerce-checkout .col2-set{grid-template-columns:1fr}}
@media (max-width:782px){body.admin-bar .site-header{top:46px}}
@media (max-width:680px){.container{width:min(100% - 24px,1240px)}.topbar__inner{justify-content:center;text-align:center}.topbar__inner>span{display:none}.header-main{min-height:68px;gap:9px}.brand-wrap{min-width:0}.custom-logo{max-width:140px;max-height:42px}.site-title{font-size:20px}.header-actions{gap:6px}.account-button{display:none}.icon-button,.menu-toggle{width:39px;height:39px;border-radius:11px}.header-search{padding-bottom:10px}.header-search input[type="search"]{min-height:42px}.live-search-results{position:fixed;left:12px;right:12px;top:151px;max-height:58vh}.hero-section{padding:38px 0 42px}.hero-grid{gap:34px}.hero-copy h1{font-size:43px}.hero-copy p{font-size:16px}.hero-actions .button{width:100%}.hero-visual{min-height:310px;border-radius:24px}.hero-product-mock__shirt{width:180px;height:220px}.hero-visual__floating{padding:9px 12px;min-width:120px}.hero-visual__floating--two{left:13px;top:70px}.hero-visual__floating--one{right:13px;bottom:50px}.hero-visual__badge{top:15px;left:15px}.benefit-grid{grid-template-columns:1fr}.benefit-grid>div,.benefit-grid>div:first-child{padding:14px 0;border-right:0;border-bottom:1px solid var(--hc-border)}.benefit-grid>div:last-child{border-bottom:0}.home-section{padding:46px 0}.section-heading{align-items:flex-start;flex-direction:column;margin-bottom:22px}.sale-banner{align-items:flex-start;flex-direction:column}.sale-banner .button{width:100%}.custom-cta{padding:28px 22px;align-items:flex-start;flex-direction:column}.custom-cta .button{width:100%}.woocommerce ul.products,.woocommerce ul.products.columns-6,.woocommerce ul.products.columns-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.woocommerce ul.products li.product{padding:9px;border-radius:14px}.woocommerce ul.products li.product .button{font-size:11px;padding:0 7px;min-height:40px}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .woocommerce-loop-category__title{font-size:13px!important}.woocommerce ul.products li.product .price{font-size:14px!important}.hc-wishlist-button{right:14px;top:14px;width:32px;height:32px}.woocommerce span.onsale{left:14px!important;top:14px!important;font-size:9px}.woocommerce .woocommerce-result-count{float:none;margin-top:9px}.woocommerce .woocommerce-ordering{float:none;width:100%}.woocommerce .woocommerce-ordering select{width:100%}.hc-filter-toggle{float:none;margin-right:0}.post-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.woocommerce div.product .product_title{font-size:34px}.related.products>h2,.upsells.products>h2{font-size:27px}.hc-drawer{width:min(400px,94vw)}.hc-drawer__header{padding:18px}.hc-drawer__body{padding:18px}.woocommerce-mini-cart__buttons{grid-template-columns:1fr}.wc-block-cart,.wc-block-checkout{padding-inline:12px}}

/* V2.1 — live-store polish */
.collections-hero{padding:64px 0 58px;background:linear-gradient(135deg,#fff 0%,#f4f4f5 100%);border-bottom:1px solid var(--hc-border)}
.collections-hero__inner{max-width:850px}.collections-hero h1{font-size:clamp(40px,6vw,70px);line-height:1;letter-spacing:-.055em;margin:10px 0 18px}.collections-hero p{font-size:18px;color:var(--hc-muted);max-width:700px;margin:0}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.collection-card{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:170px;border:1px solid var(--hc-border);border-radius:22px;background:#fff;overflow:hidden;transition:.22s ease}.collection-card:hover{transform:translateY(-3px);box-shadow:var(--hc-shadow);border-color:#d4d5d8}.collection-card__media{background:#f3f3f4;min-height:170px}.collection-card__media img{display:block;width:100%;height:100%;object-fit:cover}.collection-card__content{padding:22px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.collection-card__content strong{font-size:20px;letter-spacing:-.025em;line-height:1.15}.collection-card__content small{color:var(--hc-muted);margin-top:5px}.collection-card__content>span{color:var(--hc-red);font-size:13px;font-weight:850;margin-top:18px}.hc-empty-state{border:1px dashed #cfd1d5;border-radius:22px;padding:46px;text-align:center;background:#fafafa}.hc-empty-state h2{font-size:30px;letter-spacing:-.035em;margin:0 0 8px}.hc-empty-state p{color:var(--hc-muted);margin:0 auto 20px;max-width:620px}
.hc-filter-categories .count{float:right}.hc-price-filter__fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hc-price-filter__fields label span{display:block;font-size:11px;font-weight:800;color:var(--hc-muted);margin-bottom:5px}.hc-price-filter__fields input{width:100%;min-height:42px;border:1px solid var(--hc-border);border-radius:10px;padding:0 10px;background:#fff}.hc-filter-check{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:750;cursor:pointer}.hc-filter-check input{width:18px;height:18px;accent-color:var(--hc-red)}.hc-filter-actions{display:flex;align-items:center;gap:14px}.hc-filter-actions .button{flex:1}.hc-filter-actions>a{font-size:13px;font-weight:850;color:var(--hc-red)}
.hc-product-service-points{display:grid;gap:8px;margin-top:18px;border-top:1px solid var(--hc-border);padding-top:18px}.hc-product-service-points>div{display:grid;grid-template-columns:130px 1fr;gap:10px;font-size:12px}.hc-product-service-points strong{color:var(--hc-black)}.hc-product-service-points span{color:var(--hc-muted)}.woocommerce div.product .summary{padding-top:8px}.woocommerce div.product .product_meta{font-size:12px;color:var(--hc-muted);border-top:1px solid var(--hc-border);padding-top:16px}.woocommerce div.product .woocommerce-tabs{margin-top:42px}.woocommerce div.product .woocommerce-tabs .panel{padding:24px 0}.woocommerce div.product .woocommerce-tabs .panel h2:first-child{font-size:28px;letter-spacing:-.035em}
.footer-grid--v21{grid-template-columns:1.3fr .65fr .75fr 1fr;gap:42px}.footer-about p{max-width:390px}.footer-address{color:#aeb1b7;font-size:13px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li+li{margin-top:9px}.footer-links a{color:#d8d9dc;font-size:14px}.footer-links a:hover,.footer-contact__link:hover{color:#fff}.footer-contact p{font-size:13px;color:#aeb1b7;margin:0 0 16px}.footer-contact__actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-contact__link{font-size:13px;color:#d8d9dc;overflow-wrap:anywhere}
.mobile-bottom-nav{display:none}
@media (max-width:1100px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid--v21{grid-template-columns:1.2fr .8fr .8fr}.footer-grid--v21>.footer-contact{grid-column:1/-1}}
@media (max-width:680px){body.woocommerce-page,body.home,body.page{padding-bottom:68px}.collections-hero{padding:42px 0 38px}.collections-hero h1{font-size:42px}.collections-hero p{font-size:15px}.collection-grid{grid-template-columns:1fr;gap:12px}.collection-card{grid-template-columns:112px minmax(0,1fr);min-height:128px;border-radius:16px}.collection-card__media{min-height:128px}.collection-card__content{padding:15px}.collection-card__content strong{font-size:17px}.collection-card__content>span{margin-top:10px}.hc-empty-state{padding:30px 20px}.hc-price-filter__fields{grid-template-columns:1fr 1fr}.hc-product-service-points>div{grid-template-columns:1fr;gap:1px;padding:8px 0;border-bottom:1px solid var(--hc-border)}.hc-product-service-points>div:last-child{border-bottom:0}.footer-grid--v21{grid-template-columns:1fr}.footer-grid--v21>.footer-contact{grid-column:auto}.site-footer{padding-bottom:28px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:160;height:64px;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-top:1px solid var(--hc-border);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a,.mobile-bottom-nav button{position:relative;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:0;color:#555960;padding:4px 2px;cursor:pointer}.mobile-bottom-nav span{font-size:20px;line-height:1}.mobile-bottom-nav small{font-size:9px;font-weight:800}.mobile-cart-count{position:absolute;top:4px;left:calc(50% + 7px);min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--hc-red);color:#fff;font-size:9px;display:grid;place-items:center}.mobile-bottom-nav a:hover,.mobile-bottom-nav button:hover{color:var(--hc-red)}}

/* v2.1.1: never show classic WordPress/WooCommerce sidebars below Shop/Collections. */
body.hc-no-legacy-sidebar #secondary,
body.hc-no-legacy-sidebar #sidebar,
body.hc-no-legacy-sidebar .site-sidebar,
body.hc-no-legacy-sidebar .sidebar:not(.hc-drawer),
body.hc-no-legacy-sidebar .widget-area:not(.hc-drawer),
body.hc-no-legacy-sidebar aside[role="complementary"]:not(.hc-drawer) {
    display: none !important;
}
body.hc-no-legacy-sidebar .content-area,
body.hc-no-legacy-sidebar .site-main,
body.hc-no-legacy-sidebar .woocommerce-main {
    width: 100%;
    max-width: 100%;
}
