:root{--sn-red:#d91c16;--sn-red2:#f02920;--sn-ink:#121212;--sn-soft:#f6f6f7;--sn-line:#e8e8ea;--sn-muted:#777;--sn-radius:14px;--sn-shadow:0 10px 34px rgba(18,18,18,.07)}*{box-sizing:border-box}.sn-site{margin:0;background:#fff;color:var(--sn-ink);font-family:Arial,Helvetica,sans-serif}.sn-site a{color:inherit}.sn-container{width:min(1440px,calc(100% - 56px));margin:auto}.sn-topbar{background:#f7f7f7;border-bottom:1px solid #ececec;font-size:12px}.sn-topbar .sn-container{height:34px;display:flex;align-items:center;justify-content:space-between}.sn-topbar nav{display:flex;gap:28px}.sn-topbar a{text-decoration:none}.sn-header{background:#fff;position:relative;z-index:70;box-shadow:0 1px 0 var(--sn-line)}.sn-main-head{height:92px;display:grid;grid-template-columns:220px minmax(300px,1fr) auto;gap:32px;align-items:center}.sn-logo{text-decoration:none;font-weight:900;font-size:35px;letter-spacing:-2.4px;color:var(--sn-ink);white-space:nowrap}.sn-logo>span{color:var(--sn-red)}.sn-logo-bag{font-size:.86em}.sn-logo img{display:block;max-width:205px;max-height:58px;object-fit:contain}.sn-search{height:48px;border:1px solid #ddd;border-radius:10px;display:flex;overflow:hidden;max-width:650px;justify-self:center;width:100%;box-shadow:0 2px 7px rgba(0,0,0,.03)}.sn-search input{flex:1;border:0;padding:0 18px;font-size:14px;outline:0}.sn-search button{width:110px;border:0;background:var(--sn-red);color:#fff;font-weight:700;cursor:pointer;font-size:14px}.sn-head-tools{display:flex;align-items:center;gap:20px}.sn-trust{display:flex;gap:7px;align-items:center;font-size:19px}.sn-trust b{font-size:10px;line-height:1.4;white-space:nowrap}.sn-icon-link,.sn-cart-btn{position:relative;width:38px;height:38px;border:0;background:#fff;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-size:22px;cursor:pointer}.sn-icon-link:hover,.sn-cart-btn:hover{background:#f6f6f6}.sn-icon-link em,.sn-cart-btn em{position:absolute;right:-3px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--sn-red);color:#fff;font-size:10px;font-style:normal;display:grid;place-items:center;border:2px solid #fff}.sn-nav-wrap{border-top:1px solid #eee;border-bottom:1px solid #eee}.sn-category-nav{height:51px;display:flex;align-items:center;gap:34px;overflow:hidden}.sn-category-nav>a,.sn-category-nav>button{white-space:nowrap;text-decoration:none;border:0;background:none;font-weight:700;font-size:13px;cursor:pointer}.sn-category-nav>button{padding-right:28px;border-right:1px solid #e6e6e6}.sn-category-nav .sn-flash-link{margin-left:auto;color:var(--sn-red)}.sn-mobile-menu-btn{display:none}.sn-mobile-drawer,.sn-mobile-overlay{display:none}.sn-main{min-height:60vh;background:#fff}.sn-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:9px;font-weight:800;text-decoration:none;border:1px solid transparent;cursor:pointer}.sn-btn-red{background:var(--sn-red);color:#fff!important}.sn-btn-dark{background:#151515;color:#fff!important}.sn-btn-outline{border-color:#ddd;background:#fff}.sn-page-title{padding:44px 0 24px}.sn-page-title span,.sn-section-head span,.sn-store-kicker{font-size:11px;font-weight:900;color:var(--sn-red);letter-spacing:.08em}.sn-page-title h1,.sn-section-head h2{margin:6px 0 4px;font-size:34px}.sn-page-title p{color:var(--sn-muted)}.sn-alert{padding:13px 16px;border-radius:10px;background:#fff1f0;border:1px solid #ffd1cd;color:#9f1812;margin-bottom:15px}.sn-empty{padding:38px;border:1px dashed #ddd;border-radius:14px;text-align:center;color:#777;background:#fafafa}.sn-auth-required{min-height:55vh;display:grid;place-items:center;text-align:center}.sn-auth-required>div{max-width:520px}.sn-auth-required h1{font-size:38px;margin:0 0 12px}.sn-auth-required p{color:#777;margin-bottom:22px}
/* Product cards: existing markup, new marketplace skin */.sn-site .sn-product-grid,.sn-site .btq-product-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.sn-site .btq-product-card{background:#fff;border:1px solid #ececee;border-radius:13px;overflow:hidden;position:relative;min-width:0;box-shadow:none;transition:.2s}.sn-site .btq-product-card:hover{box-shadow:var(--sn-shadow);transform:translateY(-2px)}.sn-site .btq-product-visual{position:relative;background:#f5f5f6;aspect-ratio:1/1.15;overflow:hidden}.sn-site .btq-product-image-link{display:block;width:100%;height:100%}.sn-site .btq-product-image{width:100%;height:100%;object-fit:contain;padding:9px}.sn-site .btq-hover-image{position:absolute;inset:0;opacity:0}.sn-site .btq-product-visual:hover .btq-hover-image{opacity:1}.sn-site .btq-card-arrow{display:none}.sn-site .btq-card-badges{position:absolute;left:0;top:10px;display:flex;flex-direction:column;gap:5px;align-items:flex-start;z-index:4}.sn-site .btq-card-badges span{font-size:9px;font-weight:900;padding:5px 7px;border-radius:0 6px 6px 0;background:#222;color:#fff}.sn-site .btq-card-badges .is-sale,.sn-site .btq-card-badges .is-low{background:var(--sn-red)}.sn-site .btq-fav{position:absolute;top:8px;right:8px;z-index:5;width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center}.sn-site .btq-fav svg{width:18px;fill:none;stroke:#111;stroke-width:1.6}.sn-site .btq-product-copy{padding:12px}.sn-site .sn-card-store{display:block;text-decoration:none;color:#999;font-size:10px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sn-site .btq-product-name{font-size:13px;font-weight:800;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sn-site .btq-product-meta p{font-size:10px;color:#888;margin:5px 0 0;height:26px;overflow:hidden}.sn-site .btq-product-price{display:flex;gap:8px;align-items:end;margin-top:8px}.sn-site .btq-product-price strong{color:var(--sn-red);font-size:15px}.sn-site .btq-product-price del{color:#999;font-size:11px}.sn-site .btq-stock-out{position:absolute;inset:auto 10px 10px 10px;background:#111;color:#fff;text-align:center;padding:5px;border-radius:7px;font-size:11px}
/* Store */.sn-store-cover{height:250px;background:linear-gradient(110deg,#171717,#3e3e3e);background-size:cover;background-position:center}.sn-store-head{margin-top:-62px;background:#fff;border-radius:18px;padding:20px 24px;box-shadow:var(--sn-shadow);display:flex;align-items:center;justify-content:space-between;gap:25px;position:relative}.sn-store-identity{display:flex;align-items:center;gap:18px}.sn-store-logo{width:96px;height:96px;border-radius:18px;background:#fff;border:1px solid #eee;display:grid;place-items:center;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.08)}.sn-store-logo img{width:100%;height:100%;object-fit:contain;padding:8px}.sn-store-logo span{font-size:38px;font-weight:900;color:var(--sn-red)}.sn-store-identity h1{margin:5px 0 4px;font-size:28px}.sn-store-identity p{margin:0;color:#777}.sn-store-actions{display:flex;align-items:center;gap:18px}.sn-store-stat{text-align:center}.sn-store-stat strong{display:block;font-size:22px}.sn-store-stat span{font-size:11px;color:#777}.sn-store-about{margin-top:20px;border:1px solid #eee;border-radius:14px;padding:20px 24px;display:flex;justify-content:space-between;gap:40px}.sn-store-about h2{font-size:17px;margin:0 0 8px}.sn-store-about p{margin:0;color:#666;line-height:1.7}.sn-store-contact{display:flex;gap:18px;white-space:nowrap;align-items:center;font-size:13px}.sn-section{padding-top:32px;padding-bottom:48px}.sn-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.sn-section-head h2{font-size:24px}.sn-section-head>b{font-size:12px;color:#777}
/* Messaging */.sn-messages-page{padding-bottom:50px}.sn-chat-shell{border:1px solid #e7e7e7;border-radius:16px;overflow:hidden;display:grid;grid-template-columns:330px 1fr;min-height:610px;box-shadow:0 8px 30px rgba(0,0,0,.04)}.sn-chat-list{border-right:1px solid #eee;background:#fafafa}.sn-chat-list>h3{padding:18px;margin:0;border-bottom:1px solid #eee;font-size:15px}.sn-chat-empty{padding:18px;color:#888;font-size:13px}.sn-chat-contact{padding:14px 16px;display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;text-decoration:none;border-bottom:1px solid #eee}.sn-chat-contact.active{background:#fff}.sn-avatar{width:42px;height:42px;background:#181818;color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:900}.sn-chat-contact b,.sn-chat-contact small{display:block}.sn-chat-contact b{font-size:13px}.sn-chat-contact small{font-size:11px;color:#888;margin-top:4px}.sn-chat-contact em{font-style:normal;background:var(--sn-red);color:#fff;min-width:20px;height:20px;border-radius:10px;display:grid;place-items:center;font-size:10px}.sn-chat-main{display:flex;flex-direction:column;min-width:0}.sn-chat-placeholder{margin:auto;text-align:center;color:#777;max-width:420px;padding:35px}.sn-chat-head{height:70px;border-bottom:1px solid #eee;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.sn-chat-head b,.sn-chat-head small{display:block}.sn-chat-head small{color:#888;margin-top:3px}.sn-chat-head a{font-size:12px;text-decoration:none;color:var(--sn-red);font-weight:700}.sn-chat-body{flex:1;background:#f7f7f8;padding:22px;max-height:500px;overflow:auto}.sn-bubble-row{display:flex;margin-bottom:12px}.sn-bubble-row.mine{justify-content:flex-end}.sn-bubble{max-width:72%;padding:11px 13px;border-radius:14px;background:#fff;border:1px solid #eee}.sn-bubble-row.mine .sn-bubble{background:#171717;color:#fff;border-color:#171717}.sn-bubble small{font-size:10px;opacity:.65}.sn-bubble p{font-size:13px;margin:5px 0;line-height:1.5}.sn-bubble time{font-size:9px;opacity:.5}.sn-chat-form{display:flex;gap:10px;padding:14px;border-top:1px solid #eee}.sn-chat-form textarea{flex:1;resize:none;border:1px solid #ddd;border-radius:10px;padding:12px;font:inherit;outline:0}.sn-notifications-page{padding-bottom:60px}.sn-notification-list{border:1px solid #eee;border-radius:15px;overflow:hidden}.sn-notification{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:15px 18px;text-decoration:none;border-bottom:1px solid #eee;background:#fff}.sn-notification.new{background:#fff9f8}.sn-notification-icon{width:40px;height:40px;border-radius:50%;background:#f4f4f4;display:grid;place-items:center}.sn-notification b,.sn-notification small{display:block}.sn-notification small{margin-top:4px;color:#777}.sn-notification time{font-size:10px;color:#999}
/* Old inner pages harmonization */.sn-site .btq-main>.btq-inner-page,.sn-site .btq-shop-page,.sn-site .btq-account-page,.sn-site .btq-checkout-page{width:min(1440px,calc(100% - 56px));margin-left:auto;margin-right:auto}.sn-site input,.sn-site select,.sn-site textarea,.sn-site button{font-family:inherit}.sn-site .btq-footer{background:#151515!important;color:#fff}.sn-site .btq-newsletter{background:#f7f7f7!important}
@media(max-width:1180px){.sn-trust{display:none}.sn-main-head{grid-template-columns:190px 1fr auto;gap:18px}.sn-site .sn-product-grid,.sn-site .btq-product-rail{grid-template-columns:repeat(4,minmax(0,1fr))}.sn-category-nav{gap:22px}}
@media(max-width:800px){.sn-container{width:min(100% - 24px,1440px)}.sn-topbar{display:none}.sn-main-head{height:70px;grid-template-columns:42px 125px 1fr;gap:8px}.sn-mobile-menu-btn{display:block;width:38px;height:38px;border:0;background:#f4f4f4;border-radius:9px}.sn-logo{font-size:24px;letter-spacing:-1.7px}.sn-logo img{max-width:120px;max-height:42px}.sn-search{height:40px}.sn-search input{padding:0 11px;font-size:12px}.sn-search button{width:44px}.sn-search button b{display:none}.sn-head-tools{display:none}.sn-nav-wrap{display:none}.sn-mobile-drawer{display:flex;position:fixed;left:0;top:0;bottom:0;width:min(86vw,360px);background:#fff;z-index:1002;flex-direction:column;padding:16px;overflow:auto;transform:translateX(-105%);transition:.22s}.sn-mobile-drawer.open{transform:none}.sn-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1001;opacity:0;visibility:hidden;transition:.2s}.sn-mobile-overlay.open{opacity:1;visibility:visible}.sn-mobile-drawer-head{display:flex;justify-content:space-between;align-items:center;font-size:21px;margin-bottom:12px}.sn-mobile-drawer-head button{border:0;background:#f2f2f2;border-radius:8px;width:36px;height:36px;font-size:22px}.sn-mobile-search{display:flex;margin-bottom:12px}.sn-mobile-search input{flex:1;min-width:0;border:1px solid #ddd;padding:11px;border-radius:8px 0 0 8px}.sn-mobile-search button{border:0;background:var(--sn-red);color:#fff;padding:0 13px;border-radius:0 8px 8px 0}.sn-mobile-drawer>a{padding:13px 5px;border-bottom:1px solid #eee;text-decoration:none;font-weight:700;font-size:13px}.sn-mobile-drawer hr{width:100%;border:0;border-top:1px solid #ddd}.sn-site .sn-product-grid,.sn-site .btq-product-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.sn-site .btq-product-copy{padding:9px}.sn-site .btq-product-name{font-size:12px}.sn-site .btq-product-price strong{font-size:14px}.sn-store-cover{height:150px}.sn-store-head{margin-top:-35px;padding:14px;display:block}.sn-store-logo{width:72px;height:72px}.sn-store-identity h1{font-size:21px}.sn-store-actions{margin-top:15px;justify-content:space-between;flex-wrap:wrap}.sn-store-about{display:block;padding:16px}.sn-store-contact{margin-top:15px;display:block}.sn-store-contact span{display:block;margin-top:5px}.sn-page-title{padding:28px 0 15px}.sn-page-title h1{font-size:27px}.sn-chat-shell{grid-template-columns:1fr;min-height:0}.sn-chat-list{border-right:0;max-height:270px;overflow:auto}.sn-chat-main{min-height:520px}.sn-chat-body{max-height:360px}.sn-bubble{max-width:88%}.sn-notification{grid-template-columns:36px 1fr}.sn-notification time{display:none}.sn-site .btq-main>.btq-inner-page,.sn-site .btq-shop-page,.sn-site .btq-account-page,.sn-site .btq-checkout-page{width:calc(100% - 24px)}}
.sn-pdp-store{display:grid;grid-template-columns:48px 1fr auto;gap:11px;align-items:center;border:1px solid #e9e9e9;background:#fafafa;border-radius:12px;padding:12px 14px;margin:14px 0}.sn-pdp-store-logo{width:46px;height:46px;border-radius:10px;background:#fff;border:1px solid #eee;display:grid;place-items:center;font-weight:900;color:var(--sn-red);overflow:hidden}.sn-pdp-store-logo img{width:100%;height:100%;object-fit:contain;padding:4px}.sn-pdp-store small,.sn-pdp-store a,.sn-pdp-store span{display:block}.sn-pdp-store small{font-size:9px;color:#999}.sn-pdp-store>div:nth-child(2)>a{font-weight:900;text-decoration:none;margin:2px 0}.sn-pdp-store span{font-size:10px;color:#888}.sn-pdp-store-actions{display:flex;gap:7px}.sn-pdp-store-actions a{font-size:10px;font-weight:800;text-decoration:none;padding:8px 10px;border-radius:7px;background:#111;color:#fff}.sn-pdp-store-actions a.message{background:var(--sn-red)}@media(max-width:600px){.sn-pdp-store{grid-template-columns:44px 1fr}.sn-pdp-store-actions{grid-column:1/-1}.sn-pdp-store-actions a{flex:1;text-align:center}}
.sn-newsletter{background:#f5f5f5;border-top:1px solid #e9e9e9;padding:28px 0}.sn-newsletter>.sn-container{display:flex;justify-content:space-between;align-items:center;gap:35px}.sn-newsletter span{color:var(--sn-red);font-size:10px;font-weight:900}.sn-newsletter h2{margin:3px 0;font-size:22px}.sn-newsletter p{margin:0;color:#777;font-size:12px}.sn-newsletter form{display:grid;grid-template-columns:minmax(230px,380px) 110px;gap:0;position:relative}.sn-newsletter input{height:44px;border:1px solid #ddd;border-right:0;border-radius:8px 0 0 8px;padding:0 13px;outline:0}.sn-newsletter button{border:0;background:var(--sn-red);color:#fff;border-radius:0 8px 8px 0;font-weight:800}.sn-newsletter small{position:absolute;top:48px;left:0}.sn-footer{background:#171717;color:#d3d3d3;padding:34px 0 18px}.sn-footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:35px}.sn-footer h3{font-size:11px;color:#fff;margin:0 0 13px}.sn-footer a{display:block;color:#bcbcbc;text-decoration:none;font-size:11px;margin:8px 0}.sn-footer a:hover{color:#fff}.sn-footer-brand>a strong{font-size:23px;color:#fff}.sn-footer-brand>a img{max-width:145px;max-height:48px;object-fit:contain;filter:brightness(0) invert(1)}.sn-footer-brand p{font-size:11px;line-height:1.6;max-width:260px}.sn-footer-social{display:flex;gap:12px}.sn-footer-social a{margin:0;font-size:9px}.sn-footer-bottom{margin-top:24px;padding-top:15px;border-top:1px solid #303030;display:flex;justify-content:space-between;font-size:9px}.sn-footer-bottom div{display:flex;gap:6px}.sn-footer-bottom b{border:1px solid #3c3c3c;padding:4px 6px;border-radius:4px}.sn-floating-wa,.sn-floating-top{position:fixed;right:18px;width:45px;height:45px;border-radius:50%;display:grid;place-items:center;z-index:90;box-shadow:0 6px 20px rgba(0,0,0,.16)}.sn-floating-wa{bottom:72px;background:#24b85a;color:#fff!important;text-decoration:none;font-size:22px}.sn-floating-top{bottom:18px;background:#fff;border:1px solid #ddd;color:#111;font-size:20px;cursor:pointer}@media(max-width:800px){.sn-newsletter>.sn-container{display:block}.sn-newsletter form{grid-template-columns:1fr 95px;margin-top:15px}.sn-footer-grid{grid-template-columns:1fr 1fr;gap:25px}.sn-footer-brand{grid-column:1/-1}.sn-footer-bottom{display:block}.sn-footer-bottom div{margin-top:10px}.sn-floating-wa{bottom:72px}}
