.mobile-filter-button,.filter-drawer-head,.cart-drawer{display:none}
.drawer-backdrop{position:fixed;z-index:1090;display:block;inset:0;background:#182b2d73;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;backdrop-filter:blur(2px)}
.drawer-backdrop.is-open{opacity:1;visibility:visible}
.site-menu-drawer{position:fixed;z-index:1100;display:block;top:0;bottom:0;left:0;width:min(390px,90vw);background:#fff;overflow-y:auto;transform:translateX(-105%);transition:transform .28s ease;box-shadow:0 0 35px #0002}
.site-menu-drawer.is-open{transform:translateX(0)}
.site-menu-drawer .drawer-head{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:0 28px;background:#fff;border-bottom:1px solid var(--line)}
.site-menu-drawer .drawer-head h2{margin:0;font-size:24px}
.site-menu-drawer .drawer-head button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#edf7f8;color:var(--green-dark);cursor:pointer}
.site-menu-drawer .drawer-head button svg{width:20px;height:20px}
.site-menu-links{display:grid;gap:8px;padding:24px 18px}
.site-menu-links a{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:13px;min-height:58px;padding:8px 14px;border:1px solid transparent;border-radius:8px;color:#3f4945;font-size:15px;font-weight:700;transition:.2s}
.site-menu-links a:hover{border-color:#c8e2e5;background:#edf7f8;color:var(--green-dark);transform:translateX(3px)}
.site-menu-links svg{width:25px;height:25px;color:var(--green-dark)}
body.drawer-open{overflow:hidden}
.price-slider{position:relative;height:30px;margin:16px 1px 25px}
.price-slider-track{position:absolute;top:13px;left:0;right:0;height:5px;border-radius:5px;background:#e4e9e6}
.price-slider-track span{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:5px;background:linear-gradient(90deg,#237f8a,#2a8f9b)}
.price-slider input[type=range]{position:absolute;top:4px;left:0;width:100%;height:22px;margin:0;background:transparent;pointer-events:none;appearance:none;-webkit-appearance:none}
.price-slider input[type=range]::-webkit-slider-runnable-track{height:5px;background:transparent}
.price-slider input[type=range]::-webkit-slider-thumb{width:19px;height:19px;margin-top:-7px;border:3px solid #fff;border-radius:50%;background:var(--green);box-shadow:0 1px 7px #2e8e5644;pointer-events:auto;cursor:grab;appearance:none;-webkit-appearance:none}
.price-slider input[type=range]::-moz-range-track{height:5px;background:transparent}
.price-slider input[type=range]::-moz-range-thumb{width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:var(--green);box-shadow:0 1px 7px #2e8e5644;pointer-events:auto;cursor:grab}
.wide-button,.primary,.product-card button,.buy-row button,.contact-chip,.pagination b,.searchbar button{color:#ffffff}
.product-page .buy-row{display:grid;grid-template-columns:70px minmax(150px,1fr) minmax(180px,1fr);gap:9px;max-width:560px}
.product-page .buy-row input{width:100%;border:1px solid #dfe5e1;border-radius:3px;outline:0}
.product-page .buy-row input:focus{border-color:var(--green);box-shadow:0 0 0 3px #2a8f9b1c}
.product-page .buy-row button{width:auto;border-radius:3px}
.product-page .buy-row .quick-buy{border:1px solid var(--green-dark);background:#fff;color:var(--green-dark)}
.product-page .buy-row .quick-buy:hover{background:var(--green-dark);color:#fff}
.site-footer{position:relative;margin-top:70px;padding:0;background:#f7fbfb;border-top:1px solid #dcebed}
.site-footer::before{content:"";position:absolute;top:-1px;left:50%;width:min(1180px,calc(100% - 44px));height:2px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,var(--green),transparent);opacity:.8}
.footer-main{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:34px;min-height:106px;padding-top:22px;padding-bottom:22px}
.footer-logo{display:grid;width:44px;height:44px;color:var(--green-dark)}
.footer-logo img{display:block;width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 3px 6px #1d68711f)}
.footer-nav{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.footer-nav a{position:relative;color:#53605a;font-size:13px;font-weight:700;transition:.2s}
.footer-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:2px;background:var(--green);transition:.2s}
.footer-nav a:hover{color:var(--green-dark)}
.footer-nav a:hover::after{right:0}
.footer-help{display:flex;align-items:center;gap:14px;padding-left:25px;border-left:1px solid #dce7e2}
.footer-help span{color:#7a8580;font-size:11px}
.site-footer .footer-main .footer-help a{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:10px 15px;border-radius:5px;background:var(--green);color:#fff;font-size:11px;font-weight:800;letter-spacing:.2px;transition:.2s}
.footer-help a:hover{background:var(--green-dark);transform:translateY(-1px)}
.footer-bottom{display:flex;align-items:center;justify-content:center;min-height:43px;padding-top:10px;padding-bottom:10px;border-top:1px solid #e2ece8;color:#8b9490;font-size:10px}
.footer-bottom a{color:#75817b}
.footer-bottom a:hover{color:var(--green-dark)}
.catalog-toolbar{gap:22px;min-height:72px;margin-bottom:10px;padding:12px 16px;border:1px solid #e3ece8;border-radius:8px;background:#f8fbfa;color:#6f7974}
.catalog-path{flex:1;font-size:12px;white-space:nowrap}
.catalog-path b{color:#33413b}
.catalog-toolbar .catalog-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.toolbar-field{display:flex;align-items:center;gap:8px;color:#737d78;font-size:11px;white-space:nowrap}
.toolbar-field select{height:38px;padding:0 34px 0 12px;border:1px solid #dce6e1;border-radius:5px;background:#fff;color:#34413b;font-weight:700;outline:0;cursor:pointer}
.toolbar-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px #2a8f9b1c}
.page-size-field select{min-width:67px}
.sort-field select{min-width:185px}
.view-switch{display:flex;gap:5px;padding:4px;border:1px solid #dce6e1;border-radius:6px;background:#fff}
.view-switch button{display:grid;place-items:center;width:31px;height:28px;padding:0;border:0;border-radius:4px;background:transparent;color:#84908a;cursor:pointer}
.view-switch button:hover,.view-switch button.active{background:var(--green);color:#fff}
.grid-symbol{display:grid;grid-template-columns:repeat(2,5px);gap:2px}
.grid-symbol i{width:5px;height:5px;border-radius:1px;background:currentColor}
.list-symbol{display:grid;gap:2px}
.list-symbol i{width:14px;height:3px;border-radius:1px;background:currentColor}
.catalog-result-line{display:flex;justify-content:flex-end;min-height:24px;margin-bottom:10px;color:#929a96;font-size:10px}
.catalog-list-search{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr) 32px;align-items:center;width:100%;height:48px;margin:12px 0 8px;padding:0 8px 0 15px;border:1px solid #dce8e5;border-radius:10px;background:#fff;color:#71827b;box-shadow:0 7px 22px #173f4608;transition:border-color .2s,box-shadow .2s}.catalog-list-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #2a8f9b10,0 9px 24px #173f460d}.catalog-list-search>svg{width:18px;height:18px;color:var(--green-dark)}.catalog-list-search input{width:100%;height:100%;padding:0 11px;border:0;outline:0;background:transparent;color:#2d3934;font-size:12px}.catalog-list-search input::placeholder{color:#98a39e}.catalog-list-search button{display:none;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:#edf4f2;color:#71817a;cursor:pointer}.catalog-list-search button.is-visible{display:grid;place-items:center}.catalog-list-search button:hover{background:#dfecea;color:var(--green-dark)}.catalog-list-search button svg{width:14px;height:14px}
.product-card[hidden]{display:none!important}
.products.list-view{grid-template-columns:1fr;gap:12px}
.products.list-view .product-card{display:grid;grid-template-columns:180px minmax(0,1fr) 165px;grid-template-rows:auto auto auto 1fr;column-gap:22px;min-height:190px;padding:15px;border:1px solid #e7ece9;border-radius:7px;background:#fff}
.products.list-view .product-card>a{display:contents}
.products.list-view .product-picture{grid-column:1;grid-row:1/5;width:180px;height:160px}
.products.list-view h3{grid-column:2;grid-row:1;min-height:0;margin:4px 0 0;font-size:18px}
.products.list-view .rating{grid-column:2;grid-row:2;margin-top:8px}
.products.list-view .price{grid-column:3;grid-row:1;margin:2px 0 0;text-align:right}
.products.list-view .stock{grid-column:3;grid-row:2;text-align:right}
.products.list-view>article>button{grid-column:3;grid-row:3;align-self:start;border-radius:4px}
.pagination{align-items:center;gap:7px}
.pagination button{display:grid;place-items:center;min-width:34px;height:34px;padding:0 10px;border:1px solid #dce5e1;border-radius:5px;background:#fff;color:#56615c;cursor:pointer}
.pagination button:hover,.pagination button.active{border-color:var(--green);background:var(--green);color:#fff}
.floating-actions{position:fixed;z-index:900;right:22px;bottom:26px;display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.floating-action{position:relative;display:grid;place-items:center;width:54px;height:54px;padding:0;border:1px solid #d7e5e1;border-radius:50%;background:#fff;color:var(--green-dark);box-shadow:0 8px 24px #173b3924;cursor:pointer;transition:opacity .25s,transform .25s,background .2s,color .2s}
.floating-action svg{width:23px;height:23px}
.floating-action::after{content:attr(data-label);position:absolute;right:calc(100% + 11px);top:50%;padding:7px 10px;border-radius:4px;background:#263632;color:#fff;font-size:10px;font-weight:700;white-space:nowrap;opacity:0;visibility:hidden;transform:translate(6px,-50%);transition:.2s}
.floating-action:hover::after{opacity:1;visibility:visible;transform:translate(0,-50%)}
.scroll-top-action{opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none}
.scroll-top-action.is-visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.scroll-top-action:hover{border-color:var(--green);background:#edf7f8}
.callback-action{border-color:var(--green);background:var(--green);color:#fff}
.callback-action:hover{background:var(--green-dark);transform:translateY(-2px)}
.callback-pulse{position:absolute;inset:-1px;border:1px solid var(--green);border-radius:50%;animation:callback-pulse 2.2s infinite;pointer-events:none}
@keyframes callback-pulse{0%{opacity:.6;transform:scale(1)}70%,100%{opacity:0;transform:scale(1.32)}}
body.callback-open{overflow:hidden}
.callback-modal{position:fixed;z-index:1300;inset:0;display:grid;place-items:center;padding:20px;background:#132a2b99;opacity:0;visibility:hidden;backdrop-filter:blur(3px);transition:opacity .25s,visibility .25s}
.callback-modal.is-open{opacity:1;visibility:visible}
.callback-dialog{position:relative;width:min(460px,100%);max-height:calc(100vh - 40px);padding:34px 36px 30px;border-radius:12px;background:#fff;box-shadow:0 25px 70px #0d252852;overflow-y:auto;transform:translateY(18px) scale(.98);transition:transform .25s}
.callback-modal.is-open .callback-dialog{transform:none}
.callback-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#f1f6f4;color:#5f6b66;cursor:pointer}
.callback-close:hover{background:#e5f1f1;color:var(--green-dark)}
.callback-close svg{width:17px;height:17px}
.callback-icon{display:grid;place-items:center;width:50px;height:50px;margin-bottom:17px;border-radius:50%;background:#e8f5f5;color:var(--green-dark)}
.callback-icon svg{width:25px;height:25px}
.callback-eyebrow{color:var(--green-dark);font-size:10px;font-weight:800;letter-spacing:1.2px}
.callback-dialog h2{margin:7px 40px 7px 0;font-size:25px;line-height:1.2}
.callback-dialog>p{margin:0 0 22px;color:#73807a;font-size:13px}
.callback-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.callback-form label{display:grid;gap:6px;color:#4e5b55;font-size:11px;font-weight:700}
.callback-form label{grid-column:1/-1}
.callback-form label b{color:#e65555}
.callback-form input,.callback-form select,.callback-form textarea{width:100%;padding:11px 12px;border:1px solid #dbe4e0;border-radius:5px;background:#fff;color:#28332e;outline:0;font:inherit;font-weight:400}
.callback-form input:focus,.callback-form select:focus,.callback-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #2a8f9b1c}
.callback-form textarea{resize:vertical}
.callback-submit{grid-column:1/-1;width:100%;border-radius:5px}
.callback-form>small{grid-column:1/-1;color:#929b96;font-size:9px;line-height:1.45;text-align:center}
.callback-form[hidden],.callback-success[hidden]{display:none!important}
.callback-success{text-align:center;padding:22px 4px 5px}
.callback-success>div{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 15px;border-radius:50%;background:#e8f5f5;color:var(--green-dark);font-size:28px;font-weight:700}
.callback-success h3{margin:0 0 7px;font-size:24px}
.callback-success p{margin:0 0 22px;color:#73807a}
.callback-success .primary{width:100%;border-radius:5px}
.nova-poshta-header-logo{display:block;width:64px;height:25px;object-fit:contain}
.benefit-icon .nova-poshta-card-logo{display:block;width:112px;height:auto;margin:0 auto}
.breadcrumbs{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.breadcrumbs a,.catalog-path a{color:#66736d;transition:.2s}
.breadcrumbs a:hover,.catalog-path a:hover{color:var(--green-dark);text-decoration:underline}
.breadcrumbs b{color:#353f3a;font-weight:600}
.product-tabs{gap:0;padding-bottom:0}
.product-tabs button{position:relative;padding:13px 22px 15px;border:0;background:transparent;color:#626d67;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}
.product-tabs button::after{content:"";position:absolute;right:50%;bottom:-1px;left:50%;height:3px;background:var(--green);transition:.2s}
.product-tabs button:hover,.product-tabs button.active{color:var(--green-dark)}
.product-tabs button.active::after{right:18px;left:18px}
.product-tab-panel{padding:24px 0 5px;animation:tab-panel-in .22s ease}
.product-tab-panel[hidden]{display:none!important}
@keyframes tab-panel-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.product-rich-description{max-width:860px;color:#56625c;font-size:14px;line-height:1.75}.product-rich-description p,.product-rich-description div{margin:0 0 14px}.product-rich-description h2{margin:22px 0 10px;color:#25312c;font-size:24px;line-height:1.25}.product-rich-description h3{margin:18px 0 8px;color:#2c3a34;font-size:19px}.product-rich-description ul,.product-rich-description ol{margin:12px 0;padding-left:24px}.product-rich-description li{margin:5px 0}.product-rich-description mark{padding:2px 4px;border-radius:3px;background:#fff0a8}.product-rich-description font[size="2"]{font-size:12px}.product-rich-description font[size="3"]{font-size:14px}.product-rich-description font[size="4"]{font-size:18px}.product-rich-description font[size="5"]{font-size:23px}
.specifications-list{margin:0;border-top:1px solid #e7ece9}
.specifications-list>div{display:grid;grid-template-columns:minmax(180px,35%) 1fr;gap:25px;padding:13px 15px;border-bottom:1px solid #e7ece9}
.specifications-list>div:nth-child(odd){background:#f8faf9}
.specifications-list dt{color:#77817c}
.specifications-list dd{margin:0;color:#313c37;font-weight:700}
.nova-delivery-card{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:24px;padding:24px;border:1px solid #f2d9da;border-radius:8px;background:#fffafa}
.nova-delivery-icon{display:grid;place-items:center;min-height:76px;border-right:1px solid #f0d5d7}
.nova-poshta-card-logo{display:block;width:108px;height:auto;object-fit:contain}
.nova-delivery-card span{color:#ef1b2d;font-size:10px;font-weight:800;letter-spacing:1px}
.nova-delivery-card h2{margin:4px 0 5px;font-size:23px}
.nova-delivery-card p{margin:0;color:#68736e}
.delivery-details{display:grid;gap:10px;margin:20px 0 0;padding:0;list-style:none}
.delivery-details li{padding-left:18px;position:relative;color:#68736e}
.delivery-details li::before{content:"";position:absolute;top:8px;left:0;width:7px;height:7px;border-radius:50%;background:#ef1b2d}
.nova-delivery-page{margin-bottom:28px}
.popular-products{padding-bottom:48px}
.viewed-products{padding-top:0}
.viewed-products .section-head{padding-top:34px;border-top:1px solid #e7eeeb}
.callback-banner{position:relative;display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:20px;margin-top:8px;padding:22px 26px;overflow:hidden;border-radius:10px;background:linear-gradient(120deg,#1d6871,#2a8f9b);color:#fff;box-shadow:0 14px 32px #1d687124}
.callback-banner::after{content:"";position:absolute;right:180px;width:180px;height:180px;border:28px solid #ffffff0b;border-radius:50%;pointer-events:none}
.callback-banner-icon{position:relative;z-index:1;display:grid;place-items:center;width:60px;height:60px;border:1px solid #ffffff66;border-radius:50%;background:#ffffff18;box-shadow:0 0 18px #bffbff2b}
.callback-banner-icon::before,.callback-banner-icon::after{content:"";position:absolute;inset:-1px;border:1px solid #d7feff7a;border-radius:50%;pointer-events:none;animation:callback-phone-glow 2.4s ease-out infinite}
.callback-banner-icon::after{animation-delay:1.2s}
.callback-banner-icon svg{position:relative;z-index:1;width:29px;height:29px;transform-origin:50% 55%;filter:drop-shadow(0 0 5px #d8feff88);animation:callback-phone-ring 3s ease-in-out infinite}
@keyframes callback-phone-ring{0%,68%,100%{transform:rotate(0)}72%{transform:rotate(-13deg)}76%{transform:rotate(11deg)}80%{transform:rotate(-9deg)}84%{transform:rotate(7deg)}88%{transform:rotate(0)}}
@keyframes callback-phone-glow{0%{opacity:.7;transform:scale(.92)}70%,100%{opacity:0;transform:scale(1.65)}}
@media(prefers-reduced-motion:reduce){.callback-banner-icon::before,.callback-banner-icon::after,.callback-banner-icon svg{animation:none}}
.callback-banner-copy{position:relative;z-index:1}
.callback-banner-copy>span{font-size:9px;font-weight:800;letter-spacing:1.4px;color:#d7f4f5}
.callback-banner h2{margin:3px 0 3px;font-size:22px;line-height:1.2}
.callback-banner p{margin:0;color:#e0f0ee;font-size:12px}
.callback-banner>button{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:9px;min-width:205px;height:45px;padding:0 18px;border:0;border-radius:6px;background:#fff;color:var(--green-dark);font-size:10px;font-weight:900;cursor:pointer;box-shadow:0 7px 18px #123b3c2b;transition:.2s}
.callback-banner>button:hover{background:#edfafa;transform:translateY(-2px)}
.callback-banner>button svg{width:18px;height:18px}

@media(max-width:620px){
  .mobile-filter-button{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;height:44px;margin:0 0 18px;border:1px solid #dfe6e2;border-radius:4px;background:#fff;color:#404844;font-weight:700;cursor:pointer}
  .mobile-filter-button .ui-icon{color:var(--green-dark)}
  .drawer-backdrop{position:fixed;z-index:1090;display:block;inset:0;background:#18221d77;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;backdrop-filter:blur(2px)}
  .drawer-backdrop.is-open{opacity:1;visibility:visible}
  .catalog-page>.filters,.cart-drawer{position:fixed;z-index:1100;display:block;top:0;bottom:0;width:min(350px,88vw);margin:0;background:#fff;overflow-y:auto;overscroll-behavior:contain;transition:transform .28s ease;box-shadow:0 0 30px #0002}
  .catalog-page>.filters{left:0;padding:18px 22px 34px;transform:translateX(-105%)}
  .catalog-page>.filters.is-open{transform:translateX(0)}
  .cart-drawer{right:0;transform:translateX(105%)}
  .cart-drawer.is-open{transform:translateX(0)}
  .drawer-head{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:0 20px;background:#fff;border-bottom:1px solid var(--line)}
  .filter-drawer-head{margin:-18px -22px 20px;padding:0 22px}
  .filter-drawer-head+h3{margin-top:0!important;padding-top:4px!important;border-top:0!important}
  .drawer-head h2{margin:0;font-size:20px}
  .drawer-head button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#f4f7f5;color:#4b5550;cursor:pointer}
  .drawer-head button svg{width:20px;height:20px}
  .cart-drawer-body{padding:8px 20px 28px}
  .drawer-cart-item{position:relative;display:grid;grid-template-columns:72px 1fr 28px;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}
  .drawer-cart-item>img{width:72px;height:72px;object-fit:contain;background:#f6f7f6}
  .drawer-cart-item b{display:block;padding-right:4px;font-size:12px;line-height:1.35}
  .drawer-cart-item small{display:block;margin:5px 0;color:var(--green-dark);font-weight:700}
  .drawer-qty{display:flex;align-items:center;width:max-content;border:1px solid #e1e6e3;border-radius:3px;overflow:hidden}
  .drawer-qty button{width:27px;height:25px;border:0;background:#f7f9f8;cursor:pointer}
  .drawer-qty span{min-width:25px;text-align:center;font-size:11px}
  .drawer-remove{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;background:#f5f6f5;color:#828985;cursor:pointer}
  .drawer-remove svg{width:14px;height:14px}
  .drawer-total{display:flex;justify-content:space-between;align-items:center;padding:22px 0 16px;font-size:14px}
  .drawer-total strong{color:var(--green-dark);font-size:20px}
  .drawer-checkout{width:100%}
  .drawer-empty{text-align:center;padding:48px 8px}
  .drawer-empty>svg{width:58px;height:58px;color:var(--green)}
  .drawer-empty h3{margin:15px 0 5px}
  .drawer-empty p{margin:0 0 22px;color:#7c8580}
  .product-page .buy-row{grid-template-columns:64px 1fr}
  .product-page .buy-row .quick-buy{grid-column:1/-1;height:44px}
  .site-footer{margin-top:45px}
  .site-footer::before{width:calc(100% - 28px)}
  .footer-main{grid-template-columns:40px 1fr;gap:14px;min-height:auto;padding-top:22px;padding-bottom:18px}
  .footer-logo,.footer-logo img{width:38px;height:38px}
  .footer-nav{gap:10px 18px}
  .footer-nav a{font-size:11px}
  .footer-help{grid-column:1/-1;justify-content:space-between;padding:14px 0 0;border-left:0;border-top:1px solid #e2ece8}
  .footer-bottom{min-height:38px}
  .catalog-toolbar{display:block;min-height:0;padding:12px;margin-bottom:8px}
  .catalog-path{display:none}
  .catalog-toolbar .catalog-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
  .toolbar-field{display:grid;gap:5px}
  .page-size-field{grid-column:1}
  .page-size-field select{width:100%}
  .catalog-toolbar .view-switch{grid-column:2;align-self:end;display:flex!important}
  .sort-field{grid-column:1/-1}
  .sort-field select{width:100%;min-width:0}
  .catalog-result-line{margin-bottom:8px}
  .products.list-view .product-card{grid-template-columns:105px minmax(0,1fr);grid-template-rows:auto auto auto auto auto;column-gap:13px;min-height:150px;padding:10px}
  .products.list-view .product-picture{grid-column:1;grid-row:1/6;width:105px;height:130px}
  .products.list-view h3{grid-column:2;grid-row:1;margin:0;font-size:13px}
  .products.list-view .rating{grid-column:2;grid-row:2;margin-top:3px;font-size:11px}
  .products.list-view .price{grid-column:2;grid-row:3;margin:3px 0 0;text-align:left;font-size:15px}
  .products.list-view .stock{display:none}
  .products.list-view>article>button{grid-column:2;grid-row:4;width:100%;height:32px;margin-top:5px}
  .products.list-view .badge{top:6px;left:6px;padding:3px 7px;font-size:7px}
  .floating-actions{right:14px;bottom:88px;gap:8px}
  .floating-action{width:48px;height:48px}
  .floating-action svg{width:21px;height:21px}
  .floating-action::after{display:none}
  .callback-dialog{max-height:calc(100vh - 28px);padding:28px 20px 23px;border-radius:10px}
  .callback-dialog h2{font-size:22px}
  .callback-form{grid-template-columns:1fr}
  .callback-form label{grid-column:1!important}
  .nova-poshta-header-logo{width:45px;height:19px}
  .product-tabs button{padding:12px 14px 13px;font-size:10px}
  .product-tab-panel{padding-top:18px}
  .specifications-list>div{grid-template-columns:1fr;gap:3px;padding:11px 12px}
  .nova-delivery-card{grid-template-columns:1fr;gap:13px;padding:18px}
  .nova-delivery-icon{justify-content:start;min-height:0;padding-bottom:13px;border-right:0;border-bottom:1px solid #f0d5d7}
  .nova-poshta-card-logo{width:92px}
  .callback-banner{grid-template-columns:52px 1fr;gap:13px;margin-top:4px;padding:19px 17px}
  .callback-banner-icon{width:50px;height:50px}
  .callback-banner h2{font-size:17px}
  .callback-banner p{font-size:10px}
  .callback-banner>button{grid-column:1/-1;width:100%;min-width:0;margin-top:3px}
}

/* Cart page */
.cart-page{padding-bottom:40px}
.cart-page .breadcrumbs{margin-bottom:22px}
.cart-page-eyebrow{display:block;margin-bottom:3px;color:var(--green-dark);font-size:10px;font-weight:800;letter-spacing:1.3px}
.cart-page>h1{margin:0 0 30px;font-size:38px;line-height:1.15}
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:28px}
.cart-table{overflow:hidden;border:1px solid #e3ece9;border-radius:12px;background:#fff;box-shadow:0 12px 35px #173f420b}
.cart-table-head,.cart-row{display:grid;grid-template-columns:minmax(280px,1fr) 105px 130px 115px 36px;align-items:center;gap:15px}
.cart-table-head{min-height:46px;padding:0 20px;border-bottom:1px solid #e8efed;background:#f7faf9;color:#7f8c86;font-size:9px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}
.cart-table-head span:not(:first-child){text-align:center}
.cart-row{position:relative;min-height:126px;padding:18px 20px;border-bottom:1px solid #edf2f0;transition:background .2s}
.cart-row:last-child{border-bottom:0}
.cart-row:hover{background:#fbfdfc}
.mini-product{min-width:0;gap:17px}
.cart-product-image{display:grid;flex:0 0 92px;place-items:center;width:92px;height:88px;overflow:hidden;border-radius:9px;background:linear-gradient(145deg,#f4f7f6,#eef4f4)}
.cart-product-image img{width:86%;height:86%;object-fit:contain;background:transparent}
.mini-product>div{min-width:0}
.mini-product b{display:block;overflow:hidden;color:#26332d;font-size:14px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.mini-product small{margin-top:3px;font-size:10px}
.mini-product .cart-stock{margin-top:8px;color:var(--green-dark);font-weight:800}
.cart-unit-price{display:flex;flex-direction:column;align-items:center;color:#4f5c56;font-weight:700;text-align:center}
.cart-unit-price small{margin-top:1px;color:#9ba5a0;font-size:8px;font-weight:400}
.cart-row .qty{justify-content:center;gap:0}
.cart-row .qty button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #dfe9e6;background:#f7faf9;color:var(--green-dark);font-size:17px;transition:.2s}
.cart-row .qty button:first-child{border-radius:7px 0 0 7px}
.cart-row .qty button:last-child{border-radius:0 7px 7px 0}
.cart-row .qty button:hover{border-color:var(--green);background:#eaf5f6}
.cart-row .qty b{display:grid;place-items:center;width:38px;height:34px;border-top:1px solid #dfe9e6;border-bottom:1px solid #dfe9e6;background:#fff;font-size:12px}
.cart-line-total{color:var(--green-dark);font-size:16px;text-align:center;white-space:nowrap}
.cart-row .remove{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:#f8f3f3;color:#ad7777;transition:.2s}
.cart-row .remove:hover{background:#fae8e8;color:#d34747;transform:rotate(5deg)}
.cart-row .remove svg{width:14px;height:14px}
.cart-summary{position:sticky;top:168px;display:block;width:auto;margin:0;padding:26px;border:1px solid #dfeae8;border-radius:12px;background:linear-gradient(155deg,#f8fbfa,#f1f7f7);box-shadow:0 14px 36px #173f4212}
.cart-summary-eyebrow{display:block;margin-bottom:4px;color:var(--green);font-size:9px;font-weight:900;letter-spacing:1.2px}
.cart-summary h2{margin:0 0 20px;font-size:24px}
.cart-summary-row{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid #dde9e7;color:#75817b;font-size:11px}
.cart-summary-row b{color:#46534d;font-size:11px;text-align:right}
.cart-summary-total{display:flex;align-items:end;justify-content:space-between;gap:15px;padding:22px 0 19px}
.cart-summary-total span{font-weight:700}
.cart-summary-total strong{color:var(--green-dark);font-size:25px;line-height:1;text-align:right;white-space:nowrap}
.cart-summary-delivery{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding:11px;border-radius:7px;background:#e7f3f4;color:#55736f;font-size:9px;line-height:1.35}
.cart-summary-delivery svg{flex:0 0 22px;width:22px;height:22px;color:var(--green-dark)}
.cart-summary .primary{width:100%;border-radius:6px;box-shadow:0 7px 17px #1d687126;transition:.2s}
.cart-summary .primary:hover{transform:translateY(-1px);box-shadow:0 9px 20px #1d687136}
.cart-continue{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;gap:8px;margin-top:10px;border:1px solid #d5e5e2;border-radius:7px;background:#fff;color:#526760;font-size:10px;font-weight:800;text-align:center;transition:border-color .2s,background .2s,color .2s,transform .2s,box-shadow .2s}
.cart-continue svg{width:15px;height:15px;transform:rotate(180deg);transition:transform .2s}
.cart-continue:hover{border-color:#a9d1d3;background:#f3f9f8;color:var(--green-dark);box-shadow:0 6px 15px #173f460e;transform:translateY(-1px)}
.cart-continue:hover svg{transform:rotate(180deg) translateX(2px)}
.cart-empty{margin:20px auto 40px;max-width:600px;padding:55px 28px;border:1px solid #e1ece9;border-radius:14px;background:linear-gradient(150deg,#fbfdfc,#f2f8f8);box-shadow:0 14px 38px #173f420c}
.cart-empty-icon{display:grid!important;place-items:center;width:78px;height:78px;margin:0 auto 16px;border-radius:50%;background:#e5f2f3;color:var(--green-dark);box-shadow:0 0 0 10px #edf7f799}
.cart-empty-icon svg{width:38px;height:38px}
.cart-empty h2{margin-bottom:7px}
.cart-empty p{color:#7c8983}
.cart-empty .primary{border-radius:6px}

@media(max-width:900px){
  .cart-layout{grid-template-columns:1fr}
  .cart-summary{position:static;width:100%;max-width:470px;margin-left:auto}
}

@media(max-width:620px){
  .cart-page{padding-top:26px}
  .cart-page>h1{margin-bottom:20px;font-size:30px}
  .cart-layout{gap:18px}
  .cart-table-head{display:none}
  .cart-table{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
  .cart-row{display:grid;grid-template-columns:1fr auto;gap:14px 10px;min-height:0;margin-bottom:12px;padding:14px;border:1px solid #e3ece9;border-radius:10px;background:#fff;box-shadow:0 8px 23px #173f420c}
  .mini-product{grid-column:1/-1;padding-right:32px}
  .cart-product-image{flex-basis:76px;width:76px;height:74px}
  .mini-product b{white-space:normal}
  .mini-product small:not(.cart-stock){display:none}
  .cart-unit-price{display:none}
  .cart-row .qty{grid-column:1;justify-content:start}
  .cart-row>.cart-line-total{display:block;grid-column:2;align-self:center;font-size:17px}
  .cart-row .remove{position:absolute;top:12px;right:12px}
  .cart-summary{max-width:none;padding:22px 19px}
  .cart-summary-total strong{font-size:22px}
  .cart-empty{padding:42px 20px}
}

/* Checkout step */
.checkout-active .cart-layout{grid-template-columns:310px minmax(0,1fr);gap:24px}
.cart-left-column{display:contents}
.cart-table{view-transition-name:cart-products}
.cart-summary{view-transition-name:cart-summary}
.checkout-panel{view-transition-name:checkout-form}
::view-transition-old(root),::view-transition-new(root){animation:none;mix-blend-mode:normal}
::view-transition-group(cart-products),::view-transition-group(cart-summary){animation-duration:.58s;animation-timing-function:cubic-bezier(.22,.8,.24,1)}
::view-transition-group(checkout-form){animation-duration:.52s;animation-timing-function:cubic-bezier(.2,.75,.25,1)}
::view-transition-old(checkout-form){animation:checkout-form-out .28s ease both}
::view-transition-new(checkout-form){animation:checkout-form-in .52s cubic-bezier(.2,.75,.25,1) both}
@keyframes checkout-form-in{from{opacity:0;transform:translateX(34px) scale(.985)}to{opacity:1;transform:none}}
@keyframes checkout-form-out{from{opacity:1;transform:none}to{opacity:0;transform:translateX(25px) scale(.99)}}
.checkout-active .cart-left-column{display:flex;grid-column:1;grid-row:1;flex-direction:column;gap:14px;align-self:start}
.checkout-active .cart-table{grid-column:auto;grid-row:auto;box-shadow:0 10px 30px #173f420c}
.checkout-active .cart-table-head{display:none}
.checkout-active .cart-row{display:block;min-height:0;padding:13px}
.checkout-active .cart-row:not(:last-child){border-bottom:1px solid #e8efed}
.checkout-active .cart-product-image{flex-basis:62px;width:62px;height:62px}
.checkout-active .mini-product{gap:11px}
.checkout-active .mini-product b{font-size:12px;white-space:normal}
.checkout-active .mini-product small:not(.cart-stock){display:none}
.checkout-active .mini-product .cart-stock{margin-top:4px;font-size:8px}
.checkout-active .cart-unit-price,.checkout-active .qty,.checkout-active .cart-line-total,.checkout-active .remove{display:none}
.checkout-active .cart-summary{grid-column:auto;grid-row:auto;position:static;padding:20px}
.checkout-active .cart-summary h2{margin-bottom:13px;font-size:20px}
.checkout-active .cart-summary-row{padding:8px 0}
.checkout-active .cart-summary-total{padding:16px 0 5px}
.checkout-active .cart-summary-total strong{font-size:20px}
.checkout-active .cart-summary-delivery,.checkout-active .cart-summary>.primary,.checkout-active .cart-continue{display:none}
.checkout-panel{grid-column:2;grid-row:1;min-width:0;padding:28px;border:1px solid #dfeae8;border-radius:12px;background:#fff;box-shadow:0 14px 38px #173f4210}
.checkout-heading{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e7eeec}
.checkout-heading span{display:block;margin-bottom:4px;color:var(--green);font-size:9px;font-weight:900;letter-spacing:1.2px}
.checkout-heading h2{margin:0;font-size:25px;line-height:1.2}
.checkout-heading>button{display:none}
.checkout-heading>button:hover{background:#dceeed;transform:translateY(-1px)}
.checkout-heading>button svg{width:13px;height:13px;transform:rotate(180deg)}
.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.checkout-form label{position:relative;display:block;color:#63706a;font-size:9px;font-weight:800;letter-spacing:.3px}
.checkout-form label>b{color:#d54444}
.checkout-form input,.checkout-form textarea,.checkout-form select{display:block;width:100%;margin-top:7px;border:1px solid #dce7e4;border-radius:6px;outline:0;background:#fff;color:#2d3833;font-size:12px;font-weight:400;transition:.2s}
.checkout-form input,.checkout-form select{height:44px;padding:0 12px}
.checkout-form textarea{min-height:88px;padding:11px 12px;resize:vertical}
.checkout-form input:focus,.checkout-form textarea:focus,.checkout-form select:focus{border-color:var(--green);box-shadow:0 0 0 3px #2a8f9b14}
.checkout-form select:disabled{background:#f3f6f5;color:#98a39e;cursor:not-allowed}
.checkout-full{grid-column:1/-1}
.nova-checkout{margin-top:22px;padding:20px;border:1px solid #e2ebea;border-radius:9px;background:#f8fbfa}
.nova-checkout-title{display:flex;align-items:center;gap:13px;margin-bottom:17px}
.nova-checkout-title img{width:76px;height:auto}
.nova-checkout-title b{display:block;font-size:13px}
.nova-checkout-title small{display:block;margin-top:2px;color:#7d8983;font-size:9px}
.np-field{position:relative;margin-top:15px}
.np-field-label{display:block;margin-bottom:7px;color:#63706a;font-size:9px;font-weight:800;letter-spacing:.3px}
.np-field-label b{color:#d54444}
.np-picker{position:relative}
.np-picker-trigger{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;height:46px;padding:0 14px;border:1px solid #dce7e4;border-radius:8px;outline:0;background:#fff;color:#77837e;font:400 12px/1.2 Arial,sans-serif;text-align:left;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s}
.np-picker-trigger:hover:not(:disabled),.np-picker.is-open .np-picker-trigger{border-color:var(--green);box-shadow:0 0 0 3px #2a8f9b12}
.np-picker-trigger.has-value{color:#25352f;font-weight:600}
.np-picker-trigger:disabled{background:#f3f6f5;color:#a0aaa6;cursor:not-allowed}
.np-picker-trigger i{flex:0 0 8px;width:8px;height:8px;margin-top:-4px;border-right:2px solid #8a9993;border-bottom:2px solid #8a9993;transform:rotate(45deg);transition:transform .2s}
.np-picker.is-open .np-picker-trigger i{margin-top:4px;transform:rotate(225deg)}
.np-picker-popover{position:absolute;z-index:50;top:calc(100% + 7px);left:0;width:100%;padding:9px;border:1px solid #d8e6e3;border-radius:11px;background:#fff;box-shadow:0 18px 45px #173f4230}
.checkout-form .np-picker-popover.is-viewport{position:fixed;z-index:1700;right:auto;bottom:auto;min-width:0;overflow:hidden}
.np-picker-search{position:relative;margin-bottom:8px}
.checkout-form .np-picker-search input{height:40px;margin:0;padding:0 13px 0 38px;border-color:#e0e9e7;border-radius:7px;background:#f6f9f8}
.np-picker-search svg{position:absolute;z-index:1;top:12px;left:13px;width:16px;height:16px;color:#78918b;fill:none;stroke:currentColor}
.np-picker-options{max-height:250px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b9cfcb transparent}
.np-picker-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:46px;padding:9px 10px;border:0;border-radius:7px;background:#fff;color:#263630;text-align:left;cursor:pointer;transition:background .15s,color .15s}
.np-picker-option:hover,.np-picker-option:focus{outline:0;background:#eaf6f6;color:var(--green-dark)}
.np-picker-option span{min-width:0}
.np-picker-option b{display:block;font-size:11px;line-height:1.3}
.np-picker-option small{display:block;margin-top:3px;overflow:hidden;color:#87928d;font-size:8px;font-weight:400;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.np-picker-option em{flex:0 0 auto;padding:4px 7px;border-radius:20px;background:#e9f4f4;color:#267581;font-size:7px;font-style:normal;font-weight:800;text-transform:uppercase}
.np-picker-option em.postomat{background:#fff0f0;color:#d5363e}
.np-picker-empty{padding:22px 10px;color:#8a9691;font-size:10px;text-align:center}
.np-field-status{display:block;min-height:15px;margin-top:5px;color:#7c8983;font-size:8px;font-weight:400;letter-spacing:0}
.np-field-status.is-error{color:#c94848}
.checkout-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;padding-top:20px;border-top:1px solid #e7eeec}
.checkout-bottom>div{display:flex;flex-direction:column}
.checkout-bottom span{color:#7b8781;font-size:9px}
.checkout-bottom strong{margin:2px 0;color:var(--green-dark);font-size:25px;line-height:1.1}
.checkout-bottom small{color:#9aa39f;font-size:8px}
.checkout-bottom .primary{min-width:245px;border-radius:6px;box-shadow:0 7px 18px #1d687126}
.checkout-message{margin:17px 0 0;padding:12px;border-radius:6px;font-size:10px}
.checkout-message.is-success{background:#e8f6ef;color:#287052}
.checkout-success-active .cart-layout{grid-template-columns:minmax(0,1fr)}
.checkout-success-active .checkout-panel{grid-column:1;width:100%;max-width:720px;margin:0 auto}
.cart-checkout-success{padding:48px 24px 38px;text-align:center;animation:cart-success-in .35s ease}
.cart-success-check{display:grid;width:76px;height:76px;margin:0 auto 24px;place-items:center;border-radius:50%;background:#e5f6ed;color:#278359;font-size:36px;font-weight:900;box-shadow:0 0 0 12px #f3fbf7}
.cart-checkout-success>span{color:#2a8f9b;font-size:10px;font-weight:900;letter-spacing:1.3px}
.cart-checkout-success h2{margin:8px 0 10px;font-size:30px;line-height:1.2}
.cart-checkout-success p{max-width:500px;margin:0 auto;color:#5f6f68;font-size:14px;line-height:1.65}
.cart-checkout-success .primary{display:inline-flex;min-width:250px;margin:26px auto 0;align-items:center;justify-content:center;text-decoration:none}
@keyframes cart-success-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

@media(max-width:900px){
  .checkout-active .cart-layout{grid-template-columns:240px minmax(0,1fr);gap:18px}
  .checkout-panel{padding:22px}
  .checkout-fields{grid-template-columns:1fr}
  .checkout-full{grid-column:auto}
  .checkout-bottom{align-items:stretch;flex-direction:column}
  .checkout-bottom .primary{width:100%;min-width:0}
}

@media(max-width:700px){
  .cart-page{min-width:0}
  [data-cart-view],.cart-layout,.cart-left-column,.checkout-form,.nova-checkout{width:100%;max-width:100%;min-width:0}
  .checkout-active .cart-layout{grid-template-columns:minmax(0,1fr);width:100%;max-width:100%}
  .checkout-active .cart-left-column{grid-column:1;grid-row:1;gap:12px;width:100%;max-width:100%;min-width:0}
  .checkout-active .cart-table{display:flex;width:100%;max-width:100%;min-width:0;gap:8px;overflow-x:auto;overflow-y:hidden;padding:10px;border:1px solid #e3ece9;border-radius:10px;background:#f8fbfa;overscroll-behavior-inline:contain;scrollbar-width:thin}
  .checkout-active .cart-row{flex:0 0 min(230px,calc(100vw - 66px));max-width:calc(100vw - 66px);margin:0;border:1px solid #e4ecea!important;border-radius:8px;background:#fff}
  .checkout-active .cart-summary{grid-column:auto;grid-row:auto;width:100%;max-width:100%;min-width:0}
  .checkout-active .cart-summary-row,.checkout-active .cart-summary-total{min-width:0;gap:10px}
  .checkout-active .cart-summary-row span,.checkout-active .cart-summary-row b{min-width:0}
  .checkout-active .cart-summary-row b{max-width:62%;overflow-wrap:anywhere}
  .checkout-panel{grid-column:1;grid-row:2;width:100%;max-width:100%;min-width:0;padding:18px 15px;overflow:hidden}
  .checkout-fields,.np-field,.np-picker,.np-picker-trigger,.checkout-form input,.checkout-form textarea,.checkout-form select{max-width:100%;min-width:0}
  .checkout-heading{align-items:flex-start;flex-direction:column-reverse}
  .checkout-heading h2{font-size:21px}
  .nova-checkout{padding:16px 13px}
  .nova-checkout-title{align-items:flex-start;flex-direction:column}
  .checkout-bottom{width:100%;max-width:100%;min-width:0}
  .cart-checkout-success{padding:38px 8px 28px}
  .cart-checkout-success h2{font-size:25px}
  .cart-checkout-success p{font-size:13px}
  .cart-checkout-success .primary{width:100%;min-width:0}
}

@media(prefers-reduced-motion:reduce){
  ::view-transition-group(cart-products),::view-transition-group(cart-summary),::view-transition-group(checkout-form),::view-transition-old(checkout-form),::view-transition-new(checkout-form){animation-duration:.01ms!important}
}

/* Keep cart notifications clear of the floating callback control. */
.toast{z-index:950;right:90px;bottom:31px;max-width:min(320px,calc(100vw - 118px));border-radius:8px;box-shadow:0 10px 28px #102e2d2e}

.catalog-select-native{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.catalog-select{position:relative;min-width:67px}
.sort-field .catalog-select{min-width:185px}
.catalog-select-trigger{display:flex;width:100%;height:38px;align-items:center;justify-content:space-between;gap:14px;padding:0 10px 0 12px;border:1px solid #dce6e1;border-radius:7px;background:#fff;color:#34413b;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s}
.catalog-select-trigger:hover{border-color:#bfd8d5;background:#fcfefd}
.catalog-select.is-open .catalog-select-trigger{border-color:var(--green);box-shadow:0 0 0 3px #2a8f9b1c}
.catalog-select-trigger svg{width:14px;height:14px;flex:0 0 14px;color:#65756e;transform:rotate(90deg);transition:transform .2s}
.catalog-select.is-open .catalog-select-trigger svg{transform:rotate(-90deg);color:var(--green-dark)}
.catalog-select-menu{position:absolute;z-index:120;top:calc(100% + 7px);right:0;width:max-content;min-width:100%;padding:6px;border:1px solid #dce8e5;border-radius:11px;background:#fff;box-shadow:0 16px 36px #173f4624}
.catalog-select-menu[hidden]{display:none}
.catalog-select-option{display:flex;width:100%;min-width:100%;height:36px;align-items:center;justify-content:space-between;gap:18px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#3e4d47;font-size:11px;text-align:left;white-space:nowrap;cursor:pointer;transition:background .15s,color .15s}
.catalog-select-option:hover,.catalog-select-option:focus-visible{outline:0;background:#f0f7f6;color:#176f79}
.catalog-select-option.is-selected{background:#e4f3f2;color:#176f79;font-weight:800}
.catalog-select-option i{display:none;width:10px;height:6px;margin:0 2px 3px 5px;border-bottom:2px solid currentColor;border-left:2px solid currentColor;transform:rotate(-45deg)}
.catalog-select-option.is-selected i{display:block}

@media(max-width:620px){
  .toast{right:74px;bottom:97px;max-width:calc(100vw - 102px)}
  .toolbar-field .catalog-select{display:block!important;width:100%;min-width:0}
  .catalog-select-trigger{height:42px}
  .catalog-select-menu{left:0;right:auto;width:100%}
  .catalog-select-menu:not([hidden]){display:block!important}
  .catalog-select-option{height:39px}
}
