
:root{--bg:#0d0d0e;--panel:#151516;--panel2:#1b1b1d;--line:#2a2a2d;--text:#f7f3ed;--muted:#aaa6a0;--accent:#e64a2e;--accent-hover:#ff5b3b;--gold:#f3b64a;--green:#76ad5b;--sidebar:260px;--header:72px;--radius:18px;--shadow:0 18px 50px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;height:auto}
.sd-shell{min-height:100vh;background:radial-gradient(circle at 75% -10%,rgba(230,74,46,.12),transparent 32%),var(--bg)}
.sd-header{position:sticky;top:0;z-index:1000;height:var(--header);border-bottom:1px solid var(--line);background:rgba(13,13,14,.94);backdrop-filter:blur(16px)}
.sd-header__inner{height:100%;display:grid;grid-template-columns:var(--sidebar) minmax(260px,1fr) auto;align-items:center;gap:26px;padding:0 28px}
.sd-brand{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:900;letter-spacing:.015em;white-space:nowrap}.sd-brand__mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:linear-gradient(145deg,var(--accent-hover),#b52a18);box-shadow:0 8px 24px rgba(230,74,46,.25)}.sd-brand__mark svg,.sd-brand__mark img{width:28px;height:28px;object-fit:contain}.sd-brand b{color:var(--gold)}
.sd-search{position:relative;width:min(560px,100%)}.sd-search input{width:100%;height:44px;padding:0 50px 0 18px;border:1px solid var(--line);border-radius:14px;background:var(--panel2);color:var(--text);outline:none;transition:.2s}.sd-search input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(230,74,46,.14)}.sd-search button{position:absolute;right:5px;top:5px;width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer}
.sd-actions{display:flex;align-items:center;gap:10px}.sd-action{display:flex;align-items:center;gap:9px;min-height:44px;padding:0 15px;border:1px solid var(--line);border-radius:14px;background:var(--panel);font-weight:750;white-space:nowrap;transition:.2s}.sd-action:hover{border-color:#45454a;background:#202023}.sd-action--cart{position:relative;border-color:transparent;background:var(--accent);color:#fff}.sd-action--cart:hover{background:var(--accent-hover)}.sd-action svg{width:20px;height:20px}.sd-cart-count{position:absolute;top:-7px;right:-7px;display:flex!important;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border:2px solid var(--bg);border-radius:999px;background:#fff;color:#161616;font-size:12px;font-weight:900;line-height:1;box-shadow:0 4px 12px rgba(0,0,0,.35)}.sd-cart-count[hidden]{display:none!important}
.sd-mobile-cats{position:sticky;top:var(--header);z-index:900;display:none;gap:8px;overflow-x:auto;padding:10px 16px;border-bottom:1px solid var(--line);background:rgba(13,13,14,.96);scrollbar-width:none;scroll-snap-type:x proximity;scroll-behavior:smooth;overscroll-behavior-inline:contain}.sd-mobile-cats::-webkit-scrollbar{display:none}.sd-mobile-cats a{flex:0 0 auto;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:var(--panel);font-size:13px;font-weight:750;scroll-snap-align:start;transition:.18s}.sd-mobile-cats a:hover{border-color:#55545a;background:var(--panel2)}.sd-mobile-cats a.is-active{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 6px 18px rgba(230,74,46,.22)}.sd-mobile-cats--catalog{display:flex}body.sd-catalog-page .sd-layout{display:block}body.sd-catalog-page .sd-sidebar{display:none}.sd-layout{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);min-height:calc(100vh - var(--header))}.sd-sidebar{position:sticky;top:var(--header);align-self:start;height:calc(100vh - var(--header));overflow:auto;border-right:1px solid var(--line);background:#111113;padding:24px 16px}.sd-sidebar__title{padding:0 12px 13px;color:var(--muted);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.sd-nav{display:grid;gap:4px}.sd-nav a{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:10px 12px;border-radius:13px;color:#ded9d2;font-weight:700;transition:.18s}.sd-nav a:after{content:'›';color:#55545a;font-size:20px}.sd-nav a:hover,.sd-nav a.is-active{background:var(--panel2);color:#fff}.sd-nav a:hover:after,.sd-nav a.is-active:after{color:var(--accent)}.sd-sidebar__note{margin:22px 8px 0;padding:14px;border:1px solid rgba(118,173,91,.25);border-radius:14px;background:rgba(118,173,91,.07);color:#c8d8c1;font-size:13px}.sd-sidebar__note strong{display:block;color:#eef7e9;margin-bottom:4px}
.sd-main{min-width:0;padding:30px clamp(20px,3vw,52px) 70px}.sd-workarea{min-width:0}.sd-workarea>.bx-content{padding:0!important}.sd-workarea h1:first-child{margin-top:0}
.product-item-container,.bx_catalog_item,.catalog-section-item{border:1px solid var(--line)!important;border-radius:var(--radius)!important;background:var(--panel)!important;overflow:hidden;box-shadow:none!important;transition:transform .2s,border-color .2s,box-shadow .2s}.product-item-container:hover,.bx_catalog_item:hover,.catalog-section-item:hover{transform:translateY(-3px);border-color:#424247!important;box-shadow:var(--shadow)!important}.product-item-title a,.bx_catalog_item_title a{color:var(--text)!important}.product-item-price-current,.bx_catalog_item_price{color:var(--text)!important;font-weight:900!important}.btn-primary,.product-item-button-container .btn{border-color:var(--accent)!important;background:var(--accent)!important}.btn-primary:hover,.product-item-button-container .btn:hover{background:var(--accent-hover)!important}.breadcrumb{background:transparent!important}.breadcrumb a{color:var(--muted)!important}

/* Dark Bitrix product cards */
body.sd-catalog-page .sd-main,
body.sd-catalog-page .sd-workarea,
body.sd-catalog-page .sd-menu-stream,
body.sd-catalog-page .sd-menu-section,
body.sd-catalog-page .row{background:#0d0d0e!important}
.product-item-container .product-item,
.product-item-container .product-item-info-container,
.product-item-container .product-item-image-wrapper,
.product-item-container .product-item-info-container-title,
.product-item-container .product-item-info-container-price,
.product-item-container .product-item-info-container-buttons,
.bx_catalog_item .bx_catalog_item_container{background-color:var(--panel)!important;color:var(--text)!important}
.product-item-container .product-item-title,
.product-item-container .product-item-title a,
.product-item-container .product-item-price-current,
.product-item-container .product-item-price-old,
.product-item-container .product-item-amount-field,
.product-item-container .product-item-scu-item-text{color:var(--text)!important}
.product-item-container .product-item-price-old{color:var(--muted)!important}
.product-item-container .product-item-amount-field{background:#0d0d0e!important;border-color:var(--line)!important}
.product-item-container .product-item-amount-field-btn-minus,
.product-item-container .product-item-amount-field-btn-plus{background:#2a2a2d!important;border-color:#3a3a3e!important;color:#fff!important}



/* Viewport stability */
html,body{max-width:100%;overflow-x:hidden;overflow-x:clip}
.sd-shell,.sd-header,.sd-header__inner,.sd-layout,.sd-main,.sd-workarea,.sd-menu-stream,.sd-menu-section{max-width:100%;min-width:0}
body.sd-catalog-page .catalog-section,
body.sd-catalog-page .catalog-section>.row,
body.sd-catalog-page .catalog-section>.row>.col{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}

/* Responsive catalog cards */
body.sd-catalog-page .catalog-section .product-item-list-col-3{
 display:grid!important;
 grid-template-columns:repeat(3,minmax(0,1fr))!important;
 gap:20px!important;
 width:100%!important;
 margin:0!important
}
body.sd-catalog-page .catalog-section .product-item-list-col-3>.product-item-small-card,
body.sd-catalog-page .catalog-section .product-item-list-col-3>[class*="col-"]{
 display:block!important;
 width:auto!important;
 max-width:none!important;
 min-width:0!important;
 padding:0!important;
 margin:0!important
}
body.sd-catalog-page .product-item-container{height:100%!important}
body.sd-catalog-page .product-item{
 display:flex!important;
 flex-direction:column!important;
 height:100%!important;
 min-height:0!important;
 padding:0 0 16px!important
}
body.sd-catalog-page .product-item-image-wrapper{
 flex:0 0 auto!important;
 width:100%!important;
 height:auto!important;
 aspect-ratio:4/3!important;
 padding-top:0!important;
 margin:0 0 14px!important;
 overflow:hidden!important;
 border-radius:calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0
}
body.sd-catalog-page .product-item-image-original,
body.sd-catalog-page .product-item-image-alternative{
 inset:0!important;
 width:100%!important;
 height:100%!important;
 background-size:cover!important;
 background-position:center!important
}
body.sd-catalog-page .product-item-title{
 display:-webkit-box!important;
 min-height:2.5em!important;
 margin:0!important;
 padding:0 16px!important;
 overflow:hidden!important;
 color:var(--text)!important;
 font-size:clamp(17px,1.35vw,20px)!important;
 font-weight:800!important;
 line-height:1.25!important;
 text-align:left!important;
 -webkit-box-orient:vertical!important;
 -webkit-line-clamp:2!important
}
body.sd-catalog-page .product-item-title a{display:block!important}
body.sd-catalog-page .product-item-price-container{
 display:flex!important;
 align-items:center!important;
 min-height:34px!important;
 margin:4px 0 8px!important;
 padding:0 16px!important;
 text-align:left!important
}
body.sd-catalog-page .product-item-price-current{
 font-size:20px!important;
 line-height:1.2!important
}
body.sd-catalog-page .product-item-info-container[data-entity="props-block"]{display:none!important}
body.sd-catalog-page .product-item-info-container[data-entity="quantity-block"],
body.sd-catalog-page .product-item-info-container[data-entity="buttons-block"]{
 display:block!important;
 width:100%!important;
 margin:0!important;
 padding:0 16px!important
}
body.sd-catalog-page .product-item-info-container[data-entity="quantity-block"]{margin-top:auto!important}
body.sd-catalog-page .product-item-amount{padding:2px 0 8px!important}
body.sd-catalog-page .product-item-amount-field-container{display:flex!important;justify-content:center!important}
body.sd-catalog-page .product-item-button-container .btn{
 display:block!important;
 width:100%!important;
 min-height:44px!important;
 border-radius:12px!important;
 color:#fff!important;
 font-weight:850!important
}
@media(max-width:900px){
 body.sd-catalog-page .catalog-section .product-item-list-col-3{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
}
@media(max-width:620px){
 body.sd-catalog-page .catalog-section .product-item-list-col-3{grid-template-columns:minmax(0,1fr)!important;gap:14px!important}
 body.sd-catalog-page .product-item-image-wrapper{aspect-ratio:3/2!important;margin-bottom:12px!important}
 body.sd-catalog-page .product-item-title{min-height:0!important;font-size:18px!important;-webkit-line-clamp:3!important}
 body.sd-catalog-page .product-item-price-container{min-height:30px!important;margin-top:3px!important}
}


/* Dark basket and checkout */
.bx-basket,#basket-root,#bx-soa-order{color:var(--text)!important}
.bx-basket .basket-checkout-container,
.bx-basket .basket-items-list-wrapper,
.bx-basket .basket-items-list-container,
.bx-basket .basket-items-list-table,
.bx-basket .basket-items-list-table tbody,
.bx-basket .basket-items-list-item-container,
.bx-basket .basket-items-list-item-container>td{
 background:var(--panel)!important;
 color:var(--text)!important;
 border-color:var(--line)!important
}
.bx-basket .basket-checkout-container,
.bx-basket .basket-items-list-wrapper{
 overflow:hidden!important;
 border:1px solid var(--line)!important;
 border-radius:var(--radius)!important;
 box-shadow:var(--shadow)!important
}
.bx-basket .basket-items-list-header{
 background:var(--panel2)!important;
 color:var(--text)!important;
 border-color:var(--line)!important
}
.bx-basket .basket-item-info-name-link,
.bx-basket .basket-item-price-current-text,
.bx-basket .basket-item-sum-price,
.bx-basket .basket-checkout-block-total-title,
.bx-basket .basket-checkout-block-total-price-current,
.bx-basket [data-entity="basket-items-count"]{color:var(--text)!important}
.bx-basket .basket-item-price-title,
.bx-basket .basket-item-amount-description-container,
.bx-basket .basket-checkout-block-total-description,
.bx-basket .basket-coupon-block-field-description{color:var(--muted)!important}
.bx-basket .form-control,
.bx-basket .basket-item-amount-filed,
#bx-soa-order .form-control,
#bx-soa-order input,
#bx-soa-order select,
#bx-soa-order textarea{
 background:#101012!important;
 color:var(--text)!important;
 border:1px solid #3a3a3e!important;
 border-radius:10px!important
}
.bx-basket .form-control::placeholder,
#bx-soa-order input::placeholder,
#bx-soa-order textarea::placeholder{color:#77747a!important}
.bx-basket .basket-item-amount-btn-minus,
.bx-basket .basket-item-amount-btn-plus{
 background:#262629!important;
 color:#fff!important;
 border-color:#3a3a3e!important
}
.bx-basket .btn-primary,
#bx-soa-order .btn-primary,
#bx-soa-order .btn-order-save{
 border-color:var(--accent)!important;
 background:var(--accent)!important;
 color:#fff!important;
 box-shadow:none!important
}
.bx-basket .btn-primary:hover,
#bx-soa-order .btn-primary:hover,
#bx-soa-order .btn-order-save:hover{background:var(--accent-hover)!important}
#bx-soa-order .btn-outline-secondary{background:#262629!important;color:var(--text)!important;border-color:#3a3a3e!important}
#bx-soa-order .btn-outline-secondary:hover{background:#323236!important;color:#fff!important}

#bx-soa-order .bx-soa-section,
#bx-soa-order .bx-soa-cart-total,
#bx-soa-order .bx-soa-pp-company-graf-container,
#bx-soa-order .bx-soa-pp-company{
 background:var(--panel)!important;
 color:var(--text)!important;
 border-color:var(--line)!important
}
#bx-soa-order .bx-soa-section,
#bx-soa-order .bx-soa-cart-total{
 overflow:hidden!important;
 border:1px solid var(--line)!important;
 border-radius:var(--radius)!important;
 box-shadow:var(--shadow)!important
}
#bx-soa-order .bx-soa-section-title-container{
 background:var(--panel2)!important;
 color:var(--text)!important;
 border-color:var(--line)!important
}
#bx-soa-order .bx-soa-section-title,
#bx-soa-order .bx-soa-section-title-count,
#bx-soa-order .bx-soa-cart-total-line,
#bx-soa-order .bx-soa-cart-total-line-total,
#bx-soa-order .bx-soa-pp-company-smalltitle,
#bx-soa-order .bx-soa-pp-delivery-cost,
#bx-soa-order .bx-soa-item-title,
#bx-soa-order .bx-soa-item-td-text,
#bx-soa-order label{color:var(--text)!important}
#bx-soa-order .bx-soa-editstep,
#bx-soa-order .bx-soa-cart-total-line span:first-child,
#bx-soa-order .bx-soa-pp-company-description,
#bx-soa-order .bx-soa-customer-label,
#bx-soa-order .form-group label{color:var(--muted)!important}
#bx-soa-order .bx-soa-pp-company{
 border:1px solid var(--line)!important;
 border-radius:14px!important
}
#bx-soa-order .bx-soa-pp-company.bx-selected,
#bx-soa-order .bx-soa-pp-company-selected{border-color:var(--accent)!important}
#bx-soa-order .alert-warning{
 background:#2b2517!important;
 color:#f2d58a!important;
 border-color:#5b4921!important
}
#bx-soa-order hr,
#bx-soa-order .bx-soa-cart-total-line,
.bx-basket hr{border-color:var(--line)!important}

@media(max-width:620px){
 .bx-basket .basket-checkout-container,
 .bx-basket .basket-items-list-wrapper,
 #bx-soa-order .bx-soa-section,
 #bx-soa-order .bx-soa-cart-total{border-radius:14px!important}
 #bx-soa-order .bx-soa-section-title-container{min-height:58px!important;padding:14px 16px!important}
 #bx-soa-order .bx-soa-section-title{font-size:20px!important;line-height:1.25!important}
 #bx-soa-order .bx-soa-cart-total{width:100%!important;max-width:none!important}
 .bx-basket .basket-item-info-name-link{font-size:18px!important;line-height:1.3!important}
}


/* Checkout flow usability */
#bx-soa-order .bx-soa-section{scroll-margin-top:calc(var(--header) + 82px)}
#bx-soa-order .bx-soa-section-content{
 width:100%!important;
 max-width:100%!important;
 padding:20px!important;
 overflow:visible!important
}
#bx-soa-order .container-fluid,
#bx-soa-order .row,
#bx-soa-order .col,
#bx-soa-order [class*="col-"],
#bx-soa-order .form-group,
#bx-soa-order .bx-soa-customer-field,
#bx-soa-order .bx-soa-location-input-container,
#bx-soa-order .bx-sls,
#bx-soa-order .dropdown-block{
 width:100%!important;
 max-width:100%!important;
 min-width:0!important
}
#bx-soa-order .form-control,
#bx-soa-order #bx-soa-properties input[type="text"],
#bx-soa-order #bx-soa-properties input[type="tel"],
#bx-soa-order #bx-soa-properties input[type="email"],
#bx-soa-order #bx-soa-properties textarea,
#bx-soa-order .bx-ui-sls-fake,
#bx-soa-order .bx-ui-sls-route{
 width:100%!important;
 max-width:100%!important;
 min-height:46px!important;
 padding:10px 13px!important;
 font-size:16px!important;
 line-height:1.35!important
}
#bx-soa-order #bx-soa-properties textarea,
#bx-soa-order #orderDescription{min-height:92px!important;resize:vertical!important}
#bx-soa-order .bx-ui-sls-input-block{height:auto!important;min-height:48px!important;padding:0!important;background:#101012!important;border:1px solid #3a3a3e!important;border-radius:10px!important}
#bx-soa-order .bx-ui-sls-fake,
#bx-soa-order .bx-ui-sls-route{background:transparent!important;border:0!important;color:var(--text)!important}
#bx-soa-order .bx-ui-sls-clear{filter:invert(1);opacity:.75}
#bx-soa-order .bx-soa-more{margin-top:18px!important}
#bx-soa-order .bx-soa-more-btn{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important}
#bx-soa-order .bx-soa-more-btn .btn{float:none!important;min-width:112px!important;min-height:44px!important;padding:10px 18px!important;border-radius:12px!important;font-weight:800!important}
#bx-soa-order .bx-soa-section-title-container{cursor:pointer!important}
#bx-soa-order .bx-soa-section-title-container:hover{background:#222225!important}
#bx-soa-order .alert-danger:not(:empty){display:block!important;background:#35191a!important;color:#ffb2b2!important;border-color:#6f2c30!important}
@media(max-width:620px){
 #bx-soa-order .bx-soa-section-content{padding:16px!important}
 #bx-soa-order .bx-soa-more-btn{display:grid!important;grid-template-columns:1fr 1fr!important}
 #bx-soa-order .bx-soa-more-btn .btn{width:100%!important;min-width:0!important}
 #bx-soa-order .bx-soa-reference{font-size:13px!important;line-height:1.45!important;color:var(--muted)!important}
}

