: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;}

*{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{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;}







.auth-close svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}














.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){.fx-products{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){.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{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){.fx-hero-copy h1{font-size:40px;}.fx-home-cats{gap:10px;}.fx-round{height:130px;}.fx-products,.fx-products-catalog{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 (max-width:620px){.site-container,.fx-container{width:min(100% - 24px,1240px);}}
.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:4/5;}}
.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{object-fit:cover!important;object-position:center!important;transform:none!important;mix-blend-mode:multiply;}.product-main-image img,.product-thumb img{object-fit:contain!important;object-position:center!important;transform:none!important;mix-blend-mode:normal;}
.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-rec img{object-fit:cover!important;transform:none!important;padding:0!important;}.product-main-image img,.product-thumb img{object-fit:contain!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;}

.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/5!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;}}

: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;}























.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){.fx-filter-group{min-width:112px;}.fx-filter-group summary{padding:0 12px;}.fx-filter-actions{margin-left:0;}}
@media (max-width:1000px){.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);}.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;}}
@media (max-width:430px){.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:4/5!important;}}
.fx-products-catalog .fx-photo{aspect-ratio:4/5!important;}
@media (max-width:430px){.fx-products-catalog .fx-photo{aspect-ratio:4/5!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;}















.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;}}

.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:4/5!important;}}
.fx-card{margin:0!important;}
.fx-photo,.fx-card-media .fx-photo{position:relative!important;width:100%!important;aspect-ratio:4/5!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;}




.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;}
body.shop-body{background:#f7f7f8!important;color:#1a1a1a;}





.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-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;}}


.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:4/5!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:contain!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;}}
.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-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(98vw,1440px);max-height:94dvh;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;}

.fx-mobile-bar{display:none;}
@media (max-width: 960px){.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;}}
@media (min-width: 961px){.fx-mobile-bar{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: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;}



@media (max-width: 960px){.fx-title-right .fx-sort-pill,.fx-title-right .fx-mobile-filter{display:none!important;}}






.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:translateY(1px);}
@media (max-width: 960px){.fx-buy-now{min-height:34px;font-size:11px;}}
.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;}





.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;}}
.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;}



#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;}

.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:contain!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:contain!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;}

@media (max-width:820px){.site-main{grid-template-columns:1fr auto!important;width:min(100% - 20px,100%)!important;gap:8px!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-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-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:999px!important;width:36px!important;height:36px!important;aspect-ratio:1/1!important;box-sizing:border-box!important;}
.fx-badge,.fx-sort-pill select,#sortFilter,.fx-active-filters > *,.fx-filter-chip{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-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 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:contain!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:contain!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: 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:0!important;padding-right:0!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;}}


.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){#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 (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 (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 (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;}
.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;}

.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:not(.fx-hero-inner){width:min(100% - 24px,1240px)!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-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){#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: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:contain!important;object-position:center center!important;padding:0!important;margin:0!important;display:block!important;transform:none!important;background:var(--ui-soft, #f4f4f5)!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-copy{height:auto!important;min-height:0!important;overflow:visible!important;}
.fx-card-info{min-height:0!important;overflow:visible!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;}

.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;}}



.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;}}

@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:0!important;}
.product-thumb img{padding:0!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-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-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;}
@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;}

.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;}}

@media (max-width:460px){.site-footer-bottom .site-container span{display:block;}.site-footer-bottom .site-container span + span{margin-top:4px;}}

.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;}}


@media (max-width:960px){.fx-filter-stack{display:contents;}}

.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;}

.fx-hero{
  position:relative;
  width:min(calc(100% - 24px),1840px);
  margin:12px auto 28px;
  overflow:hidden;
  border:0;
  border-radius:14px;
  background:#f1f1ef;
  color:#111;
}
.fx-hero .fx-hero-inner{
  position:relative;
  display:block;
  width:100%;
  max-width:none;
  height:var(--banner-render-height,clamp(420px,max(var(--banner-desktop-height,460px),calc(33.333vw - 8px)),680px));
  min-height:0;
  margin:0;
  padding:0;
}
.fx-hero-media{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  overflow:hidden;
  background:#f1f1ef;
}
.fx-hero-media img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:var(--banner-fit,contain);
  object-position:var(--banner-x,50%) var(--banner-y,50%);
  background:#f1f1ef;
}
.fx-hero-media:empty,.fx-hero-media img[src=""],.fx-hero-media img:not([src]),.fx-hero:not(.has-image) .fx-hero-media{display:none;}
.fx-hero-copy{
  --banner-copy-effective-width:min(var(--banner-copy-width,560px),calc(100% - 48px));
  --banner-copy-effective-height:min(var(--banner-copy-height,340px),calc(100% - 48px));
  position:absolute;
  z-index:2;
  left:var(--banner-copy-left,var(--banner-copy-x,28%));
  top:var(--banner-copy-top,var(--banner-copy-y,50%));
  transform:translate(-50%,-50%);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  width:var(--banner-copy-render-width,var(--banner-copy-effective-width));
  height:var(--banner-copy-render-height,var(--banner-copy-effective-height));
  min-width:0;
  max-width:none;
  padding:clamp(24px,3vw,48px);
  box-sizing:border-box;
  overflow:hidden;
  border-radius:12px;
  color:#111;
  background:rgba(255,255,255,var(--banner-copy-opacity,.88));
  backdrop-filter:blur(var(--banner-copy-blur,5px));
}
.fx-hero:not(.has-image){background:linear-gradient(135deg,#f5f5f6,#e9eceb);}
.fx-hero:not(.has-image) .fx-hero-copy{background:rgba(255,255,255,var(--banner-copy-opacity,.88));}
.fx-hero.is-copy-empty:not(.has-image){display:none;}
@media (min-width:761px){
  .fx-hero:not(.has-image) .fx-hero-inner{height:auto;min-height:320px;padding:clamp(28px,4.5vw,68px);}
  .fx-hero:not(.has-image) .fx-hero-copy{
    position:relative;left:auto;top:auto;width:min(620px,100%);height:auto;min-height:220px;
    transform:none;overflow:visible;
  }
}
#homeBannerKicker{
  display:inline-block;
  margin:0 0 10px;
  color:#4e535a;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.fx-hero-copy h1,#homeSeoH1{
  max-width:15ch;
  margin:0 0 12px;
  color:#111;
  font-size:clamp(28px,3.25vw,52px);
  font-weight:800;
  line-height:1.02;
  letter-spacing:-.04em;
}
.fx-hero-copy p,#homeSeoIntro{
  display:-webkit-box;
  max-width:48ch;
  margin:0 0 20px;
  overflow:hidden;
  color:#353a40;
  font-size:clamp(13px,1.05vw,16px);
  line-height:1.52;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
}
.fx-hero-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:0;}
.fx-hero-cta,.fx-hero-buttons .fx-hero-cta{
  position:relative;
  z-index:3;
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border:1px solid #111;
  border-radius:4px;
  background:#111;
  color:#fff;
  font-size:12px;
  font-weight:750;
  text-decoration:none;
  pointer-events:auto;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.fx-hero-cta:hover,.fx-hero-cta:focus-visible{background:#fff;color:#111;transform:translateY(-1px);}
.fx-hero-ghost,.fx-hero-buttons button{display:none;}
@media (max-width:760px){
  .fx-hero{width:calc(100% - 16px);margin:8px auto 20px;border-radius:12px;background:#fff;}
  .fx-hero .fx-hero-inner{display:flex;height:auto;min-height:0;flex-direction:column;}
  .fx-hero.has-image .fx-hero-media{
    position:relative;
    inset:auto;
    order:1;
    width:100%;
    height:clamp(170px,52vw,230px);
    aspect-ratio:auto;
  }
  .fx-hero.has-image .fx-hero-media img{
    object-fit:cover;
    object-position:var(--banner-x,50%) var(--banner-y,50%);
  }
  .fx-hero-copy,.fx-hero.has-image .fx-hero-copy,.fx-hero:not(.has-image) .fx-hero-copy{
    position:relative;
    left:auto;
    top:auto;
    order:2;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:"kicker actions" "title actions" "description actions";
    align-items:center;
    column-gap:12px;
    row-gap:3px;
    width:100%;
    height:auto;
    min-height:0;
    max-width:none;
    transform:none;
    padding:14px 14px 15px;
    border-radius:0;
    background:rgba(255,255,255,var(--banner-copy-opacity,.88));
    backdrop-filter:blur(var(--banner-copy-blur,0px));
  }
  #homeBannerKicker{grid-area:kicker;margin:0 0 2px;font-size:9px;letter-spacing:.12em;}
  .fx-hero-copy h1,#homeBannerTitle,#homeSeoH1{
    grid-area:title;
    max-width:18ch;
    margin:0;
    font-size:clamp(21px,6.8vw,30px);
    line-height:1.05;
  }
  .fx-hero-copy p,#homeSeoIntro{
    grid-area:description;
    max-width:48ch;
    margin:3px 0 0;
    font-size:12px;
    line-height:1.38;
    -webkit-line-clamp:2;
  }
  .fx-hero-buttons{
    grid-area:actions;
    align-self:center;
    justify-self:end;
    flex-wrap:nowrap;
  }
  .fx-hero-cta,.fx-hero-buttons .fx-hero-cta{
    min-height:40px;
    padding:0 14px;
    white-space:nowrap;
    font-size:10px;
  }
}
@media (max-width:360px){
  .fx-hero.has-image .fx-hero-media{height:170px;}
  .fx-hero-copy,.fx-hero.has-image .fx-hero-copy,.fx-hero:not(.has-image) .fx-hero-copy{column-gap:9px;padding:13px 12px 14px;}
  .fx-hero-copy h1,#homeBannerTitle,#homeSeoH1{font-size:21px;}
  .fx-hero-cta,.fx-hero-buttons .fx-hero-cta{min-height:38px;padding:0 11px;font-size:9px;}
}


.fx-products{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;}
#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 (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;}}

.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;}}

@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;}}


.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}

.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}@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}}



.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:contain!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;}

  
  .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;}

  
  .fx-card-info{display:flex!important;flex-direction:column!important;min-width:0!important;}
  .fx-price{position:relative!important;z-index:1!important;width:100%!important;min-height:24px!important;margin-top:2px!important;background:#fff!important;}

  
  #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 24px!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 .fx-drawer-filter-group{display:block!important;width:100%!important;}
}



@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;
  }
  #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;}
  
}


.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:28px minmax(0,1fr) auto!important;align-items:center;gap:12px;border:1px solid #e8e8e8;border-radius:13px;padding:11px 12px;font-weight:400!important;cursor:pointer}.return-item-row>input{position:absolute;opacity:0;pointer-events:none}.return-item-check{display:grid;place-items:center;width:22px;height:22px;border:2px solid #bbb;border-radius:6px;color:transparent;font-size:14px;font-weight:900}.return-item-row.is-selected,.return-item-row:has(>input:checked){border-color:#111;background:#fafafa;box-shadow:inset 3px 0 #111}.return-item-row.is-selected .return-item-check,.return-item-row:has(>input:checked) .return-item-check{background:#111;border-color:#111;color:#fff}.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}

