@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--sf-bg:#fff;--sf-bg2:#f8f8fc;--sf-surface:#fff;--sf-surface-soft:#f3f5fb;--sf-border:#e5e5ec;--sf-text:#111118;--sf-text2:#555568;--sf-muted:#9999b2;--sf-accent:#7c5cfc;--sf-accent-light:#9b80ff;--sf-accent-dim:#7c5cfc1a;--sf-success:#22c55e;--sf-danger:#ef4444;--sf-warning:#f59e0b;--sf-radius:12px;--sf-radius-sm:8px;--sf-shadow:0 4px 24px #00000014;--sf-shadow-lg:0 12px 48px #00000026;--sf-nav-bg:#ffffffe6;--sf-panel-bg:#fffffffa;--sf-pill-bg:#ffffffd6;--sf-input-bg:#fff;--sf-overlay:#11111857;--sf-cart-count-bg:#fff;--sf-cart-count-text:var(--sf-accent);--sf-footer-bg:#111118;--sf-footer-text:#ffffffb8;--sf-footer-heading:#fff;--sf-footer-link:#ffffffa3;--sf-footer-link-hover:var(--sf-accent-light);--sf-footer-border:#ffffff1a;--sf-footer-card-bg:#ffffff0f;--sf-footer-card-border:#ffffff14;--sf-footer-muted:#ffffff6b;--sf-max-w:1280px;--sf-navbar-h:64px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--sf-bg:#0d1018;--sf-bg2:#131927;--sf-surface:#171e2d;--sf-surface-soft:#1d2535;--sf-border:#273247;--sf-text:#f2f5fb;--sf-text2:#bcc7dc;--sf-muted:#7d8aa6;--sf-accent:#8d73ff;--sf-accent-light:#b59eff;--sf-accent-dim:#8d73ff2e;--sf-success:#4ade80;--sf-danger:#fb7185;--sf-warning:#fbbf24;--sf-shadow:0 8px 30px #00000047;--sf-shadow-lg:0 18px 60px #0000006b;--sf-nav-bg:#0d1018e6;--sf-panel-bg:#121824fa;--sf-pill-bg:#171e2deb;--sf-input-bg:#141b29;--sf-overlay:#02060c8f;--sf-cart-count-bg:#ffffff1f;--sf-cart-count-text:#fff;--sf-footer-bg:#090d14;--sf-footer-text:#f2f5fbb8;--sf-footer-heading:#f8fbff;--sf-footer-link:#f2f5fba8;--sf-footer-link-hover:#c7b8ff;--sf-footer-border:#ffffff14;--sf-footer-card-bg:#ffffff0a;--sf-footer-card-border:#ffffff14;--sf-footer-muted:#f2f5fb6b}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{background:var(--sf-bg);color:var(--sf-text);-webkit-font-smoothing:antialiased;max-width:100%;font-family:Inter,sans-serif;transition:background .2s,color .2s;overflow-x:hidden}html[dir=rtl] body{font-family:Inter,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--sf-bg2)}::-webkit-scrollbar-thumb{background:var(--sf-border);border-radius:9999px}.sf-container{width:100%;max-width:var(--sf-max-w);min-width:0;margin:0 auto;padding:0 clamp(12px,2.2vw,24px)}.sf-catalog-shell{padding:clamp(20px,3vw,34px) clamp(8px,1.3vw,18px) 40px;overflow-x:clip}.sf-catalog-fullbleed{max-width:100%!important;padding-left:clamp(20px,3.5vw,64px)!important;padding-right:clamp(20px,3.5vw,64px)!important}.sf-products-grid-quick .sf-product-card{background:var(--sf-surface)!important;border:1px solid var(--sf-border)!important;border-radius:16px!important;flex-direction:column!important;transition:transform .2s,box-shadow .2s!important;display:flex!important;overflow:hidden!important}.sf-products-grid-quick .sf-product-img{aspect-ratio:1!important;object-fit:cover!important;border-bottom:1px solid var(--sf-border)!important;width:100%!important}.sf-products-grid-quick .sf-product-body{flex-direction:column!important;gap:10px!important;padding:16px!important;display:flex!important}.sf-products-grid-quick .sf-product-card:hover{transform:translateY(-4px)!important;box-shadow:0 12px 30px #00000014!important}.sf-products-grid-quick .sf-product-add-btn{color:#fff!important;text-transform:uppercase!important;letter-spacing:.05em!important;cursor:pointer!important;background:#e11d48!important;border:none!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;gap:6px!important;padding:10px 14px!important;font-weight:800!important;display:flex!important}.sf-products-grid-quick .sf-product-add-btn:hover{background:#be123c!important}.sf-catalog-stack{gap:clamp(14px,2vw,22px);min-width:0;display:grid}.sf-section{padding:64px 0}.sf-section-sm{padding:40px 0}.sf-surface-card,.sf-card{background:var(--sf-surface);border:1px solid var(--sf-border);border-radius:var(--sf-radius);box-shadow:var(--sf-shadow)}.sf-catalog-panel{top:calc(var(--sf-navbar-h) + 14px);z-index:130;width:auto;max-width:calc(100vw - 20px);box-shadow:none;background:0 0;border:none;border-radius:0;position:fixed;right:clamp(10px,2vw,24px);overflow:visible}.sf-catalog-panel-summary{cursor:pointer;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #11182714;border-radius:999px;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;min-width:220px;min-height:52px;padding:10px 18px;list-style:none;display:flex;box-shadow:0 18px 40px #0f172a1f}.sf-catalog-panel-summary::-webkit-details-marker{display:none}.sf-catalog-panel-summary span{color:var(--sf-text);font-size:13px;font-weight:800}.sf-catalog-panel-summary strong{color:var(--sf-text2);font-size:11px}.sf-catalog-filter-form{top:calc(var(--sf-navbar-h) + 80px);width:min(430px,100vw - 20px);max-height:calc(100vh - var(--sf-navbar-h) - 98px);border:1px solid var(--sf-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#fffffffa;border-radius:24px;gap:12px;padding:20px 18px 18px;animation:.2s sfCatalogDrawerIn;display:grid;position:fixed;right:clamp(10px,2vw,24px);overflow-y:auto;box-shadow:0 26px 60px #0f172a2e}.sf-catalog-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sf-catalog-filter-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;display:grid}.sf-catalog-filter-grid-secondary .sf-catalog-check,.sf-catalog-filter-grid-secondary .sf-catalog-submit{grid-column:span 2}.sf-catalog-input{border:1.5px solid var(--sf-border);background:var(--sf-input-bg);width:100%;min-width:0;color:var(--sf-text);border-radius:10px;outline:none;padding:10px 12px;font-size:14px}.sf-catalog-check{min-height:40px;color:var(--sf-text2);align-items:center;gap:10px;font-size:14px;display:flex}.sf-catalog-submit{justify-content:center;min-height:46px}.sf-chip-rail{overscroll-behavior-x:contain;scrollbar-width:thin;flex-wrap:nowrap;gap:10px;min-width:0;max-width:100%;padding:2px 2px 8px;display:flex;overflow:auto hidden}.sf-chip-rail>*{white-space:nowrap;flex:none}.sf-storefront-switchers{gap:12px;min-width:0;display:grid}.sf-storefront-switchers.is-sticky{top:calc(var(--sf-navbar-h) + 10px);z-index:90;border:1px solid var(--sf-border);background:var(--sf-bg);border-radius:16px;margin:-10px;padding:10px;position:sticky;box-shadow:0 14px 38px #0f172a1a}.sf-view-toolbar{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.sf-view-actions{justify-content:flex-end}.sf-pagination-card{gap:14px;min-width:0;padding:18px 20px;display:grid}.sf-pagination-summary,.sf-pagination-actions{min-width:0}.sf-pagination-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sf-pagination-meta{gap:4px;display:grid}.sf-pagination-summary{color:var(--sf-text2);font-size:13px;font-weight:700}.sf-pagination-caption{color:var(--sf-muted);font-size:12px}.sf-pagination-pages{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sf-pagination-page,.sf-pagination-ellipsis{border-radius:12px;justify-content:center;align-items:center;min-width:40px;height:40px;font-size:13px;font-weight:700;display:inline-flex}.sf-pagination-page{border:1px solid var(--sf-border);background:var(--sf-bg2);color:var(--sf-text2);padding:0 12px;text-decoration:none;transition:transform .18s,border-color .18s,background .18s,color .18s}.sf-pagination-page:hover{border-color:color-mix(in srgb, var(--sf-accent) 35%, var(--sf-border));color:var(--sf-accent);transform:translateY(-1px)}.sf-pagination-page.is-active{background:linear-gradient(135deg, var(--sf-accent), var(--sf-accent-light));color:#fff;box-shadow:0 16px 32px color-mix(in srgb, var(--sf-accent) 24%, transparent);border-color:#0000}.sf-pagination-ellipsis{color:var(--sf-muted)}.sf-pagination-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sf-navbar{height:var(--sf-navbar-h);background:var(--sf-nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--sf-border);z-index:100;position:sticky;top:0}.sf-navbar-inner{align-items:center;gap:32px;height:100%;display:flex}.sf-logo{color:var(--sf-text);letter-spacing:-.5px;align-items:center;gap:10px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.sf-logo-icon{background:linear-gradient(135deg, var(--sf-accent), var(--sf-accent-light));color:#fff;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:900;display:flex}.sf-logo-mark{filter:drop-shadow(0 8px 18px #ff31523d);flex:none;width:36px;height:36px;display:block}.sf-nav-links{scrollbar-width:none;flex:1;align-items:center;gap:20px;display:flex;overflow-x:auto}.sf-nav-link{color:var(--sf-text);align-items:center;gap:5px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .15s;display:inline-flex;white-space:nowrap!important}.sf-nav-link:hover{color:var(--sf-accent)}.sf-nav-item-group{white-space:nowrap;align-items:center;display:flex;position:relative}.sf-nav-item-group.has-panel:after{content:"";width:max(100%,280px);height:18px;position:absolute;top:100%;left:0}.sf-nav-item-group.has-panel.is-mega:after{width:min(840px,100vw - 48px)}.sf-nav-badge{min-width:22px;height:20px;color:var(--sf-accent);background:#7c5cfc1f;border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:10px;font-weight:800;display:inline-flex}.sf-nav-panel{background:var(--sf-panel-bg);border:1px solid var(--sf-border);min-width:260px;box-shadow:var(--sf-shadow-lg);opacity:0;pointer-events:none;z-index:120;border-radius:18px;transition:all .18s;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(4px)}.sf-nav-item-group:hover .sf-nav-panel,.sf-nav-item-group.is-open .sf-nav-panel,.sf-nav-item-group:focus-within .sf-nav-panel{opacity:1!important;pointer-events:auto!important;visibility:visible!important;transform:translateY(0)!important}.sf-dropdown-panel{padding:12px}.sf-dropdown-list{gap:8px;display:grid}.sf-mega-panel{z-index:9999!important;background:var(--sf-panel-bg,#fff)!important;border:1px solid var(--sf-border)!important;border-radius:20px!important;width:min(880px,100vw - 32px)!important;padding:24px!important;position:absolute!important;top:100%!important;left:50%!important;transform:translate(-50%)translateY(4px)!important;box-shadow:0 16px 40px #0000001f!important}.sf-nav-item-group.has-panel.is-mega:hover .sf-mega-panel,.sf-nav-item-group.has-panel.is-mega.is-open .sf-mega-panel{opacity:1!important;pointer-events:auto!important;visibility:visible!important;transform:translate(-50%)translateY(0)!important}.sf-mega-grid{grid-template-columns:1.4fr 1fr;align-items:stretch;gap:20px;display:grid}.sf-mega-links{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;display:grid}.sf-mega-link{color:var(--sf-text);background:0 0;border:1px solid #0000;border-radius:14px;gap:4px;padding:12px 14px;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:grid}.sf-mega-link:hover{background:var(--sf-bg2);border-color:var(--sf-border);transform:translateY(-1px)}.sf-mega-link-title{font-size:14px;font-weight:700}.sf-mega-link-text{color:var(--sf-text2);font-size:12px;line-height:1.5}.sf-mega-link-block{border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;transition:background .15s;display:flex}.sf-mega-link-block:hover{background:var(--sf-bg2)}.sf-mega-link-title-link{color:var(--sf-text);text-decoration:none}.sf-mega-link-title-link:hover .sf-mega-link-title{color:#7c5cfc}.sf-mega-subchildren{border-left:2px solid var(--sf-border);flex-direction:column;gap:4px;margin-top:4px;padding-left:6px;display:flex}.sf-mega-sublink{color:var(--sf-text2);font-size:12px;font-weight:500;text-decoration:none;transition:color .15s,transform .15s}.sf-mega-sublink:hover{color:#7c5cfc;transform:translate(2px)}.sf-mega-featured{background:linear-gradient(#7c5cfc14,#7c5cfc05);border:1px solid #7c5cfc24;border-radius:16px;display:grid;overflow:hidden}.sf-mega-featured-image{object-fit:cover;width:100%;height:180px}.sf-mega-featured-body{gap:8px;padding:16px;display:grid}.sf-mega-featured-body p{color:var(--sf-text2);font-size:12px;line-height:1.6}.sf-mega-featured-link{background:var(--sf-text);width:fit-content;color:var(--sf-bg);border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.sf-navbar-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.sf-icon-btn,.sf-pill-select{border:1.5px solid var(--sf-border);background:var(--sf-pill-bg);color:var(--sf-text);transition:border-color .15s,background .15s,color .15s,transform .15s}.sf-icon-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.sf-icon-btn:hover,.sf-pill-select:hover{border-color:var(--sf-accent);transform:translateY(-1px)}.sf-pill-select{border-radius:999px;outline:none;padding:8px 12px;font-size:12px;font-weight:700}.sf-pill-select:focus{border-color:var(--sf-accent);box-shadow:0 0 0 3px var(--sf-accent-dim)}.sf-mobile-menu-btn{border:1.5px solid var(--sf-border);background:var(--sf-pill-bg);width:40px;height:40px;color:var(--sf-text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;display:none}.sf-mobile-menu{z-index:99999;pointer-events:none;position:fixed;inset:0}.sf-mobile-menu.open{pointer-events:auto}.sf-mobile-menu-panel{background:var(--sf-surface,#fff);border-left:1px solid var(--sf-border);z-index:20;flex-direction:column;gap:16px;width:min(360px,100vw - 28px);height:100%;padding:18px 16px 28px;transition:transform .25s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0003}.sf-mobile-menu.open .sf-mobile-menu-panel{transform:translate(0)}.sf-mobile-menu-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.sf-mobile-menu-links{gap:14px;padding-right:4px;display:grid;overflow-y:auto}.sf-mobile-menu-group{border-bottom:1px solid var(--sf-border);gap:10px;padding-bottom:12px;display:grid}.sf-mobile-menu-link,.sf-mobile-submenu-link{color:var(--sf-text);justify-content:space-between;align-items:center;gap:10px;text-decoration:none;display:flex}.sf-mobile-menu-link{font-size:15px;font-weight:700}.sf-mobile-submenu{gap:8px;padding-left:14px;display:grid}.sf-mobile-submenu-link{color:var(--sf-text2);font-size:13px;font-weight:500}.sf-mobile-menu-backdrop{background:var(--sf-overlay);opacity:0;z-index:5;border:none;transition:opacity .2s;position:absolute;inset:0}.sf-mobile-menu.open .sf-mobile-menu-backdrop{opacity:1;pointer-events:auto}.sf-mobile-menu:not(.open) .sf-mobile-menu-backdrop{pointer-events:none}.sf-account-menu{position:relative}.sf-account-trigger{background:var(--sf-pill-bg);border:1.5px solid var(--sf-border);min-width:180px;color:var(--sf-text);cursor:pointer;border-radius:9999px;align-items:center;gap:10px;padding:7px 12px;transition:all .15s;display:flex}.sf-account-trigger:hover,.sf-account-trigger.active{border-color:var(--sf-accent);box-shadow:0 0 0 3px var(--sf-accent-dim)}.sf-account-trigger-icon{background:linear-gradient(135deg, var(--sf-accent), var(--sf-accent-light));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.sf-account-trigger-copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.sf-account-trigger-title{white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:12px;font-weight:700;line-height:1.1;overflow:hidden}.sf-account-trigger-subtitle{color:var(--sf-text2);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:11px;line-height:1.1;overflow:hidden}.sf-account-panel{background:var(--sf-panel-bg);border:1px solid var(--sf-border);border-radius:var(--sf-radius);width:min(340px,100vw - 32px);box-shadow:var(--sf-shadow-lg);position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.sf-account-panel-header{border-bottom:1px solid var(--sf-border);background:linear-gradient(#7c5cfc14,#7c5cfc00);padding:16px}.sf-account-status{border-radius:9999px;align-items:center;gap:6px;padding:5px 9px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.sf-account-status-ok{color:var(--sf-success);background:#22c55e1a}.sf-account-status-warn{color:#d97706;background:#f59e0b1f}.sf-account-panel-links{padding:8px;display:grid}.sf-account-panel-link,.sf-account-logout{color:var(--sf-text2);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:11px 12px;font-family:inherit;font-size:13px;text-decoration:none;transition:all .15s;display:flex}.sf-account-panel-link:hover,.sf-account-logout:hover{background:var(--sf-bg2);color:var(--sf-text)}.sf-account-logout{width:calc(100% - 16px);color:var(--sf-danger);margin:0 8px 8px}.sf-cart-btn{background:var(--sf-accent);color:#fff;border-radius:var(--sf-radius-sm);cursor:pointer;border:none;align-items:center;gap:8px;padding:8px 16px;font-size:13.5px;font-weight:600;transition:all .15s;display:flex}.sf-cart-btn:hover{background:var(--sf-accent-light);transform:translateY(-1px)}.sf-cart-count{background:var(--sf-cart-count-bg);color:var(--sf-cart-count-text);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:inline-flex}.sf-hero{color:#fff;background:linear-gradient(135deg,#0a0a1f 0%,#1a0a3f 50%,#0f0f2e 100%);padding:80px 0;position:relative;overflow:hidden}.sf-hero:before{content:"";background:radial-gradient(at 30%,#7c5cfc4d 0%,#0000 60%),radial-gradient(at 70%,#3b82f633 0%,#0000 60%);position:absolute;inset:0}.sf-hero-inner{z-index:1;position:relative}.sf-hero-carousel{align-items:center;min-height:620px;display:flex}.sf-hero-slides,.sf-hero-slide{position:absolute;inset:0}.sf-hero-carousel-shell{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;display:grid}.sf-hero-copy{max-width:640px}.sf-hero-controls{align-self:end;align-items:center;gap:10px;display:flex}.sf-hero-arrow{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff38;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.sf-hero-arrow:hover{background:#ffffff24;border-color:#fff6;transform:translateY(-2px)}.sf-hero-dots{z-index:2;gap:10px;margin-top:28px;display:flex;position:relative}.sf-hero-dot{cursor:pointer;background:#ffffff52;border:none;border-radius:999px;width:12px;height:12px;transition:transform .18s,background .18s,width .18s}.sf-hero-dot.active{background:#fff;width:34px}.sf-hero-tag{color:#c4adff;background:#7c5cfc33;border:1px solid #7c5cfc66;border-radius:9999px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.sf-hero h1{letter-spacing:-2px;margin-bottom:20px;font-size:clamp(36px,5vw,60px);font-weight:800;line-height:1.1}.sf-hero p{color:#ffffffb3;max-width:520px;margin-bottom:32px;font-size:17px}.sf-hero-btns{flex-wrap:wrap;gap:12px;display:flex}.sf-btn{border-radius:var(--sf-radius-sm);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .18s;display:inline-flex}.sf-btn-primary{background:var(--sf-accent);color:#fff;box-shadow:0 4px 16px #7c5cfc66}.sf-btn-primary:hover{background:var(--sf-accent-light);transform:translateY(-2px);box-shadow:0 8px 24px #7c5cfc80}.sf-btn-outline{color:var(--sf-text);border:1.5px solid var(--sf-border);background:0 0}.sf-btn-outline:hover{background:var(--sf-surface-soft);border-color:var(--sf-accent)}.sf-btn-outline-inverse{color:#fff;background:0 0;border:1.5px solid #ffffff4d}.sf-btn-outline-inverse:hover{background:#ffffff1a}.sf-btn-dark{background:var(--sf-text);color:var(--sf-bg)}.sf-btn-dark:hover{opacity:.85}.sf-btn-sm{padding:8px 16px;font-size:13px}.sf-btn-lg{padding:14px 32px;font-size:15px}.sf-products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.sf-product-card{background:var(--sf-bg);border:1px solid var(--sf-border);border-radius:var(--sf-radius);cursor:pointer;color:inherit;transition:all .2s;display:block;overflow:hidden}.sf-product-card:hover{box-shadow:var(--sf-shadow-lg);border-color:#0000;transform:translateY(-4px)}.sf-product-link{color:inherit;text-decoration:none;display:block}.sf-product-img{aspect-ratio:1;background:var(--sf-bg2);justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.sf-product-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.sf-product-card:hover .sf-product-img img{transform:scale(1.05)}.sf-product-img-placeholder{opacity:.2;width:64px;height:64px}.sf-product-badge{background:var(--sf-accent);color:#fff;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.sf-product-badge-sale{background:var(--sf-danger)}.sf-product-body{padding:16px}.sf-product-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.sf-product-cat,.sf-product-meta-link,.sf-product-meta-brand{text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:700}.sf-product-cat,.sf-product-meta-link{color:var(--sf-accent)}.sf-product-meta-brand{color:var(--sf-muted)}.sf-product-meta-link{text-decoration:none}.sf-product-meta-link:hover{text-decoration:underline}.sf-product-meta-sep{color:var(--sf-muted);font-size:11px}.sf-product-title-link{color:inherit;text-decoration:none}.sf-product-title-link:hover .sf-product-title{color:var(--sf-accent)}.sf-product-title{margin-bottom:8px;font-size:15px;font-weight:600;line-height:1.4}.sf-product-price{align-items:center;gap:8px;display:flex}.sf-price{color:var(--sf-text);font-size:18px;font-weight:800}.sf-price-compare{color:var(--sf-muted);font-size:14px;text-decoration:line-through}.sf-price-discount{color:var(--sf-danger);font-size:12px;font-weight:700}.sf-product-summary{color:var(--sf-text2);margin-bottom:12px;font-size:13px;line-height:1.6}.sf-product-quick-row,.sf-product-wholesale-row{color:var(--sf-text2);justify-content:space-between;align-items:center;gap:10px;margin-top:12px;font-size:12px;font-weight:700;display:flex}.sf-product-quick-row a,.sf-product-wholesale-row a{color:var(--sf-accent);text-decoration:none}.sf-stock-ok{color:var(--sf-success)}.sf-stock-out{color:var(--sf-danger)}.sf-products-grid-compact{grid-template-columns:repeat(auto-fill,minmax(178px,1fr));gap:14px}.sf-products-grid-compact .sf-product-body{padding:12px}.sf-products-grid-compact .sf-product-title{margin-bottom:7px;font-size:13px}.sf-products-grid-compact .sf-price{font-size:15px}.sf-products-grid-list,.sf-products-grid-wholesale{grid-template-columns:1fr;gap:12px}.sf-product-card-list,.sf-product-card-wholesale{grid-template-columns:148px minmax(0,1fr);align-items:stretch;display:grid}.sf-product-card-list .sf-product-img,.sf-product-card-wholesale .sf-product-img{aspect-ratio:auto;height:100%;min-height:132px}.sf-product-card-list .sf-product-body,.sf-product-card-wholesale .sf-product-body{align-content:center;display:grid}.sf-products-grid-lookbook{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px}.sf-product-card-lookbook .sf-product-img{aspect-ratio:4/5}.sf-product-card-lookbook .sf-product-body{padding:18px}.sf-product-card-lookbook .sf-product-title{font-size:18px;font-weight:800}.sf-product-card-wholesale{border-radius:10px;grid-template-columns:92px minmax(0,1fr)}.sf-product-card-wholesale .sf-product-img{min-height:88px}.sf-product-card-wholesale .sf-product-body{grid-template-columns:minmax(180px,1.2fr) minmax(120px,.8fr) minmax(220px,1.1fr);align-items:center;column-gap:18px;padding:12px 16px}.sf-product-card-wholesale .sf-product-meta,.sf-product-card-wholesale .sf-product-title,.sf-product-card-wholesale .sf-product-summary,.sf-product-card-wholesale .sf-product-price,.sf-product-card-wholesale .sf-product-wholesale-row{margin:0}.sf-product-card-wholesale .sf-product-summary{display:none}.sf-product-card-wholesale .sf-product-title-link{grid-column:1}.sf-product-card-wholesale .sf-product-price{grid-column:2}.sf-product-card-wholesale .sf-product-wholesale-row{grid-column:3;justify-content:flex-end}.sf-products-grid-quick,.sf-products-grid-technical{grid-template-columns:repeat(4,minmax(0,1fr))}.sf-product-card-quick{box-shadow:none;background:#fff;border-radius:3px}.sf-product-card-quick:hover{box-shadow:var(--sf-shadow);border-color:var(--sf-border);transform:translateY(-2px)}.sf-product-card-quick .sf-product-img{aspect-ratio:1/1.38;background:#f7f7f7}.sf-product-card-quick .sf-product-img img{object-fit:cover}.sf-product-card-quick .sf-product-badge-sale{text-transform:uppercase;background:#08a75a;border-radius:2px;padding:6px 9px;font-size:10px;top:16px;left:18px}.sf-product-card-quick .sf-product-body{padding:18px 18px 16px}.sf-product-card-quick .sf-product-title{text-transform:none;margin-bottom:14px;font-size:17px;font-weight:650;line-height:1.25}.sf-product-card-quick .sf-product-buy-row{grid-template-columns:1fr;gap:8px;margin-bottom:14px;display:grid}.sf-product-variant-select,.sf-product-mini-qty{color:#6f7785;background:#fff;border:1px solid #dedede;border-radius:4px;height:40px}.sf-product-variant-select{outline:none;width:100%;padding:0 14px;font-size:14px}.sf-product-mini-qty{grid-template-columns:40px 1fr 40px;align-items:center;display:grid;overflow:hidden}.sf-product-mini-qty button{color:#050505;cursor:pointer;background:#fff;border:0;height:100%;font-size:21px;font-weight:800}.sf-product-mini-qty button:disabled{color:#c5c5c5;cursor:not-allowed}.sf-product-mini-qty span{text-align:center;color:#6f7785;font-size:14px}.sf-product-quick-actions{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;display:flex}.sf-product-card-quick .sf-product-price{flex-wrap:wrap;gap:7px}.sf-product-card-quick .sf-price{color:#f20f17;font-size:18px;font-weight:500}.sf-product-card-quick .sf-price-compare{color:#7b7b7b;font-size:14px}.sf-product-add-btn{color:#fff;text-transform:uppercase;cursor:pointer;background:#ec1119;border:0;border-radius:4px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:38px;padding:0 18px;font-size:13px;font-weight:800;display:inline-flex}.sf-product-add-btn:disabled{cursor:not-allowed;background:#b8b8b8}.sf-product-card-technical{background:#f3f3f3;border-radius:16px;box-shadow:0 1px 4px #0000001f}.sf-product-card-technical:hover{border-color:var(--sf-border);transform:translateY(-2px);box-shadow:0 8px 22px #00000024}.sf-product-card-technical .sf-product-img{aspect-ratio:1.28;background:#fff}.sf-product-card-technical .sf-product-img img{object-fit:contain;padding:10px}.sf-product-card-technical .sf-product-body{padding:12px 10px;position:relative}.sf-product-card-technical .sf-product-title{color:#0066d8;margin-bottom:28px;font-size:16px;font-weight:700;line-height:1.22}.sf-product-card-technical .sf-product-title-link:hover .sf-product-title{color:#0053b0}.sf-product-reference{color:#6f6f77;margin-bottom:8px;font-size:14px}.sf-product-card-technical .sf-product-summary{color:#111;min-height:84px;margin-bottom:8px;font-size:14px;line-height:1.5}.sf-product-card-technical .sf-product-price{gap:18px;margin:8px 0 14px}.sf-product-card-technical .sf-price{color:#ef171f;font-size:20px;font-weight:800}.sf-product-card-technical .sf-price-compare{color:#667085;font-size:16px}.sf-product-availability{text-align:center;background:#fff;border-radius:6px;gap:8px;width:min(220px,100% - 92px);padding:10px;font-size:14px;display:grid}.sf-product-availability strong{color:#242424}.sf-availability-ok,.sf-availability-out{color:#fff;border-radius:5px;padding:8px 14px;font-weight:800;display:block}.sf-availability-ok{background:#24a844}.sf-availability-out{background:#ef171f}.sf-product-brand-mark{color:#ef171f;text-transform:lowercase;text-align:right;max-width:72px;font-size:13px;font-weight:900;line-height:1;position:absolute;bottom:26px;right:14px}.sf-advanced-display{border:1px solid var(--sf-border);background:var(--sf-surface);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;min-width:0;padding:14px 16px;display:flex}.sf-advanced-display-note{color:var(--sf-text2);margin-top:6px;font-size:13px}.sf-advanced-display-actions{overscroll-behavior-x:contain;flex-wrap:nowrap;gap:8px;min-width:0;max-width:100%;padding-bottom:2px;display:flex;overflow:auto hidden}.sf-advanced-chip{border:1px solid var(--sf-border);background:var(--sf-bg2);min-height:34px;color:var(--sf-text2);border-radius:10px;flex:none;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.sf-advanced-chip.active{background:var(--sf-accent);border-color:var(--sf-accent);color:#fff}.sf-product-style-market .sf-price,.sf-products-style-market .sf-price{color:#ef171f}.sf-product-style-market .sf-product-add-btn,.sf-product-style-market .sf-availability-out{background:#ef171f}.sf-product-style-market .sf-availability-ok{background:#24a844}.sf-product-style-soft{background:#f4f4f5;border-radius:18px;box-shadow:0 1px 5px #0000001c}.sf-product-style-soft .sf-product-img{background:#fff}.sf-product-style-soft .sf-product-img img{object-fit:contain;padding:10px}.sf-product-style-soft .sf-product-title{color:#0066d8;font-weight:750}.sf-product-style-soft .sf-product-add-btn,.sf-product-style-soft .sf-availability-ok{background:#24a844}.sf-product-style-edge{box-shadow:none;border-color:#cbd5e1;border-radius:0}.sf-product-style-edge:hover{box-shadow:none;border-color:#111827;transform:translateY(-2px)}.sf-product-style-edge .sf-product-img{background:#f8fafc}.sf-product-style-edge .sf-product-body{padding:14px}.sf-product-style-edge .sf-product-title{text-transform:uppercase;font-size:15px}.sf-product-style-edge .sf-product-add-btn,.sf-product-style-edge .sf-availability-ok{background:#111827}.sf-product-style-premium{color:#fff;background:#111118;border-color:#ffffff14;box-shadow:0 12px 34px #0000002e}.sf-product-style-premium .sf-product-img{background:#242432}.sf-product-style-premium .sf-product-body,.sf-product-style-premium .sf-product-title,.sf-product-style-premium .sf-price{color:#fff}.sf-product-style-premium .sf-product-summary,.sf-product-style-premium .sf-product-reference,.sf-product-style-premium .sf-price-compare,.sf-product-style-premium .sf-product-mini-qty span{color:#ffffffad}.sf-product-style-premium .sf-product-variant-select,.sf-product-style-premium .sf-product-mini-qty,.sf-product-style-premium .sf-product-mini-qty button,.sf-product-style-premium .sf-product-availability{color:#fff;background:#1b1b27;border-color:#ffffff1f}.sf-product-style-premium .sf-product-add-btn,.sf-product-style-premium .sf-availability-ok{color:#111118;background:#d9b85f}.sf-product-style-theme .sf-product-add-btn,.sf-product-style-theme .sf-availability-ok{background:var(--sf-accent)}.sf-products-style-compact{border-radius:8px;gap:0;overflow:hidden}.sf-products-style-compact .sf-product-card{box-shadow:none;border:0;border-radius:0}.sf-products-style-compact .sf-product-card:hover{box-shadow:none;transform:none}.sf-product-style-compact{box-shadow:none;background:var(--sf-bg);border:0;border-radius:0}.sf-product-style-compact .sf-product-img{background:var(--sf-bg2)}.sf-product-style-compact .sf-product-body{padding:12px}.sf-product-style-compact .sf-product-title{margin-bottom:8px;font-size:14px}.sf-product-style-compact .sf-product-summary{display:none}.sf-product-style-compact .sf-price{color:#ef171f;font-size:16px}.sf-product-style-compact .sf-product-add-btn,.sf-product-style-compact .sf-availability-ok{background:#111827}.sf-product-style-compact .sf-product-buy-row{grid-template-columns:1fr;gap:6px}.sf-product-style-compact .sf-product-quick-actions{flex-direction:column;align-items:stretch}.sf-product-style-compact .sf-product-add-btn{width:100%}.sf-section-header{margin-bottom:40px}.sf-section-header .sf-tag{text-transform:uppercase;letter-spacing:1px;color:var(--sf-accent);margin-bottom:8px;font-size:12px;font-weight:700;display:inline-block}.sf-section-header h2{letter-spacing:-1px;margin-bottom:10px;font-size:clamp(26px,3vw,36px);font-weight:800}.sf-section-header p{color:var(--sf-text2);max-width:520px;font-size:15px}.sf-cart-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;animation:.2s sfFadeIn;position:fixed;inset:0}.sf-cart-drawer{background:var(--sf-surface);z-index:201;flex-direction:column;width:420px;max-width:100vw;animation:.25s sfSlideLeft;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 40px #00000026}.sf-cart-header{border-bottom:1px solid var(--sf-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.sf-cart-title{font-size:16px;font-weight:700}.sf-cart-body{flex:1;padding:20px 24px;overflow-y:auto}.sf-cart-item{border-bottom:1px solid var(--sf-border);gap:14px;padding:14px 0;display:flex}.sf-cart-item:last-child{border-bottom:none}.sf-cart-item-img{background:var(--sf-bg2);border-radius:var(--sf-radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.sf-cart-item-img img{object-fit:cover;width:100%;height:100%}.sf-cart-item-info{flex:1}.sf-cart-item-title{margin-bottom:4px;font-size:13.5px;font-weight:600}.sf-cart-item-variant{color:var(--sf-muted);margin-bottom:8px;font-size:12px}.sf-cart-item-price{color:var(--sf-accent);font-size:14px;font-weight:700}.sf-qty-ctrl{align-items:center;gap:10px;margin-top:8px;display:flex}.sf-qty-btn{background:var(--sf-bg2);border:1px solid var(--sf-border);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;font-weight:600;transition:all .1s;display:flex}.sf-qty-btn:hover{background:var(--sf-accent-dim);border-color:var(--sf-accent)}.sf-qty-num{text-align:center;min-width:20px;font-size:14px;font-weight:600}.sf-cart-footer{border-top:1px solid var(--sf-border);background:var(--sf-bg2);padding:20px 24px}.sf-cart-total-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sf-cart-total-label{color:var(--sf-text2);font-size:14px}.sf-cart-total-amount{font-size:22px;font-weight:800}.sf-product-detail{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:start;gap:48px;width:100%;max-width:100%;display:grid}.sf-product-gallery{top:calc(var(--sf-navbar-h) + 24px);box-sizing:border-box;width:100%;max-width:100%;margin:0 auto;position:sticky}.sf-gallery-main{aspect-ratio:1;background:var(--sf-bg2);border-radius:var(--sf-radius);-webkit-user-select:none;user-select:none;touch-action:pan-y;justify-content:center;align-items:center;width:100%;max-width:100%;margin:0 auto 14px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.sf-gallery-main img{object-fit:cover;width:100%;height:100%;margin:0 auto;transition:opacity .2s;display:block}.sf-gallery-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--sf-border);width:38px;height:38px;color:var(--sf-text);cursor:pointer;z-index:5;background:#ffffffe0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001f}.sf-gallery-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.08)}.sf-gallery-arrow-left{left:12px}.sf-gallery-arrow-right{right:12px}.sf-gallery-zoom-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:5;background:#0f172aa6;border:none;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .2s;display:flex;position:absolute;top:14px;right:14px}.sf-gallery-zoom-badge:hover{background:#0f172ad9}.sf-gallery-dots-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.5px;z-index:5;background:#0f172aa6;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.sf-gallery-thumbs{scrollbar-width:thin;gap:10px;padding-bottom:6px;display:flex;overflow-x:auto}.sf-gallery-thumb{border-radius:var(--sf-radius-sm);background:var(--sf-bg2);cursor:pointer;border:2px solid #0000;flex-shrink:0;width:72px;height:72px;transition:all .15s;overflow:hidden}.sf-gallery-thumb.active{border-color:var(--sf-accent);transform:scale(1.04)}.sf-gallery-thumb img{object-fit:cover;width:100%;height:100%}.sf-zoom-modal-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.sf-zoom-modal-content{flex-direction:column;align-items:center;width:100%;max-width:1000px;display:flex;position:relative}.sf-zoom-toolbar{color:#fff;justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;display:flex}.sf-zoom-counter{color:#cbd5e1;font-size:14px;font-weight:600}.sf-zoom-actions{align-items:center;gap:8px;display:flex}.sf-zoom-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.sf-zoom-btn:hover{background:#ffffff4d}.sf-zoom-close{background:#ef4444cc}.sf-zoom-close:hover{background:#ef4444}.sf-zoom-image-container{justify-content:center;align-items:center;width:100%;max-height:80vh;display:flex;overflow:hidden}.sf-zoom-nav-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.sf-zoom-nav-btn:hover{background:#fff6}.sf-zoom-nav-btn.prev{left:10px}.sf-zoom-nav-btn.next{right:10px}.sf-product-info h1{letter-spacing:-.5px;margin-bottom:12px;font-size:clamp(22px,2.5vw,30px);font-weight:800}.sf-product-desc{color:var(--sf-text2);margin:16px 0;font-size:15px;line-height:1.7}.sf-product-price-block{align-items:baseline;gap:12px;margin:20px 0;display:flex}.sf-product-price-block .sf-price{font-size:28px}.sf-variant-label{color:var(--sf-text2);margin-bottom:8px;font-size:13px;font-weight:600}.sf-variant-option-head{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.sf-variant-selected-value{color:var(--sf-text);font-size:15px;font-weight:700}.sf-variant-group{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.sf-variant-btn{border-radius:var(--sf-radius-sm);border:1.5px solid var(--sf-border);cursor:pointer;background:var(--sf-input-bg);padding:7px 14px;font-size:13px;font-weight:500;transition:all .15s}.sf-variant-btn.active{border-color:var(--sf-accent);background:var(--sf-accent-dim);color:var(--sf-accent);font-weight:600}.sf-variant-btn:hover:not(.active){border-color:var(--sf-accent)}.sf-variant-btn.is-out-of-stock{opacity:.72;border-style:dashed}.sf-variant-btn:disabled{opacity:.45;cursor:not-allowed}.sf-variant-image-swatch{background:var(--sf-surface);cursor:pointer;border:2px solid #fffffff2;border-radius:9999px;width:74px;height:74px;padding:0;transition:transform .16s,box-shadow .16s,border-color .16s;overflow:hidden;box-shadow:0 10px 22px #0a12201f}.sf-variant-image-swatch img{object-fit:cover;width:100%;height:100%}.sf-variant-image-swatch.active{border-color:var(--sf-accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--sf-accent) 16%, transparent), 0 14px 28px #0a122029;transform:translateY(-1px)}.sf-variant-image-swatch.is-out-of-stock{opacity:.7;filter:grayscale(.18);box-shadow:0 8px 18px #0a122014}.sf-variant-image-swatch:disabled{opacity:.45;cursor:not-allowed}.sf-color-swatch{cursor:pointer;outline-offset:3px;border:2px solid #0000;border-radius:50%;width:34px;height:34px;transition:all .15s}.sf-color-swatch.active{outline:2px solid var(--sf-accent)}.sf-add-cart{align-items:center;gap:12px;margin-top:24px;display:flex}.sf-form-group{margin-bottom:16px}.sf-label{color:var(--sf-text2);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.sf-checkbox{color:var(--sf-text2);font-size:14px}.sf-checkbox input{accent-color:var(--sf-accent);width:16px;height:16px}.sf-input,.sf-select,.sf-textarea{background:var(--sf-input-bg);border:1.5px solid var(--sf-border);border-radius:var(--sf-radius-sm);width:100%;color:var(--sf-text);outline:none;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.sf-input:focus,.sf-select:focus,.sf-textarea:focus{border-color:var(--sf-accent);box-shadow:0 0 0 3px var(--sf-accent-dim)}.sf-textarea{resize:vertical;min-height:100px}.sf-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.sf-footer{background:var(--sf-footer-bg);color:var(--sf-footer-text);padding:48px 0 24px}.sf-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.sf-footer h4{color:var(--sf-footer-heading);margin-bottom:14px;font-size:14px;font-weight:700}.sf-footer ul{flex-direction:column;gap:8px;list-style:none;display:flex}.sf-footer ul a{color:var(--sf-footer-link);font-size:13px;text-decoration:none;transition:color .15s}.sf-footer ul a:hover{color:var(--sf-footer-link-hover)}.sf-footer-account-card{background:var(--sf-footer-card-bg);border:1px solid var(--sf-footer-card-border);border-radius:14px;padding:14px}.sf-footer-status-ok,.sf-footer-status-warn{border-radius:9999px;align-items:center;gap:5px;padding:4px 8px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.sf-footer-status-ok{color:#86efac;background:#22c55e1f}.sf-footer-status-warn{color:#fcd34d;background:#f59e0b24}.sf-footer-account-link{align-items:center;gap:8px;display:inline-flex}.sf-footer-logout{color:var(--sf-footer-link);font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.sf-footer-logout:hover{color:var(--sf-footer-link-hover)}.sf-footer-bottom{border-top:1px solid var(--sf-footer-border);justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;display:flex}.sf-powered{color:var(--sf-footer-muted)}.sf-powered span{color:var(--sf-accent-light);font-weight:600}.sf-toast{z-index:9999;background:var(--sf-text);color:var(--sf-bg);border-radius:var(--sf-radius);box-shadow:var(--sf-shadow-lg);padding:14px 20px;font-size:14px;font-weight:500;animation:.3s sfSlideUp;position:fixed;bottom:24px;right:24px}.sf-toast-success{border-left:4px solid var(--sf-success)}.sf-toast-error{border-left:4px solid var(--sf-danger)}.sf-empty{text-align:center;color:var(--sf-muted);padding:80px 24px}.sf-empty svg{opacity:.3;width:56px;height:56px;margin:0 auto 16px;display:block}.sf-empty h3{color:var(--sf-text2);margin-bottom:8px;font-size:18px}@keyframes sfFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sfSlideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes sfSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sfCatalogDrawerIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0,0)}}html[dir=rtl] .sf-navbar-inner{flex-direction:row-reverse}html[dir=rtl] .sf-navbar-actions{margin-left:0;margin-right:auto}html[dir=rtl] .sf-account-trigger-copy{align-items:flex-end}html[dir=rtl] .sf-account-panel{left:0;right:auto}html[dir=rtl] .sf-mobile-menu-panel{border-left:none;border-right:1px solid var(--sf-border);left:0;right:auto;transform:translate(-100%)}html[dir=rtl] .sf-mobile-menu.open .sf-mobile-menu-panel{transform:translate(0)}html[dir=rtl] .sf-cart-drawer{left:0;right:auto}html[dir=rtl] .sf-footer-bottom{flex-direction:row-reverse}html[dir=rtl] .sf-section-header,html[dir=rtl] .sf-product-info,html[dir=rtl] .sf-empty,html[dir=rtl] .sf-footer{text-align:right}@media (max-width:768px){.sf-container{padding:0 10px}.sf-catalog-shell{padding-top:22px}.sf-storefront-switchers.is-sticky{top:calc(var(--sf-navbar-h) + 6px);border-radius:14px;margin:-4px;padding:8px}.sf-catalog-panel{max-width:calc(100vw - 20px);inset:auto 10px 14px auto}.sf-catalog-panel-summary{background:var(--sf-text);width:auto;min-width:0;max-width:calc(100vw - 32px);min-height:46px;color:var(--sf-surface);border-radius:999px;padding:10px 14px;box-shadow:0 16px 34px #0f172a3d}.sf-catalog-panel-summary span,.sf-catalog-panel-summary strong{color:inherit}.sf-catalog-panel-summary strong{display:none}.sf-catalog-panel[open]:before{content:"";z-index:210;background:#0f172a61;position:fixed;inset:0}.sf-catalog-panel[open]>.sf-catalog-panel-summary{z-index:230;background:var(--sf-text);width:auto;height:auto;min-height:46px;color:var(--sf-surface);border-bottom:none;border-radius:999px;justify-content:center;position:fixed;top:auto;bottom:14px;right:10px;box-shadow:0 16px 34px #0f172a3d}.sf-catalog-panel[open] .sf-catalog-filter-form{z-index:230;background:var(--sf-surface);border-left:none;border-radius:22px 22px 0 0;align-content:start;width:min(390px,100vw - 20px);max-height:min(76vh,720px);padding:20px 14px 14px;position:fixed;top:auto;bottom:74px;right:10px;box-shadow:0 22px 54px #0f172a3d}.sf-catalog-filter-grid,.sf-catalog-filter-grid-secondary{grid-template-columns:1fr;gap:8px}.sf-catalog-filter-grid-secondary .sf-catalog-check,.sf-catalog-filter-grid-secondary .sf-catalog-submit{grid-column:auto}.sf-view-toolbar,.sf-advanced-display{flex-direction:column;align-items:stretch}.sf-view-actions,.sf-advanced-display-actions{justify-content:flex-start}.sf-pagination-card,.sf-pagination-header,.sf-pagination-actions{flex-direction:column;justify-content:flex-start!important;align-items:stretch!important}.sf-pagination-pages{width:100%}.sf-pagination-actions .sf-btn{justify-content:center;width:100%}.sf-product-detail{grid-template-columns:1fr!important;gap:24px!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;overflow-x:hidden!important}.sf-product-gallery{width:100%!important;max-width:100%!important;margin:0 auto!important;position:relative!important;top:0!important}.sf-gallery-main{border-radius:12px!important;width:100%!important;max-width:100%!important;margin:0 auto 12px!important}.sf-gallery-arrow{width:34px!important;height:34px!important}.sf-footer-grid{grid-template-columns:1fr 1fr}.sf-hero h1{font-size:32px}.sf-hero-carousel-shell{grid-template-columns:1fr}.sf-hero-controls{justify-content:flex-start}.sf-cart-drawer{width:100vw}.sf-form-grid{grid-template-columns:1fr}.sf-nav-links{display:none}.sf-mobile-menu-btn{display:inline-flex!important}.sf-mega-panel,.sf-dropdown-panel{display:none}.sf-account-trigger{min-width:56px;padding:7px 10px}.sf-account-trigger-copy{display:none}.sf-products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important;gap:12px!important}.sf-product-card{background:var(--sf-surface)!important;border:1px solid var(--sf-border)!important;border-radius:14px!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}.sf-product-img{aspect-ratio:1!important;object-fit:cover!important;width:100%!important}.sf-product-body{flex-direction:column!important;gap:8px!important;padding:10px!important;display:flex!important}.sf-product-add-btn{color:#fff!important;text-transform:uppercase!important;background:#e11d48!important;border:none!important;border-radius:8px!important;justify-content:center!important;width:100%!important;padding:8px 10px!important;font-size:11px!important;font-weight:800!important}.sf-product-card-list,.sf-product-card-wholesale{grid-template-columns:112px minmax(0,1fr)}.sf-product-card-wholesale .sf-product-body{grid-template-columns:1fr;row-gap:8px}.sf-product-card-list .sf-product-img,.sf-product-card-wholesale .sf-product-img{min-height:112px}.sf-product-card-lookbook .sf-product-img{aspect-ratio:1}.sf-products-grid-quick,.sf-products-grid-technical{grid-template-columns:1fr}.sf-product-card-quick .sf-product-body{padding:18px 16px 14px}.sf-product-quick-actions{align-items:stretch}.sf-product-add-btn,.sf-product-availability{width:100%}.sf-product-brand-mark{text-align:left;margin-top:10px;position:static}.sf-footer-grid{gap:24px}.sf-footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}}@media (min-width:769px) and (max-width:1240px){.sf-products-grid-quick,.sf-products-grid-technical{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:769px) and (max-width:940px){.sf-products-grid-quick,.sf-products-grid-technical{grid-template-columns:repeat(2,minmax(0,1fr))}}.platform-shell{color:#111827;background:radial-gradient(circle at 0 0,#ff70431f,#0000 34%),radial-gradient(circle at 82% 14%,#3d6aff1f,#0000 26%),#f5f7fb;font-family:Manrope,Inter,sans-serif}.platform-hero{color:#eef2ff;background:linear-gradient(135deg,#070f1ffa,#111c36f5 52%,#1a2746eb),linear-gradient(#09101f,#131b2e);padding:26px 0 72px;position:relative;overflow:hidden}.platform-backdrop{filter:blur(18px);opacity:.85;border-radius:9999px;position:absolute}.platform-backdrop-a{background:radial-gradient(circle,#ff78446b,#0000 68%);width:320px;height:320px;top:-120px;right:-80px}.platform-backdrop-b{background:radial-gradient(circle,#466fff5c,#0000 70%);width:340px;height:340px;bottom:-140px;left:-110px}.platform-nav,.platform-nav-actions,.platform-brand,.platform-cta-row,.platform-mini-grid,.platform-final-card{align-items:center;display:flex}.platform-nav{z-index:2;justify-content:space-between;gap:18px;margin-bottom:56px;position:relative}.platform-brand{gap:14px}.platform-brand-mark{color:#111827;background:linear-gradient(135deg,#ff7043,#ffb063);border-radius:16px;place-items:center;width:48px;height:48px;font-family:Space Grotesk,Inter,sans-serif;font-size:18px;font-weight:700;display:grid;box-shadow:0 20px 40px #ff704347}.platform-brand-name{letter-spacing:-.03em;font-family:Space Grotesk,Inter,sans-serif;font-size:15px;font-weight:700}.platform-brand-note{color:#dce5fcb3;font-size:12px}.platform-nav-actions,.platform-cta-row{flex-wrap:wrap;gap:12px}.platform-btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.platform-btn:hover{transform:translateY(-1px)}.platform-btn-primary{color:#0f172a;background:linear-gradient(135deg,#ff7349,#ffb169);box-shadow:0 18px 40px #ff73493d}.platform-btn-secondary{color:#fff;background:#ffffff14;border-color:#ffffff29}.platform-btn-ghost{color:#f3f6ffeb;background:#ffffff0a;border-color:#ffffff1f}.platform-btn-lg{min-height:52px;padding:0 22px;font-size:14px}.platform-hero-grid,.platform-proof-grid,.platform-card-grid,.platform-performance-grid,.platform-security-layout{gap:18px;display:grid}.platform-hero-grid{z-index:2;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:stretch;gap:28px;position:relative}.platform-copy h1,.platform-section-heading h2,.platform-final-card h2{font-family:Space Grotesk,Inter,sans-serif}.platform-copy h1{letter-spacing:-.06em;max-width:760px;margin:0 0 20px;font-size:clamp(42px,6vw,74px);line-height:.98}.platform-copy p{color:#e3e9f8c7;max-width:650px;font-size:17px;line-height:1.8}.platform-eyebrow,.platform-security-badge{letter-spacing:.06em;text-transform:uppercase;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.platform-eyebrow{color:#ffd2c3;margin-bottom:20px}.platform-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.platform-proof-card,.platform-feature-card,.platform-performance-card,.platform-security-card,.platform-stage-card{border:1px solid #11182714;border-radius:28px;box-shadow:0 22px 48px #0f172a14}.platform-proof-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0f;border-color:#ffffff1a;padding:20px}.platform-proof-card span,.platform-performance-card span,.platform-section-heading span,.platform-mini-kicker,.platform-final-card span{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800;display:inline-block}.platform-proof-card span{color:#ffbfaa}.platform-proof-card strong{color:#fff;margin:10px 0 8px;font-size:18px;line-height:1.2;display:block}.platform-proof-card p{color:#e2e8fab8;font-size:13px;line-height:1.7}.platform-stage{gap:16px;display:grid}.platform-stage-card{background:#fffffffa;padding:22px}.platform-stage-card-primary{background:linear-gradient(#fffffffa,#f4f7fffa)}.platform-stage-head{grid-template-columns:auto 1fr;gap:14px;margin-bottom:18px;display:grid}.platform-stage-head h2,.platform-feature-card h3,.platform-performance-card h3,.platform-final-card h2{margin:0;font-size:22px;line-height:1.1}.platform-stage-head p,.platform-feature-card p,.platform-performance-card p,.platform-security-card p,.platform-final-card p{color:#475569;margin:0;font-size:14px;line-height:1.8}.platform-stage-icon,.platform-feature-icon,.platform-mini-icon{color:#101827;background:linear-gradient(135deg,#ff734924,#3d6aff1f);border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.platform-mini-grid{justify-content:space-between;gap:14px;margin-bottom:12px}.platform-mini-kicker{color:#f97316;margin-bottom:8px}.platform-section{padding:84px 0}.platform-section-contrast{background:linear-gradient(#ffffffe0,#f4f7fff5)}.platform-section-deployment{background:linear-gradient(#eef3ff9e,#f5f7fbfa)}.platform-section-heading{text-align:center;gap:12px;margin-bottom:28px;display:grid}.platform-section-heading-left{text-align:left}.platform-section-heading span{color:#f97316}.platform-section-heading h2{letter-spacing:-.05em;max-width:860px;margin:0 auto;font-size:clamp(30px,3.4vw,48px);line-height:1.02}.platform-section-heading-left h2{margin:0}.platform-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.platform-feature-card{background:#fffffff0;padding:24px}.platform-feature-card h3,.platform-performance-card h3{margin:18px 0 10px}.platform-performance-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.platform-performance-card{background:linear-gradient(#fffffff5,#f5f7fff0);padding:24px}.platform-performance-card span{color:#2563eb}.platform-security-layout{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:stretch;gap:28px}.platform-check-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.platform-check-list li{color:#1f2937;padding-left:30px;font-size:14px;line-height:1.8;position:relative}.platform-check-list li:before{content:"";background:linear-gradient(135deg,#ff7349,#2563eb);border-radius:999px;width:14px;height:14px;position:absolute;top:10px;left:0;box-shadow:0 0 0 4px #2563eb14}.platform-check-list-dark li{font-size:15px}.platform-security-card{color:#f8fafc;background:linear-gradient(#10182d,#121f39);align-content:start;gap:18px;padding:24px;display:grid}.platform-security-badge{color:#bfdbfe}.platform-security-card p{color:#e2e8f0d6}.platform-security-note{color:#e2e8f0c2;background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;padding:16px 18px;font-size:13px;line-height:1.8}.platform-final-cta{padding:0 0 92px}.platform-final-card{color:#f8fafc;background:linear-gradient(135deg,#111827,#1f325d 66%,#263f74);border-radius:34px;justify-content:space-between;gap:24px;padding:34px;box-shadow:0 28px 60px #0f172a29}.platform-final-card span{color:#ffbfaa}.platform-final-card h2{letter-spacing:-.05em;margin:10px 0 14px;font-size:clamp(28px,3vw,42px);line-height:1.02}.platform-final-card p{color:#e2e8f0d1;max-width:720px}@media (max-width:1100px){.platform-hero-grid,.platform-security-layout,.platform-final-card{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.platform-card-grid,.platform-proof-grid,.platform-performance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.platform-nav,.platform-nav-actions,.platform-cta-row,.platform-final-card{flex-direction:column;align-items:stretch}.platform-btn,.platform-btn-lg{width:100%}.platform-hero{padding-bottom:54px}.platform-nav{margin-bottom:40px}.platform-proof-grid,.platform-card-grid,.platform-performance-grid{grid-template-columns:1fr}.platform-stage-card,.platform-feature-card,.platform-performance-card,.platform-security-card,.platform-final-card{border-radius:24px}.platform-copy p,.platform-stage-head p,.platform-feature-card p,.platform-performance-card p,.platform-security-card p,.platform-final-card p{font-size:14px}}.sf-view-switcher-desktop{background:var(--sf-surface);border:1px solid var(--sf-border);border-radius:12px;align-items:center;gap:12px;margin-top:10px;padding:12px 18px;display:flex}.sf-view-switcher-mobile{display:none}@media (max-width:1023px){.sf-view-switcher-desktop{display:none!important}.sf-view-switcher-mobile{display:block!important}}.sf-catalog-toolbar-row{display:none!important}@media (min-width:1024px){.sf-filter-popover{position:static!important}.sf-filter-popover[open]>summary:before{content:""!important;z-index:9999!important;-webkit-backdrop-filter:blur(3px)!important;backdrop-filter:blur(3px)!important;cursor:default!important;background:#090c124d!important;animation:.25s forwards sfFadeIn!important;position:fixed!important;inset:0!important}.sf-filter-popover>summary.sf-catalog-panel-summary{z-index:9999!important;background:var(--sf-accent)!important;color:#fff!important;cursor:pointer!important;writing-mode:vertical-rl!important;text-orientation:mixed!important;letter-spacing:1.5px!important;text-transform:uppercase!important;border:none!important;border-radius:12px 0 0 12px!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:6px!important;min-width:auto!important;min-height:auto!important;padding:16px 10px!important;font-size:11px!important;font-weight:800!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important;display:flex!important;position:fixed!important;top:40%!important;right:0!important;transform:translateY(-50%)!important;box-shadow:-4px 6px 20px #090c1226!important}.sf-filter-popover>summary.sf-catalog-panel-summary:hover{background:var(--sf-text)!important;transform:translateY(-50%)translate(-4px)!important;box-shadow:-6px 8px 24px #090c1238!important}.sf-filter-popover>summary.sf-catalog-panel-summary strong{display:none!important}.sf-filter-popover>summary.sf-catalog-panel-summary span{color:#fff!important;font-weight:800!important}.sf-filter-popover[open] .sf-catalog-filter-form{z-index:10000!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important;border-left:1px solid var(--sf-border)!important;box-sizing:border-box!important;background:#ffffffe0!important;border-radius:0!important;flex-direction:column!important;gap:16px!important;width:320px!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;padding:24px 20px!important;animation:.3s cubic-bezier(.16,1,.3,1) forwards sfSlideInRight!important;display:flex!important;position:fixed!important;inset:0 0 0 auto!important;overflow-y:auto!important;box-shadow:-10px 0 40px #090c121f!important}.sf-filter-popover[open]>summary:after{content:"✕"!important;z-index:10005!important;color:var(--sf-text)!important;cursor:pointer!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;font-size:18px!important;font-weight:800!important;display:block!important;position:fixed!important;top:24px!important;right:24px!important;transform:none!important}[data-theme=dark] .sf-filter-popover[open] .sf-catalog-filter-form{background:#121826e0!important}}@media (max-width:1023px){.sf-filter-popover{z-index:9999!important;position:fixed!important;inset:auto 10px 14px auto!important}.sf-filter-popover[open]>summary:before{content:""!important;z-index:9999!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;cursor:default!important;background:#090c1273!important;animation:.25s forwards sfFadeIn!important;position:fixed!important;inset:0!important}.sf-filter-popover[open] .sf-catalog-filter-form{z-index:10000!important;background:var(--sf-surface)!important;box-sizing:border-box!important;border-radius:24px 24px 0 0!important;flex-direction:column!important;gap:16px!important;width:100vw!important;max-width:100vw!important;height:80vh!important;max-height:80vh!important;padding:24px 20px!important;animation:.35s cubic-bezier(.16,1,.3,1) forwards sfSlideUp!important;display:flex!important;position:fixed!important;inset:auto 0 0!important;overflow-y:auto!important;box-shadow:0 -10px 30px #090c122e!important}.sf-filter-popover[open]>summary:after{content:"✕"!important;z-index:10005!important;color:var(--sf-text)!important;cursor:pointer!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;font-size:18px!important;font-weight:800!important;display:block!important;position:fixed!important;top:calc(20vh + 24px)!important;right:20px!important;transform:none!important}}@keyframes sfSlideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.sf-view-switcher-mobile{z-index:80!important;width:100%!important;max-width:100%!important;margin-top:12px!important;position:relative!important;inset:auto!important}.sf-view-switcher-mobile .sf-catalog-panel-summary{background:var(--sf-surface)!important;color:var(--sf-text)!important;border:1px solid var(--sf-border)!important;border-radius:12px!important;min-height:44px!important;box-shadow:0 4px 12px #0f172a0d!important}.sf-view-switcher-mobile[open] .sf-catalog-filter-form{border:1.5px solid var(--sf-border)!important;background:var(--sf-bg2)!important;width:100%!important;max-height:none!important;box-shadow:none!important;border-radius:12px!important;margin-top:8px!important;padding:16px!important;position:relative!important;inset:auto!important}.sf-checkout-grid{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:32px;display:grid}.sf-cart-grid{grid-template-columns:1.3fr .8fr;align-items:start;gap:28px;display:grid}@media (max-width:1023px){.sf-checkout-grid{grid-template-columns:1fr;gap:24px}.sf-cart-grid{grid-template-columns:1fr;gap:20px}}.sf-mobile-menu-account{border-top:1px solid var(--sf-border);width:100%;padding-top:16px;display:flex}.sf-mobile-menu-account>*,.sf-mobile-menu-account .sf-account-menu{width:100%}.sf-mobile-menu-account .sf-account-trigger{border-radius:12px;justify-content:flex-start;width:100%;min-height:48px}.sf-mobile-menu-settings{border-top:1px solid var(--sf-border);align-items:center;gap:12px;padding-top:16px;display:flex}.sf-mobile-menu-settings .sf-pill-select{border-radius:12px;flex:1;height:40px}.sf-mobile-menu-settings .sf-icon-btn{border-radius:12px;width:40px;height:40px}.sf-mobile-menu-panel .sf-account-panel{top:auto!important;bottom:calc(100% + 10px)!important;right:0!important}@media (max-width:768px){.sf-navbar-actions .sf-account-menu,.sf-navbar-actions .sf-icon-btn:not(.sf-mobile-menu-btn),.sf-navbar-actions .sf-pill-select{display:none!important}.sf-navbar{z-index:1000!important;background:var(--sf-nav-bg)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;border-bottom:1px solid var(--sf-border)!important;position:sticky!important;top:0!important}.sf-mobile-bottom-nav{background:var(--sf-panel-bg);border-top:1px solid var(--sf-border);z-index:120;height:60px;padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0000000f}.sf-mobile-bottom-item{color:var(--sf-text2);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:6px 0;font-size:11px;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.sf-mobile-bottom-item:active,.sf-mobile-bottom-item.active{color:var(--sf-accent)}.sf-mobile-bottom-item svg{transition:transform .15s}.sf-mobile-bottom-item.active svg{transform:scale(1.1)}body{padding-bottom:calc(60px + env(safe-area-inset-bottom))!important}.sf-mobile-menu-link.active{color:var(--sf-accent)!important}.sf-mobile-submenu-link.active{font-weight:700;color:var(--sf-accent)!important}.sf-products-grid:not(.sf-products-grid-list):not(.sf-products-grid-wholesale){grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.sf-products-grid-compact{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.sf-products-grid-list,.sf-products-grid-wholesale{grid-template-columns:1fr!important;gap:12px!important}}.sf-mobile-toolbar{display:none!important}@media (max-width:1023px){.sf-mobile-toolbar{background:var(--sf-surface);border:1px solid var(--sf-border);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:10px 12px;display:flex!important}.sf-mobile-btn{border:1px solid var(--sf-border);background:var(--sf-bg2);height:38px;color:var(--sf-text2);cursor:pointer;box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.sf-mobile-filter-btn{background:var(--sf-text)!important;color:var(--sf-bg)!important;border-color:var(--sf-text)!important}.sf-mobile-view-switcher{gap:6px;display:flex}.sf-view-btn{width:38px;padding:0;font-family:monospace;font-size:14px;font-weight:700}.sf-view-btn.active{box-shadow:0 2px 8px #0000000d;background:var(--sf-surface)!important;color:var(--sf-text)!important;border-color:var(--sf-text)!important}.sf-mobile-sort-wrapper{flex:1;min-width:110px;max-width:160px}.sf-mobile-sort-select{border:1px solid var(--sf-border);background:var(--sf-bg2);width:100%;height:38px;color:var(--sf-text);cursor:pointer;box-sizing:border-box;border-radius:8px;outline:none;padding:0 8px;font-size:12px;font-weight:600}.sf-mobile-toolbar~.sf-filter-popover,.sf-mobile-toolbar~.sf-view-switcher-mobile{display:none!important}}.platform-nav-row{justify-content:space-between;align-items:center;padding:16px 0;display:flex}.platform-stats-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.platform-tabs-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:50px;display:grid}.platform-cta-box{text-align:center;background:#fff;border:1px solid #ebecf0;border-radius:32px;max-width:900px;margin:0 auto;padding:60px 40px;box-shadow:0 30px 60px #091e420d}@media (max-width:991px){.platform-nav-row{text-align:center;flex-direction:column;gap:16px}.platform-nav-row>div{flex-direction:column;gap:10px}.platform-hero-grid{text-align:center;grid-template-columns:1fr!important;gap:40px!important}.platform-hero-grid>div{text-align:center!important}.platform-hero-grid div[style*="display: flex"]{justify-content:center!important}.platform-stats-grid{grid-template-columns:1fr!important;gap:24px!important}.platform-tabs-grid{grid-template-columns:1fr!important;gap:32px!important}.platform-cta-box{border-radius:20px!important;padding:32px 20px!important}}@keyframes sf-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes sf-float-swing{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(.6deg)}}@keyframes sf-pulse-glow{0%,to{box-shadow:0 0 #7c5cfc66}50%{box-shadow:0 0 20px 4px #7c5cfc38}}.sf-block-motion{animation:.55s cubic-bezier(.16,1,.3,1) forwards sf-fade-up}.sf-hover-swing{transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s,filter .28s!important}.sf-hover-swing:hover{filter:grayscale(0%)!important;transform:translateY(-5px)scale(1.015)!important;box-shadow:0 14px 34px #0000001f!important}.sf-btn-pulse{animation:3s ease-in-out infinite sf-pulse-glow}.sf-navbar{transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s}.sf-navbar.is-scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 30px #00000014}