.sd-footer{border-top:1px solid var(--line);background:#101012}.sd-footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px;padding:38px clamp(20px,3vw,52px);color:var(--muted);font-size:14px}.sd-footer strong{display:block;color:var(--text);margin-bottom:9px}.sd-footer a:hover{color:#fff}.sd-footer__legal{grid-column:1/-1;padding-top:20px;border-top:1px solid var(--line);font-size:12px;color:#77747a}
@media(max-width:980px){:root{--header:64px}.sd-header__inner{grid-template-columns:auto 1fr auto;padding:0 18px;gap:12px}.sd-brand{font-size:0}.sd-brand__mark{width:40px;height:40px}.sd-search{width:100%}.sd-action span{display:none}.sd-action{width:44px;padding:0;justify-content:center}.sd-layout{display:block}.sd-sidebar{display:none}.sd-mobile-cats{display:flex}.sd-main{padding-top:24px}.sd-footer__inner{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.sd-header__inner{padding:0 12px}.sd-search input{height:42px;padding-left:14px}.sd-action--account{display:none}.sd-main{padding:20px 14px 56px}.sd-footer__inner{grid-template-columns:1fr;padding:30px 18px}.sd-footer__legal{grid-column:1}.product-item-container,.bx_catalog_item,.catalog-section-item{border-radius:15px!important}}


.sd-action--account{display:flex!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1100!important;pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation}
.sd-action--cart{
 position:fixed!important;
 right:22px!important;
 bottom:22px!important;
 top:auto!important;
 left:auto!important;
 z-index:12500!important;
 min-width:64px!important;
 min-height:64px!important;
 height:64px!important;
 padding:0 20px!important;
 border:2px solid rgba(255,255,255,.82)!important;
 border-radius:999px!important;
 background:linear-gradient(145deg,#ff6a3d,#e4472d)!important;
 color:#fff!important;
 box-shadow:0 14px 38px rgba(0,0,0,.5),0 7px 24px rgba(230,74,46,.38)!important;
 transform:translateZ(0);
}
.sd-action--cart:hover{background:linear-gradient(145deg,#ff7952,#ef5636)!important;transform:translateY(-2px)}
.sd-action--cart:active{transform:translateY(1px) scale(.98)}
.sd-action--cart svg{width:26px!important;height:26px!important;flex:0 0 26px}
.sd-action--cart .sd-cart-count,
.sd-action--cart .sd-cart-sum{
 top:-10px!important;
 right:-7px!important;
 min-width:29px!important;
 width:auto!important;
 max-width:145px!important;
 height:27px!important;
 padding:0 8px!important;
 border:2px solid #0d0d0e!important;
 font-size:12px!important;
 font-weight:900!important;
 box-shadow:0 5px 16px rgba(0,0,0,.42)!important;
}
@media(max-width:980px){
 .sd-action--account{display:flex!important}
 .sd-action--cart{
 width:64px!important;
 min-width:64px!important;
 padding:0!important;
 justify-content:center!important;
 }
 .sd-action--cart span{display:none!important}
}
@media(max-width:620px){
 .sd-action--account{display:flex!important}
 .sd-action--cart{
 right:16px!important;
 bottom:16px!important;
 width:62px!important;
 min-width:62px!important;
 height:62px!important;
 min-height:62px!important;
 }
 .sd-main{padding-bottom:110px!important}
}


.sd-brand__mark{width:48px;height:48px;border-radius:16px}.sd-brand__mark img{width:36px;height:36px}
.sd-phone{border-color:#f06a3d!important;background:linear-gradient(180deg,rgba(240,90,40,.2),rgba(119,39,22,.2))!important;box-shadow:0 0 0 1px rgba(240,90,40,.12),0 8px 24px rgba(240,90,40,.18)!important}.sd-phone__mobile{color:#fff}.sd-phone__mobile svg{width:21px;height:21px;padding:4px;border-radius:50%;background:#f05a28;color:#fff;box-sizing:content-box}.sd-phone__mobile small{font-size:11px;font-style:normal;font-weight:900;color:#ff9a74}.sd-action--account.sd-account-active{border-color:#68e79a!important;background:linear-gradient(180deg,#238a4a,#176b39)!important;color:#fff!important;box-shadow:0 8px 24px rgba(24,132,67,.35)!important}
.sd-action--cart.sd-cart-empty{display:none!important}
@media(max-width:980px){
 :root{--header:118px}
 .sd-header__inner{height:118px;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:52px 46px;gap:6px 10px;padding:7px 14px}
 .sd-brand{grid-column:1;grid-row:1;font-size:15px!important;gap:9px}.sd-brand>span:last-child{display:inline!important}
 .sd-brand__mark{width:44px;height:44px}.sd-brand__mark img{width:34px;height:34px}
 .sd-search{grid-column:1/-1;grid-row:2;width:100%;max-width:none}
 .sd-actions{grid-column:2;grid-row:1;gap:7px}
 .sd-phone{width:auto!important;min-width:86px;padding:0 10px}
 .sd-phone__mobile{display:flex!important;align-items:center;gap:6px}
 .sd-action--account{width:44px!important;min-width:44px;padding:0!important;justify-content:center}
 .sd-action--cart:not(.sd-cart-empty){width:auto!important;min-width:154px!important;height:60px!important;min-height:60px!important;padding:0 17px!important;gap:9px!important}
 .sd-action--cart:not(.sd-cart-empty) span{display:inline!important;font-size:14px;font-weight:900}
 .sd-action--cart .sd-cart-count,.sd-action--cart .sd-cart-sum{position:static!important;display:inline-flex!important;min-width:0!important;max-width:none!important;width:auto!important;height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;font-size:14px!important}
}
@media(max-width:380px){.sd-brand{font-size:12px!important}.sd-brand__mark{width:40px;height:40px}.sd-phone{min-width:44px!important;width:44px!important;padding:0!important}.sd-phone__mobile small{display:none}}


.sd-home{color:#f7f7f3}
.sd-home__top{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:8px 0 24px}
.sd-home__title{font-size:clamp(30px,4vw,50px);line-height:1.02;letter-spacing:-.04em;margin:0;max-width:720px}
.sd-home__lead{color:#aaa9a3;font-size:16px;line-height:1.55;margin:12px 0 0;max-width:650px}
.sd-home__badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.sd-home__badge{border:1px solid #3b3b38;border-radius:999px;padding:8px 12px;color:#d7d7d1;background:#242421;font-size:13px}
.sd-home__cart{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;background:#f05a28;color:#fff!important;text-decoration:none!important;font-weight:750;white-space:nowrap}
.sd-home__section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:30px 0 14px}
.sd-home__section-head h2{margin:0;font-size:27px;letter-spacing:-.02em}
.sd-home__section-head span{color:#8f8f89;font-size:14px}.sd-home-popular{margin-top:42px}.sd-home-popular .product-item{content-visibility:auto}
.sd-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.sd-category{position:relative;min-height:170px;border:1px solid #383834;border-radius:22px;padding:18px;overflow:hidden;background:radial-gradient(circle at 82% 18%,rgba(203,92,41,.12),transparent 35%),linear-gradient(145deg,#292926,#1b1b19);color:#fff!important;text-decoration:none!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.sd-category:hover{transform:translateY(-3px);border-color:#d96832;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.sd-category:focus-visible{outline:3px solid rgba(217,104,50,.46);outline-offset:3px}
.sd-category__icon{position:relative;display:flex;align-items:center;justify-content:center;width:94px;height:66px;border-radius:12px;background:linear-gradient(145deg,#ff7a1d 0%,#ff5a1f 48%,#f04419 100%);color:#111;margin-bottom:22px;border:1px solid rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 8px 20px rgba(255,83,25,.24);overflow:hidden}
.sd-category__icon:before{content:"";position:absolute;inset:2px;z-index:0;opacity:.32;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 64'%3E%3Cg fill='none' stroke='%23111110' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M3 52L31 12M70 52L97 14'/%3E%3Cpath d='M8 45l8 5M14 36l8 5M77 42l8 5M83 33l8 5'/%3E%3C/g%3E%3C/svg%3E");background-size:100% 100%;pointer-events:none}
.sd-category__icon:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:1;height:15px;opacity:.76;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 18' preserveAspectRatio='none'%3E%3Cpath fill='%23141312' d='M0 18V12l5-7 3 8 6-11 4 11 7-8 4 9 6-13 5 12 7-7 4 8 7-13 5 12 7-8 4 10 7-12 5 11 7-7 3 8V18Z'/%3E%3C/svg%3E");background-size:100% 100%;pointer-events:none}
.sd-category__icon svg{position:relative;z-index:2;width:53px;height:53px;display:block;overflow:visible;filter:drop-shadow(0 2px 2px rgba(0,0,0,.22))}
.sd-category__icon .sd-ico-pro{fill:#101010;stroke:#fff;stroke-width:.72;stroke-linejoin:round;stroke-linecap:round;paint-order:stroke fill}
.sd-category__name{display:block;max-width:calc(100% - 34px);font-weight:800;font-size:18px;line-height:1.15}
.sd-category__arrow{position:absolute;right:17px;bottom:14px;color:#d96832;font-size:28px;line-height:1}
.sd-empty{margin-top:18px;padding:18px 20px;border:1px dashed #494945;border-radius:18px;background:#232320;color:#bdbdb7}
.sd-empty strong{display:block;color:#fff;margin-bottom:5px}
@media(max-width:1000px){.sd-categories{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.sd-home__top{display:block}.sd-home__cart{margin-top:18px}.sd-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.sd-category{min-height:153px;padding:14px;border-radius:20px}.sd-category__icon{width:82px;height:60px;margin-bottom:17px}.sd-category__icon svg{width:76px;height:51px}.sd-category__name{font-size:17px}.sd-category__arrow{right:14px;bottom:13px;font-size:25px}}
@media(max-width:390px){.sd-category{min-height:148px;padding:13px}.sd-category__icon{width:78px;height:57px}.sd-category__icon svg{width:72px;height:48px}.sd-category__name{font-size:16px}}


.sd-home__top{position:relative;isolation:isolate;display:flex;align-items:center;min-height:500px;margin:8px 0 32px;padding:clamp(30px,5vw,64px);overflow:hidden;border:1px solid #3b332f;border-radius:30px;background:#0b0b0c;box-shadow:0 24px 70px rgba(0,0,0,.34)}
.sd-home__top:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(8,8,9,.97) 0%,rgba(8,8,9,.9) 40%,rgba(8,8,9,.43) 70%,rgba(8,8,9,.1) 100%)}
.sd-home__hero-picture{display:contents}.sd-home__hero-picture source{display:none}.sd-home__hero-photo{position:absolute;inset:0 0 0 auto;z-index:-2;display:block;width:auto;height:100%;max-width:100%;object-fit:contain}.sd-home__hero-content{position:relative;z-index:1;max-width:min(58%,650px)}
.sd-home__kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:#ff9a72;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.sd-home__kicker:before{content:"";width:26px;height:2px;background:#f05a28}
.sd-home__title{max-width:650px;font-size:clamp(34px,5vw,60px);line-height:.98;text-wrap:balance;text-shadow:0 3px 22px rgba(0,0,0,.65)}
.sd-home__lead{max-width:590px;color:#e4e1dd;font-size:clamp(16px,2vw,19px);line-height:1.5;text-shadow:0 2px 16px #000}
.sd-home__badge{border-color:#68e79a;background:linear-gradient(180deg,#238a4a,#176b39);color:#fff;box-shadow:0 7px 20px rgba(24,132,67,.3);backdrop-filter:blur(8px)}
.sd-home__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px}
.sd-home__cart{min-height:52px;padding:0 24px;border-radius:16px;background:linear-gradient(145deg,#ff6736,#e64826);box-shadow:0 12px 28px rgba(230,72,38,.32)}
.sd-home__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border:1px solid rgba(255,255,255,.34);border-radius:16px;background:rgba(16,16,17,.62);color:#fff!important;font-weight:800;text-decoration:none!important;backdrop-filter:blur(8px)}
.sd-home__photo-note{margin-top:14px;color:#c9c4bf;font-size:12px}.sd-home__photo-note a{color:#fff!important;text-decoration:underline;text-underline-offset:3px}.sd-menu-cta{display:flex;justify-content:center;margin:24px 0 36px}.sd-menu-cta a{display:inline-flex;align-items:center;justify-content:center;min-width:250px;min-height:56px;padding:0 28px;border-radius:17px;background:linear-gradient(135deg,#ff673b,#df452b);color:#fff!important;font-size:16px;font-weight:900;text-decoration:none!important;box-shadow:0 14px 30px rgba(223,69,43,.28)}.sd-menu-cta a:hover{background:linear-gradient(135deg,#ff7952,#ed5636);transform:translateY(-2px)}
.sd-home-popular{margin-top:38px}.sd-home-popular .product-item{content-visibility:auto}
.sd-sales-proof{margin-top:46px}.sd-sales-proof__head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px}.sd-sales-proof__head h2{margin:0;font-size:30px}.sd-sales-proof__head p{max-width:520px;margin:0;color:#9e9e99}
.sd-sales-proof__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.sd-sales-proof__card{min-height:170px;padding:20px;border:1px solid #393936;border-radius:22px;background:linear-gradient(145deg,#252523,#191918)}.sd-sales-proof__icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:20px;border-radius:14px;background:#f05a28;color:#fff;font-size:22px}.sd-sales-proof__card strong{display:block;margin-bottom:7px;font-size:18px}.sd-sales-proof__card span{display:block;color:#aaa9a3;font-size:14px;line-height:1.45}.sd-sales-proof__card a{display:inline-flex;margin-top:13px;color:#ff8258!important;font-weight:800;text-decoration:none!important}
.sd-loyalty-promo{display:grid;grid-template-columns:1fr auto;align-items:center;gap:22px;margin-top:14px;padding:24px 26px;border-radius:24px;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#ef512b,#b92f1f);color:#fff;box-shadow:0 18px 42px rgba(193,52,29,.23)}.sd-loyalty-promo h3{margin:0 0 7px;font-size:25px}.sd-loyalty-promo p{margin:0;color:#ffe8df}.sd-loyalty-promo a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:15px;background:#fff;color:#181818!important;font-weight:900;text-decoration:none!important;white-space:nowrap}
.sd-order-steps{margin-top:46px}.sd-order-steps h2{margin:0 0 16px;font-size:30px}.sd-order-steps__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;counter-reset:steps}.sd-order-step{position:relative;padding:21px;border:1px solid #363633;border-radius:20px;background:#1b1b1a;counter-increment:steps}.sd-order-step:before{content:counter(steps);display:grid;place-items:center;width:34px;height:34px;margin-bottom:18px;border-radius:50%;background:#f05a28;color:#fff;font-weight:900}.sd-order-step strong{display:block;margin-bottom:6px}.sd-order-step span{color:#9f9f9a;font-size:14px;line-height:1.45}
.sd-home-geo{margin-top:46px;padding:24px;border:1px solid #373734;border-radius:22px;background:#181817}.sd-home-geo h2{margin:0;font-size:30px}.sd-home-geo>p{max-width:780px;margin:8px 0 22px;color:#aaa9a3;line-height:1.55}.sd-home-geo h3{margin:18px 0 10px;font-size:18px}.sd-home-geo__links{display:flex;flex-wrap:wrap;gap:8px}.sd-home-geo__links a{display:inline-flex;align-items:center;min-height:40px;padding:8px 13px;border:1px solid #414147;border-radius:999px;background:#202022;color:#f7f7f3!important;font-size:14px;font-weight:750;text-decoration:none!important}.sd-home-geo__links a:hover,.sd-home-geo__links a:focus-visible{border-color:#f05a28;background:#292526}
.sd-trust-links{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:34px 0 6px;padding:18px 20px;border:1px solid #373734;border-radius:18px;background:#181817}.sd-trust-links strong{display:block}.sd-trust-links span{color:#999994;font-size:13px}.sd-trust-links nav{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}.sd-trust-links a{color:#ff8258!important;font-weight:800;text-decoration:none!important}
@media(max-width:980px){.sd-sales-proof__grid,.sd-order-steps__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.sd-home__top{display:flex;flex-direction:column;align-items:stretch;min-height:0;padding:0 18px 24px;border-radius:24px}.sd-home__top:before{display:none}.sd-home__hero-photo{position:relative;inset:auto;z-index:0;width:calc(100% + 36px);height:auto;max-width:none;margin:0 -18px 22px;object-fit:contain}.sd-home__hero-content{max-width:none}.sd-home__title{font-size:36px;line-height:1}.sd-home__lead{font-size:16px}.sd-home__actions{display:grid;grid-template-columns:1fr}.sd-home__cart,.sd-home__secondary{width:100%;margin:0}.sd-sales-proof__head{display:block}.sd-sales-proof__head p{margin-top:8px}.sd-loyalty-promo{grid-template-columns:1fr}.sd-loyalty-promo a{width:100%}.sd-trust-links{align-items:flex-start;flex-direction:column}.sd-trust-links nav{justify-content:flex-start}}
@media(max-width:520px){.sd-home__top{padding-top:0}.sd-sales-proof__grid,.sd-order-steps__grid{grid-template-columns:1fr}.sd-sales-proof__card{min-height:0}.sd-home__badges{gap:6px}.sd-home__badge{font-size:12px;padding:7px 9px}}


:root{--sd-bg:#0d0d0f;--sd-panel:#171719;--sd-panel-2:#202024;--sd-text:#f7f7f8;--sd-muted:#b9b9c0;--sd-line:#35353b;--sd-accent:#e64a2e;--sd-accent-2:#ff6b3d}
.sd-phone{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 15px;border:1px solid #34343a;border-radius:14px;color:#fff!important;text-decoration:none!important;font-weight:800;white-space:nowrap;background:#171719}
.sd-phone:hover{border-color:var(--sd-accent);color:#fff!important}
.sd-phone__mobile{display:none;font-size:23px;line-height:1}
.sd-footer-call{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:28px 0 4px;padding:20px 22px;border:1px solid var(--sd-line);border-radius:18px;background:#171719;color:#fff}
.sd-footer-call__title{font-size:18px;font-weight:900}.sd-footer-call__note{margin-top:5px;color:var(--sd-muted)}
.sd-footer-call__phone{font-size:22px;font-weight:900;color:#fff!important;text-decoration:none!important;white-space:nowrap}

/* Catalog cards: readable names and a Yandex-Eats-style add action over the photo. */
.product-item-title{white-space:normal!important;overflow:hidden!important;text-overflow:clip!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.28!important;min-height:2.56em}
.product-item-info-container.product-item-hidden:has(.product-item-button-container){opacity:1!important;visibility:visible!important;transform:none!important}
.sd-card-image-stage{position:relative;display:block;width:100%}
.sd-card-image-stage>.product-item-image-wrapper{display:block;width:100%;margin:0!important}
.product-item .sd-card-add-overlay{position:absolute!important;right:14px!important;bottom:14px!important;z-index:50!important;display:flex!important;width:auto!important;margin:0!important;padding:0!important;opacity:1!important;visibility:visible!important;transform:none!important}
.product-item .sd-card-add-button{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:58px!important;min-width:58px!important;height:58px!important;min-height:58px!important;margin:0!important;padding:0!important;border:2px solid rgba(255,255,255,.9)!important;border-radius:50%!important;background:linear-gradient(145deg,var(--sd-accent-2),var(--sd-accent))!important;color:#fff!important;font-size:0!important;line-height:1!important;box-shadow:0 8px 24px rgba(0,0,0,.42),0 0 0 1px rgba(0,0,0,.12)!important;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease!important}
.product-item .sd-card-add-button:before,.product-item .sd-card-add-button:after{content:'';position:absolute;left:50%;top:50%;width:25px;height:4px;border-radius:99px;background:#fff;transform:translate(-50%,-50%);pointer-events:none}
.product-item .sd-card-add-button:after{transform:translate(-50%,-50%) rotate(90deg)}
.product-item .sd-card-add-button:hover{filter:brightness(1.08);transform:scale(1.05)!important;box-shadow:0 10px 28px rgba(230,74,46,.34),0 0 0 1px rgba(255,255,255,.18)!important}
.product-item .sd-card-add-button:active{transform:scale(.95)!important}
.product-item .sd-card-add-button:focus-visible{outline:3px solid #fff!important;outline-offset:3px!important}
.product-item .sd-card-native-amount,.product-item .sd-card-actions-source{display:none!important}
.sd-action--cart .sd-cart-sum{width:auto!important;min-width:42px!important;padding:0 7px!important;white-space:nowrap!important;font-variant-numeric:tabular-nums;font-size:11px!important;letter-spacing:-.2px}
.sd-empty-cart-toast{
 position:fixed;left:50%;bottom:max(24px,env(safe-area-inset-bottom));z-index:11000;
 display:flex;flex-direction:column;gap:3px;min-width:min(88vw,330px);
 padding:14px 18px;border:1px solid #3b3b40;border-radius:16px;
 background:#19191c;color:#fff;box-shadow:0 14px 42px rgba(0,0,0,.48);
 opacity:0;transform:translate(-50%,16px);transition:.2s ease;pointer-events:none
}
.sd-empty-cart-toast.is-visible{opacity:1;transform:translate(-50%,0)}
.sd-empty-cart-toast strong{font-size:16px}
.sd-empty-cart-toast span{color:#b9b9bf;font-size:13px}

/* Restore the Bootstrap grid that the dark template intentionally flattened. */
@media (min-width:768px){
 .bx-catalog-element>.row:first-of-type{display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;margin-left:-12px!important;margin-right:-12px!important}
 .bx-catalog-element>.row:first-of-type>.col-md{display:block!important;flex:0 0 66.666667%!important;max-width:66.666667%!important;width:66.666667%!important;padding:0 12px!important}
 .bx-catalog-element>.row:first-of-type>.col-md-4{display:block!important;flex:0 0 33.333333%!important;max-width:33.333333%!important;width:33.333333%!important;padding:0 12px!important}
 .bx-catalog-element .product-item-detail-slider-container,.bx-catalog-element .product-item-detail-slider-block,.bx-catalog-element .product-item-detail-slider-images-container,.bx-catalog-element .product-item-detail-slider-image{height:560px!important;max-height:560px!important}
 .bx-catalog-element .product-item-detail-slider-image img{width:100%!important;height:100%!important;max-height:560px!important;object-fit:contain!important}
 .catalog-section .row.product-item-list-col-4{display:flex!important;flex-wrap:wrap!important;margin-left:-10px!important;margin-right:-10px!important}
 .catalog-section .row.product-item-list-col-4>.col-6.col-md-3{display:block!important;flex:0 0 25%!important;max-width:25%!important;width:25%!important;padding:0 10px 20px!important}
 .catalog-section .row.product-item-list-col-4 .product-item{height:100%!important;min-height:0!important}
 .catalog-section .row.product-item-list-col-4 .product-item-image-wrapper{height:auto!important;aspect-ratio:1/1}
}
.bx-catalog-element .product-item-detail-pay-block{background:#171719!important;border:1px solid var(--sd-line)!important;border-radius:18px!important;color:var(--sd-text)!important;box-shadow:none!important}
.bx-catalog-element .product-item-detail-price-current,.bx-catalog-element .product-item-detail-info-container-title,.bx-catalog-element .product-item-detail-amount-field-container,.bx-catalog-element .product-item-detail-amount-field,.bx-catalog-element .product-item-detail-amount-field-description{color:var(--sd-text)!important}
.bx-catalog-element .product-item-detail-amount-field-btn-minus,.bx-catalog-element .product-item-detail-amount-field-btn-plus{background-color:#242428!important;border-color:#3b3b42!important}

/* Basket: every commercial value must remain readable on the dark theme. */
.basket-checkout-container,.basket-items-list,.basket-items-list-wrapper,.basket-items-list-item-container{background:#171719!important;border-color:var(--sd-line)!important;color:var(--sd-text)!important}
.basket-coupon-block-field-description,.basket-checkout-block-total-title,.basket-checkout-block-total-description,.basket-coupon-block-total-price-current,.basket-items-list-header-filter,.basket-items-list-header-filter-clear,.basket-item-info-name-link,.basket-item-info-name-link span,.basket-item-price-current-text,.basket-item-price-title,.basket-item-amount-field-description,.basket-items-list-header-filter-item,.basket-items-list-header-filter-item span{color:var(--sd-text)!important}
html body .basket-checkout-container .basket-checkout-block-total-price .basket-coupon-block-total-price-current,html body .basket-items-list-wrapper .basket-item-price-current .basket-item-price-current-text,html body .basket-items-list-wrapper .basket-item-price-current,html body .basket-items-list-wrapper .basket-item-info-name-link,html body .basket-items-list-wrapper .basket-item-info-name-link span{color:#fff!important;-webkit-text-fill-color:#fff!important}
.basket-checkout-block-total-description,.basket-item-price-title,.basket-item-amount-field-description{color:var(--sd-muted)!important}
.basket-item-amount-filed,.basket-coupon-block-field .form-control,.basket-items-list-header-filter-input{background:#101012!important;border-color:#3b3b42!important;color:#fff!important}
.basket-items-list-header-filter,.basket-items-search-field{display:none!important}
.basket-coupon-section{opacity:.78}.basket-checkout-container .btn-primary{background:var(--sd-accent)!important;border-color:var(--sd-accent)!important}

/* Order page: contrast, compact delivery, no giant white logos. */
.bx-soa,.bx-soa-section,.bx-soa-section-content,.bx-soa-cart-total,.bx-soa-item-table,.bx-soa-pp,.bx-soa-coupon{color:var(--sd-text)!important}
.bx-soa-section{background:#171719!important;border-color:var(--sd-line)!important}
.bx-soa-section-title-container{background:#202024!important;border-color:var(--sd-line)!important}
.bx-soa-section-title,.bx-soa-item-title a,.bx-soa-item-td-text,.bx-soa-cart-total-line span,.bx-soa-cart-total-line-total,.bx-soa-cart-total-line-total span,.bx-soa-pp-company-smalltitle,.bx-soa-pp-company-subTitle,.bx-soa-pp-company-desc,.bx-soa-pp-list-termin,.bx-soa-pp-list-description,.bx-soa-coupon-label,.bx-soa-customer-label,.bx-soa-customer-field label{color:var(--sd-text)!important}
.bx-soa-cart-total-line,.bx-soa-item-tr,.bx-soa-pp-company{border-color:var(--sd-line)!important}
.bx-soa input.form-control,.bx-soa textarea.form-control,.bx-soa select.form-control,.bx-soa input[type=text],.bx-soa input[type=email],.bx-soa input[type=tel],.bx-soa textarea{background:#101012!important;border-color:#3b3b42!important;color:#fff!important}
#bx-soa-delivery .bx-soa-pp-item-container,#bx-soa-delivery .bx-soa-pp-desc-container{flex:0 0 100%!important;max-width:100%!important}
#bx-soa-delivery .bx-soa-pp-company{max-width:100%!important;flex:0 0 100%!important;background:#202024!important;border:1px solid var(--sd-line)!important;border-radius:14px!important;margin-bottom:12px!important}
body #bx-soa-delivery .bx-soa-pp-company-graf-container{height:84px!important;min-height:84px!important;max-height:84px!important;padding:0!important;background:#202024!important;border-radius:12px!important;overflow:hidden!important}
#bx-soa-delivery .bx-soa-pp-company-image{height:64px!important;min-height:64px!important;background-image:none!important;display:flex!important;align-items:center!important;justify-content:center!important}
#bx-soa-delivery .bx-soa-pp-company-image:before{content:'🚚';font-size:38px;line-height:1}
#bx-soa-delivery .bx-soa-pp-company-logo{display:none!important}
#bx-soa-delivery .bx-soa-pp-delivery-cost{color:#fff!important;background:var(--sd-accent)!important;border-radius:999px!important;padding:5px 10px!important;right:10px!important;bottom:10px!important}
.bx-soa .alert-warning{background:#2b2417!important;border-color:#665323!important;color:#ffe5a0!important}

/* Address-first checkout. The actual Bitrix inputs are moved here, not duplicated. */
.sd-address-panel{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;margin:8px 0 18px;padding:18px;border:1px solid var(--sd-line);border-radius:16px;background:#111113}
.sd-address-panel>.bx-soa-customer-field{grid-column:span 3;margin:0!important}.sd-address-panel>.bx-soa-customer-field[data-sd-field="ADDRESS"]{grid-column:span 12}.sd-address-panel>.bx-soa-customer-field[data-sd-field="APARTMENT"]{grid-column:span 3}.sd-address-panel>.bx-soa-customer-field[data-sd-field="ENTRANCE"]{grid-column:span 3}.sd-address-panel>.bx-soa-customer-field[data-sd-field="FLOOR"]{grid-column:span 3}.sd-address-panel>.bx-soa-customer-field[data-sd-field="INTERCOM"]{grid-column:span 3}
.sd-address-panel .form-group{margin-bottom:0!important}.sd-address-panel label{display:block!important;margin-bottom:7px!important;color:#fff!important;font-weight:800!important}.sd-address-panel input,.sd-address-panel textarea{width:100%!important;min-height:48px!important;border-radius:12px!important}
.sd-order-preferences{grid-column:span 12;display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-top:2px}.sd-order-comment-field{padding-top:4px}.sd-order-comment-field label{margin-bottom:8px!important;font-size:16px}.sd-order-comment-field textarea{display:block;min-height:92px!important;resize:vertical;border:1px solid #3d3d43!important;background:#1b1b1e!important;color:#fff!important;padding:13px 14px!important;line-height:1.45}.sd-order-comment-field textarea::placeholder{color:#8d8d95!important}
.sd-preference-switches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sd-address-panel .sd-switch-card{position:relative;display:flex!important;align-items:center;justify-content:space-between;gap:14px;min-height:88px;margin:0!important;padding:14px 15px!important;border:1px solid #3d3d43;border-radius:15px;background:#1b1b1e;color:#fff;cursor:pointer}.sd-switch-card:hover{border-color:#5a5a62}.sd-switch-card__text{display:flex;min-width:0;flex:1;flex-direction:column}.sd-switch-card__text strong{font-size:15px;line-height:1.25}.sd-switch-card__text small{margin-top:4px;color:var(--sd-muted);font-size:12px;line-height:1.3}.sd-switch-card input{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;opacity:0}.sd-switch-toggle{position:relative;display:block;flex:0 0 48px;width:48px;height:28px;border-radius:999px;background:#494950;transition:.2s}.sd-switch-toggle:after{content:'';position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.3);transition:.2s}.sd-switch-card input:checked+.sd-switch-toggle{background:var(--sd-accent)}.sd-switch-card input:checked+.sd-switch-toggle:after{transform:translateX(20px)}.sd-switch-card:has(input:focus-visible){outline:2px solid #fff;outline-offset:2px}.sd-switch-card:has(input:checked){border-color:var(--sd-accent);background:#2a1b18}
.sd-address-actions{grid-column:span 12;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.sd-address-check{min-height:46px;padding:0 18px;border:0;border-radius:12px;background:var(--sd-accent);color:#fff;font-weight:900;cursor:pointer}.sd-address-check[disabled]{opacity:.55;cursor:wait}
.sd-zone-status{grid-column:span 12;padding:14px 16px;border:1px solid #44444b;border-radius:13px;background:#1b1b1e;color:#fff;line-height:1.45}.sd-zone-status strong{display:block;margin-bottom:3px}.sd-zone-status--ok{border-color:#2f7d4e;background:#14251b}.sd-zone-status--warn{border-color:#8a6a20;background:#2a2414}.sd-zone-status--error{border-color:#9a3c3c;background:#2b1717}
.sd-hidden-order-property{display:none!important}.sd-fixed-location{display:none!important}
#bx-soa-delivery .bx-soa-pp-item-container,#bx-soa-delivery .bx-soa-pp-desc-container{display:none!important}.sd-delivery-summary{padding:15px 17px;border:1px solid var(--sd-line);border-radius:14px;background:#111113;color:#fff}.sd-delivery-summary strong{display:block;margin-bottom:4px}.sd-delivery-summary span{color:var(--sd-muted)}
#bx-soa-paysystem .bx-soa-pp-company{background:#202024!important;border:1px solid var(--sd-line)!important;border-radius:14px!important;margin:0 0 10px!important;padding:12px!important}#bx-soa-paysystem .bx-soa-pp-company-smalltitle{font-weight:900!important}
.sd-payment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:4px 0 12px}.sd-payment-choice{display:flex;min-height:68px;flex-direction:column;align-items:flex-start;justify-content:center;padding:12px 14px;border:1px solid #3d3d43;border-radius:14px;background:#1b1b1e;color:#fff;text-align:left;cursor:pointer}.sd-payment-choice strong{font-size:16px}.sd-payment-choice span{margin-top:3px;color:var(--sd-muted);font-size:13px}.sd-payment-choice:hover,.sd-payment-choice.is-selected{border-color:var(--sd-accent);background:#2a1b18;box-shadow:0 0 0 1px var(--sd-accent) inset}.sd-payment-choice.is-selected:after{content:'Выбрано';margin-top:7px;color:#ff9b7f;font-size:12px;font-weight:900}.sd-payment-choice[hidden]{display:none!important}
.sd-payment-note{margin:10px 0 0;padding:12px 14px;border-radius:12px;background:#242017;color:#ffe2a1}.sd-payment-note--normal{background:#161f25;color:#cfe9ff}
#bx-soa-paysystem.sd-payment-force-open{display:block!important}
#bx-soa-paysystem.sd-payment-force-open>.bx-soa-section-title-container{display:block!important}
#bx-soa-paysystem .sd-payment-always-open{display:block!important;margin:0 16px 16px;padding:14px;border:1px solid var(--sd-line);border-radius:16px;background:#151518}
#bx-soa-paysystem .sd-payment-always-open .sd-payment-grid{margin:0 0 12px}
@media(max-width:640px){#bx-soa-paysystem .sd-payment-always-open{margin:0 10px 12px;padding:10px}.sd-payment-grid{grid-template-columns:1fr}}
.sd-order-blocked .btn-order-save,.sd-order-blocked #bx-soa-order-save{opacity:.5!important;pointer-events:none!important}

/* Custom content and search pages. */
.sd-page{max-width:1180px;margin:0 auto;padding:24px 0 56px;color:var(--sd-text)}
.sd-page h1{font-size:clamp(30px,4vw,50px);line-height:1.05;margin:0 0 18px;color:#fff}.sd-page h2{margin:34px 0 14px;color:#fff}
.sd-page__lead{font-size:18px;line-height:1.65;color:var(--sd-muted);max-width:900px}
.sd-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0}
.sd-info-card{padding:20px;border:1px solid var(--sd-line);border-radius:18px;background:#171719}.sd-info-card strong{display:block;margin-bottom:8px;color:#fff;font-size:18px}.sd-info-card p{margin:0;color:var(--sd-muted);line-height:1.55}
.sd-address-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.sd-address-group{padding:22px;border:1px solid var(--sd-line);border-radius:18px;background:#171719}.sd-address-group h2{margin:0 0 12px;font-size:23px}.sd-address-list{list-style:none;padding:0;margin:0}.sd-address-list li{padding:11px 0;border-top:1px solid #2d2d32}.sd-address-list li:first-child{border-top:0}.sd-address-list a{color:#fff!important;text-decoration:none!important}.sd-address-list a:hover{color:var(--sd-accent-2)!important}
.sd-search-form{display:flex;gap:10px;margin:20px 0 28px}.sd-search-form input{flex:1;min-width:0;height:50px;border:1px solid #3b3b42;border-radius:14px;background:#171719;color:#fff;padding:0 16px;font-size:17px}.sd-search-form button{height:50px;padding:0 24px;border:0;border-radius:14px;background:var(--sd-accent);color:#fff;font-weight:900}
.sd-search-count{color:var(--sd-muted);margin-bottom:18px}.sd-search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.sd-search-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--sd-line);border-radius:18px;overflow:hidden;background:#171719}.sd-search-card__image{display:block;aspect-ratio:1/1;background:#0b0b0d}.sd-search-card__image img{width:100%;height:100%;object-fit:cover;display:block}.sd-search-card__body{display:flex;flex:1;flex-direction:column;padding:16px}.sd-search-card__title{color:#fff!important;text-decoration:none!important;font-size:18px;font-weight:900;line-height:1.3}.sd-search-card__price{margin:14px 0 16px;color:#fff;font-size:21px;font-weight:900}.sd-search-card__button{margin-top:auto;display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:12px;background:var(--sd-accent);color:#fff!important;text-decoration:none!important;font-weight:900}

@media (max-width:1100px){.sd-phone__full{display:none}.sd-phone__mobile{display:inline}.sd-phone{width:46px;padding:0}.sd-info-grid{grid-template-columns:1fr 1fr}.sd-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){
 .sd-footer-call{align-items:flex-start;flex-direction:column}.sd-footer-call__phone{font-size:20px}
 .sd-page{padding:20px 0 42px}.sd-page__lead{font-size:16px}.sd-info-grid,.sd-address-groups,.sd-search-grid{grid-template-columns:1fr}
 .sd-search-form{gap:8px}.sd-search-form button{padding:0 16px}
 .bx-catalog-element .product-item-detail-slider-container,.bx-catalog-element .product-item-detail-slider-block,.bx-catalog-element .product-item-detail-slider-images-container,.bx-catalog-element .product-item-detail-slider-image{height:auto!important;max-height:72vh!important;aspect-ratio:1/1}
 .bx-catalog-element .product-item-detail-slider-image img{width:100%!important;height:100%!important;object-fit:contain!important}
 .catalog-section .row.product-item-list-col-4{display:block!important}.catalog-section .row.product-item-list-col-4>.col-6.col-md-3{width:100%!important;max-width:100%!important}
 .product-item .sd-card-add-overlay{right:13px!important;bottom:13px!important}.product-item .sd-card-add-button{width:60px!important;min-width:60px!important;height:60px!important;min-height:60px!important}
 .basket-checkout-container{padding:14px!important}.basket-checkout-section-inner{display:flex!important;flex-wrap:wrap!important;gap:12px!important}.basket-checkout-block-total,.basket-checkout-block-total-price,.basket-checkout-block-btn{flex:1 1 100%!important;max-width:100%!important;text-align:left!important}.basket-btn-checkout{width:100%!important}
 .sd-address-panel{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px}.sd-address-panel>.bx-soa-customer-field,.sd-address-panel>.bx-soa-customer-field[data-sd-field]{grid-column:span 1}.sd-address-panel>.bx-soa-customer-field[data-sd-field="ADDRESS"],.sd-order-preferences,.sd-address-actions,.sd-zone-status{grid-column:span 2}.sd-preference-switches,.sd-payment-grid{grid-template-columns:1fr}.sd-switch-card{min-height:78px}
}

/* Compact editable order items. */
#bx-soa-basket .sd-order-item-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;margin:0 0 12px!important;padding:12px!important;border:1px solid #36363c!important;border-radius:16px!important;background:#151517!important}
#bx-soa-basket .sd-order-item-row:last-child{margin-bottom:0!important}
#bx-soa-basket .sd-order-item-main{grid-column:1/-1!important;min-width:0!important;width:auto!important;padding:0!important;text-align:left!important}
#bx-soa-basket .sd-order-item-main .bx-soa-item-block,#bx-soa-basket .sd-order-item-main .bx-soa-item-content,#bx-soa-basket .sd-order-item-main .bx-soa-item-title{opacity:1!important}
#bx-soa-basket .sd-order-item-main .bx-soa-item-title,#bx-soa-basket .sd-order-item-main .bx-soa-item-title a{color:#fff!important;opacity:1!important;font-weight:850!important;line-height:1.3!important;text-shadow:none!important}
#bx-soa-basket .sd-order-item-qty,#bx-soa-basket .sd-order-item-sum{width:auto!important;max-width:none!important;padding:0!important;border:0!important}
#bx-soa-basket .sd-order-item-qty{text-align:left!important}
#bx-soa-basket .sd-order-item-sum{text-align:right!important;white-space:nowrap!important}
#bx-soa-basket .sd-order-item-sum .bx-soa-item-td-title{display:none!important}
#bx-soa-basket .sd-order-item-sum .bx-soa-item-td-text,#bx-soa-basket .sd-order-item-sum strong{color:#fff!important;opacity:1!important;font-size:18px!important;font-weight:900!important}
.sd-order-qty-control{display:inline-grid;grid-template-columns:42px minmax(44px,auto) 42px;align-items:center;min-height:42px;overflow:hidden;border:1px solid #414148;border-radius:14px;background:#0d0d0f;box-shadow:0 6px 18px rgba(0,0,0,.18)}
.sd-order-qty-button{display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;font-family:Arial,sans-serif;font-size:27px;font-weight:900;line-height:1;cursor:pointer;transition:transform .12s ease,filter .12s ease,opacity .12s ease}
.sd-order-qty-button:active{transform:scale(.94)}
.sd-order-qty-button--minus{background:#29292e;color:#fff}
.sd-order-qty-button--plus{background:var(--sd-accent);color:#fff}
.sd-order-qty-button:disabled{cursor:default;opacity:.38;transform:none}
.sd-order-qty-value{display:flex;align-items:center;justify-content:center;min-width:44px;padding:0 8px;color:#fff;font-size:17px;font-weight:900}
.sd-order-qty-control[data-busy="1"]{opacity:.65;pointer-events:none}
.sd-order-qty-error{grid-column:1/-1;margin-top:4px;color:#ff9b87;font-size:12px}
@media(min-width:769px){
 #bx-soa-basket .sd-order-item-row{grid-template-columns:minmax(0,1fr) auto auto!important}
 #bx-soa-basket .sd-order-item-main{grid-column:auto!important}
}
.sd-footer-legal{display:flex;flex-wrap:wrap;gap:10px 18px;margin:18px 0 6px;padding:16px 0 0;border-top:1px solid var(--sd-line)}
.sd-footer-legal a{color:#c9c9cc!important;text-decoration:none!important;font-size:14px;font-weight:700}
.sd-footer-legal a:hover,.sd-footer-legal a:focus-visible{color:#fff!important}
.sd-search button,.sd-search [type="submit"]{min-width:44px!important;min-height:44px!important}
.product-item-image-wrapper[role="img"]{outline:0}
@media(max-width:640px){.sd-footer-legal{display:grid;grid-template-columns:1fr;gap:12px}.sd-footer-legal a{min-height:44px;display:flex;align-items:center}}


/* HAMOVE scoped storefront adaptations. */
.hm-site{margin:0;background:#0d0d0e;color:#f7f7f3;font-family:Arial,sans-serif}.hm-site *{box-sizing:border-box}.hm-site button,.hm-site input{font:inherit}.hm-site button{cursor:pointer}.hm-site a{color:inherit}.hm-site [hidden]{display:none!important}.hm-site .sd-header{position:sticky;top:0;z-index:80}.hm-preview{display:flex;gap:16px;align-items:center;padding:11px 24px;background:#243428;color:#daf1d9;font-size:12px;line-height:1.45}.hm-preview strong{white-space:nowrap}.hm-langs{display:flex;gap:4px}.hm-langs a{padding:9px 10px;border-radius:9px;text-decoration:none;border:1px solid #3a3a3e}.hm-langs a[aria-current]{background:#f05a28;border-color:#f05a28;color:#fff}.hm-site .sd-brand{white-space:nowrap}.hm-site .sd-brand__mark{flex-shrink:0}.hm-site .sd-header__inner{gap:18px}.hm-site .sd-search{flex:1;min-width:100px;max-width:430px}.hm-site .sd-search button{font-size:27px}.hm-site .sd-sidebar{align-self:start}.hm-site .sd-nav a:after{content:'›';float:right}.hm-site .sd-layout{align-items:start}.hm-mobile-cats{display:none}.hm-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:38px 0}.hm-info-grid article,.hm-info,.hm-cart-summary,.hm-empty{padding:26px;border:1px solid #373737;border-radius:22px;background:#191919}.hm-info-grid h2{margin-top:0}.hm-info-grid p,.hm-info p{color:#bbb;line-height:1.7}.hm-info-grid a{color:#ff8258!important}.hm-info h1,.hm-menu-head h1{font-size:clamp(30px,4vw,48px);margin:10px 0 18px}.hm-info h2{margin-top:32px}.hm-info .hm-info-lead{font-size:20px;color:#eee}.hm-info{max-width:900px}.hm-status{color:#dca18c!important}.hm-status.is-open{color:#7ce798!important}.hm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:0;border-radius:14px;background:linear-gradient(135deg,#ff673b,#df452b);color:#fff!important;text-decoration:none;font-weight:800}.hm-btn:disabled{opacity:.55;cursor:default}.hm-menu-head p{color:#aaa}.hm-menu-section{margin:32px 0 50px}.hm-menu-section>h2{font-size:29px}.hm-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hm-site .hm-product{min-width:0;padding:0 0 19px!important;overflow:hidden;border:1px solid #343436!important;border-radius:22px!important;background:#1c1c1e!important;box-shadow:none!important}.hm-product-image{position:relative;aspect-ratio:1}.hm-detail-button{display:block;width:100%;height:100%;padding:0;border:0;background:none;overflow:hidden}.hm-detail-button img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.hm-detail-button:hover img{transform:scale(1.035)}.hm-plus{position:absolute;bottom:14px;right:14px;width:54px;height:54px;border:2px solid #fff;border-radius:50%;background:linear-gradient(145deg,#ff6b3d,#e64a2e);color:#fff;font-size:32px!important;line-height:1;box-shadow:0 6px 20px #0006}.hm-product h3{margin:16px 18px 5px!important;font-size:18px!important;line-height:1.3;min-height:2.6em}.hm-product h3 button{padding:0;border:0;background:none;text-align:left;color:#fff;font-weight:700}.hm-portion{margin:6px 18px;color:#b5b2ad;font-size:13px;min-height:18px}.hm-price{display:block;margin:10px 18px 0;font-size:23px;color:#fff}.hm-cart-float{position:fixed;bottom:24px;right:28px;z-index:90;display:flex;align-items:center;gap:14px;min-height:62px;padding:15px 22px;border-radius:20px;background:linear-gradient(135deg,#ff673b,#df452b);box-shadow:0 8px 35px #0008;color:white!important;text-decoration:none;font-weight:800}.hm-cart-float #hm-cart-count{background:#fff;color:#cb4324;border-radius:50%;display:grid;place-items:center;min-width:27px;height:27px}.hm-site .sd-footer{padding-bottom:110px}.hm-site .sd-footer__inner{grid-template-columns:repeat(4,minmax(0,1fr))}.hm-cart-row{display:grid;grid-template-columns:90px minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:20px 0;border-bottom:1px solid #373737}.hm-cart-row>img{width:90px;height:90px;border-radius:15px;object-fit:cover}.hm-cart-row h2{font-size:17px;margin:0 0 6px}.hm-cart-item-info p,.hm-cart-item-info span{font-size:13px;color:#b9b6b0}.hm-qty{display:flex;align-items:center;gap:13px}.hm-qty button{width:38px;height:38px;border:1px solid #555;background:#222;color:#fff;border-radius:10px;font-size:22px}.hm-remove{grid-column:2;justify-self:start;background:none;border:0;color:#ff9878;padding:0}.hm-cart-summary{margin-top:28px;max-width:620px}.hm-cart-summary h2{font-size:18px;margin-top:0}.hm-total{font-size:34px}.hm-preview-note{color:#b9b6b0;line-height:1.6}.hm-cart-summary .hm-btn{margin-top:12px}.hm-row-total{white-space:nowrap}.hm-empty p{color:#aaa}.hm-empty .hm-btn{margin-top:16px}#hm-product-dialog{width:min(890px,calc(100% - 24px));max-height:90dvh;padding:0;border:1px solid #555;border-radius:25px;background:#181819;color:#fff;overflow:auto;box-shadow:0 25px 100px #0009}#hm-product-dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}#hm-product-content{display:grid;grid-template-columns:1fr 1fr}.hm-dialog-image{width:100%;max-height:560px;object-fit:cover;align-self:start}.hm-dialog-info{padding:30px}.hm-dialog-info h2{font-size:24px;line-height:1.25;margin:0 0 15px}.hm-dialog-info .hm-portion{margin:0 0 20px}.hm-dialog-info h3{font-size:16px}.hm-description{white-space:pre-line;color:#bcb9b3;line-height:1.6;font-size:14px}.hm-dialog-close{position:absolute;right:12px;top:12px;z-index:2;width:38px;height:38px;border:1px solid #777;border-radius:50%;background:#161616df;color:#fff;font-size:27px}.hm-dialog-info fieldset{margin:22px 0;padding:0;border:0}.hm-dialog-info legend{margin-bottom:12px;font-weight:800}.hm-option{display:flex;align-items:center;gap:9px;padding:12px 0;border-bottom:1px solid #333;font-size:13px}.hm-option span{flex:1}.hm-option input{accent-color:#f05a28}.hm-option strong{white-space:nowrap}.hm-dialog-buy{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:25px}.hm-dialog-price{font-size:24px;white-space:nowrap}#hm-toast{position:fixed;left:50%;bottom:105px;transform:translate(-50%,20px);z-index:200;background:#e8f6e7;color:#133817;border-radius:14px;padding:15px 22px;box-shadow:0 5px 25px #0006;opacity:0;pointer-events:none;transition:.2s;max-width:90vw;text-align:center}#hm-toast.shown{opacity:1;transform:translate(-50%,0)}.hm-site :focus-visible{outline:3px solid #ff956e;outline-offset:3px}
@media(max-width:1100px){.hm-site .sd-header__inner{gap:10px}.hm-site .sd-phone{font-size:13px;padding:0 10px}.hm-products{gap:14px}.hm-product h3{font-size:16px!important}.hm-langs a{padding:8px}.hm-site .sd-sidebar{width:200px}.hm-site .sd-layout{grid-template-columns:200px minmax(0,1fr)}}
@media(max-width:900px){.hm-site .sd-sidebar{display:none}.hm-site .sd-layout{display:block}.hm-mobile-cats{position:sticky;top:76px;z-index:70;display:flex;overflow:auto;gap:8px;padding:10px 15px;background:#141414;border-bottom:1px solid #353535;scrollbar-width:none}.hm-mobile-cats a{flex-shrink:0;padding:8px 13px;border:1px solid #393939;border-radius:20px;text-decoration:none;font-size:13px}.hm-mobile-cats a[aria-current]{border-color:#f05a28;color:#ff8b60}.hm-site .sd-search{max-width:none}.hm-site .sd-phone{display:none}.hm-site .sd-header__inner{min-height:76px}.hm-site .sd-footer__inner{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hm-preview{display:block;padding:10px 15px}.hm-preview strong{display:block;margin-bottom:4px}.hm-site .sd-header__inner{display:flex;flex-wrap:wrap;padding:12px 15px;gap:12px;min-height:116px}.hm-site .sd-brand{font-size:20px}.hm-langs{margin-left:auto}.hm-site .sd-search{order:3;flex-basis:100%;max-width:none;height:38px!important}.hm-site .sd-search input{height:38px!important}.hm-site .sd-search button{height:38px!important;min-height:38px!important}.hm-mobile-cats{top:116px}.hm-site .sd-layout{padding:18px 15px}.hm-site .sd-main,.hm-site .sd-workarea{padding:0;min-width:0}.hm-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hm-site .hm-product{border-radius:16px!important;padding-bottom:14px!important}.hm-product h3{margin:12px 11px 5px!important;font-size:14px!important}.hm-portion{margin:5px 11px;font-size:12px}.hm-price{margin:8px 11px 0;font-size:19px}.hm-plus{width:44px;height:44px;bottom:9px;right:9px;font-size:28px!important}.hm-info-grid{grid-template-columns:1fr}.hm-site .sd-home__title{font-size:34px}.hm-site .sd-home__lead{font-size:15px}.hm-site .sd-home__hero-content{max-width:none}.hm-site .sd-footer__inner{grid-template-columns:1fr;gap:24px}.hm-cart-float{bottom:14px;left:15px;right:15px;justify-content:space-between;min-height:58px;padding:12px 18px}.hm-cart-row{grid-template-columns:70px minmax(0,1fr);gap:12px}.hm-cart-row>img{width:70px;height:70px}.hm-qty{grid-column:2}.hm-row-total{grid-column:2}.hm-cart-row h2{font-size:15px}.hm-info,.hm-empty,.hm-cart-summary{padding:21px}#hm-product-content{grid-template-columns:1fr}.hm-dialog-image{max-height:320px}.hm-dialog-info{padding:22px}.hm-dialog-info h2{font-size:22px}.hm-dialog-buy{position:sticky;bottom:0;background:#181819;padding:15px 0}.hm-dialog-price{font-size:22px}}
@media(prefers-reduced-motion:reduce){.hm-site *{scroll-behavior:auto!important;transition:none!important}}

/* Explicit layout overrides over the inherited Moscow catalogue rules. */
.hm-site .sd-header__inner{display:flex!important;grid-template-columns:none!important;min-height:76px!important;padding:12px 28px!important;gap:18px!important}.hm-site .sd-brand{width:240px!important;flex:0 0 240px}.hm-site .sd-phone{width:auto!important;min-width:0!important;flex:0 0 auto!important;position:static!important;margin:0!important}.hm-site .sd-layout{display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;gap:28px!important;padding:28px!important}.hm-site .sd-sidebar{display:block!important;width:auto!important;position:sticky!important;top:96px!important;max-height:calc(100vh - 110px);overflow:auto}.hm-site .sd-main{width:auto!important;min-width:0!important;margin:0!important;padding:0!important}.hm-site .sd-workarea{padding:0!important}.hm-site .hm-products .hm-product{width:auto!important;max-width:none!important}.hm-site .hm-products .hm-product:before,.hm-site .hm-products .hm-product:after{display:none!important}
@media(max-width:1100px){.hm-site .sd-brand{width:180px!important;flex-basis:180px}.hm-site .sd-header__inner{gap:12px!important}.hm-site .sd-layout{grid-template-columns:200px minmax(0,1fr)!important;gap:20px!important;padding:20px!important}}
@media(max-width:900px){.hm-site .sd-layout{display:block!important}.hm-site .sd-sidebar{display:none!important}.hm-site .sd-phone{display:none!important}.hm-site .sd-brand{width:auto!important;flex-basis:auto}.hm-site .sd-header__inner{height:auto!important}.hm-site .hm-mobile-cats{display:flex!important}}
@media(max-width:600px){.hm-site .sd-header__inner{padding:12px 15px!important;gap:12px!important;min-height:116px!important}.hm-site .sd-brand{flex:0 0 auto!important}.hm-site .sd-layout{padding:18px 15px!important}.hm-site .sd-search{flex:1 0 100%!important;max-width:none!important}.hm-site .hm-langs{margin-left:auto}.hm-site .sd-main{padding:0!important}}

/* HAMOVE checkout preview */
.hm-checkout{margin-top:24px;padding:24px;background:#171719;border:1px solid #333;border-radius:20px}.hm-checkout-form{display:grid;gap:16px;max-width:720px}.hm-checkout-field{display:grid;gap:8px;font-weight:600}.hm-checkout-field input,.hm-checkout-field textarea,.hm-checkout-field select{width:100%;box-sizing:border-box;font:inherit;line-height:1.5;color:#f6f6f6;background:#242426;border:1px solid #555;border-radius:10px;padding:12px}.hm-checkout-field textarea{min-height:90px;resize:vertical}.hm-checkout-field :focus-visible{outline:2px solid #ff642a;outline-offset:2px}.hm-checkout-extra{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hm-field-hint,.hm-checkout-rule{font-size:14px;line-height:1.6;color:#c4c4c4;margin:0}.hm-checkout-result:not(:empty){background:#242426;padding:18px;border-radius:12px}.hm-error{color:#ffaf87}.hm-payment{font-weight:700}.hm-checkout button:disabled{opacity:.55;cursor:not-allowed}.hm-checkout-result p{line-height:1.6}@media(max-width:480px){.hm-checkout{padding:16px}.hm-checkout-extra{grid-template-columns:1fr 1fr}}

/* HAMOVE mobile touch targets and map links */
.hm-map-links{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.hm-map-links a{max-width:100%;box-sizing:border-box}
@media(max-width:760px){.hm-site .sd-search input,.hm-site .sd-search button{height:44px;min-height:44px}.hm-site .sd-search button{min-width:44px}.hm-mobile-cats a{min-height:44px;display:inline-flex;align-items:center;box-sizing:border-box}.hm-qty button{width:44px;height:44px;min-width:44px}.hm-remove{min-height:44px;padding:8px}.hm-product h3 button{min-height:44px}.hm-info-grid a{display:inline-flex;align-items:center;min-height:44px}.hm-checkout-field input,.hm-checkout-field select,.hm-checkout-field textarea{font-size:16px}.hm-checkout-field{min-width:0}}

@media(max-width:760px){.hm-site .sd-search input[type=search]{height:44px!important;min-height:44px!important;font-size:16px}.hm-info a[href^='tel:']{display:inline-flex;align-items:center;min-height:44px}}

@media(max-width:760px){.hm-site .sd-search button{height:44px!important;min-height:44px!important;min-width:44px!important}}