.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){
  
  .home-popular-sections,#homePage>.fx-ample-selection,#homeCollections .fx-dynamic-collection,.fx-dynamic-collection{width:min(100% - 40px,1440px)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!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:24px 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-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}


.fx-card-sizes{display:flex;align-items:center;align-content:center;flex-wrap:nowrap;width:100%;max-width:100%;min-width:0;min-height:24px;max-height:24px;gap:3px;margin:5px 0;padding:0;overflow:hidden;white-space:nowrap;box-sizing:border-box}
.fx-card-sizes.fx-card-sizes-empty{visibility:hidden}
.fx-card-sizes [hidden]{display:none!important}
.fx-card-sizes .fx-size-chip,.fx-card-sizes .fx-size-more{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:24px;height:21px;box-sizing:border-box;padding:0 5px;border:1px solid #e2e5e9;border-radius:7px;background:#fff;color:#31353a;font-size:9.5px;font-weight:650;line-height:19px;letter-spacing:0;text-align:center;white-space:nowrap}
.fx-card-sizes .fx-size-more{min-width:28px;border-style:dashed;border-color:#d8dce1;background:#fafafa;color:#646b75}
.fx-card-sizes .fx-size-chip.is-wide{min-width:56px;padding-inline:7px;font-size:9px}
#homeNew.fx-rail.is-short{justify-content:center;margin-inline:auto}
@media(max-width:560px){.fx-card-sizes .fx-size-chip.is-wide{min-width:52px;padding-inline:6px}}



.home-popular-sections{padding-top:28px;padding-bottom:16px}
.home-popular-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.home-popular-head h2{margin:0;color:#18191b;font-size:clamp(30px,3.25vw,48px);font-weight:800;line-height:.98;letter-spacing:-.04em}
.home-popular-head a{display:inline-flex;align-items:center;gap:9px;color:#111;font-size:14px;font-weight:650;text-decoration:none;white-space:nowrap}
.home-popular-head a span:last-child{font-size:21px;font-weight:400;line-height:1;transition:transform .18s ease}
.home-popular-head a:hover span:last-child{transform:translateX(4px)}
.home-popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(150px,13.5vw,205px);gap:10px}
.home-popular-card{position:relative;display:block;min-width:0;overflow:hidden;border-radius:12px;background:linear-gradient(145deg,#f3efe8,#d9d6cf);color:#fff;text-decoration:none;isolation:isolate}
.home-popular-card-accessories{background:linear-gradient(145deg,#e4e2dc,#c8cbc7)}
.home-popular-card-clothing{background:linear-gradient(145deg,#f2eee5,#d8d0c1)}
.home-popular-card-sale{background:linear-gradient(145deg,#d62951,#5a081d)}
.home-popular-card-main{grid-column:span 2;grid-row:span 2}
.home-popular-card img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}
.home-popular-card img[src=""],.home-popular-card img:not([src]){display:none}
.home-popular-card:hover img{transform:scale(1.02)}
.home-popular-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,8,8,0) 48%,rgba(8,8,8,.58) 100%);pointer-events:none}
.home-popular-arrow{position:absolute;z-index:2;top:14px;right:14px;display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:19px;line-height:1;backdrop-filter:blur(8px);transition:transform .18s ease,background .18s ease}
.home-popular-card:hover .home-popular-arrow{transform:translate(2px,-2px);background:rgba(255,255,255,.2)}
.home-popular-copy{position:absolute;z-index:2;right:16px;bottom:15px;left:16px;display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.home-popular-copy small{font-size:10px;font-weight:800;letter-spacing:.1em;opacity:.8}
.home-popular-copy strong{font-size:clamp(17px,1.45vw,23px);font-weight:800;line-height:1;letter-spacing:-.035em}
.home-popular-card-main .home-popular-copy{right:22px;bottom:22px;left:22px}
.home-popular-card-main .home-popular-copy strong{font-size:clamp(32px,3.7vw,50px)}
@media (max-width:900px){
  .home-popular-sections{padding-top:22px}
  .home-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:180px}
  .home-popular-card-main{grid-column:1/-1;grid-row:span 1;min-height:260px}
}
@media (max-width:560px){
  .home-popular-sections{padding-top:18px;padding-bottom:8px}
  .home-popular-head{align-items:flex-start;margin-bottom:14px}
  .home-popular-head h2{max-width:7ch;font-size:28px;line-height:.95}
  .home-popular-head a{gap:6px;padding-top:4px;font-size:12px}
  .home-popular-head a span:last-child{font-size:17px}
  .home-popular-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:172px 152px 152px 152px;
    grid-template-areas:"main main" "clothing sneakers" "clothing accessories" "sale sale";
    grid-auto-rows:unset;
    gap:8px;
  }
  .home-popular-card{border-radius:10px;color:#17191c}
  .home-popular-card-main{grid-area:main;min-height:0}
  .home-popular-card-sneakers{grid-area:sneakers}
  .home-popular-card-accessories{grid-area:accessories}
  .home-popular-card-clothing{grid-area:clothing}
  .home-popular-card-sale{grid-area:sale;color:#fff}
  .home-popular-arrow,.home-popular-copy small{display:none}
  .home-popular-shade{display:none}
  .home-popular-card-sale .home-popular-shade{display:block;background:linear-gradient(180deg,rgba(8,8,8,0) 45%,rgba(8,8,8,.34) 100%)}
  .home-popular-copy,.home-popular-card-main .home-popular-copy{top:13px;right:13px;bottom:auto;left:13px;gap:0}
  .home-popular-copy strong,.home-popular-card-main .home-popular-copy strong{font-size:18px;line-height:1.05;letter-spacing:-.025em}
}



.home-popular-card img{transition:opacity .28s ease,transform .45s ease}
.home-popular-card img.is-switching{opacity:.18}
.home-popular-carousel-nav{display:flex;align-items:center;justify-content:center;gap:10px;min-height:30px;margin:16px auto 0;padding:4px 0}
.home-popular-carousel-nav[hidden]{display:none}
.home-popular-carousel-dot{display:block;width:10px;height:10px;min-width:10px;padding:0;border:0;border-radius:999px;background:#c9c9c9;cursor:pointer;transition:width .22s ease,background .22s ease,transform .18s ease}
.home-popular-carousel-dot:hover{transform:scale(1.08);background:#a9a9a9}
.home-popular-carousel-dot.is-active{width:40px;background:#1b1b1d}
.home-popular-carousel-dot:focus-visible{outline:2px solid #1b1b1d;outline-offset:4px}
@media(max-width:640px){
  .home-popular-carousel-nav{gap:9px;min-height:26px;margin-top:12px}
  .home-popular-carousel-dot{width:9px;height:9px;min-width:9px}
  .home-popular-carousel-dot.is-active{width:38px}
}
@media(prefers-reduced-motion:reduce){
  .home-popular-card img,.home-popular-carousel-dot{transition:none}
}


.fx-image-status{position:absolute;left:8px;right:8px;bottom:8px;z-index:3;display:block;padding:6px 8px;border-radius:8px;background:rgba(255,255,255,.9);color:#667085;font-size:10px;font-weight:700;line-height:1.2;text-align:center;opacity:0;pointer-events:none;transition:opacity .18s ease}.fx-photo.is-image-loading .fx-image-status,.fx-photo.is-broken .fx-image-status{opacity:1}.fx-photo.is-image-loading::before{content:""!important;display:block!important;position:absolute!important;inset:0!important;background:linear-gradient(100deg,#f2f2f2 20%,#fafafa 40%,#f2f2f2 60%)!important;background-size:200% 100%!important;animation:ampleImagePreparing 1.4s linear infinite!important}.fx-photo.is-broken::after{display:none!important;content:none!important}@keyframes ampleImagePreparing{to{background-position:-200% 0}}



@media (min-width:701px){
  #homeCollections .fx-rail.is-short,.fx-dynamic-collection .fx-rail.is-short{
    width:100%!important;
    grid-auto-columns:minmax(220px,calc((100% - 56px)/5))!important;
    justify-content:center!important;
  }
  #homeCollections .fx-rail.is-short .fx-card,.fx-dynamic-collection .fx-rail.is-short .fx-card{
    width:100%!important;
    min-width:220px!important;
    max-width:280px!important;
  }
}
@media (max-width:1100px) and (min-width:701px){
  #homeCollections .fx-rail.is-short,.fx-dynamic-collection .fx-rail.is-short{
    grid-auto-columns:minmax(210px,calc((100% - 28px)/3))!important;
  }
}



.product-recs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}
.product-recs.is-short{grid-template-columns:repeat(auto-fit,minmax(220px,280px));justify-content:center}
.product-recs .product-rec-card{width:100%;height:100%;min-width:0}
.product-recs .product-rec-card .fx-card-media,.product-recs .product-rec-card .fx-photo{width:100%}
.mobile-filter-apply-bar{display:block}
@media(max-width:900px){.product-recs{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
@media(max-width:760px){
  #filterDrawer.drawer{padding-bottom:24px}
  #filterDrawer .drawer-head{position:sticky;top:0;z-index:6;background:#fff}
  #filterDrawer .mobile-filter-apply-bar{position:sticky;top:69px;z-index:5;margin:0 -2px 8px;padding:10px 2px 12px;background:#fff;border-bottom:1px solid #eee}
  #filterDrawer .mobile-filter-apply-bar .apply{position:static;display:flex;width:100%;min-height:46px;margin:0;box-shadow:none}
  .product-recs,.product-recs.is-short{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:10px}
}



@media (min-width:1200px){
  .fx-catalog-wrap,.fx-catalog>.fx-container.fx-catalog-wrap{width:min(calc(100% - 40px),1680px)!important}
}
.fx-card-copy{grid-template-rows:auto 1fr auto!important}
.fx-card-info{display:flex!important;flex-direction:column!important;gap:8px!important;min-height:0!important}
.fx-card-descriptor{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important}
.product-recs,.product-recs.is-short{justify-content:start!important;justify-items:stretch!important}
.product-recs.is-short{grid-template-columns:repeat(auto-fit,minmax(220px,280px))!important}
.product-section-head{text-align:left!important}
.product-rec-title,.product-rec-sub{text-align:left!important}
.product-mobile-accordion>summary{list-style:none;cursor:default}
.product-mobile-accordion>summary::-webkit-details-marker{display:none}
.product-mobile-accordion>summary h2{margin:0 0 16px}
.product-content-body{display:block}
.product-main-image{overflow:hidden!important}
.product-main-image img{transition:transform .18s ease!important;will-change:transform}
.product-main-image.is-zooming img{transform:scale(1.75)!important}
@media(max-width:760px){
  .product-mobile-accordion{padding:0!important;overflow:hidden}
  .product-mobile-accordion>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px;cursor:pointer}
  .product-mobile-accordion>summary h2{margin:0!important;font-size:18px!important}
  .product-mobile-accordion>summary::after{content:'+';font-size:24px;font-weight:400;line-height:1}
  .product-mobile-accordion[open]>summary::after{content:'−'}
  .product-mobile-accordion>.product-content-body{padding:0 18px 18px}
}



@media (hover:hover) and (pointer:fine){
  .fx-products-catalog .fx-photo,
  .fx-products-catalog .fx-photo-link{cursor:default!important;}
  .fx-products-catalog .fx-card:hover .fx-photo img,
  .fx-products-catalog .fx-card:focus-within .fx-photo img{
    transform:scale(1.08)!important;
  }
}



.product-sizes .product-size{width:auto!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.product-sizes .product-size.is-wide{min-width:78px!important;padding-inline:14px!important;}
.product-admin-pricing{margin-top:20px;padding:16px;border:1px solid #dfe3e8;border-radius:14px;background:#fafbfc;}
.product-admin-pricing-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px;}
.product-admin-pricing-head>div{display:grid;gap:3px;}.product-admin-pricing-head b{font-size:13px;}.product-admin-pricing-head small{color:#727984;font-size:11px;line-height:1.4;}
.product-admin-pricing-head .ghost{flex:0 0 auto;min-height:36px;padding:0 12px;border:1px solid #d8dce2;border-radius:9px;background:#fff;color:#343941;font-size:11px;font-weight:800;}
.product-admin-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}.product-admin-pricing-grid label{display:grid;gap:7px;color:#343941;font-size:12px;font-weight:750;}
.product-admin-pricing-grid input{width:100%;height:44px;border:1px solid #d8dce2;border-radius:10px;background:#fff;padding:0 12px;color:#17191d;outline:0;}.product-admin-pricing-grid input[readonly]{background:#f0f2f4;color:#646b75;}
@media(max-width:560px){.product-admin-pricing-head{display:grid}.product-admin-pricing-head .ghost{justify-self:start}.product-admin-pricing-grid{grid-template-columns:1fr}}


body.sort-sheet-open{overflow:hidden!important;}
.fx-mbar-btn #mobileSortLabel{font:inherit;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fx-sort-sheet-panel>button[data-action="mobile-sort"]{position:relative;padding-right:54px!important;}
.fx-sort-sheet-panel>button[data-action="mobile-sort"].active,
.fx-sort-sheet-panel>button[data-action="mobile-sort"][aria-checked="true"]{background:#f4f4f4!important;font-weight:750!important;}
.fx-sort-sheet-panel>button[data-action="mobile-sort"].active::after,
.fx-sort-sheet-panel>button[data-action="mobile-sort"][aria-checked="true"]::after{content:"✓";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:17px;font-weight:800;color:#111;}


:root{
  --ui-control-radius:12px;
  --ui-field-radius:12px;
  --product-control-radius:12px;
}
.product-actions button,
.product-actions button.primary,
.product-actions .primary,
.product-quick,
button.product-quick,
#quickProductOrder,
.quick-order-card input,
.quick-order-card select,
.quick-order-card textarea,
.quick-order-card button,
.product-form-details input,
.product-form-details select,
.product-form-details textarea,
.product-form-details button,
.product-admin-card input,
.product-admin-card select,
.product-admin-card textarea,
.product-admin-card button:not(.product-admin-close),
.fx-filter-search,
.fx-sidebar input,
.fx-sidebar select,
.drawer input,
.drawer select,
.drawer .apply{
  border-radius:var(--product-control-radius)!important;
}
.product-rec-together{
  margin-top:32px!important;
  margin-bottom:10px!important;
}
@media(max-width:760px){
  .product-actions{
    grid-template-columns:minmax(0,1fr) 48px!important;
    align-items:start!important;
  }
  .product-actions .primary{
    grid-column:1!important;
    width:100%!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
  }
  .product-actions .wish{
    grid-column:2!important;
    align-self:start!important;
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    aspect-ratio:1/1!important;
    padding:0!important;
    line-height:1!important;
    overflow:hidden!important;
  }
  .product-rec-together{margin-top:22px!important}
}
@media(max-width:460px){
  .product-actions{grid-template-columns:minmax(0,1fr) 46px!important}
  .product-actions .wish{
    width:46px!important;
    min-width:46px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
  }
}

.product-actions .wish{border-radius:var(--product-control-radius)!important}
@media(max-width:460px){
  .product-actions .wish{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
  }
}

body :where(
  button:not(.site-icon):not(.fx-wish):not(.quick-close):not(.auth-close):not(.product-thumb),
  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea
){border-radius:var(--product-control-radius)!important}



.product-admin-images{margin-top:20px;padding:16px;border:1px solid #dfe3e8;border-radius:14px;background:#fafbfc;}
.product-admin-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:13px;}
.product-admin-section-head>div{display:grid;gap:3px;}
.product-admin-section-head b{font-size:13px;}
.product-admin-section-head small{color:#727984;font-size:11px;line-height:1.4;}
.product-admin-section-head>span{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#fff;color:#6b7280;font-size:10px;font-weight:800;}
.product-admin-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:10px;}
.product-admin-image-choice{position:relative;display:grid;min-width:0;gap:5px;padding:8px;border:1px solid #dfe3e8;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;}
.product-admin-image-choice:hover{border-color:#aeb5bf;transform:translateY(-1px);}
.product-admin-image-choice.is-selected{border-color:#111;box-shadow:0 0 0 2px rgba(17,17,17,.09);}
.product-admin-image-choice>input{position:absolute;inset:8px auto auto 8px;width:1px;height:1px;opacity:0;pointer-events:none;}
.product-admin-image-preview{position:relative;display:grid;width:100%;aspect-ratio:4/5;place-items:center;overflow:hidden;border-radius:9px;background:#f0f2f4;color:#737984;font-size:11px;}
.product-admin-image-preview img{width:100%;height:100%;object-fit:contain;background:#f6f7f8;}
.product-admin-image-preview i{position:absolute;right:6px;bottom:6px;display:grid;min-width:25px;height:25px;padding:0 6px;place-items:center;border-radius:999px;background:rgba(17,17,17,.86);color:#fff;font-size:9px;font-style:normal;font-weight:850;}
.product-admin-image-choice>b{overflow:hidden;color:#252a31;font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;}
.product-admin-image-choice>small{overflow:hidden;color:#7b828c;font-size:9.5px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;}
@media(max-width:560px){.product-admin-images{padding:14px 12px}.product-admin-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-admin-section-head{display:grid}.product-admin-section-head>span{justify-self:start}}


.my-order{padding:18px 18px 16px;margin:12px 0;border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden;}
.my-order-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}
.my-order-head>b{font-size:15px;line-height:1.35;}
.my-order-status{display:inline-flex!important;align-items:center;max-width:100%;background:#f0f2f4;border-radius:999px;padding:5px 9px!important;font-size:11px!important;line-height:1.25;}
.my-order-meta{margin:7px 0 12px!important;color:#747981!important;font-size:13px;}
.my-order-items{display:grid!important;gap:6px;padding-top:11px;border-top:1px solid #edf0f2;}
.my-order-item{display:block;color:#555f69!important;line-height:1.45;overflow-wrap:anywhere;}
.my-order .account-return-link{display:inline-flex;margin-top:14px;font-weight:750;}
.my-orders-empty{color:#888;}
@media(max-width:520px){.my-order{padding:16px 14px 15px;border-radius:12px}.my-order-head{align-items:flex-start}.my-order-status{margin-left:0}}


.legal-page{max-width:940px;display:grid;gap:18px;padding-bottom:30px;}
.legal-updated{margin:0;color:#737a84;font-size:13px;}
.legal-section{padding:22px 24px;border:1px solid #e4e7ea;border-radius:14px;background:#fff;}
.legal-section h2{margin:0 0 12px;font-size:20px;letter-spacing:-.25px;}
.legal-section p{margin:0;color:#515963;font-size:15px;line-height:1.72;}
.legal-section ul{margin:0;padding-left:22px;color:#515963;line-height:1.7;}
.legal-section a{color:#111;text-underline-offset:3px;}
.legal-warning{padding:14px 16px;border:1px solid #e6b85d;border-radius:12px;background:#fff9e9;color:#74510d;line-height:1.5;}
.legal-consent,.auth-legal-consent{display:grid!important;grid-template-columns:17px minmax(0,1fr)!important;align-items:start!important;column-gap:9px!important;row-gap:0!important;width:100%;margin:12px 0!important;color:#555f69;font-size:12px!important;line-height:1.45;}
.legal-consent input,.auth-legal-consent input,.checkout-form .legal-consent input{display:block!important;align-self:start!important;grid-column:1!important;grid-row:1!important;flex:0 0 auto!important;width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;max-width:17px!important;max-height:17px!important;margin:0!important;padding:0!important;transform:translateY(-1px)!important;accent-color:#111;}
.legal-consent span,.auth-legal-consent span{display:block;grid-column:2!important;grid-row:1!important;min-width:0;margin:0!important;padding:0!important;}
.legal-consent a,.auth-legal-consent a{color:#111;font-weight:700;text-underline-offset:2px;}
.checkout-legal-consent{padding:13px 0 2px;border-top:1px solid #eceff2;}
@media(max-width:620px){.legal-section{padding:18px 16px}.legal-section h2{font-size:18px}.legal-section p,.legal-section ul{font-size:14px}.info-shell>.info-seo-intro{font-size:15px}}
.fx-newsletter-form{flex-wrap:wrap!important;}
.fx-newsletter-form .newsletter-legal-consent{display:flex!important;align-items:flex-start!important;flex:0 0 100%;justify-content:center;margin:10px 0 0!important;color:#c8cdd4;font-size:11px!important;}
.fx-newsletter-form .newsletter-legal-consent a{color:#fff;}
@media(max-width:600px){.fx-newsletter-form .newsletter-legal-consent{justify-content:flex-start;text-align:left;padding:0 2px;}}


.product-actions{
  grid-template-columns:minmax(0,1fr) 54px!important;
  align-items:stretch!important;
  gap:10px!important;
}
.product-actions .primary{
  grid-column:1!important;
  width:100%!important;
  min-height:48px!important;
}
.product-actions .wish{
  grid-column:2!important;
  width:54px!important;
  min-width:54px!important;
  height:48px!important;
  min-height:48px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
}
.product-quick{margin-top:10px!important;min-height:46px!important;}
@media(max-width:460px){
  .product-actions{grid-template-columns:minmax(0,1fr) 46px!important;}
  .product-actions .wish{width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;}
  .product-actions .primary{min-height:46px!important;}
}



.fx-trust > .fx-container,
.fx-newsletter > .fx-container{
  width:min(100% - 32px,1240px)!important;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
  text-align:center!important;
}


.product-recs-rail-wrap{
  position:relative;
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 44px;
  gap:12px;
  align-items:center;
  min-width:0;
}

.product-rail-prev{grid-column:1;grid-row:1}
.product-recs-rail-wrap>[data-product-rail]{grid-column:2;grid-row:1;min-width:0}
.product-rail-next{grid-column:3;grid-row:1}
.product-rail-btn{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  min-width:44px;
  min-height:44px;
  margin:0;
  padding:0;
  border:1px solid #dfe3e8;
  border-radius:999px!important;
  background:#fff;
  color:#17191d;
  box-shadow:0 8px 22px rgba(21,27,35,.07);
  font:500 25px/1 Arial,sans-serif;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease;
}
.product-rail-next:not(:disabled){border-color:#17191d;background:#17191d;color:#fff;box-shadow:0 10px 26px rgba(17,19,23,.16)}
.product-rail-btn:hover:not(:disabled){
  border-color:#17191d;
  background:#17191d;
  color:#fff;
  box-shadow:0 10px 26px rgba(17,19,23,.16);
  transform:translateY(-1px);
}
.product-rail-btn:focus-visible{outline:2px solid #17191d;outline-offset:3px}
.product-rail-btn:disabled{opacity:.28;cursor:default;box-shadow:none;transform:none}
.product-rail-btn[hidden]{display:none!important}
.product-recs.product-recs-rail,
.product-recs.product-recs-rail.is-short{
  display:grid!important;
  grid-template-columns:none!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 56px)/5)!important;
  gap:14px!important;
  justify-content:start!important;
  justify-items:stretch!important;
  align-items:stretch!important;
  min-width:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:1px;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  padding:2px 1px 8px!important;
}
.product-recs.product-recs-rail::-webkit-scrollbar{display:none}
.product-recs.product-recs-rail .product-rec-card{scroll-snap-align:start;scroll-snap-stop:normal}
.product-main-image{cursor:default!important}
.product-main-image img,.product-main-image:hover img,.product-main-image.is-zooming img{transform:none!important;transition:none!important;will-change:auto!important}

.product-recs.product-recs-rail .product-rec-card .fx-photo{aspect-ratio:4/5!important}
.product-recs.product-recs-rail .product-rec-card .fx-card-sizes{display:flex!important}
.product-recs.product-recs-rail .product-rec-card .fx-card-sizes.fx-card-sizes-empty{visibility:hidden!important}
@media(max-width:900px){
  .product-recs-rail-wrap{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;position:relative!important}
  .product-recs-rail-wrap>[data-product-rail]{grid-column:1!important;grid-row:1!important}
  .product-rail-btn{display:grid!important;position:absolute!important;z-index:5!important;top:42%!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-color:rgba(17,17,17,.18)!important;background:rgba(255,255,255,.94)!important;color:#17191d!important;box-shadow:0 8px 24px rgba(17,19,23,.18)!important;backdrop-filter:blur(7px)}
  .product-rail-btn[hidden]{display:none!important}
  .product-rail-prev{left:6px!important}
  .product-rail-next{right:6px!important;background:#17191d!important;color:#fff!important;border-color:#17191d!important}
  .product-recs-rail-wrap.has-overflow:not(.is-at-end)::after{content:"";position:absolute;z-index:3;top:0;right:0;bottom:8px;width:52px;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.78))}
  .product-recs-rail-wrap.has-overflow:not(.is-at-end)::before{content:"→";position:absolute;z-index:6;right:4px;top:-35px;display:grid;place-items:center;width:30px;height:30px;border:1px solid #dfe2e6;border-radius:50%;background:#fff;color:#34383d;font-size:18px;font-weight:500;line-height:1;box-shadow:0 3px 10px rgba(0,0,0,.08);pointer-events:none}
  .product-recs.product-recs-rail,
  .product-recs.product-recs-rail.is-short{grid-auto-columns:calc((100% - 12px)/2)!important;gap:12px!important}
}
@media(max-width:760px){
  .product-recs.product-recs-rail,
  .product-recs.product-recs-rail.is-short{grid-auto-columns:calc((100% - 10px)/2)!important;gap:10px!important}
}
@media(prefers-reduced-motion:reduce){
  .product-recs.product-recs-rail{scroll-behavior:auto}
  .product-rail-btn{transition:none}
}
@media (max-width:560px){
  .home-popular-card-sneakers img{transform:scale(1.08)!important;object-position:center 54%!important}
}


.fx-photo.is-image-processing img,
.fx-photo.is-image-processing .fx-product-img,
.fx-card-media .fx-photo.is-image-processing img{
  object-fit:contain!important;
  object-position:center center!important;
  background:var(--ui-soft,#f4f4f5)!important;
}


@media (min-width:961px){
  html.is-catalog-route body.shop-body{
    --catalog-sidebar-width:292px;
    --filter-surface:#ffffff;
    --filter-muted:#69707b;
    --filter-line:#e7e9ed;
    --filter-soft:#f5f6f8;
    --filter-ink:#17191d;
    --filter-radius:20px;
  }
  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{
    min-width:0!important;
    box-sizing:border-box!important;
  }
  html.is-catalog-route body.shop-body .fx-catalog{
    padding:12px 0 28px!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{
    display:block!important;
    width:calc(100% - 32px)!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0!important;
  }
  html.is-catalog-route body.shop-body .fx-catalog-body{
    display:grid!important;
    grid-template-columns:var(--catalog-sidebar-width) minmax(0,1fr)!important;
    gap:0 28px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    align-items:start!important;
  }
  html.is-catalog-route body.shop-body .fx-catalog-main{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0 0 42px!important;
    gap:0!important;
    box-sizing:border-box!important;
  }
  html.is-catalog-route body.shop-body .fx-category-header{
    display:block!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  html.is-catalog-route body.shop-body .fx-category-header:empty,
  html.is-catalog-route body.shop-body .fx-category-header:not(:has(#catalogTitle:not(:empty))):not(:has(.fx-catalog-intro:not(.hidden))){
    display:none!important;
  }
  html.is-catalog-route body.shop-body .fx-cat-title-row{
    display:flex!important;
    min-height:0!important;
    height:auto!important;
    margin:0 0 8px!important;
    padding:0!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  html.is-catalog-route body.shop-body #catalogTitle{
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    font-size:24px!important;
    font-weight:700!important;
    line-height:1.2!important;
  }
  html.is-catalog-route body.shop-body .fx-catalog-intro.hidden,
  html.is-catalog-route body.shop-body #catalogSeoIntro.hidden{
    display:none!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  html.is-catalog-route body.shop-body #catalogToolbar,
  html.is-catalog-route body.shop-body .fx-toolbar{
    display:flex!important;
    flex:0 0 auto!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    width:100%!important;
    min-height:36px!important;
    margin:0 0 14px!important;
    padding:0!important;
    gap:10px!important;
    box-sizing:border-box!important;
  }
  html.is-catalog-route body.shop-body .fx-active-filters,
  html.is-catalog-route body.shop-body #activeFilters{
    display:flex!important;
    flex:1 1 auto!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    min-width:0!important;
    margin:0!important;
    gap:6px!important;
    order:1!important;
  }
  html.is-catalog-route body.shop-body .fx-active-filters:empty,
  html.is-catalog-route body.shop-body #activeFilters:empty{
    min-height:0!important;
  }
  html.is-catalog-route body.shop-body .fx-catalog-count,
  html.is-catalog-route body.shop-body #catalogCount{
    order:2!important;
    flex:0 0 auto!important;
    margin:0 4px 0 0!important;
    padding:0!important;
    color:#888!important;
    font-size:12.5px!important;
    line-height:32px!important;
    white-space:nowrap!important;
  }
  html.is-catalog-route body.shop-body .fx-toolbar-right{
    display:contents!important;
  }
  html.is-catalog-route body.shop-body #desktopSort,
  html.is-catalog-route body.shop-body .fx-sort-pill{
    display:inline-flex!important;
    order:3!important;
    flex:0 0 auto!important;
    height:34px!important;
    margin:0!important;
    padding:0 10px 0 12px!important;
    align-items:center!important;
    gap:6px!important;
    border:1px solid #e5e5e5!important;
    border-radius:999px!important;
    background:#fff!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  html.is-catalog-route body.shop-body .fx-sort-pill span{
    height:34px!important;
    color:#888!important;
    font-size:12px!important;
    line-height:34px!important;
  }
  html.is-catalog-route body.shop-body .fx-sort-pill select,
  html.is-catalog-route body.shop-body #sortFilter{
    height:34px!important;
    min-height:0!important;
    max-width:180px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    font-size:12.5px!important;
    font-weight:650!important;
    line-height:34px!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-bar,
  html.is-catalog-route body.shop-body .fx-sort-sheet,
  html.is-catalog-route body.shop-body .fx-mobile-filter{
    display:none!important;
  }
  html.is-catalog-route body.shop-body #productGrid,
  html.is-catalog-route body.shop-body #productGrid.fx-products-catalog,
  html.is-catalog-route body.shop-body .fx-products-catalog{
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  html.is-catalog-route body.shop-body .fx-sidebar,
  html.is-catalog-route body.shop-body aside.fx-sidebar{
    position:sticky!important;
    top:94px!important;
    width:var(--catalog-sidebar-width)!important;
    max-width:var(--catalog-sidebar-width)!important;
    min-height:0!important;
    max-height:calc(100dvh - 112px)!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid rgba(22,25,29,.09)!important;
    border-radius:var(--filter-radius)!important;
    background:linear-gradient(180deg,#fff 0%,#fcfcfd 100%)!important;
    box-shadow:0 18px 48px rgba(25,31,40,.08),0 2px 8px rgba(25,31,40,.035)!important;
    scrollbar-width:thin;
  }
  html.is-catalog-route body.shop-body .fx-sidebar::before{
    content:"";
    display:block;
    height:4px;
    background:linear-gradient(90deg,#111 0%,#333 45%,#dadde2 100%);
  }
  html.is-catalog-route body.shop-body .fx-sidebar-block{
    display:flex!important;
    min-height:0!important;
    height:calc(100dvh - 112px)!important;
    max-height:calc(100dvh - 112px)!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  html.is-catalog-route body.shop-body .fx-filters{
    display:flex!important;
    min-height:0!important;
    height:100%!important;
    max-height:100%!important;
    padding:0!important;
    flex-direction:column!important;
    overflow:hidden!important;
    background:transparent!important;
  }
  html.is-catalog-route body.shop-body .fx-filters>h3{
    display:flex!important;
    min-height:76px!important;
    margin:0!important;
    padding:22px 22px 17px!important;
    align-items:center!important;
    gap:11px!important;
    border:0!important;
    border-bottom:1px solid var(--filter-line)!important;
    color:var(--filter-ink)!important;
    font-size:20px!important;
    font-weight:800!important;
    letter-spacing:-.025em!important;
    line-height:1!important;
    text-transform:none!important;
  }
  html.is-catalog-route body.shop-body .fx-filters>h3::before{
    content:"";
    width:20px;
    height:20px;
    flex:0 0 20px;
    border-radius:7px;
    background:
      linear-gradient(#fff,#fff) 5px 5px/10px 2px no-repeat,
      linear-gradient(#fff,#fff) 7px 9px/6px 2px no-repeat,
      linear-gradient(#fff,#fff) 9px 13px/2px 2px no-repeat,
      #17191d;
    box-shadow:0 5px 13px rgba(17,17,17,.16);
  }
  html.is-catalog-route body.shop-body .fx-filter-stack{
    display:block!important;
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:100%!important;
    padding:6px 14px 12px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    scrollbar-color:#c9cdd3 transparent;
    scrollbar-width:thin;
  }
  html.is-catalog-route body.shop-body .fx-filter-stack::-webkit-scrollbar,
  html.is-catalog-route body.shop-body .fx-filter-options::-webkit-scrollbar{width:6px;}
  html.is-catalog-route body.shop-body .fx-filter-stack::-webkit-scrollbar-thumb,
  html.is-catalog-route body.shop-body .fx-filter-options::-webkit-scrollbar-thumb{
    border-radius:999px;
    background:#c9cdd3;
  }
  html.is-catalog-route body.shop-body .fx-filter-group{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-bottom:1px solid var(--filter-line)!important;
    background:transparent!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-group>summary{
    position:relative!important;
    display:flex!important;
    min-height:54px!important;
    margin:0!important;
    padding:15px 34px 15px 8px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:var(--filter-ink)!important;
    font-size:13.5px!important;
    font-weight:760!important;
    line-height:1.25!important;
    cursor:pointer!important;
    transition:background-color .16s ease,color .16s ease!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-group>summary:hover{
    background:var(--filter-soft)!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-group>summary::after{
    content:""!important;
    position:absolute!important;
    top:50%!important;
    right:11px!important;
    display:block!important;
    width:7px!important;
    height:7px!important;
    margin:-5px 0 0!important;
    border:0!important;
    border-right:1.7px solid #747b85!important;
    border-bottom:1.7px solid #747b85!important;
    transform:rotate(45deg)!important;
    transition:transform .18s ease,margin .18s ease!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-group[open]>summary::after{
    margin:-1px 0 0!important;
    transform:rotate(225deg)!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-group[open]>summary{
    color:#000!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-panel{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0 6px 16px!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-search,
  html.is-catalog-route body.shop-body .fx-sidebar input[type="text"],
  html.is-catalog-route body.shop-body .fx-sidebar input[type="number"],
  html.is-catalog-route body.shop-body .fx-sidebar input[inputmode="numeric"],
  html.is-catalog-route body.shop-body .fx-sidebar select{
    width:100%!important;
    min-height:44px!important;
    margin:0 0 10px!important;
    padding:0 13px!important;
    border:1px solid #dfe2e7!important;
    border-radius:12px!important;
    outline:0!important;
    background:#f7f8fa!important;
    color:var(--filter-ink)!important;
    font-size:13px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.85)!important;
    transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-search::placeholder,
  html.is-catalog-route body.shop-body .fx-sidebar input::placeholder{color:#8d939d!important;}
  html.is-catalog-route body.shop-body .fx-filter-search:focus,
  html.is-catalog-route body.shop-body .fx-sidebar input:focus,
  html.is-catalog-route body.shop-body .fx-sidebar select:focus{
    border-color:#17191d!important;
    background:#fff!important;
    box-shadow:0 0 0 3px rgba(23,25,29,.08)!important;
  }
  html.is-catalog-route body.shop-body .fx-price-pair{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:9px!important;
  }
  html.is-catalog-route body.shop-body .fx-price-pair input{
    min-width:0!important;
    margin-bottom:6px!important;
    text-align:center!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-options,
  html.is-catalog-route body.shop-body #sizeButtons.fx-filter-options,
  html.is-catalog-route body.shop-body #brandOptions.fx-filter-options,
  html.is-catalog-route body.shop-body #productTypeOptions.fx-filter-options,
  html.is-catalog-route body.shop-body #colorOptions.fx-filter-options,
  html.is-catalog-route body.shop-body #categoryOptions.fx-filter-options{
    display:flex!important;
    max-height:226px!important;
    padding:1px 2px 2px 0!important;
    flex-direction:column!important;
    gap:3px!important;
    overflow-y:auto!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-option{
    position:relative!important;
    display:flex!important;
    width:100%!important;
    min-height:38px!important;
    margin:0!important;
    padding:8px 8px!important;
    align-items:center!important;
    gap:10px!important;
    border:0!important;
    border-radius:10px!important;
    background:transparent!important;
    color:#30343a!important;
    font-size:13px!important;
    font-weight:560!important;
    line-height:1.25!important;
    cursor:pointer!important;
    box-sizing:border-box!important;
    transition:background-color .14s ease,color .14s ease!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-option:hover{
    background:#f1f3f5!important;
    color:#111!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-option input[type="checkbox"],
  html.is-catalog-route body.shop-body .fx-filter-option input[type="radio"]{
    appearance:none!important;
    -webkit-appearance:none!important;
    display:block!important;
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    flex:0 0 18px!important;
    margin:0!important;
    border:1.5px solid #b9bec6!important;
    border-radius:6px!important;
    background:#fff!important;
    box-shadow:0 1px 2px rgba(17,24,39,.04)!important;
    cursor:pointer!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-option input[type="checkbox"]:checked,
  html.is-catalog-route body.shop-body .fx-filter-option input[type="radio"]:checked{
    border-color:#17191d!important;
    background-color:#17191d!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 7.2 5.7 10 11 4.4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-option>span{
    min-width:0!important;
    flex:1 1 auto!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-option .fx-filter-count{
    margin-left:auto!important;
    padding:3px 7px!important;
    flex:0 0 auto!important;
    border-radius:999px!important;
    background:#eef0f3!important;
    color:#727985!important;
    font-size:10.5px!important;
    font-weight:700!important;
    line-height:1!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-option:hover .fx-filter-count{
    background:#fff!important;
    color:#41464f!important;
  }
  html.is-catalog-route body.shop-body .fx-range-hint{
    display:block!important;
    margin:5px 2px 0!important;
    color:#8b929c!important;
    font-size:11px!important;
    line-height:1.42!important;
  }
  html.is-catalog-route body.shop-body .fx-selected-filter-chips{
    display:flex!important;
    margin:0 0 9px!important;
    flex-wrap:wrap!important;
    gap:6px!important;
  }
  html.is-catalog-route body.shop-body .fx-selected-chip{
    min-height:30px!important;
    padding:5px 9px!important;
    border:1px solid #dfe2e7!important;
    border-radius:999px!important;
    background:#fff!important;
    box-shadow:0 2px 8px rgba(25,31,40,.04)!important;
  }
  html.is-catalog-route body.shop-body .fx-sale-toggle{
    display:flex!important;
    min-height:48px!important;
    margin:12px 0 4px!important;
    padding:0 12px!important;
    align-items:center!important;
    gap:10px!important;
    border:1px solid #f0ccd2!important;
    border-radius:13px!important;
    background:linear-gradient(180deg,#fff8f9 0%,#fff 100%)!important;
    color:#c31432!important;
    font-size:13px!important;
    font-weight:800!important;
    cursor:pointer!important;
  }
  html.is-catalog-route body.shop-body .fx-sale-toggle input{
    appearance:none!important;
    -webkit-appearance:none!important;
    width:34px!important;
    height:20px!important;
    margin:0!important;
    border:0!important;
    border-radius:999px!important;
    background:#e3e6ea!important;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)!important;
    transition:background-color .16s ease!important;
  }
  html.is-catalog-route body.shop-body .fx-sale-toggle input::after{
    content:"";
    display:block;
    width:16px;
    height:16px;
    margin:2px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 1px 4px rgba(0,0,0,.22);
    transition:transform .16s ease;
  }
  html.is-catalog-route body.shop-body .fx-sale-toggle input:checked{background:#d51c3c!important;}
  html.is-catalog-route body.shop-body .fx-sale-toggle input:checked::after{transform:translateX(14px);}
  html.is-catalog-route body.shop-body .fx-filter-actions{
    position:relative!important;
    z-index:2!important;
    display:block!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:14px 20px 18px!important;
    border-top:1px solid var(--filter-line)!important;
    background:rgba(255,255,255,.96)!important;
    backdrop-filter:blur(10px)!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-actions .fx-filter-clear{
    display:flex!important;
    width:100%!important;
    min-height:44px!important;
    margin:0!important;
    padding:0 16px!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #dfe2e7!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#24272c!important;
    font-size:12.5px!important;
    font-weight:750!important;
    letter-spacing:0!important;
    text-transform:none!important;
    box-shadow:0 4px 14px rgba(25,31,40,.05)!important;
    transition:border-color .16s ease,background-color .16s ease,transform .16s ease!important;
  }
  html.is-catalog-route body.shop-body .fx-filter-actions .fx-filter-clear:hover{
    border-color:#17191d!important;
    background:#f6f7f8!important;
    transform:translateY(-1px)!important;
  }
  html.is-catalog-route body.shop-body .fx-active-filters button,
  html.is-catalog-route body.shop-body .fx-active-filters .fx-selected-chip{
    border-radius:999px!important;
    box-shadow:none!important;
  }
}




.ample-size-filter-proxy{order:0;}
.ample-active-size{white-space:nowrap;}
@media (min-width:961px){
  #storeHeader .site-nav .site-nav-container{gap:clamp(50px,1.45vw,28px)!important;}
  #storeHeader .site-nav .site-nav-container>a{font-size:13px!important;font-weight:650!important;letter-spacing:.035em!important;text-transform:uppercase!important;}
}


:is(#sizeButtons,#sizeButtonsMobile,[data-filter-key="size"] .fx-filter-options,[data-filter="size"] .fx-filter-options,.fx-size-filter .fx-filter-options){
  position:relative;
}
:is(#sizeButtons,#sizeButtonsMobile,[data-filter-key="size"] .fx-filter-options,[data-filter="size"] .fx-filter-options,.fx-size-filter .fx-filter-options) .fx-filter-option[data-ample-size-source="1"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  min-width:1px!important;
  max-width:1px!important;
  min-height:1px!important;
  max-height:1px!important;
  inline-size:1px!important;
  block-size:1px!important;
  min-inline-size:1px!important;
  min-block-size:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
}
:is(#sizeButtons,#sizeButtonsMobile,[data-filter-key="size"] .fx-filter-options,[data-filter="size"] .fx-filter-options,.fx-size-filter .fx-filter-options) .fx-filter-option.ample-size-filter-proxy{
  position:static!important;
  inline-size:auto!important;
  block-size:auto!important;
  margin:0!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.ample-catalog-pagination{
  grid-column:2;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:7px;
  width:100%;
  margin:28px 0 8px;
  padding:0;
}
.ample-catalog-pagination a,
.ample-catalog-pagination .ample-page-current,
.ample-catalog-pagination .ample-page-gap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  padding:0 11px;
  border:1px solid #dedede;
  border-radius:999px;
  background:#fff;
  color:#171717;
  font-size:13px;
  line-height:1;
  text-decoration:none;
  box-sizing:border-box;
}
.ample-catalog-pagination a:hover,
.ample-catalog-pagination a:focus-visible{
  border-color:#171717;
  outline:none;
}
.ample-catalog-pagination .ample-page-current{
  border-color:#171717;
  background:#171717;
  color:#fff;
  font-weight:700;
}
.ample-catalog-pagination .ample-page-gap{
  min-width:20px;
  padding:0;
  border-color:transparent;
  background:transparent;
}
.ample-catalog-pagination .ample-page-prev,
.ample-catalog-pagination .ample-page-next{
  min-width:112px;
}
@media(max-width:960px){
  .ample-catalog-pagination{
    grid-column:1;
    gap:6px;
    margin:22px 0 4px;
  }
  .ample-catalog-pagination a,
  .ample-catalog-pagination .ample-page-current,
  .ample-catalog-pagination .ample-page-gap{
    min-width:36px;
    height:36px;
    padding:0 9px;
    font-size:12px;
  }
  .ample-catalog-pagination .ample-page-prev,
  .ample-catalog-pagination .ample-page-next{
    min-width:104px;
  }
}


html.is-catalog-route body.shop-body .fx-sale-toggle{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  column-gap:12px!important;
  overflow:hidden!important;
}
html.is-catalog-route body.shop-body .fx-sale-toggle input[type="checkbox"]{
  position:relative!important;
  display:block!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  width:38px!important;
  min-width:38px!important;
  max-width:38px!important;
  height:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  flex:0 0 38px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:999px!important;
  background:#e3e6ea!important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.07)!important;
  vertical-align:middle!important;
}
html.is-catalog-route body.shop-body .fx-sale-toggle input[type="checkbox"]::after{
  content:""!important;
  position:absolute!important;
  top:2px!important;
  left:2px!important;
  display:block!important;
  width:18px!important;
  height:18px!important;
  margin:0!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 1px 4px rgba(0,0,0,.22)!important;
  transform:translateX(0)!important;
  transition:transform .16s ease!important;
}
html.is-catalog-route body.shop-body .fx-sale-toggle input[type="checkbox"]:checked{
  background:#d51c3c!important;
}
html.is-catalog-route body.shop-body .fx-sale-toggle input[type="checkbox"]:checked::after{
  transform:translateX(16px)!important;
}
html.is-catalog-route body.shop-body .fx-sale-toggle>span,
html.is-catalog-route body.shop-body .fx-sale-toggle .fx-sale-label{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  line-height:1.25!important;
}



@media (max-width:760px){
  #productGrid.fx-products-catalog > .fx-card:nth-child(n+9),
  .fx-products-catalog > .fx-card:nth-child(n+9){
    content-visibility:auto;
    contain-intrinsic-size:0 430px;
  }
  .fx-card{transition:none!important;}
  .fx-card:hover{box-shadow:none!important;transform:none!important;}
  .product-page .product-content-grid,
  .product-page .product-engagement,
  .product-page .product-rec-section{
    content-visibility:auto;
    contain-intrinsic-size:0 520px;
  }
}


.fx-card .fx-card-badges{position:absolute!important;left:10px!important;top:10px!important;z-index:4!important;display:flex!important;gap:6px!important;pointer-events:none!important;}
.fx-card .fx-badge.sale{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:25px!important;padding:0 9px!important;border:0!important;border-radius:5px!important;background:#d71920!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px!important;font-weight:800!important;letter-spacing:.01em!important;line-height:1!important;box-shadow:0 1px 2px rgba(0,0,0,.08)!important;}
.product-sale-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:26px!important;padding:0 9px!important;border-radius:5px!important;background:#d71920!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:11px!important;font-weight:800!important;letter-spacing:.035em!important;line-height:1!important;white-space:nowrap!important;}
@media(max-width:760px){.fx-card .fx-card-badges{left:7px!important;top:7px!important}.fx-card .fx-badge.sale{min-height:23px!important;padding:0 7px!important;font-size:11px!important}}
.product-main-image{position:relative!important;}
.product-main-image>.product-sale-badge{position:absolute!important;z-index:5!important;top:14px!important;left:14px!important;pointer-events:none!important;min-height:30px!important;padding:0 11px!important;font-size:13px!important;}
@media(max-width:760px){.product-main-image>.product-sale-badge{top:10px!important;left:10px!important;min-height:27px!important;font-size:12px!important;}}



.fx-card-copy{justify-content:flex-start!important;}
.fx-card-info{flex:0 0 auto!important;gap:5px!important;}
.fx-card-info h3,.fx-card h3{
  min-height:0!important;
  height:auto!important;
  max-height:2.7em!important;
  margin:0!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
.fx-card-sizes{margin:2px 0 0!important;}
.fx-price{margin-top:5px!important;}
.fx-buy-now{margin-top:auto!important;}


:is(#sectionOptions,#sectionOptionsMobile){display:flex!important;flex-direction:column!important;gap:3px!important;overflow-y:auto!important;}
:is(#sectionOptions,#sectionOptionsMobile) .fx-filter-option-section{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:38px!important;height:auto!important;margin:0!important;padding:8px!important;gap:10px!important;border:0!important;border-radius:10px!important;background:transparent!important;box-sizing:border-box!important;}
:is(#sectionOptions,#sectionOptionsMobile) .fx-filter-option-section input[type="checkbox"]{appearance:none!important;-webkit-appearance:none!important;display:block!important;position:static!important;opacity:1!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;flex:0 0 18px!important;margin:0!important;padding:0!important;border:1.5px solid #b9bec6!important;border-radius:6px!important;background:#fff!important;transform:none!important;}
:is(#sectionOptions,#sectionOptionsMobile) .fx-filter-option-section input[type="checkbox"]:checked{border-color:#17191d!important;background-color:#17191d!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 7.2 5.7 10 11 4.4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-position:center!important;background-repeat:no-repeat!important;}



@media (max-width:960px){
  body.shop-body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
  body.shop-body select,
  body.shop-body textarea,
  body.product-page input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
  body.product-page select,
  body.product-page textarea,
  #storeHeader input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
  #storeHeader select,
  #filterDrawer input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
  #filterDrawer select{
    font-size:16px!important;
  }
}


@media (max-width:760px){
  #productGrid.fx-products-catalog > .fx-card:nth-child(n+9),
  .fx-products-catalog > .fx-card:nth-child(n+9){
    content-visibility:visible!important;
    contain-intrinsic-size:none!important;
  }
}


.fx-card-info .fx-card-title,.fx-card .fx-card-title{
  min-height:0!important;height:auto!important;max-height:2.7em!important;margin:0!important;
  overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;font-size:13.5px!important;font-weight:500!important;
  line-height:1.35!important;color:#343434!important;overflow-wrap:anywhere;word-break:normal;
}
.fx-card-info:hover .fx-card-title{text-decoration:underline;}
.fx-breadcrumb{color:#666!important;}
.fx-breadcrumb a{color:#666!important;}
.fx-breadcrumb span{color:#767676!important;}
.site-footer-bottom{color:#666!important;}
@media(max-width:960px){.fx-card .fx-card-title{font-size:11.5px!important;line-height:1.3!important;}}
@media(max-width:760px){.fx-card-info .fx-card-title,.fx-card .fx-card-title{font-size:13px!important;}}




.ample-catalog-pagination-top{display:none!important;}
.ample-catalog-pagination-bottom{display:flex!important;}
@media(max-width:960px){
  .fx-card-info .fx-card-title,.fx-card .fx-card-title{min-height:2.7em!important;}
  .ample-catalog-pagination-bottom{display:flex!important;order:5!important;margin:18px 0 8px!important;}
  #productGrid.fx-products-catalog,.fx-products-catalog,#productGrid{order:4!important;}
}



@media (max-width:960px){
  html.is-catalog-route body.shop-body .fx-catalog{
    padding-top:14px!important;
  }

  html.is-catalog-route body.shop-body #catalogPage > .fx-container > .fx-breadcrumb,
  html.is-catalog-route body.shop-body #catalogPage .fx-catalog-wrap > .fx-breadcrumb,
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb{
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    gap:5px!important;
    width:100%!important;
    min-width:0!important;
    margin:0 0 13px!important;
    padding:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    color:#777!important;
    font-size:12.5px!important;
    line-height:1.45!important;
    white-space:nowrap!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb::-webkit-scrollbar{
    display:none!important;
  }
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb > *{
    flex:0 0 auto!important;
  }
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb a{
    color:#777!important;
    font-weight:450!important;
    text-decoration:none!important;
  }
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb span{
    color:#b0b0b0!important;
  }
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb b{
    color:#171717!important;
    font-weight:650!important;
  }

  html.is-catalog-route body.shop-body .fx-mobile-category-shell{
    margin:0 0 8px!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-category-shell .fx-mobile-category-rail,
  html.is-catalog-route body.shop-body .fx-mobile-category-rail{
    gap:8px!important;
    padding-top:0!important;
    padding-bottom:8px!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-category-rail button{
    min-height:40px!important;
    padding:0 15px!important;
    font-size:13px!important;
    font-weight:650!important;
  }

  html.is-catalog-route body.shop-body #catalogToolbar,
  html.is-catalog-route body.shop-body .fx-toolbar{
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    margin:2px 0 18px!important;
    padding:15px 0 0!important;
    gap:10px!important;
    border-top:1px solid #ececec!important;
    background:transparent!important;
    box-sizing:border-box!important;
  }

  html.is-catalog-route body.shop-body #catalogCount,
  html.is-catalog-route body.shop-body .fx-catalog-count{
    display:block!important;
    order:1!important;
    width:100%!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
    color:#707070!important;
    font-size:13.5px!important;
    font-weight:500!important;
    line-height:1.35!important;
    white-space:nowrap!important;
  }

  html.is-catalog-route body.shop-body #activeFilters,
  html.is-catalog-route body.shop-body .fx-active-filters{
    display:flex!important;
    order:2!important;
    width:100%!important;
    flex:0 0 auto!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:8px!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }
  html.is-catalog-route body.shop-body #activeFilters:empty,
  html.is-catalog-route body.shop-body .fx-active-filters:empty{
    display:none!important;
  }
  html.is-catalog-route body.shop-body #activeFilters button,
  html.is-catalog-route body.shop-body .fx-active-filters button,
  html.is-catalog-route body.shop-body .fx-active-filters .fx-selected-chip{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:36px!important;
    height:36px!important;
    margin:0!important;
    padding:0 13px!important;
    border:1px solid #e3e3e3!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#303030!important;
    font-size:13px!important;
    font-weight:500!important;
    line-height:1!important;
    box-shadow:none!important;
  }
  html.is-catalog-route body.shop-body #activeFilters .clear-all,
  html.is-catalog-route body.shop-body .fx-active-filters .clear-all,
  html.is-catalog-route body.shop-body .fx-active-filters button.clear-all{
    border-color:#e8e8e8!important;
    background:#f5f5f5!important;
    color:#555!important;
  }

  
  html.is-catalog-route body.shop-body #catalogToolbar #desktopSort,
  html.is-catalog-route body.shop-body #catalogToolbar .fx-sort-pill,
  html.is-catalog-route body.shop-body #catalogToolbar .fx-mobile-filter{
    display:none!important;
  }

  html.is-catalog-route body.shop-body #productGrid,
  html.is-catalog-route body.shop-body #productGrid.fx-products-catalog,
  html.is-catalog-route body.shop-body .fx-products-catalog{
    margin-top:0!important;
    padding-top:0!important;
  }
}

@media (max-width:390px){
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb{
    font-size:12px!important;
    gap:4px!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-category-rail button{
    min-height:38px!important;
    padding:0 14px!important;
    font-size:12.5px!important;
  }
}



:root{
  --ample-ux-ink:#111214;--ample-ux-text:#292a2d;--ample-ux-muted:#71747a;
  --ample-ux-subtle:#96999f;--ample-ux-line:#e7e8ea;--ample-ux-soft:#f6f6f7;
  --ample-ux-radius-sm:8px;--ample-ux-radius:12px;--ample-ux-radius-lg:16px;
  --ample-ux-control:44px;
}
.fx-catalog-page-title{display:none;margin:0;color:var(--ample-ux-ink);font-weight:750;letter-spacing:-.025em;}


@media(min-width:961px){
  html.is-catalog-route body.shop-body .fx-card{border-color:var(--ample-ux-line)!important;border-radius:var(--ample-ux-radius)!important;overflow:hidden!important;}
  html.is-catalog-route body.shop-body .fx-buy-now{border-radius:10px!important;}
  html.is-catalog-route body.shop-body .fx-active-filters button{border-radius:999px!important;}
}

@media(max-width:960px){
  html.is-catalog-route body.shop-body{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important;}
  html.is-catalog-route body.shop-body .fx-catalog{padding-top:11px!important;padding-bottom:28px!important;}
  html.is-catalog-route body.shop-body .fx-catalog-main{padding-inline:0!important;}

  
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb{
    gap:5px!important;margin:0 0 10px!important;padding:0!important;font-size:11.5px!important;
    line-height:18px!important;color:var(--ample-ux-muted)!important;
  }
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb a{color:var(--ample-ux-muted)!important;font-weight:500!important;}
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb span{color:#b5b7bb!important;}
  html.is-catalog-route body.shop-body #catalogPage .fx-breadcrumb b{color:#4d4f54!important;font-weight:600!important;}
  html.is-catalog-route body.shop-body .fx-mobile-category-shell{margin:0 0 13px!important;}
  html.is-catalog-route body.shop-body .fx-mobile-category-rail{gap:7px!important;padding:0 0 5px!important;scroll-padding-inline:1px!important;}
  html.is-catalog-route body.shop-body .fx-mobile-category-rail button{
    min-height:38px!important;height:38px!important;padding:0 14px!important;border-radius:999px!important;
    border:1px solid var(--ample-ux-line)!important;background:#fff!important;color:#252629!important;
    font-size:12.5px!important;font-weight:650!important;box-shadow:none!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-category-rail button.active,
  html.is-catalog-route body.shop-body .fx-mobile-category-rail button[aria-current="page"]{
    border-color:var(--ample-ux-ink)!important;background:var(--ample-ux-ink)!important;color:#fff!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-category-hint{width:36px!important;min-width:36px!important;height:38px!important;border-radius:999px!important;}
  html.is-catalog-route body.shop-body .fx-catalog-page-title{
    display:block!important;font-size:23px!important;line-height:1.18!important;margin:2px 0 6px!important;
  }
  html.is-catalog-route body.shop-body #catalogToolbar,
  html.is-catalog-route body.shop-body .fx-toolbar{
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;
    margin:0 0 15px!important;padding:0!important;border:0!important;background:transparent!important;
  }
  html.is-catalog-route body.shop-body #catalogCount,
  html.is-catalog-route body.shop-body .fx-catalog-count{
    order:1!important;width:auto!important;margin:0!important;padding:0!important;color:var(--ample-ux-muted)!important;
    font-size:12.5px!important;font-weight:500!important;line-height:18px!important;
  }
  html.is-catalog-route body.shop-body #activeFilters,
  html.is-catalog-route body.shop-body .fx-active-filters{order:2!important;display:flex!important;gap:6px!important;margin:0!important;padding:0!important;}
  html.is-catalog-route body.shop-body #activeFilters:empty,
  html.is-catalog-route body.shop-body .fx-active-filters:empty{display:none!important;}
  html.is-catalog-route body.shop-body #activeFilters button,
  html.is-catalog-route body.shop-body .fx-active-filters button,
  html.is-catalog-route body.shop-body .fx-active-filters .fx-selected-chip{
    min-height:32px!important;height:32px!important;padding:0 11px!important;border:1px solid #dedfe1!important;
    border-radius:999px!important;background:#fff!important;color:#383a3e!important;font-size:12px!important;font-weight:550!important;
  }
  html.is-catalog-route body.shop-body #activeFilters .clear-all,
  html.is-catalog-route body.shop-body .fx-active-filters .clear-all,
  html.is-catalog-route body.shop-body .fx-active-filters button.clear-all{
    height:32px!important;padding:0 3px!important;border:0!important;background:transparent!important;color:#74777d!important;
    text-decoration:underline!important;text-underline-offset:3px!important;
  }

  
  html.is-catalog-route body.shop-body #productGrid.fx-products-catalog,
  html.is-catalog-route body.shop-body .fx-products-catalog{column-gap:9px!important;row-gap:14px!important;}
  html.is-catalog-route body.shop-body .fx-card{
    border:1px solid var(--ample-ux-line)!important;border-radius:12px!important;background:#fff!important;
    overflow:hidden!important;box-shadow:none!important;
  }
  html.is-catalog-route body.shop-body .fx-card-copy{padding:10px 10px 11px!important;gap:6px!important;}
  html.is-catalog-route body.shop-body .fx-card-info{gap:4px!important;}
  html.is-catalog-route body.shop-body .fx-card-meta{font-size:11.5px!important;line-height:1.25!important;font-weight:750!important;color:#202124!important;}
  html.is-catalog-route body.shop-body .fx-card .fx-card-title,
  html.is-catalog-route body.shop-body .fx-card-info .fx-card-title{
    min-height:2.65em!important;max-height:2.65em!important;font-size:12.8px!important;line-height:1.325!important;
    font-weight:500!important;color:#3d3f43!important;text-decoration:none!important;
  }
  html.is-catalog-route body.shop-body .fx-card-sizes{margin:2px 0 1px!important;}
  html.is-catalog-route body.shop-body .fx-price{min-height:24px!important;margin-top:3px!important;gap:6px!important;}
  html.is-catalog-route body.shop-body .fx-price b{font-size:15.5px!important;font-weight:800!important;letter-spacing:-.01em!important;}
  html.is-catalog-route body.shop-body .fx-price s{font-size:11px!important;}
  html.is-catalog-route body.shop-body .fx-buy-now{
    height:40px!important;min-height:40px!important;margin-top:6px!important;border-radius:9px!important;
    font-size:10.5px!important;letter-spacing:.015em!important;
  }
  html.is-catalog-route body.shop-body .fx-wish{width:36px!important;height:36px!important;top:8px!important;right:8px!important;box-shadow:0 3px 12px rgba(0,0,0,.07)!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:6px!important;
    left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;
    padding:6px!important;border:1px solid #dedfe2!important;border-radius:16px!important;background:#fff!important;
    box-shadow:0 10px 28px rgba(17,18,20,.14)!important;
  }
  html.is-catalog-route body.shop-body .fx-mbar-btn{
    display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;
    min-width:0!important;min-height:46px!important;height:46px!important;padding:0 11px!important;border:0!important;
    border-radius:11px!important;background:var(--ample-ux-soft)!important;color:var(--ample-ux-ink)!important;
    box-shadow:none!important;text-align:left!important;
  }
  html.is-catalog-route body.shop-body .fx-mbar-primary{background:var(--ample-ux-ink)!important;color:#fff!important;}
  html.is-catalog-route body.shop-body .fx-mbar-icon{display:grid!important;place-items:center!important;width:22px!important;min-width:22px!important;font-size:17px!important;font-weight:600!important;line-height:1!important;}
  html.is-catalog-route body.shop-body .fx-mbar-copy{display:flex!important;min-width:0!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;line-height:1!important;}
  html.is-catalog-route body.shop-body .fx-mbar-copy small{font-size:9px!important;font-weight:550!important;color:#85888d!important;letter-spacing:.01em!important;}
  html.is-catalog-route body.shop-body .fx-mbar-copy b{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:12.5px!important;font-weight:700!important;}
  html.is-catalog-route body.shop-body .fx-mbar-primary .fx-mbar-copy small{color:rgba(255,255,255,.62)!important;}
  html.is-catalog-route body.shop-body .to-top{bottom:calc(80px + env(safe-area-inset-bottom))!important;}

  
  html.is-catalog-route body.shop-body #sortSheet .fx-sort-sheet-panel,
  html.is-catalog-route body.shop-body #filterDrawer.drawer{
    border-radius:18px 18px 0 0!important;border:1px solid #e2e3e5!important;border-bottom:0!important;
    background:#fff!important;box-shadow:0 -16px 42px rgba(17,18,20,.14)!important;
  }
  html.is-catalog-route body.shop-body #sortSheet .fx-sort-sheet-head,
  html.is-catalog-route body.shop-body #filterDrawer .drawer-head{
    min-height:56px!important;padding:0 16px!important;border-bottom:1px solid var(--ample-ux-line)!important;
    font-size:15px!important;font-weight:750!important;
  }
  html.is-catalog-route body.shop-body #sortSheet [data-action="mobile-sort"]{
    min-height:48px!important;margin:0 10px!important;padding:0 12px!important;border-radius:10px!important;
    font-size:13.5px!important;font-weight:550!important;text-align:left!important;
  }
  html.is-catalog-route body.shop-body #sortSheet [data-action="mobile-sort"].active{
    background:var(--ample-ux-soft)!important;font-weight:700!important;
  }
  html.is-catalog-route body.shop-body #filterDrawer{display:flex!important;flex-direction:column!important;padding-bottom:0!important;}
  html.is-catalog-route body.shop-body #filterDrawer .drawer-head{order:-2!important;flex:0 0 auto!important;}
  html.is-catalog-route body.shop-body #filterDrawer .fx-drawer-filter-group,
  html.is-catalog-route body.shop-body #filterDrawer > label{
    padding:14px 16px!important;border-bottom:1px solid #f0f0f1!important;
  }
  html.is-catalog-route body.shop-body #filterDrawer .fx-drawer-filter-title{font-size:13.5px!important;font-weight:700!important;color:#282a2e!important;}
  html.is-catalog-route body.shop-body #filterDrawer .mobile-filter-apply-bar{
    order:99!important;position:sticky!important;bottom:0!important;z-index:5!important;margin-top:auto!important;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom))!important;border-top:1px solid var(--ample-ux-line)!important;background:#fff!important;
  }
  html.is-catalog-route body.shop-body #filterDrawer .mobile-filter-apply-bar .apply{width:100%!important;min-height:48px!important;border-radius:11px!important;font-size:14px!important;}

  
  html.is-catalog-route body.shop-body .ample-catalog-pagination{
    width:100%!important;gap:5px!important;margin:22px 0 4px!important;padding:2px 0 4px!important;justify-content:center!important;
  }
  html.is-catalog-route body.shop-body .ample-catalog-pagination a,
  html.is-catalog-route body.shop-body .ample-catalog-pagination .ample-page-current,
  html.is-catalog-route body.shop-body .ample-catalog-pagination .ample-page-gap{
    min-width:34px!important;height:34px!important;padding:0 8px!important;border-color:#e1e2e4!important;font-size:12px!important;
  }
  html.is-catalog-route body.shop-body .ample-catalog-pagination .ample-page-current{border-color:var(--ample-ux-ink)!important;background:var(--ample-ux-ink)!important;}
  html.is-catalog-route body.shop-body .ample-catalog-pagination .ample-page-prev,
  html.is-catalog-route body.shop-body .ample-catalog-pagination .ample-page-next{min-width:88px!important;font-weight:600!important;}

  
  body.shop-body .home-popular-sections{padding-top:24px!important;padding-bottom:8px!important;}
  body.shop-body .home-popular-head{margin-bottom:13px!important;}
  body.shop-body .home-popular-head h2{font-size:22px!important;line-height:1.15!important;letter-spacing:-.02em!important;}
  body.shop-body .home-popular-card{border-radius:14px!important;overflow:hidden!important;}
  body.shop-body .fx-trust,body.shop-body .fx-newsletter{padding-top:38px!important;padding-bottom:38px!important;}
}
@media(max-width:390px){
  html.is-catalog-route body.shop-body .fx-mobile-category-rail button{padding:0 13px!important;font-size:12px!important;}
  html.is-catalog-route body.shop-body .fx-catalog-page-title{font-size:22px!important;}
  html.is-catalog-route body.shop-body .ample-catalog-pagination .ample-page-prev,
  html.is-catalog-route body.shop-body .ample-catalog-pagination .ample-page-next{min-width:72px!important;padding-inline:7px!important;font-size:11px!important;}
}
.product-layout,.product-gallery,.product-main-image,.product-thumbs,
.fx-block,.fx-title,.fx-rail-wrap,.fx-rail,.fx-card,.fx-card-link,.fx-photo,
.product-recs,.product-rec,.product-rec-link,.product-rec-sizes{
  min-width:0!important;max-width:100%!important;box-sizing:border-box!important;
}
.fx-card,.fx-card-link,.fx-photo,.product-rec,.product-rec-link{overflow:hidden!important;}


.product-gallery{width:100%!important;overflow:hidden!important;}
.product-main-image{width:100%!important;max-width:100%!important;overflow:hidden!important;border:1px solid #e8ebef!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;}
.product-main-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:center!important;transform:none!important;background:#fff!important;}
.product-thumbs,.ample-ux-product-thumb-rail{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important;}
.product-thumb,.ample-ux-product-thumb{position:relative!important;box-sizing:border-box!important;overflow:hidden!important;outline:0!important;box-shadow:none!important;border:1px solid #e2e6ea!important;border-radius:11px!important;background:#fff!important;padding:2px!important;transform:none!important;}
.product-thumb.active,.product-thumb.selected,.product-thumb.current,.product-thumb[aria-current="true"],.ample-ux-product-thumb.active,.ample-ux-product-thumb.selected,.ample-ux-product-thumb.current,.ample-ux-product-thumb[aria-current="true"]{border:1px solid #111!important;outline:0!important;box-shadow:none!important;}
.product-thumb img,.ample-ux-product-thumb img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:center!important;transform:none!important;border-radius:8px!important;background:#fff!important;}


[data-ample-size-hidden="1"]{display:none!important;}
.fx-sizes,.product-rec-sizes{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:5px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;box-sizing:border-box!important;visibility:visible!important;opacity:1!important;}
.fx-sizes{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin:8px 12px 0!important;min-height:28px!important;}
.fx-sizes>*{flex:0 0 auto!important;box-sizing:border-box!important;white-space:nowrap!important;}
.product-rec-sizes{margin:7px 0 6px!important;min-height:22px!important;gap:4px!important;}
.product-rec-sizes>span,.product-rec-sizes>button{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;min-width:27px!important;height:22px!important;padding:0 5px!important;border:1px solid #e1e5e9!important;border-radius:6px!important;background:#fff!important;color:#4f5661!important;font-size:10px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important;}
.fx-sizes .fx-size-more,.product-rec-sizes .fx-size-more,.product-rec-sizes .more{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;min-width:31px!important;height:25px!important;padding:0 6px!important;border:1px solid #dfe3e7!important;border-radius:7px!important;background:#f5f6f7!important;color:#555d68!important;font-size:10px!important;font-weight:750!important;line-height:1!important;}


.fx-wish,.ample-ux-wish,.product-actions .wish{display:grid!important;place-items:center!important;box-sizing:border-box!important;padding:0!important;line-height:1!important;overflow:hidden!important;border-radius:50%!important;transform:none!important;aspect-ratio:1/1!important;}
.fx-wish,.ample-ux-wish{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;}
.product-actions .wish{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;}
.fx-wish svg,.ample-ux-wish svg,.product-actions .wish svg{display:block!important;width:21px!important;height:21px!important;min-width:21px!important;min-height:21px!important;max-width:21px!important;max-height:21px!important;margin:auto!important;transform:none!important;}


#homePage .fx-block,#homePage.ample-ux-home .fx-block,#homePage.ample-ux-home .ample-ux-home-block{padding:28px 0 34px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important;}
#homePage .fx-title,#homePage.ample-ux-home .fx-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important;margin:0 0 15px!important;padding:0!important;border:0!important;min-height:38px!important;}
#homePage .fx-title h2,#homePage.ample-ux-home .fx-title h2{flex:1 1 auto!important;min-width:0!important;margin:0!important;padding:0!important;font-size:clamp(24px,2.4vw,32px)!important;line-height:1.08!important;letter-spacing:-.03em!important;font-weight:800!important;text-align:left!important;}
#homePage .fx-title h2::before,#homePage .fx-title h2::after{content:none!important;display:none!important;}
#homePage .fx-title>button:not(.ample-rail-hint){flex:0 0 auto!important;width:auto!important;min-width:0!important;height:auto!important;margin:0!important;padding:7px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#111!important;font-size:13px!important;font-weight:750!important;line-height:1.2!important;text-decoration:underline!important;text-underline-offset:3px!important;white-space:nowrap!important;}
#homePage .ample-rail-hint{display:none;align-items:center;justify-content:center;flex:0 0 auto;border:0;background:#f2f3f5;color:#5e6570;border-radius:999px;padding:7px 10px;font:700 11px/1 system-ui,-apple-system,sans-serif;white-space:nowrap;}
#homePage .fx-rail-wrap{position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;}
#homePage .fx-rail{min-width:0!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;}
#homePage .fx-rail::-webkit-scrollbar{display:none!important;}
#homePage .fx-rail>*{min-width:0!important;max-width:100%!important;box-sizing:border-box!important;scroll-snap-align:start!important;}
#homePage .fx-card,#homePage .fx-card-link,#homePage .fx-photo{min-width:0!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important;}
#homePage .fx-photo img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;}


#homeBanner[data-banner-link]:not([data-banner-link=""]){cursor:pointer;touch-action:manipulation;}

@media(max-width:760px){
  html,body{max-width:100%;overflow-x:clip;}
  .product-layout{grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;overflow:hidden!important;}
  .product-gallery,.ample-ux-product-gallery{position:static!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;}
  .product-main-image{grid-row:1!important;width:100%!important;max-width:100%!important;border-radius:16px!important;}
  .product-thumbs,.ample-ux-product-thumb-rail{grid-row:2!important;display:flex!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:1px 1px 6px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;}
  .product-thumbs::-webkit-scrollbar,.ample-ux-product-thumb-rail::-webkit-scrollbar{display:none!important;}
  .product-thumb,.ample-ux-product-thumb{flex:0 0 68px!important;width:68px!important;min-width:68px!important;max-width:68px!important;height:68px!important;min-height:68px!important;max-height:68px!important;margin:0!important;padding:2px!important;scroll-snap-align:start!important;}

  
  .fx-sizes,.product-rec-sizes{display:flex!important;}
  .fx-sizes{gap:5px!important;}
  .fx-sizes>*{min-width:0!important;max-width:calc((100% - 15px)/4)!important;}
  .fx-sizes>span,.fx-sizes>button{padding-left:8px!important;padding-right:8px!important;}

  #homePage .fx-block,#homePage.ample-ux-home .fx-block,#homePage.ample-ux-home .ample-ux-home-block{padding:22px 0 28px!important;}
  #homePage .fx-title,#homePage.ample-ux-home .fx-title{align-items:center!important;margin:0 0 12px!important;min-height:34px!important;}
  #homePage .fx-title h2,#homePage.ample-ux-home .fx-title h2{font-size:24px!important;line-height:1.08!important;}
  #homePage .fx-title>button:not(.ample-rail-hint){display:none!important;}
  #homePage .ample-rail-hint{display:inline-flex!important;}
  #homePage .fx-rail-btn{display:none!important;}
  #homePage .fx-rail-wrap{display:block!important;overflow:hidden!important;}
  #homePage .fx-rail,#homePage.ample-ux-home .fx-rail,#homePage.ample-ux-home .ample-ux-home-rail{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc((100% - 12px)/2)!important;gap:12px!important;width:100%!important;max-width:100%!important;margin:0!important;padding:1px 0 7px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-padding-inline:0!important;}
  #homePage .fx-rail>.fx-card{width:100%!important;min-width:0!important;max-width:100%!important;}
  #homePage .fx-rail-wrap.ample-has-more::after{content:"";pointer-events:none;position:absolute;right:0;top:0;bottom:7px;width:18px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.72));}
}


#homePage .fx-rail-wrap>.ample-rail-hint{
  position:absolute!important;z-index:8!important;right:8px!important;top:50%!important;display:grid!important;place-items:center!important;
  width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;margin:0!important;padding:0!important;
  transform:translateY(-50%)!important;border:1px solid rgba(17,17,17,.16)!important;border-radius:50%!important;
  background:rgba(255,255,255,.94)!important;color:#111!important;box-shadow:0 5px 18px rgba(0,0,0,.12)!important;
  font:500 24px/1 system-ui,-apple-system,sans-serif!important;cursor:pointer!important;backdrop-filter:blur(5px)!important;
}
#homePage .fx-rail-wrap>.ample-rail-hint[hidden]{display:none!important}
#homePage .fx-rail-wrap>.ample-rail-hint:focus-visible{outline:2px solid #111!important;outline-offset:2px!important}
@media(max-width:760px){#homePage .fx-rail-wrap>.ample-rail-hint{right:6px!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;font-size:22px!important}}

@media(min-width:761px){
  #homePage .fx-rail-wrap{display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px!important;gap:10px!important;align-items:center!important;}
  #homePage .fx-rail{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc((100% - 54px)/4)!important;gap:18px!important;padding:2px 0 8px!important;}
  #homePage .fx-rail-btn{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:0!important;border:1px solid #e3e6ea!important;border-radius:50%!important;background:#fff!important;box-shadow:none!important;}
}

@media(min-width:761px) and (max-width:1000px){#homePage .fx-rail{grid-auto-columns:calc((100% - 28px)/3)!important;gap:14px!important;}}
.fx-sizes>[data-ample-size-hidden="1"],.product-rec-sizes>[data-ample-size-hidden="1"]{display:none!important;}


@media(max-width:760px){
  #homePage>.fx-ample-selection,
  #homeCollections>.fx-dynamic-collection{
    width:calc(100% - 24px)!important;
    max-width:calc(100% - 24px)!important;
    margin-left:12px!important;
    margin-right:12px!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }
  #homePage>.fx-ample-selection>.fx-title,
  #homeCollections>.fx-dynamic-collection>.fx-title{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }
}



@media (max-width: 900px) {
  #filterDrawer.drawer.bottom-drawer {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    z-index: 2147483000 !important;
    isolation: isolate;
    overflow: auto !important;
    overscroll-behavior: contain;
    padding-top: env(safe-area-inset-top) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
  }

  #filterDrawer .drawer-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 20 !important;
    background: #fff !important;
    padding-top: max(12px, env(safe-area-inset-top)) !important;
  }

  #filterDrawer .drawer-head button[aria-label="Закрити фільтри"],
  #filterDrawer button[aria-label="Закрити фільтри"] {
    position: relative !important;
    z-index: 21 !important;
    flex: 0 0 auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body:has(#filterDrawer[open]),
  body:has(#filterDrawer.is-open),
  body:has(#filterDrawer.open) {
    overflow: hidden;
  }
}


#homePage>.fx-ample-selection,
#homeCollections>.fx-dynamic-collection{padding-top:28px!important;padding-bottom:12px!important;}
#homePage>.fx-ample-selection>.fx-title,
#homeCollections>.fx-dynamic-collection>.fx-title{align-items:center!important;margin-bottom:14px!important;gap:12px!important;}
#homePage>.fx-ample-selection>.fx-title h2,
#homeCollections>.fx-dynamic-collection>.fx-title h2{
  font-family:inherit!important;font-size:clamp(24px,2.4vw,32px)!important;font-weight:800!important;
  line-height:1.08!important;letter-spacing:-.03em!important;color:#111!important;
}
#homePage>.fx-ample-selection>.fx-title>button.fx-choice-see-all,
#homePage #homeCollections>.fx-dynamic-collection>.fx-title>button.fx-choice-see-all{
  display:inline-flex!important;align-items:center!important;gap:8px!important;padding:7px 0!important;border:0!important;
  border-radius:0!important;background:transparent!important;color:#111!important;box-shadow:none!important;font-size:13px!important;font-weight:750!important;
  line-height:1.2!important;text-decoration:underline!important;text-underline-offset:3px!important;white-space:nowrap!important;
}
#homePage>.fx-ample-selection>.fx-title>button.fx-choice-see-all span,
#homePage #homeCollections>.fx-dynamic-collection>.fx-title>button.fx-choice-see-all span{font-size:21px!important;font-weight:400!important;line-height:.7!important;}
#homePage>.fx-ample-selection .fx-rail-wrap,
#homeCollections>.fx-dynamic-collection .fx-rail-wrap{display:block!important;overflow:hidden!important;}
#homePage>.fx-ample-selection .fx-rail-btn,
#homeCollections>.fx-dynamic-collection .fx-rail-btn{display:none!important;}
#homePage>.fx-ample-selection .fx-rail,
#homeCollections>.fx-dynamic-collection .fx-rail{
  display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc((100% - 64px)/5)!important;gap:16px!important;
  width:100%!important;max-width:100%!important;margin:0!important;padding:0 0 8px!important;overflow-x:auto!important;overflow-y:hidden!important;
  scroll-snap-type:x proximity!important;scrollbar-width:none!important;
}
#homePage>.fx-ample-selection .fx-rail::-webkit-scrollbar,
#homeCollections>.fx-dynamic-collection .fx-rail::-webkit-scrollbar{display:none!important;}
#homePage>.fx-ample-selection .fx-home-choice-card,
#homeCollections>.fx-dynamic-collection .fx-home-choice-card{
  display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:100%!important;min-width:0!important;height:auto!important;
  padding:0!important;color:#111!important;text-decoration:none!important;background:#fff!important;border:1px solid var(--ui-line,#e7e7e8)!important;border-radius:var(--ui-radius,12px)!important;box-shadow:none!important;overflow:hidden!important;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
#homePage>.fx-ample-selection .fx-home-choice-card:hover,
#homeCollections>.fx-dynamic-collection .fx-home-choice-card:hover{border-color:#d0d0d0!important;box-shadow:0 8px 24px rgba(0,0,0,.06)!important;transform:translateY(-1px)!important;}
#homePage>.fx-ample-selection .fx-home-choice-media,
#homeCollections>.fx-dynamic-collection .fx-home-choice-media{
  display:block!important;width:100%!important;height:auto!important;aspect-ratio:4/5!important;min-width:0!important;overflow:hidden!important;
  border-radius:0!important;background:var(--ui-soft,#f5f5f6)!important;
}
#homePage>.fx-ample-selection .fx-home-choice-media>.fx-product-img,
#homeCollections>.fx-dynamic-collection .fx-home-choice-media>.fx-product-img{
  display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;
}
#homePage>.fx-ample-selection .fx-home-choice-media>.fx-product-visual,
#homeCollections>.fx-dynamic-collection .fx-home-choice-media>.fx-product-visual{width:100%!important;height:100%!important;border-radius:0!important;background:var(--ui-soft,#f5f5f6)!important;}
#homePage>.fx-ample-selection .fx-home-choice-copy,
#homeCollections>.fx-dynamic-collection .fx-home-choice-copy{
  display:flex!important;min-width:0!important;flex:1 1 auto!important;flex-direction:column!important;justify-content:flex-start!important;gap:8px!important;padding:12px!important;
}
#homePage>.fx-ample-selection .fx-home-choice-copy strong,
#homeCollections>.fx-dynamic-collection .fx-home-choice-copy strong{
  display:-webkit-box!important;min-width:0!important;min-height:2.7em!important;max-height:2.7em!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;
  color:#343434!important;font-size:13.5px!important;font-weight:500!important;line-height:1.35!important;letter-spacing:0!important;
}
#homePage>.fx-ample-selection .fx-home-choice-sizes,
#homeCollections>.fx-dynamic-collection .fx-home-choice-sizes{min-height:24px!important;max-height:24px!important;height:24px!important;gap:3px!important;margin:5px 0!important;}
#homePage>.fx-ample-selection .fx-home-choice-sizes .fx-size-chip,
#homePage>.fx-ample-selection .fx-home-choice-sizes .fx-size-more,
#homeCollections>.fx-dynamic-collection .fx-home-choice-sizes .fx-size-chip,
#homeCollections>.fx-dynamic-collection .fx-home-choice-sizes .fx-size-more{
  min-width:24px!important;height:21px!important;padding:0 5px!important;border:1px solid #e2e5e9!important;border-radius:7px!important;
  background:#fff!important;color:#31353a!important;font-size:9.5px!important;font-weight:650!important;line-height:19px!important;
}
#homePage>.fx-ample-selection .fx-home-choice-sizes .fx-size-chip.is-wide,
#homeCollections>.fx-dynamic-collection .fx-home-choice-sizes .fx-size-chip.is-wide{min-width:56px!important;font-size:9px!important;}
#homePage>.fx-ample-selection .fx-home-choice-sizes .fx-size-more,
#homeCollections>.fx-dynamic-collection .fx-home-choice-sizes .fx-size-more{border-style:dashed!important;}
#homePage>.fx-ample-selection .fx-home-choice-price,
#homeCollections>.fx-dynamic-collection .fx-home-choice-price{display:flex!important;align-items:baseline!important;gap:8px!important;margin-top:auto!important;min-height:28px!important;white-space:nowrap!important;}
#homePage>.fx-ample-selection .fx-home-choice-price b,
#homeCollections>.fx-dynamic-collection .fx-home-choice-price b{font-size:16px!important;line-height:1.15!important;font-weight:800!important;}
#homePage>.fx-ample-selection .fx-home-choice-price s,
#homeCollections>.fx-dynamic-collection .fx-home-choice-price s{color:#8b8b8b!important;font-size:12px!important;}
#homePage>.fx-ample-selection .fx-collection-footer,
#homeCollections>.fx-dynamic-collection .fx-collection-footer{display:none!important;}
@media(max-width:1200px) and (min-width:901px){
  #homePage>.fx-ample-selection .fx-rail,
  #homeCollections>.fx-dynamic-collection .fx-rail{grid-auto-columns:calc((100% - 45px)/4)!important;gap:15px!important;}
}
@media(max-width:900px) and (min-width:761px){
  #homePage>.fx-ample-selection .fx-rail,
  #homeCollections>.fx-dynamic-collection .fx-rail{grid-auto-columns:calc((100% - 28px)/3)!important;gap:14px!important;}
}
@media(max-width:760px){
  #homePage>.fx-ample-selection>.fx-title,
  #homeCollections>.fx-dynamic-collection>.fx-title{align-items:flex-end!important;margin-bottom:16px!important;}
  #homePage>.fx-ample-selection>.fx-title h2,
  #homeCollections>.fx-dynamic-collection>.fx-title h2{font-size:24px!important;line-height:1.08!important;}
  #homePage>.fx-ample-selection>.fx-title>button.fx-choice-see-all,
  #homePage #homeCollections>.fx-dynamic-collection>.fx-title>button.fx-choice-see-all{display:inline-flex!important;font-size:12px!important;padding-bottom:7px!important;gap:8px!important;}
  #homePage>.fx-ample-selection .fx-rail,
  #homeCollections>.fx-dynamic-collection .fx-rail{grid-auto-columns:calc((100% - 12px)/2)!important;gap:12px!important;padding-bottom:5px!important;}
  #homePage>.fx-ample-selection .fx-home-choice-copy,
  #homeCollections>.fx-dynamic-collection .fx-home-choice-copy{gap:7px!important;padding:10px!important;}
  #homePage>.fx-ample-selection .fx-home-choice-copy strong,
  #homeCollections>.fx-dynamic-collection .fx-home-choice-copy strong{min-height:2.7em!important;font-size:13px!important;line-height:1.35!important;}
  #homePage>.fx-ample-selection .fx-home-choice-sizes,
  #homeCollections>.fx-dynamic-collection .fx-home-choice-sizes{min-height:24px!important;max-height:24px!important;height:24px!important;gap:3px!important;}
  #homePage>.fx-ample-selection .fx-home-choice-sizes .fx-size-chip,
  #homePage>.fx-ample-selection .fx-home-choice-sizes .fx-size-more,
  #homeCollections>.fx-dynamic-collection .fx-home-choice-sizes .fx-size-chip,
  #homeCollections>.fx-dynamic-collection .fx-home-choice-sizes .fx-size-more{min-width:24px!important;height:21px!important;padding:0 5px!important;font-size:9.5px!important;line-height:19px!important;}
  #homePage>.fx-ample-selection .fx-home-choice-price b,
  #homeCollections>.fx-dynamic-collection .fx-home-choice-price b{font-size:14px!important;}
}
#storeHeader.store-header-root{
  position:sticky;
  top:0;
  z-index:120;
  display:block;
  width:100%;
  background:#fff;
  color:#111;
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;
}
#storeHeader *,#storeHeader *::before,#storeHeader *::after{box-sizing:border-box}
#storeHeader button,#storeHeader input{font:inherit}
#storeHeader button{cursor:pointer}
#storeHeader a{color:inherit}
#storeHeader .site-container{width:min(calc(100% - 40px),1600px);margin-inline:auto}
#storeHeader .site-announcement{
  display:block;
  min-height:36px;
  border:0;
  background:#111;
  color:#fff;
  font-size:11px;
  font-weight:650;
  letter-spacing:.015em;
}
#storeHeader .site-announcement .site-container{display:flex;min-height:36px;align-items:center;justify-content:center;text-align:center}
#storeHeader .site-announcement-track{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}
#storeHeader .site-header{display:block;border-bottom:1px solid #e4e4e4;background:#fff}
#storeHeader .site-header-main{
  display:grid;
  grid-template-columns:minmax(150px,1fr) minmax(300px,620px) minmax(300px,1fr);
  grid-template-areas:"logo search actions";
  align-items:center;
  gap:28px;
  min-height:74px;
}
#storeHeader .site-logo{
  grid-area:logo;
  display:inline-flex;
  width:max-content;
  align-items:center;
  color:#111;
  font-size:30px;
  font-weight:900;
  line-height:1;
  letter-spacing:-2.4px;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}
#storeHeader .site-search{
  grid-area:search;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 42px;
  align-items:center;
  width:100%;
  height:44px;
  min-width:0;
  margin:0;
  overflow:hidden;
  border:1px solid #dedede;
  border-radius:999px;
  background:#f7f7f7;
}
#storeHeader .site-search>span{display:grid;place-items:center;color:#4b4b4b}
#storeHeader .site-search input{width:100%;height:100%;min-width:0;border:0;outline:0;background:transparent;color:#111;font-size:13px;text-overflow:ellipsis}
#storeHeader .site-search input::placeholder{color:#818181}
#storeHeader .site-search-go{display:block;width:42px;height:42px;border:0;background:transparent}
#storeHeader .site-search:focus-within{border-color:#111;background:#fff;box-shadow:0 0 0 2px rgba(0,0,0,.06)}
#storeHeader svg,#authModal .auth-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
#storeHeader .site-actions{grid-area:actions;display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0}
#storeHeader .site-icon{
  position:relative;
  display:inline-flex;
  min-width:54px;
  height:52px;
  padding:4px 7px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#111;
  font-size:10px;
  font-weight:650;
  line-height:1.1;
  text-decoration:none;
}
#storeHeader .site-icon:hover{background:#f6f6f6}
#storeHeader .site-icon>span{display:block;white-space:nowrap}
#storeHeader .site-icon b{position:absolute;top:1px;right:4px;display:grid;min-width:17px;height:17px;padding:0 4px;place-items:center;border:1px solid #fff;border-radius:999px;background:#111;color:#fff;font-size:9px;line-height:1}
#storeHeader .site-menu-toggle,#storeHeader .site-search-toggle{display:none}
#storeHeader .site-nav{display:block;border-top:1px solid #f0f0f0;background:#fff}
#storeHeader .site-nav .site-nav-container{
  display:flex;
  width:min(calc(100% - 72px),1420px);
  max-width:1420px;
  height:49px;
  margin-inline:auto;
  padding-inline:0;
  align-items:stretch;
  justify-content:center;
  gap:clamp(19px,1.45vw,28px);
  overflow-x:auto;
  scrollbar-width:none;
}
#storeHeader .site-nav .site-nav-container::-webkit-scrollbar{display:none}
#storeHeader .site-nav a{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;color:#202020;font-size:12px;font-weight:650;letter-spacing:.015em;text-decoration:none;white-space:nowrap}
#storeHeader .site-nav a::after{content:"";position:absolute;right:0;bottom:7px;left:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
#storeHeader .site-nav a:hover::after,#storeHeader .site-nav a.active::after{transform:scaleX(1)}
#storeHeader .site-nav .sale-link{color:#d71920}
#storeHeader .site-mobile-menu{
  position:fixed;
  inset:0 auto 0 0;
  z-index:150;
  display:block;
  width:min(88vw,380px);
  padding:20px;
  overflow-y:auto;
  background:#fff;
  box-shadow:20px 0 70px rgba(0,0,0,.2);
  transform:translateX(-105%);
  visibility:hidden;
  pointer-events:none;
  transition:transform .25s ease,visibility 0s linear .25s;
}
#storeHeader .site-mobile-menu.open,#storeHeader .site-mobile-menu[aria-hidden="false"]{transform:translateX(0);visibility:visible;pointer-events:auto;transition-delay:0s}
#storeHeader .site-mobile-head{display:flex;align-items:center;justify-content:space-between;padding:6px 0 18px;border-bottom:1px solid #e4e4e4;font-size:21px}
#storeHeader .site-mobile-head button{display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;background:#f4f4f4;color:#111}
#storeHeader .site-mobile-menu nav{display:grid;padding-top:12px}
#storeHeader .site-mobile-menu nav a,#storeHeader .site-mobile-menu nav button{display:block;width:100%;padding:14px 3px;border:0;border-bottom:1px solid #e8e8e8;background:#fff;color:#111;font-weight:750;text-align:left;text-decoration:none}
body.menu-open{overflow:hidden}

#authModal .auth-brand,#storeFooter .site-logo{display:inline-flex;width:max-content;align-items:center;color:#111;font-weight:900;line-height:1;letter-spacing:-1.7px;text-decoration:none;text-transform:uppercase}
#authModal .auth-brand{font-size:24px}
#storeFooter .site-logo{font-size:25px}

@media (max-width:1180px){
  #storeHeader .site-header-main{grid-template-columns:140px minmax(260px,1fr) auto;gap:20px}
  #storeHeader .site-icon>span{display:none}
  #storeHeader .site-icon{min-width:45px}
}
@media (max-width:1000px){
  #storeHeader .site-header-main{
    grid-template-columns:44px minmax(0,1fr) auto;
    grid-template-areas:"menu logo actions" "search search search";
    gap:0 8px;
    min-height:66px;
  }
  #storeHeader .site-menu-toggle{grid-area:menu;display:inline-flex}
  #storeHeader .site-logo{justify-self:start;font-size:27px}
  #storeHeader .site-actions{gap:0}
  #storeHeader .site-actions .site-search-toggle{display:inline-flex}
  #storeHeader .site-search{display:none;margin:0 0 12px}
  #storeHeader .site-search.mobile-open{display:grid}
  #storeHeader .site-nav{display:none}
}
@media (max-width:760px){
  #storeHeader .site-container{width:min(calc(100% - 24px),1440px)}
  #storeHeader .site-announcement{display:none}
  #storeHeader .site-header-main{min-height:62px}
  #storeHeader .site-icon{width:40px;min-width:40px;height:44px;padding:3px}
  #storeHeader .site-icon svg{width:21px;height:21px}
  #storeHeader .site-icon b{top:0;right:0}
}
@media (max-width:430px){
  #storeHeader .site-header-main{grid-template-columns:40px minmax(0,1fr) auto;column-gap:4px}
  #storeHeader .site-logo{font-size:22px;letter-spacing:-1.7px}
  #storeHeader .site-actions [data-account]{display:inline-flex}
  #storeHeader .site-icon{width:38px;min-width:38px}
}
@media (max-width:350px){
  #storeHeader .site-container{width:min(calc(100% - 16px),1440px)}
  #storeHeader .site-header-main{grid-template-columns:36px minmax(0,1fr) auto}
  #storeHeader .site-logo{font-size:20px;letter-spacing:-1.5px}
  #storeHeader .site-icon{width:35px;min-width:35px}
  #storeHeader .site-icon svg{width:20px;height:20px}
}
@media (prefers-reduced-motion:reduce){
  #storeHeader .site-nav a::after,#storeHeader .site-mobile-menu{transition:none}
}


#storeFooter .site-social-link{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  gap:8px;
  color:#111;
  font-weight:700;
  text-decoration:none;
}
#storeFooter .site-social-link svg{
  width:18px;
  height:18px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
#storeFooter .site-social-link:hover span{text-decoration:underline}
#storeHeader .site-mobile-menu nav .site-mobile-social{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:8px;
  border-top:1px solid #e8e8e8;
}
#storeHeader .site-mobile-social svg{
  width:21px;
  height:21px;
  flex:0 0 auto;
}



@media(max-width:760px){
  #storeHeader .site-container{width:min(calc(100% - 20px),1440px)!important;}
  #storeHeader .site-header{border-bottom-color:#e9eaec!important;}
  #storeHeader .site-header-main{min-height:58px!important;grid-template-columns:38px minmax(0,1fr) auto!important;column-gap:5px!important;}
  #storeHeader .site-menu-toggle{width:38px!important;min-width:38px!important;height:42px!important;padding:2px!important;}
  #storeHeader .site-logo{font-size:23px!important;letter-spacing:-1.75px!important;}
  #storeHeader .site-actions{gap:1px!important;}
  #storeHeader .site-icon{width:37px!important;min-width:37px!important;height:42px!important;padding:2px!important;}
  #storeHeader .site-icon svg{width:20px!important;height:20px!important;}
  #storeHeader .site-icon b{top:0!important;right:-1px!important;min-width:16px!important;height:16px!important;font-size:8.5px!important;}
  #storeHeader .site-search{height:42px!important;margin-bottom:10px!important;}
  #storeHeader .site-mobile-menu{width:min(88vw,360px)!important;padding:14px 16px 22px!important;}
  #storeHeader .site-mobile-menu nav a,#storeHeader .site-mobile-menu nav button{min-height:48px!important;padding:13px 2px!important;font-size:14px!important;}
}


/* 69.70.50 — final catalogue hierarchy polish.
   Deliberately CSS-light: no new assets, no async style swapping and no layout
   mutation after first paint. */
@media(max-width:960px){
  /* Quick categories are navigation, not primary CTAs.  The edge fade replaces
     the old floating arrow and communicates horizontal overflow without chrome. */
  html.is-catalog-route body.shop-body .fx-mobile-category-shell{
    margin:0 0 10px!important;
    overflow:hidden!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-category-shell::after{
    content:""!important;right:0!important;left:auto!important;top:0!important;bottom:4px!important;width:22px!important;
    background:linear-gradient(90deg,rgba(255,255,255,0),#fff 84%)!important;
    box-shadow:none!important;backdrop-filter:none!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-category-rail{
    gap:6px!important;padding:1px 22px 6px 0!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-category-rail button{
    min-height:34px!important;height:34px!important;padding:0 12px!important;
    border-radius:999px!important;font-size:12px!important;font-weight:600!important;
  }

  /* Clear hierarchy: title first, quantity second, selected filters third. */
  html.is-catalog-route body.shop-body .fx-catalog-page-title{
    font-size:22px!important;line-height:1.16!important;font-weight:760!important;
    margin:1px 0 4px!important;letter-spacing:-.025em!important;
  }
  html.is-catalog-route body.shop-body #catalogToolbar,
  html.is-catalog-route body.shop-body .fx-toolbar{
    gap:7px!important;margin:0 0 14px!important;
  }
  html.is-catalog-route body.shop-body #catalogCount,
  html.is-catalog-route body.shop-body .fx-catalog-count{
    color:#85878c!important;font-size:12px!important;font-weight:500!important;line-height:17px!important;
  }
  html.is-catalog-route body.shop-body #activeFilters,
  html.is-catalog-route body.shop-body .fx-active-filters{gap:6px!important;}
  html.is-catalog-route body.shop-body #activeFilters button:not(.clear-all),
  html.is-catalog-route body.shop-body .fx-active-filters button:not(.clear-all){
    height:30px!important;min-height:30px!important;padding:0 10px!important;font-size:11.5px!important;
  }
  html.is-catalog-route body.shop-body #activeFilters .clear-all,
  html.is-catalog-route body.shop-body .fx-active-filters .clear-all{
    height:30px!important;min-height:30px!important;padding:0 2px!important;
    color:#7b7d82!important;text-decoration:none!important;font-size:11.5px!important;font-weight:550!important;
  }

  /* One quiet commerce dock.  Sorting and filtering have equal visual weight;
     active filters are communicated by a small badge instead of a black half-bar. */
  html.is-catalog-route body.shop-body{padding-bottom:calc(72px + env(safe-area-inset-bottom))!important;}
  html.is-catalog-route body.shop-body .fx-mobile-bar{
    grid-template-columns:1fr 1px 1fr!important;gap:0!important;
    left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;
    min-height:54px!important;padding:4px!important;border:1px solid #dedfe2!important;border-radius:15px!important;
    background:rgba(255,255,255,.98)!important;box-shadow:0 8px 24px rgba(17,18,20,.12)!important;
  }
  html.is-catalog-route body.shop-body .fx-mobile-bar::before{
    content:"";grid-column:2;grid-row:1;width:1px;height:30px;align-self:center;background:#e6e7e9;
  }
  html.is-catalog-route body.shop-body .fx-mbar-btn{
    min-height:46px!important;height:46px!important;padding:0 12px!important;gap:8px!important;
    border-radius:10px!important;background:transparent!important;color:#17181b!important;
  }
  html.is-catalog-route body.shop-body .fx-mbar-sort{grid-column:1;grid-row:1;}
  html.is-catalog-route body.shop-body .fx-mbar-filter{grid-column:3;grid-row:1;}
  html.is-catalog-route body.shop-body .fx-mbar-icon{width:20px!important;min-width:20px!important;font-size:16px!important;}
  html.is-catalog-route body.shop-body .fx-mbar-copy{gap:3px!important;}
  html.is-catalog-route body.shop-body .fx-mbar-copy b{font-size:12.5px!important;font-weight:700!important;}
  html.is-catalog-route body.shop-body .fx-mbar-copy small{font-size:9.5px!important;color:#85878d!important;font-weight:500!important;}
  html.is-catalog-route body.shop-body .fx-mbar-badge{
    margin-left:auto!important;display:inline-grid!important;place-items:center!important;min-width:20px!important;height:20px!important;
    padding:0 5px!important;border-radius:999px!important;background:#17181b!important;color:#fff!important;
    font-size:9px!important;font-weight:750!important;line-height:1!important;
  }
  html.is-catalog-route body.shop-body .fx-mbar-badge[hidden]{display:none!important;}

  /* Back-to-top is useful only after the shopper has actually scrolled. */
  html.is-catalog-route body.shop-body .to-top{
    bottom:calc(72px + env(safe-area-inset-bottom))!important;
    opacity:0!important;pointer-events:none!important;transform:translateY(5px)!important;
    transition:opacity .18s ease,transform .18s ease!important;
  }
  html.is-catalog-route body.shop-body .to-top.is-visible{
    opacity:.88!important;pointer-events:auto!important;transform:translateY(0)!important;
  }

  /* Keep card rows disciplined: same copy stack regardless of title length. */
  html.is-catalog-route body.shop-body .fx-card-copy{display:flex!important;flex-direction:column!important;}
  html.is-catalog-route body.shop-body .fx-card-info{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;}
  html.is-catalog-route body.shop-body .fx-card .fx-card-title,
  html.is-catalog-route body.shop-body .fx-card-info .fx-card-title{color:#33353a!important;}
  html.is-catalog-route body.shop-body .fx-card-meta{color:#1d1e21!important;font-weight:700!important;}
  html.is-catalog-route body.shop-body .fx-price{margin-top:auto!important;}
}
@media(max-width:390px){
  html.is-catalog-route body.shop-body .fx-mobile-category-rail button{padding:0 11px!important;font-size:11.7px!important;}
  html.is-catalog-route body.shop-body .fx-catalog-page-title{font-size:21px!important;}
  html.is-catalog-route body.shop-body .fx-mbar-btn{padding-inline:10px!important;}
}
