:root{--ink:#111111;--red:#c8102e;--red-dark:#9c0c23;--grey:#6b6b6b;--line:#e6e6e6;--offwhite:#fafafa;--green:#2e9e52}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:var(--ink);background:#fff}h1,h2,h3,h4,.display{font-family:Barlow Condensed,sans-serif;text-transform:uppercase}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}.page-width{max-width:1280px;margin:0 auto;padding:0 24px}.topbar{background:var(--ink);color:#fff;text-align:center;font-size:12.5px;padding:8px;letter-spacing:.03em}header.site-header{border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1280px;margin:0 auto;gap:24px}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0;cursor:pointer}.logo-mark{width:42px;height:42px;border-radius:50%;object-fit:cover;display:block;flex-shrink:0}.logo-text{font-family:Barlow Condensed;font-weight:800;font-size:20px;letter-spacing:.01em;line-height:1}.logo-text span{display:block;font-family:Inter;font-size:9px;color:var(--grey);letter-spacing:.1em;font-weight:500;text-transform:uppercase;margin-top:3px}.search-bar{flex:1;max-width:420px;display:flex;align-items:center;border:1.5px solid var(--line);border-radius:2px;padding:10px 14px;gap:8px}.search-bar input{border:none;outline:none;font-size:13.5px;width:100%;font-family:Inter;background:transparent}.header-icons{display:flex;align-items:center;gap:22px;font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.header-icons a{position:relative}.cart-count{background:var(--red);color:#fff;font-size:10px;border-radius:50%;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;margin-left:4px}nav.mega{border-top:1px solid var(--line)}.mega-inner{display:flex;justify-content:center;gap:36px;max-width:1280px;margin:0 auto;padding:0 24px;overflow-x:auto}.mega-inner a{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:14px 0;display:inline-block;border-bottom:2px solid transparent;white-space:nowrap}.mega-inner a:hover,.mega-inner a.active{border-color:var(--red);color:var(--red)}.btn{display:inline-block;padding:14px 28px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:none;cursor:pointer;text-align:center}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red-dark)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#000}.btn-outline{border:1.5px solid var(--line);background:#fff;color:var(--ink)}.hero{background:linear-gradient(160deg,#1c1c1c,#0a0a0a);color:#fff;position:relative;overflow:hidden}.hero-inner{max-width:1280px;margin:0 auto;padding:80px 24px;display:flex;flex-wrap:wrap;align-items:center;gap:40px}.hero-content{flex:1;min-width:300px}.hero-content .eyebrow{color:var(--red);font-weight:700;font-size:13px;letter-spacing:.05em;margin-bottom:14px}.hero-content h1{font-size:clamp(38px,5vw,58px);line-height:.95;font-weight:800;margin-bottom:18px}.hero-content p{color:#c9c9c9;font-size:14.5px;max-width:440px;margin-bottom:26px;line-height:1.6}.hero-visual{flex:0 0 340px;display:flex;justify-content:center;align-items:center;width:340px;height:340px}.hero-visual img{width:100%;height:100%;object-fit:cover;border-radius:50%}.trust-strip{display:flex;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-item{flex:1;min-width:200px;text-align:center;padding:24px 16px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:none}.trust-item b{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px}.trust-item span{font-size:12px;color:var(--grey)}.section-title{text-align:center;margin-bottom:6px}.section-title h2{font-size:clamp(24px,3vw,32px);font-weight:800}.section-sub{text-align:center;color:var(--grey);font-size:13.5px;margin-bottom:36px}.cat-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.cat-tile{position:relative;aspect-ratio:3/4;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;padding-bottom:24px;background:linear-gradient(160deg,#232323,#0a0a0a)}.cat-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:1}.predictive-search-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998}.predictive-search-panel{position:fixed;top:0;right:0;width:min(600px,100%);height:100dvh;background:#fff;color:#111;z-index:9999;display:flex;flex-direction:column;box-shadow:-10px 0 30px #0000002e}.predictive-search-panel[hidden],.predictive-search-backdrop[hidden]{display:none}.predictive-search-top{display:flex;align-items:center;gap:14px;padding:22px 28px;border-bottom:1px solid #ddd}.predictive-search-top input{flex:1;min-width:0;border:0;outline:0;font:500 18px/1.4 Inter,sans-serif;color:#111;background:transparent}.predictive-search-close{border:0;background:transparent;font-size:34px;line-height:1;cursor:pointer;padding:4px 8px;min-width:44px;min-height:44px;position:relative;z-index:2}#predictiveSearchInput::-webkit-search-cancel-button{-webkit-appearance:none;display:none}.predictive-search-body{flex:1;overflow:auto;padding:24px 28px}.predictive-search-body h2{font:700 14px/1.2 Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;margin:0 0 16px}.predictive-search-suggestions{padding-bottom:24px;border-bottom:1px solid #e5e5e5;margin-bottom:24px}.predictive-search-chips{display:flex;gap:10px;overflow:auto}.predictive-search-chip{white-space:nowrap;border:1px solid #ddd;border-radius:999px;padding:9px 15px;color:#111;text-decoration:none;font-size:13px}.predictive-search-item{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center;padding:12px 0;color:#111;text-decoration:none}.predictive-search-item img{width:92px;height:92px;object-fit:contain;background:#f7f7f7}.predictive-search-item strong{display:block;font-size:16px;line-height:1.35}.predictive-search-item span{display:block;margin-top:6px;font-size:14px}.predictive-search-message{padding:28px 0;color:#666}.predictive-search-all{margin:0 28px 22px;padding:16px;text-align:center;text-transform:uppercase;text-decoration:none;background:#c6002b;color:#fff;font-weight:800}.predictive-search-open{overflow:hidden}@media(max-width:749px){.predictive-search-panel{width:100%}.predictive-search-top{padding:16px 18px}.predictive-search-body{padding:20px 18px}.predictive-search-all{margin:0 18px 16px}.predictive-search-item{grid-template-columns:76px 1fr;gap:14px}.predictive-search-item img{width:76px;height:76px}.predictive-search-open .search-bar{display:block!important;position:static;width:0;height:0;padding:0;border:0;overflow:visible}.predictive-search-open .search-bar>svg,.predictive-search-open .search-bar>#siteSearchInput{display:none}.predictive-search-open .header-inner{display:block!important;position:static;width:0;height:0;padding:0;overflow:visible}.predictive-search-open .header-inner>.logo,.predictive-search-open .header-inner>.header-icons{display:none}}.cat-tile h3{color:#fff;font-size:20px;font-weight:800;letter-spacing:.04em;position:relative;z-index:2;text-align:center}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.prod-card{position:relative;cursor:pointer}.prod-badge{position:absolute;top:10px;left:10px;background:var(--red);color:#fff;font-size:10.5px;font-weight:700;padding:4px 9px;text-transform:uppercase;letter-spacing:.03em;z-index:2}.prod-wishlist{position:absolute;top:10px;right:10px;z-index:2;width:30px;height:30px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000026}.prod-thumb{aspect-ratio:1;background:var(--offwhite);border:1px solid var(--line);overflow:hidden;margin-bottom:12px}.prod-thumb img{width:100%;height:100%;object-fit:cover}.prod-info .cat{font-size:11px;color:var(--grey);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.prod-info h4{font-size:14.5px;font-weight:600;margin:6px 0 8px;line-height:1.35;text-transform:none;font-family:Inter}.prod-price{font-size:16px;font-weight:700}.prod-price .was{color:var(--grey);text-decoration:line-through;font-weight:400;font-size:13px;margin-right:6px}.plp-layout{display:grid;grid-template-columns:240px 1fr;gap:40px;padding:32px 0 64px;align-items:start}.filter-group{border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:20px}.filter-group h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}.filter-option{display:flex;align-items:center;gap:9px;margin-bottom:11px;font-size:13.5px;color:#3a3a3a;cursor:pointer}.filter-option input{width:15px;height:15px;accent-color:var(--red);cursor:pointer}.breadcrumb{padding:16px 0;font-size:12.5px;color:var(--grey)}.breadcrumb span{margin:0 6px}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:56px;padding:16px 0 60px}.gallery-main{aspect-ratio:1;background:var(--offwhite);border:1px solid var(--line);overflow:hidden;margin-bottom:12px;position:relative}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:#0000007a;color:#fff;font-size:34px;line-height:40px;text-align:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.gallery-nav:hover{background:var(--red);border-color:var(--red);transform:translateY(-50%) scale(1.05)}.gallery-nav:focus-visible{outline:3px solid rgba(213,9,47,.35);outline-offset:2px}.gallery-nav-prev{left:14px}.gallery-nav-next{right:14px}@media(max-width:749px){.gallery-nav{width:40px;height:40px;font-size:29px;line-height:34px}.gallery-nav-prev{left:8px}.gallery-nav-next{right:8px}}.gallery-zoom-trigger{cursor:zoom-in}.gallery-zoom-trigger:focus-visible{outline:3px solid rgba(213,9,47,.35);outline-offset:-3px}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000eb;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;padding:32px}.gallery-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.gallery-lightbox img{display:block;max-width:90vw;max-height:90vh;width:auto;height:auto;object-fit:contain;background:#fff;box-shadow:0 18px 60px #00000073}.gallery-lightbox-close{position:fixed;top:18px;right:22px;z-index:2;width:46px;height:46px;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:#0000008c;color:#fff;font-size:34px;line-height:38px;cursor:pointer}.gallery-lightbox-nav{position:fixed;top:50%;z-index:2;transform:translateY(-50%);width:52px;height:52px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:#0000008c;color:#fff;font-size:38px;line-height:44px;cursor:pointer}.gallery-lightbox-nav:hover,.gallery-lightbox-close:hover{background:var(--red);border-color:var(--red)}.gallery-lightbox-prev{left:22px}.gallery-lightbox-next{right:22px}body.gallery-lightbox-open{overflow:hidden}@media(max-width:749px){.gallery-lightbox{padding:14px}.gallery-lightbox img{max-width:96vw;max-height:84vh}.gallery-lightbox-close{top:10px;right:10px;width:42px;height:42px}.gallery-lightbox-nav{width:42px;height:42px;font-size:30px;line-height:35px}.gallery-lightbox-prev{left:8px}.gallery-lightbox-next{right:8px}}.gallery-badge{position:absolute;top:14px;left:14px;background:var(--red);color:#fff;font-size:11px;font-weight:700;padding:5px 11px;text-transform:uppercase;letter-spacing:.04em;z-index:2}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.gallery-thumb{aspect-ratio:1;background:var(--offwhite);border:1.5px solid var(--line);cursor:pointer;overflow:hidden}.gallery-thumb.active{border-color:var(--ink)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-cat{font-size:12px;color:var(--grey);text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-bottom:8px}.product-title{font-size:clamp(24px,3vw,32px);font-weight:800;line-height:1.1;margin-bottom:10px}.product-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid var(--line)}.product-price{font-size:30px;font-weight:800}.product-was{font-size:16px;color:var(--grey);text-decoration:line-through}.product-save{background:#fdeaea;color:var(--red);font-size:11.5px;font-weight:700;padding:4px 9px;text-transform:uppercase}.option-group{margin-bottom:22px}.option-group h5{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.size-options{display:flex;gap:8px;flex-wrap:wrap}.size-btn{border:1.5px solid var(--line);padding:10px 18px;font-size:13px;font-weight:600;cursor:pointer;background:#fff}.size-btn.selected{border-color:var(--ink);background:var(--ink);color:#fff}.qty-cart-row{display:flex;gap:12px;margin-bottom:16px}.qty-selector{display:flex;align-items:center;border:1.5px solid var(--line)}.qty-selector button{width:40px;height:48px;background:none;border:none;font-size:16px}.qty-selector input{width:44px;text-align:center;border:none;font-size:14px;font-family:Inter}.btn-add-cart{flex:1;background:var(--red);color:#fff;border:none;font-size:13.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.btn-add-cart:hover{background:var(--red-dark)}.btn-buy-now{width:100%;background:var(--ink);color:#fff;border:none;padding:16px;font-size:13.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;margin-bottom:24px}.trust-mini{display:flex;flex-direction:column;gap:10px;padding:20px;background:var(--offwhite);border:1px solid var(--line);margin-bottom:24px}.trust-mini-item{display:flex;align-items:center;gap:10px;font-size:13px}.custom-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1.5px solid var(--red);background:#fdf1f2;padding:14px 16px;margin-bottom:18px;cursor:pointer}.custom-toggle-label{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:700}.custom-toggle-price{font-size:12.5px;color:var(--red);font-weight:700}.switch{position:relative;width:44px;height:24px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.switch-track{position:absolute;top:0;right:0;bottom:0;left:0;background:#ccc;border-radius:24px;transition:.2s}.switch-track:before{content:"";position:absolute;width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+.switch-track{background:var(--red)}.switch input:checked+.switch-track:before{transform:translate(20px)}.custom-panel{display:none;border:1px solid var(--line);padding:22px;margin-bottom:22px;background:var(--offwhite)}.custom-panel.open{display:block}.custom-field{margin-bottom:18px}.custom-field label{display:block;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.custom-field .hint{font-weight:400;text-transform:none;letter-spacing:0;color:var(--grey);font-size:12px;display:block;margin-top:4px}.custom-field input[type=text]{width:100%;padding:11px 12px;border:1px solid var(--line);font-size:13.5px;font-family:Inter;background:#fff}.custom-radio-row{display:flex;gap:10px;flex-wrap:wrap}.custom-radio-option{border:1.5px solid var(--line);padding:9px 16px;font-size:13px;cursor:pointer;background:#fff}.custom-radio-option.selected{border-color:var(--ink);background:var(--ink);color:#fff}.custom-upload{border:1.5px dashed var(--line);padding:22px;text-align:center;cursor:pointer;background:#fff}.custom-summary{display:flex;justify-content:space-between;align-items:center;padding-top:16px;margin-top:4px;border-top:1px dashed var(--line);font-size:13.5px;font-weight:700}.custom-summary .add-price{color:var(--red)}.accordion{border-top:1px solid var(--line)}.accordion-item{border-bottom:1px solid var(--line)}.accordion-head{display:flex;justify-content:space-between;align-items:center;padding:16px 0;cursor:pointer;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.accordion-body{padding-bottom:16px;font-size:13.5px;color:#3a3a3a;line-height:1.7;display:none}.accordion-body.open{display:block}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;padding-bottom:70px;align-items:start}.cart-item{display:grid;grid-template-columns:90px 1fr auto auto auto;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item-thumb{width:90px;height:90px;background:var(--offwhite);border:1px solid var(--line);overflow:hidden}.cart-item-thumb img{width:100%;height:100%;object-fit:cover}.cart-qty{display:flex;align-items:center;border:1.5px solid var(--line)}.cart-qty button{width:32px;height:36px;background:none;border:none;font-size:15px}.cart-qty input{width:36px;text-align:center;border:none;font-size:13px}.cart-summary{border:1px solid var(--line);padding:24px;background:var(--offwhite);position:sticky;top:90px}.summary-row{display:flex;justify-content:space-between;font-size:13.5px;margin-bottom:12px;color:#3a3a3a}.summary-row.total{font-size:16px;font-weight:800;color:var(--ink);border-top:1px solid var(--line);padding-top:14px;margin-top:6px}footer.site-footer{padding:56px 0 24px;background:var(--offwhite);margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:30px;margin-bottom:44px}.footer-brand p{font-size:13px;color:var(--grey);line-height:1.7;max-width:250px;margin-top:12px}.footer-col h5{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.footer-col a,.footer-col span{display:block;font-size:13px;color:#4a4a4a;margin-bottom:10px}.footer-bottom{display:flex;justify-content:space-between;padding-top:22px;border-top:1px solid var(--line);font-size:12px;color:var(--grey);flex-wrap:wrap;gap:10px}.legal-body{padding:36px 0 70px;max-width:820px;margin:0 auto}.legal-body h2{font-size:18px;font-weight:800;margin:32px 0 12px}.legal-body p,.legal-body li{font-size:14px;line-height:1.75;color:#3a3a3a;margin-bottom:12px}.legal-body ul{padding-left:20px;margin-bottom:16px}.ai-chat-btn{position:fixed;bottom:22px;right:22px;z-index:200;width:58px;height:58px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #00000040;border:none}.ai-chat-panel{position:fixed;bottom:92px;right:22px;z-index:200;width:340px;max-width:calc(100vw - 40px);height:440px;max-height:70vh;background:#fff;border:1px solid var(--line);box-shadow:0 8px 30px #0000002e;display:none;flex-direction:column;overflow:hidden}.ai-chat-panel.open{display:flex}.ai-chat-header{background:var(--ink);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:10px}.ai-chat-body{flex:1;overflow-y:auto;padding:14px;background:var(--offwhite);display:flex;flex-direction:column;gap:10px}.ai-msg{max-width:85%;padding:10px 12px;font-size:13px;line-height:1.5}.ai-msg.bot{background:#fff;border:1px solid var(--line);align-self:flex-start}.ai-msg.user{background:var(--red);color:#fff;align-self:flex-end}.ai-chat-input-row{display:flex;border-top:1px solid var(--line)}.ai-chat-input-row input{flex:1;border:none;padding:12px 14px;font-size:13px;outline:none}.ai-chat-input-row button{background:var(--red);color:#fff;border:none;padding:0 18px;font-size:13px;font-weight:700}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:300;background:var(--ink);color:#fff;padding:18px 24px;display:none;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cookie-banner.show{display:flex}.cookie-text{font-size:12.5px;line-height:1.6;color:#c9c9c9;max-width:640px}.cookie-text a{color:#fff;text-decoration:underline}.cookie-btn{padding:10px 18px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;border:none}.cookie-btn.accept{background:var(--red);color:#fff}.cookie-btn.reject{background:transparent;color:#fff;border:1px solid #444}@media(max-width:900px){.search-bar{display:none}.header-inner{padding:14px 16px;gap:14px}.logo-text{font-size:16px}.logo-mark{width:36px;height:36px}.cat-tiles,.prod-grid{grid-template-columns:repeat(2,1fr)}.plp-layout{grid-template-columns:1fr}.product-main{grid-template-columns:1fr;gap:28px}.cart-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-visual{order:-1;flex:0 0 auto;width:200px}}.product-rating-row{display:flex;align-items:center;gap:8px;margin:10px 0 4px}.stars-empty{color:#ccc;font-size:16px;letter-spacing:2px}.rating-text{font-size:13px;color:#888}.product-sku{font-size:12px;color:#999;margin-bottom:14px}.trust-badges-row{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.trust-badge{font-size:12px;font-weight:600;color:#555;background:#f5f5f5;padding:7px 12px;border-radius:20px}.hamburger-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:22px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-btn span{display:block;width:100%;height:2px;background:#111;border-radius:2px}.mobile-nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:2000;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav-overlay.open{display:block}.mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line,#e6e6e6)}.mobile-nav-title{font-weight:800;letter-spacing:.05em;font-size:14px}.mobile-nav-close{background:none;border:none;font-size:30px;line-height:1;cursor:pointer;color:#111}.mobile-nav-links{padding:6px 20px}.mobile-nav-links a{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid var(--line,#e6e6e6);font-size:20px;font-weight:700;text-transform:uppercase;color:#111;text-decoration:none}.mobile-nav-footer{display:flex;gap:24px;padding:20px;border-top:1px solid var(--line,#e6e6e6);margin-top:10px}.mobile-nav-footer a{color:#666;font-size:13px;text-decoration:underline}@media(max-width:1024px){.page-width{padding-left:20px;padding-right:20px}.cat-tiles,.prod-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.hamburger-btn{display:flex}.main-nav,.mega-menu{display:none!important}.search-bar{display:none}.header-inner{padding:14px 16px;gap:14px}.logo-text{font-size:16px}.logo-mark{width:36px;height:36px}.cat-tiles,.prod-grid{grid-template-columns:repeat(2,1fr)}.plp-layout{grid-template-columns:1fr}.product-main{grid-template-columns:1fr;gap:28px}.cart-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-visual{order:-1;flex:0 0 auto;width:200px}.hero-full-banner{max-height:420px!important}.hero-full-banner img{max-height:420px!important;object-position:center 20%}.trust-strip{flex-wrap:wrap;gap:10px 18px;padding:16px 20px}h1{font-size:clamp(24px,6vw,32px)!important}h2{font-size:clamp(20px,5vw,26px)!important}.section-title{font-size:22px!important}.product-title{font-size:24px}.product-price{font-size:22px}.qty-cart-row{flex-direction:column;align-items:stretch;gap:10px}.qty-cart-row .qty-selector{width:100%;justify-content:space-between}.btn-add-cart,.btn-buy-now{width:100%}.trust-badges-row{gap:8px}.trust-badge{font-size:11px}.design-form-wrap{padding:24px 16px!important;max-width:100%!important}.chip-row{gap:6px}.chip{font-size:12px;padding:8px 12px}.accordion-head{font-size:15px;padding:14px 0}.footer-grid>div{margin-bottom:20px}}@media(max-width:480px){.page-width{padding-left:16px;padding-right:16px}.cat-tiles,.prod-grid{grid-template-columns:1fr 1fr;gap:10px}.hero-full-banner,.hero-full-banner img{max-height:340px!important}.trust-strip{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.mobile-nav-links a{font-size:18px}.design-field label{font-size:11px}}@media(max-width:900px){html,body{overflow-x:hidden;max-width:100%}img{max-width:100%;height:auto}}.mobile-header-bar{display:none;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line,#e6e6e6)}.mobile-header-left{display:flex;align-items:center;gap:16px}.mobile-search-btn{background:none;border:none;padding:0;cursor:pointer;color:#111;display:flex;align-items:center}.mobile-header-logo{font-weight:800;font-size:16px;letter-spacing:.02em;color:#111;text-decoration:none;text-transform:uppercase}.mobile-header-cart{position:relative;color:#111;display:flex;align-items:center}.mobile-cart-count{position:absolute;top:-8px;right:-8px;background:#111;color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.search-bar.mobile-search-open{display:block!important;position:fixed;top:0;left:0;right:0;z-index:1500;background:#fff;padding:14px 16px;box-shadow:0 4px 10px #00000014}@media(max-width:900px){.mobile-header-bar{display:flex}.header-inner{display:none!important}}.mobile-nav-links a{font-size:24px;font-weight:600;text-transform:uppercase;letter-spacing:.01em}.mobile-nav-links a:after{content:"\2192";font-size:20px;color:#111;margin-left:12px}.mobile-nav-title{display:none}.mobile-nav-close{margin-left:auto}@media(max-width:480px){.mobile-nav-overlay{width:min(88vw,380px);right:auto;box-shadow:8px 0 28px #00000029}.mobile-nav-header{height:64px;min-height:64px;padding:12px 18px}.mobile-nav-title{display:block;font-size:13px}.mobile-nav-close{font-size:28px}.mobile-nav-links{padding:4px 18px}.mobile-nav-links a{font-size:15px;line-height:1.25;padding:14px 0}.mobile-nav-links a:after{font-size:16px}.mobile-nav-footer{padding:16px 18px;gap:18px}.trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0;gap:0;align-items:stretch}.trust-item{min-width:0;padding:15px 5px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item b{font-size:10px;line-height:1.25;margin-bottom:5px}.trust-item span{font-size:9px;line-height:1.3}.cat-tile-title{font-size:13px;line-height:1.15;padding:12px 5px}.prod-grid{gap:14px 10px;align-items:start}.product-card{min-width:0}.prod-info h4{font-size:13px;line-height:1.3;margin:5px 0 6px}.prod-info .cat{font-size:9px}.prod-price{font-size:17px}.section-title{margin-bottom:18px}footer.site-footer{padding:38px 0 20px;margin-top:24px}.footer-grid{grid-template-columns:1fr 1fr;gap:26px 20px;margin-bottom:28px}.footer-brand{grid-column:1 / -1}.footer-grid>div{margin-bottom:0}.footer-col h5{margin-bottom:12px}.footer-col a,.footer-col span{font-size:12px;line-height:1.35;margin-bottom:9px}.footer-bottom{padding-top:16px}.breadcrumb{font-size:12px;white-space:normal;line-height:1.5}.product-main{gap:20px}.gallery-thumbs{gap:8px}.gallery-thumb{min-width:0}.product-rating-row{align-items:flex-start;flex-wrap:wrap}.rating-text{font-size:12px}.product-title{font-size:23px!important;line-height:1.15}.option-group{margin-top:18px}.size-options{gap:8px}.size-btn{min-width:0;padding:12px 15px}.trust-mini{padding:16px;margin-bottom:18px}.trust-mini-item{font-size:12px;line-height:1.4}.trust-badges-row{margin:12px 0 18px}.accordion-body{font-size:14px;line-height:1.6}}.footer-brand-lockup{display:flex;align-items:center;gap:12px}.footer-logo{display:block;width:56px;height:56px;border-radius:50%;object-fit:cover;flex:0 0 auto}.footer-brand-lockup .logo-text{line-height:1.12}@media(max-width:480px){.footer-logo{width:48px;height:48px}.footer-brand-lockup{gap:10px}}.mobile-header-logo{display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.mobile-header-logo-img{display:block;width:32px;height:32px;object-fit:contain}@media(max-width:380px){.mobile-header-logo{font-size:14px;gap:5px}.mobile-header-logo-img{width:28px;height:28px}}@media(max-width:749px){.hero-full-banner{max-height:none!important;height:auto!important;background:#000}.hero-full-banner picture{display:block;width:100%}.hero-full-banner img{display:block;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}.trust-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;padding:0!important;align-items:stretch!important}.trust-item{min-width:0!important;width:auto!important;padding:14px 4px!important;border-right:1px solid var(--line)!important;display:flex;flex-direction:column;justify-content:center}.trust-item:last-child{border-right:0!important}.trust-item b{font-size:8.5px!important;line-height:1.22!important;letter-spacing:0!important;margin-bottom:4px!important}.trust-item span{font-size:8px!important;line-height:1.25!important}}.size-btn.sold-out,.size-btn:disabled{position:relative;color:#8a8a8a;border-color:#d9d9d9;background:#fff;cursor:not-allowed;opacity:1;overflow:hidden}.size-btn.sold-out:after,.size-btn:disabled:after{content:"";position:absolute;left:-10%;top:50%;width:120%;height:1px;background:#d5d5d5;transform:rotate(12deg);transform-origin:center;pointer-events:none}@media(max-width:749px){.btn-add-cart{min-height:48px;padding-top:12px;padding-bottom:12px;display:flex;align-items:center;justify-content:center}}.prod-badge-sold-out{background:#111;color:#fff}@media(max-width:749px){.hero-slider{height:auto!important;min-height:0!important}.hero-slide{height:auto!important}.hero-slide.is-active{position:relative!important}.hero-slide picture{display:block;width:100%}.hero-slide img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center top!important}}@media(max-width:749px){.hero-slide:nth-child(2) picture{overflow:hidden}.hero-slide:nth-child(2) img{width:125%!important;max-width:none!important;margin-left:-12.5%}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
