﻿:root{--smz-red:#D60000;--smz-dark:#1F1F1F;--smz-bg:#F7F7F7;--smz-white:#FFFFFF;--smz-accent:#FFCC00;--smz-muted:#727272;--smz-border:#E7E7E7;--smz-radius:18px;--smz-shadow:0 18px 45px rgba(31,31,31,.10)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#F7F7F7;color:#1F1F1F;font-family:Inter,Arial,"Noto Sans",sans-serif;font-size:16px;line-height:1.55;text-rendering:optimizeLegibility}img,svg{max-width:100%;height:auto}a{color:inherit}button,input,select,textarea{font:inherit}.smz-container{width:min(100% - 32px,1320px);margin-inline:auto}.smz-section{padding:clamp(48px,7vw,88px) 0}.smz-section--white{background:#fff}.smz-section--dark{background:#1F1F1F;color:#fff}.smz-eyebrow{margin:0 0 10px;color:#D60000;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.smz-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border:0;border-radius:14px;padding:12px 20px;background:#D60000;color:#fff;font-weight:900;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.smz-btn:hover{transform:translateY(-1px);box-shadow:0 10px 25px #d6000047;color:#fff}.smz-btn--ghost{border:1px solid #ffffff52;background:#ffffff14}.smz-btn--ghost-dark{border:1px solid #E7E7E7;background:#fff;color:#1F1F1F}.smz-btn--accent{background:#FFCC00;color:#1F1F1F}.smz-btn--small{min-height:38px;border-radius:11px;padding:8px 14px;font-size:14px}.smz-btn--full{width:100%}.smz-header{position:sticky;top:0;z-index:1030;background:#fff;box-shadow:0 10px 30px #1f1f1f14}.smz-topbar{background:#1F1F1F;color:#ffffffd1;font-size:13px}.smz-topbar__inner{display:flex;align-items:center;justify-content:space-between;min-height:34px}.smz-header__main{display:flex;align-items:center;gap:20px;min-height:76px}.smz-logo{display:inline-flex;align-items:center;gap:10px;color:#1F1F1F;font-size:28px;font-weight:950;letter-spacing:.04em;text-decoration:none}.smz-logo__mark{width:38px;height:38px;flex:0 0 38px}.smz-search{position:relative;flex:1}.smz-search__input{width:100%;height:48px;border:2px solid #E7E7E7;border-radius:14px;padding:0 56px 0 18px;background:#fff;outline:none}.smz-search__input:focus{border-color:#D60000}.smz-search__button{position:absolute;top:5px;right:5px;width:38px;height:38px;border:0;border-radius:10px;background:#D60000;color:#fff;cursor:pointer}.smz-search__results{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:20;overflow:hidden;border:1px solid #E7E7E7;border-radius:18px;background:#fff;box-shadow:0 18px 45px #1f1f1f1a}.smz-search-result{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:10px 12px;text-decoration:none}.smz-search-result:hover{background:#fff5f5}.smz-search-result img{width:58px;height:58px;border-radius:12px;object-fit:cover}.smz-header__actions{display:flex;align-items:center;gap:10px}.smz-action{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:12px;background:#f3f3f3;color:#1F1F1F;font-weight:900;text-decoration:none}.smz-action--cart{background:#D60000;color:#fff}.smz-cart-dropdown{display:none}.smz-nav{background:#1F1F1F;color:#fff}.smz-nav__list{display:flex;gap:2px;margin:0;padding:0;overflow-x:auto;list-style:none;scrollbar-width:none}.smz-nav__link{display:block;padding:14px 16px;color:#fff;font-weight:800;text-decoration:none;white-space:nowrap}.smz-nav__link:hover{background:#D60000;color:#fff}.smz-newsletter{background:linear-gradient(135deg,#D60000,#8f0000);color:#fff;padding:42px 0}.smz-newsletter__grid,.smz-footer__grid,.smz-footer__bottom{display:grid;gap:24px}.smz-newsletter__grid{grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:center}.smz-newsletter__form,.smz-b2b-form,.smz-quick-order form{display:grid;gap:12px}.smz-footer{background:#151515;color:#ffffffc2}.smz-footer__grid{grid-template-columns:1.5fr repeat(3,1fr);padding:54px 0}.smz-logo--footer{color:#fff}.smz-footer h3{margin:0 0 14px;color:#fff}.smz-footer a{display:block;margin:8px 0;color:#ffffffc7;text-decoration:none}.smz-footer a:hover{color:#fff}.smz-footer__phone{color:#FFCC00;font-size:20px;font-weight:900}.smz-footer__bottom{grid-template-columns:1fr auto;border-top:1px solid #ffffff1a;padding:18px 0;font-size:14px}input,select,textarea{width:100%;border:1px solid #E7E7E7;border-radius:14px;padding:12px 14px;background:#fff;color:#1F1F1F;outline:none}input:focus,select:focus,textarea:focus{border-color:#D60000;box-shadow:0 0 0 4px #d6000014}label,.smz-field{display:grid;gap:7px;color:#727272;font-size:14px;font-weight:800}.smz-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.smz-form-message{min-height:22px;font-size:14px;font-weight:800}.smz-form-message.is-success{color:#128a37}.smz-form-message.is-error{color:#D60000}.smz-alert{border-radius:18px;padding:14px 16px;margin-bottom:18px}.smz-alert--danger{background:#fff0f0;color:#D60000}.smz-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.smz-product-card,.smz-demo-card,.smz-category-tile,.smz-checkout-card{border:1px solid #E7E7E7;border-radius:18px;background:#fff;box-shadow:0 8px 24px #1f1f1f0a}.smz-product-card{overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.smz-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #1f1f1f1a}.smz-product-card__media{position:relative;display:block;padding:18px;background:#fafafa;text-align:center}.smz-product-card__media img{aspect-ratio:1;width:100%;object-fit:contain}.smz-product-card__body{display:grid;gap:10px;padding:16px}.smz-product-card__meta{display:flex;justify-content:space-between;gap:8px;color:#727272;font-size:12px;font-weight:800}.smz-product-card h3{min-height:48px;margin:0;font-size:16px;line-height:1.35}.smz-product-card h3 a{text-decoration:none}.smz-product-card__price{display:flex;align-items:baseline;gap:10px}.smz-price{color:#D60000;font-size:20px;font-weight:950}.smz-price-old{color:#727272;text-decoration:line-through}.smz-product-card__actions{display:flex;gap:8px;align-items:center}.smz-icon-btn{width:38px;height:38px;border:1px solid #E7E7E7;border-radius:11px;background:#fff;cursor:pointer}.smz-badge{position:absolute;top:12px;left:12px;border-radius:999px;padding:5px 10px;background:#FFCC00;color:#1F1F1F;font-size:12px;font-weight:950}.smz-badge--sale{background:#D60000;color:#fff}.smz-rating{display:inline-flex;align-items:center;gap:2px;color:#c9c9c9}.smz-rating .is-active{color:#FFCC00}.smz-rating--button{width:fit-content;border:0;background:none;cursor:pointer}.smz-hero{background:radial-gradient(circle at 82% 20%,#ffcc0033,transparent 28%),linear-gradient(135deg,#1F1F1F,#3a0909);color:#fff}.smz-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(28px,5vw,72px);align-items:center;min-height:clamp(520px,64vw,680px);padding:46px 0}.smz-hero h1{margin:0;font-size:clamp(36px,5.5vw,72px);line-height:.98;letter-spacing:-.05em}.smz-hero p{max-width:680px;color:#ffffffc7;font-size:18px}.smz-hero__actions,.smz-hero__stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.smz-hero__stats span{border:1px solid #ffffff24;border-radius:16px;padding:12px 16px;background:#ffffff0f}.smz-hero__stats strong{display:block;color:#FFCC00;font-size:24px}.smz-hero__media{display:block}.smz-section__head{max-width:760px;margin-bottom:28px}.smz-section__head h2,.smz-b2b-grid h2,.smz-quick-order h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.03em}.smz-category-grid,.smz-demo-products,.smz-adv-grid,.smz-blog-grid{display:grid;gap:18px}.smz-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.smz-category-tile{display:grid;gap:10px;padding:24px;text-decoration:none}.smz-category-tile__icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#D60000;color:#fff}.smz-demo-products{grid-template-columns:repeat(4,minmax(0,1fr))}.smz-demo-card{display:grid;gap:10px;padding:18px}.smz-demo-card__image{display:grid;place-items:center;min-height:160px;border-radius:16px;background:linear-gradient(135deg,#f1f1f1,#fff);color:#D60000;font-size:54px}.smz-adv-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.smz-adv-grid article,.smz-blog-grid article{border-radius:18px;padding:22px;background:#fff;box-shadow:0 8px 24px #1f1f1f0a}.smz-adv-grid strong{display:block;margin-bottom:8px;font-size:20px}.smz-b2b-grid,.smz-quick-order{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:34px;align-items:start}.smz-b2b-form,.smz-quick-order form{border-radius:28px;padding:24px;background:#fff;color:#1F1F1F}.smz-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.smz-blog-grid span{color:#D60000;font-weight:900}.smz-page-head{background:#fff;border-bottom:1px solid #E7E7E7;padding:28px 0}.smz-page-head--compact{padding:18px 0}.smz-page-head h1{margin:10px 0 0;font-size:clamp(30px,4vw,52px);line-height:1.05}.smz-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:#727272;font-size:14px}.smz-breadcrumbs a{text-decoration:none}.smz-breadcrumbs a+a:before{content:"/";margin-right:8px;color:#bdbdbd}.smz-catalog-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px}.smz-filter{align-self:start;position:sticky;top:138px;border:1px solid #E7E7E7;border-radius:18px;padding:18px;background:#fff}.smz-filter form{display:grid;gap:12px}.smz-category-intro{display:grid;gap:16px;margin-bottom:18px}.smz-subcategories{display:flex;flex-wrap:wrap;gap:10px}.smz-subcategories a{border:1px solid #E7E7E7;border-radius:999px;padding:8px 13px;background:#fff;text-decoration:none;font-weight:800}.smz-catalog-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-bottom:18px}.smz-catalog-toolbar label{display:flex;align-items:center;gap:8px}.smz-catalog-toolbar select{min-width:160px}.smz-view-switch,.smz-filter-toggle{margin-right:auto}.smz-view-switch button,.smz-filter-toggle{border:1px solid #E7E7E7;border-radius:10px;padding:8px 11px;background:#fff;cursor:pointer}.smz-view-switch .is-active{background:#1F1F1F;color:#fff}.smz-product-grid.is-list{grid-template-columns:1fr}.smz-product-grid.is-list .smz-product-card{display:grid;grid-template-columns:220px 1fr}.smz-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:26px}.smz-empty{border-radius:18px;padding:40px;background:#fff;text-align:center}.smz-search-page{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;margin-bottom:24px}.smz-product-page{padding:34px 0 56px;background:#fff}.smz-product-layout{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);gap:clamp(28px,5vw,64px)}.smz-product-gallery__main{position:relative;display:grid;place-items:center;border:1px solid #E7E7E7;border-radius:28px;padding:28px;background:#fafafa}.smz-product-gallery__main img{width:100%;aspect-ratio:1;object-fit:contain}.smz-product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.smz-product-gallery__thumbs button{border:1px solid #E7E7E7;border-radius:12px;padding:6px;background:#fff;cursor:pointer}.smz-product-gallery__thumbs img{aspect-ratio:1;object-fit:contain}.smz-video-link{display:inline-flex;margin-top:14px;color:#D60000;font-weight:900}.smz-product-info h1{margin:0 0 16px;font-size:clamp(32px,4vw,52px);line-height:1.04;letter-spacing:-.03em}.smz-product-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;color:#727272}.smz-product-meta span{border-radius:999px;padding:7px 11px;background:#F7F7F7}.smz-product-price{display:grid;gap:7px;margin:20px 0}.smz-product-price .smz-price{font-size:clamp(30px,5vw,44px)}.smz-discounts{margin:8px 0 0;padding-left:20px;color:#D60000;font-weight:800}.smz-buy-box{border:1px solid #E7E7E7;border-radius:28px;padding:18px;background:#F7F7F7}.smz-options{display:grid;gap:12px;margin-bottom:16px}.smz-product-actions{display:grid;grid-template-columns:130px minmax(150px,1fr) minmax(180px,1fr);gap:10px}.smz-qty input{min-height:46px}.smz-btn--buy{min-height:58px;font-size:18px}.smz-product-secondary{display:flex;gap:10px;margin-top:12px}.smz-product-secondary button{border:0;background:none;color:#1F1F1F;font-weight:900;cursor:pointer}.smz-delivery-box{display:grid;gap:8px;margin-top:16px;border-left:4px solid #D60000;border-radius:14px;padding:14px;background:#fff7f7}.smz-tabs__nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.smz-tabs__nav button{border:1px solid #E7E7E7;border-radius:999px;padding:10px 16px;background:#fff;font-weight:900;cursor:pointer}.smz-tabs__nav .is-active{background:#1F1F1F;color:#fff}.smz-tabs__panel{display:none;border-radius:18px;padding:24px;background:#fff}.smz-tabs__panel.is-active{display:block}.smz-spec-table{width:100%;border-collapse:collapse}.smz-spec-table th,.smz-spec-table td{border-bottom:1px solid #E7E7E7;padding:12px;text-align:left}.smz-spec-table th{width:260px;color:#727272}.smz-review-form{display:grid;gap:12px;max-width:720px}.smz-modal{width:min(96vw,460px);border:0;border-radius:28px;padding:0;box-shadow:0 18px 45px #1f1f1f1a}.smz-modal::backdrop{background:#1f1f1f9e}.smz-modal__box{position:relative;display:grid;gap:12px;padding:26px}.smz-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;border-radius:999px;background:#F7F7F7;cursor:pointer}.smz-checkout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px}.smz-checkout__steps{display:grid;gap:18px}.smz-checkout-card,.smz-checkout__summary{padding:22px}.smz-checkout__summary{align-self:start;position:sticky;top:138px;border:1px solid #E7E7E7;border-radius:18px;background:#fff;box-shadow:0 8px 24px #1f1f1f0a}.smz-delivery-methods,.smz-payment-methods{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.smz-delivery-methods span,.smz-payment-methods span{border-radius:999px;padding:7px 12px;background:#fff0f0;color:#D60000;font-weight:900}@media (max-width:1100px){.smz-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.smz-hero__grid,.smz-b2b-grid,.smz-quick-order,.smz-category-grid,.smz-demo-products,.smz-adv-grid,.smz-blog-grid,.smz-product-layout,.smz-product-actions,.smz-checkout{grid-template-columns:1fr}.smz-catalog-layout{grid-template-columns:1fr}.smz-filter{position:fixed;inset:auto 12px 12px;z-index:1040;display:none;max-height:calc(100vh - 24px);overflow:auto}.smz-filter.is-open{display:block}.smz-catalog-toolbar,.smz-search-page{grid-template-columns:1fr;flex-wrap:wrap}.smz-checkout__summary{position:static}}@media (max-width:900px){.smz-newsletter__grid,.smz-footer__grid,.smz-footer__bottom{grid-template-columns:1fr}}@media (max-width:768px){.smz-topbar__right{display:none}.smz-header__main{display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px 0}.smz-logo{font-size:22px}.smz-search{grid-column:1/-1}}@media (max-width:760px){.smz-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.smz-form-row{grid-template-columns:1fr}}@media (max-width:520px){.smz-product-grid{grid-template-columns:1fr}}

.smz-nav>.container,.smz-nav .container{width:min(100% - 32px,1320px);margin-inline:auto;padding:0}.smz-nav #menu{min-height:0;margin:0;border:0;border-radius:0;background:transparent}.smz-nav #menu .navbar-header{display:none}.smz-nav #menu .navbar-collapse{display:block;padding:0;border:0}.smz-nav #menu .nav{display:flex;gap:2px;margin:0;padding:0;overflow-x:auto;list-style:none;scrollbar-width:none}.smz-nav #menu .nav>li{position:relative}.smz-nav #menu .nav>li>a{display:block;padding:14px 16px;color:#fff;font-weight:800;text-decoration:none;white-space:nowrap}.smz-nav #menu .nav>li:hover>a,.smz-nav #menu .nav>li>a:hover{background:#D60000;color:#fff}.smz-nav #menu .dropdown-menu{position:absolute;z-index:1060;display:none;min-width:240px;margin:0;padding:14px;border:0;border-radius:0 0 18px 18px;background:#fff;box-shadow:0 18px 45px rgba(31,31,31,.10);list-style:none}.smz-nav #menu .dropdown:hover .dropdown-menu{display:block}.smz-nav #menu .dropdown-inner{display:flex;gap:18px}.smz-nav #menu .dropdown-menu a{display:block;padding:7px 0;color:#1F1F1F;text-decoration:none}.smz-nav #menu .see-all{margin-top:10px;color:#D60000;font-weight:900}.smz-main>.container,.smz-main .container{width:min(100% - 32px,1320px);margin-inline:auto}.smz-main .row{display:flex;flex-wrap:wrap;gap:18px;margin:0}.smz-main .col-sm-3,.smz-main .col-sm-4,.smz-main .col-sm-6,.smz-main .product-layout{flex:1 1 240px;max-width:320px;padding:0}.smz-main .product-thumb{height:100%;overflow:hidden;border:1px solid #E7E7E7;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(31,31,31,.04)}.smz-main .product-thumb .image{padding:18px;background:#fafafa;text-align:center}.smz-main .product-thumb .image img{width:100%;max-height:220px;object-fit:contain}.smz-main .product-thumb .caption,.smz-main .product-thumb .button-group{padding:14px}.smz-main .product-thumb h4{margin:0 0 8px;font-size:16px}.smz-main .product-thumb .price{color:#D60000;font-size:18px;font-weight:950}.smz-main .product-thumb button{border:0;border-radius:11px;padding:9px 12px;background:#D60000;color:#fff;font-weight:900}.smz-main .swiper-viewport,.smz-main .slideshow,.smz-main .carousel{max-width:1320px;margin:24px auto;overflow:hidden}.smz-main .swiper-viewport img,.smz-main .slideshow img,.smz-main .carousel img{max-width:100%;height:auto;object-fit:contain}@media (max-width:768px){.smz-nav #menu .navbar-header{display:flex;align-items:center;justify-content:space-between;min-height:48px}.smz-nav #category{color:#fff;font-weight:900}.smz-nav #menu .btn-navbar{border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#D60000;color:#fff}.smz-nav #menu .navbar-collapse{display:none}.smz-nav #menu .navbar-collapse.in,.smz-nav #menu .navbar-collapse.show{display:block}.smz-nav #menu .nav{display:grid;overflow:visible}.smz-nav #menu .dropdown-menu{position:static;display:block;border-radius:14px;margin:0 0 10px}}

.smz-alert--success{background:#effaf2;color:#128a37;border:1px solid rgba(18,138,55,.18)}.smz-alert--danger{border:1px solid rgba(214,0,0,.18)}
.smz-action{position:relative}.smz-action.is-bumped,.smz-action--cart.is-bumped{animation:smz-cart-bump .55s ease}.smz-cart-badge{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;min-width:21px;height:21px;border:2px solid #fff;border-radius:999px;background:#FFCC00;color:#1F1F1F;font-size:12px;font-weight:950;line-height:1}.smz-cart-toast{position:fixed;top:112px;right:20px;z-index:3000;display:grid;grid-template-columns:46px 1fr 32px;gap:12px;width:min(420px,calc(100vw - 32px));border:1px solid rgba(214,0,0,.14);border-left:5px solid #D60000;border-radius:18px;padding:14px;background:#fff;box-shadow:0 18px 45px rgba(31,31,31,.10);animation:smz-cart-toast-in .28s ease}.smz-cart-toast__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#D60000;color:#fff;font-weight:950}.smz-cart-toast__body{display:grid;gap:4px}.smz-cart-toast__body strong{color:#1F1F1F;font-size:16px}.smz-cart-toast__body span{color:#727272;font-size:13px}.smz-cart-toast__body a{width:fit-content;color:#D60000;font-size:14px;font-weight:900;text-decoration:none}.smz-cart-toast button{width:32px;height:32px;border:0;border-radius:999px;background:#F7F7F7;color:#1F1F1F;cursor:pointer}.smz-cart-flyer{position:fixed;z-index:3500;width:64px;height:64px;border:2px solid #fff;border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(31,31,31,.10);object-fit:contain;pointer-events:none}@keyframes smz-cart-bump{0%,100%{transform:scale(1)}35%{transform:scale(1.18) rotate(-4deg)}70%{transform:scale(.96) rotate(3deg)}}@keyframes smz-cart-toast-in{from{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}
.smz-section--module{padding-block:clamp(34px,5vw,64px)}.smz-product-card__price{flex-wrap:wrap}.smz-product-card__tax{color:#727272;font-size:13px;font-weight:800}.smz-main>h3,.smz-main>.row{width:min(100% - 32px,1320px);margin-inline:auto}.smz-main>h3{margin-top:34px;margin-bottom:18px;font-size:clamp(26px,3vw,38px);line-height:1.1}.smz-main>.row{margin-bottom:34px}.smz-main .col-sm-3,.smz-main .col-sm-4,.smz-main .col-sm-6,.smz-main .product-layout{flex:0 1 calc((100% - 54px)/4);max-width:calc((100% - 54px)/4)}@media (max-width:1100px){.smz-main .col-sm-3,.smz-main .col-sm-4,.smz-main .col-sm-6,.smz-main .product-layout{flex-basis:calc((100% - 36px)/3);max-width:calc((100% - 36px)/3)}}@media (max-width:760px){.smz-main .col-sm-3,.smz-main .col-sm-4,.smz-main .col-sm-6,.smz-main .product-layout{flex-basis:calc((100% - 18px)/2);max-width:calc((100% - 18px)/2)}}@media (max-width:520px){.smz-main .col-sm-3,.smz-main .col-sm-4,.smz-main .col-sm-6,.smz-main .product-layout{flex-basis:100%;max-width:100%}}
.smz-logo__mark{width:50px;height:50px;flex:0 0 50px;object-fit:cover;border-radius:8px}.smz-logo__accent{color:#D60000}
@media (max-width:768px){.smz-header__main{display:grid;grid-template-columns:auto 46px auto;gap:8px;align-items:center;justify-content:space-between;padding:12px 0}.smz-logo{font-size:22px;gap:8px;white-space:nowrap}.smz-search{grid-column:2;justify-self:center;width:46px;height:46px;flex:0 0 46px}.smz-search__input{position:absolute;top:calc(100% + 8px);left:50%;width:min(calc(100vw - 32px),420px);opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%);box-shadow:0 18px 45px rgba(31,31,31,.10)}.smz-search.is-open .smz-search__input,.smz-search:focus-within .smz-search__input{opacity:1;visibility:visible;pointer-events:auto}.smz-search__button{position:relative;top:auto;right:auto;width:46px;height:46px}.smz-search__results{top:calc(100% + 62px);left:50%;right:auto;width:min(calc(100vw - 32px),420px);transform:translateX(-50%)}.smz-header__actions{grid-column:3;justify-self:end;gap:6px}.smz-action{min-width:40px;height:40px}}
@media (max-width:768px){.smz-nav #menu .navbar-header{cursor:pointer}.smz-nav #menu.is-open .navbar-collapse{display:block}.smz-nav #menu.is-open .btn-navbar{background:#ad0000}}
@media (max-width:768px){.smz-nav #menu .navbar-collapse.in,.smz-nav #menu .navbar-collapse.show,.smz-nav #menu.is-open .navbar-collapse{max-height:calc(100vh - 190px);overflow-y:auto}.smz-nav #menu .dropdown-menu{display:none}.smz-nav #menu .dropdown:hover>.dropdown-menu{display:none}.smz-nav #menu .dropdown.is-open>.dropdown-menu{display:block}.smz-nav #menu .dropdown>a:after{content:"+";float:right;color:#FFCC00}.smz-nav #menu .dropdown.is-open>a:after{content:"−"}.smz-nav #menu .dropdown-inner{display:block}}
@media (max-width:640px){html,body{max-width:100%;overflow-x:hidden}.smz-container{width:calc(100% - 20px)}.smz-header__main{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo actions" "search search";gap:8px;overflow:visible}.smz-logo{grid-area:logo;min-width:0;font-size:clamp(20px,6vw,26px);letter-spacing:.02em}.smz-logo__mark{width:44px;height:44px;flex:0 0 44px}.smz-search{grid-area:search;justify-self:center;width:42px;height:42px;flex:0 0 42px}.smz-search__button{position:relative;top:auto;right:auto;width:42px;height:42px}.smz-search.is-open,.smz-search:focus-within{justify-self:stretch;width:100%;height:48px;flex:1 1 100%}.smz-search.is-open .smz-search__input,.smz-search:focus-within .smz-search__input{position:relative;top:auto;left:auto;width:100%;height:48px;padding:0 58px 0 16px;opacity:1;visibility:visible;pointer-events:auto;transform:none}.smz-search.is-open .smz-search__button,.smz-search:focus-within .smz-search__button{position:absolute;top:5px;right:5px;width:38px;height:38px}.smz-search__results{top:calc(100% + 8px);left:0;right:0;width:100%;transform:none}.smz-header__actions{grid-area:actions;justify-self:end;gap:4px;min-width:0}.smz-action{width:42px;min-width:42px;height:42px}.smz-cart-badge{top:-6px;right:-4px}}
@media (max-width:520px){.smz-main .table-responsive{overflow:visible;border:0}.smz-main .table-responsive>.table{display:block;width:100%;border:0}.smz-main .table-responsive>.table>thead{display:none}.smz-main .table-responsive>.table>tbody,.smz-main .table-responsive>.table>tbody>tr,.smz-main .table-responsive>.table>tbody>tr>td{display:block;width:100%}.smz-main .table-responsive>.table>tbody>tr{margin-bottom:14px;border:1px solid #E7E7E7;border-radius:18px;padding:14px;background:#fff;box-shadow:0 8px 24px rgba(31,31,31,.04)}.smz-main .table-responsive>.table>tbody>tr>td{border:0;padding:6px 0;text-align:left}.smz-main .table-responsive>.table img{max-width:96px;height:auto}.smz-main .table-responsive .input-group{display:flex;max-width:180px}}
.smz-cart-page .smz-page-head h1 span{display:inline-block;color:#727272;font-size:.62em;font-weight:800}.smz-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,410px);gap:24px;align-items:start}.smz-cart-card{border:1px solid #E7E7E7;border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(31,31,31,.07)}.smz-cart-card--items{overflow:hidden}.smz-cart-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #E7E7E7}.smz-cart-card__head h2,.smz-cart-summary h2,.smz-cart-modules h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.1}.smz-cart-weight{flex:0 0 auto;border-radius:999px;padding:8px 12px;background:#fff0f0;color:#D60000;font-weight:950}.smz-cart-table-wrap{width:100%;overflow-x:auto}.smz-cart-table{width:100%;border-collapse:collapse}.smz-cart-table th{padding:14px 16px;background:#fafafa;color:#727272;font-size:13px;font-weight:950;text-align:left;text-transform:uppercase;letter-spacing:.04em}.smz-cart-table td{padding:18px 16px;border-top:1px solid #E7E7E7;vertical-align:middle}.smz-cart-table .text-center{text-align:center}.smz-cart-table .text-right{text-align:right}.smz-cart-item__image img{width:92px;height:92px;border-radius:16px;background:#fafafa;object-fit:contain}.smz-cart-item__name a{display:inline-block;color:#1F1F1F;font-weight:950;text-decoration:none}.smz-cart-item__name a:hover{color:#D60000}.smz-stock-warning,.smz-cart-total,.smz-cart-price{color:#D60000;font-weight:950}.smz-cart-options,.smz-cart-note{display:grid;gap:3px;margin-top:8px;color:#727272}.smz-cart-model{display:inline-flex;border-radius:999px;padding:6px 10px;background:#F7F7F7;color:#727272;font-weight:800}.smz-cart-qty{display:grid;grid-template-columns:74px 42px 42px;gap:7px;align-items:center;max-width:172px}.smz-cart-qty input{height:42px;border-radius:12px;text-align:center;font-weight:900}.smz-cart-icon{display:inline-grid;place-items:center;width:42px;height:42px;border:0;border-radius:12px;color:#fff;font-size:20px;font-weight:950;cursor:pointer}.smz-cart-icon--update{background:#1F1F1F}.smz-cart-icon--remove{background:#D60000}.smz-cart-side{display:grid;gap:18px}.smz-cart-summary{position:sticky;top:138px;padding:24px}.smz-cart-summary table{width:100%;margin:20px 0;border-collapse:collapse}.smz-cart-summary td{padding:12px 0;border-bottom:1px solid #E7E7E7}.smz-cart-summary td:first-child{color:#727272;font-weight:800}.smz-cart-summary td:last-child{color:#D60000;font-size:18px;font-weight:950;text-align:right}.smz-cart-actions{display:grid;gap:10px}.smz-cart-modules{padding:22px}.smz-cart-modules p{color:#727272}.smz-cart-modules .panel{overflow:hidden;border:1px solid #E7E7E7;border-radius:16px;box-shadow:none}.smz-cart-modules .panel-heading{border:0;background:#F7F7F7}.smz-cart-modules .panel-title a{display:block;color:#1F1F1F;font-weight:950;text-decoration:none}.smz-cart-modules .panel-body{padding:16px}.smz-cart-page .smz-alert{position:relative;border:1px solid rgba(31,31,31,.08)}.smz-alert--info{background:#fff8dc;color:#1F1F1F}.smz-alert__close{position:absolute;top:8px;right:10px;border:0;background:transparent;color:inherit;font-size:24px;line-height:1;cursor:pointer}@media (max-width:980px){.smz-cart-layout{grid-template-columns:1fr}.smz-cart-summary{position:static}}@media (max-width:720px){.smz-cart-card__head{display:grid;padding:18px}.smz-cart-table-wrap{overflow:visible}.smz-cart-table,.smz-cart-table tbody,.smz-cart-table tr,.smz-cart-table td{display:block;width:100%}.smz-cart-table thead{display:none}.smz-cart-table tr{padding:16px;border-top:1px solid #E7E7E7}.smz-cart-table td{display:grid;grid-template-columns:118px minmax(0,1fr);gap:12px;align-items:center;padding:8px 0;border:0;text-align:left}.smz-cart-table td::before{content:attr(data-label);color:#727272;font-size:13px;font-weight:950}.smz-cart-item__image{display:block!important;text-align:left}.smz-cart-item__image::before{display:none}.smz-cart-item__image img{width:112px;height:112px}.smz-cart-qty{max-width:none}}@media (max-width:430px){.smz-cart-table td{grid-template-columns:1fr;gap:6px}.smz-cart-qty{grid-template-columns:minmax(64px,1fr) 42px 42px}}
.smz-menu-root{display:flex;gap:2px;margin:0;padding:0;list-style:none}.smz-menu-item{position:relative}.smz-menu-item__head,.smz-menu-branch__head{display:flex;align-items:stretch}.smz-menu-item__link{display:block;padding:14px 16px;color:#fff;font-weight:800;text-decoration:none;white-space:nowrap}.smz-menu-item__link:hover,.smz-menu-item.is-open>.smz-menu-item__head>.smz-menu-item__link{background:#D60000;color:#fff}.smz-menu-toggle,.smz-category-branch__toggle{flex:0 0 42px;width:42px;min-width:42px;border:0;background:transparent;color:inherit;cursor:pointer}.smz-menu-toggle::before,.smz-category-branch__toggle::before{content:"+";display:inline-block;font-size:24px;line-height:1;font-weight:700}.has-children.is-open>.smz-menu-item__head>.smz-menu-toggle::before,.has-children.is-open>.smz-menu-branch__head>.smz-menu-toggle::before,.has-children.is-open>.smz-category-branch__head>.smz-category-branch__toggle::before{content:"−"}.smz-menu-panel--root{position:absolute;top:100%;left:0;z-index:1060;display:none;width:min(420px,82vw);min-width:320px;padding:18px;border-radius:0 0 18px 18px;background:#fff;box-shadow:0 18px 45px rgba(31,31,31,.1)}.smz-nav #menu .smz-menu-item:hover>.smz-menu-panel--root{display:none}.smz-nav #menu .smz-menu-item.is-open>.smz-menu-panel--root{display:block}.smz-menu-feature{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #E7E7E7}.smz-menu-feature__link,.smz-menu-branch__link{display:flex;align-items:center;gap:12px;color:#1F1F1F;text-decoration:none}.smz-menu-feature__content strong,.smz-menu-branch__text{display:block;font-weight:900}.smz-menu-feature__content span{color:#727272;font-size:13px}.smz-menu-feature__thumb,.smz-menu-branch__thumb{flex:0 0 56px;width:56px;height:56px;border-radius:14px;background:#fafafa;object-fit:cover}.smz-menu-branches{display:grid;gap:8px}.smz-menu-branch{border:1px solid #E7E7E7;border-radius:16px;background:#fafafa}.smz-menu-branch__link{flex:1 1 auto;min-width:0;padding:10px 12px}.smz-menu-branch__children{display:grid;gap:8px;padding:0 12px 12px 20px}.smz-menu-see-all{display:inline-flex;margin-top:14px;color:#D60000;font-weight:900;text-decoration:none}.smz-menu-see-all--branch{margin-top:8px}.smz-category-intro{grid-template-columns:minmax(280px,420px) minmax(0,1fr);align-items:start}.smz-category-intro__media img{width:100%;border:1px solid #E7E7E7;border-radius:28px;background:#fafafa;object-fit:contain;box-shadow:0 18px 45px rgba(31,31,31,.06)}.smz-subcategories--tree{display:grid;gap:12px}.smz-category-branches{display:grid;gap:12px}.smz-category-branch{border:1px solid #E7E7E7;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(31,31,31,.04)}.smz-category-branch__head{display:flex;align-items:stretch}.smz-category-branch__link{display:flex;align-items:center;gap:14px;flex:1 1 auto;min-width:0;padding:14px;color:#1F1F1F;text-decoration:none}.smz-category-branch__thumb{flex:0 0 88px;width:88px;height:88px;border-radius:18px;background:#fafafa;object-fit:cover}.smz-category-branch__text{display:block;font-size:18px;font-weight:900;line-height:1.2}.smz-category-branch__toggle{color:#D60000}.smz-category-branch__children{display:grid;gap:10px;padding:0 14px 14px 24px}.smz-category-branch--2 .smz-category-branch__thumb,.smz-category-branch--3 .smz-category-branch__thumb,.smz-category-branch--4 .smz-category-branch__thumb{width:56px;height:56px;flex-basis:56px;border-radius:14px}.smz-category-branch--2 .smz-category-branch__text,.smz-category-branch--3 .smz-category-branch__text,.smz-category-branch--4 .smz-category-branch__text{font-size:16px}@media (max-width:980px){.smz-category-intro{grid-template-columns:1fr}}@media (max-width:768px){.smz-menu-root{display:grid}.smz-menu-item__head{border-bottom:1px solid rgba(255,255,255,.08)}.smz-menu-item__link{flex:1 1 auto;min-width:0;padding-right:10px}.smz-menu-toggle{color:#FFCC00}.smz-menu-panel--root{position:static;width:auto;min-width:0;margin:0 0 10px;border-radius:14px}.smz-menu-feature{margin-bottom:10px;padding-bottom:10px}.smz-menu-feature__thumb,.smz-menu-branch__thumb{width:46px;height:46px;flex-basis:46px}.smz-menu-branch__children{padding-left:12px}}@media (max-width:640px){.smz-category-branch__link{padding:12px}.smz-category-branch__thumb{width:64px;height:64px;flex-basis:64px}.smz-category-branch__text{font-size:16px}.smz-category-branch__children{padding-left:14px}}
.smz-nav #menu .smz-menu-root{display:flex!important;align-items:stretch!important;overflow-x:auto;overflow-y:visible}.smz-nav #menu .smz-menu-item{display:block;position:relative;flex:0 0 auto}.smz-nav #menu .smz-menu-item__head{display:flex!important;align-items:stretch!important;min-height:52px}.smz-nav #menu .smz-menu-item__link{display:flex!important;align-items:center;min-height:52px;padding:14px 16px;font-size:16px!important;line-height:1.2;color:#fff!important;white-space:nowrap;position:relative;z-index:1}.smz-nav #menu .smz-menu-toggle{display:inline-flex;align-items:center;justify-content:center;align-self:stretch;min-height:52px;color:#fff!important}.smz-nav #menu .smz-menu-item__link span{color:inherit}@media (max-width:768px){.smz-nav #menu .smz-menu-root{display:grid!important}.smz-nav #menu .smz-menu-item__head{min-height:48px}.smz-nav #menu .smz-menu-item__link,.smz-nav #menu .smz-menu-toggle{min-height:48px}}
.smz-nav #menu .smz-menu-root{display:flex!important;align-items:stretch!important;justify-content:flex-start;overflow-x:auto;overflow-y:visible}.smz-nav #menu .smz-menu-item{display:block;position:relative;flex:0 0 auto}.smz-nav #menu .smz-menu-item__head,.smz-nav #menu .smz-menu-branch__head{display:flex!important;align-items:stretch!important;position:relative}.smz-nav #menu .smz-menu-item__link{display:flex!important;align-items:center;min-height:52px;padding:14px 16px;font-size:16px!important;line-height:1.2;color:#fff!important;white-space:nowrap;position:relative;z-index:1}.smz-nav #menu .smz-menu-item__link:hover,.smz-nav #menu .smz-menu-item.is-open>.smz-menu-item__head>.smz-menu-item__link,.smz-nav #menu .smz-menu-item:focus-within>.smz-menu-item__head>.smz-menu-item__link{background:#D60000;color:#fff!important}.smz-nav #menu .smz-menu-toggle{display:inline-flex;align-items:center;justify-content:center;align-self:stretch;min-height:52px;color:#fff!important}.smz-nav #menu .smz-menu-toggle--root{display:none!important}.smz-nav #menu .smz-menu-item.has-children>.smz-menu-item__head{padding-right:18px}.smz-nav #menu .smz-menu-item.has-children>.smz-menu-item__head:after{content:"▾";position:absolute;top:50%;right:0;transform:translateY(-50%);color:#ffffffc7;font-size:14px;font-weight:900;pointer-events:none;transition:transform .2s ease,color .2s ease}.smz-nav #menu .smz-menu-item.is-open>.smz-menu-item__head:after,.smz-nav #menu .smz-menu-item:focus-within>.smz-menu-item__head:after{transform:translateY(-50%) rotate(180deg);color:#fff}.smz-nav #menu .smz-menu-panel--root{position:absolute;top:100%;left:0;z-index:1060;display:none;width:min(760px,calc(100vw - 32px));min-width:320px;margin:0;padding:18px;border:0;border-radius:0 0 18px 18px;background:#fff;box-shadow:0 18px 45px rgba(31,31,31,.10);list-style:none}.smz-nav #menu .smz-menu-item.is-open>.smz-menu-panel--root,.smz-nav #menu .smz-menu-item:hover>.smz-menu-panel--root,.smz-nav #menu .smz-menu-item:focus-within>.smz-menu-panel--root{display:block}.smz-nav #menu .smz-menu-panel__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.smz-nav #menu .smz-menu-panel__branches{display:grid;gap:10px;min-width:0}.smz-nav #menu .smz-menu-branches{display:grid;gap:10px}.smz-nav #menu .smz-menu-branch{border:1px solid #E7E7E7;border-radius:16px;background:#fafafa}.smz-nav #menu .smz-menu-branch__link{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0;padding:10px 12px;color:#1F1F1F;text-decoration:none}.smz-nav #menu .smz-menu-branch__children{display:none;gap:8px;padding:0 12px 12px 20px}.smz-nav #menu .smz-menu-branch.is-open>.smz-menu-branch__children,.smz-nav #menu .smz-menu-panel--root .smz-menu-branch.has-children:hover>.smz-menu-branch__children,.smz-nav #menu .smz-menu-panel--root .smz-menu-branch.has-children:focus-within>.smz-menu-branch__children{display:grid}@media (max-width:768px){.smz-nav #menu .smz-menu-root{display:grid!important;overflow:visible}.smz-nav #menu .smz-menu-item__head{min-height:48px;padding-right:0}.smz-nav #menu .smz-menu-item.has-children>.smz-menu-item__head:after{display:none}.smz-nav #menu .smz-menu-item__link,.smz-nav #menu .smz-menu-toggle{min-height:48px}.smz-nav #menu .smz-menu-toggle--root,.smz-nav #menu .smz-menu-toggle--branch{display:inline-flex!important}.smz-nav #menu .smz-menu-panel--root{position:static;width:100%;min-width:0;margin:0 0 10px;border-radius:14px}.smz-nav #menu .smz-menu-panel--root,.smz-nav #menu .smz-menu-branch__children{display:none}.smz-nav #menu .smz-menu-item.is-open>.smz-menu-panel--root,.smz-nav #menu .smz-menu-branch.is-open>.smz-menu-branch__children{display:grid}.smz-nav #menu .smz-menu-panel__inner{grid-template-columns:1fr}.smz-nav #menu .smz-menu-feature{display:none}}
.smz-header,.smz-nav{position:relative;z-index:1045;isolation:isolate}.smz-nav #menu,.smz-nav #menu .navbar-collapse,.smz-nav #menu .smz-menu-root{overflow:visible!important}.smz-nav #menu .smz-menu-root{flex-wrap:nowrap}.smz-nav #menu .smz-menu-item{z-index:1}.smz-nav #menu .smz-menu-item.is-open{z-index:5}.smz-nav #menu .smz-menu-panel--root,.smz-nav #menu .smz-menu-branch__children{overflow:visible}.smz-nav #menu .smz-menu-panel--root{z-index:2000}.smz-nav #menu .smz-menu-panel__inner{align-items:start}@media (max-width:768px){.smz-nav #menu .smz-menu-root{display:grid!important}.smz-nav #menu .smz-menu-panel--root{position:static!important;width:100%!important;min-width:0!important}.smz-nav #menu .smz-menu-panel--root,.smz-nav #menu .smz-menu-branch__children{display:none}.smz-nav #menu .smz-menu-item.is-open>.smz-menu-panel--root,.smz-nav #menu .smz-menu-branch.is-open>.smz-menu-branch__children{display:grid}}
