:root{
  --sbs-accent:#8cff00;
  --sbs-black:#050505;
  --sbs-line:#ececec;
  --sbs-text:#111;
  --sbs-logo-width:200px;
  --sbs-logo-width-compact:155px;
  --sbs-logo-width-mobile:138px;
  --sbs-z-index:99999;
}
.sbs-shell{font-family:Arial,Helvetica,sans-serif;color:var(--sbs-text);position:relative;z-index:var(--sbs-z-index);width:100%;box-sizing:border-box}.sbs-shell *{box-sizing:border-box}.sbs-sticky{position:sticky;top:0}.sbs-topbar{height:36px;background:#000;color:#fff;font-size:12px;font-weight:900;letter-spacing:.2px;overflow:hidden;transition:height .25s ease,opacity .25s ease}.sbs-topbar-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,3vw,42px);gap:16px}.sbs-topbar-left{display:flex;align-items:center;gap:8px;white-space:nowrap}.sbs-topbar svg{width:22px;height:22px;stroke:var(--sbs-accent);fill:none;stroke-width:1.8;flex:0 0 auto}.sbs-topbar-right{color:#fff!important;text-decoration:none!important;white-space:nowrap}.sbs-header{background:#fff;border-bottom:1px solid var(--sbs-line);box-shadow:0 6px 28px rgba(0,0,0,.04);width:100%;transition:box-shadow .25s ease}.sbs-mainrow{width:100%;min-height:96px;display:grid;grid-template-columns:minmax(170px,240px) minmax(320px,760px) 96px 96px;align-items:center;justify-content:space-between;gap:clamp(20px,4vw,64px);padding:0 clamp(18px,3vw,42px);transition:min-height .25s ease,padding .25s ease}.sbs-mobile-menu-btn{display:none}.sbs-logo{justify-self:start;display:flex;align-items:center;text-decoration:none!important}.sbs-logo img{display:block;width:89%;max-width:var(--sbs-logo-width);height:auto;max-height:82px;object-fit:contain;transition:transform .25s ease,max-width .25s ease,max-height .25s ease}.sbs-logo:hover img{transform:scale(1.025)}.sbs-search-wrap{position:relative;width:100%;max-width:760px;justify-self:center;margin:0}.sbs-search-input{width:100%;height:52px;border:1px solid #d8d8d8!important;border-radius:16px!important;background:#fff!important;padding:0 56px 0 20px!important;font-size:15px!important;outline:0!important;box-shadow:none!important;transition:border-color .22s ease,box-shadow .22s ease,height .25s ease}.sbs-search-input:focus{border-color:var(--sbs-accent)!important;box-shadow:0 0 0 5px rgba(140,255,0,.14)!important}.sbs-search-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0!important;background:transparent!important;cursor:pointer;padding:0!important;display:flex;align-items:center;justify-content:center}.sbs-search-btn svg{width:25px;height:25px;fill:none;stroke:#111;stroke-width:1.8;transition:stroke .2s ease}.sbs-search-btn:hover svg{stroke:var(--sbs-accent)}.sbs-search-results{display:none;position:absolute;top:62px;left:0;right:0;background:#fff;border:1px solid #eee;border-radius:17px;box-shadow:0 22px 50px rgba(0,0,0,.16);overflow:hidden;z-index:999999}.sbs-result{display:flex!important;align-items:center;gap:13px;padding:12px 14px;color:#111!important;text-decoration:none!important;border-bottom:1px solid #f1f1f1;transition:background .18s ease}.sbs-result:hover{background:#f7f7f7}.sbs-result img{width:52px;height:52px;object-fit:contain;flex:0 0 auto}.sbs-result strong{display:block;font-size:13px;line-height:1.25;color:#111}.sbs-result small{display:block;margin-top:4px;font-weight:800}.sbs-result-cat,.sbs-result-cat a{font-size:11px;color:#777!important;text-decoration:none!important}.sbs-result-price{color:#56a900!important;font-weight:900!important}.sbs-empty{padding:16px;font-weight:800;color:#111}.sbs-empty small{font-weight:600;color:#666}.sbs-view-all{display:block;text-align:center;padding:13px 16px;background:#0b0b0b;color:var(--sbs-accent)!important;font-weight:900;text-decoration:none!important;font-size:13px}.sbs-view-all:hover{background:#000;color:var(--sbs-accent)!important}.sbs-action{position:relative;display:flex!important;flex-direction:column!important;align-items:center;justify-content:center;gap:5px;color:#111!important;text-decoration:none!important;font-size:11px;font-weight:900;line-height:1;transition:transform .2s ease,color .2s ease;justify-self:center;align-self:center;min-width:82px}.sbs-action:hover{transform:translateY(-2px);color:#58b900!important}.sbs-action img{width:34px;height:34px;object-fit:contain;display:block}.sbs-action span{display:block;white-space:nowrap}.sbs-cart-count{position:absolute;top:-5px;right:17px;min-width:20px;height:20px;border-radius:99px;background:var(--sbs-accent);color:#000;display:flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;font-weight:1000;box-shadow:0 4px 12px rgba(0,0,0,.18)}.sbs-cart-count.sbs-bump{animation:sbsBump .35s ease}@keyframes sbsBump{0%{transform:scale(1)}50%{transform:scale(1.28)}100%{transform:scale(1)}}.sbs-nav{width:100%;height:55px;border-top:1px solid var(--sbs-line);display:flex;align-items:center;justify-content:center;gap:clamp(26px,4vw,64px);padding:0 clamp(18px,3vw,42px);overflow:hidden}.sbs-nav a{color:#111!important;text-decoration:none!important;font-size:13px;font-weight:900;position:relative;white-space:nowrap;display:flex;align-items:center;gap:6px;height:100%}.sbs-nav a:after{content:"";position:absolute;left:0;bottom:8px;width:0;height:3px;background:var(--sbs-accent);transition:width .22s ease}.sbs-nav a:hover:after{width:100%}.sbs-nav a small{font-size:10px;background:#f2f2f2;border-radius:999px;padding:2px 6px;color:#333}.sbs-is-compact .sbs-header{box-shadow:0 12px 30px rgba(0,0,0,.11)}.sbs-is-compact .sbs-mainrow{min-height:70px}.sbs-is-compact .sbs-logo img{max-width:var(--sbs-logo-width-compact);max-height:62px}.sbs-is-compact .sbs-search-input{height:44px}.sbs-is-compact .sbs-search-results{top:54px}.sbs-is-compact.sbs-hide-topbar-scroll .sbs-topbar{height:0;opacity:0}.sbs-mobile-backdrop,.sbs-mobile-drawer{display:none}
@media(max-width:1100px){.sbs-mainrow{grid-template-columns:minmax(140px,210px) minmax(280px,1fr) 78px 78px;gap:20px}.sbs-nav{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch}.sbs-nav::-webkit-scrollbar{display:none}}
@media(max-width:980px){.sbs-topbar{height:auto;min-height:34px}.sbs-topbar-inner{padding:8px 14px;font-size:10px;justify-content:center;text-align:center}.sbs-topbar-right{display:none}.sbs-mainrow{display:grid;grid-template-columns:44px 1fr 44px 44px;min-height:auto;gap:12px;padding:14px}.sbs-mobile-menu-btn{display:flex;width:42px;height:42px;border:0;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:12px;cursor:pointer;box-shadow:0 0 0 1px #eee inset}.sbs-mobile-menu-btn span{width:22px;height:2px;background:#111;border-radius:2px}.sbs-logo{justify-self:start}.sbs-logo img{max-width:var(--sbs-logo-width-mobile);max-height:62px;width:100%}.sbs-action{min-width:42px}.sbs-action span{display:none}.sbs-action img{width:29px;height:29px}.sbs-cart-count{right:0;top:-8px}.sbs-search-wrap{grid-column:1/-1;order:10;max-width:none;margin-top:4px}.sbs-search-input{height:48px;border-radius:14px!important}.sbs-search-results{top:56px}.sbs-mobile-hamburger-enabled .sbs-nav{display:none}.sbs-mobile-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.44);z-index:999998;opacity:0;pointer-events:none;transition:opacity .25s ease}.sbs-mobile-drawer{display:block;position:fixed;top:0;left:0;width:min(88vw,360px);height:100vh;background:#fff;z-index:999999;transform:translateX(-105%);transition:transform .28s ease;box-shadow:20px 0 40px rgba(0,0,0,.18);padding:18px;overflow-y:auto}.sbs-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:16px;margin-bottom:18px}.sbs-mobile-drawer-head img{max-width:138px;height:auto;object-fit:contain}.sbs-mobile-close{width:38px;height:38px;border:0;border-radius:50%;background:#050505;color:var(--sbs-accent);font-size:27px;line-height:1;cursor:pointer}.sbs-mobile-title{display:block;color:#111;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px}.sbs-mobile-nav{display:flex;flex-direction:column;gap:8px}.sbs-mobile-nav a{display:flex;align-items:center;justify-content:space-between;text-decoration:none!important;color:#111!important;font-weight:900;border:1px solid #eee;border-radius:13px;padding:13px 14px;background:#fafafa}.sbs-mobile-nav a:hover{border-color:var(--sbs-accent);background:#f8ffe9}.sbs-mobile-nav small{background:var(--sbs-accent);color:#000;border-radius:999px;padding:2px 8px;font-size:11px}.sbs-menu-open .sbs-mobile-backdrop{opacity:1;pointer-events:auto}.sbs-menu-open .sbs-mobile-drawer{transform:translateX(0)}.sbs-is-compact .sbs-mainrow{min-height:auto}.sbs-is-compact .sbs-logo img{max-width:var(--sbs-logo-width-mobile);max-height:62px}.sbs-is-compact .sbs-search-input{height:46px}}
@media(max-width:460px){.sbs-mainrow{grid-template-columns:42px 1fr 40px 40px;padding:12px 12px 13px;gap:10px}.sbs-logo img{max-width:126px}.sbs-action img{width:27px;height:27px}.sbs-search-input{font-size:14px!important}.sbs-mobile-drawer{width:90vw}.sbs-topbar-left{white-space:normal;line-height:1.35}}
