@charset "UTF-8";

html.nsw-on {
--nsw-bg: #f4f6f4;
--nsw-card: #ffffff;
--nsw-ink: #191d1a;
--nsw-muted: #6d746f;
--nsw-soft: #a6ada8;
--nsw-accent: #0d7a45;
--nsw-deep: #0a5c36;
--nsw-dark: #084a2c;
--nsw-tint: #eef7f1;
--nsw-line: #ebedeb;
--nsw-line2: #dde1dd;
--nsw-red: #d6453b;
--nsw-red-ink: #b83a31;
--nsw-red-bg: #fdf1f0;
--nsw-font: 'Golos Text', -apple-system, 'Segoe UI', sans-serif;
--nsw-tr: .16s cubic-bezier(.4, 0, .2, 1);
}
html.nsw-on .cart-footer,
html.nsw-on #cart-footer { display: none !important; }
html.nsw-on .minicart-wrapper .block-minicart,
html.nsw-on .minicart-wrapper .ui-dialog,
html.nsw-on .minicart-wrapper .action.showcart:before,
html.nsw-on .minicart-wrapper .action.showcart:after { display: none !important; content: none !important; }
html.nsw-on .minicart-wrapper .action.showcart .text,
html.nsw-on .minicart-wrapper .action.showcart .price-label,
html.nsw-on .minicart-wrapper .counter.qty { display: none !important; }
html.nsw-on .minicart-wrapper .action.showcart {
box-sizing: border-box;
display: inline-flex !important; align-items: center; gap: 11px;
height: 46px !important; width: auto !important;
padding: 0 16px 0 6px !important; margin: 0 !important;
background: #fff !important; border: 1px solid #e3e8e4 !important;
border-radius: 12px !important; box-shadow: none !important;
text-decoration: none !important; vertical-align: middle;
font-family: var(--nsw-font); line-height: 1.15;
transition: border-color var(--nsw-tr), background var(--nsw-tr), box-shadow var(--nsw-tr);
}
html.nsw-on .minicart-wrapper .action.showcart:hover {
background: #fff !important; border-color: #c6dccd !important;
box-shadow: 0 2px 12px -6px rgba(10, 92, 54, .3) !important;
}
html.nsw-on .minicart-wrapper .action.showcart:active { transform: translateY(1px); }
html.nsw-on .minicart-wrapper .action.showcart:focus-visible {
outline: 2px solid var(--nsw-accent); outline-offset: 2px;
}
html.nsw-on .nsw-hdr-ico {
position: relative; display: inline-flex; align-items: center; justify-content: center;
width: 34px; height: 34px; flex: 0 0 34px; border-radius: 10px;
background: var(--nsw-tint); color: var(--nsw-deep);
transition: background var(--nsw-tr), color var(--nsw-tr), transform var(--nsw-tr);
}
html.nsw-on .minicart-wrapper .action.showcart:hover .nsw-hdr-ico {
background: var(--nsw-deep); color: #fff;
}
html.nsw-on .nsw-hdr-ico svg { display: block; width: 21px; height: 21px; }
html.nsw-on .nsw-hdr-ico.pop { animation: nswpop .42s cubic-bezier(.34, 1.56, .64, 1); }
@keyframes nswpop { 0% { transform: scale(1); } 40% { transform: scale(1.16); } 100% { transform: scale(1); } }
html.nsw-on .nsw-hdr-badge {
position: absolute; top: -6px; right: -6px;
min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px;
background: var(--nsw-deep); color: #fff;
border: 2px solid #fff; box-shadow: 0 1px 3px rgba(16, 24, 18, .2);
display: none; align-items: center; justify-content: center;
font: 700 11px/1 var(--nsw-font); letter-spacing: 0;
font-variant-numeric: tabular-nums;
}
html.nsw-on .nsw-hdr-badge.vis { display: flex; }
html.nsw-on .nsw-hdr-txt {
display: flex; flex-direction: column; align-items: flex-start;
text-align: left; white-space: nowrap; gap: 2px;
}
html.nsw-on .nsw-hdr-lbl {
font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
color: var(--nsw-muted);
}
html.nsw-on .nsw-hdr-sum {
min-height: 16px;
font-size: 15px; font-weight: 700; letter-spacing: -.01em; color: var(--nsw-ink);
font-variant-numeric: tabular-nums;
}
html.nsw-on .nsw-hdr-sum.is-empty { font-size: 13px; font-weight: 500; color: var(--nsw-muted); }
html.nsw-on .header-wrapper-content.active .minicart-wrapper {
position: absolute !important; right: 10px !important; left: auto !important;
top: 7px !important; bottom: auto !important; transform: none !important;
width: auto !important; height: auto !important; z-index: 12 !important;
}
html.nsw-on .header-wrapper-content.active .search-wrapper {
right: calc(var(--nsw-hdr-w, 132px) + 32px) !important;
top: 9px !important;
background: rgba(255, 255, 255, .55); border-radius: 10px;
transition: background var(--nsw-tr);
}
html.nsw-on .header-wrapper-content.active .search-wrapper:hover { background: #fff; }
html.nsw-on .header-wrapper-content.active .minicart-wrapper .action.showcart {
height: 40px !important; gap: 9px; padding: 0 14px 0 5px !important;
background: #fff !important; border-color: transparent !important;
box-shadow: 0 2px 10px rgba(16, 24, 18, .16) !important;
}
html.nsw-on .header-wrapper-content.active .minicart-wrapper .action.showcart:hover {
box-shadow: 0 4px 14px rgba(16, 24, 18, .22) !important;
}
html.nsw-on .header-wrapper-content.active .minicart-wrapper .action.showcart:focus-visible {
outline-color: var(--nsw-dark);
box-shadow: 0 0 0 4px rgba(255, 255, 255, .8) !important;
}
html.nsw-on .header-wrapper-content.active .nsw-hdr-ico {
width: 30px; height: 30px; flex-basis: 30px; border-radius: 8px;
}
html.nsw-on .header-wrapper-content.active .nsw-hdr-ico svg { width: 19px; height: 19px; }
html.nsw-on .header-wrapper-content.active .nsw-hdr-badge {
min-width: 18px; height: 18px; top: -7px; right: -7px; font-size: 10.5px;
}
html.nsw-on .header-wrapper-content.active .nsw-hdr-lbl { display: none; }
html.nsw-on .header-wrapper-content.active .nsw-hdr-sum { font-size: 14.5px; min-height: 0; }
html.nsw-on .header-wrapper-content.active .nsw-hdr-sum.is-empty,
html.nsw-on .header-wrapper-content.active .action.showcart.nsw-tight .nsw-hdr-sum { display: none; }
html.nsw-on .header-wrapper-content.active .minicart-wrapper .action.showcart.nsw-bare,
html.nsw-on .header-wrapper-content.active .minicart-wrapper .action.showcart.nsw-tight {
padding: 0 5px !important; gap: 0;
}
@media (min-width: 1024px) {
html.nsw-on .header-wrapper-content:not(.active) .minicart-wrapper .action.showcart {
height: 54px !important; gap: 12px;
padding: 0 18px 0 7px !important; border-radius: 14px !important;
}
html.nsw-on .header-wrapper-content:not(.active) .nsw-hdr-ico {
width: 40px; height: 40px; flex-basis: 40px; border-radius: 12px;
}
html.nsw-on .header-wrapper-content:not(.active) .nsw-hdr-ico svg { width: 24px; height: 24px; }
html.nsw-on .header-wrapper-content:not(.active) .nsw-hdr-badge {
min-width: 21px; height: 21px; font-size: 11.5px; top: -6px; right: -6px;
}
html.nsw-on .header-wrapper-content:not(.active) .nsw-hdr-lbl { font-size: 11px; }
html.nsw-on .header-wrapper-content:not(.active) .nsw-hdr-sum { font-size: 17.5px; min-height: 19px; }
html.nsw-on .header-wrapper-content:not(.active) .nsw-hdr-sum.is-empty { font-size: 14px; }
}
@media (max-width: 1023px) {
html.nsw-on .nsw-hdr-txt { display: none; }
html.nsw-on .minicart-wrapper .action.showcart {
gap: 0; height: 44px !important; width: 44px !important;
padding: 0 !important; justify-content: center;
background: transparent !important; border-color: transparent !important;
}
html.nsw-on .minicart-wrapper .action.showcart:hover { box-shadow: none !important; }
html.nsw-on .nsw-hdr-ico { width: 40px; height: 40px; flex-basis: 40px; border-radius: 11px; }
html.nsw-on .nsw-hdr-ico svg { width: 22px; height: 22px; }
html.nsw-on .header-wrapper-content.active .minicart-wrapper .action.showcart {
height: 40px !important; width: 40px !important; background: #fff !important;
}
}
html.nsw-on.nsw-rc-ok .grecaptcha-badge {
visibility: hidden !important; opacity: 0 !important; pointer-events: none !important;
}
html.nsw-on .nsw-rc {
clear: both; font-family: var(--nsw-font); font-size: 11px; line-height: 1.55;
color: #5e6560; text-align: center;
margin: 4px 0 0; padding: 13px 16px calc(4px + env(safe-area-inset-bottom, 0px));
border-top: 1px solid rgba(25, 29, 26, .07);
}
@media (max-width: 600px) {
html.nsw-on .nsw-rc { font-size: 10.5px; padding: 12px 14px 8px; }
}
html.nsw-on .nsw-rc a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
html.nsw-on .nsw-rc a:hover { color: var(--nsw-deep); }
html.nsw-on {
--nsw-fab-bottom: 20px;
--nsw-fab-side: 20px;
}
html.nsw-on .nsw-fab {
position: fixed; z-index: 9990; left: var(--nsw-fab-side);
will-change: transform; -webkit-backface-visibility: hidden; backface-visibility: hidden;
bottom: calc(var(--nsw-fab-bottom) + env(safe-area-inset-bottom, 0px));
display: none; align-items: center; gap: 12px;
padding: 10px 20px 10px 14px; border: 0; border-radius: 999px;
background: var(--nsw-deep); color: #fff; cursor: pointer;
font-family: var(--nsw-font); text-align: left;
box-shadow: 0 10px 28px -8px rgba(10, 92, 54, .55), 0 2px 6px rgba(16, 24, 18, .16);
transform: translateY(24px) scale(.96); opacity: 0; visibility: hidden;
transition: transform .24s cubic-bezier(.34, 1.4, .64, 1), opacity .2s ease, background .2s ease, visibility 0s linear .24s;
}
html.nsw-on.nsw-has-items .nsw-fab { display: inline-flex; }
html.nsw-on .nsw-fab.vis {
transform: translateY(0) scale(1); opacity: 1; visibility: visible; transition-delay: 0s;
}
html.nsw-on .nsw-fab:hover { background: var(--nsw-dark); }
html.nsw-on .nsw-fab:active { transform: translateY(1px) scale(.99); }
html.nsw-on .nsw-fab-ico { position: relative; display: flex; width: 30px; height: 30px; align-items: center; justify-content: center; flex: 0 0 30px; }
html.nsw-on .nsw-fab-badge {
position: absolute; top: -6px; right: -8px; min-width: 20px; height: 20px; padding: 0 5px;
border-radius: 999px; background: #fff; color: var(--nsw-deep);
font-size: 11px; font-weight: 700; line-height: 20px; text-align: center;
font-variant-numeric: tabular-nums; box-shadow: 0 1px 4px rgba(16, 24, 18, .2);
}
html.nsw-on .nsw-fab-txt { display: flex; flex-direction: column; }
html.nsw-on .nsw-fab-lbl { font-size: 11px; font-weight: 500; opacity: .82; letter-spacing: .04em; text-transform: uppercase; }
html.nsw-on .nsw-fab-sum { font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.01em; margin-top: 1px; }
@media (max-width: 600px) {
html.nsw-on .nsw-fab { left: 14px; padding: 9px 16px 9px 12px; gap: 10px; }
html.nsw-on .nsw-fab-sum { font-size: 14px; }
}
html.nsw-on .nsw-scrim {
position: fixed; inset: 0; z-index: 9995; background: rgba(16, 24, 18, .38);
-webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility 0s linear .22s;
}
html.nsw-on .nsw-scrim.vis { opacity: 1; visibility: visible; transition-delay: 0s; }
html.nsw-on .nsw-drawer {
position: fixed; z-index: 9996; top: 0; right: 0; bottom: 0;
max-height: var(--nsw-vh, 100vh);
width: 100%; max-width: 440px;
display: flex; flex-direction: column;
background: var(--nsw-bg); color: var(--nsw-ink);
font-family: var(--nsw-font); font-size: 15px; line-height: 1.5;
box-shadow: -18px 0 48px rgba(16, 24, 18, .16);
transform: translateX(102%); visibility: hidden;
transition: transform .28s cubic-bezier(.4, 0, .2, 1), visibility 0s linear .28s;
-webkit-font-smoothing: antialiased;
}
html.nsw-on .nsw-drawer.vis { transform: translateX(0); visibility: visible; transition-delay: 0s; }
html.nsw-on .nsw-drawer * { box-sizing: border-box; }
html.nsw-on .nsw-drawer, html.nsw-on .nsw-drawer *,
html.nsw-on .nsw-fab, html.nsw-on .nsw-fab *,
html.nsw-on .nsw-toast, html.nsw-on .nsw-toast *,
html.nsw-on .nsw-hdr-txt, html.nsw-on .nsw-hdr-txt * {
text-transform: none; letter-spacing: normal;
}
html.nsw-on .nsw-fab-lbl { letter-spacing: .04em; text-transform: uppercase; }
html.nsw-on .nsw-hdr-lbl { letter-spacing: .1em; text-transform: uppercase; }
html.nsw-on .nsw-drawer button, html.nsw-on .nsw-drawer input,
html.nsw-on .nsw-drawer li, html.nsw-on .nsw-drawer ul,
html.nsw-on .nsw-fab, html.nsw-on .nsw-toast button { margin-bottom: 0; }
html.nsw-on .nsw-drawer button { font-family: inherit; cursor: pointer; text-shadow: none; }
html.nsw-on .nsw-drawer h1, html.nsw-on .nsw-drawer h2, html.nsw-on .nsw-drawer h3,
html.nsw-on .nsw-drawer p { font-family: inherit; }
html.nsw-on .nsw-drawer a { text-decoration: none; }
html.nsw-on .nsw-drawer :focus-visible,
html.nsw-on .nsw-fab:focus-visible,
html.nsw-on .nsw-toast :focus-visible {
outline: 2px solid var(--nsw-accent); outline-offset: 2px;
box-shadow: 0 0 0 4px rgba(255, 255, 255, .9);
}
html.nsw-on .nsw-toast :focus-visible { outline-color: #7fdcab; box-shadow: 0 0 0 3px rgba(29, 35, 31, .9); }
html.nsw-on .nsw-drawer svg, html.nsw-on .nsw-fab svg, html.nsw-on .nsw-toast svg {
width: auto; height: auto; max-width: none; flex: 0 0 auto;
}
html.nsw-on .nsw-hdr-ico svg { max-width: none; flex: 0 0 auto; }
html.nsw-on .nsw-drawer:focus { outline: none; }
html.nsw-on .nsw-head {
display: flex; align-items: center; gap: 12px;
padding: 20px 22px 17px; background: var(--nsw-card);
border-bottom: 1px solid var(--nsw-line);
}
html.nsw-on .nsw-title { font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
html.nsw-on .nsw-count {
display: inline-block; margin-left: 10px; padding: 3px 9px; border-radius: 999px;
background: var(--nsw-tint); color: var(--nsw-deep);
font-size: 12px; font-weight: 600; letter-spacing: 0; vertical-align: 2px;
font-variant-numeric: tabular-nums;
}
html.nsw-on .nsw-count:empty { display: none; }
html.nsw-on .nsw-close {
margin-left: auto; width: 38px; height: 38px; flex: 0 0 38px;
border: 0; background: none; border-radius: 999px;
color: var(--nsw-soft); display: flex; align-items: center; justify-content: center;
transition: background var(--nsw-tr), color var(--nsw-tr);
}
html.nsw-on .nsw-close:hover { background: var(--nsw-bg); color: var(--nsw-ink); }
html.nsw-on .nsw-body {
flex: 1 1 auto; min-height: 0; overflow-y: auto; overflow-x: hidden;
-webkit-overflow-scrolling: touch; overscroll-behavior: contain;
padding: 12px 14px 18px; scrollbar-width: thin;
}
html.nsw-on .nsw-body::-webkit-scrollbar { width: 6px; }
html.nsw-on .nsw-body::-webkit-scrollbar-thumb { background: var(--nsw-line2); border-radius: 3px; }
html.nsw-on .nsw-body::-webkit-scrollbar-thumb:hover { background: #c6ccc7; }
html.nsw-on .nsw-scroll-top,
html.nsw-on .nsw-scroll-bot {
position: absolute; left: 0; right: 0; height: 22px; pointer-events: none;
opacity: 0; transition: opacity .18s ease; z-index: 2;
}
html.nsw-on .nsw-scroll-top { top: 0; background: linear-gradient(rgba(244, 246, 244, .96), rgba(244, 246, 244, 0)); }
html.nsw-on .nsw-scroll-bot { bottom: 0; background: linear-gradient(rgba(244, 246, 244, 0), rgba(244, 246, 244, .96)); }
html.nsw-on .nsw-mid { position: relative; flex: 1 1 auto; min-height: 0; display: flex; }
html.nsw-on .nsw-mid.at-top .nsw-scroll-top { opacity: 0; }
html.nsw-on .nsw-mid.can-up .nsw-scroll-top { opacity: 1; }
html.nsw-on .nsw-mid.can-down .nsw-scroll-bot { opacity: 1; }
html.nsw-on .nsw-row {
display: grid; grid-template-columns: 66px minmax(0, 1fr) 28px;
grid-template-areas: 'img main del' 'img msg msg' 'img ctl ctl';
gap: 4px 14px; align-items: start;
background: var(--nsw-card); border: 1px solid #edf0ee;
border-radius: 16px; padding: 13px; margin-bottom: 10px;
box-shadow: 0 1px 2px rgba(16, 24, 18, .03);
transition: border-color var(--nsw-tr), box-shadow var(--nsw-tr);
}
html.nsw-on .nsw-row:hover {
border-color: #dde8e1; box-shadow: 0 6px 18px -10px rgba(16, 24, 18, .22);
}
html.nsw-on .nsw-row-img {
grid-area: img; width: 66px; height: 66px; border-radius: 12px; overflow: hidden;
border: 1px solid var(--nsw-line); background: #fff; display: block;
padding: 4px; box-sizing: border-box;
}
html.nsw-on .nsw-row-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
html.nsw-on .nsw-row-img svg,
html.nsw-on .nsw-drawer .nsw-row-img svg { width: 100%; height: 100%; padding: 22%; color: #cfd6d1; display: block; }
html.nsw-on .nsw-main { grid-area: main; min-width: 0; }
html.nsw-on .nsw-name {
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
font-size: 14px; font-weight: 500; line-height: 1.35; letter-spacing: -.005em;
color: var(--nsw-ink); transition: color var(--nsw-tr);
}
html.nsw-on a.nsw-name:hover { color: var(--nsw-accent); }
html.nsw-on .nsw-meta {
margin-top: 6px; display: flex; flex-wrap: wrap; align-items: center; gap: 5px 9px;
font-size: 12px; color: var(--nsw-muted);
}
html.nsw-on .nsw-var {
display: inline-block; padding: 2px 8px; border-radius: 999px;
background: var(--nsw-tint); color: var(--nsw-deep); font-size: 11px; font-weight: 600;
}
html.nsw-on .nsw-unit { font-variant-numeric: tabular-nums; white-space: nowrap; }
html.nsw-on .nsw-msg {
grid-area: msg; margin-top: 6px; font-size: 11.5px; font-weight: 500;
color: var(--nsw-red-ink); background: var(--nsw-red-bg); border-radius: 8px; padding: 5px 8px;
display: none;
}
html.nsw-on .nsw-msg.vis { display: block; }
html.nsw-on .nsw-ctl {
grid-area: ctl; margin-top: 8px;
display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
html.nsw-on .nsw-qty {
display: inline-flex; align-items: center; border: 1px solid var(--nsw-line2);
border-radius: 10px; overflow: hidden; background: #fff;
transition: border-color var(--nsw-tr), box-shadow var(--nsw-tr);
}
html.nsw-on .nsw-qty:focus-within { border-color: var(--nsw-accent); box-shadow: 0 0 0 4px rgba(13, 122, 69, .1); }
html.nsw-on .nsw-qty button {
width: 36px; height: 36px; border: 0; background: transparent; color: var(--nsw-muted);
font-size: 16px; line-height: 1; display: flex; align-items: center; justify-content: center;
transition: color var(--nsw-tr), background var(--nsw-tr);
}
html.nsw-on .nsw-qty button:hover:not(:disabled) { color: var(--nsw-accent); background: var(--nsw-tint); }
html.nsw-on .nsw-qty button:disabled { color: #cfd4d0; cursor: default; }
html.nsw-on .nsw-qty input {
width: 42px; height: 36px; border: 0; text-align: center; background: transparent;
font: 600 14.5px/1 var(--nsw-font); color: var(--nsw-ink); outline: none;
font-variant-numeric: tabular-nums; -moz-appearance: textfield; appearance: textfield;
}
html.nsw-on .nsw-qty input::-webkit-outer-spin-button,
html.nsw-on .nsw-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
html.nsw-on .nsw-row-sum {
font-size: 16px; font-weight: 700; letter-spacing: -.015em; white-space: nowrap;
font-variant-numeric: tabular-nums;
}
html.nsw-on .nsw-row-sum .uah { font-size: 12px; font-weight: 500; color: var(--nsw-muted); }
html.nsw-on .nsw-del {
grid-area: del; width: 28px; height: 28px; border: 0; border-radius: 999px;
background: transparent; color: var(--nsw-soft);
display: flex; align-items: center; justify-content: center;
transition: color var(--nsw-tr), background var(--nsw-tr), opacity var(--nsw-tr);
opacity: .8;
}
html.nsw-on .nsw-row:hover .nsw-del { opacity: 1; background: var(--nsw-bg); }
html.nsw-on .nsw-del:hover { color: var(--nsw-red); background: var(--nsw-red-bg); opacity: 1; }
@media (pointer: coarse) { html.nsw-on .nsw-del { opacity: 1; background: var(--nsw-bg); } }
html.nsw-on .nsw-empty { display: none; text-align: center; padding: 56px 24px; }
html.nsw-on .nsw-empty.vis { display: block; }
html.nsw-on .nsw-empty svg {
color: var(--nsw-deep); background: var(--nsw-tint); border-radius: 999px;
padding: 17px; box-sizing: content-box;
}
html.nsw-on .nsw-empty h3 {
font-size: 19px; font-weight: 600; letter-spacing: -.015em; margin: 18px 0 7px; color: var(--nsw-ink);
}
html.nsw-on .nsw-empty p { font-size: 14px; color: var(--nsw-muted); margin: 0 0 22px; }
html.nsw-on .nsw-empty .nsw-link {
padding: 0 20px; height: 44px; border: 1px solid var(--nsw-line2); border-radius: 12px;
display: inline-flex; align-items: center; justify-content: center;
transition: border-color var(--nsw-tr), background var(--nsw-tr), color var(--nsw-tr);
}
html.nsw-on .nsw-empty .nsw-link:hover { border-color: var(--nsw-accent); background: var(--nsw-tint); }
html.nsw-on .nsw-foot {
background: var(--nsw-card); border-top: 1px solid var(--nsw-line);
padding: 18px 22px calc(20px + env(safe-area-inset-bottom, 0px));
box-shadow: 0 -6px 22px rgba(16, 24, 18, .05);
}
html.nsw-on .nsw-foot.off { display: none; }
html.nsw-on .nsw-sumline { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
html.nsw-on .nsw-sumline .lbl { font-size: 14px; font-weight: 600; color: var(--nsw-ink); }
html.nsw-on .nsw-sumline .val {
font-size: 27px; font-weight: 700; letter-spacing: -.03em; font-variant-numeric: tabular-nums;
}
html.nsw-on .nsw-sumline .val .uah {
font-size: 17px; font-weight: 600; color: var(--nsw-muted); letter-spacing: -.01em;
}
html.nsw-on .nsw-cta {
width: 100%; height: 54px; margin-top: 16px; border: 0; border-radius: 14px;
background: var(--nsw-deep); color: #fff; font-size: 15.5px; font-weight: 600;
letter-spacing: -.01em;
display: flex; align-items: center; justify-content: center; gap: 10px;
box-shadow: 0 10px 22px -12px rgba(10, 92, 54, .55);
transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
}
html.nsw-on .nsw-cta:hover { box-shadow: 0 14px 26px -12px rgba(10, 92, 54, .6); }
html.nsw-on .nsw-cta:hover { background: var(--nsw-dark); }
html.nsw-on .nsw-cta:active { transform: translateY(1px); }
html.nsw-on .nsw-link {
border: 0; background: none; padding: 4px 0;
font-size: 13.5px; font-weight: 500; color: var(--nsw-accent);
transition: color var(--nsw-tr);
}
html.nsw-on .nsw-link:hover { color: var(--nsw-deep); }
html.nsw-on .nsw-perks { margin: 16px 0 0; padding: 14px 0 0; border-top: 1px solid var(--nsw-line); list-style: none; }
html.nsw-on .nsw-perks li {
display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--nsw-muted); line-height: 1.45;
}
html.nsw-on .nsw-perks li + li { margin-top: 7px; }
html.nsw-on .nsw-perks svg { flex: 0 0 14px; margin-top: 2px; color: var(--nsw-accent); }
html.nsw-on .nsw-toast {
position: fixed; z-index: 9999; left: 50%; bottom: 26px; transform: translate(-50%, 16px);
display: flex; align-items: center; gap: 16px; max-width: calc(100vw - 32px);
padding: 12px 16px 12px 18px; border-radius: 12px; background: #1d231f; color: #fff;
font-family: var(--nsw-font); font-size: 14px;
box-shadow: 0 12px 32px rgba(16, 24, 18, .3);
opacity: 0; visibility: hidden; pointer-events: none;
transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
}
html.nsw-on .nsw-toast.vis { opacity: 1; transform: translate(-50%, 0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
html.nsw-on .nsw-toast button { border: 0; background: none; color: #7fdcab; font-weight: 600; font-size: 14px; }
@media (max-width: 600px) {
html.nsw-on .nsw-drawer {
top: auto; left: 0; right: 0; bottom: 0; max-width: none;
height: auto; border-radius: 20px 20px 0 0; overflow: hidden;
transform: translateY(102%);
box-shadow: 0 -14px 44px rgba(16, 24, 18, .22);
max-height: 88vh;
max-height: 88dvh;
max-height: calc(var(--nsw-vh, 100vh) * .88);
}
html.nsw-on .nsw-drawer.vis { transform: translateY(0); }
html.nsw-on .nsw-head { padding: 14px 16px 12px; }
html.nsw-on .nsw-head::before {
content: ''; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
width: 40px; height: 4px; border-radius: 999px; background: var(--nsw-line2);
}
html.nsw-on .nsw-head { position: relative; padding-top: 18px; }
html.nsw-on .nsw-body { padding: 10px 12px 14px; }
html.nsw-on .nsw-foot { padding: 14px 16px calc(16px + env(safe-area-inset-bottom, 0px)); }
html.nsw-on .nsw-toast { left: 12px; right: 12px; bottom: 16px; max-width: none; transform: translateY(16px); justify-content: space-between; }
html.nsw-on .nsw-toast.vis { transform: translateY(0); }
html.nsw-on.nsw-has-items .nsw-toast {
left: 12px; right: 12px;
bottom: calc(78px + env(safe-area-inset-bottom, 0px));
transform: translateY(16px);
}
html.nsw-on.nsw-has-items .nsw-toast.vis { transform: translateY(0); }
}
@media (pointer: coarse) {
html.nsw-on .nsw-qty button { width: 40px; height: 40px; }
html.nsw-on .nsw-qty input { height: 40px; }
html.nsw-on .nsw-del { width: 30px; height: 30px; position: relative; }
html.nsw-on .nsw-del::after { content: ''; position: absolute; inset: -7px; }
}
@media (prefers-reduced-motion: reduce) {
html.nsw-on .nsw-drawer, html.nsw-on .nsw-scrim, html.nsw-on .nsw-fab,
html.nsw-on .nsw-toast, html.nsw-on .nsw-hdr-ico { transition-duration: 1ms; animation-duration: 1ms; }
}
