/* AMPLE storefront CSS 69.17.0
   Canonical stylesheet. Historical layers were physically consolidated.
   Dead declarations from repeated identical selectors were removed.
*/
/* ===== DESIGN SYSTEM 69.16 ===== */
:root{--ui-control-height:44px;--ui-control-radius:0px;--ui-panel-radius:20px;--ui-card-media-ratio:4/5;--ui-modal-shadow:0 30px 100px rgba(0,0,0,.28);--ui-focus-ring:0 0 0 3px rgba(16,17,20,.14);--ui-space-1:4px;--ui-space-2:8px;--ui-space-3:12px;--ui-space-4:16px;--ui-space-5:24px;--ui-space-6:32px;}
:where(.ui-button){display:inline-flex;align-items:center;justify-content:center;gap:var(--ui-space-2);min-height:var(--ui-control-height);border:1px solid transparent;border-radius:var(--ui-control-radius);padding-inline:18px;font:inherit;font-weight:750;text-decoration:none;cursor:pointer;}
:where(.ui-button:focus-visible,.ui-drawer:focus-visible,.ui-modal-panel:focus-visible){outline:0;box-shadow:var(--ui-focus-ring);}
:where(.ui-button--primary){background:var(--ink);border-color:var(--ink);color:#fff;}
:where(.ui-button--secondary){background:#fff;border-color:var(--ink);color:var(--ink);}
:where(.ui-button--ghost){background:transparent;border-color:transparent;color:var(--ink);}
:where(.ui-section-header){display:flex;align-items:flex-end;justify-content:space-between;gap:var(--ui-space-5);}
:where(.ui-product-card){position:relative;min-width:0;}
:where(.ui-product-card__media){position:relative;overflow:hidden;aspect-ratio:var(--ui-card-media-ratio);}
:where(.ui-filter-group){position:relative;min-width:0;}
:where(.ui-drawer){background:#fff;overscroll-behavior:contain;}
:where(.ui-modal-panel){background:#fff;box-shadow:var(--ui-modal-shadow);}
:where(.ui-product-gallery){min-width:0;}
:where(.ui-rail){min-width:0;overscroll-behavior-inline:contain;scrollbar-width:none;}
/* ===== FOUNDATION ===== */
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html.catalog-initial-scroll-lock{scroll-behavior:auto!important;}
body{margin:0;background:#fff;line-height:1.45;}
body.modal-open,body.menu-open{overflow:hidden;}
button,input,select,textarea{font:inherit;}
button{cursor:pointer;}
a{color:inherit;}
.hidden{display:none!important;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.site-announcement{border-bottom:1px solid var(--line);}
.site-announcement .site-container{display:flex;align-items:center;}
.site-announcement a{font-weight:700;}
.site-logo{display:inline-flex;align-items:center;gap:2px;text-decoration:none;}
.site-logo span{place-items:center;background:var(--ink);color:#fff;border-radius:10px;padding:2px 7px;margin-right:2px;font-size:.75em;letter-spacing:-.5px;}
.site-search{grid-template-columns:auto 1fr auto;}
.site-search>span{display:grid;}
.site-search svg,.site-icon svg,.auth-close svg,.site-mobile-head svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.site-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:var(--ink);}
.site-search button{font-weight:800;}
.site-icon{position:relative;place-items:center;}
.site-icon:hover{border-color:var(--line);}
.site-icon b{position:absolute;padding:0 4px;border-radius:10px;color:#fff;display:grid;place-items:center;}
.site-menu-toggle,.site-search-toggle{display:none;}
.site-nav .site-container{scrollbar-width:none;}
.site-nav a:hover,.site-nav .sale-link{color:#ca3434;}
.site-mobile-menu{position:fixed;inset:0 auto 0 0;width:min(88vw,380px);z-index:90;background:#fff;box-shadow:20px 0 70px rgba(0,0,0,.18);transform:translateX(-105%);transition:.25s ease;padding:20px;}
.site-mobile-menu.open{transform:translateX(0);}
.site-mobile-head{display:flex;align-items:center;justify-content:space-between;padding:6px 0 18px;border-bottom:1px solid var(--line);font-size:21px;}
.site-mobile-head button{width:40px;height:40px;border:0;background:var(--soft);border-radius:50%;display:grid;place-items:center;}
.site-mobile-menu nav{display:grid;padding-top:12px;}
.site-mobile-menu nav a,.site-mobile-menu nav button{padding:14px 3px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;text-decoration:none;font-weight:750;}
.site-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(32px,4vw,64px);padding-top:54px;padding-bottom:50px;align-items:start;}
.site-footer-grid>section{min-width:0;justify-self:start;width:100%;}
.footer-logo span{background:#fff;color:#111;}
.site-footer h3{margin:4px 0 16px;}
.site-footer section>p,.site-footer section>span,.site-footer section>a:not(.site-logo){display:block;text-decoration:none;margin:9px 0;}
.site-footer-bottom{font-size:12px;}
.site-footer-bottom .site-container{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;}
.auth-modal{position:fixed;inset:0;z-index:150;display:none;place-items:center;padding:18px;}
.auth-modal.open{display:grid;}
.auth-backdrop{position:absolute;inset:0;background:rgba(10,12,16,.62);backdrop-filter:blur(6px);}
.auth-dialog{position:relative;width:min(100%,470px);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border-radius:26px;padding:34px;box-shadow:0 30px 100px rgba(0,0,0,.28);}
.auth-close{position:absolute;right:18px;top:18px;width:40px;height:40px;border:0;border-radius:50%;background:var(--soft);display:grid;place-items:center;}
.auth-brand{margin-bottom:28px;}
.auth-dialog h2{font-size:32px;line-height:1.1;margin:0 0 8px;letter-spacing:-.9px;}
.auth-lead{margin:0 0 22px;color:var(--muted);}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#f1f2f4;border-radius:13px;margin-bottom:20px;}
.auth-tabs button{height:43px;border:0;border-radius:10px;background:transparent;font-weight:800;}
.auth-tabs button.active{background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.08);}
.auth-dialog label{display:block;margin:13px 0;font-size:13px;font-weight:750;}
.auth-dialog input{display:block;width:100%;height:48px;margin-top:7px;border:1px solid #d8dce2;border-radius:12px;padding:0 14px;outline:0;}
.auth-dialog input:focus{border-color:#17191d;box-shadow:0 0 0 3px rgba(0,0,0,.08);}
.password-field{position:relative;}
.password-field input{padding-right:92px;}
.password-field button{position:absolute;right:7px;top:13px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:700;}
.auth-primary{width:100%;height:50px;border:0;border-radius:12px;background:var(--ink);color:#fff;font-weight:850;margin-top:6px;}
.auth-primary:disabled{opacity:.55;}
.auth-message{min-height:22px;color:#b42318;font-size:13px;padding-top:3px;}
.auth-helper{font-size:11px;color:#8a8e97;text-align:center;margin:15px 0 0;}
.auth-page{min-height:calc(100vh - 160px);display:grid;place-items:center;padding:70px 20px;background:linear-gradient(145deg,#f5f6f8,#fff);}
.auth-page-card{max-width:620px;text-align:center;}
.auth-page-card h1{font-size:45px;margin:0 0 12px;letter-spacing:-1.4px;}
.auth-page-card p{color:var(--muted);font-size:18px;}
.auth-page-card button{border:0;background:var(--ink);color:#fff;border-radius:12px;padding:14px 22px;font-weight:800;}
.fx-hero-copy span{display:inline-block;font-weight:850;}
.fx-hero-copy h1{max-width:720px;margin:20px 0;}
.fx-hero-copy p{max-width:580px;}
.fx-hero-buttons{margin-top:30px;}
.fx-hero-buttons button{min-width:150px;border:1px solid var(--ink);background:var(--ink);color:#fff;font-weight:850;}
.fx-hero-buttons button+button{background:#fff;color:var(--ink);}
.fx-hero-art{position:relative;height:330px;}
.fx-hero-art:before,.fx-hero-art:after{content:"";position:absolute;border-radius:50%;filter:blur(1px);}
.fx-hero-art:before{width:310px;height:310px;right:14%;top:4%;}
.fx-hero-art:after{width:120px;height:120px;right:3%;bottom:6%;}
.fx-shoe{position:absolute;width:250px;height:96px;border-radius:58% 42% 36% 30%/55% 50% 50% 45%;background:#121418;box-shadow:0 24px 38px rgba(0,0,0,.22);transform:rotate(-12deg);}
.fx-shoe:after{content:"";position:absolute;left:4%;right:3%;bottom:-8px;height:24px;background:#e5e5e3;border-radius:50%;}
.fx-shoe.cream{background:#ddd2bd;}
.fx-shoe.black{background:#222;}
.fx-shoe.red{background:#dc5c5c;}
.fx-shoe.blue{background:#6794c9;}
.fx-hero-art .fx-shoe:nth-child(1){left:4%;top:18%;z-index:2;}
.fx-hero-art .fx-shoe:nth-child(2){right:4%;bottom:14%;transform:rotate(13deg);}
.fx-home-cats button{border:0;background:#fff;}
.fx-round .fx-shoe{width:132px;height:50px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-10deg);box-shadow:0 15px 25px rgba(0,0,0,.15);}
.fx-product-visual{height:100%;display:grid;place-items:center;color:#888;}
.fx-card-code{font-size:11px;color:#979ba3;}
.fx-sizes{flex-wrap:wrap;gap:5px;}
.fx-sizes span{min-width:30px;padding:5px 6px;text-align:center;border:1px solid #e0e3e8;border-radius:7px;font-size:10px;}
.fx-card-quick{border:1px solid var(--ink);border-radius:10px;background:#fff;font-weight:800;}
.fx-card:hover .fx-card-quick{opacity:1;transform:none;}
.fx-promo-row{display:grid;grid-template-columns:1fr 1fr;}
.fx-promo-row article{min-height:230px;padding:30px;background:#15171b;color:#fff;}
.fx-promo-row article+article{background:#edf0f3;color:#111;}
.fx-promo-row small{letter-spacing:3px;font-weight:850;}
.fx-promo-row h3{font-size:32px;margin:14px 0 8px;}
.fx-promo-row p{color:inherit;opacity:.7;}
.fx-promo-row button{border:0;border-radius:10px;padding:11px 17px;font-weight:800;}
.fx-catalog{padding-block:34px 64px;}
.fx-breadcrumb{margin-bottom:23px;}
.fx-catalog-layout{display:grid;}
.fx-filters{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;}
.fx-filters h3{margin:0 0 18px;font-size:21px;}
.fx-filter-group{border-top:1px solid var(--line);}
.fx-filter-group h4{font-size:13px;margin:0 0 10px;}
.fx-filter-group select,.fx-filter-group input,.fx-price-pair input{width:100%;padding:0 11px;}
.fx-filter-title{display:flex;justify-content:space-between;}
.fx-hidden-select{display:none;}
.fx-filter-options{overflow:auto;}
.fx-filter-option{display:flex;align-items:center;gap:9px;}
.fx-size-filter{display:flex;flex-wrap:wrap;gap:6px;}
.fx-size-filter .fx-filter-option{padding:0;}
.fx-size-filter .fx-filter-option input{display:none;}
.fx-size-filter .fx-filter-option input:checked+span{background:#111;color:#fff;border-color:#111;}
.fx-range-hint,.fx-empty-options{display:block;color:#92969e;font-size:11px;}
.fx-check{display:flex;align-items:center;gap:8px;font-size:13px;padding:12px 0;}
.fx-filter-apply,.fx-filter-clear{font-weight:800;}
.fx-filter-clear{margin-top:8px;}
.fx-catalog-head{margin-bottom:25px;}
.fx-catalog-head h1{font-size:42px;letter-spacing:-1.4px;margin:0;}
.fx-catalog-head p{color:var(--muted);}
.fx-empty{grid-column:1/-1;padding:55px;text-align:center;color:var(--muted);}
.fx-info{padding:42px 0;}
.fx-info-card{max-width:900px;}
.fx-info-card h1{font-size:48px;letter-spacing:-1.4px;}
.fx-info-card p{font-size:17px;color:#606570;line-height:1.75;}
.fx-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.fx-info-grid section{padding:22px;border:1px solid var(--line);border-radius:18px;}
.fx-trust,.fx-newsletter{padding:56px 0;text-align:center;}
.fx-trust h2,.fx-newsletter h2{font-size:34px;margin:0 0 10px;}
.fx-rating{display:flex;justify-content:center;gap:16px;font-size:22px;}
.fx-rating span{color:#f1b83b;}
.drawer{position:fixed;z-index:100;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.22);transition:.24s;}
.side-drawer{right:0;top:0;bottom:0;width:min(92vw,410px);padding:20px;transform:translateX(105%);}
.bottom-drawer{left:0;right:0;bottom:0;max-height:84vh;overflow:auto;padding:20px;transform:translateY(105%);}
.drawer.open{transform:none;}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line);}
.drawer-head button{border:0;background:#eee;width:36px;height:36px;border-radius:50%;}
.cart-row{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);}
.cart-thumb{width:64px;height:64px;object-fit:cover;background:#f5f6f7;}
.cart-row em{display:block;font-style:normal;color:#666;margin-top:5px;}
.modal{position:fixed;inset:0;z-index:110;display:none;place-items:center;background:rgba(0,0,0,.55);}
.modal.open{display:grid;}
.modal-panel{width:min(92vw,720px);max-height:90vh;overflow:auto;background:#fff;border-radius:20px;padding:25px;position:relative;}
.modal-close{position:absolute;right:12px;top:12px;}
.product-page{background:#fff;}
.product-crumb{font-size:12px;color:#8a8e96;}
.product-crumb a{text-decoration:none;}
.product-layout{display:grid;}
.product-gallery{display:grid;}
.product-thumbs{display:grid;align-content:start;}
.product-main-image{display:grid;place-items:center;}
.product-brand{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#858a93;font-weight:850;}
.product-summary h1{line-height:1.04;}
.product-code{font-size:12px;color:#9397a0;}
.product-price{display:flex;align-items:center;gap:12px;}
.product-price s{color:#999;}
.product-stock{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#267947;background:#ecf8ef;border-radius:999px;padding:7px 11px;}
.product-stock:before{content:"";width:7px;height:7px;border-radius:50%;background:#33a65c;}
.product-size-head{display:flex;justify-content:space-between;}
.product-size-head span{color:#777;font-size:12px;}
.product-sizes{display:flex;flex-wrap:wrap;gap:8px;}
.product-size{min-width:48px;height:44px;border:1px solid #d9dde2;border-radius:10px;background:#fff;font-weight:750;}
.product-size.active{background:#111;color:#fff;border-color:#111;}
.product-actions{display:grid;gap:9px;}
.product-actions button{height:51px;border-radius:12px;font-weight:850;}
.product-actions .primary{border:0;}
.product-actions .wish{font-size:22px;}
.product-quick{width:100%;height:48px;border:0;border-radius:12px;background:var(--accent);font-weight:850;}
.product-benefits{display:grid;}
.product-benefits div{padding:13px;background:#f6f7f8;border-radius:12px;font-size:12px;}
.product-details{margin-top:26px;border-top:1px solid var(--line);}
.product-details details{border-bottom:1px solid var(--line);padding:15px 0;}
.product-details summary{font-weight:800;cursor:pointer;}
.product-details p{color:#656a73;}
.product-section h2{font-size:31px;letter-spacing:-.8px;}
.product-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}
.product-spec{padding:15px;border:1px solid var(--line);border-radius:12px;}
.product-spec span{display:block;color:#858a93;font-size:11px;}
.product-spec b{display:block;margin-top:5px;font-size:14px;}
.product-rec img{width:100%;height:100%;object-fit:cover;}
.quick-order-modal{position:fixed;inset:0;z-index:140;display:none;place-items:center;padding:18px;}
.quick-order-modal.open{display:grid;}
.quick-order-modal .backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);}
.quick-order-card{position:relative;width:min(100%,430px);background:#fff;border-radius:22px;padding:28px;}
.quick-order-card h2{margin-top:0;}
.quick-order-card label{display:block;margin:12px 0;font-size:12px;font-weight:750;}
.quick-order-card input{width:100%;height:46px;border:1px solid #d8dce2;border-radius:10px;padding:0 12px;margin-top:6px;}
.quick-order-card button[type=submit]{width:100%;height:48px;border:0;border-radius:10px;background:#111;color:#fff;font-weight:850;}
.quick-close{position:absolute;right:14px;top:14px;border:0;background:#f2f3f4;border-radius:50%;width:36px;height:36px;}
.product-toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#111;color:#fff;padding:12px 18px;border-radius:999px;opacity:0;pointer-events:none;transition:.2s;z-index:160;}
.product-toast.show{opacity:1;transform:translate(-50%,0);}
.cart-page-body,.account-body{background:#f7f8f9;}
.cart-wrap,.account-shell,.info-shell{width:min(100% - 32px,1240px);margin:auto;padding:38px 0 80px;}
.cart-crumb{font-size:12px;color:#888;}
.cart-wrap>h1,.account-head h1,.info-shell h1{font-size:45px;letter-spacing:-1.5px;margin:13px 0 30px;}
.cart-page-body .layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);}
.cart-page-body .items,.cart-page-body .summary,.account-panel,.info-card{background:#fff;border:1px solid var(--line);border-radius:20px;}
.cart-page-body .item{display:grid;grid-template-columns:118px 1fr auto;align-items:center;border-bottom:1px solid var(--line);}
.cart-page-body .item:last-child{border-bottom:0;}
.cart-page-body .item img{width:118px;height:118px;}
.cart-page-body .item h2{font-size:15px;margin:0 0 8px;}
.cart-page-body .item h2 a{text-decoration:none;}
.cart-page-body .meta{font-size:12px;color:#777;}
.cart-page-body .qty{display:flex;align-items:center;margin-top:13px;}
.cart-page-body .qty button{width:34px;height:34px;border:1px solid var(--line);background:#fff;}
.cart-page-body .qty span{width:40px;text-align:center;}
.cart-page-body .remove{border:0;background:transparent;color:#777;padding:8px 0;text-decoration:underline;}
.cart-page-body .item-price{font-weight:850;}
.cart-page-body .summary{position:sticky;top:145px;}
.cart-page-body .summary h2{margin-top:0;}
.cart-page-body .field{margin:12px 0;}
.cart-page-body .field label{display:block;font-size:12px;font-weight:700;margin-bottom:6px;}
.cart-page-body .field input,.cart-page-body .field select,.cart-page-body .field textarea{width:100%;border:1px solid #d9dde2;border-radius:10px;padding:12px;background:#fff;}
.cart-page-body .total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:17px;margin-top:18px;font-size:20px;}
.cart-page-body .submit{width:100%;height:50px;border:0;border-radius:11px;background:#111;color:#fff;font-weight:850;margin-top:14px;}
.cart-page-body .notice{font-size:11px;color:#777;}
.cart-page-body .error{color:#b42318;font-size:12px;}
.empty,.success{background:#fff;border:1px solid var(--line);border-radius:20px;padding:55px;text-align:center;}
.empty a,.success a{display:inline-block;background:#111;color:#fff;border-radius:10px;padding:12px 18px;text-decoration:none;}
.account-head p{color:#777;}
.account-panel h2{margin-top:0;}
.account-panel input{width:100%;height:46px;border:1px solid #d8dce2;border-radius:10px;padding:0 12px;margin-top:6px;}
.account-panel button{width:100%;height:47px;border:0;border-radius:10px;background:#111;color:#fff;font-weight:800;}
.my-order{border:1px solid var(--line);border-radius:13px;padding:15px;margin:11px 0;}
.my-order>div{display:flex;justify-content:space-between;}
.my-order span{background:#f0f2f4;border-radius:999px;padding:4px 8px;font-size:11px;}
.my-order p,.my-order small{display:block;color:#747981;}
.info-card{max-width:900px;padding:30px;}
.info-card p{font-size:17px;color:#626771;line-height:1.75;}
@media (max-width:1000px){.site-search{grid-row:2;margin-bottom:13px;}.site-search-toggle{display:grid;}.fx-products,.product-recs{grid-template-columns:repeat(3,1fr);}.product-layout{gap:32px;}.product-benefits{grid-template-columns:1fr;}.site-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;}.site-footer-grid section:last-child{grid-column:auto;}.cart-page-body .layout{grid-template-columns:1fr;}.cart-page-body .summary{position:static;}.account-grid{grid-template-columns:1fr;}.fx-catalog-layout{grid-template-columns:220px minmax(0,1fr);}}
@media (max-width:760px){.site-announcement .site-container span:nth-child(2){display:none;}.site-search button{padding:0 14px;}.fx-hero-inner{min-height:auto;grid-template-columns:1fr;padding-block:50px;}.fx-hero-art{height:245px;}.fx-hero-copy h1{font-size:48px;letter-spacing:-2px;}.fx-home-cats{grid-template-columns:1fr 1fr;}.fx-products,.fx-products-catalog,.product-recs{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.fx-card-quick{transform:none;}.fx-promo-row{grid-template-columns:1fr;}.fx-catalog-layout{display:block;}.fx-filters{display:none;}.fx-mobile-filter{display:block;height:40px;border:1px solid var(--line);background:#fff;border-radius:9px;}.fx-catalog-head{display:block;}.fx-catalog-tools{justify-content:space-between;}.fx-info-grid{grid-template-columns:1fr;}.fx-newsletter-form{display:grid;}.fx-newsletter button{height:48px;}.product-thumbs{display:flex;overflow:auto;}.product-thumb{flex:0 0 70px;}.product-actions{grid-template-columns:1fr 1fr;}.product-actions .wish{grid-column:1/-1;width:100%;}.product-spec-grid{grid-template-columns:1fr 1fr;}.site-footer-grid{grid-template-columns:1fr 1fr;gap:30px;}.site-footer-grid section:last-child{grid-column:auto;}.account-head{align-items:start;flex-direction:column;}.auth-dialog{padding:28px 20px;}.auth-page-card h1{font-size:36px;}}
@media (max-width:460px){.site-announcement .site-container span:first-child{display:none;}.site-announcement .site-container{justify-content:center;}.site-logo{font-size:21px;}.site-icon{width:36px;height:36px;}.site-actions .site-search-toggle{display:none;}.fx-hero-copy h1{font-size:40px;}.fx-home-cats{gap:10px;}.fx-round{height:130px;}.fx-products,.fx-products-catalog,.product-recs{grid-template-columns:1fr 1fr;}.fx-sizes{display:none;}.product-spec-grid{grid-template-columns:1fr;}.site-footer-grid{grid-template-columns:1fr;}.site-footer-bottom .site-container{display:block;padding-block:14px;}.cart-wrap,.account-shell,.info-shell{width:min(100% - 22px,1240px);}.cart-page-body .items{padding:0 12px;}.cart-page-body .item{gap:12px;}.empty,.success{padding:35px 20px;}}
.promo-field{display:grid;grid-template-columns:1fr auto;gap:8px;}
.promo-field button{border:1px solid #111;background:#111;color:#fff;border-radius:10px;padding:0 15px;font-weight:800;}
.order-totals{margin:20px 0;border-top:1px solid var(--line);padding-top:14px;}
.order-totals>div{display:flex;align-items:center;justify-content:space-between;padding:6px 0;}
.order-totals .discount-line{color:#16833b;}
.order-totals .total{font-size:21px;border-top:1px solid var(--line);margin-top:6px;padding-top:14px;}
@media (max-width:520px){.promo-field{grid-template-columns:1fr;}.promo-field button{height:42px;}}
[hidden]{display:none!important;}
@media (min-width:1001px){.site-header-main{min-height:78px;display:grid;grid-template-columns:max-content minmax(360px,680px) max-content;grid-template-areas:"logo search actions";justify-content:space-between;align-items:center;gap:28px;}.site-menu-toggle{display:none!important;}.site-logo{grid-area:logo;white-space:nowrap;}.site-search{grid-area:search;width:100%;min-width:0;max-width:680px;justify-self:center;overflow:hidden;}.site-search input{min-width:0;text-overflow:ellipsis;}.site-search button{min-width:108px;padding-inline:22px;white-space:nowrap;border-radius:0 999px 999px 0;}.site-actions{grid-area:actions;white-space:nowrap;}}
.site-nav a{position:relative;}
.site-nav a::after{content:"";position:absolute;left:0;right:0;background:currentColor;transform:scaleX(0);transition:transform .18s ease;}
.site-nav a:hover::after{transform:scaleX(1);}
@media (max-width:1000px){.site-header-main{gap:12px;}.site-search{width:100%;min-width:0;}}
@media (max-width:620px){.site-container,.fx-container{width:min(100% - 24px,1240px);}.site-announcement{display:none;}.site-header-main{min-height:64px;gap:6px;}.site-logo{font-size:24px;}.site-logo span{border-radius:8px;}.site-actions{gap:1px;}.site-icon{width:39px;height:39px;}.site-actions .site-search-toggle{display:grid;}.site-search{height:44px;margin-bottom:10px;padding-left:11px;}.site-search button{padding-inline:16px;min-width:86px;}}
.fx-card-link{min-height:0;flex:1;flex-direction:column;}
.fx-photo{place-items:center;isolation:isolate;}
.fx-photo::before{z-index:-1;}
.fx-empty-state{justify-items:center;color:#68707c;}
.fx-empty-state b{color:#111;}
.fx-empty-state button{margin-top:8px;}
.fx-empty-state.error{background:#fff8f7;border-color:#f0c5bf;}
@media (max-width:760px){.fx-photo{aspect-ratio:1/1;}}
.fx-empty-state{grid-column:1/-1;min-height:260px;display:grid;place-items:center;align-content:center;gap:10px;padding:35px;border:1px dashed #d8dce2;border-radius:18px;text-align:center;background:#fafbfc;}
.fx-empty-state b{font-size:22px;}
.fx-empty-state span{max-width:520px;color:#747982;}
.fx-empty-state button{border:0;border-radius:10px;background:#111;color:#fff;padding:11px 16px;font-weight:800;}
.fx-empty-state small{color:#a0a4ab;}
:root{--product-canvas:#f6f7f8;}
.shop-body,.fx-catalog,.fx-block{background:#fff;}
.product-rec .image,.product-main-image,.product-thumb{background:var(--product-canvas)!important;}
.product-rec img,.product-main-image img,.product-thumb img{object-fit:cover!important;object-position:center!important;transform:none!important;mix-blend-mode:multiply;}
.fx-photo{display:block!important;box-shadow:none!important;outline:none!important;}
.product-main-image, .product-thumb, .product-rec .image{background:transparent!important;border:0!important;border-radius:0!important;}
.product-main-image img, .product-thumb img, .product-rec img{object-fit:cover!important;transform:none!important;padding:0!important;}
.fx-card-link{gap:0;}
.fx-card-meta{margin-top:9px;line-height:1.2;}
.fx-card-code{min-height:14px;line-height:1.2;}
.fx-price{line-height:1.2;}
.fx-sizes{min-height:25px;margin-top:8px;}
.fx-card-quick{position:static;width:100%;height:39px;margin-top:9px;opacity:0;visibility:hidden;transform:none!important;transition:opacity .16s ease,background .16s ease,color .16s ease;}
.fx-card:hover .fx-card-quick,.fx-card:focus-within .fx-card-quick{opacity:1;visibility:visible;transform:none!important;}
.fx-card-quick:hover{background:#111;color:#fff;}
.fx-products.is-loading{opacity:.58;pointer-events:none;transition:opacity .16s ease;}
.fx-filter-options{overscroll-behavior:contain;}
.product-shell{padding:26px 0 64px;}
.product-crumb{margin-bottom:18px;}
.product-layout{align-items:start;}
.product-gallery{position:sticky;top:146px;align-self:start;grid-template-columns:76px minmax(0,1fr);gap:12px;}
.product-main-image img{background:#fff;mix-blend-mode:normal!important;}
.product-thumbs{gap:8px;}
.product-thumb{background:#fff!important;border:1px solid #e5e8ec!important;}
.product-thumb.active{border-color:#111!important;box-shadow:0 0 0 1px #111 inset;}
.product-thumb img{mix-blend-mode:normal!important;}
.product-summary{padding-top:4px;}
.product-summary h1{font-size:clamp(31px,3.4vw,48px);margin:10px 0 7px;}
.product-price{margin:18px 0 12px;}
.product-price b{font-size:29px;}
.product-size-head{margin:20px 0 9px;}
.product-actions{margin-top:18px;}
.product-quick{margin-top:9px;}
.product-benefits{grid-template-columns:1fr;margin-top:18px;gap:7px;}
.product-benefits>a,.product-benefits>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border:1px solid #eceff2;border-radius:12px;background:#fafbfc;text-decoration:none;font-size:12px;}
.product-benefits b{font-size:13px;color:#111;}
.product-benefits span{color:#666d78;text-align:right;}
.product-summary-note{margin-top:13px;padding:12px 14px;border-left:3px solid #111;background:#f7f7f7;color:#666d78;font-size:12px;line-height:1.55;}
.product-actions .wish.active{background:#111;color:#fff;border-color:#111;}
.product-content-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:20px;margin-top:34px;align-items:start;}
.product-copy-card,.product-spec-card{border:1px solid #e8ebef;border-radius:18px;background:#fff;padding:25px;}
.product-copy-card h2,.product-spec-card h2{margin:0 0 16px;font-size:25px;letter-spacing:-.5px;}
.product-copy-card p{margin:0 0 13px;color:#5f6670;line-height:1.68;}
.product-spec-card .product-spec-grid{grid-template-columns:1fr 1fr;gap:8px;}
.product-spec-card details{border-top:1px solid #e8ebef;padding:14px 0 0;margin-top:14px;}
.product-spec-card details+details{margin-top:10px;}
.product-spec-card summary{cursor:pointer;font-weight:800;}
.product-spec-card details p{color:#626a74;line-height:1.55;}
.product-section{padding-top:42px;}
.collection-page-shell .product-section{padding-top:0}
.product-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px;}
.product-section-head h2{margin:0;font-size:29px;}
.product-section-head span{color:#8a9098;font-size:12px;}
.product-rec-section+.product-rec-section{padding-top:34px;}
.product-rec .image{border:1px solid #edf0f2!important;}
.product-rec img{padding:0!important;background:#fff;mix-blend-mode:normal!important;}
.product-rec small{display:block;margin-top:10px;color:#8a9098;letter-spacing:1.3px;text-transform:uppercase;}
.cart-page-body{background:#f7f8fa;}
.cart-page-body .layout{align-items:start;}
.checkout-form{top:112px;padding:22px;border-radius:18px;}
.checkout-title{display:flex;align-items:start;justify-content:space-between;gap:14px;padding-bottom:15px;border-bottom:1px solid #eceff2;}
.checkout-title small{color:#8d939c;font-size:9px;font-weight:850;letter-spacing:1.5px;}
.checkout-title h2{margin:4px 0 0;font-size:25px;letter-spacing:-.5px;}
.checkout-title>span{padding:6px 9px;border-radius:999px;background:#eef8f1;color:#267947;font-size:10px;font-weight:800;white-space:nowrap;}
.checkout-section{border-bottom:1px solid #eceff2;}
.checkout-section h3{margin:0 0 9px;font-size:15px;}
.checkout-two{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.checkout-form .field{position:relative;}
.checkout-form .field label{font-size:11px;color:#4f5660;}
.checkout-form .field input,.checkout-form .field select,.checkout-form .field textarea{min-height:44px;padding:10px 11px;border-radius:10px;background:#fff;}
.checkout-form .field textarea{resize:vertical;}
.field-hint{display:block;margin-top:6px;color:#8a9098;font-size:10px;line-height:1.45;}
.autocomplete-field{z-index:auto;isolation:isolate;}
.autocomplete-field.is-open{z-index:60;}
.autocomplete-list{position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:40;max-height:min(320px,46vh);overflow:auto;overscroll-behavior:contain;padding:6px;border:1px solid #dfe3e8;border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.16);scrollbar-gutter:stable;}
.autocomplete-list:empty{display:none;}
.autocomplete-list button{display:grid;width:100%;gap:3px;padding:11px 12px;border:0;border-radius:10px;background:#fff;color:#111;text-align:left;cursor:pointer;}
.autocomplete-list button+button{margin-top:2px;}
.autocomplete-list button:hover,.autocomplete-list button:focus-visible{background:#f3f5f7;outline:0;}
.autocomplete-list button b{font-size:13px;line-height:1.35;}
.autocomplete-list button span,.autocomplete-list p{color:#7f8690;font-size:11px;line-height:1.35;}
.autocomplete-list p{padding:11px 12px;margin:0;}
.checkout-form .submit{height:51px;}
.checkout-form .notice{margin-bottom:0;line-height:1.5;}
.favorites-page-body{background:#fff;}
.favorites-wrap{width:min(100% - 32px,1240px);margin:0 auto;padding:34px 0 70px;}
.favorites-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px;}
.favorites-head span{font-size:10px;letter-spacing:2.5px;color:#8a9098;font-weight:850;}
.favorites-head h1{margin:5px 0 5px;font-size:45px;letter-spacing:-1.4px;}
.favorites-head p{max-width:650px;margin:0;color:#6c737d;}
.favorites-head>button{height:42px;padding:0 15px;border:1px solid #dfe2e6;border-radius:10px;background:#fff;font-weight:750;}
.favorites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 16px;}
.favorite-card{min-width:0;}
.favorite-image{position:relative;display:block;aspect-ratio:1;background:#fff;border:1px solid #edf0f2;border-radius:14px;overflow:hidden;}
.favorite-image img{width:100%;height:100%;object-fit:cover;background:#fff;}
.favorite-image>span{position:absolute;inset:auto 10px 10px;padding:7px 9px;border-radius:8px;background:rgba(17,17,17,.86);color:#fff;font-size:11px;text-align:center;}
.favorite-card.is-unavailable{opacity:.68;}
.favorite-body{padding-top:10px;}
.favorite-body small{color:#8a9098;font-size:9px;font-weight:850;letter-spacing:1.3px;text-transform:uppercase;}
.favorite-body h2{min-height:42px;margin:5px 0;font-size:15px;line-height:1.35;}
.favorite-body h2 a{text-decoration:none;}
.favorite-actions{display:grid;grid-template-columns:1fr 42px;gap:7px;margin-top:11px;}
.favorite-actions a,.favorite-actions button{display:grid;height:40px;place-items:center;border:1px solid #111;border-radius:9px;background:#fff;text-decoration:none;font-size:12px;font-weight:800;}
.favorite-actions a:hover{background:#111;color:#fff;}
.favorite-actions button{font-size:20px;border-color:#e0e3e7;}
.favorites-empty,.favorites-loading{grid-column:1/-1;min-height:360px;display:grid;place-items:center;align-content:center;text-align:center;}
.favorites-empty>div{font-size:48px;}
.favorites-empty h2{margin:8px 0;}
.favorites-empty p{color:#747b85;}
.favorites-empty a{padding:12px 18px;border-radius:10px;background:#111;color:#fff;text-decoration:none;font-weight:800;}
.favorites-loading{color:#777f89;}
.delivery-page{display:grid;gap:28px;}
.delivery-hero{display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px;padding:32px;border-radius:22px;background:linear-gradient(135deg,#111,#30343a);color:#fff;}
.delivery-hero span{font-size:10px;letter-spacing:2.4px;font-weight:850;color:#cdd2d8;}
.delivery-hero h2{margin:8px 0;font-size:36px;letter-spacing:-1px;}
.delivery-hero p{max-width:620px;margin:0;color:#d8dce1;line-height:1.6;}
.delivery-hero-badge{min-width:180px;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:17px;font-size:27px;font-weight:900;text-align:center;}
.delivery-hero-badge small{display:block;margin-top:4px;font-size:10px;font-weight:600;color:#cdd2d8;}
.delivery-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.delivery-methods section{padding:22px;border:1px solid #e5e8ec;border-radius:17px;background:#fff;}
.delivery-methods section>b{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#111;color:#fff;font-size:11px;}
.delivery-methods h3{margin:15px 0 7px;}
.delivery-methods p{margin:0;color:#666e78;line-height:1.6;}
.delivery-steps{padding:24px;border-radius:18px;background:#f5f6f7;}
.delivery-steps h3{margin-top:0;}
.delivery-steps ol{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0;padding:0;list-style:none;counter-reset:steps;}
.delivery-steps li{counter-increment:steps;display:grid;gap:4px;padding:15px;background:#fff;border-radius:13px;}
.delivery-steps li:before{content:counter(steps);display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#111;color:#fff;font-size:10px;font-weight:850;}
.delivery-steps li span{color:#737a84;font-size:12px;line-height:1.5;}
.delivery-faq{border-top:1px solid #e8ebef;}
.delivery-faq details{padding:17px 0;border-bottom:1px solid #e8ebef;}
.delivery-faq summary{cursor:pointer;font-weight:850;}
.delivery-faq p{margin-bottom:0;}
@media (max-width:1000px){.product-gallery{position:static;}.product-content-grid{grid-template-columns:1fr;}.favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.delivery-methods,.delivery-steps ol{grid-template-columns:1fr 1fr;}}
@media (max-width:760px){.fx-card-quick{opacity:1;visibility:visible;height:37px;}.product-layout{grid-template-columns:1fr;gap:24px;}.product-gallery{grid-template-columns:1fr;}.product-thumbs{grid-row:2;}.product-content-grid{margin-top:25px;}.product-copy-card,.product-spec-card{padding:19px;}.product-section-head{display:block;}.product-section-head span{display:block;margin-top:4px;}.checkout-two{grid-template-columns:1fr;}.favorites-wrap{width:min(100% - 24px,1240px);}.favorites-head{display:block;}.favorites-head>button{margin-top:15px;}.favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px;}.delivery-hero{grid-template-columns:1fr;padding:23px;}.delivery-hero-badge{min-width:0;}.delivery-methods,.delivery-steps ol{grid-template-columns:1fr;}}
@media (max-width:460px){.fx-card h3{min-height:34px;font-size:12.5px;}.fx-card-code{font-size:9px;}.fx-price b{font-size:16px;}.fx-card-quick{font-size:11px;}.product-summary h1{font-size:31px;}.product-spec-card .product-spec-grid{grid-template-columns:1fr;}.favorites-head h1{font-size:38px;}.favorite-body h2{font-size:13px;}.favorite-actions{grid-template-columns:1fr 38px;}}
.fx-catalog-layout{grid-template-columns:clamp(230px,17vw,280px) minmax(0,1fr);gap:clamp(22px,2vw,34px);}
.fx-card h3{overflow-wrap:anywhere;word-break:normal;}
.fx-card-code{white-space:normal;overflow-wrap:anywhere;}
.fx-card-meta{overflow-wrap:anywhere;}
.info-seo-intro{max-width:820px;color:#666e78;line-height:1.65;}
@media (min-width:761px){.fx-products-catalog .fx-photo{aspect-ratio:4/3!important;}.fx-products-catalog .fx-card h3{font-size:15px;}}
@media (max-width:1180px) and (min-width:761px){.fx-catalog .fx-container{width:min(calc(100% - 28px),1500px);}.fx-catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:20px;}}
@media (max-width:760px){.fx-catalog .fx-container{width:min(100% - 24px,1240px);}.fx-card h3{-webkit-line-clamp:3;min-height:0;}.fx-catalog-intro{font-size:12px;}}
.account-admin-wrap{display:flex;align-items:flex-end;justify-content:flex-end;flex:0 0 auto;}
.account-admin{min-width:210px;flex-direction:column;justify-content:center;line-height:1.2;box-shadow:0 10px 28px rgba(0,0,0,.12);white-space:nowrap;}
.account-admin span{color:#cbd5e1!important;font-size:9px!important;letter-spacing:1.6px!important;}
.account-admin b{font-size:14px;}
.account-admin:hover{transform:translateY(-1px);box-shadow:0 13px 32px rgba(0,0,0,.16);}
@media (max-width:760px){.account-admin-wrap,.account-admin{width:100%;}.account-admin{min-width:0;align-items:center;}}
.fx-card-badges{flex-wrap:wrap;}
.fx-brands{padding:58px 0 64px;border-top:1px solid var(--line);}
.fx-brands-head{text-align:center;max-width:680px;margin:0 auto 30px;}
.fx-brands-head>span{font-size:10px;letter-spacing:3px;font-weight:900;color:#80858e;}
.fx-brands-head h2{margin:8px 0 6px;font-size:34px;letter-spacing:-1px;}
.fx-brands-head p{margin:0;color:#737984;}
.fx-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;}
.fx-brand-logo{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid #dfe2e6;background:#fff;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.fx-brand-logo:hover{transform:translateY(-3px);border-color:#b9bec6;box-shadow:0 14px 32px rgba(15,18,22,.08);}
.fx-brand-logo span{font-size:clamp(18px,2vw,28px);font-weight:950;letter-spacing:-1.2px;text-align:center;}
.fx-brand-logo small{font-size:10px;color:#8a9099;}
.fx-brand-logo:nth-child(3n) span{font-style:italic;letter-spacing:-1.8px;}
.fx-brand-logo:nth-child(4n) span{text-transform:uppercase;letter-spacing:1.2px;font-size:20px;}
.shop-body .site-footer{margin-top:0;}
.fx-catalog{padding-top:12px;}
@media (max-width:1180px) and (min-width:761px){.fx-brand-grid{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media (max-width:760px){.fx-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.fx-brands{padding:42px 0 48px;}}
@media (max-width:520px){.fx-brand-grid{grid-template-columns:1fr 1fr;}.fx-brand-logo{min-height:94px;}}
/* ===== STOREFRONT ===== */
:root{--brand:#111;--accent:#111;--danger:#d71920;--radius:0;--shadow:0 16px 42px rgba(0,0,0,.12);}
body{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;color:#111;letter-spacing:.01em;}
.site-announcement{height:34px;}
.site-announcement .site-container{gap:28px;}
.site-announcement strong{font-size:11px;}
.site-announcement a{color:#fff;text-decoration:underline;text-underline-offset:3px;}
.site-utility{height:40px;border-bottom:1px solid #e5e5e5;background:#fff;font-size:11px;}
.site-utility .site-container{height:100%;display:flex;align-items:center;justify-content:space-between;}
.site-utility nav,.site-utility>div>div{height:100%;display:flex;align-items:center;gap:26px;}
.site-utility a{height:100%;display:flex;align-items:center;text-decoration:none;letter-spacing:.06em;}
.site-utility nav a{position:relative;font-weight:700;}
.site-utility nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#111;}
.site-logo{line-height:1;}
.site-search{border-bottom:1px solid #111;overflow:visible;}
.site-search>span{padding-left:1px;}
.site-search button{height:38px;min-width:auto!important;border-radius:0!important;padding:0 20px!important;letter-spacing:.03em;}
.site-icon:hover{border:0;background:#fff;}
.site-icon svg{stroke-width:1.55;}
.site-icon>span{display:block;white-space:nowrap;}
.site-icon b{min-width:17px;height:17px;border:1px solid #fff;font-size:9px;}
.site-nav{border-top:1px solid #eee;}
.site-nav .site-container{height:48px;}
.site-nav a{letter-spacing:.02em;}
.site-nav a::after{bottom:7px;height:1px;}
.site-nav .sale-link{color:#d71920;}
.shop-body{background:#fff;}
.fx-hero{border-bottom:1px solid #dedbd5;}
.fx-hero-inner{padding-block:64px;}
.fx-hero-copy span{color:#111;font-size:10px;letter-spacing:.25em;}
.fx-hero-copy h1{font-size:clamp(45px,6vw,82px);line-height:.94;letter-spacing:-.06em;}
.fx-hero-copy p{font-size:16px;line-height:1.65;color:#4d4d4d;}
.fx-hero-buttons button{height:48px;border-radius:0;font-size:12px;letter-spacing:.05em;text-transform:uppercase;}
.fx-hero-art:before{border-radius:0;background:#f7f5f1;box-shadow:none;}
.fx-hero-art:after{border-radius:0;background:#111;}
.fx-home-cats{padding-block:38px;}
.fx-home-cats button{padding:0 10px 18px;border-bottom:1px solid #ddd;text-align:center;}
.fx-round{height:220px;margin-bottom:13px;border-radius:0;background:#f4f4f4;}
.fx-home-cats b{font-size:12px;letter-spacing:.05em;text-transform:uppercase;}
.fx-title{padding-bottom:12px;border-bottom:1px solid #111;}
.fx-promo-row{gap:2px;}
.fx-catalog{padding:24px 0 72px;}
.fx-catalog .fx-container{width:min(calc(100% - 48px),1680px);}
.fx-breadcrumb{display:flex;align-items:center;gap:8px;}
.fx-breadcrumb b{font-weight:400;color:#111;}
.fx-category-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:23px;}
.fx-category-kicker{margin-bottom:8px;color:#777;font-size:10px;letter-spacing:.18em;}
.fx-category-header h1,.fx-catalog-head h1{margin:0;font-size:34px;font-weight:500;letter-spacing:-.035em;}
.fx-catalog-intro{max-width:780px;color:#666;font-size:12px;line-height:1.6;}
.fx-category-shortcuts{margin-bottom:34px;}
.fx-category-shortcuts span{display:block;margin-bottom:5px;}
.fx-category-shortcuts small{line-height:1.35;}
.fx-catalog-head{min-height:54px;margin:0;border-top:1px solid #111;border-bottom:1px solid #ddd;}
.fx-catalog-head>p{margin:0;font-size:12px;color:#444;}
.fx-catalog-tools{display:flex;align-items:center;gap:20px;}
.fx-sort{height:53px;display:flex;align-items:center;gap:16px;font-size:11px;}
.fx-sort span{font-weight:700;}
.fx-sort select{height:36px;min-width:205px;border-bottom:1px solid #aaa;font-size:12px;}
.fx-mobile-filter{height:38px;text-transform:uppercase;}
.fx-filters{z-index:20;height:auto;max-height:none;overflow:visible;}
.fx-filters>h3{display:none;}
.fx-filter-group{position:relative;min-width:130px;border:0;border-right:1px solid #ddd;padding:0;}
.fx-filter-group summary{height:50px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;list-style:none;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;}
.fx-filter-group summary::-webkit-details-marker{display:none;}
.fx-filter-group summary::after{content:"+";font-size:17px;font-weight:400;}
.fx-filter-group[open] summary::after{content:"−";}
.fx-filter-panel{position:absolute;left:0;top:50px;z-index:40;width:300px;max-height:390px;overflow:auto;border:1px solid #111;background:#fff;padding:18px;box-shadow:var(--shadow);}
.fx-filter-group select,.fx-filter-group input,.fx-price-pair input{height:42px;border:1px solid #bbb;border-radius:0;background:#fff;font-size:12px;}
.fx-filter-search{margin-bottom:12px;}
.fx-filter-option{padding:7px 0;font-size:12px;}
.fx-filter-option input{width:15px;height:15px;accent-color:#111;}
.fx-size-filter .fx-filter-option span{min-width:39px;border:1px solid #bbb;border-radius:0;padding:8px;text-align:center;}
.fx-range-hint{margin-top:8px;color:#777;font-size:10px;}
.fx-sale-toggle{height:50px;border-right:1px solid #ddd;}
.fx-sale-toggle input{accent-color:#111;}
.fx-filter-apply,.fx-filter-clear{width:auto;height:36px;margin:0;border-radius:0;padding:0 18px;font-size:10px;text-transform:uppercase;letter-spacing:.04em;}
.fx-active-filters:empty{min-height:24px;padding:0;}
.fx-card-link{display:block!important;text-decoration:none;}
.fx-photo::before{display:block!important;content:""!important;position:absolute;inset:0;background:#f4f4f4!important;}
.fx-card-descriptor{line-height:1.4;}
.fx-sizes{display:none!important;}
.fx-card-badges{display:flex;flex-direction:column;align-items:flex-start;gap:4px;max-width:calc(100% - 55px);}
.fx-badge{text-transform:none;}
.fx-badge.top{background:#111;color:#fff;}
.fx-wish{font-weight:300;}
.fx-card-quick{display:none!important;}
.fx-load-more{min-width:230px;height:44px;margin-top:52px;text-transform:uppercase;letter-spacing:.05em;}
.product-page .product-shell{width:min(calc(100% - 48px),1500px);}
.product-main-image,.product-thumb,.product-rec .image{background:#f4f4f4!important;}
.product-summary h1{font-weight:500;letter-spacing:-.03em;}
.product-actions button,.product-quick{border-radius:0!important;text-transform:uppercase;font-size:11px;letter-spacing:.04em;}
.product-actions .primary,.product-quick{background:#111!important;}
.product-benefits{border-radius:0!important;}
.fx-trust{background:#f5f5f5;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.fx-brands{background:#fff;}
.fx-brand-logo{border-radius:0;box-shadow:none;}
.site-footer{color:#111;}
.site-footer h3{font-size:12px;text-transform:uppercase;letter-spacing:.05em;}
.site-footer section>p,.site-footer section>span,.site-footer section>a:not(.site-logo){color:#555;font-size:12px;}
.site-footer section>a:hover{color:#111;text-decoration:underline;}
.site-footer-bottom{border-top:1px solid #d7d7d7;color:#777;}
.footer-logo{color:#111;}
@media (max-width:1180px){.site-header-main{grid-template-columns:150px minmax(280px,1fr) auto!important;gap:22px!important;}.site-actions{gap:10px;}.site-icon>span{display:none;}.fx-filter-group{min-width:112px;}.fx-filter-group summary{padding:0 12px;}.fx-filter-actions{margin-left:0;}}
@media (max-width:1000px){.site-utility{display:none;}.site-header-main{min-height:68px!important;grid-template-columns:42px minmax(0,1fr) auto!important;grid-template-areas:"menu logo actions"!important;}.site-menu-toggle{display:flex!important;grid-area:menu;}.site-logo{grid-area:logo;font-size:29px;}.site-actions{grid-area:actions;}.site-search{display:none;grid-area:search;grid-column:1/-1;margin:0 0 12px;}.site-search.mobile-open{display:grid;}.site-actions .site-search-toggle{display:flex;}.site-nav{display:none;}.fx-category-shortcuts{grid-template-columns:repeat(2,1fr);}.fx-category-shortcuts button:nth-child(2){border-right:0;}.fx-category-shortcuts button:nth-child(-n/**/+2){border-bottom:1px solid #ddd;}.fx-filters{display:none;}.fx-mobile-filter{display:block;}.fx-catalog-head{min-height:60px;}}
@media (max-width:760px){.site-container,.fx-container,.fx-catalog .fx-container,.product-page .product-shell{width:min(calc(100% - 24px),1680px);}.site-announcement .site-container{gap:10px;font-size:9px;}.site-announcement strong,.site-announcement a{display:none;}.site-icon{width:38px;min-width:38px;height:44px;}.site-icon svg{width:21px;height:21px;}.fx-catalog{padding-top:18px;}.fx-breadcrumb{margin-bottom:22px;}.fx-category-header h1{font-size:28px;}.fx-category-shortcuts{margin-bottom:24px;}.fx-category-shortcuts button{min-height:72px;padding:12px;}.fx-category-shortcuts small{display:none;}.fx-catalog-head{align-items:center;}.fx-catalog-tools{gap:8px;}.fx-sort span{display:none;}.fx-sort select{min-width:145px;font-size:11px;}.fx-card h3{font-size:11px;}.bottom-drawer{border-radius:0;padding:18px;}.bottom-drawer label{display:block;margin:14px 0;font-size:12px;font-weight:700;}.bottom-drawer select,.bottom-drawer input{width:100%;height:44px;margin-top:6px;border:1px solid #aaa;border-radius:0;background:#fff;padding:0 10px;}.bottom-drawer .apply{width:100%;height:46px;border:0;border-radius:0;background:#111;color:#fff;text-transform:uppercase;font-size:11px;font-weight:700;}}
@media (max-width:430px){.site-logo{font-size:25px;letter-spacing:-2px;}.site-actions [data-account]{display:none;}.fx-category-shortcuts{grid-template-columns:1fr 1fr;}.fx-category-shortcuts span{font-size:12px;}.fx-mobile-filter{padding:0 10px;}.fx-sort select{min-width:128px;}.fx-photo{aspect-ratio:3/4!important;}}
.fx-products-catalog .fx-photo{aspect-ratio:4/5!important;}
@media (max-width:430px){.fx-products-catalog .fx-photo{aspect-ratio:3/4!important;}}
:root{--soft:#f4f4f4;--promo:#00a0e3;--font:Inter,"Segoe UI",Roboto,Arial,sans-serif;}
body.shop-body{font-family:var(--font);}
.site-container,.fx-container{width:min(100% - 40px,1440px);margin-inline:auto;}
.site-utility,
.site-menu-toggle{display:none!important;}
.site-announcement{background:#111!important;color:#fff!important;border:0!important;font-weight:600;}
.site-announcement .site-container{min-height:36px;justify-content:center;text-align:center;}
.site-announcement-track{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}
.site-header{border-bottom:1px solid var(--line);backdrop-filter:none!important;}
.site-logo{font-weight:900!important;text-transform:uppercase;color:#111!important;}
.site-logo span{display:none!important;}
.site-search{border:0!important;margin-inline:auto;}
.site-search button{background:transparent!important;border:0!important;width:44px;font-size:0;color:transparent!important;}
.site-actions{display:flex;align-items:center;}
.site-icon{width:auto!important;min-width:52px;height:52px!important;border:0!important;border-radius:0!important;background:transparent!important;display:inline-flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#111!important;text-decoration:none;font-size:10px;font-weight:600;padding:4px 8px!important;}
.site-icon span{display:block!important;}
.site-icon svg{width:22px;height:22px;}
.site-icon b{top:2px!important;right:4px!important;background:#111!important;}
.site-nav a.active{border-bottom-color:#111;}
.fx-catalog > .fx-container{padding-top:12px;padding-bottom:48px;}
.fx-category-header h1{font-weight:700;}
.fx-category-shortcuts{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.fx-category-shortcuts button{display:flex;flex-direction:column;gap:4px;}
.fx-category-shortcuts button:last-child{border-right:0!important;}
.fx-catalog-head{display:flex!important;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;}
#catalogCount{margin:0;font-size:13px;color:#666;}
.fx-sort select{border:1px solid #ddd!important;border-radius:999px!important;min-height:40px;padding:0 14px!important;background:#fff!important;}
.fx-filter-actions button{min-height:40px;padding:0 16px!important;border-radius:0!important;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase;}
.fx-filter-actions .primary,button.primary{background:#111!important;color:#fff!important;border:1px solid #111!important;}
.fx-photo-link{position:absolute;inset:0;display:block;}
.fx-wish{left:auto!important;bottom:auto!important;}
.fx-card-badges{right:auto!important;}
.fx-badge{align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.08);}
.product-layout{grid-template-columns:1.05fr .95fr!important;gap:36px!important;}
.product-main-image{border:0!important;border-radius:0!important;}
.product-thumb{border-radius:0!important;background:#f2f2f2;}
.product-actions .buy,.product-actions button.primary{background:#111!important;border-color:#111!important;border-radius:0!important;min-height:48px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;}
.product-rec-section h2{font-size:18px;font-weight:700;}
.site-footer{padding:40px 0 24px;}
@media (max-width:1100px){.fx-category-shortcuts{grid-template-columns:repeat(2,1fr)!important;}}
@media (max-width:900px){.site-header-main{grid-template-columns:auto 1fr auto!important;}.site-search{display:none;}.site-icon span{display:none!important;}}
.fx-catalog > .fx-container{max-width:1440px;}
.fx-catalog-main{grid-template-columns:200px minmax(0,1fr)!important;align-items:start!important;}
.fx-catalog-main > .fx-catalog-head,
.fx-catalog-main > .fx-filters,
.fx-catalog-main > .fx-products,
.fx-catalog-main > #productGrid,
.fx-catalog-main > .fx-products-catalog{grid-column:2;}
.fx-category-shortcuts{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;border:0!important;margin:0!important;position:sticky;top:88px;align-self:start;gap:0!important;}
.fx-catalog > .fx-container{display:grid!important;grid-template-columns:200px minmax(0,1fr)!important;gap:24px 32px!important;align-items:start;}
.fx-catalog > .fx-container > .fx-breadcrumb{grid-column:1 / -1;}
.fx-catalog > .fx-container > .fx-category-header{grid-column:2;margin:0 0 8px;}
.fx-catalog > .fx-container > .fx-category-shortcuts{grid-column:1;grid-row:2 / span 10;border:0!important;border-right:1px solid #eee!important;padding-right:16px;margin:0!important;}
.fx-category-shortcuts button{min-height:0!important;border:0!important;border-right:0!important;background:transparent!important;padding:10px 8px!important;border-radius:0!important;text-align:left;width:100%;border-bottom:1px solid #f0f0f0!important;}
.fx-category-shortcuts button:hover{background:#fafafa!important;}
.fx-category-shortcuts span{font-size:14px;font-weight:600;color:#111;}
.fx-category-shortcuts small{font-size:12px;color:#999;font-weight:400;}
.fx-catalog > .fx-container > .fx-catalog-main{grid-column:2;display:flex!important;flex-direction:column!important;gap:12px!important;}
.fx-card-media{color:inherit;}
.fx-card-badges{top:auto!important;}
.fx-badge{letter-spacing:.03em;}
.fx-badge.new{background:#fff!important;color:#111!important;}
.fx-badge.sale{background:#111!important;color:#fff!important;}
.fx-card-meta{margin:0!important;}
.fx-card-descriptor{margin:0;}
.fx-price s{font-weight:400;}
@media (max-width:900px){.fx-catalog > .fx-container{grid-template-columns:1fr!important;}.fx-catalog > .fx-container > .fx-category-shortcuts{grid-column:1;grid-row:auto;flex-direction:row!important;flex-wrap:wrap;border-right:0!important;border-bottom:1px solid #eee!important;padding-right:0;position:static;overflow-x:auto;}.fx-category-shortcuts button{width:auto;border-bottom:0!important;white-space:nowrap;}.fx-catalog > .fx-container > .fx-category-header,
  .fx-catalog > .fx-container > .fx-catalog-main{grid-column:1;}.fx-photo{aspect-ratio:3/4!important;}}
.fx-card{margin:0!important;}
.fx-photo,
.fx-card-media .fx-photo{position:relative!important;width:100%!important;aspect-ratio:3/4!important;margin:0!important;padding:0!important;border:1px solid #e5e5e5!important;border-radius:0!important;box-shadow:none!important;outline:none!important;}
.fx-photo::before,
.fx-photo::after{display:none!important;content:none!important;}
.fx-wish{color:#111!important;display:grid!important;place-items:center;cursor:pointer;padding:0!important;}
.fx-card-badges{position:absolute!important;z-index:4;}
.fx-badge{display:inline-flex!important;background:#111!important;color:#fff!important;font-weight:700!important;font-style:normal!important;border-radius:2px!important;line-height:1.2;}
.fx-card-promo{display:none!important;}
.fx-card-meta{min-height:0!important;}
.fx-card h3{font-weight:400!important;line-height:1.35!important;margin:0!important;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;min-height:0!important;}
.fx-sizes,.fx-card-quick,.fx-card-code{display:none!important;}
.fx-photo{padding:0!important;}
.site-nav{border-bottom:1px solid #eee;background:#fff;}
.site-nav .site-container{display:flex!important;justify-content:center!important;align-items:center!important;overflow-x:auto;font-size:13px;font-weight:600;}
.site-nav a{white-space:nowrap;color:#222;flex:0 0 auto;}
.site-nav a:hover,
.site-nav a.active{border-bottom-color:#111;color:#111;}
.fx-catalog > .fx-container,
.fx-catalog-wrap{display:block!important;width:min(100% - 32px, 1440px)!important;margin-inline:auto!important;padding-top:8px!important;padding-bottom:40px!important;grid-template-columns:none!important;}
.fx-breadcrumb{grid-column:auto!important;}
.fx-breadcrumb a{color:#999;text-decoration:none;}
.fx-breadcrumb a:hover{color:#111;}
.fx-side-nav{position:sticky;top:96px;align-self:start;padding:0;margin:0;border:0;border-right:1px solid #eee;padding-right:12px;max-height:calc(100vh - 110px);overflow-y:auto;}
.fx-category-shortcuts,
#sideCategoryNav{grid-template-columns:none!important;position:static!important;}
.fx-side-link,
.fx-category-shortcuts button,
#sideCategoryNav button{display:flex!important;align-items:center;justify-content:space-between;width:100%;min-height:0!important;margin:0!important;padding:9px 8px!important;border:0!important;border-right:0!important;border-radius:0!important;background:transparent!important;text-align:left!important;font-size:13px;font-weight:500;color:#333;cursor:pointer;line-height:1.3;}
.fx-side-link:hover,
.fx-category-shortcuts button:hover{color:#111;background:#fafafa!important;}
.fx-side-link span,
.fx-category-shortcuts span{font-size:inherit;font-weight:inherit;}
.fx-catalog-main{grid-column:auto!important;padding:0!important;}
.fx-category-header{grid-column:auto!important;}
.fx-category-header h1,
#catalogTitle{letter-spacing:-.02em;}
.fx-category-kicker{display:none!important;}
.fx-catalog-intro{margin:0!important;}
.fx-sort-pill{color:#222;cursor:pointer;}
.fx-sort-pill select{padding:0 4px 0 0!important;min-height:0!important;}
.fx-toolbar-sep{width:1px;height:22px;background:#e5e5e5;}
.fx-catalog-count,
#catalogCount{margin:0 0 0 auto!important;font-size:13px;color:#777;font-weight:500;}
.fx-mobile-filter{border:1px solid #ddd;border-radius:999px;min-height:40px;padding:0 14px;background:#fff;font-weight:600;font-size:13px;}
.fx-filters{top:auto!important;border-top:0!important;border-bottom:0!important;border-radius:0!important;}
.fx-filters > h3{display:none!important;}
.fx-filters .fx-filter-group{border-right:0!important;}
.fx-filters .fx-filter-group > summary{user-select:none;}
.fx-filters .fx-filter-group > summary::after{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #888;margin-left:2px;}
.fx-filters .fx-filter-group[open] > summary{border-color:#111!important;}
.fx-filters .fx-filter-panel{z-index:50;}
.fx-sale-toggle{cursor:pointer;}
.fx-filter-actions{margin-left:4px!important;align-items:center;}
.fx-filter-actions button,
.fx-filter-apply,
.fx-filter-clear{min-height:36px!important;padding:0 12px!important;border-radius:999px!important;font-size:12px!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important;border:1px solid #ddd!important;background:#fff!important;color:#333!important;}
.fx-filter-apply{border-color:#111!important;}
@media (max-width:960px){.fx-side-nav{position:static;border-right:0;border-bottom:1px solid #eee;padding:0 0 8px;max-height:none;overflow-x:auto;}#sideCategoryNav,
  .fx-category-shortcuts{flex-direction:row!important;flex-wrap:nowrap!important;gap:4px!important;}.fx-side-link.is-child{display:none!important;}.fx-side-link{white-space:nowrap;width:auto!important;border:1px solid #eee!important;border-radius:999px!important;padding:8px 12px!important;}.fx-side-link.is-parent{margin-top:0!important;}.fx-catalog-count{margin-left:0!important;width:100%;}}
.fx-catalog-wrap{display:block!important;width:min(100% - 32px, 1440px)!important;margin-inline:auto!important;padding-top:12px!important;}
.fx-sidebar{align-self:start;scrollbar-width:thin;}
.fx-sidebar-title,
.fx-filters > h3{display:block!important;margin:0 0 10px!important;padding:0 0 8px!important;border-bottom:1px solid #eee;font-size:12px!important;font-weight:700!important;letter-spacing:.06em;text-transform:uppercase;color:#111!important;}
.fx-category-shortcuts,
#sideCategoryNav{display:flex!important;flex-direction:column!important;gap:0!important;border:0!important;margin:0!important;padding:0!important;}
.fx-side-link,
#sideCategoryNav button{display:flex!important;width:100%;align-items:center;justify-content:flex-start;gap:8px;min-height:0!important;margin:0!important;padding:8px 6px!important;border:0!important;border-radius:6px!important;background:transparent!important;text-align:left!important;font-size:13.5px;font-weight:500;color:#333;cursor:pointer;}
.fx-side-link:hover{background:#f5f5f5!important;color:#111;}
.fx-side-link.is-parent{font-weight:700;color:#111;margin-top:4px!important;}
.fx-side-link.is-child{padding-left:16px!important;font-size:13px;font-weight:400;color:#666;}
.fx-category-shortcuts small{display:none!important;}
.fx-filters{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;position:static!important;box-shadow:none!important;}
.fx-filters .fx-filter-group{margin:0!important;border:0!important;position:relative;}
.fx-filters .fx-filter-group > summary{list-style:none;cursor:pointer;min-height:0!important;display:flex!important;align-items:center;justify-content:space-between;gap:8px;border:0!important;border-radius:0!important;background:transparent!important;font-weight:600!important;color:#111!important;}
.fx-filters .fx-filter-group > summary::-webkit-details-marker{display:none;}
.fx-filters .fx-filter-group > summary::after{font-weight:400;color:#999;font-size:16px;line-height:1;}
.fx-filters .fx-filter-panel{position:static!important;left:auto!important;top:auto!important;min-width:0!important;width:100%!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;}
.fx-filters select,
.fx-filters input[type="text"],
.fx-filters input[type="number"],
.fx-filter-search{width:100%!important;border:1px solid #ddd!important;padding:8px 10px!important;font-size:13px!important;margin:0 0 8px!important;}
.fx-price-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.fx-filter-options{overflow-y:auto;display:flex;flex-direction:column;}
.fx-filter-options label,
.fx-size-filter button{display:flex;align-items:center;gap:8px;font-size:13px;padding:4px 2px;border:0;background:transparent;text-align:left;cursor:pointer;}
.fx-sale-toggle{display:flex!important;align-items:center;margin:12px 0 0!important;border:0!important;border-radius:0!important;background:transparent!important;}
.fx-filter-actions{grid-template-columns:1fr 1fr;gap:8px!important;margin:14px 0 0!important;}
.fx-filter-apply,
.fx-filter-clear{min-height:40px!important;border-radius:8px!important;font-size:13px!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;padding:0 10px!important;}
.fx-filter-apply{color:#fff!important;border:1px solid #111!important;}
.fx-filter-clear{color:#333!important;}
.fx-catalog-main{display:flex!important;flex-direction:column!important;}
.fx-category-header h1{font-size:28px!important;margin:0!important;}
.fx-sort-pill{font-weight:600;}
.fx-toolbar-sep{display:none!important;}
.fx-mobile-filter{display:none!important;}
@media (max-width:960px){.fx-sidebar{border-right:0;border-bottom:1px solid #eee;padding:0 0 12px;}.fx-mobile-filter{display:inline-flex!important;}}
.fx-filters .fx-filter-group > summary::after{content:none!important;display:none!important;}
.fx-filters .fx-filter-group[open] > summary::after{content:none!important;display:none!important;}
.fx-toolbar{padding-bottom:0!important;}
.fx-toolbar::after,
.fx-toolbar::before{display:none!important;content:none!important;}
.fx-catalog-main > .fx-toolbar + *,
.fx-catalog-head{border-top:0!important;}
.fx-sidebar-title.cats-only,
.fx-side-nav,
#sideCategoryNav{display:none!important;}
.fx-sidebar{padding-top:0;}
.fx-filters > h3{margin-top:0!important;}
.site-nav a{text-decoration:none!important;border-bottom:2px solid transparent!important;box-shadow:none!important;}
.site-nav a::before,
.site-nav a::after{content:none!important;display:none!important;background:none!important;border:0!important;transform:none!important;}
.site-nav a:hover,
.site-nav a.active,
.site-nav a:focus{border-bottom-color:#111!important;text-decoration:none!important;color:#111!important;}
.site-nav a.sale-link:hover{border-bottom-color:#d71920!important;color:#d71920!important;}
body.shop-body{background:#f7f7f8!important;color:#1a1a1a;}
.site-header,
.site-nav{background:#fff!important;}
.site-announcement{font-size:11px!important;letter-spacing:.02em;}
.site-logo{font-size:22px!important;letter-spacing:.16em!important;}
.site-search{height:42px!important;}
.site-nav .site-container{min-height:44px!important;gap:clamp(16px, 2.8vw, 36px)!important;}
.fx-catalog{background:#f7f7f8;}
.fx-catalog-wrap,
.fx-catalog > .fx-container.fx-catalog-wrap{width:min(100% - 28px, 1360px)!important;padding-top:16px!important;padding-bottom:48px!important;}
.fx-breadcrumb{margin:0 0 14px!important;font-size:12px;color:#9a9a9a;}
.fx-sidebar{position:sticky!important;top:88px!important;background:#fff!important;border:1px solid #e8e8e8!important;border-radius:12px!important;padding:16px 14px 18px!important;max-height:calc(100vh - 104px)!important;overflow-y:auto!important;border-right:1px solid #e8e8e8!important;}
.fx-filters > h3{margin:0 0 12px!important;padding:0 0 10px!important;border-bottom:1px solid #eee!important;font-size:11px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#111!important;}
.fx-filters .fx-filter-group{border-bottom:1px solid #f2f2f2!important;}
.fx-filters .fx-filter-group > summary{padding:11px 2px!important;font-size:13px!important;}
.fx-filters .fx-filter-panel{padding:0 2px 12px!important;}
.fx-filters select,
.fx-filters input[type="text"],
.fx-filters input[type="number"],
.fx-filter-search{min-height:36px!important;border-radius:8px!important;border-color:#e0e0e0!important;background:#fafafa!important;}
.fx-filter-options{max-height:160px;gap:2px;}
.fx-filter-apply{background:#111!important;border-radius:8px!important;}
.fx-filter-clear{border-color:#e5e5e5!important;}
.fx-catalog-main{gap:10px!important;background:transparent!important;}
.fx-catalog-intro{display:none!important;}
.fx-toolbar{border-bottom:0!important;}
.fx-catalog-count{font-weight:500!important;}
.fx-card{transition:box-shadow .2s ease, border-color .2s ease;}
.fx-card:hover{border-color:#d0d0d0!important;box-shadow:0 8px 24px rgba(0,0,0,.06)!important;}
.fx-photo{border:0!important;}
.fx-card-badges{left:8px!important;bottom:8px!important;}
.fx-badge{font-size:10px!important;padding:4px 7px!important;}
.fx-card h3{font-size:12.5px!important;color:#555!important;-webkit-line-clamp:2;}
.fx-price{font-size:13.5px!important;}
.fx-price.is-sale b{color:#c41230!important;}
.fx-load-more{margin:20px auto 0!important;display:flex;justify-content:center;min-height:44px;padding:0 28px;border:1px solid #ddd;border-radius:999px;background:#fff;font-weight:600;font-size:13px;}
.fx-home{background:#f7f7f8;}
.fx-block{margin-bottom:16px;}
.site-footer{background:#fff!important;border-top:1px solid #e8e8e8!important;margin-top:32px!important;}
@media (max-width:960px){.fx-catalog-body{grid-template-columns:1fr!important;}.fx-sidebar{position:static!important;max-height:none!important;border-radius:10px!important;}.fx-card-copy{padding:8px!important;}}
.site-nav a{font-weight:600!important;}
.fx-hero-copy span,
#homeBannerKicker{display:inline-block;font-weight:700!important;text-transform:uppercase;}
.fx-hero-buttons{display:flex;flex-wrap:wrap;gap:8px;}
.fx-hero-cta,
.fx-hero-buttons .fx-hero-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;font-size:13px!important;}
.fx-hero-ghost,
.fx-hero-buttons button{min-height:42px;padding:0 16px;border-radius:999px!important;border:1px solid #ccc!important;background:#fff!important;color:#111!important;font-weight:600!important;font-size:13px!important;}
.fx-hero-media{position:relative;overflow:hidden;}
.fx-hero-art{display:none!important;}
@media (max-width:800px){.fx-hero{margin:12px auto!important;border-radius:12px!important;}.fx-hero-inner{grid-template-columns:1fr!important;padding:20px 16px!important;}.fx-hero-media{max-height:200px;min-height:140px;}}
.fx-size-filter,
#sizeButtons{display:flex!important;flex-wrap:wrap!important;gap:6px!important;max-height:none!important;}
.fx-size-chip{min-height:36px;border:1px solid #ddd!important;color:#222!important;cursor:pointer;}
.fx-size-chip.is-active,
.fx-size-chip:hover{border-color:#111!important;background:#111!important;color:#fff!important;}
.product-rec-section{margin-top:36px!important;padding-top:8px;}
.product-rec-title,
.product-section-head h2{font-size:22px!important;font-weight:700!important;margin:0 0 4px!important;color:#111!important;}
.product-rec-sub,
.product-section-head span{font-size:14px!important;color:#777!important;}
.product-recs{margin-top:16px!important;}
.product-recs .fx-card,
.product-recs article{border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;background:#fff;}
.fx-hero{background:#ff6a00!important;color:#fff!important;border:0!important;margin:16px auto 24px!important;width:min(100% - 28px, 1360px)!important;border-radius:12px!important;overflow:hidden!important;min-height:280px!important;max-height:380px!important;}
.fx-hero.has-image{background:#111!important;}
.fx-hero-inner{grid-template-columns:1fr 1.15fr!important;gap:0!important;align-items:stretch!important;}
.fx-hero-copy{padding:36px 40px!important;flex-direction:column;justify-content:center;background:#ff6a00;color:#fff;}
.fx-hero.has-image .fx-hero-copy{background:#ff6a00;}
.fx-hero-copy span,
#homeBannerKicker{color:rgba(255,255,255,.85)!important;font-size:12px!important;letter-spacing:.12em!important;margin-bottom:12px!important;}
.fx-hero-copy h1,
#homeSeoH1{color:#fff!important;font-size:clamp(26px, 3.4vw, 42px)!important;font-weight:800!important;line-height:1.1!important;margin:0 0 12px!important;max-width:12ch;}
.fx-hero-copy p,
#homeSeoIntro{color:rgba(255,255,255,.92)!important;font-size:15px!important;margin:0 0 22px!important;max-width:32ch;}
.fx-hero-cta,
.fx-hero-buttons .fx-hero-cta{background:transparent!important;color:#fff!important;border:1.5px solid #fff!important;border-radius:4px!important;min-height:44px!important;padding:0 22px!important;font-weight:600!important;}
.fx-hero-ghost,
.fx-hero-buttons button{display:none!important;}
.fx-hero-media:empty,
.fx-hero-media img[src=""],
.fx-hero-media img:not([src]){display:none;}
#sizeButtons,
.fx-size-filter{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:2px!important;max-height:200px!important;overflow-y:auto!important;}
#sizeButtons .fx-filter-option,
.fx-size-filter .fx-filter-option{display:flex!important;align-items:center!important;gap:8px!important;padding:6px 4px!important;border:0!important;border-radius:0!important;background:transparent!important;min-height:0!important;min-width:0!important;font-size:13px!important;font-weight:500!important;color:#222!important;cursor:pointer;}
@media (max-width: 800px){.fx-hero{max-height:none!important;min-height:0!important;}.fx-hero-inner{grid-template-columns:1fr!important;min-height:0!important;max-height:none!important;}.fx-hero-copy{padding:24px 20px!important;}}
.fx-hero:not(.has-image) .fx-hero-copy h1{max-width:20ch!important;}
#sizeButtons.fx-size-filter,
#sizeButtons.fx-filter-options,
#sizeButtons{display:flex!important;flex-direction:column!important;gap:2px!important;max-height:220px!important;overflow-y:auto!important;padding:0!important;margin:0!important;border:0!important;}
#sizeButtons .fx-filter-option,
#brandOptions .fx-filter-option{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important;width:100%!important;margin:0!important;padding:8px 6px!important;border:0!important;border-radius:6px!important;background:transparent!important;min-height:36px!important;min-width:0!important;font-size:13.5px!important;font-weight:500!important;color:#222!important;cursor:pointer!important;box-sizing:border-box!important;}
#sizeButtons .fx-filter-option:hover,
#brandOptions .fx-filter-option:hover{background:#f5f5f5!important;}
#sizeButtons .fx-filter-option input,
#brandOptions .fx-filter-option input{width:16px!important;height:16px!important;margin:0!important;flex:0 0 auto!important;accent-color:#111!important;}
#sizeButtons .fx-filter-option span,
#brandOptions .fx-filter-option span{flex:1 1 auto!important;text-align:left!important;line-height:1.3!important;}
#sizeButtons .fx-size-chip{display:none!important;}
.fx-hero,
.fx-hero.has-image,
.fx-hero:not(.has-image){background:transparent!important;color:#111!important;margin:12px auto 20px!important;width:min(100% - 28px, 1360px)!important;border-radius:12px!important;overflow:hidden!important;min-height:0!important;max-height:none!important;border:0!important;padding:0!important;}
.fx-hero-inner{display:block!important;padding:0!important;min-height:0!important;max-height:none!important;position:relative!important;}
.fx-hero-copy{display:none!important;}
.fx-hero-media{display:block!important;width:100%!important;min-height:200px!important;max-height:420px!important;height:clamp(200px, 32vw, 420px)!important;border-radius:12px!important;background:#f0f0f0!important;aspect-ratio:auto!important;}
.fx-hero-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.fx-hero:not(.has-image){display:none!important;}
@media (max-width: 800px){.fx-hero-media{height:180px!important;max-height:220px!important;min-height:160px!important;}}
.fx-home-cats{overflow:visible!important;}
.fx-home-cat{border:0!important;background:#fff!important;text-align:center!important;padding:0!important;cursor:pointer;display:flex!important;flex-direction:column!important;gap:10px!important;min-width:0!important;}
.fx-home-cats .fx-round,
.fx-round{height:160px!important;border-radius:16px!important;background:#f3f3f4!important;position:relative!important;overflow:hidden!important;margin:0!important;width:100%!important;}
.fx-home-cats .fx-shoe,
.fx-round .fx-shoe{width:70%!important;max-width:140px!important;height:42px!important;left:50%!important;top:52%!important;transform:translate(-50%, -50%) rotate(-12deg)!important;box-shadow:0 12px 20px rgba(0,0,0,.12)!important;}
.fx-home-cat b{font-size:13px!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:#111!important;}
.fx-rail-wrap{position:relative;display:grid;align-items:center;}
.fx-rail{display:grid!important;grid-auto-flow:column!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;scroll-behavior:smooth;margin:0!important;scrollbar-width:thin;}
.fx-rail .fx-card,
.fx-rail article{scroll-snap-align:start;min-width:0!important;width:100%!important;}
.fx-rail-btn{font-size:22px;line-height:1;cursor:pointer;color:#111;display:grid;place-items:center;flex:0 0 auto;}
.fx-block{padding-block:18px 28px!important;}
.fx-title button{cursor:pointer;}
@media (max-width: 1100px){.fx-rail{grid-auto-columns:calc((100% - 24px) / 3)!important;}}
@media (max-width: 700px){.fx-home-cats{grid-template-columns:repeat(2, minmax(0,1fr))!important;gap:10px!important;}.fx-home-cats .fx-round{height:120px!important;}.fx-rail{grid-auto-columns:calc((100% - 12px) / 2)!important;}}
.to-top{position:fixed!important;right:14px!important;bottom:72px!important;width:40px!important;height:40px!important;border:1px solid #e0e0e0!important;border-radius:50%!important;background:rgba(255,255,255,.95)!important;color:#111!important;box-shadow:0 4px 14px rgba(0,0,0,.08)!important;z-index:40!important;font-size:16px!important;opacity:.92;}
.to-top:hover{opacity:1;}
@media (max-width: 960px){.fx-catalog-body{gap:0!important;}.fx-category-header{background:transparent!important;border:0!important;border-radius:0!important;padding:4px 0 8px!important;}.fx-category-header h1,
  #catalogTitle{font-size:22px!important;font-weight:700!important;margin:0!important;}.fx-toolbar{background:transparent!important;border:0!important;border-radius:0!important;padding:0 0 10px!important;}.fx-catalog-count{width:100%!important;order:-1;font-size:12px!important;color:#888!important;margin:0!important;}.fx-sort-pill{flex:1 1 auto!important;min-height:40px!important;border-radius:10px!important;border:1px solid #e5e5e5!important;background:#fff!important;justify-content:space-between!important;padding:0 12px!important;font-size:13px!important;margin-left:0!important;}.fx-mobile-filter{align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 16px!important;border-radius:10px!important;border:1px solid #111!important;background:#111!important;color:#fff!important;font-weight:600!important;font-size:13px!important;}.fx-card{border-radius:8px!important;border:1px solid #eee!important;}.fx-photo{aspect-ratio:1/1!important;}.fx-card-copy{padding:8px 8px 10px!important;}.fx-card-meta{font-size:11px!important;}.fx-card h3{font-size:11.5px!important;line-height:1.3!important;}.fx-card-descriptor{font-size:10.5px!important;}.fx-price{font-size:12.5px!important;margin-top:4px!important;}.fx-wish{top:6px!important;right:6px!important;}.fx-active-filters{padding:0 0 8px!important;}.fx-active-filters button{font-size:11px!important;padding:5px 10px!important;}.fx-breadcrumb{margin-bottom:8px!important;}#filterDrawer .drawer-head button{border:0;background:transparent;font-size:22px;line-height:1;cursor:pointer;}.product-layout{grid-template-columns:1fr!important;gap:16px!important;}.product-gallery{grid-template-columns:1fr!important;gap:10px!important;}.product-thumbs{display:flex!important;flex-direction:row!important;gap:8px!important;overflow-x:auto!important;order:2;}.product-thumb{flex:0 0 64px!important;width:64px!important;height:64px!important;aspect-ratio:1!important;border-radius:8px!important;}.product-main-image{order:1;border-radius:12px!important;aspect-ratio:1/1!important;cursor:zoom-in;}.product-main-image img{padding:0!important;object-fit:cover!important;}.product-summary h1{font-size:22px!important;letter-spacing:-0.02em!important;margin:6px 0 8px!important;line-height:1.2!important;}.product-brand{font-size:11px!important;letter-spacing:.12em!important;}.product-code{font-size:11px!important;margin-bottom:8px;}.product-price{margin:12px 0!important;}.product-price b{font-size:22px!important;}.product-size-head{display:flex!important;justify-content:space-between!important;align-items:baseline!important;gap:8px!important;margin:12px 0 8px!important;}.product-size-head b{font-size:14px!important;}.product-size-head span{font-size:12px!important;color:#888!important;}.product-sizes{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}.product-sizes button{min-width:44px!important;min-height:40px!important;border-radius:8px!important;font-size:13px!important;}.product-actions{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;margin-top:14px!important;}.product-actions .primary{grid-column:1 / -1;min-height:48px!important;border-radius:10px!important;font-size:14px!important;}.product-actions .secondary{min-height:44px!important;border-radius:10px!important;font-size:13px!important;}.product-actions .wish{min-width:44px!important;min-height:44px!important;border-radius:10px!important;}.product-quick{width:100%!important;min-height:44px!important;margin-top:8px!important;border-radius:10px!important;font-size:13px!important;}.product-benefits{display:grid!important;gap:8px!important;margin-top:14px!important;}.product-benefits a,
  .product-benefits > div{display:grid!important;grid-template-columns:88px 1fr!important;gap:8px!important;padding:12px!important;border-radius:10px!important;background:#f7f7f8!important;border:0!important;font-size:12.5px!important;align-items:start!important;}.product-benefits b{font-size:12.5px!important;}.product-benefits span{font-size:12px!important;color:#666!important;}.product-summary-note{font-size:12px!important;line-height:1.45!important;margin-top:12px!important;padding:10px 12px!important;}.product-rec-title,
  .product-section-head h2{font-size:18px!important;}.product-recs{grid-template-columns:repeat(2, minmax(0,1fr))!important;gap:8px!important;}}
.fx-img-lightbox button{position:absolute;top:12px;right:12px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:22px;cursor:pointer;}
.fx-round{position:relative!important;overflow:hidden!important;}
.fx-cat-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:2;}
.fx-cat-fallback{z-index:1;opacity:.9;}
.fx-cat-fallback.show{z-index:2;}
.fx-round:has(.fx-cat-img[src=""]) .fx-cat-img,
.fx-round:has(.fx-cat-img:not([src])) .fx-cat-img{display:none;}
.fx-catalog-body{display:grid!important;grid-template-columns:260px minmax(0, 1fr)!important;gap:16px 28px!important;align-items:stretch!important;}
.fx-sidebar,
aside.fx-sidebar{position:sticky!important;top:88px!important;align-self:start!important;width:260px!important;max-width:260px!important;min-height:calc(100vh - 160px)!important;max-height:calc(100vh - 100px)!important;overflow-y:auto!important;margin:0!important;padding:12px 14px 20px!important;border:1px solid #e8e8e8!important;border-radius:12px!important;background:#fff!important;box-sizing:border-box!important;}
.fx-sidebar-block{margin:0!important;padding:0!important;}
.fx-filters{width:100%!important;}
.fx-category-header{background:transparent!important;border:0!important;border-radius:0!important;padding:0 0 8px!important;margin:0!important;box-shadow:none!important;}
.fx-category-header h1,
#catalogTitle{font-size:26px!important;font-weight:700!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;display:inline!important;line-height:1.2!important;}
.fx-active-filters{align-items:center!important;padding:0!important;min-height:0!important;}
.fx-active-filters:empty{display:none!important;}
.fx-active-filters button{border:1px solid #e5e5e5!important;background:#fff!important;border-radius:999px!important;padding:6px 12px!important;font-size:12px!important;font-weight:500!important;color:#333!important;}
.fx-toolbar{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;background:transparent!important;border:0!important;border-radius:0!important;margin:0!important;min-height:40px!important;}
.fx-toolbar-right{display:flex!important;align-items:center!important;gap:8px!important;margin-left:auto!important;}
.fx-catalog-count{margin:0!important;}
.fx-sort-pill{margin-left:0!important;}
.fx-filter-actions{display:block!important;margin-top:12px!important;padding:0!important;}
.fx-filter-apply{display:none!important;}
.fx-filter-clear{width:100%!important;min-height:40px!important;border-radius:8px!important;border:1px solid #ddd!important;background:#fff!important;font-weight:600!important;cursor:pointer;}
.fx-catalog-main{min-width:0!important;}
@media (max-width: 960px){.fx-cat-title-row{flex-direction:column;align-items:flex-start!important;}}
.fx-card-sizes span{font-size:10px;line-height:1;padding:3px 5px;border:1px solid #e6e6e6;border-radius:4px;color:#555;background:#fafafa;}
.fx-home-cats .fx-round{height:auto!important;aspect-ratio:3 / 4!important;min-height:180px!important;}
.fx-home-cats .fx-cat-img{object-fit:cover!important;}
.product-quick,
button.product-quick,
#quickProductOrder{background:#111!important;color:#fff!important;border:1px solid #111!important;}
.product-quick:hover{background:#000!important;color:#fff!important;}
.product-actions .primary{background:#111!important;color:#fff!important;border-color:#111!important;}
.product-actions .secondary{background:#fff!important;color:#111!important;border:1px solid #111!important;}
.product-actions .wish{background:#fff!important;color:#111!important;border:1px solid #ddd!important;}
.fx-img-lightbox{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center;}
.fx-img-lightbox.open{display:flex;}
.fx-img-lightbox img{max-width:min(96vw, 920px);max-height:88vh;object-fit:contain;border-radius:4px;user-select:none;}
.fx-lb-close,.fx-lb-prev,.fx-lb-next{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;border-radius:50%;width:44px;height:44px;font-size:24px;line-height:1;display:grid;place-items:center;}
.fx-lb-close{top:14px;right:14px;}
.fx-lb-prev{left:12px;top:50%;transform:translateY(-50%);}
.fx-lb-next{right:12px;top:50%;transform:translateY(-50%);}
.fx-lb-counter{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);color:#fff;font-size:13px;opacity:.85;}
.site-menu-toggle{display:none;}
.fx-mobile-bar{display:none;}
@media (max-width: 960px){.site-menu-toggle{display:inline-flex!important;}.site-nav{display:none!important;}.fx-mobile-bar{grid-template-columns:1fr 1fr;gap:10px;position:fixed;left:12px;right:12px;bottom:14px;z-index:60;padding:0;}.fx-mbar-btn{min-height:48px;border:0;border-radius:999px;background:#1a1a1a;color:#fff!important;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 24px rgba(0,0,0,.18);cursor:pointer;}.fx-mbar-btn span{opacity:.85;}.to-top{bottom:78px!important;}.fx-catalog-body{grid-template-columns:1fr!important;}#filterDrawer.drawer,
  .bottom-drawer{position:fixed!important;left:0;right:0;bottom:0;top:auto!important;max-height:88vh!important;border-radius:16px 16px 0 0!important;background:#fff!important;z-index:90!important;padding:0 0 20px!important;overflow-y:auto!important;transform:translateY(110%);transition:transform .28s ease;}#filterDrawer.drawer.open,
  .bottom-drawer.open{transform:translateY(0)!important;}#filterDrawer .drawer-head{position:sticky;top:0;background:#fff;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #eee;font-size:16px;font-weight:700;}#filterDrawer label{display:block;padding:14px 18px;border-bottom:1px solid #f0f0f0;font-size:14px;font-weight:600;}#filterDrawer select,
  #filterDrawer input{margin-top:8px;width:100%;min-height:42px;border-radius:10px;border:1px solid #e0e0e0;padding:0 12px;font-weight:500;}.site-mobile-menu{position:fixed!important;inset:0 auto 0 0;width:min(86vw, 340px);background:#fff;z-index:100;transform:translateX(-105%);transition:transform .25s ease;box-shadow:8px 0 30px rgba(0,0,0,.12);overflow-y:auto;}.site-mobile-menu.open{transform:translateX(0);}.site-mobile-menu nav a{display:block;padding:14px 18px;border-bottom:1px solid #f2f2f2;color:#111;font-weight:600;text-decoration:none;}body.menu-open::after{content:"";position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:95;}}
@media (min-width: 961px){.fx-mobile-bar{display:none!important;}}
@media (min-width: 961px){.fx-catalog-wrap{padding-left:0!important;}.fx-catalog-body{margin-left:0!important;}.fx-sidebar,
  aside.fx-sidebar{display:block!important;align-self:start!important;margin-left:-12px!important;}.fx-mobile-bar,
  .fx-sort-sheet,
  .site-menu-toggle,
  .fx-mobile-filter{display:none!important;}}
.fx-wish.is-active,
.fx-wish[aria-pressed="true"]{color:#e11d48!important;background:#fff!important;}
.fx-wish.is-active{font-size:18px;}
.fx-sort-sheet{display:none;position:fixed;inset:0;z-index:95;background:rgba(0,0,0,.4);align-items:flex-end;justify-content:center;}
.fx-sort-sheet.open{display:flex;}
.fx-sort-sheet-panel{width:100%;max-width:480px;background:#fff;padding:0 0 20px;}
.fx-sort-sheet-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #eee;font-weight:700;}
.fx-sort-sheet-head button{border:0;background:transparent;font-size:22px;cursor:pointer;}
.fx-sort-sheet-panel > button[data-sort]{display:block;width:100%;text-align:left;padding:14px 18px;border:0;border-bottom:1px solid #f3f3f3;background:#fff;font-size:15px;font-weight:500;cursor:pointer;}
.fx-sort-sheet-panel > button[data-sort]:active{background:#f5f5f5;}
body.menu-open::after{content:""!important;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:94;pointer-events:auto;}
body:not(.menu-open)::after{content:none!important;display:none!important;}
@media (max-width: 960px){.fx-toolbar .fx-sort-pill,
  .fx-mobile-filter,
  .fx-sidebar,
  aside.fx-sidebar{display:none!important;}.fx-toolbar{justify-content:flex-start!important;}}
.fx-cat-title-row{flex-wrap:wrap!important;}
.fx-active-filters{flex:1 1 auto;min-width:0;}
.fx-toolbar{justify-content:flex-start!important;padding:0 0 10px!important;}
.fx-catalog-count{font-size:13px!important;color:#777!important;}
.site-announcement{top:0!important;z-index:51!important;}
.site-header{z-index:50!important;}
.site-header{top:0!important;}
@media (max-width: 960px){.fx-title-right .fx-sort-pill,
  .fx-title-right .fx-mobile-filter{display:none!important;}.site-announcement{display:none!important;}.site-header{position:sticky!important;top:0!important;z-index:60!important;}.site-header-main{min-height:56px;}}
#storeHeader.store-header-root,
#storeHeader{position:sticky!important;top:0!important;z-index:60!important;background:#fff;}
#storeHeader .site-announcement{position:relative!important;}
@media (max-width: 960px){#storeHeader.store-header-root{position:sticky!important;top:0!important;z-index:70!important;}}
#storeHeader,
#storeHeader.store-header-root{position:sticky!important;top:0!important;z-index:100!important;background:#fff!important;}
.site-header{position:relative!important;background:#fff!important;box-shadow:0 1px 0 rgba(0,0,0,.06);}
.site-announcement{position:relative!important;background:#111;}
.fx-card-sizes .fx-size-chip,
.fx-size-chip{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 7px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;color:#333;font-size:11px;font-weight:600;line-height:1;letter-spacing:0.02em;}
.fx-card-copy{text-decoration:none!important;color:inherit!important;}
.fx-card-info:hover h3{text-decoration:underline;}
.fx-buy-now{transition:background .15s ease, transform .1s ease;}
.fx-buy-now:active{transform:;}
@media (max-width: 960px){.fx-buy-now{min-height:34px;font-size:11px;}.fx-card-sizes .fx-size-chip{height:22px;font-size:10px;}}
.fx-wish{font-size:18px!important;opacity:0!important;pointer-events:none!important;transition:opacity .15s ease, color .15s ease!important;}
.fx-card:hover .fx-wish,
.fx-wish.is-active{opacity:1!important;pointer-events:auto!important;}
.fx-wish.is-active{color:#e11d48!important;}
@media (max-width: 960px){.fx-wish{opacity:1!important;pointer-events:auto!important;width:38px!important;height:38px!important;}}
#filterDrawer.drawer,
.bottom-drawer{padding-bottom:24px!important;}
#filterDrawer label.check,
#filterDrawer .check{display:flex!important;align-items:center!important;gap:10px!important;padding:12px 18px!important;font-size:14px!important;font-weight:600!important;border-bottom:1px solid #f0f0f0;}
#filterDrawer label.check input,
#filterDrawer .check input,
#filterDrawer input[type="checkbox"],
.fx-sale-toggle input,
.fx-check input{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;margin:0!important;accent-color:#111!important;flex:0 0 18px!important;transform:none!important;scale:1!important;}
#filterDrawer #sizeButtonsMobile,
#filterDrawer .fx-size-filter,
#sizeButtonsMobile{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;max-height:none!important;overflow:visible!important;padding:4px 0 8px!important;}
#filterDrawer #sizeButtonsMobile .fx-filter-option,
#filterDrawer #sizeButtonsMobile label,
#sizeButtonsMobile .fx-filter-option,
#sizeButtonsMobile label{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:44px!important;height:40px!important;padding:0 12px!important;margin:0!important;border:1px solid #e0e0e0!important;border-radius:8px!important;background:#fff!important;font-size:13px!important;font-weight:600!important;}
#filterDrawer #sizeButtonsMobile input,
#sizeButtonsMobile input{position:absolute!important;opacity:0!important;width:0!important;height:0!important;pointer-events:none!important;}
#filterDrawer #sizeButtonsMobile label:has(input:checked),
#sizeButtonsMobile label:has(input:checked),
#filterDrawer #sizeButtonsMobile .is-active{border-color:#111!important;background:#111!important;color:#fff!important;}
#filterDrawer label{font-size:13px!important;}
#filterDrawer .apply,
#filterDrawer button.apply{display:block;width:calc(100% - 36px);margin:16px 18px 8px;min-height:48px;border:0;border-radius:10px;background:#111;color:#fff!important;font-weight:700;font-size:14px;letter-spacing:.04em;text-transform:uppercase;}
.site-header-main{padding-top:10px!important;padding-bottom:10px!important;min-height:56px!important;}
.site-search input{padding:0 14px!important;}
.site-actions{gap:4px!important;}
.site-icon span{font-size:11px!important;}
.account-shell{width:min(100% - 28px, 960px);margin:14px auto 22px;padding:0;}
.account-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px;}
.account-head h1{font-size:24px!important;margin:4px 0!important;max-width:100%;word-break:break-word;}
.account-head span{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.06em;}
.account-role-pill{display:inline-block;margin-top:6px;padding:4px 10px;border-radius:999px;background:#f3f3f3;font-size:12px;font-weight:600;color:#444;}
.account-admin{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;border:1px solid #ddd;background:#fff;color:#111;text-decoration:none;font-size:13px;font-weight:600;}
.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
@media (max-width:800px){.account-grid{grid-template-columns:1fr;}}
.account-panel{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:16px 18px;}
.account-panel h2{font-size:16px;margin:0 0 12px;}
.account-panel label{display:block;margin:0 0 10px;font-size:13px;font-weight:600;}
.account-panel input,.account-panel select{display:block;width:100%;margin-top:6px;min-height:40px;border:1px solid #e0e0e0;border-radius:8px;padding:0 12px;font-weight:500;}
.account-panel button[type=submit],.account-save{min-height:42px;padding:0 16px;border:0;border-radius:8px;background:#111;color:#fff;font-weight:700;cursor:pointer;margin-top:8px;}
.checkout-guest-banner{background:#f7f7f8;border:1px solid #e8e8e8;border-radius:12px;padding:14px 16px;margin-bottom:16px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;}
.checkout-guest-banner p{margin:0;font-size:14px;}
.checkout-guest-banner .actions{display:flex;gap:8px;flex-wrap:wrap;}
.checkout-guest-banner button,.checkout-guest-banner a{min-height:38px;padding:0 14px;border-radius:8px;font-weight:600;font-size:13px;display:inline-flex;align-items:center;text-decoration:none;cursor:pointer;border:1px solid #ddd;background:#fff;color:#111;}
.checkout-guest-banner .primary{background:#111;color:#fff!important;border-color:#111;}
.checkout-eu-note{font-size:12px;color:#888;margin:8px 0 0;}
@media (min-width: 961px){.fx-sidebar,
  aside.fx-sidebar{min-height:auto!important;}}
.fx-card-media{flex:0 0 auto!important;}
.fx-photo{height:auto!important;}
.fx-card-copy{justify-content:space-between!important;}
.fx-badge.sale,
.fx-card-badges .sale{background:#e11d2e!important;color:#fff!important;border:0!important;font-weight:800!important;letter-spacing:.04em!important;padding:4px 8px!important;border-radius:4px!important;font-size:11px!important;}
.product-main-image img{transform:none!important;}
.fx-home-tile{text-decoration:none!important;color:#111!important;min-width:0;}
.fx-home-tile-media{position:relative;}
.fx-home-tile-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1;}
.fx-home-tile-fallback{position:absolute;inset:0;background:var(--tile,#eee);z-index:0;}
.fx-home-tile-media img ~ .fx-home-tile-fallback{opacity:0;}
.fx-home-tile-label{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;}
@media (max-width:700px){.fx-home-cats{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (min-width:961px){.fx-sidebar,aside.fx-sidebar{top:88px!important;max-height:calc(100vh - 100px)!important;z-index:10!important;}#storeHeader,.site-header{z-index:100!important;}}
.fx-sort-pill{border:1px solid #e5e5e5!important;border-radius:10px!important;background:#fff!important;min-height:40px!important;padding:0 12px!important;font-size:13px!important;}
.fx-sort-pill span{color:#888!important;font-weight:500!important;font-size:12px!important;}
.fx-sort-pill select{border:0!important;background:transparent!important;font-weight:600!important;font-size:13px!important;outline:none!important;cursor:pointer;}
.site-header-main{display:grid!important;grid-template-columns:auto minmax(280px,1fr) auto!important;align-items:center!important;gap:16px!important;}
.site-search{margin:0 auto!important;}
.site-search input{min-height:44px!important;font-size:14px!important;}
#sizeButtons,.fx-size-filter{display:flex!important;flex-direction:column!important;gap:2px!important;max-height:220px!important;overflow-y:auto!important;}
#sizeButtons .fx-filter-option{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;padding:8px 6px!important;border:0!important;background:transparent!important;min-height:36px!important;font-size:13.5px!important;border-radius:6px!important;cursor:pointer;}
#sizeButtons .fx-filter-option:hover{background:#f5f5f5!important;}
#sizeButtons .fx-filter-option input{width:16px!important;height:16px!important;accent-color:#111!important;}
.fx-size-pick{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.45);align-items:center;justify-content:center;padding:16px;}
.fx-size-pick.open{display:flex;}
.fx-size-pick-panel{width:min(100%,380px);background:#fff;border-radius:14px;padding-bottom:16px;box-shadow:0 20px 50px rgba(0,0,0,.2);}
.fx-size-pick-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #eee;font-weight:700;}
.fx-size-pick-head button{border:0;background:transparent;font-size:22px;cursor:pointer;}
.fx-size-pick-name{margin:12px 16px 8px;font-size:13px;color:#666;}
.fx-size-pick-grid{display:flex;flex-wrap:wrap;gap:8px;padding:8px 16px 12px;}
.fx-size-pick-grid button{min-width:48px;height:42px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-weight:600;cursor:pointer;}
.fx-size-pick-grid button.is-on{border-color:#111;background:#111;color:#fff;}
.fx-size-pick-go{display:block;width:calc(100% - 32px);margin:4px 16px 0;min-height:46px;border:0;border-radius:10px;background:#111;color:#fff;font-weight:700;cursor:pointer;}
.fx-size-pick-go:disabled{opacity:.4;cursor:not-allowed;}
/* ===== CATALOG-MEDIA ===== */
.fx-photo img,
.fx-photo .fx-product-img{position:absolute!important;left:50%!important;top:50%!important;width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important;}
.fx-cat-title-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;width:100%!important;box-sizing:border-box!important;}
.fx-cat-title-row h1{margin:0!important;flex:1 1 auto!important;min-width:0!important;}
.fx-title-right{margin-left:auto!important;flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;}
.fx-sort-pill{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0!important;}
.fx-sort-pill select,
#sortFilter{min-width:180px!important;max-width:240px!important;min-height:40px!important;border:1px solid #ddd!important;border-radius:999px!important;background:#fff!important;padding:0 14px!important;}
.fx-active-filters{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:10px 0 4px!important;width:100%!important;}
.fx-catalog-main{width:100%!important;max-width:100%!important;box-sizing:border-box!important;}
.fx-photo img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transform:none!important;}
.fx-promo-row article button,
.fx-title button,
.fx-collection-footer button{background:#111;color:#fff;border:1px solid #111;border-radius:999px;min-height:40px;padding:0 18px;font-weight:700;cursor:pointer;}
.fx-promo-row article:first-child button{background:#fff;color:#111;border-color:#fff;}
.fx-collection-footer{display:flex;justify-content:center;align-items:center;margin-top:20px;}
.site-main{display:grid!important;grid-template-columns:auto minmax(240px,1fr) auto!important;align-items:center!important;gap:12px 16px!important;width:min(100% - 32px,1240px)!important;margin:0 auto!important;}
.site-search{justify-self:center!important;width:100%!important;max-width:560px!important;min-height:48px!important;background:#f3f3f3!important;display:flex!important;align-items:center!important;padding-left:16px!important;}
@media (max-width:820px){.site-main{grid-template-columns:1fr auto!important;width:min(100% - 20px,100%)!important;gap:8px!important;}.site-search{grid-column:1/-1!important;max-width:none!important;display:none!important;min-height:44px!important;}.site-search.mobile-open{display:flex!important;}.site-actions .site-search-toggle{display:flex!important;}#desktopSort,
  .fx-sort-pill{display:none!important;}.fx-mobile-filter{display:inline-flex!important;}.fx-filters{display:none!important;}.fx-card, .fx-product-card, .fx-products > *{min-width:0!important;max-width:100%!important;}.fx-promo-row{grid-template-columns:1fr!important;}.fx-rail{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(140px,68vw)!important;gap:12px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;}}
.fx-card-info h3{-webkit-box-orient:vertical;}
.fx-card-sizes:empty{display:none;min-height:0;}
.fx-price{flex-wrap:wrap!important;}
.fx-buy-now{flex:0 0 auto!important;}
@media (max-width:820px){.fx-cat-title-row{flex-wrap:wrap!important;align-items:flex-start!important;}.fx-cat-title-row h1{width:100%!important;font-size:28px!important;order:1!important;}.fx-title-right{order:3!important;width:100%!important;justify-content:flex-start!important;}.fx-active-filters{order:2!important;margin:4px 0 8px!important;}.fx-toolbar{justify-content:space-between!important;gap:10px!important;width:100%!important;margin:4px 0 10px!important;}.fx-toolbar .fx-active-filters,
  .fx-mobile-filter-row{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;}#catalogCount{margin:0!important;font-size:13px!important;color:#666!important;}}
.suggest-group > summary{cursor:pointer;list-style:none;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:8px 0!important;}
.suggest-group > summary::-webkit-details-marker{display:none;}
.suggest-thumbs{display:flex;gap:4px;flex-shrink:0;}
.suggest-thumb{width:36px;height:36px;object-fit:cover;border-radius:8px;background:#f3f3f3;}
.suggest-thumb-empty{display:inline-block;width:36px;height:36px;border-radius:8px;background:#eee;}
.suggest-samples{display:grid;gap:8px;margin-top:10px;}
.suggest-sample{display:flex;gap:10px;align-items:center;}
.suggest-sample img{width:48px;height:48px;object-fit:cover;border-radius:8px;background:#f3f3f3;}
.suggest-sample small{display:block;color:#666;}
.link-product-image img, .candidate-image img{width:72px;height:72px;object-fit:cover;border-radius:10px;}
@media (max-width:820px){.fx-catalog-mobile-meta{width:100%;}.fx-toolbar{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;}.fx-catalog-main{display:flex!important;flex-direction:column!important;}.fx-category-header{order:1;}.fx-toolbar{order:2;}.fx-catalog-mobile-meta{order:3;margin:0 0 8px;}.fx-load-more{order:5;}.fx-catalog-mobile-meta .fx-active-filters{margin:0!important;}.fx-active-filters .clear-all,
  .fx-active-filters button.clear-all{border-radius:999px!important;background:#f3f3f3!important;border:1px solid #e5e5e5!important;padding:6px 12px!important;font-size:12px!important;}}
@media (min-width:821px){.fx-catalog-mobile-meta{width:100%;}}
.fx-card-media{text-decoration:none!important;position:relative!important;}
.fx-photo img,
.fx-photo .fx-product-img,
.fx-card-media .fx-photo img{left:0!important;top:0!important;right:0!important;bottom:0!important;max-width:none!important;max-height:none!important;}
.fx-photo.is-broken{background:#f0f0f0!important;}
.fx-photo.is-broken::after{content:"Фото недоступне";position:absolute;inset:0;display:grid;place-items:center;color:#98a2b3;font-size:12px;font-weight:700;}
.fx-card-meta{letter-spacing:0!important;text-transform:none!important;}
.fx-card-info h3{margin:0!important;font-size:13px!important;font-weight:500!important;line-height:1.35!important;color:#444!important;min-height:0!important;max-height:none!important;display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important;}
.fx-price s{color:#999!important;font-size:13px!important;}
.fx-wish{position:absolute!important;z-index:3!important;border:0!important;background:rgba(255,255,255,.92)!important;box-shadow:0 2px 10px rgba(0,0,0,.08)!important;}
:root{--r:12px;--r-pill:999px;--gap:12px;--gap-sm:8px;--line:#e8e8e8;--muted:#888;--ink:#111;--bg-soft:#f4f4f5;}
.fx-card{display:flex!important;flex-direction:column!important;min-width:0!important;border-radius:var(--r)!important;padding:0!important;box-shadow:none!important;}
.fx-card-media{display:block!important;width:100%!important;}
.fx-photo{position:relative!important;width:100%!important;overflow:hidden!important;border-radius:0!important;margin:0!important;}
.fx-photo img,
.fx-photo .fx-product-img,
.fx-card-media .fx-photo img{mix-blend-mode:normal!important;}
.fx-card-copy{flex:1 1 auto!important;}
.fx-card-info{display:flex!important;flex-direction:column!important;gap:6px!important;flex:1 1 auto!important;text-decoration:none!important;color:inherit!important;}
.fx-card-meta{font-size:12px!important;font-weight:700!important;color:var(--ink)!important;}
.fx-card-info h3,
.fx-card h3{margin:0!important;font-size:13px!important;font-weight:500!important;line-height:1.35!important;color:#555!important;min-height:2.7em!important;max-height:2.7em!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;}
.fx-card-descriptor{font-size:12px!important;color:var(--muted)!important;}
.fx-size-chip{height:28px!important;min-width:32px!important;padding:0 8px!important;border-radius:var(--r-pill)!important;background:var(--bg-soft)!important;font-size:12px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.fx-price{display:flex!important;align-items:baseline!important;gap:8px!important;flex-shrink:0!important;}
.fx-price b{font-size:16px!important;font-weight:800!important;color:var(--ink)!important;}
.fx-buy-now{text-transform:uppercase!important;flex-shrink:0!important;}
.fx-wish{border-radius:50%!important;width:36px!important;height:36px!important;}
.fx-badge, .site-search, .fx-sort-pill select, #sortFilter,
.fx-active-filters > *, .fx-filter-chip{border-radius:var(--r-pill)!important;}
.site-search{border-radius:var(--r-pill)!important;}
.fx-promo-row article{border-radius:var(--r)!important;}
.fx-rail .fx-card, .product-rec{border-radius:var(--r)!important;overflow:hidden!important;}
#productGrid .fx-card{height:100%!important;}
@media (min-width: 821px){.fx-cat-title-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;width:100%!important;gap:16px!important;}.fx-cat-title-row h1{flex:0 1 auto!important;margin:0!important;}.fx-title-right,
  #desktopSort,
  .fx-sort-pill{margin-left:auto!important;margin-right:0!important;justify-self:end!important;display:inline-flex!important;}.fx-catalog-main .fx-cat-title-row .fx-title-right{order:99!important;}.fx-active-filters{width:100%!important;}}
.product-recs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
.product-rec{display:flex!important;flex-direction:column!important;gap:6px!important;text-decoration:none!important;color:inherit!important;min-width:0!important;}
.product-rec .image{aspect-ratio:4/5!important;overflow:hidden!important;border-radius:12px!important;background:#f4f4f5!important;}
.product-rec .image img,
.product-rec img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;}
.product-rec small{margin:0!important;font-size:11px!important;font-weight:700!important;}
.product-rec h3{margin:0!important;font-size:13px!important;font-weight:500!important;line-height:1.3!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;}
.product-rec b{font-size:15px!important;font-weight:800!important;}
.product-main-image{aspect-ratio:4/5!important;overflow:hidden!important;background:#f4f4f5!important;}
.product-main-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;}
.product-thumb{aspect-ratio:4/5!important;overflow:hidden!important;padding:0!important;}
.product-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;}
.fx-load-more,button.fx-load-more,#loadMoreBtn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:0 28px!important;margin:28px auto 0!important;border-radius:999px!important;border:1px solid #111!important;background:#fff!important;font-size:13px!important;font-weight:700!important;letter-spacing:.02em!important;text-transform:none!important;line-height:1!important;text-align:center!important;}
.fx-load-more:hover{background:#111!important;color:#fff!important;}
select#quickOrderSize,.quick-order-card select,.quick-order-card select[name="size"]{appearance:none!important;-webkit-appearance:none!important;min-height:48px!important;width:100%!important;padding:0 40px 0 14px!important;border:1px solid #e5e5e5!important;border-radius:12px!important;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23111' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 14px center!important;font-size:15px!important;font-weight:600!important;color:#111!important;}
.fx-size-pick-grid button,.product-size{min-height:44px!important;min-width:48px!important;border-radius:12px!important;border:1px solid #e5e5e5!important;background:#fff!important;font-weight:600!important;}
.fx-size-pick-grid button.is-on,.product-size.active,.product-size.is-on{border-color:#111!important;background:#111!important;color:#fff!important;}
@media (max-width:900px){.product-recs{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (min-width: 961px){.fx-catalog-body{align-items:start!important;}.fx-sidebar,
  .fx-filters{width:100%!important;max-width:320px!important;}.fx-filters .fx-filter-group > summary{min-height:48px!important;padding:14px 6px!important;font-size:15px!important;font-weight:650!important;}.fx-filters .fx-filter-panel{padding:0 6px 16px!important;}.fx-filters select,
  .fx-filters input[type="text"],
  .fx-filters input[type="number"],
  .fx-filter-search{min-height:46px!important;padding:10px 14px!important;font-size:14.5px!important;border-radius:12px!important;margin:0 0 10px!important;}.fx-price-pair input{min-height:46px!important;}.fx-filter-options{max-height:240px!important;gap:6px!important;}.fx-filter-options label,
  .fx-filters label{font-size:14px!important;min-height:36px!important;gap:10px!important;}.fx-sale-toggle{min-height:48px!important;font-size:15px!important;padding:12px 6px!important;}.fx-filter-apply,
  .fx-filter-clear{min-height:46px!important;font-size:14px!important;border-radius:12px!important;}.fx-side-link,
  .fx-category-shortcuts button{font-size:14.5px!important;padding:10px 8px!important;}}
@media (min-width: 961px){.fx-catalog-wrap{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}.fx-catalog-body{grid-template-columns:none!important;gap:0!important;position:relative!important;}.fx-sidebar,
  aside.fx-sidebar{max-height:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow-x:hidden!important;scrollbar-width:thin;}.fx-sidebar-block{margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}.fx-catalog-main{min-width:0!important;}.fx-sidebar .fx-filters,
  aside.fx-sidebar .fx-filters,
  .fx-filters{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;position:static!important;top:auto!important;left:auto!important;border:0!important;border-bottom:0!important;border-radius:0!important;padding:0!important;margin:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;}.fx-sidebar .fx-filters > h3,
  .fx-filters > h3{display:block!important;margin:0 0 8px!important;padding:0 0 10px!important;border-bottom:1px solid #ebebeb!important;font-size:11px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;}.fx-sidebar .fx-filter-group,
  .fx-filters .fx-filter-group{display:block!important;position:static!important;min-width:0!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;border-right:0!important;border-bottom:1px solid #f0f0f0!important;background:transparent!important;}.fx-sidebar .fx-filter-group > summary,
  .fx-filters .fx-filter-group > summary{display:flex!important;align-items:center!important;justify-content:space-between!important;height:auto!important;list-style:none!important;border:0!important;background:transparent!important;white-space:normal!important;cursor:pointer!important;}.fx-sidebar .fx-filter-group > summary::-webkit-details-marker,
  .fx-filters .fx-filter-group > summary::-webkit-details-marker{display:none!important;}.fx-sidebar .fx-filter-group > summary::after,
  .fx-filters .fx-filter-group > summary::after{content:""!important;width:0!important;height:0!important;border-left:4px solid transparent!important;border-right:4px solid transparent!important;border-top:5px solid #999!important;margin-left:8px!important;}.fx-sidebar .fx-filter-panel,
  .fx-filters .fx-filter-panel,
  .fx-filter-group .fx-filter-panel{position:static!important;left:auto!important;top:auto!important;right:auto!important;width:100%!important;max-width:none!important;max-height:none!important;overflow:visible!important;margin:0!important;padding:0 2px 12px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;z-index:auto!important;}.fx-sidebar select,
  .fx-sidebar input[type="text"],
  .fx-sidebar input[type="number"],
  .fx-sidebar .fx-filter-search{width:100%!important;min-height:40px!important;height:40px!important;margin:0 0 8px!important;padding:0 12px!important;border:1px solid #e5e5e5!important;border-radius:10px!important;background:#fff!important;font-size:13.5px!important;}.fx-price-pair{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}.fx-price-pair input{margin:0!important;width:100%!important;}.fx-filter-options,
  #brandOptions,
  #sizeButtons{display:flex!important;flex-direction:column!important;gap:2px!important;max-height:200px!important;overflow-y:auto!important;}.fx-filter-options label,
  .fx-filter-option{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:32px!important;padding:5px 4px!important;border:0!important;border-radius:6px!important;background:transparent!important;font-size:13.5px!important;cursor:pointer!important;}.fx-filter-options input[type="checkbox"],
  .fx-sale-toggle input,
  .fx-check input{width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important;margin:0!important;accent-color:#111!important;transform:none!important;}.fx-sale-toggle,
  label.fx-check{display:flex!important;align-items:center!important;gap:10px!important;padding:12px 2px!important;font-size:13.5px!important;font-weight:600!important;}.fx-filter-actions{margin:12px 0 0!important;padding:0!important;}.fx-filter-clear{width:100%!important;min-height:40px!important;border:1px solid #e0e0e0!important;border-radius:999px!important;background:#fff!important;}.fx-cat-title-row{flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;width:100%!important;max-width:100%!important;gap:12px!important;box-sizing:border-box!important;}.fx-cat-title-row h1,
  #catalogTitle{flex:1 1 auto!important;min-width:0!important;}.fx-title-right{flex:0 0 auto!important;margin-left:auto!important;margin-right:0!important;display:inline-flex!important;align-items:center!important;gap:8px!important;order:99!important;}#desktopSort,
  .fx-sort-pill{margin-left:0!important;margin-right:0!important;white-space:nowrap!important;}.fx-sort-pill select,
  #sortFilter{max-width:160px!important;}.fx-catalog-mobile-meta,
  #catalogMobileMeta{display:block!important;width:100%!important;margin:8px 0 0!important;}.fx-active-filters,
  #activeFilters{width:100%!important;}.fx-active-filters-desktop{display:none!important;}.fx-mobile-bar,
  .fx-sort-sheet,
  .fx-mobile-filter{display:none!important;}}
@media (max-width: 960px){.fx-sidebar,
  aside.fx-sidebar{display:none!important;}.fx-mobile-bar{display:grid!important;}.fx-title-right .fx-sort-pill,
  #desktopSort{display:none!important;}}
@media (min-width: 961px){.fx-toolbar{width:100%!important;max-width:100%!important;box-sizing:border-box!important;}.fx-toolbar-right{gap:8px!important;}html.is-catalog-route body.shop-body .fx-trust,
  html.is-catalog-route body.shop-body .fx-newsletter,
  html.is-catalog-route body.shop-body #homeBrandsSection{padding-left:280px!important;box-sizing:border-box!important;}html.is-catalog-route body.shop-body .fx-trust .fx-container,
  html.is-catalog-route body.shop-body .fx-newsletter .fx-container,
  html.is-catalog-route body.shop-body #homeBrandsSection .fx-container{margin-left:auto!important;margin-right:auto!important;}.fx-filter-dom-only{display:none!important;}}
@media (max-width: 960px){.fx-toolbar-right{margin-left:auto!important;}html.is-catalog-route body.shop-body .fx-trust,
  html.is-catalog-route body.shop-body .fx-newsletter,
  html.is-catalog-route body.shop-body #storeFooter{padding-left:0!important;}}
@media (min-width: 961px){.fx-sidebar,
  aside.fx-sidebar{bottom:auto!important;padding-top:8px!important;}.fx-cat-title-row h1,
  #catalogTitle{letter-spacing:-0.02em!important;}.fx-catalog-count{order:0!important;flex:0 0 auto!important;color:#888!important;margin:0!important;white-space:nowrap!important;}.fx-active-filters button,
  #activeFilters button{display:inline-flex!important;align-items:center!important;height:32px!important;padding:0 12px!important;border:1px solid #e5e5e5!important;border-radius:999px!important;background:#fff!important;font-size:12.5px!important;font-weight:600!important;line-height:1!important;white-space:nowrap!important;}.fx-toolbar-right{order:2!important;margin-left:auto!important;flex:0 0 auto!important;align-items:center!important;}#desktopSort,
  .fx-sort-pill{justify-content:center!important;box-sizing:border-box!important;}.fx-sort-pill span{display:inline-block!important;font-weight:500!important;margin:0!important;padding:0!important;white-space:nowrap!important;}.fx-sort-pill select,
  #sortFilter{display:inline-block!important;min-height:36px!important;max-height:36px!important;color:#111!important;outline:none!important;cursor:pointer!important;vertical-align:middle!important;appearance:auto!important;}.fx-sidebar .fx-filter-group > summary,
  .fx-filters .fx-filter-group > summary{font-size:13px!important;font-weight:650!important;min-height:40px!important;padding:10px 2px!important;line-height:1.2!important;}.fx-sidebar select,
  .fx-sidebar input{font-size:13px!important;min-height:38px!important;height:38px!important;}}
.site-nav a{font-size:13px!important;padding:10px 6px!important;}
@media (min-width: 1100px){.site-nav a{padding:12px 8px!important;font-size:13.5px!important;}}
.fx-newsletter{background:#111!important;color:#fff!important;padding:56px 0!important;text-align:center!important;}
.fx-newsletter h2{margin:0 0 10px!important;font-size:32px!important;color:#fff!important;}
.fx-newsletter p{margin:0 auto 18px!important;max-width:520px!important;color:#b8bdc6!important;font-size:15px!important;}
.fx-newsletter-form{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:stretch!important;justify-content:center!important;max-width:560px!important;width:100%!important;margin:0 auto!important;}
.fx-newsletter input{flex:1 1 auto!important;width:auto!important;min-width:0!important;height:50px!important;min-height:50px!important;max-height:50px!important;margin:0!important;padding:0 16px!important;border:0!important;border-radius:8px 0 0 8px!important;background:#fff!important;color:#111!important;font-size:14px!important;line-height:50px!important;box-sizing:border-box!important;vertical-align:middle!important;}
.fx-newsletter button{flex:0 0 auto!important;height:50px!important;min-height:50px!important;max-height:50px!important;margin:0!important;padding:0 20px!important;border:0!important;border-radius:0 8px 8px 0!important;background:#c8a96e!important;color:#111!important;font-weight:800!important;font-size:13px!important;white-space:nowrap!important;line-height:50px!important;box-sizing:border-box!important;cursor:pointer!important;}
.fx-newsletter-form:focus-within{outline:2px solid rgba(200,169,110,.45);outline-offset:4px;border-radius:10px;}
.fx-newsletter-form.is-busy{opacity:.72;}
.fx-newsletter-form button:disabled{cursor:wait;}
.fx-discount-result{display:block;min-height:20px;margin-top:12px;color:#d7dbe3;}
.fx-discount-result.is-error{color:#ff9d9d;}
.fx-discount-result.is-success{color:#d9ff43;}
@media (max-width: 600px){.fx-newsletter-form{flex-direction:column!important;max-width:100%!important;padding:0 16px!important;gap:10px!important;}.fx-newsletter input,
  .fx-newsletter button{width:100%!important;border-radius:8px!important;}}
@media (min-width: 961px){.fx-breadcrumb{color:#999!important;}.fx-breadcrumb a{color:#999!important;text-decoration:none!important;}.fx-breadcrumb a:hover{color:#111!important;}.fx-breadcrumb b{color:#111!important;font-weight:600!important;}.fx-breadcrumb span{margin:0 6px!important;color:#ccc!important;}}
@media (max-width: 960px){.fx-breadcrumb{font-size:12px!important;}}
@media (min-width: 961px){.site-header-main{display:grid!important;grid-template-columns:minmax(140px, 1fr) minmax(280px, 520px) minmax(140px, 1fr)!important;align-items:center!important;gap:16px!important;min-height:64px!important;padding-top:8px!important;padding-bottom:8px!important;}.site-logo{justify-self:start!important;}.site-search{justify-self:center!important;width:100%!important;max-width:520px!important;margin:0 auto!important;height:44px!important;min-height:44px!important;}.site-actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:4px!important;}.site-header-main > .site-menu-toggle{display:none!important;}#desktopSort,
  .fx-sort-pill{min-height:34px!important;max-height:34px!important;}.fx-sort-pill select,
  #sortFilter{padding-right:4px!important;}.fx-catalog-count{font-size:12px!important;}}
@media (min-width: 961px){.fx-catalog-wrap{padding-top:0!important;}.fx-breadcrumb{line-height:1.2!important;}.fx-catalog-main{margin:0!important;}.fx-cat-title-row{margin:0!important;padding:0!important;}.fx-catalog-intro,
  #catalogSeoIntro,
  .fx-catalog-intro.hidden,
  #catalogSeoIntro.hidden{display:none!important;margin:0!important;padding:0!important;height:0!important;overflow:hidden!important;}.fx-toolbar{padding:0!important;}}
@media (max-width: 960px){.fx-category-header{margin:4px 0 0!important;}#catalogTitle{font-size:20px!important;margin:0!important;}.fx-toolbar{margin:6px 0 10px!important;}}
@media (min-width: 961px){.fx-sidebar,
  aside.fx-sidebar{position:fixed!important;left:0!important;top:128px!important;width:280px!important;max-width:280px!important;height:calc(100vh - 128px)!important;margin:0!important;padding:12px 18px 40px!important;border-right:1px solid #ebebeb!important;background:#fff!important;overflow-y:auto!important;z-index:45!important;}.fx-catalog-body{display:block!important;}.fx-catalog-main{margin-left:280px!important;margin-right:0!important;margin-top:0!important;margin-bottom:0!important;padding:8px 28px 48px!important;width:auto!important;max-width:none!important;box-sizing:border-box!important;}.fx-breadcrumb{padding:10px 28px 0 304px!important;margin:0!important;font-size:12px!important;}.fx-category-header{min-height:auto!important;}.fx-cat-title-row{display:block!important;min-height:auto!important;}.fx-cat-title-row h1,
  #catalogTitle{display:block!important;visibility:visible!important;opacity:1!important;color:#111!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important;margin:0 0 4px!important;padding:0!important;height:auto!important;min-height:0!important;}.fx-toolbar{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px 10px!important;margin:8px 0 14px!important;min-height:34px!important;}.fx-catalog-count{order:0;flex:0 0 auto;margin:0;font-size:12.5px;color:#888;}.fx-active-filters{order:1;flex:1 1 auto;display:flex;flex-wrap:wrap;gap:6px;min-width:0;}.fx-toolbar-right{order:2;margin-left:auto;flex:0 0 auto;}}
@media (max-width: 960px){.fx-sidebar{display:none!important;}.fx-catalog-main{margin-left:0!important;padding:8px 12px 80px!important;}.fx-breadcrumb{padding:8px 12px 0!important;}}
@media (min-width: 961px){.fx-category-header{display:block!important;margin:4px 0 0!important;padding:0!important;}#catalogTitle{display:block!important;margin:0!important;padding:0!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important;color:#111!important;}.fx-toolbar,
  #catalogToolbar{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:100%!important;margin:10px 0 14px!important;padding:0!important;min-height:36px!important;box-sizing:border-box!important;}.fx-active-filters,
  #activeFilters{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;flex:1 1 auto!important;min-width:0!important;margin:0!important;order:1!important;}.fx-active-filters button{height:32px!important;padding:0 12px!important;border:1px solid #e5e5e5!important;border-radius:999px!important;background:#fff!important;font-size:12.5px!important;font-weight:600!important;line-height:32px!important;white-space:nowrap!important;}.fx-catalog-count,
  #catalogCount{order:2!important;flex:0 0 auto!important;margin:0 4px 0 0!important;padding:0!important;font-size:12.5px!important;color:#888!important;white-space:nowrap!important;line-height:32px!important;}#desktopSort,
  .fx-sort-pill{order:3!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:6px!important;height:34px!important;margin:0!important;padding:0 10px 0 12px!important;border:1px solid #e5e5e5!important;border-radius:999px!important;background:#fff!important;line-height:1!important;}.fx-sort-pill span{font-size:12px!important;color:#888!important;line-height:34px!important;height:34px!important;}.fx-sort-pill select,
  #sortFilter{height:34px!important;border:0!important;background:transparent!important;font-size:12.5px!important;font-weight:650!important;line-height:34px!important;padding:0!important;margin:0!important;}.fx-toolbar-right{display:contents!important;}.fx-mobile-filter{display:none!important;}}
@media (max-width: 960px){.fx-toolbar{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}#desktopSort{display:none!important;}.fx-mobile-filter{display:inline-flex!important;}}
@media (min-width: 961px){#desktopSort.fx-sort-pill,
  .fx-sort-pill#desktopSort,
  label.fx-sort-pill{display:inline-flex!important;align-items:center!important;gap:4px!important;width:auto!important;max-width:max-content!important;min-width:0!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0 8px 0 10px!important;margin:0!important;border:1px solid #e5e5e5!important;border-radius:999px!important;background:#fff!important;box-shadow:none!important;flex:0 0 auto!important;}.fx-sort-pill > span{font-size:11px!important;color:#999!important;font-weight:500!important;line-height:32px!important;height:32px!important;padding:0!important;margin:0!important;white-space:nowrap!important;}.fx-sort-pill > select,
  #sortFilter{width:auto!important;max-width:11.5em!important;min-width:0!important;height:32px!important;padding:0 2px 0 0!important;margin:0!important;border:0!important;background:transparent!important;font-size:12.5px!important;font-weight:650!important;line-height:32px!important;box-shadow:none!important;outline:none!important;}}
:root{--ui-radius:12px;--ui-radius-sm:10px;--ui-line:#e7e7e8;--ui-soft:#f5f5f6;}
.fx-card,
.fx-home-tile,
.fx-promo-row article,
.fx-info-card,
.fx-info-grid section,
.delivery-methods section,
.delivery-faq details,
.auth-dialog,
.modal-panel,
.fx-size-pick-panel,
.cart-page-body .items,
.cart-page-body .summary,
.account-panel,
.info-card,
.empty,.success,
.checkout-guest-banner,
.product-rec,
.product-main-image,
.product-thumb{border-radius:var(--ui-radius)!important;}
.site-search,
.fx-filter-search,
.fx-sidebar input,
.fx-sidebar select,
.fx-filter-clear,
.fx-load-more,
#desktopSort.fx-sort-pill,
.fx-sort-pill#desktopSort,
label.fx-sort-pill,
.fx-mobile-filter,
.fx-mbar-btn,
.drawer input,.drawer select,.drawer .apply,
.fx-newsletter input,.fx-newsletter button,
.cart-page-body .field input,
.cart-page-body .field select,
.cart-page-body .field textarea,
.cart-page-body .submit,
.promo-field button,
.checkout-guest-banner button,
.checkout-guest-banner a,
.auth-primary,
.auth-tabs button,
.product-actions button,
.quick-order-card input,
.quick-order-card select,
.quick-order-card button,
.fx-buy-now{border-radius:var(--ui-radius)!important;}
.fx-card{position:relative!important;height:100%!important;min-height:100%!important;border:1px solid var(--ui-line)!important;overflow:hidden!important;background:#fff!important;}
.fx-photo{aspect-ratio:4/5!important;background:var(--ui-soft)!important;}
.fx-card-copy{padding:12px!important;gap:8px!important;}
.fx-card-info h3,.fx-card h3{min-height:2.7em!important;max-height:2.7em!important;font-size:13.5px!important;line-height:1.35!important;color:#343434!important;}
.fx-card-descriptor{min-height:1.35em!important;max-height:1.35em!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;}
.fx-price{min-height:28px!important;margin-top:auto!important;}
.fx-buy-now{height:44px!important;letter-spacing:.02em!important;}
.fx-wish{top:9px!important;right:9px!important;}
.fx-block{padding-top:28px!important;padding-bottom:12px!important;}
.fx-home-cats{padding-top:22px!important;padding-bottom:6px!important;}
.fx-promo-row{padding-top:28px!important;padding-bottom:20px!important;}
.fx-trust{margin-top:24px!important;}
.fx-newsletter{margin-top:0!important;}
.fx-brands{padding-top:34px!important;padding-bottom:42px!important;}
.fx-title{margin-bottom:14px!important;}
.fx-rail .fx-card{height:auto!important;align-self:stretch!important;}
.fx-hero:not(.has-image) .fx-hero-inner{grid-template-columns:minmax(0,760px)!important;justify-content:start!important;min-height:300px!important;padding-top:48px!important;padding-bottom:48px!important;}
.fx-hero:not(.has-image) .fx-hero-media{display:none!important;}
.fx-hero-copy{max-width:760px!important;}
@media (min-width:961px){.fx-sidebar,aside.fx-sidebar{width:280px!important;max-width:280px!important;padding:14px 18px 34px!important;}.fx-breadcrumb{padding-top:12px!important;}.fx-catalog-main{padding:8px 28px 48px!important;}.fx-category-header{margin-top:4px!important;}.fx-toolbar,#catalogToolbar{margin:8px 0 14px!important;}#desktopSort.fx-sort-pill,.fx-sort-pill#desktopSort,label.fx-sort-pill{height:34px!important;min-height:34px!important;padding:0 10px!important;border:1px solid var(--ui-line)!important;}}
.cart-wrap{padding-top:28px!important;}
.cart-wrap>h1{margin-bottom:22px!important;}
.cart-page-body .layout{gap:28px!important;}
.cart-page-body .items{padding:0 18px!important;}
.cart-page-body .summary{padding:22px!important;}
.cart-page-body .item{gap:16px!important;padding:18px 0!important;}
.cart-page-body .item img{border-radius:var(--ui-radius)!important;padding:0!important;object-fit:contain!important;background:var(--ui-soft)!important;}
.checkout-section{padding:15px 0!important;}
.checkout-form .field{margin:8px 0!important;}
.checkout-form .field input,.checkout-form .field select{min-height:46px!important;}
.checkout-form .field textarea{min-height:78px!important;}
.checkout-eu-note{padding:10px 12px!important;background:#f7f7f8!important;border:1px solid var(--ui-line)!important;border-radius:var(--ui-radius)!important;line-height:1.45!important;}
.cart-sync-notice{margin:0 0 14px!important;padding:12px 14px!important;border:1px solid #d9e7dc!important;background:#f4faf5!important;border-radius:var(--ui-radius)!important;font-size:13px!important;line-height:1.45!important;}
.bottom-drawer{border-radius:var(--ui-radius) var(--ui-radius) 0 0!important;}
.fx-sort-sheet-panel{border-radius:var(--ui-radius) var(--ui-radius) 0 0!important;}
.drawer-head{margin-bottom:12px!important;}
.drawer-head button,.fx-sort-sheet-head button{width:40px!important;height:40px!important;display:grid!important;place-items:center!important;padding:0!important;border-radius:50%!important;}
.fx-newsletter-form{gap:8px!important;}
.fx-newsletter input,.fx-newsletter button{border-radius:var(--ui-radius)!important;}
@media (max-width:760px){.site-container,.fx-container{width:min(100% - 24px,1240px)!important;}.fx-hero:not(.has-image) .fx-hero-inner{min-height:0!important;padding-top:34px!important;padding-bottom:34px!important;}.fx-home-cats{gap:10px!important;padding-top:16px!important;}.fx-block{padding-top:22px!important;padding-bottom:8px!important;}.fx-card-copy{padding:10px!important;gap:7px!important;}.fx-card-info h3,.fx-card h3{font-size:13px!important;}.fx-card-meta{font-size:11px!important;}.fx-card-descriptor{font-size:11px!important;}.fx-card-sizes{display:none;min-height:0;}.fx-price{min-height:24px!important;}.fx-price b{font-size:15px!important;}.fx-buy-now{height:42px!important;min-height:42px!important;font-size:11px!important;}.fx-wish{width:34px!important;height:34px!important;}.fx-catalog-main{padding-left:12px!important;padding-right:12px!important;}.cart-wrap{width:min(100% - 20px,1240px)!important;padding-top:20px!important;}.cart-wrap>h1{font-size:34px!important;margin:10px 0 18px!important;}.cart-page-body .items{padding:0 12px!important;}.cart-page-body .summary{padding:18px!important;}.cart-page-body .item{grid-template-columns:82px minmax(0,1fr)!important;gap:12px!important;}.cart-page-body .item img{width:82px!important;height:82px!important;}.cart-page-body .item-price{grid-column:2!important;}}
@media (max-width:760px){.site-header-main{grid-template-columns:44px minmax(0,1fr) auto!important;gap:8px!important;min-height:64px!important;}.site-header-main > .site-menu-toggle{grid-area:menu!important;width:40px!important;height:40px!important;display:grid!important;place-items:center!important;}.site-logo{grid-area:logo!important;width:auto!important;max-width:max-content!important;justify-self:start!important;font-size:22px!important;letter-spacing:.13em!important;}.site-actions{grid-area:actions!important;width:auto!important;min-width:0!important;justify-self:end!important;gap:2px!important;}.site-actions .site-search-toggle,.site-actions [data-account]{display:none!important;}.site-actions [data-wish],.site-actions a[href="/cart"]{display:flex!important;}.site-actions .site-icon{width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;}.site-actions .site-icon span{display:none!important;}.site-actions .site-icon b{top:-1px!important;right:-1px!important;}#catalogToolbar,.fx-toolbar{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;min-height:26px!important;height:auto!important;margin:6px 0 12px!important;padding:0!important;gap:6px 8px!important;}.fx-toolbar .fx-mobile-filter{display:none!important;}.fx-active-filters:empty{display:none!important;min-height:0!important;padding:0!important;margin:0!important;}.fx-catalog-count{margin:0!important;line-height:26px!important;}}
@media (max-width:760px){.site-header-main{grid-template-areas:"menu logo actions" "search search search"!important;grid-template-rows:auto auto!important;}.site-actions .site-search-toggle{display:flex!important;}.site-search{grid-area:search!important;grid-column:1/-1!important;width:100%!important;margin:0 0 10px!important;}}
@media (max-width:960px){.fx-mobile-bar{display:none!important;}}
.product-main-image.image-error{display:grid!important;place-items:center!important;min-height:320px;background:#f4f4f5!important;}
.product-main-image.image-error::after{content:"AMPLE";font-size:clamp(24px,4vw,42px);font-weight:900;letter-spacing:.16em;color:#c5c7ca;}
.fx-photo,
.fx-card-media .fx-photo{background:var(--ui-soft, #f4f4f5)!important;overflow:hidden!important;}
.fx-photo img,
.fx-photo .fx-product-img,
.fx-card-media .fx-photo img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;padding:0!important;margin:0!important;display:block!important;transform:none!important;background:var(--ui-soft, #f4f4f5)!important;}
@media (min-width: 761px){.fx-catalog > .fx-container{padding-top:18px!important;}.fx-sidebar,
  aside.fx-sidebar{top:var(--catalog-sticky-offset)!important;max-height:calc(100vh - var(--catalog-sticky-offset) - 18px)!important;}.fx-sidebar .fx-filters,
  aside.fx-sidebar .fx-filters{padding-top:6px!important;}.fx-sidebar .fx-filters > h3,
  aside.fx-sidebar .fx-filters > h3{scroll-margin-top:var(--catalog-sticky-offset)!important;}}
.product-size-head{align-items:flex-start!important;}
.product-sizes,
.fx-size-pick-grid{display:flex!important;flex-wrap:wrap!important;gap:8px!important;overflow:visible!important;align-items:flex-start!important;align-content:flex-start!important;margin-bottom:10px!important;}
.product-sizes .product-size,
.fx-size-pick-grid button{flex:0 0 auto!important;min-width:48px!important;min-height:44px!important;padding:0 10px!important;line-height:1!important;white-space:nowrap!important;box-sizing:border-box!important;}
.product-price{clear:both!important;}
.model-rows-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:10px 0 14px;}
.model-rows-toolbar .muted{margin:0;}
.model-row-summary{cursor:pointer;}
.model-row-thumbs{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;}
.model-row-thumbs .mr-thumb{width:38px;height:38px;object-fit:cover;border-radius:10px;border:1px solid #ececec;background:#f6f6f7;}
#modelRowsMore{min-width:180px;}
#modelRowsList .loading-row{padding:16px 0;color:#777;}
.fx-card-sizes{display:flex;flex-wrap:wrap;gap:4px;min-height:22px;max-height:46px;margin:6px 0 5px;overflow:hidden;align-content:flex-start;}
.fx-card-sizes .fx-size-chip{min-width:24px;height:20px;padding:0 5px;border-radius:6px;font-size:10px;font-weight:650;letter-spacing:0;}
.fx-card-sizes .fx-size-more{border-style:dashed;color:#737373;background:#fafafa;}
.fx-card-copy{height:auto!important;min-height:0!important;overflow:visible!important;}
.fx-card-info{min-height:0!important;overflow:visible!important;}
#sizeButtons.fx-size-filter,
#sizeButtonsMobile.fx-size-filter{display:flex!important;flex-direction:column!important;gap:2px!important;max-height:220px!important;overflow-y:auto!important;}
#sizeButtons .fx-filter-option,
#sizeButtonsMobile .fx-filter-option{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:34px!important;padding:5px 4px!important;border:0!important;background:transparent!important;}
#sizeButtons .fx-filter-option input[type="checkbox"],
#sizeButtonsMobile .fx-filter-option input[type="checkbox"]{display:block!important;width:16px!important;height:16px!important;flex:0 0 16px!important;margin:0!important;accent-color:#111!important;}
#sizeButtons .fx-filter-option span,
#sizeButtonsMobile .fx-filter-option span{min-width:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#111!important;text-align:left!important;font-size:13.5px!important;}
#sizeButtons .fx-filter-option:hover,
#sizeButtonsMobile .fx-filter-option:hover{background:#f6f6f6!important;border-radius:7px!important;}
.fx-selected-filter-chips{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 8px;}
.fx-selected-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;min-height:30px;padding:5px 9px;border:1px solid #dedede;border-radius:999px;background:#f7f7f7;color:#111;font-size:12px;cursor:pointer;}
.fx-selected-chip span{font-size:15px;line-height:1;color:#777;}
.fx-model-match{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:8px 11px;border:1px solid #e2e2e2;border-radius:10px;background:#fff;text-align:left;cursor:pointer;}
.fx-model-match:hover{border-color:#111;background:#fafafa;}
.fx-model-match span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;}
.fx-model-match b{font-size:11px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;}
#modelOptions:not(.fx-model-suggestion),
#modelOptionsMobile:not(.fx-model-suggestion),
#productTypeOptions,
#productTypeOptionsMobile{max-height:260px!important;overflow:auto!important;}
#modelOptions:not(.fx-model-suggestion) .fx-filter-option,
#modelOptionsMobile:not(.fx-model-suggestion) .fx-filter-option,
#productTypeOptions .fx-filter-option,
#productTypeOptionsMobile .fx-filter-option{display:flex!important;align-items:center!important;gap:10px!important;padding:8px 6px!important;min-height:36px!important;border-radius:7px!important;cursor:pointer!important;}
#modelOptions:not(.fx-model-suggestion) .fx-filter-option:hover,
#modelOptionsMobile:not(.fx-model-suggestion) .fx-filter-option:hover,
#productTypeOptions .fx-filter-option:hover,
#productTypeOptionsMobile .fx-filter-option:hover{background:#f6f6f6!important;}
#modelOptions:not(.fx-model-suggestion) .fx-filter-option input,
#modelOptionsMobile:not(.fx-model-suggestion) .fx-filter-option input,
#productTypeOptions .fx-filter-option input,
#productTypeOptionsMobile .fx-filter-option input{width:16px!important;height:16px!important;accent-color:#111!important;flex:0 0 auto!important;}
/* ===== OVERRIDES ===== */
.fx-home-cats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;padding:26px 0 14px!important;}
.fx-home-tile{display:flex!important;flex-direction:column!important;gap:12px!important;padding:12px!important;border:1px solid #eceef2!important;border-radius:24px!important;background:linear-gradient(180deg,#fff 0%,#fafbfc 100%)!important;box-shadow:0 10px 28px rgba(17,24,39,.05)!important;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;}
.fx-home-tile:hover{transform:translateY(-3px)!important;box-shadow:0 18px 40px rgba(17,24,39,.10)!important;border-color:#dfe4ea!important;}
.fx-home-tile-media{aspect-ratio:4/5!important;border-radius:18px!important;overflow:hidden!important;background:#f3f4f6!important;}
.fx-home-tile-media img{transition:transform .35s ease!important;}
.fx-home-tile:hover .fx-home-tile-media img{transform:scale(1.03)!important;}
.fx-home-tile-sale .fx-home-tile-label{color:#cf102d!important;}
.fx-block{padding:22px!important;margin:18px auto 0!important;border:1px solid #eceef2!important;border-radius:28px!important;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)!important;box-shadow:0 10px 28px rgba(15,23,42,.04)!important;}
.fx-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0 0 16px!important;}
.fx-title h2{margin:0!important;font-size:26px!important;line-height:1.1!important;letter-spacing:-.03em!important;font-weight:800!important;}
.fx-title h2::before{content:"Добірка";display:block;margin-bottom:6px;color:#8b95a5;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;}
.fx-title button{height:42px!important;padding:0 16px!important;border:1px solid #dfe4ea!important;border-radius:999px!important;background:#fff!important;color:#111!important;font-size:12px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important;text-decoration:none!important;box-shadow:0 4px 14px rgba(15,23,42,.05)!important;}
.fx-title button:hover{background:#111!important;color:#fff!important;border-color:#111!important;text-decoration:none!important;}
.fx-rail-wrap{grid-template-columns:44px 1fr 44px!important;gap:12px!important;}
.fx-rail{padding:4px 2px 10px!important;gap:14px!important;grid-auto-columns:calc((100% - 56px) / 5)!important;}
.fx-rail-btn{width:44px!important;height:44px!important;border-radius:14px!important;border:1px solid #e3e7ec!important;background:#fff!important;box-shadow:0 6px 18px rgba(15,23,42,.06)!important;}
.fx-rail-btn:hover{border-color:#111!important;background:#111!important;color:#fff!important;}
#homeBrandsSection.fx-brands{padding-top:28px!important;}
#homeBrandsSection .fx-title h2::before{content:"Бренди";}
@media (max-width: 900px){.fx-home-cats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}.fx-block{padding:18px!important;border-radius:22px!important;}.fx-title h2{font-size:22px!important;}}
@media (max-width: 700px){.fx-rail-wrap{grid-template-columns:1fr!important;}.fx-rail-btn{display:none!important;}.fx-home-tile{padding:10px!important;border-radius:20px!important;}.fx-home-tile-media{border-radius:16px!important;}.fx-title h2::before{font-size:10px;}}
@media (min-width:761px){.fx-sidebar, aside.fx-sidebar{top:var(--catalog-sticky-offset)!important;max-height:calc(100vh - var(--catalog-sticky-offset) - 16px)!important;}.fx-sidebar .fx-filters, aside.fx-sidebar .fx-filters{padding-top:14px!important;}}
:root{--catalog-sticky-offset:128px;}
@media (min-width:961px){.fx-sidebar,
  aside.fx-sidebar{top:var(--catalog-sticky-offset)!important;height:calc(100dvh - var(--catalog-sticky-offset))!important;max-height:calc(100dvh - var(--catalog-sticky-offset))!important;padding:0 18px!important;margin:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;background:#fff!important;}.fx-sidebar .fx-filters,
  aside.fx-sidebar .fx-filters{padding:14px 0 24px!important;margin:0!important;min-height:100%!important;background:#fff!important;}.fx-sidebar .fx-filters > h3,
  aside.fx-sidebar .fx-filters > h3{margin-top:0!important;}}
.product-rec-sizes{display:flex;flex-wrap:wrap;gap:4px;margin:7px 0 6px;min-height:22px;}
.product-rec-sizes span{display:inline-flex;align-items:center;justify-content:center;min-width:29px;height:22px;padding:0 6px;border:1px solid #e3e6ea;border-radius:6px;background:#fff;color:#4f5661;font-size:10px;font-weight:700;line-height:1;}
.product-rec-sizes span.more{background:#f5f6f7;color:#777;}
.product-rec-sizes.is-empty span{font-weight:600;color:#9298a2;}
@media (max-width:460px){.product-rec-sizes{gap:3px;}.product-rec-sizes span{min-width:27px;height:21px;padding:0 5px;font-size:9px;}}
@media (max-width:1100px) and (min-width:701px){.fx-rail{grid-auto-columns:calc((100% - 28px) / 3)!important;}}
@media (max-width:700px){.fx-rail{grid-auto-columns:calc((100% - 14px) / 2)!important;}}
.fx-choice-list{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:2px!important;max-height:220px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important;margin:0!important;border:0!important;}
.fx-choice-list .fx-filter-option{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;min-height:36px!important;height:auto!important;margin:0!important;padding:8px 6px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#222!important;font-size:13.5px!important;font-weight:500!important;line-height:1.3!important;box-sizing:border-box!important;cursor:pointer!important;}
.fx-choice-list .fx-filter-option:hover{background:#f5f5f5!important;}
.fx-choice-list .fx-filter-option input[type="checkbox"]{position:static!important;display:block!important;opacity:1!important;appearance:auto!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;flex:0 0 16px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;accent-color:#111!important;pointer-events:auto!important;transform:none!important;}
.fx-choice-list .fx-filter-option span{display:block!important;flex:1 1 auto!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:inherit!important;font:inherit!important;line-height:1.3!important;text-align:left!important;}
.fx-model-suggestion{max-height:none!important;overflow:visible!important;}
.fx-sale-toggle{gap:10px!important;min-height:36px!important;padding:8px 6px!important;font-size:13.5px!important;font-weight:600!important;}
.fx-sale-toggle input[type="checkbox"]{width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;flex:0 0 16px!important;margin:0!important;padding:0!important;accent-color:#111!important;}
#filterDrawer .fx-drawer-filter-group{display:block;padding:14px 18px;border-bottom:1px solid #f0f0f0;}
#filterDrawer .fx-drawer-filter-group.hidden{display:none!important;}
#filterDrawer .fx-drawer-filter-title{display:block;margin:0 0 8px;padding:0;border:0;color:#111;font-size:13px;font-weight:700;line-height:1.3;}
#filterDrawer .fx-drawer-filter-group > select,
#filterDrawer .fx-drawer-filter-group > input[type="text"],
#filterDrawer .fx-drawer-filter-group > input[type="number"],
#filterDrawer .fx-drawer-filter-group > .fx-filter-search{width:100%!important;height:42px!important;min-height:42px!important;margin:0 0 9px!important;padding:0 12px!important;border:1px solid #e0e0e0!important;border-radius:10px!important;background:#fff!important;color:#111!important;font-size:13.5px!important;font-weight:500!important;}
#filterDrawer .fx-drawer-filter-group > select{margin-bottom:0!important;}
#filterDrawer .fx-drawer-filter-group .fx-price-pair input{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 12px!important;border:1px solid #e0e0e0!important;border-radius:10px!important;background:#fff!important;}
#filterDrawer .fx-choice-list{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:2px!important;max-height:220px!important;overflow-y:auto!important;padding:0!important;}
#filterDrawer .fx-choice-list .fx-filter-option,
#filterDrawer #sizeButtonsMobile.fx-choice-list .fx-filter-option{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;min-width:0!important;height:auto!important;min-height:36px!important;margin:0!important;padding:8px 6px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#222!important;font-size:13.5px!important;font-weight:500!important;line-height:1.3!important;}
#filterDrawer .fx-choice-list .fx-filter-option:hover{background:#f5f5f5!important;}
#filterDrawer .fx-choice-list .fx-filter-option input[type="checkbox"],
#filterDrawer #sizeButtonsMobile.fx-choice-list .fx-filter-option input[type="checkbox"]{position:static!important;display:block!important;opacity:1!important;appearance:auto!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;flex:0 0 16px!important;margin:0!important;padding:0!important;border:0!important;accent-color:#111!important;pointer-events:auto!important;}
#filterDrawer #sizeButtonsMobile.fx-choice-list .fx-filter-option:has(input:checked),
#filterDrawer .fx-choice-list .fx-filter-option:has(input:checked){border:0!important;background:#f5f5f5!important;color:#111!important;}
#filterDrawer .fx-choice-list .fx-filter-option span{flex:1 1 auto!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important;text-align:left!important;}
#filterDrawer .fx-drawer-check{display:flex!important;align-items:center!important;gap:10px!important;min-height:52px!important;margin:0!important;padding:14px 18px!important;border:0!important;border-bottom:1px solid #f0f0f0!important;color:#111!important;font-size:13.5px!important;font-weight:600!important;}
#filterDrawer .fx-drawer-check input[type="checkbox"]{width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;flex:0 0 16px!important;margin:0!important;padding:0!important;accent-color:#111!important;}
#footwearTypeFilterGroup .fx-range-hint,
#footwearTypeFilterMobileGroup .fx-range-hint{display:none!important;}
:is(#brandOptions,#productTypeOptions,#sizeButtons,#modelOptions:not(.fx-model-suggestion)),
:is(#brandOptionsMobile,#productTypeOptionsMobile,#sizeButtonsMobile,#modelOptionsMobile:not(.fx-model-suggestion)){display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:2px!important;max-height:220px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0!important;margin:0!important;}
:is(#brandOptions,#productTypeOptions,#sizeButtons,#modelOptions:not(.fx-model-suggestion)) .fx-filter-option,
#filterDrawer :is(#brandOptionsMobile,#productTypeOptionsMobile,#sizeButtonsMobile,#modelOptionsMobile:not(.fx-model-suggestion)) .fx-filter-option{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;min-width:0!important;min-height:36px!important;height:auto!important;margin:0!important;padding:8px 6px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#222!important;font-size:13.5px!important;font-weight:500!important;line-height:1.3!important;box-sizing:border-box!important;}
:is(#brandOptions,#productTypeOptions,#sizeButtons,#modelOptions:not(.fx-model-suggestion)) .fx-filter-option input[type="checkbox"],
#filterDrawer :is(#brandOptionsMobile,#productTypeOptionsMobile,#sizeButtonsMobile,#modelOptionsMobile:not(.fx-model-suggestion)) .fx-filter-option input[type="checkbox"]{position:static!important;display:block!important;opacity:1!important;appearance:auto!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;flex:0 0 16px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;accent-color:#111!important;transform:none!important;}
:is(#brandOptions,#productTypeOptions,#sizeButtons,#modelOptions:not(.fx-model-suggestion)) .fx-filter-option span,
#filterDrawer :is(#brandOptionsMobile,#productTypeOptionsMobile,#sizeButtonsMobile,#modelOptionsMobile:not(.fx-model-suggestion)) .fx-filter-option span{flex:1 1 auto!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:inherit!important;font-size:13.5px!important;font-weight:500!important;line-height:1.3!important;text-align:left!important;}
:is(#brandOptions,#productTypeOptions,#sizeButtons,#modelOptions:not(.fx-model-suggestion)) .fx-filter-option:has(input:checked),
#filterDrawer :is(#brandOptionsMobile,#productTypeOptionsMobile,#sizeButtonsMobile,#modelOptionsMobile:not(.fx-model-suggestion)) .fx-filter-option:has(input:checked){border:0!important;background:transparent!important;color:#222!important;}
.fx-mobile-category-rail{display:none;}
@media (max-width:960px){html.is-catalog-route body.shop-body .fx-load-more{margin-bottom:0!important;}.fx-mobile-category-rail{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;width:calc(100% + 24px)!important;margin:2px -12px 8px!important;padding:2px 12px 8px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;}.fx-mobile-category-rail button{flex:0 0 auto!important;scroll-snap-align:start;min-height:38px!important;padding:0 14px!important;border:1px solid #e4e4e4!important;border-radius:999px!important;background:#fff!important;color:#222!important;font-size:12.5px!important;font-weight:650!important;white-space:nowrap!important;box-shadow:none!important;}.fx-mobile-category-rail button.active,
  .fx-mobile-category-rail button[aria-current="page"]{border-color:#111!important;background:#111!important;color:#fff!important;}html.is-catalog-route body.shop-body .fx-category-header{padding-bottom:4px!important;}html.is-catalog-route body.shop-body #catalogToolbar,
  html.is-catalog-route body.shop-body .fx-toolbar{margin-top:0!important;}}
.product-actions{grid-template-columns:minmax(0,1fr) 48px!important;}
.product-actions .primary{grid-column:1!important;}
.product-actions .wish{grid-column:2!important;width:48px!important;}
@media (max-width:460px){.product-actions{grid-template-columns:minmax(0,1fr) 46px!important;}.product-actions .wish{grid-column:2!important;width:46px!important;}}
@media (min-width:961px){html.is-catalog-route body.shop-body .fx-sidebar,
  html.is-catalog-route body.shop-body aside.fx-sidebar{height:auto!important;max-height:calc(100dvh - var(--catalog-sticky-offset))!important;align-self:start!important;}html.is-catalog-route body.shop-body .fx-sidebar .fx-filters,
  html.is-catalog-route body.shop-body aside.fx-sidebar .fx-filters{min-height:0!important;}html.is-catalog-route body.shop-body .fx-catalog-body{align-items:start!important;}html.is-catalog-route body.shop-body .fx-catalog{padding-bottom:20px!important;}html.is-catalog-route body.shop-body .fx-catalog-wrap,
  html.is-catalog-route body.shop-body .fx-catalog > .fx-container.fx-catalog-wrap{padding-bottom:0!important;}html.is-catalog-route body.shop-body .fx-catalog-main{padding-bottom:0!important;}}
@media (max-width:960px){html.is-catalog-route body.shop-body .fx-catalog{padding-bottom:16px!important;min-height:0!important;}html.is-catalog-route body.shop-body .fx-catalog-wrap,
  html.is-catalog-route body.shop-body .fx-catalog > .fx-container.fx-catalog-wrap{padding-bottom:0!important;min-height:0!important;}html.is-catalog-route body.shop-body .fx-catalog-main{min-height:0!important;}html.is-catalog-route body.shop-body .fx-load-more,
  html.is-catalog-route body.shop-body #loadMoreBtn{margin-bottom:0!important;}}
.fx-mobile-category-shell{display:none;}
@media (max-width:960px){html.is-catalog-route body.shop-body .fx-category-header{margin:0!important;padding:0!important;min-height:0!important;}html.is-catalog-route body.shop-body .fx-category-header #catalogTitle{display:none!important;margin:0!important;padding:0!important;}html.is-catalog-route body.shop-body .fx-category-header .fx-catalog-intro.hidden{display:none!important;}html.is-catalog-route body.shop-body .fx-category-header:not(:has(.fx-catalog-intro:not(.hidden))){display:none!important;}.fx-mobile-category-shell .fx-mobile-category-rail{margin:0 -12px!important;width:calc(100% + 24px)!important;padding:2px 44px 8px 12px!important;}.fx-mobile-category-hint{position:absolute;z-index:3;top:50%;width:30px;height:30px;margin-top:-18px;display:grid;place-items:center;border:1px solid rgba(17,17,17,.09);border-radius:50%;background:rgba(255,255,255,.94);color:rgba(17,17,17,.58);box-shadow:0 4px 16px rgba(0,0,0,.08);font-size:24px;font-weight:400;line-height:1;pointer-events:none;backdrop-filter:blur(5px);}.fx-mobile-category-shell::after{content:"";position:absolute;z-index:2;top:0;bottom:6px;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.94) 58%,#fff 100%);}}
@media (max-width:960px){.fx-mobile-category-hint{transition:opacity .18s ease;}.fx-mobile-category-hint.is-hidden{opacity:0;}}
html.is-catalog-route body.shop-body.catalog-category-title-redundant .fx-category-header #catalogTitle{display:none!important;margin:0!important;padding:0!important;}
html.is-catalog-route body.shop-body.catalog-category-title-redundant .fx-category-header{min-height:0!important;margin:0!important;padding:0!important;}
html.is-catalog-route body.shop-body.catalog-category-title-redundant .fx-category-header:not(:has(.fx-catalog-intro:not(.hidden))){display:none!important;}
.product-main-image img,
.product-thumb img{object-fit:contain!important;object-position:center center!important;transform:none!important;max-width:100%!important;max-height:100%!important;}
.product-main-image img{padding:2.5%!important;}
.product-thumb img{padding:3px!important;}
.product-sale-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:4px;background:#e11d2e;color:#fff;font-size:11px;font-weight:800;letter-spacing:.05em;line-height:1;}
.site-footer-grid > section:first-child .footer-logo{display:block!important;min-height:18px!important;margin:4px 0 16px!important;line-height:18px!important;}
body.product-page{font-family:var(--font,Inter,"Segoe UI",Roboto,Arial,sans-serif)!important;color:var(--ink,#1a1a1a)!important;}
body.product-page .site-header,
body.product-page .site-nav,
body.product-page .site-footer{font-family:inherit!important;}
.fx-load-more:hover,
.fx-load-more:focus-visible,
button.fx-load-more:hover,
button.fx-load-more:focus-visible,
#loadMoreBtn:hover,
#loadMoreBtn:focus-visible{background:#111!important;border-color:#111!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;}
#loadMoreBtn:hover *,#loadMoreBtn:focus-visible *{color:#fff!important;-webkit-text-fill-color:#fff!important;}
.fx-card .fx-photo img,
.product-rec .image img,
.product-main-image img{transition:transform .22s ease!important;transform-origin:center center!important;}
@media (hover:hover) and (pointer:fine){.fx-card:hover .fx-photo img,
  .product-rec:hover .image img{transform:scale(1.025)!important;}.product-main-image:hover img{transform:scale(1.018)!important;}}
.product-recs{align-items:stretch!important;}
.product-rec{height:100%!important;min-height:0!important;}
.product-rec h3{min-height:2.6em!important;height:2.6em!important;max-height:2.6em!important;}
.product-rec b{margin-top:auto!important;padding-top:6px!important;}
.product-rec-sizes{align-content:flex-start!important;}
.fx-hero.has-image .fx-hero-media{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;overflow:hidden!important;}
.fx-hero.has-image .fx-hero-media img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;}
@media (max-width:800px){.fx-hero.has-image .fx-hero-media{height:auto!important;min-height:0!important;max-height:none!important;}.fx-hero.has-image .fx-hero-media img{height:auto!important;max-height:none!important;}}
@media (min-width:961px){#desktopSort.fx-sort-pill{width:max-content!important;max-width:max-content!important;min-width:0!important;}#desktopSort #sortFilter{field-sizing:content!important;width:auto!important;min-width:0!important;max-width:none!important;padding-right:2px!important;}}
.fx-filter-option .fx-filter-count{margin-left:auto;color:#8a9099;font-size:12px;font-weight:500;line-height:1;white-space:nowrap;}
.fx-filter-option>span{min-width:0;}
@media (max-width:960px){.bottom-drawer .fx-filter-option{padding-right:10px!important;}.bottom-drawer .fx-filter-count{padding-right:2px;}.account-shell{width:min(100% - 20px,960px);margin:10px auto 16px;}.account-head{margin-bottom:14px;}.account-grid{gap:12px;}.account-panel{padding:14px;}}
.account-body #storeFooter .site-footer{margin-top:0!important;padding-top:0!important;padding-bottom:0!important;}
.account-body #storeFooter .site-footer-grid{padding-top:30px!important;padding-bottom:30px!important;}
#categoryFilterGroup[hidden],#categoryFilterMobileGroup[hidden]{display:none!important;}
#priceFilterGroup{display:block;}
/* ===== COMPONENTS ===== */
.fx-home-tile-label{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:24px!important;padding:0 4px 2px!important;text-align:center!important;}
.fx-home-tile-label::after{content:none!important;display:none!important;}
.fx-block > .fx-title{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;gap:12px!important;}
.fx-block > .fx-title h2{grid-column:2!important;justify-self:center!important;text-align:center!important;}
.fx-block > .fx-title button{grid-column:3!important;justify-self:end!important;}
.fx-card-copy{display:flex!important;flex-direction:column!important;}
.fx-buy-now{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:42px!important;margin-top:8px!important;border:1px solid #111!important;border-radius:12px!important;background:#111!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1!important;text-align:center!important;cursor:pointer!important;}
.fx-buy-now:hover{background:#000!important;border-color:#000!important;}
.fx-quick-buy-card{display:grid;gap:14px;}
.fx-quick-buy-card h2{margin:0;font-size:22px;line-height:1.2;}
.fx-quick-buy-card p{margin:0;color:#6b6b70;font-size:13px;line-height:1.45;}
.fx-quick-buy-sizes{display:flex;flex-wrap:wrap;gap:8px;}
.fx-quick-buy-sizes .size-btn{min-width:48px;min-height:42px;padding:0 10px;border:1px solid #dedede;border-radius:10px;background:#fff;color:#111;font-weight:700;}
.fx-quick-buy-sizes .size-btn.active{background:#111;color:#fff;border-color:#111;}
.fx-quick-buy-confirm{width:100%;min-height:46px;border:0;border-radius:12px;background:#111;color:#fff;font-weight:800;}
.fx-shop-toast{position:fixed;left:50%;bottom:max(22px,env(safe-area-inset-bottom));z-index:220;transform:translate(-50%,16px);opacity:0;pointer-events:none;padding:11px 16px;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:700;box-shadow:0 12px 34px rgba(0,0,0,.22);transition:opacity .18s ease,transform .18s ease;}
.fx-shop-toast.show{opacity:1;transform:translate(-50%,0);}
.fx-img-lightbox{padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))!important;}
.fx-img-lightbox .fx-lb-prev,
.fx-img-lightbox .fx-lb-next{top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:46px!important;height:46px!important;}
.fx-img-lightbox .fx-lb-prev{left:max(12px,env(safe-area-inset-left))!important;right:auto!important;}
.fx-img-lightbox .fx-lb-next{right:max(12px,env(safe-area-inset-right))!important;left:auto!important;}
.fx-img-lightbox .fx-lb-close{top:max(14px,env(safe-area-inset-top))!important;right:max(14px,env(safe-area-inset-right))!important;left:auto!important;bottom:auto!important;transform:none!important;}
@media (max-width:960px){html,body{max-width:100%;overflow-x:hidden;}body.shop-body{width:100%!important;min-width:0!important;}html.is-catalog-route body.shop-body main,
  html.is-catalog-route body.shop-body .fx-catalog,
  html.is-catalog-route body.shop-body .fx-catalog-wrap,
  html.is-catalog-route body.shop-body .fx-catalog > .fx-container.fx-catalog-wrap,
  html.is-catalog-route body.shop-body .fx-catalog-body,
  html.is-catalog-route body.shop-body .fx-catalog-main{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;}html.is-catalog-route body.shop-body .fx-catalog-wrap,
  html.is-catalog-route body.shop-body .fx-catalog > .fx-container.fx-catalog-wrap{margin-left:auto!important;margin-right:auto!important;padding-left:12px!important;padding-right:12px!important;}html.is-catalog-route body.shop-body .fx-catalog-body{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;}html.is-catalog-route body.shop-body .fx-catalog-main{margin:0!important;padding:0 0 104px!important;overflow:visible!important;}html.is-catalog-route body.shop-body #productGrid > *,
  html.is-catalog-route body.shop-body .fx-products-catalog > *{min-width:0!important;max-width:100%!important;}.fx-mobile-category-shell{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;margin:2px 0 8px!important;position:relative!important;}.fx-mobile-category-shell .fx-mobile-category-rail,
  .fx-mobile-category-rail{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:2px 42px 8px 0!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;}.fx-mobile-category-rail::-webkit-scrollbar{display:none!important;}.fx-mobile-category-shell::after{right:0!important;width:42px!important;}.fx-mobile-category-hint{right:2px!important;}html.is-catalog-route body.shop-body .fx-mobile-bar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px!important;position:fixed!important;left:max(10px,env(safe-area-inset-left))!important;right:max(10px,env(safe-area-inset-right))!important;bottom:max(10px,env(safe-area-inset-bottom))!important;width:auto!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important;z-index:80!important;box-sizing:border-box!important;}html.is-catalog-route body.shop-body .fx-mbar-btn{width:100%!important;max-width:100%!important;min-width:0!important;min-height:48px!important;padding:0 10px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;box-sizing:border-box!important;}.fx-block > .fx-title{grid-template-columns:1fr!important;justify-items:center!important;gap:10px!important;}.fx-block > .fx-title h2,
  .fx-block > .fx-title button{grid-column:1!important;justify-self:center!important;text-align:center!important;}.fx-img-lightbox img{max-width:100%!important;max-height:calc(100dvh - 32px)!important;}.fx-img-lightbox .fx-lb-prev,
  .fx-img-lightbox .fx-lb-next{width:42px!important;height:42px!important;background:rgba(17,17,17,.48)!important;backdrop-filter:blur(6px);}.fx-img-lightbox .fx-lb-prev{left:max(8px,env(safe-area-inset-left))!important;}.fx-img-lightbox .fx-lb-next{right:max(8px,env(safe-area-inset-right))!important;}}
/* 69.6.1 storefront shell finishing rules */
@media (max-width:460px){.site-footer-bottom .site-container span{display:block;}.site-footer-bottom .site-container span + span{margin-top:4px;}}
/* catalog first-paint stability: one canonical visual route state + real placeholders */
.fx-card-skeleton{pointer-events:none;user-select:none;}
.fx-card-skeleton .fx-skeleton-photo{border-color:#eceff2;background:#f2f3f4;}
.fx-skeleton-line{height:10px;margin-top:10px;border-radius:999px;background:#eef0f2;width:82%;}
.fx-skeleton-line-short{width:38%;height:8px;}
.fx-skeleton-line-price{width:28%;height:12px;margin-top:12px;}
@media (prefers-reduced-motion:no-preference){.fx-card-skeleton .fx-skeleton-photo,.fx-card-skeleton .fx-skeleton-line{background-image:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.72) 45%,transparent 70%);background-size:220% 100%;animation:fxCatalogSkeleton 1.35s ease-in-out infinite;}}
@keyframes fxCatalogSkeleton{0%{background-position:120% 0}100%{background-position:-120% 0}}
@media (max-width:960px){html.is-catalog-route body.shop-body .fx-catalog-main{padding-bottom:calc(70px + env(safe-area-inset-bottom))!important;}}
/* 69.6.4 catalog filter shell: stable first-paint geometry */
@media (min-width:961px){html.is-catalog-route body.shop-body .fx-sidebar,
  html.is-catalog-route body.shop-body aside.fx-sidebar{min-height:calc(100dvh - var(--catalog-sticky-offset))!important;}html.is-catalog-route body.shop-body .fx-sidebar-block{min-height:100%;height:100%;}html.is-catalog-route body.shop-body .fx-filters{min-height:100%!important;height:100%;}html.is-catalog-route body.shop-body .fx-filter-stack{display:block;flex:0 0 auto;min-height:0;}html.is-catalog-route body.shop-body .fx-filter-actions{margin-top:auto!important;background:#fff;}}
@media (max-width:960px){.fx-filter-stack{display:contents;}}
/* 69.8.2 — admin product editor and one-level responsive footer */
.product-admin-settings{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin:10px 0 4px;padding:0 14px;border:1px solid #cfd4dc;border-radius:10px;background:#fff;color:#20242a;font-size:12px;font-weight:800;}
.product-admin-settings:hover,
.product-admin-settings:focus-visible{border-color:#111;background:#111;color:#fff;}
.product-admin-modal{position:fixed;inset:0;z-index:190;display:none;place-items:center;padding:18px;}
.product-admin-modal.open{display:grid;}
.product-admin-modal>.backdrop{position:absolute;inset:0;background:rgba(12,15,20,.68);backdrop-filter:blur(7px);}
.product-admin-card{position:relative;width:min(100%,760px);max-height:calc(100dvh - 36px);overflow:auto;padding:30px;border-radius:22px;background:#fff;color:#17191d;box-shadow:0 30px 100px rgba(0,0,0,.32);}
.product-admin-close{position:absolute;right:16px;top:16px;width:40px;height:40px;border:0;border-radius:50%;background:#f1f2f4;font-size:25px;line-height:1;}
.product-admin-heading{padding-right:46px;margin-bottom:22px;}
.product-admin-heading>span{display:block;margin-bottom:7px;color:#737985;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;}
.product-admin-heading h2{margin:0 0 8px;font-size:28px;line-height:1.08;}
.product-admin-heading p{max-width:650px;margin:0;color:#666d78;font-size:13px;}
.product-admin-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.product-admin-fields label{display:grid;gap:7px;color:#343941;font-size:12px;font-weight:750;}
.product-admin-fields .product-admin-field-wide{grid-column:1/-1;}
.product-admin-fields select,
.product-admin-fields input[type="text"],
.product-admin-fields input:not([type]){width:100%;height:44px;border:1px solid #d8dce2;border-radius:10px;background:#fff;padding:0 12px;color:#17191d;outline:0;}
.product-admin-fields select:focus,
.product-admin-fields input:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.08);}
.product-admin-colors{margin:20px 0 0;padding:0;border:0;}
.product-admin-colors legend{margin-bottom:10px;font-size:12px;font-weight:800;}
.product-admin-color-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;max-height:230px;overflow:auto;padding:10px;border:1px solid #e2e5e9;border-radius:12px;background:#fafafa;}
.product-admin-color{display:flex;align-items:center;gap:7px;min-width:0;padding:7px 8px;border-radius:8px;background:#fff;font-size:12px;cursor:pointer;}
.product-admin-color input{flex:0 0 auto;accent-color:#111;}
.product-admin-color span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product-admin-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;}
.product-admin-actions button{min-height:43px;padding:0 18px;border-radius:10px;font-weight:800;}
.product-admin-actions .secondary{border:1px solid #d8dce2;background:#fff;color:#222;}
.product-admin-actions .primary{border:1px solid #111;background:#111;color:#fff;}
.product-admin-actions button:disabled{opacity:.55;}
#adminProductMessage{color:#b42318;}
.product-admin-seo{margin-top:20px;border:1px solid #dfe3e8;border-radius:14px;background:#fafbfc;overflow:hidden;}
.product-admin-seo>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;list-style:none;cursor:pointer;user-select:none;}
.product-admin-seo>summary::-webkit-details-marker{display:none;}
.product-admin-seo>summary span{display:grid;gap:2px;}
.product-admin-seo>summary b{font-size:13px;}
.product-admin-seo>summary small{color:#727984;font-size:11px;font-weight:500;}
.product-admin-seo>summary i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid #dfe3e8;font-style:normal;font-size:17px;transition:transform .18s ease;}
.product-admin-seo[open]>summary i{transform:rotate(180deg);}
.product-admin-seo-body{padding:0 16px 16px;border-top:1px solid #e5e8ec;}
.product-admin-seo-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding:14px 0;}
.product-admin-seo-toolbar button{min-height:38px;padding:0 13px;border-radius:9px;font-size:12px;font-weight:800;}
.product-admin-seo-toolbar .secondary{border:1px solid #111;background:#111;color:#fff;}
.product-admin-seo-toolbar .ghost{border:1px solid #d8dce2;background:#fff;color:#343941;}
.product-admin-seo-toolbar button:disabled{opacity:.55;}
#adminProductSeoMessage{flex:1 1 220px;color:#626a75;font-size:11px;line-height:1.35;}
.product-admin-seo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;}
.product-admin-seo-grid label{position:relative;display:grid;gap:7px;color:#343941;font-size:12px;font-weight:750;}
.product-admin-seo-grid .product-admin-seo-wide{grid-column:1/-1;}
.product-admin-seo-grid input,.product-admin-seo-grid textarea{width:100%;border:1px solid #d8dce2;border-radius:10px;background:#fff;padding:11px 12px;color:#17191d;outline:0;resize:vertical;line-height:1.45;}
.product-admin-seo-grid input{height:44px;}
.product-admin-seo-grid input:focus,.product-admin-seo-grid textarea:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.08);}
.product-admin-seo-grid label>small{justify-self:end;margin-top:-4px;color:#8a9099;font-size:10px;font-weight:600;}
.product-admin-seo-note{margin:12px 0 0;color:#777e88;font-size:11px;line-height:1.45;}
/* Desktop homepage banner: slightly narrower and lower without changing mobile media. */
@media (min-width:961px){.fx-hero.has-image{width:min(calc(100% - 48px),1200px)!important;margin-top:14px!important;margin-bottom:18px!important;}.fx-hero.has-image .fx-hero-media{max-height:340px!important;}.fx-hero.has-image .fx-hero-media img{width:100%!important;height:340px!important;object-fit:cover!important;object-position:center center!important;}}

/* ===== CANONICAL CATALOG GRID ===== */
.fx-products,#productGrid.fx-products-catalog,.fx-products-catalog,#productGrid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px 14px!important;align-items:stretch!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-top:0!important;padding-top:0!important;box-sizing:border-box!important;}
@media (min-width:961px) and (max-width:1199px){#productGrid.fx-products-catalog,.fx-products-catalog,#productGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media (max-width:960px){#productGrid.fx-products-catalog,.fx-products-catalog,#productGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important;order:4;}#productGrid.fx-products-catalog>*,.fx-products-catalog>*,#productGrid>*{min-width:0!important;max-width:100%!important;}}
@media (max-width:360px){#productGrid.fx-products-catalog,.fx-products-catalog,#productGrid{grid-template-columns:1fr!important;}}
/* One semantic grid for every footer column.  Catalog pages use the same
   footer instead of a special reduced copy, so the content cannot disappear. */
.site-footer .site-footer-grid-compact{display:grid;grid-template-columns:minmax(210px,1.45fr) repeat(6,minmax(105px,1fr));align-items:start;gap:clamp(18px,2vw,30px);padding-top:30px;padding-bottom:26px;padding-left:0;}
.site-footer .site-footer-grid-compact>section{display:block;min-width:0;width:100%;max-width:none;margin:0;justify-self:stretch;text-align:left;}
.site-footer .site-footer-grid-compact h3{margin:2px 0 11px;font-size:11px;line-height:1.2;}
.site-footer .site-footer-grid-compact h3 a{color:inherit;text-decoration:none;}
.site-footer .site-footer-grid-compact section>p,
.site-footer .site-footer-grid-compact section>span,
.site-footer .site-footer-grid-compact section>a:not(.site-logo){display:block;margin:6px 0;color:#666d76;font-size:12px;line-height:1.35;text-decoration:none;}
.site-footer .site-footer-grid-compact section>a:hover{color:#111;text-decoration:underline;}
.site-footer .site-footer-about p{max-width:245px;}
.site-footer .site-footer-brand{min-width:0;}
.site-footer .site-footer-brand>a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.site-footer .site-footer-grid-compact .footer-logo{margin:0 0 12px;}
.site-footer .site-footer-bottom .site-container{min-height:44px;}
html.is-catalog-route body.shop-body #storeFooter .site-footer-grid.site-footer-grid-compact,
html.is-catalog-route body.shop-body #storeFooter .site-footer-bottom .site-container{padding-left:0;}
html.is-catalog-route body.shop-body #storeFooter .site-footer-grid.site-footer-grid-compact>section{display:block;}
@media (max-width:1319px){.site-footer .site-footer-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media (max-width:899px){.site-footer .site-footer-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 28px;}}
@media (max-width:560px){.product-admin-card{padding:24px 16px 18px;border-radius:18px;}.product-admin-fields{grid-template-columns:1fr;}.product-admin-fields .product-admin-field-wide{grid-column:auto;}.product-admin-color-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:210px;}.product-admin-seo-grid{grid-template-columns:1fr;}.product-admin-seo-grid .product-admin-seo-wide{grid-column:auto;}.product-admin-seo-toolbar{align-items:stretch;}#adminProductSeoMessage{flex-basis:100%;}.product-admin-actions{display:grid;grid-template-columns:1fr 1fr;}.site-footer .site-footer-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 20px;padding-top:26px;padding-bottom:24px;}.site-footer .site-footer-about{grid-column:1/-1;}.site-footer .site-footer-about p{max-width:360px;}.site-footer .site-footer-brand{display:block;}}
@media (max-width:350px){.site-footer .site-footer-grid-compact{grid-template-columns:1fr;}.site-footer .site-footer-about{grid-column:auto;}}
/* 69.9.0: the desktop catalog sidebar must stop visually at the catalog edge. */
@media (min-width:961px){html.is-catalog-route body.shop-body #storeFooter{position:relative;z-index:24;isolation:isolate;background:#111318;}html.is-catalog-route body.shop-body .fx-sidebar,
  html.is-catalog-route body.shop-body aside.fx-sidebar{z-index:6!important;}}

/* 69.20.0 — account cart reminder preferences */
.account-check{display:flex!important;flex-direction:row!important;align-items:center!important;gap:9px!important;margin:10px 0!important}
.account-check input{width:auto!important;min-height:auto!important}
/* 69.21.0 configurable desktop homepage banner */
@media (min-width:961px){
  .fx-hero.has-image .fx-hero-media{height:var(--banner-desktop-height,430px)!important;max-height:var(--banner-desktop-height,430px)!important;background:#111!important;}
  .fx-hero.has-image .fx-hero-media img{height:100%!important;width:100%!important;object-fit:var(--banner-fit,contain)!important;object-position:var(--banner-x,50%) var(--banner-y,50%)!important;background:#111!important;}
}

/* 69.21.0 richer product card */
.product-size-tools{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 16px}.product-size-tools button{border:0;background:transparent;padding:0;color:#333;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.product-fit-note{display:grid;gap:5px;padding:14px 16px;margin:0 0 16px;border:1px solid var(--line);border-radius:12px;background:#fafafa}.product-fit-note span{font-size:14px;line-height:1.45}.product-fit-note small{color:var(--muted);line-height:1.4}.product-engagement{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:38px 0}.product-engagement>article{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff}.product-review-list,.product-question-list{display:grid;gap:12px}.product-review{border-top:1px solid var(--line);padding-top:14px}.product-review:first-child{border-top:0}.product-review>div{display:flex;justify-content:space-between;gap:12px}.product-review span{letter-spacing:2px}.product-review h3{font-size:15px;margin:8px 0 4px}.product-review p,.product-question p{color:#4d4d4d;line-height:1.55}.product-empty-note{color:var(--muted)}.product-question{border-top:1px solid var(--line);padding-top:12px}.product-question summary{cursor:pointer;font-weight:700}.product-form-details{margin-top:18px}.product-form-details summary{cursor:pointer;font-weight:800}.product-form-details form{display:grid;gap:10px;margin-top:12px}.product-form-details input,.product-form-details select,.product-form-details textarea,.product-info-card input,.product-info-card select{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff}.product-form-details button,.product-info-card>button[type=submit]{border:0;border-radius:10px;padding:13px 18px;background:#111;color:#fff;font-weight:800}.product-form-details small,.product-info-card small{min-height:18px;color:#555}.product-info-modal{position:fixed;inset:0;z-index:210;display:none;align-items:center;justify-content:center;padding:20px}.product-info-modal.open{display:flex}.product-info-modal .backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}.product-info-card{position:relative;z-index:1;width:min(100%,520px);max-height:min(90vh,720px);overflow:auto;background:#fff;border-radius:16px;padding:26px;display:grid;gap:14px}.product-info-card>button[data-product-dialog-close]{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:28px}.product-info-card table{width:100%;border-collapse:collapse}.product-info-card th,.product-info-card td{padding:10px;border-bottom:1px solid var(--line);text-align:left}.product-info-card label{display:grid;gap:6px;font-weight:700}.product-recs .product-rec img{width:100%;height:100%;object-fit:contain}.hidden{display:none!important}@media(max-width:760px){.product-engagement{grid-template-columns:1fr;gap:14px}.product-engagement>article{padding:18px}.product-size-tools{font-size:13px}.product-info-card{padding:22px 16px}}


/* 69.21.3 mobile storefront stability */
.product-crumb{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;line-height:1.45!important;}
.product-crumb a,.product-crumb span{display:inline-flex!important;align-items:center!important;white-space:normal!important;}
.product-main-image img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;}
.site-mobile-menu[aria-hidden="true"]{visibility:hidden!important;pointer-events:none!important;}
.site-mobile-menu[aria-hidden="false"]{visibility:visible!important;}

@media (max-width:760px){
  .product-shell{padding-top:18px!important;}
  .product-crumb{font-size:12px!important;margin:0 0 14px!important;}
  .product-main-image{min-height:min(112vw,620px)!important;background:#f5f5f5!important;}
  .product-main-image .image-placeholder{min-height:min(112vw,620px)!important;display:grid!important;place-items:center!important;}

  /* Home rails use the full centered viewport width with equal side gutters. */
  .fx-block>.fx-container,.fx-dynamic-collection{width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;padding-left:12px!important;padding-right:12px!important;}
  .fx-rail-wrap{width:100%!important;margin:0 auto!important;}
  .fx-rail{width:100%!important;padding:0!important;margin:0!important;scroll-padding-inline:0!important;grid-auto-columns:calc((100vw - 36px)/2)!important;gap:12px!important;}
  .fx-rail .fx-card{width:100%!important;min-width:0!important;}

  /* Product cards keep sizes in their own row and never under the price. */
  .fx-card-info{display:flex!important;flex-direction:column!important;min-width:0!important;}
  .fx-card-sizes{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;max-height:28px;min-height:24px;margin:5px 0 4px;padding-bottom:2px;scrollbar-width:none;}
  .fx-card-sizes::-webkit-scrollbar{display:none;}
  .fx-card-sizes .fx-size-chip{flex:0 0 auto;}
  .fx-price{position:relative!important;z-index:1!important;width:100%!important;min-height:24px!important;margin-top:2px!important;background:#fff!important;}

  /* Full mobile filter functionality while preserving the mobile drawer style. */
  #filterDrawer.drawer{inset:0!important;width:100%!important;max-width:none!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;padding:0 16px 92px!important;overflow-y:auto!important;}
  #filterDrawer .drawer-head{position:sticky!important;top:0!important;z-index:5!important;background:#fff!important;padding:16px 0 12px!important;border-bottom:1px solid #eee!important;}
  #filterDrawer .apply{position:fixed!important;left:16px!important;right:16px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;z-index:8!important;width:auto!important;box-shadow:0 10px 30px rgba(0,0,0,.18)!important;}
  #filterDrawer .fx-drawer-filter-group{display:block!important;width:100%!important;}
}


/* 69.21.5 — mobile rails, fixed card sizes and filter footer */
@media (max-width:760px){
  #homeCollections,
  #homePage{overflow-x:hidden!important;}
  #homeCollections .fx-dynamic-collection,
  #homePage>.fx-container.fx-block,
  .fx-dynamic-collection{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin-left:12px!important;
    margin-right:12px!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }
  .fx-dynamic-collection .fx-title,
  #homePage>.fx-container.fx-block>.fx-title{padding-left:0!important;padding-right:0!important;}
  .fx-rail{
    width:100%!important;
    max-width:100%!important;
    grid-auto-columns:calc((100% - 12px) / 2)!important;
    gap:12px!important;
    padding-left:0!important;
    padding-right:0!important;
    scroll-padding-left:0!important;
    box-sizing:border-box!important;
  }
  .fx-card-sizes{
    display:flex;
    flex-wrap:nowrap;
    overflow:hidden;
    max-width:100%;
    width:100%;
    min-height:24px;
    max-height:24px;
    gap:3px;
    margin:5px 0 4px;
    padding:0;
  }
  .fx-card-sizes .fx-size-chip{
    flex:0 0 auto;
    min-width:24px;
    max-width:34px;
    height:22px;
    padding:0 5px;
    font-size:9.5px;
  }
  .fx-card-sizes .fx-size-more{margin-left:auto;}
  #filterDrawer.drawer{
    display:flex!important;
    flex-direction:column!important;
    overflow-y:auto!important;
    padding-bottom:0!important;
  }
  #filterDrawer .drawer-head{position:sticky!important;top:0!important;z-index:3!important;background:#fff!important;}
  #filterDrawer .apply,
  #filterDrawer button.apply{
    position:sticky!important;
    left:auto!important;
    right:auto!important;
    bottom:0!important;
    z-index:4!important;
    width:calc(100% - 36px)!important;
    margin:16px 18px 0!important;
    box-shadow:0 -10px 18px rgba(255,255,255,.96),0 8px 20px rgba(0,0,0,.12)!important;
    flex:0 0 auto!important;
  }
}

/* 69.22.0 — returns workflow, complete size lists and centered collections */
.return-portal{margin:28px 0;border:1px solid var(--line);border-radius:22px;background:#fff;padding:clamp(18px,3vw,34px);box-shadow:0 16px 45px rgba(15,23,42,.06)}
.return-portal-head{max-width:760px;margin-bottom:22px}.return-portal-head>span{font-size:11px;font-weight:800;letter-spacing:.14em;color:#808080}.return-portal-head h2{font-size:clamp(26px,4vw,42px);margin:6px 0 8px}.return-portal-head p{color:var(--muted);line-height:1.55}
.return-guest-form,.return-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.return-guest-form{align-items:end;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;margin-bottom:16px}.return-portal label{display:grid;gap:7px;font-size:13px;font-weight:750}.return-portal input,.return-portal select,.return-portal textarea{width:100%;min-width:0;border:1px solid #dcdcdc;border-radius:11px;background:#fff;padding:12px 13px;font:inherit;color:#111}.return-portal input:focus,.return-portal select:focus,.return-portal textarea:focus{outline:2px solid #111;outline-offset:2px}.return-portal button{min-height:44px;border:1px solid #111;border-radius:11px;background:#111;color:#fff;padding:11px 18px;font-weight:800;cursor:pointer}.return-portal button:disabled{opacity:.55;cursor:wait}.return-order-picker{margin:0 0 18px;max-width:560px}.return-request-form{display:grid;gap:16px}.return-request-form fieldset{border:0;padding:0;margin:0}.return-request-form legend{font-size:16px;font-weight:850;margin-bottom:10px}.return-items{display:grid;gap:9px}.return-item-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center;gap:12px;border:1px solid #e8e8e8;border-radius:13px;padding:11px 12px;font-weight:400!important}.return-item-row>input{width:20px!important;height:20px;position:absolute;opacity:0}.return-item-row:has(>input:checked){border-color:#111;background:#fafafa;box-shadow:inset 3px 0 #111}.return-item-main{display:flex;align-items:center;gap:11px;min-width:0}.return-item-main img{width:58px;height:58px;object-fit:contain;border-radius:8px;background:#f3f3f3}.return-item-main>span{display:grid;gap:4px;min-width:0}.return-item-main b{font-size:14px;white-space:normal}.return-item-main small{color:var(--muted);font-size:12px}.return-item-qty{display:grid;gap:4px;font-size:11px;color:var(--muted)}.return-item-qty select{min-width:74px;padding:9px}.return-confirm{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:9px!important;font-weight:500!important}.return-confirm input{width:18px!important;height:18px;flex:0 0 auto}.return-request-form>label>small{font-weight:400;color:var(--muted);line-height:1.4}.return-result{min-height:22px;margin:14px 0 0;font-weight:700}.return-result.is-ok{color:#176b3a}.return-result.is-error{color:#a21d24}.return-history-wrap{margin-top:30px;padding-top:22px;border-top:1px solid var(--line)}.return-history-wrap h3{font-size:20px;margin:0 0 12px}.return-history{display:grid;gap:10px}.return-history-card{border:1px solid #e7e7e7;border-radius:13px;padding:14px;display:grid;gap:8px}.return-history-card>div:first-child{display:flex;justify-content:space-between;gap:12px;align-items:center}.return-history-card>small{color:var(--muted)}.return-history-card>div:last-of-type{display:flex;flex-wrap:wrap;gap:6px}.return-history-card>div:last-of-type span{font-size:12px;background:#f5f5f5;border-radius:7px;padding:6px 8px}.return-history-card button{justify-self:start;min-height:36px;background:#fff;color:#111;padding:7px 12px}.return-status{font-size:11px;font-weight:800;border-radius:999px;padding:6px 9px;background:#f0f0f0}.return-status.status-approved,.return-status.status-received,.return-status.status-refunded,.return-status.status-completed{background:#e9f7ef;color:#176b3a}.return-status.status-rejected,.return-status.status-cancelled{background:#fdebec;color:#9f1b22}.return-empty{color:var(--muted);margin:8px 0}

/* Every available size is rendered. It wraps inside its own reserved block,
   so no artificial +1/+3 chip can consume the place of a real size. */
.fx-card-sizes{display:flex;flex-wrap:wrap;align-content:flex-start;overflow:visible;width:100%;max-width:100%;min-height:48px;max-height:none;gap:3px;margin:5px 0 5px;padding:0;position:static}
.fx-card-sizes.fx-card-sizes-empty{visibility:hidden}
.fx-card-sizes .fx-size-chip{flex:0 0 auto;min-width:25px;max-width:none;height:21px;padding:0 5px;font-size:9.5px;line-height:19px;text-align:center}
.fx-card-sizes .fx-size-more{display:none}
.fx-card-info{display:flex!important;flex-direction:column!important;min-width:0!important}
.fx-price{position:static!important;z-index:auto!important;clear:both!important;width:100%!important;min-height:26px!important;margin-top:0!important;background:#fff!important;flex-shrink:0!important}
.product-rec-sizes{display:flex!important;flex-wrap:wrap!important;align-content:flex-start!important;gap:6px!important;overflow:visible!important;max-height:none!important;min-height:54px!important}.product-rec-sizes .more{display:none!important}

@media (min-width:701px){
  #homeCollections .fx-dynamic-collection,.fx-dynamic-collection{width:min(100% - 40px,1440px)!important;margin-left:auto!important;margin-right:auto!important}
  #homeCollections .fx-rail-wrap,.fx-dynamic-collection .fx-rail-wrap{width:100%!important;margin-inline:auto!important}
  #homeCollections .fx-rail,.fx-dynamic-collection .fx-rail{margin-inline:auto!important}
  #homeCollections .fx-rail.is-short,.fx-dynamic-collection .fx-rail.is-short{justify-content:center!important}
}
@media (max-width:760px){
  .return-guest-form,.return-form-grid{grid-template-columns:1fr}.return-guest-form button{width:100%}.return-item-row{grid-template-columns:minmax(0,1fr) 76px!important}.return-item-main img{width:48px;height:48px}.return-history-card>div:first-child{align-items:flex-start;flex-direction:column}
  .fx-card-sizes{min-height:48px;max-height:none;overflow:visible;flex-wrap:wrap}
  .fx-card-sizes .fx-size-more{display:none;margin-left:0}
  .fx-price{margin-top:0!important}
}
.account-return-link{display:inline-flex;margin-top:10px;border:1px solid #111;border-radius:9px;padding:8px 11px;color:#111;font-size:12px;font-weight:800;text-decoration:none}.account-return-link:hover{background:#111;color:#fff}

/* 69.24.0 — one-line catalog sizes, centered collections and bottom actions */
.fx-card-sizes{display:flex;flex-wrap:nowrap;align-items:center;align-content:center;overflow:hidden;width:100%;max-width:100%;min-height:24px;max-height:24px;gap:3px;margin:5px 0;padding:0;white-space:nowrap;box-sizing:border-box}
.fx-card-sizes .fx-size-chip,.fx-card-sizes .fx-size-more{display:inline-flex;align-items:center;justify-content:center;flex:0 1 auto;min-width:0;max-width:42px;min-height:21px;max-height:21px;height:21px;box-sizing:border-box;padding:0 5px;font-size:9.5px;line-height:19px;text-align:center;overflow:hidden}
.fx-card-sizes .fx-size-chip{border:1px solid #e2e5e9;border-radius:7px;background:#fff;color:#31353a}
.fx-card-sizes .fx-size-more{flex:0 0 28px;margin-left:0;border:1px dashed #d8dce1;border-radius:7px;background:#fafafa;color:#646b75}
.fx-card-sizes.fx-card-sizes-empty{visibility:hidden}
#homeNew.fx-rail.is-short{justify-content:center;margin-inline:auto}
@media(max-width:760px){.fx-card-sizes{min-height:24px;max-height:24px;overflow:hidden;flex-wrap:nowrap}.fx-card-sizes .fx-size-more{display:inline-flex}}
@media(min-width:701px){.fx-ample-selection{width:min(calc(100% - 40px),1440px);margin-left:auto;margin-right:auto}}
