:root{--bg: #f5f8fc;--bg-strong: #eef2f7;--panel: #ffffff;--panel-soft: #f3f7fb;--panel-muted: #eef2f7;--sidebar: #0b1a33;--sidebar-border: rgba(255, 255, 255, .08);--text: #0b1a33;--text-soft: #57647a;--text-faint: #8b96a8;--line: #eaf0f7;--line-strong: #dfe6ef;--accent: #357fbc;--accent-strong: #2659a8;--accent-cyan: #42b2d5;--accent-soft: rgba(66, 178, 213, .14);--success: #2ca85f;--success-soft: #e3f6ea;--warning: #e08a17;--warning-soft: #fdf0dc;--danger: #e05656;--danger-soft: #fcebeb;--gold: #e0a917;--gold-soft: #fbf2d8;--shadow: 0 12px 36px rgba(15, 39, 82, .12);--shadow-soft: 0 4px 14px rgba(15, 39, 82, .06);--radius-panel: 22px;--radius-card: 18px;--radius-control: 14px;--sidebar-width: 220px;--topbar-height: 84px;--transition: .18s ease;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:inherit;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{border:0;background:transparent;color:inherit;cursor:pointer}strong,h1,h2,h3,h4{font-weight:800}p{margin:0}.hidden{display:none!important}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,#e3f1f8,var(--bg))}.login-card{width:min(380px,100%);background:var(--panel);border-radius:var(--radius-panel);box-shadow:var(--shadow);padding:32px 28px}.login-card h1{margin:0 0 4px;font-size:26px}.login-card p{color:var(--text-soft);margin-bottom:22px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.field label{font-size:13px;font-weight:700;color:var(--text-soft)}.ghost-input,.field input,.field select,.field textarea{min-height:46px;padding:0 16px;border:1px solid #d8d2f0;border-radius:var(--radius-control);background:#fff;color:var(--text);outline:none;transition:border-color var(--transition),box-shadow var(--transition)}.field textarea{padding:12px 16px;min-height:90px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.btn{min-height:46px;padding:0 20px;border-radius:var(--radius-control);font-size:15px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;transition:transform var(--transition),box-shadow var(--transition),background-color var(--transition)}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f27521f}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn.small{min-height:40px;padding-inline:16px;font-size:14px}.btn-purple{background:linear-gradient(135deg,#357fbc,#2659a8);color:#fff}.btn-light{background:var(--accent-soft);color:var(--accent-strong)}.btn-white{background:#fff;color:var(--accent);border:1px solid var(--line-strong)}.btn-red{background:#ffe5e4;color:#ff443c}.btn-green{background:var(--success);color:#fff}.btn-block{width:100%}.btn-icon{min-width:46px;width:46px;padding:0;border:1px solid var(--line-strong);background:#ffffffeb;color:var(--text-soft);box-shadow:var(--shadow-soft)}.btn-icon.small{min-width:40px;width:40px}.btn-icon:hover{background:#fff;color:var(--accent-strong)}.btn-toolbar{min-height:44px;padding-inline:16px;border:1px solid transparent;box-shadow:var(--shadow-soft)}.btn-toolbar.btn-white{color:var(--text)}.btn-toolbar .icon-svg,.btn-icon .icon-svg{width:18px;height:18px}.btn-toolbar .icon-svg{opacity:.9}.app-shell{min-height:100vh;background:var(--bg)}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--sidebar-width);padding:18px 16px 22px;background:linear-gradient(180deg,#0b1a33,#102749);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;gap:22px;overflow-y:auto}.sidebar-brand{display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff;padding-top:4px}.brand-mark{width:60px;height:60px;border-radius:20px;background:linear-gradient(135deg,#42b2d5,#357fbc 45%,#2659a8);color:#fff;display:grid;place-items:center;font-size:26px;font-weight:800;box-shadow:0 10px 24px #2659a859}.sidebar-brand strong{font-size:16px}.sidebar-brand small{color:#a6abc3;font-size:12px;font-weight:600}.sidebar-nav{display:flex;flex-direction:column;gap:6px}.nav-section-label{color:#6f7290;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:10px 12px 4px}.nav-item{min-height:48px;border-radius:14px;padding:0 14px;color:#a6abc3;display:flex;align-items:center;gap:12px;font-size:15px;font-weight:700;text-align:left;text-decoration:none;transition:background-color var(--transition),color var(--transition),transform var(--transition)}.nav-item:hover,.nav-item:focus{text-decoration:none}.nav-item .nav-ico{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.nav-item:hover{background:#ffffff0f;color:#fff;transform:translateY(-1px)}.nav-item.is-active{background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;box-shadow:0 14px 28px #2659a84d}.nav-badge{margin-left:auto;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#ff7d11;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.app-main{min-height:100vh;margin-left:var(--sidebar-width)}.topbar{min-height:var(--topbar-height);padding:16px 30px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;top:0;z-index:20}.topbar-maincopy{display:flex;align-items:center;gap:14px;min-width:0}.topbar h2{margin:0;font-size:22px}.topbar .crumb{color:var(--text-soft);font-size:13px;font-weight:600}.topbar-actions{display:flex;align-items:center;gap:12px}.avatar-ring{width:46px;height:46px;border-radius:999px;background:linear-gradient(180deg,#f1ddbf,#d79c70);border:3px solid #a66cff}.portal-menu-toggle,.portal-sidebar-close,.portal-sidebar-backdrop{display:none}.page{padding:26px 30px 40px}.page-section{display:none}.page-section.is-active{display:block}.icon-svg{width:18px;height:18px;display:block}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}.metric-card{display:flex;flex-direction:column;gap:8px;padding:18px 20px;background:var(--panel);border-radius:var(--radius-panel);box-shadow:var(--shadow-soft)}.metric-card span{color:var(--text-soft);font-size:13px;font-weight:600}.metric-card strong{color:var(--text);font-size:26px;line-height:1.1}.metric-card .delta{font-size:13px;font-weight:700}.delta.up{color:var(--success)}.delta.down{color:var(--danger)}.panel{background:var(--panel);border-radius:var(--radius-panel);box-shadow:var(--shadow-soft);padding:22px;margin-bottom:20px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.panel-head h3{margin:0;font-size:19px}.panel-head .tools{display:flex;gap:10px;align-items:center}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-row.single{grid-template-columns:1fr}.search-box{margin-bottom:16px}.search-box input{width:100%}.tbl{width:100%;border-collapse:collapse}.tbl th{text-align:left;color:var(--text-soft);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:0 14px 12px;border-bottom:1px solid var(--line)}.tbl td{padding:14px;border-bottom:1px solid var(--line);font-size:14px;vertical-align:middle}.tbl tr:last-child td{border-bottom:0}.tbl tr:hover td{background:var(--panel-soft)}.cell-strong{font-weight:700;color:var(--text)}.cell-soft{color:var(--text-soft)}.chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:800}.chip-green{background:var(--success-soft);color:#3f8c00}.chip-orange{background:var(--warning-soft);color:#c45e00}.chip-red{background:var(--danger-soft);color:#d23b3b}.chip-purple{background:var(--accent-soft);color:var(--accent-strong)}.chip-gray{background:var(--panel-muted);color:var(--text-soft)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.entity-card{background:var(--panel-soft);border:1px solid var(--line);border-radius:var(--radius-card);padding:18px;display:flex;flex-direction:column;gap:10px}.entity-card h4{margin:0;font-size:16px}.entity-card .muted{color:var(--text-soft);font-size:13px}.entity-card .row{display:flex;align-items:center;justify-content:space-between}.points-badge{font-size:20px;font-weight:800;color:var(--accent-strong)}.subtabs{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}.subtab-btn{padding:9px 16px;border-radius:999px;background:var(--panel-muted);color:var(--text-soft);font-weight:700;font-size:14px}.subtab-btn.is-active{background:var(--accent);color:#fff}.subtab-pane{display:none}.subtab-pane.is-active{display:block}.pos-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:20px;align-items:start}.pos-cart-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.pos-total{display:flex;align-items:center;justify-content:space-between;margin-top:16px;font-size:22px;font-weight:800}.pos-side{display:flex;flex-direction:column;gap:16px}.pos-client{position:relative}.pos-search-list{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:30;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow-y:auto;overflow-x:hidden;max-height:180px}.pos-search-list button{display:flex;justify-content:space-between;gap:10px;width:100%;padding:8px 12px;text-align:left;border-bottom:1px solid var(--line)}.pos-search-list button:last-child{border-bottom:0}.pos-search-list button:hover{background:#42b2d51a}.pos-search-empty{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:30;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-soft);color:var(--text-soft);font-size:13px;font-weight:700}.pos-client-chip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-radius:12px;background:#42b2d51f}.pos-client-chip .muted{font-size:13px}.discount-row{display:flex;gap:8px;align-items:stretch}.discount-row .ghost-input{flex:1}.discount-unit{display:flex;border:1px solid var(--line);border-radius:12px;overflow:hidden}.discount-unit button{padding:0 14px;font-weight:800;color:var(--muted)}.discount-unit button.active{background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff}.discount-quick{display:flex;gap:8px;margin-top:10px}.discount-quick button{flex:1;padding:8px 0;border-radius:999px;background:#eef1f8;font-weight:700;color:var(--ink)}.discount-quick button:hover{background:#42b2d52e}.pos-summary{display:flex;flex-direction:column;gap:8px}.pos-summary .row{display:flex;justify-content:space-between;color:var(--muted);font-weight:600}.pos-summary .row.total{color:var(--ink);font-size:20px;font-weight:800;padding-top:8px;border-top:1px solid var(--line)}.pos-cashback{color:#16a34a;font-weight:700;font-size:13px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(120%);background:linear-gradient(135deg,#00affff5,#0dd149f5);color:#fff;padding:14px 22px;border-radius:18px;box-shadow:0 18px 34px #002a3a2e;font-weight:700;transition:transform .25s ease,opacity .25s ease;z-index:90;border:1px solid rgba(255,255,255,.34);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:280px;text-align:center}.toast.show{transform:translate(-50%) translateY(0)}.placeholder-note{background:var(--warning-soft);color:#a85400;border-radius:var(--radius-control);padding:12px 16px;font-size:13px;font-weight:700;margin-bottom:18px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1a3373;display:grid;place-items:center;z-index:80;padding:20px}.modal-box{width:min(420px,100%);background:var(--panel);border-radius:var(--radius-panel);box-shadow:var(--shadow);padding:24px}.modal-box h3{margin:0 0 16px;font-size:19px}.qty-input{width:64px}@media (max-width: 1100px){.metric-grid{grid-template-columns:repeat(2,1fr)}.grid-2,.pos-layout{grid-template-columns:1fr}}@media (max-width: 820px){.sidebar{transform:translate(-100%);transition:transform var(--transition)}.sidebar.open{transform:none;box-shadow:0 24px 64px #0813286b}.app-main{margin-left:0}.form-row{grid-template-columns:1fr}.portal-menu-toggle{display:inline-flex;flex:0 0 auto}.portal-sidebar-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;margin-left:auto;margin-bottom:2px;color:#d5dcf0;background:#ffffff14}.portal-sidebar-close .icon-svg{width:18px;height:18px}.portal-sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;background:#0813286b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.topbar{padding:14px 18px}.topbar h2{font-size:20px}.topbar-actions .avatar-ring{display:none}.page{padding:18px 18px 34px}}.crm-root{display:block}.crm-page-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.crm-page-title h2{margin:0;font-size:22px;font-weight:800;color:var(--text)}.page-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.page-actions.full-row{width:100%;margin-bottom:16px}.page-actions.align-start{justify-content:flex-start;margin-top:18px}.toolbar-rail{position:sticky;top:calc(var(--topbar-height) + 12px);z-index:14;padding:10px 0 14px;margin-bottom:6px;background:linear-gradient(180deg,#f5f8fcfa,#f5f8fcf0 78%,#f5f8fc00);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:12px}.toolbar-row:last-child{margin-bottom:0}.toolbar-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.toolbar-group.compact{gap:8px}.btn-yellow{background:var(--gold-soft);color:#9a7400}.btn-orange,.btn-orange.soft{background:var(--warning-soft);color:#c45e00}.btn-peach{background:#fdeede;color:#c8721a}.btn-lightgreen{background:var(--success-soft);color:#3f8c00}.btn.tiny{min-height:32px;padding-inline:12px;font-size:12px}.crm-search{position:relative;display:inline-flex;align-items:center}.crm-search input{width:280px;padding:11px 14px 11px 36px;border-radius:var(--radius-control);border:1px solid var(--line-strong);background:var(--panel);color:var(--text);font:inherit}.crm-search.narrow input{width:220px}.crm-search-ico{position:absolute;left:12px;color:var(--text-faint);width:16px;height:16px;display:inline-flex;pointer-events:none}.crm-search-ico .icon-svg{width:16px;height:16px}.surface-card{background:var(--panel);border-radius:var(--radius-panel);box-shadow:var(--shadow-soft);padding:22px;margin-bottom:20px}.surface-soft{background:var(--panel-soft);border:1px solid var(--line);border-radius:var(--radius-card);padding:18px}.surface-card h3,.surface-soft h3{margin:0 0 14px;font-size:16px;font-weight:800;color:var(--text)}.detail-panel h3{margin-bottom:16px}.crm-table{width:100%;border-collapse:collapse}.crm-table th{text-align:left;color:var(--text-soft);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:0 12px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.crm-table td{padding:13px 12px;border-bottom:1px solid var(--line);font-size:14px;vertical-align:middle}.crm-table tr:last-child td{border-bottom:0}.crm-table tbody tr:hover td{background:var(--panel-soft)}.crm-table.compact th,.crm-table.compact td{padding:9px 10px;font-size:13px}.crm-table.pricing-table th,.crm-table.pricing-table td{white-space:nowrap}.table-scroll{overflow:auto;scrollbar-gutter:stable}.table-scroll-sticky{max-height:min(62vh,760px);overflow-y:auto;overflow-x:hidden}.table-scroll-sticky .crm-table thead th{position:sticky;top:0;z-index:3;background:var(--panel);box-shadow:inset 0 -1px 0 var(--line)}.table-scroll-sticky .crm-table tbody td{background:var(--panel)}.table-scroll-sticky .crm-table tbody tr:hover td{background:var(--panel-soft)}.linkish{color:var(--accent);font-weight:700}.table-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap;white-space:nowrap}.subtabs-with-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.subtabs-main{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.subtabs-actions{display:flex;align-items:center;justify-content:flex-end;min-width:0}.inline-icon{background:transparent;border:0;cursor:pointer;padding:0;border-radius:10px;display:inline-flex;box-shadow:none}.inline-icon:hover{background:transparent}.inline-icon:hover .crm-ico{filter:none;transform:none;background:#ffffffeb}.crm-ico{display:inline-flex;align-items:center;justify-content:center;min-width:38px;width:38px;height:38px;border-radius:11px;transition:transform var(--transition),filter var(--transition),background-color var(--transition)}.crm-ico .icon-svg{width:18px;height:18px}.crm-ico.green{background:var(--success-soft);color:#3f8c00}.crm-ico.orange{background:var(--warning-soft);color:#c45e00}.crm-ico.purple{background:var(--accent-soft);color:var(--accent-strong)}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.triple-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}.detail-grid>div{display:flex;flex-direction:column;gap:4px}.detail-grid span{color:var(--text-soft);font-size:12px;font-weight:700}.detail-grid strong{color:var(--text);font-size:15px}.filters-strip{background:var(--panel);border-radius:var(--radius-panel);box-shadow:var(--shadow-soft);padding:18px 22px;margin-bottom:20px}.filter-grid{display:grid;gap:14px 18px}.filter-grid.two{grid-template-columns:repeat(2,1fr)}.filter-grid.three{grid-template-columns:repeat(3,1fr)}.filter-grid.four{grid-template-columns:repeat(4,1fr)}.field-shell{display:flex;flex-direction:column;gap:6px}.field-shell>span{font-size:12px;font-weight:700;color:var(--text-soft)}.crm-input{width:100%;padding:11px 13px;border-radius:var(--radius-control);border:1px solid var(--line-strong);background:var(--panel);color:var(--text);font:inherit}.crm-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.crm-input.compact{min-height:44px}.triple-inline{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.integration-card{display:flex;flex-direction:column;gap:12px}.upload-box{border:1.5px dashed var(--line-strong);border-radius:var(--radius-card);padding:16px;text-align:center;color:var(--text-soft);font-weight:700;background:var(--panel-soft)}.upload-box.large{padding:34px;margin-top:12px}.camera-box{width:54px;height:54px;display:grid;place-items:center;border-radius:var(--radius-card);background:var(--accent-soft);margin-top:10px;font-size:22px}.tag-row{display:flex;gap:10px}.mode-chip{padding:8px 16px;border-radius:999px;background:var(--panel-muted);color:var(--text-soft);font-weight:800;font-size:13px}.mode-chip.active{background:var(--accent);color:#fff}.photo-thumb{display:inline-block;width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-strong));opacity:.35}.size-price{display:inline-flex;align-items:center;gap:6px;font-size:13px}.size-price b{background:var(--accent-soft);color:var(--accent-strong);border-radius:6px;padding:1px 7px;font-size:12px}.check{width:20px;height:20px;margin:0;border-radius:6px;border:1.5px solid var(--line-strong);accent-color:var(--accent-strong);cursor:pointer}.crm-pager{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:16px}.subtab-pill{padding:9px 18px;border-radius:999px;background:var(--panel-muted);color:var(--text-soft);font-weight:700;font-size:14px;border:0;cursor:pointer}.subtab-pill.is-active{background:var(--accent);color:#fff}.dashboard-grid.mvp-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.card-head h3{margin:0}.billing-debt-list{margin-top:14px;display:flex;flex-direction:column;gap:8px}.billing-debt-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:var(--radius-control);background:var(--danger-soft)}.billing-debt-row strong{color:var(--text)}.billing-debt-row span{font-weight:800;color:#d23b3b}.billing-debt-row em{color:var(--text-soft);font-style:normal;font-size:13px}.stack-list{display:flex;flex-direction:column;gap:14px}.message-history-item{margin-bottom:0}.history-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.history-top span{color:var(--text-soft);font-size:13px}.message-history-item p{margin:0;color:var(--text-soft)}.wh-nav{margin-bottom:18px}.btn.is-ghost{background:var(--panel-muted);color:var(--text-soft);box-shadow:none}.catalog-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.catalog-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.catalog-tabs .subtab-pill span{display:inline-block;margin-left:6px;padding:1px 8px;border-radius:999px;background:#0b1a331a;font-size:12px}.catalog-tabs .subtab-pill.is-active span{background:#ffffff47}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.catalog-table th,.catalog-table td{vertical-align:middle}.subtle-line{color:var(--text-faint);font-size:12px;margin-top:2px}.avail-zero{color:var(--danger);font-weight:800}.avail-low{color:#c45e00;font-weight:800}.avail-ok{color:#3f8c00;font-weight:700}.chip.tiny{padding:1px 8px;font-size:11px}.receive-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.receive-scan input{width:360px}.receive-scan .btn.tiny{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.receive-scan{position:relative}.receive-scan input{padding-right:44px}.receive-mode-switch{display:inline-flex;gap:8px}.receive-footer{display:flex;gap:24px;margin-top:14px;color:var(--text-soft);font-size:14px}.receive-footer b{color:var(--text)}.receive-table .table-actions{display:flex;gap:6px;align-items:center}.card-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.card-toolbar h3{margin:0}.product-type-row{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap}.input-with-action{display:flex;gap:8px;align-items:center}.input-with-action .crm-input{flex:1}.input-with-action .btn{white-space:nowrap}.page-actions.align-end{justify-content:flex-end;margin-top:18px}.block-subtitle{margin:0 0 14px;font-size:15px;color:var(--text)}.check-inline{display:inline-flex;align-items:center;gap:8px;color:var(--text-soft);font-weight:600;padding-top:8px}.filters-strip{margin-bottom:16px}.filter-grid.five{grid-template-columns:repeat(5,1fr)}.showcase-shell{min-height:100vh;background:radial-gradient(circle at top left,rgba(66,178,213,.18),transparent 28%),radial-gradient(circle at top right,rgba(53,127,188,.18),transparent 24%),linear-gradient(180deg,#f7fbff,#eef4fa)}.showcase-topbar{position:sticky;top:0;z-index:24;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 30px;background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,230,239,.7)}.showcase-brand{display:flex;align-items:center;gap:14px}.showcase-brand strong{display:block;font-size:18px}.showcase-brand small{color:var(--text-soft);font-weight:700}.showcase-topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.showcase-page{padding:30px}.showcase-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:22px;align-items:stretch;margin-bottom:22px}.showcase-hero-copy,.showcase-kpi-grid{background:#ffffffd1;border:1px solid rgba(223,230,239,.85);box-shadow:var(--shadow-soft);border-radius:28px}.showcase-hero-copy{padding:34px;position:relative;overflow:hidden}.showcase-hero-copy:after{content:"";position:absolute;inset:auto -60px -80px auto;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,rgba(53,127,188,.18),transparent 65%)}.showcase-kicker,.storefront-kicker,.showcase-store-tag{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#357fbc1f;color:var(--accent-strong);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.showcase-hero-copy h1{margin:16px 0 14px;max-width:14ch;font-size:clamp(34px,4vw,58px);line-height:.96}.showcase-hero-copy p{max-width:64ch;color:var(--text-soft);font-size:16px;line-height:1.65}.showcase-hero-actions{display:flex;align-items:center;gap:12px;margin-top:22px;flex-wrap:wrap}.showcase-kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:18px}.showcase-kpi-card{min-height:144px;padding:20px;border-radius:22px;background:linear-gradient(180deg,#fffffff2,#eef6fcf2);border:1px solid rgba(223,230,239,.9);display:flex;flex-direction:column;justify-content:space-between}.showcase-kpi-card span{color:var(--text-soft);font-weight:700}.showcase-kpi-card strong{font-size:34px}.showcase-filters{position:sticky;top:92px;z-index:18;margin-bottom:22px;padding:16px;border-radius:24px;background:#ffffffe0;border:1px solid rgba(223,230,239,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-soft)}.showcase-filter-main{display:flex;align-items:center;gap:12px;margin-bottom:14px}.showcase-filter-main .crm-search{flex:1}.showcase-filter-main .crm-search input{width:100%}.showcase-filter-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:14px;align-items:end}.showcase-reset{min-width:132px}.showcase-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:start}.showcase-store-rail{position:sticky;top:226px;display:flex;flex-direction:column;gap:12px}.showcase-rail-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.showcase-rail-head h2,.showcase-store-section-head h2{margin:0;font-size:24px}.showcase-rail-head span{min-width:36px;height:36px;border-radius:12px;background:var(--panel);display:inline-flex;align-items:center;justify-content:center;font-weight:800;box-shadow:var(--shadow-soft)}.showcase-store-card,.showcase-empty-card,.showcase-store-section,.showcase-empty-state{background:#ffffffe6;border:1px solid rgba(223,230,239,.9);border-radius:24px;box-shadow:var(--shadow-soft)}.showcase-store-card{text-align:left;padding:18px;transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.showcase-store-card:hover,.showcase-store-card.is-active{transform:translateY(-2px);border-color:#2659a847;box-shadow:0 14px 28px #0f27521f}.showcase-store-card-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.showcase-store-avatar,.showcase-product-thumb{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:18px;background:linear-gradient(135deg,#42b2d542,#2659a82e);color:var(--accent-strong);font-weight:900}.showcase-store-avatar{width:52px;height:52px;font-size:20px}.showcase-store-card strong{display:block;margin-bottom:2px;font-size:16px}.showcase-store-card span,.showcase-store-card p,.showcase-inline-meta{color:var(--text-soft)}.showcase-store-card p{min-height:42px;margin:0 0 12px;line-height:1.45}.showcase-inline-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;font-weight:700}.showcase-store-sections{display:flex;flex-direction:column;gap:18px}.showcase-store-section{padding:26px}.showcase-store-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.showcase-store-section-head p{margin:8px 0 0;color:var(--text-soft);max-width:52ch}.showcase-store-summary{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px}.showcase-store-summary div{padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,#eef6fcdb,#fffffff5);border:1px solid rgba(223,230,239,.9)}.showcase-store-summary span,.showcase-product-label,.payment-methods-note{display:block;color:var(--text-soft);font-size:12px;font-weight:700}.showcase-store-summary strong{display:block;margin-top:4px;font-size:24px}.showcase-store-contact-row,.showcase-tag-cloud,.payment-methods-selected{display:flex;gap:10px;flex-wrap:wrap}.showcase-store-meta-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0 20px}.showcase-meta-panel{padding:16px;border-radius:20px;background:var(--panel-soft);border:1px solid var(--line)}.showcase-meta-panel>span{display:block;margin-bottom:12px;color:var(--text-soft);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.showcase-filter-chip{border:0}.showcase-filter-chip b{font-weight:900}.showcase-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.showcase-product-card{display:flex;gap:14px;padding:16px;border-radius:22px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid rgba(223,230,239,.9)}.showcase-product-thumb{width:58px;height:58px;font-size:22px}.showcase-product-body{flex:1;min-width:0}.showcase-product-top,.showcase-product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.showcase-product-top{margin-bottom:10px;flex-wrap:wrap}.showcase-product-qty{color:var(--success);font-size:12px;font-weight:800}.showcase-product-card h3{margin:0 0 8px;font-size:18px}.showcase-product-card p{margin:0 0 14px;color:var(--text-soft);min-height:42px;line-height:1.45}.showcase-product-footer strong{display:block;margin-top:4px;font-size:15px}.showcase-empty-card{padding:22px}.showcase-empty-card strong,.showcase-empty-state h3{display:block;margin-bottom:6px}.showcase-empty-card p,.showcase-empty-state p{color:var(--text-soft);line-height:1.55}.showcase-empty-state{padding:42px 28px;text-align:center}.showcase-empty-icon{width:42px;height:42px;margin:0 auto 12px;color:var(--accent-strong)}.storefront-profile-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:20px;background:radial-gradient(circle at top right,rgba(66,178,213,.12),transparent 28%),linear-gradient(180deg,#fff,#f7fbff)}.storefront-profile-copy h3{margin:16px 0 10px;font-size:28px}.storefront-profile-copy p{color:var(--text-soft);line-height:1.65;max-width:64ch}.storefront-profile-stats{display:grid;grid-template-columns:1fr;gap:12px}.storefront-profile-grid{align-items:start}.storefront-static-grid{margin-bottom:18px}.storefront-edit-grid{align-items:start}.payment-methods-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 18px}.payment-toggle{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;border:1px solid var(--line-strong);background:#fff;color:var(--text);text-align:left;transition:border-color var(--transition),background-color var(--transition),transform var(--transition)}.payment-toggle:hover,.payment-toggle.is-active{transform:translateY(-1px);border-color:#2659a852;background:#42b2d514}.payment-toggle-ico{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--panel-soft);color:var(--accent-strong)}.payment-toggle-ico .icon-svg{width:16px;height:16px}.payment-methods-custom{display:flex;gap:10px;margin-bottom:16px}.crm-textarea{min-height:108px;resize:vertical}.portal-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.portal-section-head h3{margin:0 0 8px;font-size:24px}.portal-section-head p{margin:0;color:var(--text-soft);line-height:1.6;max-width:60ch}.portal-profile-grid{align-items:start}.portal-page-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.client-page-title-inline{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.client-store-edit-trigger{width:42px;height:42px;border-radius:14px}.client-store-edit-trigger.is-active{border-color:#2659a85c;background:#42b2d51f;color:var(--accent-strong)}.client-store-edit-page{margin-bottom:18px}.client-store-edit-grid{align-items:start}.client-store-edit-address{grid-column:span 2}.client-store-edit-section{display:flex;flex-direction:column;gap:16px}.client-store-edit-section h3{margin:0}.store-edit-hero-card{margin-bottom:18px;padding:24px 26px}.store-edit-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.store-edit-hero-main{display:flex;align-items:flex-start;gap:16px;min-width:0}.store-edit-hero-icon{width:54px;height:54px;flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#357fbc1f;color:var(--accent-strong)}.store-edit-hero-icon .icon-svg{width:26px;height:26px}.store-edit-hero-copy{min-width:0}.store-edit-hero-copy h3{margin:12px 0 6px;font-size:24px;font-weight:800;color:var(--text)}.store-edit-hero-copy p{margin:0;color:var(--text-soft);line-height:1.6;max-width:64ch}.store-edit-hero-status{align-self:flex-start;flex:none}.store-edit-card{margin-bottom:18px}.store-edit-card .payment-methods-grid{margin-top:0}.store-edit-head{margin-bottom:18px}.store-edit-head-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.store-edit-head-row h3{margin:0;font-size:18px;font-weight:800;color:var(--text)}.store-edit-head p{margin:8px 0 0;color:var(--text-soft);line-height:1.55;max-width:72ch}.store-edit-address-full{grid-column:1 / -1}.store-edit-empty{margin:4px 0 0;color:var(--text-soft);font-size:13px}.store-edit-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:4px}.cp-picker-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cp-picker-row .crm-search{flex:1 1 320px}.cp-picker-row .crm-search input{width:100%}.cp-props{display:flex;flex-direction:column;gap:18px}.cp-prop-label{margin-bottom:10px;font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--text-soft)}.cp-options{display:flex;flex-wrap:wrap;gap:10px}.cp-option{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;border:1px solid var(--line-strong);background:#fff;color:var(--text);font-weight:700;font-size:13px;transition:border-color var(--transition),background-color var(--transition),transform var(--transition)}.cp-option:hover{transform:translateY(-1px);border-color:#2659a852}.cp-option.is-active{border-color:var(--accent-strong);background:var(--accent-soft);color:var(--accent-strong)}.cp-option-swatch{width:16px;height:16px;border-radius:50%;border:1px solid rgba(15,41,80,.18)}.client-installment-plans{display:flex;flex-direction:column;gap:10px}.client-installment-head,.client-installment-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 48px;gap:10px;align-items:center}.client-installment-head span{color:var(--text-soft);font-size:12px;font-weight:700}.storefront-payment-chip.is-static{cursor:default}.storefront-payment-chip.is-static span{display:none}.client-store-editor-card{margin-bottom:18px;padding:28px;background:radial-gradient(circle at top right,rgba(66,178,213,.12),transparent 28%),linear-gradient(180deg,#fff,#f8fbff)}.client-store-editor-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.client-store-editor-shell{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.7fr);gap:20px;align-items:start}.client-store-editor-main{display:flex;flex-direction:column;gap:22px}.client-store-editor-grid{align-items:start}.client-store-editor-address{grid-column:span 2}.client-store-editor-payments{padding:20px;border-radius:22px;border:1px solid rgba(215,228,242,.95);background:#fffc}.client-store-editor-subhead{margin-bottom:14px}.client-store-editor-subhead h4{margin:0 0 8px;font-size:20px}.client-store-editor-subhead p{margin:0;color:var(--text-soft);line-height:1.6}.client-store-editor-preview{position:sticky;top:92px}.client-store-preview-card{display:flex;flex-direction:column;gap:18px;padding:22px;border-radius:24px;background:linear-gradient(180deg,#0f2950,#1c4a86);color:#fff;box-shadow:0 24px 48px #0f29502e}.client-store-preview-card .storefront-kicker{color:#ffffffb8}.client-store-preview-card h4{margin:0;font-size:28px;line-height:1.15}.client-store-preview-list{display:grid;gap:12px}.client-store-preview-list div{padding:14px 16px;border-radius:18px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.client-store-preview-list span{display:block;margin-bottom:6px;color:#ffffffb8;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.client-store-preview-list strong{font-size:15px;line-height:1.5}.client-store-preview-payments{display:flex;flex-wrap:wrap;gap:8px}.client-store-preview-payments .chip{border:0}.portal-products-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.65fr);gap:20px;background:radial-gradient(circle at top left,rgba(66,178,213,.16),transparent 32%),linear-gradient(180deg,#fff,#f7fbff)}.portal-products-copy h3{margin:14px 0 10px;font-size:28px}.portal-products-copy p{margin:0;color:var(--text-soft);line-height:1.65;max-width:62ch}.portal-products-stats{display:grid;gap:12px}.portal-products-layout{display:grid;gap:18px;margin-top:18px}.portal-product-form-card,.portal-assortment-card{padding:26px}.portal-catalog-picker-wrap{margin-bottom:18px}.portal-store-product-grid{align-items:start}.portal-assortment-head{align-items:center}.portal-assortment-head .crm-search{width:min(100%,380px)}.portal-assortment-list{display:grid;gap:14px}.portal-assortment-item{display:grid;gap:16px;padding:18px 20px;border-radius:22px;border:1px solid rgba(215,228,242,.95);background:linear-gradient(180deg,#fff,#f8fbff)}.portal-assortment-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.portal-assortment-copy h4{margin:0 0 10px;font-size:24px}.portal-assortment-meta{display:flex;flex-wrap:wrap;gap:10px}.portal-assortment-facts{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px 16px;min-width:320px}.portal-assortment-facts span{display:block;margin-bottom:6px;color:var(--text-soft);font-size:12px;font-weight:700}.portal-assortment-facts strong{font-size:16px}.portal-assortment-actions{display:flex;justify-content:flex-end;gap:10px}.portal-empty-state{padding:28px;border-radius:20px;background:var(--panel-soft);border:1px dashed var(--line-strong)}.portal-empty-state strong{display:block;margin-bottom:6px}.portal-empty-state p{margin:0;color:var(--text-soft)}.storefront-payment-custom{margin-top:8px}.storefront-payment-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.storefront-payment-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eef6fb;border:1px solid #d7e6f3;color:#245289;font-size:13px;font-weight:700}.storefront-payment-chip:hover{background:#e4f0f8}.variant-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:12px}.variant-editor-group{display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:20px;border:1px solid rgba(215,228,242,.95);background:linear-gradient(180deg,#fff,#fbfdff)}.variant-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.variant-editor-head span:first-child{font-size:14px;font-weight:800;color:var(--text)}.variant-editor-head span:last-child{font-size:12px;font-weight:700;color:var(--text-soft)}.variant-editor-input{display:flex;gap:10px}.variant-editor-input .crm-input{flex:1}.variant-editor-chips{display:flex;flex-wrap:wrap;gap:10px;min-height:34px}.variant-editor-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:13px;font-weight:800;transition:background-color var(--transition),color var(--transition)}.variant-editor-chip:hover{background:#dcecff}.variant-editor-chip span{font-size:16px;line-height:1;opacity:.7}.variant-editor-empty{font-size:13px;color:var(--text-soft)}.warehouse-edit-grid{margin-bottom:18px}.warehouse-edit-section{margin-top:18px;padding:20px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(217,229,241,.98)}.variant-media-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-bottom:18px}.variant-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(156px,1fr));gap:14px}.variant-media-card{display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:20px;border:1px solid rgba(217,229,241,.98);background:#fff}.variant-media-card.is-primary{border-color:#2659a84d;box-shadow:inset 0 0 0 1px #2659a814}.variant-media-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;background:#eef4f9}.variant-media-actions{display:flex;flex-direction:column;gap:8px}.variant-media-empty{display:flex;align-items:center;justify-content:center;min-height:164px;border-radius:20px;border:1px dashed rgba(198,214,230,.95);background:#f8fbff;color:var(--text-soft);font-size:14px;font-weight:700}.variant-bindings-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.variant-binding-card{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:20px;border:1px solid rgba(217,229,241,.98);background:#fff}.variant-binding-head{display:flex;align-items:center;gap:12px}.variant-binding-head strong{font-size:14px;font-weight:800;color:var(--text)}.variant-binding-swatch{width:22px;height:22px;border-radius:999px;border:1px solid rgba(148,163,184,.38);box-shadow:inset 0 0 0 1px #ffffffb3}.variant-picker-thumbs{display:flex;flex-wrap:wrap;gap:10px}.variant-picker-thumb{width:78px;min-height:86px;padding:8px;border-radius:18px;border:1px solid rgba(213,227,240,.95);background:#fff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;transition:border-color var(--transition),background-color var(--transition)}.variant-picker-thumb img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;background:#eef4f9}.variant-picker-thumb span{font-size:10px;font-weight:800;color:var(--text-soft)}.variant-picker-thumb.is-active{border-color:#2659a899;background:#edf5ff}.variant-picker-thumb-clear{width:auto;min-width:110px;padding:0 14px;font-size:13px;font-weight:800;color:var(--text-soft)}.variant-picker-empty{font-size:13px;color:var(--text-soft)}.warehouse-count-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:#eef2ff;color:#4c67c9;font-size:13px;font-weight:800}.warehouse-product-edit{display:flex;flex-direction:column;gap:18px}.warehouse-product-edit__hero{display:flex;align-items:center;gap:18px;padding-top:8px}.warehouse-back-btn{width:66px;height:66px;border-radius:20px;border:1px solid rgba(217,229,241,.98);background:#fff;color:var(--text);font-size:34px;line-height:1;box-shadow:var(--shadow-soft)}.warehouse-product-edit__hero-copy h1{margin:0;font-size:38px;line-height:1}.warehouse-product-edit__hero-copy p{margin:10px 0 0;color:var(--text-soft);font-size:16px}.warehouse-edit-card{padding:28px 32px}.warehouse-fields-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 28px}.warehouse-fields-grid .field-shell:last-child:nth-child(5){grid-column:span 2}.warehouse-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.warehouse-section-title{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.warehouse-section-title--editable{flex:1;min-width:0}.warehouse-property-title-input{max-width:260px;min-height:44px;font-weight:800}.warehouse-section-title h3{margin:0;font-size:26px;line-height:1.1}.warehouse-section-actions{display:flex;align-items:center;gap:12px}.warehouse-section-meta{color:#33a060;font-size:16px;font-weight:700}.warehouse-properties-empty{padding:16px 18px;border-radius:18px;background:#f7fafe;border:1px dashed #d9e5f1;color:var(--text-soft);font-size:14px;line-height:1.6}.warehouse-help-copy,.warehouse-help-note{margin:0 0 18px;color:var(--text-soft);font-size:15px;line-height:1.55}.warehouse-help-note{margin-top:16px;margin-bottom:0}.warehouse-media-shelf{display:flex;flex-wrap:wrap;gap:16px}.warehouse-media-uploader,.warehouse-media-empty-card{width:210px;height:210px;border-radius:24px;background:linear-gradient(180deg,#f8fbff,#eff4fb);border:1px solid rgba(217,229,241,.98);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-soft);font-weight:700}.warehouse-media-uploader{border-style:dashed}.warehouse-media-uploader span{font-size:48px;line-height:1}.warehouse-media-card{width:210px}.warehouse-media-card img,.warehouse-media-empty-card img{width:100%;height:100%;object-fit:cover;border-radius:24px}.warehouse-color-composer{display:grid;grid-template-columns:78px minmax(0,1fr) 180px;gap:18px;align-items:end;padding:26px;border-radius:24px;background:linear-gradient(180deg,#fafcff,#f3f7fc);border:1px solid rgba(217,229,241,.98)}.warehouse-color-composer__swatch{width:78px;height:78px;border-radius:999px;border:3px solid rgba(255,255,255,.92);box-shadow:0 10px 24px #2659a829}.warehouse-color-composer__field{display:flex;flex-direction:column;gap:10px}.warehouse-color-composer__field span,.warehouse-palette>span{color:var(--text-soft);font-size:14px;font-weight:700}.warehouse-palette{margin-top:16px}.warehouse-palette__list{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.warehouse-palette__item{width:48px;height:48px;border-radius:999px;border:3px solid rgba(217,229,241,.98);box-shadow:0 6px 16px #0f172a0f}.warehouse-palette__item.is-active{transform:scale(1.04);border-color:#3f63d9}.warehouse-color-list{display:flex;flex-direction:column;gap:14px;margin-top:24px}.warehouse-color-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:18px;min-height:96px;padding:0 24px;border-radius:22px;border:1px solid rgba(217,229,241,.98);background:#fff}.warehouse-color-row__main{display:flex;align-items:center;gap:18px;min-width:0}.warehouse-color-row__main strong{font-size:17px}.warehouse-color-row__swatch{width:54px;height:54px;border-radius:999px;border:1px solid rgba(148,163,184,.32);box-shadow:inset 0 0 0 1px #ffffffb3}.warehouse-color-row__hex{color:#a8b4c8;font-size:15px;font-weight:700}.warehouse-color-row__badge{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:16px;border:1px solid #c9ead7;background:#ecfbf2;color:#2fa05f;font-size:15px;font-weight:800}.warehouse-color-row__remove{width:52px;height:52px;border-radius:16px;background:#fff1f1;color:#e15757;font-size:30px;line-height:1}.warehouse-variant-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.warehouse-variant-card{min-height:280px}.warehouse-inline-editor{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:14px}.warehouse-inline-editor .btn{min-height:60px}.warehouse-inline-chips{margin-top:18px}.warehouse-color-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.warehouse-color-media-card__body{display:grid;grid-template-columns:116px minmax(0,1fr);gap:14px;align-items:start}.warehouse-media-uploader--small,.warehouse-media-empty-card--small{width:170px;height:170px;border-radius:22px}.warehouse-inline-upload-btn{margin-left:auto}.warehouse-color-media-card{padding:14px;gap:12px}.warehouse-color-media-card .variant-binding-head{gap:10px}.warehouse-color-media-card .variant-binding-head strong{font-size:15px}.warehouse-color-preview{width:116px;height:116px;border-radius:18px;border:1px solid rgba(217,229,241,.98);background:linear-gradient(180deg,#f8fbff,#eff4fb);display:flex;align-items:center;justify-content:center;color:var(--text-soft);font-size:13px;font-weight:700;overflow:hidden}.warehouse-color-preview img{width:100%;height:100%;object-fit:cover}.warehouse-color-media-card__picker .variant-picker-thumbs{gap:8px}.warehouse-color-media-card__picker .variant-picker-thumb{width:64px;min-height:72px;padding:6px;border-radius:14px}.warehouse-color-media-card__picker .variant-picker-thumb span{font-size:9px}.warehouse-color-media-card__picker .variant-picker-thumb-clear{min-width:92px;font-size:12px}.warehouse-color-media-card__picker .variant-picker-empty{font-size:12px}.warehouse-help-copy,.warehouse-help-note{font-size:14px}.warehouse-section-title h3{font-size:22px}.warehouse-color-row__main strong{font-size:15px}.warehouse-edit-actions{margin-top:6px}.showcase-shell-walmartish{background:radial-gradient(circle at top left,rgba(66,178,213,.2),transparent 24%),linear-gradient(180deg,#eef7fc 0,#eef7fc 220px,#f5f8fc 220px,#f5f8fc)}.showcase-shell-walmartish .showcase-topbar{position:sticky;top:0;z-index:28;display:block;padding:14px 24px 12px;background:#ffffffeb;border-bottom:1px solid rgba(223,230,239,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.showcase-topbar-main{display:grid;grid-template-columns:auto auto minmax(320px,1fr) auto;gap:16px;align-items:center}.showcase-shell-walmartish .showcase-brand{color:var(--text);text-decoration:none}.showcase-shell-walmartish .brand-mark{width:48px;height:48px;border-radius:16px;font-size:22px}.showcase-shell-walmartish .showcase-brand small{color:var(--text-soft)}.showcase-utility-pill{min-height:52px;padding:0 18px;border-radius:999px;background:#42b2d51f;color:var(--accent-strong);display:inline-flex;align-items:center;gap:12px;font-weight:800;border:1px solid rgba(66,178,213,.18)}.showcase-utility-ico{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;display:inline-flex;align-items:center;justify-content:center}.showcase-utility-ico .icon-svg{width:16px;height:16px}.showcase-header-search{position:relative}.showcase-header-search .crm-search{display:block}.showcase-header-search .crm-search input{width:100%;min-height:52px;padding-right:58px;border:1px solid rgba(223,230,239,.9);background:#fff;box-shadow:var(--shadow-soft)}.showcase-search-submit{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;display:inline-flex;align-items:center;justify-content:center}.showcase-search-submit .icon-svg{width:18px;height:18px}.showcase-shell-walmartish .showcase-topbar-actions{gap:8px}.showcase-head-link{min-height:52px;padding:0 14px;border-radius:16px;color:var(--text);display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;border:1px solid rgba(223,230,239,.9);background:#fffffff5;box-shadow:var(--shadow-soft)}.showcase-head-link .icon-svg{width:17px;height:17px}.showcase-head-link:hover{background:#fff}.showcase-topbar-subnav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(223,230,239,.8)}.showcase-pills-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.showcase-pills-scroll::-webkit-scrollbar{display:none}.showcase-nav-pill,.showcase-filter-pill{min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(223,230,239,.9);background:#ffffffeb;color:var(--text);white-space:nowrap;font-weight:800;transition:transform var(--transition),background-color var(--transition),color var(--transition)}.showcase-nav-pill:hover,.showcase-filter-pill:hover{transform:translateY(-1px)}.showcase-nav-pill.is-active,.showcase-filter-pill.is-active{background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;border-color:transparent}.showcase-topbar-meta{display:flex;align-items:center;gap:10px;color:var(--accent-strong);font-size:13px;font-weight:800;white-space:nowrap}.showcase-topbar-meta span{padding:8px 12px;border-radius:999px;background:#42b2d51f}.showcase-page-retail{padding-top:22px;max-width:1380px;margin:0 auto}.showcase-retail-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:18px;margin-bottom:18px}.showcase-hero-banner{min-height:320px;padding:34px;border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(255,255,255,.22),transparent 26%),linear-gradient(135deg,#42b2d5,#357fbc 46%,#2659a8);color:#fff;box-shadow:0 20px 40px #07276e3d}.showcase-hero-banner .showcase-kicker{background:#ffffff29;color:#fff}.showcase-hero-banner h1{margin:18px 0 14px;max-width:12ch;font-size:clamp(38px,5vw,64px);line-height:.95}.showcase-hero-banner p{max-width:56ch;color:#ffffffe0;font-size:16px;line-height:1.65}.showcase-hero-banner .showcase-hero-actions{margin-top:24px}.showcase-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px}.showcase-hero-metrics div{padding:14px 16px;border-radius:20px;background:#ffffff24;border:1px solid rgba(255,255,255,.16)}.showcase-hero-metrics span{display:block;color:#fffc;font-size:12px;font-weight:700}.showcase-hero-metrics strong{display:block;margin-top:8px;font-size:24px}.showcase-hero-side{display:grid;grid-template-rows:1fr auto;gap:14px}.showcase-deal-card,.showcase-summary-grid div,.showcase-toolbar-strip,.showcase-window-card,.showcase-featured-card,.showcase-store-shelf,.showcase-empty-card,.showcase-empty-state{background:#fff;border:1px solid rgba(219,227,241,.92);box-shadow:var(--shadow-soft)}.showcase-deal-card{padding:24px;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between}.showcase-focus-card{gap:18px}.showcase-deal-label{color:var(--accent-strong);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.showcase-deal-card strong{font-size:40px;line-height:1}.showcase-deal-card p{color:var(--text-soft);line-height:1.55}.showcase-hero-store-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.showcase-hero-store-meta div{padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,#f5f9ff,#fff);border:1px solid rgba(219,227,241,.92)}.showcase-hero-store-meta span{display:block;color:var(--text-soft);font-size:12px;font-weight:700}.showcase-hero-store-meta strong{display:block;margin-top:6px;font-size:22px}.showcase-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.showcase-summary-grid-compact div{min-height:104px}.showcase-summary-grid div{padding:18px;border-radius:20px}.showcase-summary-grid span,.showcase-toolbar-label,.showcase-section-head p,.showcase-shelf-aside span{color:var(--text-soft);font-size:12px;font-weight:700}.showcase-summary-grid strong{display:block;margin-top:8px;font-size:26px}.showcase-promo-strip,.showcase-window-row,.showcase-featured-row,.showcase-shelves{margin-bottom:22px}.showcase-promo-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.showcase-promo-card{min-height:148px;padding:18px;border-radius:22px;text-align:left;color:#fff;box-shadow:var(--shadow-soft);transition:transform var(--transition),box-shadow var(--transition),filter var(--transition)}.showcase-promo-card:hover,.showcase-promo-card.is-active{transform:translateY(-2px);box-shadow:0 18px 36px #0f275229;filter:saturate(1.05)}.showcase-promo-card.tone-0{background:linear-gradient(135deg,#357fbc,#2659a8)}.showcase-promo-card.tone-1{background:linear-gradient(135deg,#42b2d5,#357fbc)}.showcase-promo-card.tone-2{background:linear-gradient(135deg,#2659a8,#0b1a33)}.showcase-promo-card.tone-3{background:linear-gradient(135deg,#4fb0dd,#3b8fc5)}.showcase-promo-eyebrow{display:inline-block;margin-bottom:28px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffc2}.showcase-promo-card strong{display:block;font-size:22px;line-height:1.15}.showcase-promo-card p{margin-top:10px;color:#ffffffd6;line-height:1.45}.showcase-toolbar-strip{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px;align-items:end;padding:18px 20px;border-radius:24px;margin-bottom:20px}.showcase-toolbar-group{min-width:0}.showcase-toolbar-label{display:block;margin-bottom:10px;text-transform:uppercase;letter-spacing:.04em}.showcase-toolbar-controls .field-shell>span{text-transform:uppercase;letter-spacing:.04em}.showcase-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}.showcase-section-head h2{margin:0;font-size:28px}.showcase-section-head p{margin:0}.showcase-window-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.showcase-window-grid>.showcase-empty-card,.showcase-featured-grid>.showcase-empty-card{grid-column:1 / -1}.showcase-product-card-vitrine{min-height:100%;flex-direction:column;padding:16px;border-radius:22px;background:#fff}.showcase-product-thumb-large{width:100%;height:116px;border-radius:18px;margin-bottom:14px;font-size:32px}.showcase-product-card-vitrine h3{margin:0 0 8px;font-size:15px;line-height:1.35}.showcase-product-card-vitrine p{min-height:42px;margin:0 0 12px;color:var(--text-soft);font-size:12px;line-height:1.45}.showcase-product-meta-line{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;color:var(--text-soft);font-size:12px;font-weight:700}.showcase-product-cta-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.showcase-product-cta-row strong{color:#e05656;font-size:15px}.showcase-open-btn{min-height:32px;padding:0 12px;border-radius:999px;background:var(--success);color:#fff;font-size:12px;font-weight:800}.showcase-more-tile{min-height:100%;padding:20px 18px;border-radius:22px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 30%),linear-gradient(135deg,#42b2d5,#357fbc);color:#fff;text-align:left;box-shadow:var(--shadow-soft)}.showcase-more-tile span{display:block;color:#fffc;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.showcase-more-tile strong{display:block;margin-top:18px;font-size:22px;line-height:1.2}.showcase-window-card{display:flex;gap:14px;padding:18px;border-radius:24px}.showcase-store-chip{padding:6px 10px;border-radius:999px;background:#42b2d51f;color:var(--accent-strong);font-size:11px;font-weight:800}.showcase-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.showcase-featured-card{padding:18px;border-radius:22px;text-align:left;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.showcase-featured-card:hover,.showcase-featured-card.is-active{transform:translateY(-2px);border-color:#357fbc59;box-shadow:0 14px 30px #0f27521f}.showcase-featured-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.showcase-featured-card strong{display:block;margin-bottom:2px;font-size:17px}.showcase-featured-card span,.showcase-featured-card p{color:var(--text-soft)}.showcase-featured-card p{min-height:48px;margin:0 0 12px;line-height:1.45}.showcase-window-card h3,.showcase-shelf-head h3{margin:12px 0 8px}.showcase-window-card h3{font-size:22px}.showcase-window-card p,.showcase-shelf-head p{margin:0 0 14px;color:var(--text-soft)}.showcase-shelves{display:flex;flex-direction:column;gap:18px}.showcase-store-shelf{padding:22px;border-radius:28px}.showcase-shelf-head{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:16px}.showcase-shelf-head h3{font-size:32px}.showcase-shelf-aside{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px}.showcase-shelf-aside div{padding:16px;border-radius:20px;background:linear-gradient(180deg,#f5f9ff,#fff);border:1px solid rgba(219,227,241,.92)}.showcase-shelf-aside strong{display:block;margin-top:8px;font-size:24px}.showcase-store-ribbon{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.showcase-shelf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.showcase-product-card-compact{min-height:100%}.showcase-product-card-compact h4{margin:12px 0 8px;font-size:20px}.showcase-product-card-compact p{min-height:54px}.showcase-shelf-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line);color:var(--text-soft);font-size:14px;font-weight:700}@media (max-width: 1100px){.triple-grid,.filter-grid.four,.filter-grid.three,.filter-grid.five{grid-template-columns:repeat(2,1fr)}.split-grid,.dashboard-grid.mvp-dashboard-grid{grid-template-columns:1fr}.catalog-kpi-grid{grid-template-columns:repeat(2,1fr)}.table-scroll-sticky{overflow-x:auto}.showcase-hero,.showcase-layout,.storefront-profile-hero,.portal-products-hero{grid-template-columns:1fr}.showcase-store-rail{position:static}.showcase-store-summary,.showcase-store-meta-panels,.showcase-filter-grid{grid-template-columns:1fr 1fr}.showcase-topbar-main,.showcase-retail-hero,.showcase-toolbar-strip,.client-store-editor-shell{grid-template-columns:1fr}.client-store-editor-preview{position:static}.client-store-edit-address{grid-column:auto}.showcase-promo-strip,.showcase-window-grid,.showcase-featured-grid{grid-template-columns:1fr 1fr}.portal-section-head,.portal-assortment-main{display:grid;grid-template-columns:1fr}.portal-assortment-facts{min-width:0}}@media (max-width: 720px){.triple-grid,.filter-grid.four,.filter-grid.three,.filter-grid.two,.filter-grid.five,.detail-grid{grid-template-columns:1fr}.crm-search input,.crm-search.narrow input,.receive-scan input{width:100%}.catalog-kpi-grid{grid-template-columns:1fr}.crm-page-title{align-items:stretch}.page-actions,.portal-page-actions{width:100%;flex-direction:column;align-items:stretch}.page-actions .btn,.portal-page-actions .btn{width:100%;justify-content:center}.showcase-topbar,.showcase-page{padding:18px}.showcase-kpi-grid,.showcase-filter-grid,.showcase-store-summary,.showcase-store-meta-panels,.payment-methods-grid{grid-template-columns:1fr}.showcase-filter-main,.payment-methods-custom,.showcase-store-section-head,.showcase-product-footer,.showcase-shelf-foot,.subtabs-with-actions{flex-direction:column;align-items:stretch}.subtabs-actions{justify-content:flex-start}.variant-editor-grid{grid-template-columns:1fr}.variant-editor-input{flex-direction:column}.client-installment-head,.client-installment-row{grid-template-columns:1fr}.portal-assortment-actions{justify-content:stretch}.portal-assortment-actions .btn{flex:1}.client-store-editor-head-actions{width:100%;flex-direction:column;align-items:stretch}.client-store-editor-head-actions .btn{width:100%;justify-content:center}.client-store-editor-address{grid-column:auto}.portal-assortment-facts{grid-template-columns:1fr}.portal-product-form-card,.portal-assortment-card,.surface-card.detail-panel,.client-store-editor-card{padding:20px}.portal-section-head h3,.portal-assortment-copy h4{font-size:20px}.client-store-preview-card h4,.portal-products-copy h3,.storefront-profile-copy h3{font-size:24px}.portal-products-stats,.storefront-profile-stats{grid-template-columns:1fr}.portal-catalog-picker-wrap .crm-search,.portal-assortment-head .crm-search,.portal-catalog-picker-wrap .crm-search input,.portal-assortment-head .crm-search input{width:100%}.topbar-maincopy{min-width:0}.topbar-maincopy h2,.topbar-maincopy .crumb{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.showcase-filters{top:82px}.showcase-hero-copy,.showcase-store-section,.showcase-empty-state{padding:22px}.showcase-hero-copy h1{max-width:none;font-size:32px}.showcase-shell-walmartish{background:linear-gradient(180deg,#eef7fc 0,#eef7fc 240px,#f5f8fc 240px,#f5f8fc)}.showcase-shell-walmartish .showcase-topbar{padding:14px 16px 12px}.showcase-topbar-main{grid-template-columns:1fr}.showcase-utility-pill,.showcase-head-link{justify-content:center}.showcase-topbar-subnav,.showcase-section-head,.showcase-shelf-head{flex-direction:column;align-items:stretch}.showcase-topbar-meta{flex-wrap:wrap}.showcase-page-retail{padding-top:16px}.showcase-hero-banner,.showcase-toolbar-strip,.showcase-store-shelf{padding:18px}.showcase-hero-banner h1{max-width:none;font-size:28px}.showcase-hero-store-meta,.showcase-hero-metrics,.showcase-summary-grid,.showcase-promo-strip,.showcase-window-grid,.showcase-featured-grid,.showcase-shelf-aside{grid-template-columns:1fr}}.el-page{min-height:100vh;background:#fff;color:#202125}.el-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.el-topbar{border-bottom:1px solid #ececec;background:#fff}.el-topbar-inner{display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:24px;min-height:92px}.el-brand{display:inline-flex;align-items:center;justify-content:center;color:#1b73e8}.el-brand-icon{width:36px;height:36px}.el-nav{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.el-nav-link{display:inline-flex;align-items:center;gap:6px;color:#22242a;text-decoration:none;font-size:16px;padding:4px 0;border-bottom:2px solid transparent}.el-nav-link.is-active{color:#1667ea;border-bottom-color:#1667ea}.el-nav-link.is-hot{padding:6px 12px;border-radius:12px;background:#fff6df}.el-hot-badge{font-size:15px;line-height:1}.el-contact{text-align:right}.el-contact-line{display:flex;align-items:center;justify-content:flex-end;gap:6px;font-size:18px}.el-contact-icon{width:22px;height:22px;color:#b5b5b5}.el-contact a{color:#1767ea;font-size:14px;text-decoration:none}.el-main{padding:24px 0 56px}.el-search-row{display:grid;grid-template-columns:216px minmax(0,1fr) auto;align-items:start;gap:24px;position:relative;z-index:8}.el-catalog-wrap{position:relative}.el-catalog-btn{width:100%;min-height:56px;border-radius:16px;background:linear-gradient(135deg,#8c42ff,#1b73e8);color:#fff;display:inline-flex;align-items:center;gap:10px;padding:0 22px;font-size:17px;font-weight:700;box-shadow:0 12px 26px #615cff2e}.el-catalog-btn.is-open{background:linear-gradient(135deg,#1b73e8,#8c42ff)}.el-catalog-btn .el-icon{width:22px;height:22px}.el-catalog-menu{position:absolute;left:0;top:calc(100% + 12px);width:216px;background:#fff;border-radius:18px;padding:14px;box-shadow:0 18px 42px #19264829}.el-catalog-item{width:100%;min-height:42px;margin-bottom:8px;border-radius:10px;background:#f6f6f7;text-align:left;padding:0 16px;font-size:17px;color:#1f2024}.el-catalog-item:last-child{margin-bottom:0}.el-catalog-item.is-active{background:#eef5ff;color:#1767ea}.el-search-stack{position:relative}.el-search-box{min-height:56px;display:flex;align-items:center;gap:10px;padding:0 18px;border:1px solid #d7d8dc;border-radius:12px;background:#fff}.el-search-box .el-icon{width:28px;height:28px;color:#c2c3c7}.el-search-box input{width:100%;border:0;outline:none;background:transparent;font-size:17px;color:#212226}.el-search-dropdown{position:absolute;left:0;top:calc(100% + 18px);width:100%;background:#fff;border-radius:18px;box-shadow:0 18px 42px #1926482e;overflow:hidden}.el-search-item{width:100%;display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 22px;text-align:left;border-bottom:1px solid #e6e7ea;background:#fff}.el-search-item:last-child{border-bottom:0}.el-search-item-thumb{width:52px;height:52px;border-radius:10px;background:#f6f9fd;overflow:hidden;display:grid;place-items:center}.el-search-item-thumb img{width:100%;height:100%;object-fit:cover}.el-search-item-copy strong{display:block;font-size:18px;font-weight:500;margin-bottom:4px}.el-search-item-copy span{display:block;font-size:16px;font-weight:700}.el-search-item-link{color:#1767ea;font-size:16px}.el-actions{display:flex;align-items:center;gap:18px}.el-action-btn{width:42px;height:42px;color:#66676f}.el-action-btn .el-icon{width:100%;height:100%}.el-cart-btn{min-width:218px;min-height:56px;padding:0 18px;border-radius:16px;background:#60d718;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:700;box-shadow:0 12px 26px #60d71833}.el-cart-btn .el-icon{width:24px;height:24px}.el-cart-btn b{min-width:28px;height:28px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0000001a}.el-tabs-row{display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:24px;margin-top:18px;position:relative;z-index:4}.el-tabs{display:flex;align-items:center;gap:28px;overflow-x:auto;padding:0 6px}.el-tab{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;color:#24262b;font-size:16px}.el-tab .el-icon{width:32px;height:32px;color:#c5c6ca}.el-tab.is-active{color:#1b73e8;font-weight:700}.el-tab.is-active .el-icon{color:#1b73e8}.el-mini-banner{min-height:64px;padding:0 14px 0 10px;border-radius:10px;background:linear-gradient(135deg,#2f233f,#4a4257);color:#fff;display:grid;grid-template-columns:60px minmax(0,1fr);align-items:center;gap:12px}.el-mini-banner img{width:60px;height:60px;object-fit:contain}.el-mini-banner-copy{display:flex;align-items:center;justify-content:space-between;gap:10px}.el-mini-banner-copy strong{font-size:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.el-mini-banner-arrow{width:26px;height:26px;color:#ffffffa6;flex-shrink:0}.el-hero{position:relative;margin-top:8px;border-radius:0 0 8px 8px}.el-hero-slide{min-height:480px;background:#dff0ff;border-radius:0;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;overflow:hidden}.el-hero-visual{display:flex;align-items:end;justify-content:center;height:100%;padding:20px 20px 0 40px}.el-hero-visual img{width:100%;max-width:520px;height:auto;object-fit:contain;filter:drop-shadow(0 26px 42px rgba(46,90,146,.14))}.el-hero-copy{padding:40px 80px 40px 0}.el-hero-copy h1{margin:0 0 24px;font-size:clamp(52px,7vw,92px);line-height:.92;letter-spacing:-.05em;color:#2b3641}.el-hero-price{margin-bottom:28px;font-size:44px;color:#4d5761;font-weight:300}.el-hero-btn{min-width:164px;min-height:60px;border-radius:10px;background:#2483f5;color:#fff;font-size:18px;font-weight:500;text-transform:lowercase}.el-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;color:#77818b;z-index:2}.el-hero-arrow.is-left{left:18px}.el-hero-arrow.is-right{right:18px}.el-hero-arrow .el-icon{width:100%;height:100%}.el-hero-empty{grid-column:1 / -1;align-self:center;justify-self:center;text-align:center}.el-hero-empty h2{margin:0 0 12px;font-size:34px}.el-hero-empty p{margin:0;color:#6b7280;font-size:16px}.el-section,.el-store-panel{margin-top:36px}.el-section-head{margin-bottom:18px}.el-section-head h2{margin:0;font-size:28px}.el-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.el-card{background:#fff;border-radius:18px;border:1px solid #ebedf2;box-shadow:0 12px 30px #1f29370f;overflow:hidden}.el-card-thumb{aspect-ratio:1 / 1;background:linear-gradient(180deg,#f7fbff,#ebf2f9);padding:16px}.el-card-thumb img{width:100%;height:100%;object-fit:contain}.el-card-body{padding:16px}.el-card-body h4{margin:0 0 10px;font-size:18px;line-height:1.3;min-height:2.6em}.el-card-price{margin-bottom:12px;font-size:24px;font-weight:700}.el-card-link{color:#1767ea;font-size:16px;font-weight:500}.el-store-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px;border-radius:24px;background:#f8fbff;border:1px solid #e7edf5;margin-bottom:24px}.el-back-link{margin-bottom:14px;color:#1767ea;font-size:15px}.el-store-head h2{margin:0 0 8px;font-size:34px}.el-store-head p{margin:0;color:#68717b}.el-store-stats{display:flex;gap:12px}.el-store-stats div{min-width:118px;padding:14px 16px;border-radius:18px;background:#fff;border:1px solid #e5ecf5}.el-store-stats strong{display:block;margin-bottom:4px;font-size:24px}.el-store-stats span{color:#6b7280;font-size:13px}.el-icon{display:block}@media (max-width: 1180px){.el-topbar-inner,.el-search-row,.el-tabs-row,.el-hero-slide,.el-grid{grid-template-columns:1fr}.el-nav{justify-content:center}.el-contact{text-align:left}.el-contact-line,.el-actions{justify-content:flex-start}.el-tabs-row{gap:14px}.el-mini-banner{width:100%}.el-hero-copy{padding:0 32px 40px}.el-hero-visual{padding:24px 24px 0}}@media (max-width: 760px){.el-shell{width:min(100% - 24px,1180px)}.el-topbar-inner{gap:16px;padding:14px 0}.el-nav{gap:10px 14px}.el-nav-link{font-size:14px}.el-search-row{gap:14px}.el-catalog-menu{width:100%}.el-actions{gap:10px;flex-wrap:wrap}.el-cart-btn{min-width:100%}.el-tabs{gap:18px}.el-hero-slide{min-height:auto}.el-hero-copy h1{font-size:52px}.el-hero-price{font-size:30px}.el-grid{grid-template-columns:1fr}.el-store-head{flex-direction:column}.el-store-stats{width:100%;flex-direction:column}}.mob-page{min-height:100vh;background:#f3f6fb;color:#202124}.mob-frame{width:min(100%,430px);margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 0 1px #00000008}.mob-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid #eceef3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mob-header-line{display:grid;grid-template-columns:28px minmax(0,1fr) auto 28px;align-items:center;gap:8px;padding:6px 6px 6px 8px}.mob-brand,.mob-header-menu{display:inline-flex;align-items:center;justify-content:center;color:#1877f2}.mob-brand .mob-icon,.mob-header-menu .mob-icon{width:24px;height:24px}.mob-search{min-width:0;display:flex;align-items:center;gap:6px;color:#adb0b7}.mob-search .mob-icon{width:19px;height:19px;color:#9ca1aa;flex-shrink:0}.mob-search input{width:100%;border:0;background:transparent;outline:none;font-size:12px;color:#22242a;padding:0}.mob-header-phone{display:flex;align-items:center;gap:4px;color:#5f6368;font-size:10px;white-space:nowrap}.mob-header-phone .mob-icon{width:13px;height:13px;color:#8f939b}.mob-hero{position:relative;min-height:374px;background:#d7efff;overflow:hidden}.mob-hero-copy{padding:14px 16px 0;text-align:center}.mob-hero-copy h1{margin:0;font-size:33px;line-height:1;letter-spacing:-.04em;color:#263444}.mob-hero-price{margin-top:8px;font-size:22px;color:#324454;font-weight:300}.mob-hero-btn{margin-top:12px;min-width:92px;min-height:31px;border-radius:6px;background:#1877f2;color:#fff;font-size:12px;font-weight:600}.mob-hero-image{display:flex;justify-content:center;align-items:end;padding-top:8px}.mob-hero-image img{width:196px;height:auto;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(45,76,117,.16))}.mob-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);color:#7e8792;width:26px;height:26px}.mob-hero-arrow.is-left{left:6px}.mob-hero-arrow.is-right{right:6px}.mob-hero-arrow .mob-icon{width:100%;height:100%}.mob-title-block{padding:22px 16px 10px;text-align:center}.mob-title-block h2{margin:0;font-size:18px;font-weight:600}.mob-products-section{padding:10px 6px 22px}.mob-products-section h3{margin:0 0 12px 6px;color:#1877f2;font-size:12px;font-weight:500}.mob-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}.mob-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #1f29370f;border:1px solid #f0f2f6;padding:8px 8px 10px}.mob-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.mob-rating{display:flex;align-items:center;gap:1px;color:#1877f2;font-size:8px}.mob-rating span{margin-left:3px;font-size:8px;font-weight:600}.mob-star{width:11px;height:11px}.mob-star.is-full{color:#f8a01e}.mob-star.is-empty{color:#d7dce2}.mob-card-icons{display:flex;align-items:center;gap:3px;color:#7f858e}.mob-card-icons .mob-icon{width:13px;height:13px}.mob-card-photo{display:flex;justify-content:center;align-items:center;min-height:106px;padding:6px 0 4px}.mob-card-photo img{width:92px;height:92px;object-fit:contain}.mob-card h4{margin:0;font-size:10px;line-height:1.18;text-align:center;font-weight:700}.mob-card-subtitle{margin-top:2px;text-align:center;font-size:10px;line-height:1.18;font-weight:700}.mob-stock-row{display:flex;align-items:center;gap:3px;margin-top:8px;color:#8c9097;font-size:7px;white-space:nowrap}.mob-stock-row .mob-icon{width:10px;height:10px;flex-shrink:0}.mob-stock-row span:last-child{margin-left:auto}.mob-stock-row.is-waiting{color:#6a717b}.mob-price-row{display:flex;align-items:center;gap:6px;margin-top:6px}.mob-price-row s{color:#b4b8c0;font-size:7px;white-space:nowrap}.mob-price-pill{margin-left:auto;min-height:24px;padding:0 7px;border-radius:5px;display:inline-flex;align-items:center;gap:4px;color:#fff;font-size:7px;font-weight:700;white-space:nowrap}.mob-price-pill.is-blue{background:#1877f2}.mob-price-pill.is-green{background:#5ad71d}.mob-price-pill .mob-icon{width:11px;height:11px}.mob-card-links{margin-top:8px;display:flex;justify-content:space-between;gap:6px}.mob-card-links button{font-size:7px;color:#1877f2}.mob-card-links button:last-child{color:#6f737b}.mob-card-wait{margin-top:8px;text-align:center}.mob-card-wait p{margin:0 0 8px;color:#898d95;font-size:7px;line-height:1.35}.mob-card-wait button{color:#1877f2;font-size:8px;font-weight:500}.mob-copy-section{padding:10px 16px 18px}.mob-copy-section h2{margin:0 0 12px;font-size:14px;font-weight:700}.mob-copy-section p{margin:0 0 4px;font-size:7px;line-height:1.35;color:#43464d}.mob-black-banner{min-height:92px;margin-top:6px;background:#050505;color:#fff;display:grid;grid-template-columns:84px minmax(0,1fr);align-items:center;gap:8px;padding:10px 14px}.mob-black-banner img{width:72px;height:72px;object-fit:contain}.mob-black-copy strong{display:block;font-size:14px;margin-bottom:2px}.mob-black-copy span{display:block;font-size:8px;color:#ffffffd1}.mob-black-copy button{margin-top:10px;min-width:92px;min-height:28px;border-radius:6px;background:#1877f2;color:#fff;font-size:10px;font-weight:600}.mob-benefits{padding:18px 10px 10px}.mob-benefits h2{margin:0 0 14px;text-align:center;font-size:16px}.mob-benefits-list{display:flex;flex-direction:column;gap:10px}.mob-benefit-card{display:grid;grid-template-columns:44px minmax(0,1fr) 100px;align-items:center;gap:10px;padding:14px 12px;border-radius:12px;background:#fafbfc;border:1px solid #f0f2f6}.mob-benefit-icon{display:inline-flex;align-items:center;justify-content:center}.mob-benefit-icon .mob-icon{width:30px;height:30px}.mob-benefit-copy strong{display:block;margin-bottom:4px;font-size:10px}.mob-benefit-copy p{margin:0;color:#636872;font-size:7px;line-height:1.35}.mob-benefit-card button{min-height:34px;border-radius:8px;border:1px solid #1877f2;color:#1877f2;font-size:9px}.mob-subscribe{padding:18px 12px 16px;display:grid;grid-template-columns:108px minmax(0,1fr);gap:10px;align-items:center}.mob-subscribe-visual{display:flex;align-items:center;justify-content:center}.mob-subscribe-phone{width:72px;height:132px;border-radius:22px;background:linear-gradient(135deg,#ffffffe6,#fff3),linear-gradient(180deg,#dadde4,#f9fbfe);border:3px solid #d3d7df;transform:rotate(-12deg);box-shadow:0 12px 26px #1f293714;position:relative}.mob-subscribe-phone:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:24px;height:6px;border-radius:999px;background:#cdd2db}.mob-subscribe-copy h2{margin:0 0 6px;font-size:14px;line-height:1.15}.mob-subscribe-copy p{margin:0 0 10px;color:#656b74;font-size:8px;line-height:1.35}.mob-subscribe-badge{max-width:180px;padding:8px 12px;border-radius:10px;background:linear-gradient(135deg,#ff4d78,#8e4dff);color:#fff}.mob-subscribe-badge strong{display:block;font-size:10px}.mob-subscribe-badge span{display:block;margin-top:2px;font-size:7px}.mob-subscribe-form{margin-top:10px;display:grid;grid-template-columns:minmax(0,1fr) 102px;gap:6px}.mob-subscribe-form input{min-width:0;height:34px;border-radius:6px;border:1px solid #dfe3ea;padding:0 12px;font-size:10px;color:#666a72}.mob-subscribe-form button{border-radius:6px;background:#e5e5e5;color:#7a7a7a;font-size:9px;font-weight:600}.mob-footer{padding:10px 14px 88px}.mob-footer-top{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start}.mob-footer-apple{width:28px;height:28px;color:#1877f2}.mob-footer-top strong{display:block;font-size:8px}.mob-footer-top p{margin:3px 0;font-size:8px}.mob-footer-top small{display:block;color:#9aa0a8;font-size:6px;line-height:1.4}.mob-footer-links{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px 14px}.mob-footer-links a{color:#31343a;font-size:8px;text-decoration:none}.mob-footer-links.is-secondary{margin-top:12px}.mob-footer-contact{margin-top:16px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.mob-footer-phone{font-size:11px;font-weight:700}.mob-footer-note{color:#838891;font-size:7px;line-height:1.35}.mob-callback{display:inline-block;margin-top:8px;color:#1877f2;font-size:9px;text-decoration:none}.mob-footer-address{margin-top:16px}.mob-footer-address p{margin:0 0 4px;font-size:8px}.mob-socials{margin-top:10px;display:flex;justify-content:flex-end;gap:4px}.mob-socials a{display:inline-flex}.mob-socials .mob-icon{width:24px;height:24px}.mob-bottom-nav{display:none!important}.mob-bottom-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#6f737b;font-size:7px}.mob-bottom-item.is-active{color:#4fc11b}.mob-bottom-item .mob-icon{width:18px;height:18px}.mob-icon{display:block}.mob-page,.mob-frame,.desk-page{font-family:Aeroport,Manrope,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.desk-page{background:radial-gradient(circle at top right,rgba(13,209,73,.08),transparent 26%),radial-gradient(circle at top left,rgba(0,175,255,.08),transparent 28%),linear-gradient(180deg,#f8fcff,#fff 16%,#f7fbff)}.desk-shell{width:min(1240px,calc(100% - 36px));padding-bottom:60px}.desk-brand{color:#00afff;font-weight:800;letter-spacing:-.055em}.desk-nav a,.desk-contact-line,.desk-tab,.desk-copy-section h2,.cat-main-head h2,.cat-panel h3,.desk-title h2{color:#002a3a}.desk-contact a,.desk-tab.is-active,.desk-tab.is-active .mob-icon,.cat-link.is-active,.cat-breadcrumbs a,.desk-search-result-link{color:#00afff}.desk-header{padding-top:16px;padding-bottom:18px}.desk-search-row{gap:18px}.desk-catalog-btn{background:linear-gradient(180deg,#ffffff2e,#fff0 44%),linear-gradient(135deg,#00afff,#2a9cff 52%,#1583ff);box-shadow:inset 0 1px #ffffff57,inset 0 -8px 14px #0042742e,0 14px 28px #00afff2e}.desk-catalog-btn.is-open{background:linear-gradient(180deg,#ffffff2e,#fff0 44%),linear-gradient(135deg,#00afff,#39d671 56%,#0dd149);box-shadow:inset 0 1px #ffffff52,inset 0 -10px 18px #09722c2e,0 16px 30px #0dd1492e}.desk-search-box,.desk-search-results,.desk-catalog-panel,.desk-grid .mob-card,.cat-hero-copy,.cat-feature-card,.cat-panel,.cat-main,.desk-copy-section,.desk-benefit-card,.desk-subscribe,.desk-footer{border:1px solid rgba(0,42,58,.06);box-shadow:0 18px 40px #002a3a0f}.desk-search-box{border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f7fbfffa);box-shadow:inset 0 1px #ffffffeb,inset 0 -8px 14px #00afff09,0 14px 30px #002a3a0a}.desk-search-box .mob-icon,.desk-tab .mob-icon,.desk-contact-line .mob-icon{color:#002a3a47}.desk-cart-btn{background:linear-gradient(180deg,#ffffff29,#fff0 44%),linear-gradient(135deg,#18d95f,#12cf56 52%,#0dd149);box-shadow:inset 0 1px #ffffff47,inset 0 -10px 16px #06732b2e,0 14px 28px #0dd14938}.desk-cart-count{background:#007a222e}.desk-tabs-row{margin-top:18px;padding:2px 8px 10px}.desk-tab{border-radius:14px;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease}.desk-tab:hover{background:#00afff0f}.desk-tab.is-active{background:#00afff14;box-shadow:inset 0 0 0 1px #00afff1f}.desk-hero{margin-top:10px;border-radius:32px;background:radial-gradient(circle at left center,rgba(255,255,255,.35),transparent 24%),linear-gradient(135deg,#dff2ff,#d6efff);box-shadow:0 22px 44px #002a3a14}.desk-hero-copy h1,.desk-hero-price{color:#002a3a}.desk-hero-copy button,.cat-feature-copy button{background:linear-gradient(135deg,#00afff,#1583ff);box-shadow:0 10px 20px #00afff2e}.desk-copy-section,.desk-subscribe,.desk-footer{border-radius:28px;background:#ffffffd6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.desk-copy-section{padding:22px 24px 18px;max-width:none}.desk-products-section h3,.mob-products-section h3,.cat-kicker{color:#00afff}.desk-grid .mob-card,.cat-grid .mob-card{border-radius:22px;box-shadow:0 14px 28px #002a3a0d}.desk-grid .mob-price-pill.is-blue,.cat-grid .mob-price-pill.is-blue,.mob-price-pill.is-blue{background:linear-gradient(135deg,#00afff,#1583ff)}.desk-grid .mob-price-pill.is-green,.cat-grid .mob-price-pill.is-green,.mob-price-pill.is-green{background:linear-gradient(135deg,#18d95f,#0dd149)}.desk-benefit-card:nth-child(1){background:linear-gradient(180deg,#ecfff4,#fff)}.desk-benefit-card:nth-child(2){background:linear-gradient(180deg,#edf8ff,#fff)}.desk-benefit-card:nth-child(3){background:linear-gradient(180deg,#f2fbff,#fff)}.desk-benefit-card:nth-child(4){background:linear-gradient(180deg,#f8ffef,#fff)}.desk-benefit-card:nth-child(5){background:linear-gradient(180deg,#efffff,#fff)}.cat-hero-copy{background:radial-gradient(circle at top right,rgba(13,209,73,.1),transparent 28%),linear-gradient(135deg,#f6fcff,#eef8ff)}.cat-feature-copy span{color:#00afff}.cat-link.is-active{border-color:#00afff2e;background:linear-gradient(135deg,#00afff14,#0dd1490a)}.desk-page{display:none}.desk-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:8px 0 40px}.desk-meta-row{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#6b7480;font-size:11px;line-height:1.2}.desk-meta-left,.desk-socials{display:flex;align-items:center;gap:10px}.desk-meta-left a,.desk-meta-row a{color:#2b7be8;text-decoration:none}.desk-socials a{display:inline-flex}.desk-socials .mob-icon{width:18px;height:18px}.desk-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;padding:10px 0 14px}.desk-brand{display:inline-flex;align-items:center;color:#1877f2;text-decoration:none;font-size:24px;line-height:1;font-weight:800;letter-spacing:-.04em;white-space:nowrap}.desk-nav{display:flex;align-items:center;gap:26px}.desk-nav a{color:#222831;text-decoration:none;font-size:13px;line-height:1.2;white-space:nowrap}.desk-nav a.is-hot{color:#f49a13}.desk-contact{text-align:right}.desk-contact-line{display:flex;align-items:center;justify-content:flex-end;gap:6px;color:#222831;font-size:13px}.desk-contact-line .mob-icon{width:16px;height:16px;color:#b3b7bf}.desk-contact a{display:inline-block;margin-top:4px;color:#1f78f0;text-decoration:none;font-size:11px}.desk-search-row{display:grid;grid-template-columns:216px minmax(0,1fr) 280px;align-items:center;gap:16px;margin-top:2px;position:relative;z-index:12}.desk-catalog-btn,.desk-icon-btn,.desk-cart-btn,.desk-tab,.desk-mini-banner,.desk-hero-arrow,.desk-hero-copy button,.desk-black-copy button,.desk-benefit-card button,.desk-subscribe-form button{border:0;background:none;cursor:pointer}.desk-catalog-stack,.desk-search-stack{position:relative}.desk-catalog-btn{width:100%;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#ffffff29,#fff0 42%),linear-gradient(135deg,#1677ef,#0f6fe2 52%,#0b63d3);color:#fff;font-size:15px;font-weight:600;box-shadow:inset 0 1px #ffffff52,inset 0 -8px 14px #03347238,0 10px 18px #146bd22e}.desk-catalog-btn.is-open{background:linear-gradient(180deg,#ffffff29,#fff0 42%),linear-gradient(135deg,#8f42ff,#9d45ff 52%,#ae51ff);box-shadow:inset 0 1px #ffffff47,inset 0 -10px 16px #5416ab42,0 12px 22px #9345ff33}.desk-catalog-btn .mob-icon{width:20px;height:20px;color:#fffffff5}.desk-catalog-panel{position:absolute;top:calc(100% + 10px);left:0;width:100%;padding:14px 0;border-radius:0 0 24px 24px;background:#fffffff5;box-shadow:0 20px 40px #1e2e5229;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.desk-catalog-item{display:block;width:calc(100% - 36px);margin:0 auto 10px;min-height:46px;padding:0 16px;border:0;border-radius:12px;background:#f7f7f8;color:#1f2024;text-align:left;font-size:14px;font-weight:500;cursor:pointer}.desk-catalog-item:last-child{margin-bottom:0}.desk-search-box{height:56px;border:1px solid #d5deea;border-radius:14px;display:flex;align-items:center;gap:12px;padding:0 18px;background:linear-gradient(180deg,#fffffffa,#f5fafffa);box-shadow:inset 0 1px #ffffffe6,inset 0 -10px 18px #237cea0a}.desk-search-box.is-open{box-shadow:inset 0 1px #ffffffe6,inset 0 -10px 18px #237cea0a,0 10px 28px #1c468014}.desk-search-submit{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.desk-search-box .mob-icon{width:27px;height:27px;color:#aeb8c6;flex-shrink:0}.desk-search-box input{width:100%;border:0;outline:none;background:transparent;color:#222831;font-size:17px}.desk-search-box input::placeholder{color:#b7c0cc}.desk-search-results{position:absolute;top:calc(100% + 12px);left:0;right:0;border-radius:20px;overflow:hidden;background:#fffffffa;box-shadow:0 20px 40px #1b2d4f29;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.desk-search-result{width:100%;min-height:84px;border:0;border-bottom:1px solid #d9dde5;background:transparent;display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:14px;padding:0 22px;text-align:left;cursor:pointer}.desk-search-result:last-child{border-bottom:0}.desk-search-result img{width:52px;height:52px;object-fit:contain}.desk-search-result-copy strong{display:block;color:#1d2027;font-size:16px;line-height:1.1;font-weight:500}.desk-search-result-copy span{display:block;margin-top:4px;color:#2b2d33;font-size:18px;line-height:1;font-weight:500}.desk-search-result-link{color:#1877f2;font-size:16px;font-weight:500;white-space:nowrap}.desk-icon-btn{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;color:#737982;border-radius:999px;background:radial-gradient(circle at 30% 20%,#fffffff2,#ffffffc7),linear-gradient(180deg,#fff,#f5f8fc);box-shadow:inset 0 1px #ffffffe6,inset 0 -6px 12px #2049820d}.desk-icon-btn .mob-icon{width:36px;height:36px}.desk-cart-btn{height:56px;padding:0 18px 0 20px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#ffffff26,#fff0 42%),linear-gradient(135deg,#43db11,#41d312 48%,#36bd0d);color:#fff;font-size:18px;font-weight:600;line-height:1;white-space:nowrap;box-shadow:inset 0 1px #ffffff47,inset 0 -10px 16px #1c710833,0 10px 18px #3fd61333}.desk-cart-btn .mob-icon{width:26px;height:26px;flex-shrink:0}.desk-cart-count{min-width:34px;height:34px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#1ead0757;box-shadow:inset 0 1px #ffffff29,inset 0 -6px 10px #00000014;font-size:18px;line-height:1}.desk-tabs-row{margin-top:16px;display:block}.cat-breadcrumbs{display:flex;align-items:center;gap:8px;margin-top:18px;color:#7a8390;font-size:13px}.cat-breadcrumbs a{color:#4c78d8;text-decoration:none}.cat-breadcrumbs strong{color:#1d2430}.cat-hero{margin-top:18px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:20px;align-items:stretch}.cat-hero-copy,.cat-feature-card,.cat-panel,.cat-main{border-radius:26px;background:#fff;box-shadow:0 18px 36px #253a5c14}.cat-hero-copy{padding:28px 30px;background:radial-gradient(circle at top right,rgba(62,215,33,.12),transparent 34%),linear-gradient(135deg,#f7fbff,#eef6ff);border:1px solid #e4edf9}.cat-kicker{display:inline-block;color:#3982ef;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.cat-hero-copy h1{margin:14px 0 10px;font-size:44px;line-height:.98;color:#1d2430}.cat-hero-copy p{margin:0;max-width:560px;color:#66707d;font-size:15px;line-height:1.55}.cat-stats{display:flex;gap:12px;margin-top:22px}.cat-stats div{min-width:118px;padding:14px 16px;border-radius:18px;background:#ffffffe0;box-shadow:inset 0 1px #ffffffe6}.cat-stats strong{display:block;color:#1d2430;font-size:26px;line-height:1}.cat-stats span{display:block;margin-top:6px;color:#6c7480;font-size:12px}.cat-feature-card{padding:24px;display:grid;grid-template-columns:164px minmax(0,1fr);align-items:center;gap:18px}.cat-feature-card img{width:150px;height:150px;object-fit:contain}.cat-feature-copy strong{display:block;color:#1f2632;font-size:26px;line-height:1.08}.cat-feature-copy span{display:block;margin-top:10px;color:#276fe6;font-size:28px;font-weight:700}.cat-feature-copy button{margin-top:18px;min-width:150px;height:44px;border:0;border-radius:12px;background:linear-gradient(135deg,#1877f2,#0d63d3);color:#fff;font-size:14px;font-weight:700;cursor:pointer}.cat-layout{display:grid;grid-template-columns:292px minmax(0,1fr);gap:20px;margin-top:22px}.cat-sidebar{display:flex;flex-direction:column;gap:18px}.cat-panel{padding:22px}.cat-panel h3{margin:0 0 16px;color:#1f2632;font-size:18px}.cat-links{display:flex;flex-direction:column;gap:10px}.cat-link{width:100%;min-height:46px;padding:0 14px;border:1px solid #e7edf7;border-radius:14px;background:#f8fbff;color:#2b3340;text-align:left;font-size:14px;font-weight:600;cursor:pointer}.cat-link.is-active{border-color:#cfe0fb;background:linear-gradient(135deg,#edf5ff,#f7fbff);color:#1e74ee}.cat-store-list{display:flex;flex-direction:column;gap:10px}.cat-store-card{padding:14px 14px 13px;border-radius:16px;background:#f8fafc;border:1px solid #eef2f7}.cat-store-card strong{display:block;color:#222a36;font-size:14px}.cat-store-card span{display:block;margin-top:6px;color:#747d88;font-size:12px;line-height:1.45}.cat-main{padding:24px}.cat-main-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.cat-main-head h2{margin:0;color:#202734;font-size:28px}.cat-main-head p{margin:8px 0 0;color:#707986;font-size:14px}.cat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 14px}.cat-grid .mob-card{padding:10px 10px 12px;border-radius:18px;border:1px solid #eef1f6;box-shadow:0 8px 18px #24324a0d}.cat-grid .mob-card-photo{min-height:154px}.cat-grid .mob-card-photo img{width:128px;height:128px}.cat-grid .mob-card h4,.cat-grid .mob-card-subtitle{font-size:13px}.cat-grid .mob-stock-row{font-size:8px}.cat-grid .mob-price-row s{font-size:10px}.cat-grid .mob-price-pill{min-height:32px;font-size:9px}.desk-tabs{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;width:100%}.desk-tab{height:42px;padding:0;display:inline-flex;align-items:center;gap:10px;color:#24272d;font-weight:400}.desk-tab .mob-icon{width:32px;height:32px;color:#c8ccd3}.desk-tab span{font-size:15px;line-height:1;white-space:nowrap}.desk-tab.is-active{color:#2c86ff;font-weight:500}.desk-tab.is-active .mob-icon{color:#2c86ff}.desk-mini-banner{min-height:58px;border-radius:12px;background:linear-gradient(90deg,#0f0713,#4a4357);display:grid;grid-template-columns:50px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:8px 14px 8px 10px;color:#fff;text-align:left;overflow:hidden}.desk-mini-banner img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.22))}.desk-mini-banner-copy{font-size:13px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desk-mini-banner-arrow{width:22px;height:22px;color:#ffffff59;justify-self:end}.desk-hero{position:relative;margin-top:8px;min-height:356px;background:#d8efff;display:grid;grid-template-columns:54px 320px minmax(0,1fr) 54px;align-items:center;overflow:hidden}.desk-hero-arrow{width:54px;height:54px;color:#78838e;display:inline-flex;align-items:center;justify-content:center}.desk-hero-arrow .mob-icon{width:28px;height:28px}.desk-hero-visual{display:flex;align-items:end;justify-content:center;align-self:stretch}.desk-hero-visual img{width:286px;height:auto;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(58,90,124,.16))}.desk-hero-copy{padding-right:44px}.desk-hero-copy h1{margin:0;color:#263547;font-size:80px;line-height:.94;letter-spacing:-.06em;font-weight:700}.desk-hero-price{margin-top:16px;color:#37495d;font-size:32px;font-weight:300}.desk-hero-copy button{margin-top:20px;min-width:126px;height:42px;border-radius:8px;background:#1877f2;color:#fff;font-size:13px;font-weight:600}.desk-title{padding:24px 0 10px;text-align:center}.desk-title h2{margin:0;font-size:18px;line-height:1.2;font-weight:600}.desk-products-section{padding:8px 0 18px}.desk-products-section h3{margin:0 0 14px;color:#1877f2;font-size:14px;font-weight:500}.desk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 14px}.desk-grid .mob-card{min-height:0;padding:10px 10px 12px;border-radius:10px;border:1px solid #eef1f6;box-shadow:0 2px 8px #1f29370a}.desk-grid .mob-card-head{gap:10px}.desk-grid .mob-rating,.desk-grid .mob-rating span{font-size:10px}.desk-grid .mob-star{width:13px;height:13px}.desk-grid .mob-card-icons .mob-icon{width:15px;height:15px}.desk-grid .mob-card-photo{min-height:170px;padding:8px 0}.desk-grid .mob-card-photo img{width:148px;height:148px}.desk-grid .mob-card h4,.desk-grid .mob-card-subtitle{font-size:14px;line-height:1.2}.desk-grid .mob-stock-row{margin-top:10px;font-size:9px}.desk-grid .mob-stock-row .mob-icon{width:12px;height:12px}.desk-grid .mob-price-row{margin-top:8px;gap:10px}.desk-grid .mob-price-row s{font-size:11px}.desk-grid .mob-price-pill{min-height:34px;padding:0 10px;border-radius:6px;font-size:10px}.desk-grid .mob-price-pill .mob-icon{width:13px;height:13px}.desk-grid .mob-card-links{margin-top:10px}.desk-grid .mob-card-links button,.desk-grid .mob-card-wait p{font-size:9px}.desk-grid .mob-card-wait button{font-size:10px}.desk-copy-section{max-width:920px;padding:16px 0 10px}.desk-copy-section h2{margin:0 0 14px;color:#1f2024;font-size:18px;line-height:1.2;font-weight:700}.desk-copy-section p{margin:0 0 4px;color:#4a5058;font-size:11px;line-height:1.35}.desk-black-banner{margin:18px 0 10px;min-height:132px;background:#050505;color:#fff;display:grid;grid-template-columns:184px minmax(0,1fr);align-items:center;gap:18px;padding:12px 26px}.desk-black-banner img{width:156px;height:108px;object-fit:contain}.desk-black-copy strong{display:block;font-size:36px;line-height:1}.desk-black-copy span{display:block;margin-top:8px;font-size:16px;color:#ffffffd6}.desk-black-copy button{margin-top:18px;min-width:124px;height:38px;border-radius:8px;background:#1877f2;color:#fff;font-size:12px;font-weight:600}.desk-benefits{padding:26px 0 16px}.desk-benefits h2{margin:0 0 18px;text-align:center;font-size:30px;line-height:1.1}.desk-benefits-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.desk-benefit-card{min-height:258px;border-radius:12px;border:1px solid rgba(24,119,242,.08);padding:18px 14px 16px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;box-shadow:0 8px 18px #1f29370a}.desk-benefit-card:nth-child(1){background:linear-gradient(180deg,#ffd3dd,#fff7fa)}.desk-benefit-card:nth-child(2){background:linear-gradient(180deg,#ede4ff,#fbf9ff)}.desk-benefit-card:nth-child(3){background:linear-gradient(180deg,#ffe2bf,#fff8ef)}.desk-benefit-card:nth-child(4){background:linear-gradient(180deg,#ffe8a9,#fff9eb)}.desk-benefit-card:nth-child(5){background:linear-gradient(180deg,#dcffd0,#f7fff4)}.desk-benefit-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.desk-benefit-icon .mob-icon{width:52px;height:52px}.desk-benefit-card strong{display:block;margin-bottom:8px;font-size:19px;line-height:1.1}.desk-benefit-card p{margin:0;color:#545d67;font-size:11px;line-height:1.42;flex:1}.desk-benefit-card button{margin-top:18px;width:100%;height:36px;border-radius:8px;border:1px solid #1877f2;color:#1877f2;background:#fff;font-size:12px}.desk-subscribe{margin-top:18px;padding:14px 6px 8px;display:grid;grid-template-columns:350px minmax(0,1fr);align-items:center;gap:26px}.desk-subscribe-visual{min-height:240px;display:flex;align-items:center;justify-content:center}.desk-subscribe-visual .mob-subscribe-phone{width:148px;height:270px;border-radius:40px;border-width:5px}.desk-subscribe-copy h2{margin:0 0 10px;font-size:24px;line-height:1.05;font-weight:700}.desk-subscribe-copy p{margin:0 0 14px;color:#636b75;font-size:14px;line-height:1.35}.desk-subscribe-copy .mob-subscribe-badge{width:fit-content;min-width:296px;margin-bottom:14px}.desk-subscribe-form{display:flex;align-items:stretch;gap:8px;max-width:370px}.desk-subscribe-form input{flex:1;height:38px;border:1px solid #d8dde7;border-radius:8px;background:#fff;padding:0 12px;color:#2b3139;font-size:13px}.desk-subscribe-form button{min-width:126px;border-radius:8px;background:#e5e7eb;color:#8a9099;font-size:12px;font-weight:600}.desk-footer{margin-top:10px;padding:18px 0 8px;border-top:1px solid #eef1f5;display:grid;grid-template-columns:1.15fr 1fr 1fr 1.15fr;gap:18px}.desk-footer-col.brand{color:#5a626c}.desk-footer-apple{width:30px;height:30px;color:#1877f2}.desk-footer-col strong,.desk-footer-phone{display:block;margin-top:8px;color:#1e2127;font-size:13px;font-weight:700}.desk-footer-col p{margin:6px 0 0;color:#666e78;font-size:11px;line-height:1.35}.desk-footer-col.links{display:flex;flex-direction:column;gap:6px}.desk-footer-col a{color:#3c434b;font-size:11px;text-decoration:none}.desk-footer-col.contact a{color:#1877f2}.desk-socials.is-footer{margin-top:8px;justify-content:flex-start}@media (max-width: 900px){.desk-page{display:none}}@media (min-width: 901px){.mob-page{background:#fff}.desk-page{display:block}.mob-frame,.mob-bottom-nav{display:none}}@media (max-width: 1180px) and (min-width: 901px){.desk-search-row{grid-template-columns:198px minmax(0,1fr) 248px;gap:12px}.desk-catalog-panel{width:100%;left:0}.desk-search-result{grid-template-columns:60px minmax(0,1fr) auto;padding:0 18px}.desk-search-result-copy strong,.desk-search-result-copy span,.desk-search-result-link{font-size:15px}.cat-hero{grid-template-columns:1fr}.cat-layout{grid-template-columns:260px minmax(0,1fr)}.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.desk-tabs{gap:14px}.desk-tab span{font-size:13px}.desk-hero{grid-template-columns:44px 280px minmax(0,1fr) 44px}.desk-hero-copy h1{font-size:64px}.desk-grid{gap:14px 12px}.desk-grid .mob-card-photo img{width:130px;height:130px}.desk-benefits-row{grid-template-columns:repeat(3,minmax(0,1fr))}.desk-subscribe{grid-template-columns:280px minmax(0,1fr)}}.mob-page{--sravni-green: #0DD149;--sravni-cyan: #00AFFF;--sravni-deep: #002A3A;--sravni-bg: #F6FBFF;--sravni-surface: #FFFFFF;--sravni-line: rgba(0, 42, 58, .08);--sravni-shadow: 0 18px 40px rgba(0, 42, 58, .06);--sravni-shadow-soft: 0 10px 24px rgba(0, 42, 58, .05);background:radial-gradient(circle at top right,rgba(13,209,73,.08),transparent 20%),radial-gradient(circle at top left,rgba(0,175,255,.08),transparent 24%),linear-gradient(180deg,#f7fcff,#fff 18%,#f6fbff);color:var(--sravni-deep)}.desk-page,.mob-frame{color:var(--sravni-deep)}.desk-page a,.mob-frame a{text-decoration:none}.desk-page .desk-shell{width:min(1280px,calc(100% - 40px));padding-top:6px;padding-bottom:72px}.desk-page .desk-header{gap:28px;padding:18px 0 20px}.desk-page .desk-toolbar-fixed{position:sticky;top:0;z-index:50;margin:0 -14px 10px;padding:12px 14px 10px;border-radius:28px;background:linear-gradient(180deg,#f7fbff,#f8fcff);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 30px #002a3a14}.desk-page .desk-brand{color:var(--sravni-cyan);font-size:28px;font-weight:800;letter-spacing:-.06em}.desk-page .desk-nav{gap:34px}.desk-page .desk-nav a{color:var(--sravni-deep);font-size:14px;font-weight:500}.desk-page .desk-nav a.is-hot{color:#ff8e1d}.desk-page .desk-contact-line{color:var(--sravni-deep);font-size:14px}.desk-page .desk-contact-line .mob-icon{color:#002a3a3d}.desk-page .desk-contact a{color:var(--sravni-cyan);font-size:12px;font-weight:500}.desk-page .desk-search-row{grid-template-columns:232px minmax(0,1fr) 270px;gap:20px;margin-top:0}.desk-page .desk-catalog-btn,.desk-page .desk-cart-btn,.desk-page .desk-search-box,.desk-page .desk-catalog-panel,.desk-page .desk-search-results,.desk-page .desk-hero,.desk-page .desk-copy-section,.desk-page .desk-grid .mob-card,.desk-page .desk-benefit-card,.desk-page .desk-subscribe,.desk-page .desk-footer,.desk-page .cat-hero-copy,.desk-page .cat-feature-card,.desk-page .cat-panel,.desk-page .cat-main{border:1px solid var(--sravni-line);box-shadow:var(--sravni-shadow)}.desk-page .desk-catalog-btn{height:64px;border-radius:20px;gap:12px;font-size:16px;font-weight:700;background:linear-gradient(180deg,#ffffff29,#fff0 44%),linear-gradient(135deg,#00afff,#34b6ff 54%,#1583ff);box-shadow:inset 0 1px #ffffff57,inset 0 -10px 18px #00599b29,0 18px 36px #00afff2e}.desk-page .desk-catalog-btn.is-open{background:linear-gradient(180deg,#ffffff29,#fff0 44%),linear-gradient(135deg,#00afff,#41c8d9 40%,#0dd149);box-shadow:inset 0 1px #ffffff52,inset 0 -12px 18px #087b3f29,0 18px 36px #0dd1492e}.desk-page .desk-catalog-btn .mob-icon{width:22px;height:22px}.desk-page .desk-catalog-panel{top:calc(100% + 12px);border-radius:24px;background:#fffffff7;padding:14px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.desk-page .desk-catalog-item{width:100%;margin:0 0 10px;min-height:52px;border-radius:16px;background:#f9fbfd;border:1px solid rgba(0,42,58,.04);color:var(--sravni-deep);font-size:15px;font-weight:500}.desk-page .desk-search-box{height:64px;border-radius:20px;padding:0 22px;background:linear-gradient(180deg,#fffffffa,#f7fbfffa);box-shadow:inset 0 1px #ffffffeb,inset 0 -10px 18px #00afff07,var(--sravni-shadow-soft)}.desk-page .desk-search-box input{color:var(--sravni-deep);font-size:18px;font-weight:500}.desk-page .desk-search-box input::placeholder{color:#002a3a42}.desk-page .desk-search-box .mob-icon{width:29px;height:29px;color:#002a3a3d}.desk-page .desk-search-results{top:calc(100% + 10px);border-radius:24px;background:#fffffffa}.desk-page .desk-search-result{min-height:88px;padding:0 24px;grid-template-columns:62px minmax(0,1fr) auto;border-bottom-color:#002a3a14}.desk-page .desk-search-result img{width:50px;height:50px}.desk-page .desk-search-result-copy strong{color:var(--sravni-deep);font-size:17px;font-weight:500}.desk-page .desk-search-result-copy span{margin-top:4px;color:var(--sravni-deep);font-size:19px;font-weight:600}.desk-page .desk-search-result-link{color:var(--sravni-cyan);font-size:17px;font-weight:500}.desk-page .desk-cart-btn{height:64px;border-radius:20px;gap:12px;font-size:17px;font-weight:700;background:linear-gradient(180deg,#ffffff29,#fff0 44%),linear-gradient(135deg,#1adb63,#12cf56 56%,#0dd149);box-shadow:inset 0 1px #ffffff47,inset 0 -10px 16px #08762f29,0 18px 36px #0dd1492e}.desk-page .desk-cart-btn .mob-icon{width:28px;height:28px}.desk-page .desk-cart-count{min-width:40px;height:40px;font-size:19px;background:#007a2229}.desk-page .desk-tabs-row{margin-top:10px;padding:4px 2px 12px}.desk-page .desk-tabs{justify-content:space-between;gap:18px}.desk-page .desk-tab{min-height:44px;padding:0 8px;border-radius:16px;color:var(--sravni-deep)}.desk-page .desk-tab .mob-icon{width:30px;height:30px;color:#002a3a38}.desk-page .desk-tab span{font-size:15px;font-weight:500}.desk-page .desk-tab:hover{background:#00afff0d}.desk-page .desk-tab.is-active{background:#00afff14;box-shadow:inset 0 0 0 1px #00afff1a}.desk-page .desk-tab.is-active .mob-icon,.desk-page .desk-tab.is-active span{color:var(--sravni-cyan)}.desk-page .desk-hero{min-height:380px;margin-top:12px;border-radius:36px;background:radial-gradient(circle at left center,rgba(255,255,255,.42),transparent 24%),linear-gradient(135deg,#def1ff,#d5efff)}.desk-page .desk-hero-visual img{width:304px;filter:drop-shadow(0 28px 34px rgba(0,42,58,.12))}.desk-page .desk-hero-copy{padding-right:56px}.desk-page .desk-hero-copy h1{color:var(--sravni-deep);font-size:82px;line-height:.93;letter-spacing:-.065em}.desk-page .desk-hero-price{color:#002a3ad1;font-size:32px;font-weight:400}.desk-page .desk-hero-copy button{min-width:148px;height:46px;border-radius:14px;background:linear-gradient(135deg,#18d95f,#0dd149);color:#fff;font-size:14px;font-weight:700}.desk-page .desk-hero-arrow{color:#002a3a75}.desk-page .desk-title{padding:30px 0 14px}.desk-page .desk-title h2{color:var(--sravni-deep);font-size:22px;font-weight:700}.desk-page .desk-products-section{padding:8px 0 22px}.desk-page .desk-products-section h3{margin:0 0 16px;color:var(--sravni-cyan);font-size:16px;font-weight:700}.desk-page .desk-grid,.desk-page .cat-grid{gap:18px 16px;align-items:stretch}.desk-page .desk-grid .mob-card,.desk-page .cat-grid .mob-card,.mob-frame .mob-card{border-radius:24px;border:1px solid rgba(0,42,58,.06);background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:inset 0 1px #fffffff5,0 18px 32px #002a3a14}.desk-page .desk-grid .mob-card{padding:12px 12px 14px}.desk-page .desk-grid .mob-card-photo{min-height:180px}.desk-page .desk-grid .mob-card-photo img{width:154px;height:154px}.desk-page .desk-grid .mob-card h4,.desk-page .desk-grid .mob-card-subtitle,.desk-page .cat-grid .mob-card h4,.desk-page .cat-grid .mob-card-subtitle,.mob-frame .mob-card h4,.mob-frame .mob-card-subtitle{color:var(--sravni-deep);font-weight:700}.desk-page .mob-rating,.mob-frame .mob-rating{color:var(--sravni-cyan)}.desk-page .mob-stock-row,.mob-frame .mob-stock-row{color:#002a3a8f}.desk-page .mob-price-pill.is-blue,.desk-page .cat-grid .mob-price-pill.is-blue,.mob-frame .mob-price-pill.is-blue{background:linear-gradient(135deg,#00afff,#1583ff)}.desk-page .mob-price-pill.is-green,.desk-page .cat-grid .mob-price-pill.is-green,.mob-frame .mob-price-pill.is-green{background:linear-gradient(135deg,#18d95f,#0dd149)}.desk-page .mob-card-links button:first-child,.mob-frame .mob-card-links button:first-child{color:var(--sravni-cyan)}.desk-page .mob-card-links button:last-child,.mob-frame .mob-card-links button:last-child{color:#002a3a8a}.desk-page .desk-copy-section,.desk-page .desk-subscribe,.desk-page .desk-footer,.desk-page .cat-main,.desk-page .cat-panel,.desk-page .cat-feature-card,.desk-page .cat-hero-copy{border-radius:30px;background:#ffffffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.desk-page .desk-copy-section{padding:26px 28px 22px}.desk-page .desk-copy-section h2{color:var(--sravni-deep);font-size:24px;font-weight:700}.desk-page .desk-copy-section p{color:#002a3aad;font-size:13px;line-height:1.5}.desk-page .desk-popular-categories{padding:18px 0 8px}.desk-page .desk-popular-head{margin-bottom:18px}.desk-page .desk-popular-head h2{margin:0;color:var(--sravni-deep);font-size:30px;font-weight:800;letter-spacing:-.04em}.desk-page .desk-popular-grid{display:grid;grid-template-columns:1.18fr repeat(3,minmax(0,1fr));gap:20px}.desk-page .desk-popular-tile{min-height:148px;border:0;border-radius:30px;padding:0 28px;display:grid;grid-template-columns:178px minmax(0,1fr);align-items:center;gap:20px;text-align:left;cursor:pointer;box-shadow:0 16px 34px #002a3a14;transition:transform .22s ease,box-shadow .22s ease}.desk-page .desk-popular-tile:hover{transform:translateY(-2px);box-shadow:0 20px 40px #002a3a1f}.desk-page .desk-popular-tile.is-large{grid-row:span 2;min-height:316px;padding:0 34px 0 24px;grid-template-columns:1.02fr .98fr}.desk-page .desk-popular-tile.tone-rose{background:linear-gradient(135deg,#f3eaf3,#f6f0ef)}.desk-page .desk-popular-tile.tone-lilac{background:linear-gradient(135deg,#ede8f5,#dfe9fb)}.desk-page .desk-popular-tile.tone-mint{background:linear-gradient(135deg,#e4edf8,#e6f5e8)}.desk-page .desk-popular-tile.tone-sand{background:linear-gradient(135deg,#e8f2e6,#f6f0e2)}.desk-page .desk-popular-media{display:flex;align-items:center;justify-content:flex-start;min-height:100%;overflow:hidden}.desk-page .desk-popular-media img{width:auto;max-width:190px;max-height:166px;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(0,42,58,.12))}.desk-page .desk-popular-tile.is-large .desk-popular-media img{max-width:250px;max-height:270px;transform:translate(-6px) translateY(10px)}.desk-page .desk-popular-tile.visual-phoneLarge .desk-popular-media img{max-width:246px;max-height:262px;transform:translate(-2px) translateY(8px)}.desk-page .desk-popular-tile.visual-laptop .desk-popular-media img{max-width:212px;max-height:148px;transform:translate(-8px)}.desk-page .desk-popular-tile.visual-appliances .desk-popular-media img{max-width:152px}.desk-page .desk-popular-tile.visual-headphones .desk-popular-media img{max-width:136px;transform:translate(10px)}.desk-page .desk-popular-tile.visual-tv .desk-popular-media img{max-width:158px}.desk-page .desk-popular-tile.visual-ac .desk-popular-media img{max-width:170px}.desk-page .desk-popular-tile.visual-kettle .desk-popular-media img{max-width:136px;transform:translate(12px)}.desk-page .desk-popular-copy strong{display:block;max-width:220px;color:#22344b;font-size:22px;line-height:1.18;font-weight:700;letter-spacing:-.03em}.desk-page .desk-popular-tile.is-large .desk-popular-copy strong{max-width:220px;font-size:28px}.desk-page .desk-black-banner{min-height:144px;border-radius:28px;background:linear-gradient(135deg,#002a3a,#132a38);box-shadow:0 20px 40px #002a3a29}.desk-page .desk-black-copy strong{font-size:34px}.desk-page .desk-black-copy span{color:#ffffffc7}.desk-page .desk-black-copy button{border-radius:14px;background:linear-gradient(135deg,#18d95f,#0dd149);font-weight:700}.desk-page .desk-benefits{padding:30px 0 18px}.desk-page .desk-benefits h2{color:var(--sravni-deep);font-size:30px}.desk-page .desk-benefits-row{gap:16px}.desk-page .desk-benefit-card{min-height:248px;border-radius:24px;padding:22px 18px 18px}.desk-page .desk-benefit-card strong{color:var(--sravni-deep);font-size:18px}.desk-page .desk-benefit-card p{color:#002a3a9e;font-size:12px;line-height:1.5}.desk-page .desk-benefit-card button{border-radius:12px;border-color:#00afff3d;color:var(--sravni-cyan);font-weight:600}.desk-page .desk-subscribe{margin-top:24px;padding:20px 20px 18px;border-radius:30px}.desk-page .desk-subscribe-copy h2{color:var(--sravni-deep);font-size:28px}.desk-page .desk-subscribe-copy p{color:#002a3a9e}.desk-page .mob-subscribe-badge{border-radius:18px;background:linear-gradient(135deg,#ff4b8d,#9945ff)}.desk-page .desk-subscribe-form input,.mob-frame .mob-subscribe-form input{border-color:#002a3a1a;color:var(--sravni-deep)}.desk-page .desk-subscribe-form button,.mob-frame .mob-subscribe-form button{background:#eef2f5;color:#002a3a7a}.desk-page .desk-footer{margin-top:18px;padding:24px 24px 16px;border-top:0}.desk-page .desk-footer-col strong,.desk-page .desk-footer-phone{color:var(--sravni-deep)}.desk-page .desk-footer-col p,.desk-page .desk-footer-col a{color:#002a3aad}.desk-page .desk-footer-col.contact a{color:var(--sravni-cyan)}.desk-page .cat-breadcrumbs{margin-top:20px;color:#002a3a7a}.desk-page .cat-breadcrumbs strong{color:var(--sravni-deep)}.desk-page .cat-hero{margin-top:20px;gap:22px}.desk-page .cat-kicker{color:var(--sravni-cyan)}.desk-page .cat-hero-copy h1,.desk-page .cat-main-head h2,.desk-page .cat-panel h3{color:var(--sravni-deep)}.desk-page .cat-hero-copy p,.desk-page .cat-main-head p,.desk-page .cat-store-card span{color:#002a3a9e}.desk-page .cat-stats div{border:1px solid rgba(0,42,58,.05)}.desk-page .cat-feature-copy span{color:var(--sravni-cyan)}.desk-page .cat-link{border-radius:16px;background:#f9fbfd;color:var(--sravni-deep)}.desk-page .cat-link.is-active{background:linear-gradient(135deg,#00afff14,#0dd1490a);color:var(--sravni-cyan)}.mob-frame{width:min(100%,430px);background:radial-gradient(circle at top right,rgba(13,209,73,.08),transparent 18%),linear-gradient(180deg,#fbfeff,#f6fbff);box-shadow:0 0 0 1px #002a3a0a}.mob-frame .mob-header{background:#ffffffeb;border-bottom-color:#002a3a0f}.mob-frame .mob-brand,.mob-frame .mob-callback,.mob-frame .mob-products-section h3,.mob-frame .mob-copy-section h2{color:var(--sravni-cyan)}.mob-frame .mob-search input,.mob-frame .mob-title-block h2,.mob-frame .mob-benefits h2,.mob-frame .mob-subscribe-copy h2,.mob-frame .mob-footer-phone{color:var(--sravni-deep)}.mob-frame .mob-hero{min-height:388px;border-radius:0 0 28px 28px;background:radial-gradient(circle at top center,rgba(255,255,255,.3),transparent 26%),linear-gradient(135deg,#dff2ff,#d5efff)}.mob-frame .mob-hero-copy h1{color:var(--sravni-deep);font-size:34px;letter-spacing:-.05em}.mob-frame .mob-hero-price{color:#002a3ad1}.mob-frame .mob-hero-btn{border-radius:12px;background:linear-gradient(135deg,#18d95f,#0dd149)}.mob-frame .mob-title-block{padding-top:24px}.mob-frame .mob-products-section,.mob-frame .mob-copy-section,.mob-frame .mob-benefits,.mob-frame .mob-subscribe,.mob-frame .mob-footer{background:transparent}.mob-frame .mob-card{border-radius:20px}.mob-frame .mob-black-banner{margin:8px 10px 0;border-radius:22px;background:linear-gradient(135deg,#002a3a,#173240)}.mob-frame .mob-black-copy button{border-radius:10px;background:linear-gradient(135deg,#18d95f,#0dd149)}.mob-frame .mob-benefit-card{border-radius:18px;border-color:#002a3a0f;background:#ffffffdb;box-shadow:var(--sravni-shadow-soft)}.mob-frame .mob-benefit-copy strong{color:var(--sravni-deep)}.mob-frame .mob-benefit-copy p,.mob-frame .mob-copy-section p,.mob-frame .mob-footer-note,.mob-frame .mob-footer-top p,.mob-frame .mob-footer-top small{color:#002a3a9e}.mob-frame .mob-benefit-card button{border-color:#00afff38;color:var(--sravni-cyan)}.mob-frame .mob-subscribe{margin:0 10px;padding:22px 16px 18px;border-radius:24px;background:#ffffffe0;border:1px solid rgba(0,42,58,.06);box-shadow:var(--sravni-shadow-soft)}.mob-frame .mob-footer{margin:12px 10px 72px;padding:18px 14px 16px;border-radius:24px;background:#ffffffe0;border:1px solid rgba(0,42,58,.06);box-shadow:var(--sravni-shadow-soft)}.mob-frame .mob-bottom-nav,.desk-footer,.desk-page .desk-footer{display:none!important}.desk-brand,.desk-page .desk-brand,.pp .desk-brand{color:#17a9ff!important}@media (max-width: 1180px) and (min-width: 901px){.desk-page .desk-shell{width:min(1200px,calc(100% - 32px))}.desk-page .desk-search-row{grid-template-columns:208px minmax(0,1fr) 244px;gap:14px}.desk-page .desk-tabs{gap:10px}.desk-page .desk-tab{padding:0 4px}.desk-page .desk-tab span{font-size:14px}.desk-page .desk-hero-copy h1{font-size:68px}.desk-page .desk-popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.desk-page .desk-popular-tile{min-height:160px;grid-template-columns:128px minmax(0,1fr);padding:0 18px}.desk-page .desk-popular-tile.is-large{grid-column:span 2;grid-row:auto;min-height:228px}.desk-page .desk-popular-tile.is-large .desk-popular-media img{max-width:190px;max-height:210px}.desk-page .desk-popular-copy strong{font-size:20px}.desk-page .desk-popular-media img{max-width:148px;max-height:132px}}.desk-page .mob-card,.mob-frame .mob-card{padding:8px 8px 10px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(0,42,58,.06);box-shadow:inset 0 1px #fffffff5,0 14px 24px #002a3a12;color:var(--sravni-deep);height:100%;display:flex;flex-direction:column;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.desk-page .mob-card:hover,.mob-frame .mob-card:hover{transform:translateY(-2px);border-color:#00afff1f;box-shadow:inset 0 1px #fffffff5,0 18px 28px #002a3a17}.desk-page .mob-card:focus-visible,.mob-frame .mob-card:focus-visible{outline:2px solid rgba(0,175,255,.32);outline-offset:3px}.desk-page .mob-card-media,.mob-frame .mob-card-media{min-height:286px;padding:10px;border-radius:20px;background:radial-gradient(circle at top left,rgba(0,175,255,.08),transparent 34%),radial-gradient(circle at bottom right,rgba(13,209,73,.05),transparent 28%),linear-gradient(180deg,#f8fbfe,#f3f7fb);border:1px solid rgba(0,42,58,.04);display:flex;flex-direction:column}.desk-page .mob-card-media-top,.mob-frame .mob-card-media-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.desk-page .mob-card-badge,.mob-frame .mob-card-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;background:#0dd14924;color:#0b9e39;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.desk-page .mob-card-fav,.mob-frame .mob-card-fav{width:34px;height:34px;border:0;border-radius:999px;background:#ffffffeb;display:inline-flex;align-items:center;justify-content:center;color:var(--sravni-deep);box-shadow:0 8px 18px #002a3a14}.desk-page .mob-card-fav .mob-icon,.mob-frame .mob-card-fav .mob-icon{width:18px;height:18px;color:var(--sravni-deep)}.desk-page .mob-card-store-chip,.mob-frame .mob-card-store-chip{color:var(--sravni-cyan);font-size:11px;font-weight:500;text-align:left}.desk-page .mob-card-content,.mob-frame .mob-card-content{display:flex;flex:1 1 auto;flex-direction:column;margin-top:8px;padding:12px 10px 0;border-radius:16px;background:linear-gradient(180deg,#f5fbffeb,#fffffffa);border:1px solid rgba(0,42,58,.04);box-shadow:inset 0 1px #ffffffd9}.desk-page .mob-card-type-brow,.mob-frame .mob-card-type-brow{margin-top:6px;color:var(--sravni-deep);font-size:13px;line-height:1.2;font-weight:600}.desk-page .mob-card-photo,.mob-frame .mob-card-photo{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 0 0;background:transparent}.desk-page .mob-card-photo img,.mob-frame .mob-card-photo img{width:78%;max-width:200px;height:auto;max-height:220px;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.22))}.desk-page .mob-card h4,.mob-frame .mob-card h4{margin:6px 0 0;color:var(--sravni-deep);font-size:16px;line-height:1.18;text-align:left;font-weight:600;min-height:2.36em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.desk-page .mob-card-info,.mob-frame .mob-card-info{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,42,58,.08);display:grid;gap:8px}.desk-page .mob-card-info-row,.mob-frame .mob-card-info-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:12px;align-items:start}.desk-page .mob-card-info-label,.mob-frame .mob-card-info-label{display:inline-flex;align-items:center;gap:8px;min-width:0;color:#002a3a70;font-size:11px;line-height:1.2}.desk-page .mob-card-info-label .mob-icon,.mob-frame .mob-card-info-label .mob-icon{width:17px;height:17px;color:#002a3ab8;flex:0 0 auto}.desk-page .mob-card-info-row strong,.mob-frame .mob-card-info-row strong{color:var(--sravni-deep);font-size:13px;line-height:1.18;font-weight:600;text-align:right;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.desk-page .mob-card-actions,.mob-frame .mob-card-actions{padding-top:6px;display:grid;grid-template-columns:minmax(0,1fr);margin-top:auto}.desk-page .mob-card-open-btn,.mob-frame .mob-card-open-btn{border:0;cursor:pointer;width:100%;min-height:44px;border-radius:16px;background:linear-gradient(135deg,#18d95f,#0dd149);color:#fff;font-size:13px;font-weight:700;box-shadow:inset 0 1px #ffffff29,0 10px 18px #0dd1492e}.desk-page .mob-card-head,.desk-page .mob-rating,.desk-page .mob-card-icons,.desk-page .mob-stock-row,.desk-page .mob-price-row,.desk-page .mob-card-links,.desk-page .mob-card-wait,.mob-frame .mob-card-head,.mob-frame .mob-rating,.mob-frame .mob-card-icons,.mob-frame .mob-stock-row,.mob-frame .mob-price-row,.mob-frame .mob-card-links,.mob-frame .mob-card-wait{display:none}.desk-page .desk-grid .mob-card,.desk-page .cat-grid .mob-card{padding:8px 8px 10px}.desk-page .desk-grid .mob-card-media,.desk-page .cat-grid .mob-card-media{min-height:290px}.desk-page .desk-grid .mob-card-photo img,.desk-page .cat-grid .mob-card-photo img{max-width:210px;max-height:230px}.desk-page .desk-grid .mob-card h4,.desk-page .cat-grid .mob-card h4{font-size:16px;min-height:2.36em}.desk-page .desk-grid .mob-card-info-row strong,.desk-page .cat-grid .mob-card-info-row strong{font-size:13px}.mob-frame .mob-card{padding:12px;border-radius:22px}.mob-frame .mob-card-media{min-height:246px}.mob-frame .mob-card-showcase-copy h4{font-size:14px}.mob-frame .mob-card-store-chip,.mob-frame .mob-card-spec span{font-size:10px}.mob-frame .mob-card h4{font-size:14px}.mob-frame .mob-card-subtitle,.mob-frame .mob-card-spec strong{font-size:11px}.mob-frame .mob-card-actions{gap:10px}.mob-frame .mob-card-open-btn{min-height:42px;border-radius:14px}.mob-frame .mob-card-open-btn{font-size:12px}.pp{--pp-green: #0DD149;--pp-cyan: #00AFFF;--pp-deep: #002A3A;min-height:100vh;background:radial-gradient(circle at top right,rgba(13,209,73,.08),transparent 20%),radial-gradient(circle at top left,rgba(0,175,255,.08),transparent 24%),linear-gradient(180deg,#f7fcff,#fff 18%,#f6fbff);color:var(--pp-deep)}.pp .desk-shell{width:min(1280px,calc(100% - 40px));margin:0 auto;padding-top:6px;padding-bottom:72px}.pp .desk-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px;padding:18px 0 20px}.pp .desk-brand{display:inline-flex;align-items:center;color:var(--sravni-cyan);text-decoration:none;font-size:28px;line-height:1;font-weight:800;letter-spacing:-.06em;white-space:nowrap}.pp .desk-nav{display:flex;align-items:center;gap:34px}.pp .desk-nav a{color:var(--sravni-deep);text-decoration:none;font-size:14px;font-weight:500;line-height:1.25;white-space:nowrap}.pp .desk-nav a.is-hot{color:#f49a13}.pp .desk-contact{text-align:right}.pp .desk-contact-line{display:flex;align-items:center;justify-content:flex-end;gap:6px;color:var(--sravni-deep);font-size:14px}.pp .desk-contact a{color:#2b7be8;text-decoration:none;font-size:12px}.pp .desk-toolbar-fixed{position:sticky;top:0;z-index:50;margin:0 -14px 10px;padding:12px 14px 10px;border-radius:28px;background:linear-gradient(180deg,#f7fbff,#f8fcff);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 30px #002a3a14}.pp-phone-icon{color:#002a3a3d;font-size:17px;line-height:1}.cart-page .desk-shell{width:min(1280px,calc(100% - 40px))}.cart-toolbar-link{width:100%;cursor:pointer;justify-content:flex-start;color:#002a3a6b;font-size:17px}.cart-toolbar-link span:last-child{display:inline-flex;align-items:center}.cart-main{display:flex;flex-direction:column;gap:26px;padding:18px 0 56px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:22px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-row,.cart-summary,.cart-mode-switch,.cart-store-card,.cart-map-placeholder,.cart-empty{background:#ffffffeb;border:1px solid rgba(0,42,58,.08);box-shadow:0 16px 32px #002a3a0f;border-radius:28px}.cart-row{display:grid;grid-template-columns:40px 132px minmax(0,1fr) 190px;gap:18px;align-items:center;padding:20px 22px}.cart-row-check{display:flex;justify-content:center}.cart-row-checkmark{width:24px;height:24px;border-radius:999px;background:linear-gradient(135deg,#10c958,#08a84c);color:#fff;display:inline-flex;align-items:center;justify-content:center}.cart-icon{width:18px;height:18px}.cart-row-photo{display:flex;align-items:center;justify-content:center;min-height:112px;border-radius:22px;background:linear-gradient(180deg,#f8fcff,#f1f8fd)}.cart-row-photo img{max-width:92px;max-height:92px;object-fit:contain}.cart-row-copy h3,.cart-store-product-copy strong{margin:0;font-size:21px;line-height:1.15;color:var(--pp-deep)}.cart-row-copy p,.cart-store-product-copy span,.cart-empty p,.cart-summary p{margin:0;color:#002a3a8f}.cart-row-copy strong{font-size:18px;color:var(--pp-deep)}.cart-row-copy{display:flex;flex-direction:column;gap:10px}.cart-row-badges{display:flex;flex-wrap:wrap;gap:8px}.cart-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#ffffffe0;border:1px solid rgba(0,175,255,.18);color:#002a3ac7;font-size:13px;font-weight:700}.cart-pill-brand{border-color:#0dd1492e;background:#0dd14914;color:#119448}.cart-row-controls{display:flex;justify-content:flex-end;align-items:center;gap:12px}.cart-qty-box{display:inline-flex;align-items:center;min-height:54px;border:1px solid rgba(0,42,58,.1);border-radius:16px;overflow:hidden;background:#fff}.cart-qty-box span,.cart-store-line-controls span{min-width:52px;text-align:center;font-size:24px;font-weight:700;color:var(--pp-deep)}.cart-qty-btn{width:50px;height:54px;border:0;background:transparent;color:#002a3ac7;cursor:pointer}.cart-qty-btn:disabled{opacity:.35;cursor:not-allowed}.cart-qty-btn.is-danger{color:#ff5c52;border:1px solid rgba(0,42,58,.1);border-radius:16px}.cart-summary{display:flex;flex-direction:column;gap:16px;padding:22px;position:sticky;top:124px}.cart-summary-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--pp-deep)}.cart-summary-head strong,.cart-summary-total{font-size:22px;font-weight:800}.cart-find-btn{min-height:54px}.cart-empty{padding:42px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.cart-empty h2{margin:0;font-size:28px;color:var(--pp-deep)}.cart-empty-inline{align-items:center;text-align:center}.cart-discovery{display:flex;flex-direction:column;gap:18px}.cart-discovery-top{display:flex;align-items:start}.cart-mode-switch{padding:10px}.cart-mode-switch{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:380px}.cart-mode-btn,.cart-chip,.cart-link-btn{border:1px solid rgba(0,42,58,.1);background:#fff;color:var(--pp-deep);cursor:pointer}.cart-mode-btn{min-height:52px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:700}.cart-mode-btn.is-active,.cart-chip.is-active{border-color:#0dd149a8;box-shadow:inset 0 0 0 1px #0dd14929}.cart-chip-row{display:flex;flex-wrap:wrap;gap:10px}.cart-chip{min-height:48px;border-radius:14px;padding:0 18px;font-size:15px;font-weight:700}.cart-map-placeholder{min-height:320px;display:grid;place-items:center;padding:30px;text-align:center}.cart-map-placeholder h3{margin:0 0 12px;font-size:32px;color:var(--pp-deep)}.cart-store-list{display:flex;flex-direction:column;gap:16px}.cart-store-card{padding:26px 28px}.cart-store-head{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:20px;align-items:start}.cart-store-main h3{margin:0 0 10px;font-size:26px;color:#0ea954}.cart-store-meta{display:flex;align-items:center;flex-wrap:wrap;gap:14px;color:#002a3ab8}.cart-rating{display:inline-flex;align-items:center;gap:6px;color:var(--pp-deep)}.cart-rating .cart-icon{color:#10b65a}.cart-link-btn{border:0;padding:0;background:transparent;color:#10b65a;font-size:14px;font-weight:700}.cart-status{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:12px;border:1px solid rgba(13,209,73,.35);color:#119448;background:#0dd14914}.cart-store-address,.cart-store-phone{display:flex;align-items:center;gap:10px;margin-top:14px;color:#002a3ac2;font-size:15px}.cart-store-side{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.cart-store-side .pp-btn[disabled]{opacity:.45;cursor:not-allowed;box-shadow:none}.cart-store-sum{font-size:22px;font-weight:800;color:var(--pp-deep)}.cart-store-availability{color:#ff4b42;font-size:14px;font-weight:700}.cart-store-availability.is-full{color:#119448}.cart-store-availability.is-none{color:#002a3a70}.cart-store-products{display:flex;flex-direction:column;gap:18px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(0,42,58,.08)}.cart-store-product{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;align-items:center}.cart-store-product img{width:52px;height:52px;object-fit:contain}.cart-store-product-copy{display:flex;flex-direction:column;gap:8px}.cart-stock-copy{color:#119448;font-weight:700}.cart-stock-copy.is-missing{color:#ff4b42}@media (max-width: 1180px){.cart-layout,.cart-store-head{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 760px){.cart-page .desk-shell{width:min(100%,calc(100% - 20px))}.cart-row{grid-template-columns:1fr}.cart-row-check,.cart-row-controls{justify-content:flex-start}.cart-store-product{grid-template-columns:1fr}.cart-store-line-controls,.cart-store-side{justify-content:flex-start;align-items:flex-start}}.pp .desk-search-row{display:grid;grid-template-columns:232px minmax(0,1fr) 270px;gap:20px;align-items:start;margin-top:0}.pp .desk-catalog-stack,.pp .desk-search-stack{position:relative}.pp .desk-catalog-btn,.pp .desk-cart-btn{width:100%;height:64px;border:0;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;font-size:16px;font-weight:700;color:#fff}.pp .desk-catalog-btn{background:linear-gradient(180deg,#ffffff29,#fff0 44%),linear-gradient(135deg,#00afff,#34b6ff 54%,#1583ff);box-shadow:inset 0 1px #ffffff57,inset 0 -10px 18px #00599b29,0 18px 36px #00afff2e}.pp .desk-catalog-btn.is-open{background:linear-gradient(180deg,#ffffff29,#fff0 44%),linear-gradient(135deg,#00afff,#41c8d9 40%,#0dd149)}.pp .desk-catalog-panel{position:absolute;top:calc(100% + 12px);left:0;z-index:30;width:100%;padding:14px;border-radius:24px;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 40px #002a3a0f}.pp .desk-catalog-item{display:block;width:100%;min-height:52px;padding:0 18px;border-radius:16px;background:#f9fbfd;border:1px solid rgba(0,42,58,.04);color:var(--pp-deep);font-size:15px;font-weight:500;line-height:52px;text-decoration:none}.pp .desk-catalog-item+.desk-catalog-item{margin-top:10px}.pp .desk-search-box{height:64px;padding:0 22px;border-radius:20px;background:linear-gradient(180deg,#fffffffa,#f7fbfffa);box-shadow:inset 0 1px #ffffffeb,inset 0 -10px 18px #00afff07,0 10px 24px #002a3a0d;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center}.pp .desk-search-submit{border:0;background:transparent;color:#002a3a3d;cursor:pointer}.pp .desk-search-box input{width:100%;border:0;outline:none;background:transparent;color:var(--pp-deep);font-size:18px;font-weight:500}.pp .desk-search-box input::placeholder{color:#002a3a3d}.pp .desk-cart-btn{background:linear-gradient(180deg,#ffffff24,#fff0 42%),linear-gradient(135deg,#3ee254,#21cc00);box-shadow:inset 0 1px #ffffff47,inset 0 -10px 18px #087b3f24,0 18px 36px #0dd1492e}.pp .desk-cart-count{min-width:42px;height:42px;padding:0 10px;border-radius:999px;background:#0000001a;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.pp .desk-tabs-row{margin-top:10px;padding:10px 0 4px}.pp .desk-tabs{display:flex;justify-content:space-between;gap:14px;align-items:center}.pp .desk-tab{min-height:42px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:12px;color:var(--pp-deep);text-decoration:none}.pp .desk-tab span{font-size:14px;line-height:1.1}.pp-toolbar-icon{width:22px;height:22px;display:block;flex:0 0 auto}.pp-main{padding:8px 0 60px}.pp-breadcrumbs{display:flex;align-items:center;gap:10px;margin:8px 0 14px;color:#002a3a85;font-size:13px}.pp-breadcrumbs a{color:#002a3a9e;text-decoration:none}.pp-breadcrumbs strong{color:var(--pp-deep)}.pp-back{margin-bottom:18px;border:0;background:transparent;color:var(--pp-cyan);font-size:14px;font-weight:700;cursor:pointer}.pp-error,.pp-skeleton,.pp-gallery,.pp-summary,.pp-map-section,.pp-offers{border-radius:30px;background:#ffffffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 40px #002a3a0f}.pp-error,.pp-skeleton{padding:40px}.pp-top{display:grid;grid-template-columns:500px minmax(0,1fr);gap:24px;align-items:start}.pp-gallery{padding:18px}.pp-gallery img{width:100%;aspect-ratio:1 / 1;object-fit:contain;border-radius:22px;display:block;background:linear-gradient(180deg,#f8fafc,#f3f6fa)}.pp-summary{padding:28px 30px 30px;display:flex;flex-direction:column;gap:14px}.pp-cat{font-size:12px;font-weight:800;color:var(--pp-cyan);text-transform:uppercase;letter-spacing:.08em}.pp-summary h1{margin:0;font-size:42px;line-height:1.02;letter-spacing:-.05em}.pp-price-line{display:flex;align-items:baseline;gap:10px}.pp-price-line strong{font-size:34px;font-weight:800}.pp-price-range{color:#002a3a85;font-weight:700}.pp-availability{display:flex;align-items:center;gap:8px;color:#129a3d;font-weight:700}.pp-dot{width:9px;height:9px;border-radius:50%;background:#0dd149}.pp-summary-actions{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap}.pp-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px;border-radius:14px;font-weight:800;text-decoration:none;font-size:14px;cursor:pointer;border:0}.pp-btn.small{padding:9px 14px;font-size:13px}.pp-btn-primary{background:linear-gradient(135deg,#18d95f,#0dd149);color:#fff;box-shadow:0 10px 22px #0dd14933}.pp-btn-primary:hover{filter:brightness(1.03)}.pp-btn-ghost{background:#eef7ff;color:var(--pp-cyan)}.pp-btn-ghost:hover{background:#e4f3ff}.pp-benefits{list-style:none;display:flex;flex-direction:column;gap:10px;margin:2px 0 0;color:#002a3aad;font-weight:600;padding:0}.pp-benefits li{padding-left:22px;position:relative}.pp-benefits li:before{content:"✓";position:absolute;left:0;color:#0dd149;font-weight:900}.pp-map-section,.pp-offers{margin-top:22px;padding:22px 24px 24px}.pp-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px}.pp-section-head h2{margin:0;font-size:24px;color:var(--pp-deep)}.pp-muted{color:#002a3a85;font-weight:700;font-size:14px}.pp-map{height:380px;border-radius:22px;overflow:hidden;box-shadow:0 10px 26px #002a3a14;z-index:0}.pp-offer-list{display:flex;flex-direction:column;gap:12px}.pp-offer{background:#fff;border:1px solid rgba(0,42,58,.12);border-radius:22px;padding:0;box-shadow:inset 0 1px #ffffffbf;overflow:hidden}.pp-offer-head{width:100%;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:0;background:transparent;text-align:left;cursor:pointer}.pp-offer-main{display:flex;flex-direction:column;gap:10px;flex:1;min-width:240px}.pp-offer-store{display:flex;align-items:center;gap:12px}.pp-offer-avatar{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:800;background:linear-gradient(135deg,#00afff,#1583ff);flex-shrink:0}.pp-offer-store strong{font-size:16px}.pp-offer-addr{font-size:13px;color:#002a3a94}.pp-distance{color:var(--pp-cyan);font-weight:700}.pp-offer-pays{display:flex;gap:6px;flex-wrap:wrap}.pp-pay{font-size:12px;font-weight:700;padding:6px 10px;border-radius:999px;background:#f3f7fa;color:#002a3a9e}.pp-pay-credit{background:#0dd1491a;color:#129a3d}.pp-offer-aside{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.pp-offer-price{font-size:22px;font-weight:800}.pp-offer-stock{font-size:13px;font-weight:700;color:#002a3a8a}.pp-offer-stock.is-available{color:#119448}.pp-offer-stock.is-missing{color:#ff4b42}.pp-offer-chevron{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#002a3a8a;background:#f5f8fb;transition:transform var(--transition),background var(--transition),color var(--transition)}.pp-offer-chevron .pp-toolbar-icon{width:18px;height:18px}.pp-offer-chevron.is-open{transform:rotate(180deg);background:#17a9ff1f;color:var(--pp-cyan)}.pp-offer-panel{padding:0 20px 20px;border-top:1px solid rgba(0,42,58,.08)}.pp-offer-panel-meta{display:flex;flex-direction:column;gap:14px;padding-top:18px}.pp-offer-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px;color:#002a3ab8}.pp-offer-meta-rating{display:inline-flex;align-items:center;gap:6px;color:var(--pp-deep);font-weight:700}.pp-offer-meta-rating .pp-toolbar-icon{width:16px;height:16px;color:#10b65a}.pp-inline-link{border:0;padding:0;background:transparent;color:#10b65a;font-size:14px;font-weight:700}.pp-offer-open-pill{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:12px;border:1px solid rgba(13,209,73,.35);color:#119448;background:#0dd14914}.pp-offer-detail-line{display:flex;align-items:center;gap:10px;color:#002a3ac2;font-size:15px}.pp-offer-detail-line .pp-toolbar-icon{width:18px;height:18px;color:#002a3a8a;flex-shrink:0}.pp-offer-panel-body{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(0,42,58,.08)}.pp-offer-panel-body.is-store-only{grid-template-columns:minmax(0,1fr) auto;align-items:start}.pp-offer-product{display:grid;grid-template-columns:72px minmax(0,1fr);gap:16px;align-items:center}.pp-offer-product img{width:60px;height:60px;object-fit:contain}.pp-offer-product-copy{display:flex;flex-direction:column;gap:8px}.pp-offer-product-copy strong{font-size:16px;line-height:1.15}.pp-offer-product-copy span{font-size:14px;font-weight:700;color:#002a3a9e}.pp-offer-product-copy span.is-available{color:#119448}.pp-offer-product-copy span.is-missing{color:#ff4b42}.pp-offer-tags{display:flex;flex-wrap:wrap;gap:8px}.pp-offer-panel-side{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.pp-offer-panel-body.is-store-only .pp-offer-panel-side{flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:18px}.pp-offer-cta-store{margin-left:auto;justify-content:flex-end;flex-wrap:wrap}.pp-offer-cta{display:flex;gap:8px}.desk-page .cat-hero{grid-template-columns:minmax(0,1.15fr) 360px;align-items:stretch}.desk-page .cat-hero-copy,.desk-page .cat-feature-card,.desk-page .cat-main,.desk-page .cat-panel{box-shadow:0 18px 40px #002a3a0f}.desk-page .cat-hero-copy{padding:30px 32px}.desk-page .cat-tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 2px}.desk-page .cat-tag{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#f4f8fb;color:#002a3ab8;font-size:12px;font-weight:700}.desk-page .cat-stats{margin-top:14px}.desk-page .cat-feature-card{padding:22px}.desk-page .cat-feature-copy strong{font-size:24px;line-height:1.08}.desk-page .cat-feature-copy span{display:block;margin-top:8px;color:#002a3a94}.desk-page .cat-feature-copy button{margin-top:18px}.desk-page .cat-panel h3{margin-bottom:14px;font-size:13px;letter-spacing:.04em;text-transform:uppercase}.desk-page .cat-store-card{border-radius:18px;border:1px solid rgba(0,42,58,.06);background:#fbfdff}.desk-page .cat-main-head{padding-bottom:16px;border-bottom:1px solid rgba(0,42,58,.08)}@media (max-width: 900px){.pp .desk-shell{width:min(100%,calc(100% - 20px))}.pp .desk-search-row{grid-template-columns:1fr}.pp .desk-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.pp .desk-header{flex-direction:column;align-items:flex-start;gap:14px}.pp .desk-nav{flex-wrap:wrap;gap:16px}.pp .desk-contact{align-items:flex-start}.pp-top{grid-template-columns:1fr}.pp-summary h1{font-size:32px}.desk-page .cat-hero{grid-template-columns:1fr}}@media (max-width: 640px){.pp-main{padding-bottom:40px}.pp-map-section,.pp-offers,.pp-summary{padding:18px}.pp-offer,.pp-offer-head{flex-direction:column;align-items:stretch}.pp-offer-aside{align-items:stretch}.pp-offer-panel-body{grid-template-columns:1fr}.pp-offer-panel-side{align-items:stretch}.pp-offer-panel-body.is-store-only .pp-offer-panel-side{flex-direction:column;align-items:flex-start}.pp-offer-cta-store{margin-left:0;justify-content:flex-start}.pp-offer-cta .pp-btn{flex:1}}.desk-page .desk-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.desk-page .desk-products-section h3{margin:0}.desk-page .desk-see-all-btn{min-width:170px;height:44px;border:0;border-radius:999px;background:linear-gradient(135deg,#19a7f3,#2ba9ef);color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #19a7f32e}.desk-page .cat-layout{margin-top:18px;grid-template-columns:320px minmax(0,1fr);gap:26px;align-items:start}.desk-page .cat-sidebar{position:sticky;top:96px;align-self:start}.desk-page .cat-filter-card{width:100%;max-height:calc(100vh - 114px);overflow:auto;border-radius:28px;border:1px solid rgba(0,42,58,.08);background:#fff;box-shadow:0 -10px 24px #002a3a0d,0 16px 32px #002a3a0f;padding:26px 22px}.desk-page .cat-filter-section+.cat-filter-section{margin-top:26px}.desk-page .cat-filter-section h3{margin:0 0 14px;color:var(--sravni-deep);font-size:16px;font-weight:700;text-transform:none;letter-spacing:0}.desk-page .cat-links,.desk-page .cat-filter-list{display:grid;gap:10px}.desk-page .cat-link{width:100%;min-height:46px;border:1px solid rgba(0,42,58,.08);background:#fff;color:var(--sravni-deep);border-radius:14px;font-size:14px;font-weight:600}.desk-page .cat-link.is-active{border-color:#20a6ef;background:#f4fbff;color:#1f8fdc}.desk-page .cat-check-row{display:flex;align-items:center;gap:10px;color:#002a3ad1;font-size:14px}.desk-page .cat-check-row input{width:18px;height:18px;accent-color:#22a7ef}.desk-page .cat-apply-btn{margin-top:26px;width:100%;min-height:52px;border:0;border-radius:999px;background:linear-gradient(135deg,#149cef,#2eacf5);color:#fff;font-size:15px;font-weight:700;cursor:pointer}.desk-page .cat-main{padding:0;border:0;box-shadow:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.desk-page .cat-main-head{padding:0 0 18px;border-bottom:0}.desk-page .cat-main-head h2{margin:0;font-size:32px;line-height:1.08}.desk-page .cat-main-head p{margin:8px 0 0;font-size:14px}.desk-page .cat-sort-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.desk-page .cat-sort-chip{min-height:38px;padding:0 18px;border-radius:999px;border:1px solid rgba(0,42,58,.12);background:#fff;color:#002a3a94;font-size:14px;cursor:pointer}.desk-page .cat-sort-chip.is-active{border-color:#22a7ef;color:#22a7ef}.desk-page .cat-tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.desk-page .cat-tag{min-height:32px;padding:0 12px;border-radius:999px;background:#f4f7fa;color:#002a3aad;font-size:12px;font-weight:700;display:inline-flex;align-items:center}@media (max-width: 1180px) and (min-width: 901px){.desk-page .cat-layout{grid-template-columns:260px minmax(0,1fr)}}.sc-root{min-height:100vh;background:#f9fafb;font-family:Manrope,system-ui,sans-serif;color:#111827}.sc-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:16px;padding:0 24px;height:64px;background:#fff;border-bottom:1px solid #e5e7eb}.sc-logo{font-size:20px;font-weight:900;color:#5b4cf7;text-decoration:none;letter-spacing:-.5px;flex-shrink:0}.sc-search{flex:1;display:flex;align-items:center;gap:10px;background:#f3f4f6;border-radius:12px;padding:0 16px;height:42px;max-width:560px;transition:box-shadow .18s}.sc-search:focus-within{box-shadow:0 0 0 2px #5b4cf7;background:#fff}.sc-search-icon{width:18px;height:18px;color:#9ca3af;flex-shrink:0;padding:0}.sc-search-icon svg{width:100%;height:100%}.sc-search input{flex:1;border:none;background:none;outline:none;font-size:14px;color:#111827}.sc-search input::placeholder{color:#9ca3af}.sc-cart-btn{position:relative;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#374151;transition:background .15s;flex-shrink:0}.sc-cart-btn:hover{background:#e5e7eb}.sc-cart-btn svg{width:20px;height:20px}.sc-cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:#5b4cf7;color:#fff;border-radius:999px;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.sc-cats{display:flex;gap:8px;padding:16px 24px;overflow-x:auto;scrollbar-width:none;background:#fff;border-bottom:1px solid #e5e7eb}.sc-cats::-webkit-scrollbar{display:none}.sc-cat{flex-shrink:0;padding:8px 18px;border-radius:999px;font-size:14px;font-weight:600;color:#6b7280;background:#f3f4f6;border:1.5px solid transparent;transition:all .15s;white-space:nowrap}.sc-cat:hover{background:#ede9fe;color:#5b4cf7}.sc-cat.is-active{background:#5b4cf7;color:#fff;border-color:#5b4cf7}.sc-results-bar{padding:12px 24px 0;font-size:13px;color:#6b7280}.sc-results-bar strong{color:#111827}.sc-grid-wrap{padding:20px 24px 48px}.sc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.sc-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .16s,box-shadow .16s}.sc-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.sc-card-img{position:relative;aspect-ratio:1;background:#f9fafb;overflow:hidden}.sc-card-img img{width:100%;height:100%;object-fit:cover}.sc-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:52px}.sc-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:700}.sc-badge--out{background:#fee2e2;color:#dc2626}.sc-badge--low{background:#fef3c7;color:#d97706}.sc-card-body{padding:12px 14px 8px;flex:1}.sc-card-name{font-size:13px;font-weight:600;color:#111827;margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sc-card-price{font-size:16px;font-weight:800;color:#5b4cf7;margin:0}.sc-card-foot{padding:0 14px 14px}.sc-btn-cart{width:100%;height:38px;border-radius:10px;background:#5b4cf7;color:#fff;font-size:13px;font-weight:700;transition:background .15s,opacity .15s}.sc-btn-cart:hover:not(:disabled){background:#4c3ed9}.sc-btn-cart:disabled{background:#e5e7eb;color:#9ca3af;cursor:default}.sc-loading{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.sc-skeleton{aspect-ratio:1 / 1.4;border-radius:16px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:sc-shimmer 1.4s infinite}@keyframes sc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sc-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;gap:12px;padding:80px 24px;text-align:center}.sc-empty span{font-size:48px}.sc-empty p{font-size:16px;color:#6b7280;font-weight:600;margin:0}.sc-empty button{padding:10px 24px;border-radius:10px;background:#5b4cf7;color:#fff;font-weight:700;font-size:14px}@media (max-width: 640px){.sc-header{padding:0 16px;gap:10px}.sc-cats{padding:12px 16px}.sc-results-bar{padding:12px 16px 0}.sc-grid-wrap{padding:16px 16px 48px}.sc-grid{grid-template-columns:repeat(2,1fr);gap:12px}.sc-logo{font-size:18px}}.sc2{min-height:100vh;background:#f8f9fb;font-family:Manrope,system-ui,sans-serif;color:#0f172a}.sc2-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:14px;padding:0 28px;height:60px;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.sc2-logo{display:flex;align-items:center;gap:7px;font-size:19px;font-weight:900;color:#0f172a;text-decoration:none;letter-spacing:-.5px;flex-shrink:0}.sc2-logo-dot{width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);flex-shrink:0}.sc2-search{flex:1;max-width:500px;display:flex;align-items:center;gap:10px;height:40px;padding:0 14px;background:#f1f5f9;border-radius:12px;transition:box-shadow .18s,background .18s}.sc2-search:focus-within{background:#fff;box-shadow:0 0 0 2px #6366f1}.sc2-search svg{width:16px;height:16px;color:#94a3b8;flex-shrink:0}.sc2-search input{flex:1;border:none;background:none;outline:none;font-size:14px;color:#0f172a}.sc2-search input::placeholder{color:#94a3b8}.sc2-search-clear{color:#94a3b8;font-size:13px;padding:2px 4px;transition:color .15s}.sc2-search-clear:hover{color:#64748b}.sc2-cart{position:relative;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#475569;flex-shrink:0;transition:background .15s}.sc2-cart:hover{background:#e2e8f0}.sc2-cart svg{width:20px;height:20px}.sc2-cart-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;background:#6366f1;color:#fff;border-radius:999px;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.sc2-hero{background:linear-gradient(135deg,#0f172a,#1e1b4b,#312e81);color:#fff;overflow:hidden}.sc2-hero-inner{max-width:1280px;margin:0 auto;padding:60px 28px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.sc2-hero-tag{display:inline-block;padding:5px 14px;border-radius:999px;background:#ffffff1f;font-size:13px;font-weight:700;margin-bottom:16px}.sc2-hero-text h1{font-size:clamp(36px,5vw,58px);font-weight:900;line-height:1.1;margin:0 0 16px;letter-spacing:-1.5px}.sc2-hero-text p{font-size:16px;color:#ffffffb3;line-height:1.6;margin-bottom:28px}.sc2-hero-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:14px;background:#6366f1;color:#fff;font-weight:800;font-size:15px;transition:background .15s,transform .15s}.sc2-hero-btn:hover{background:#4f46e5;transform:translateY(-2px)}.sc2-hero-btn svg{width:18px;height:18px}.sc2-hero-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;position:relative}.sc2-hero-card{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:16px;cursor:pointer;display:flex;flex-direction:column;gap:8px;transition:background .16s,transform .16s}.sc2-hero-card:hover{background:#ffffff24;transform:translateY(-3px)}.sc2-hero-card--0{grid-column:1 / -1}.sc2-hero-card img,.sc2-hero-card .sc2-card-ph{width:100%;aspect-ratio:16/9;border-radius:12px;object-fit:cover}.sc2-hero-card span{font-size:12px;color:#fff9}.sc2-hero-card strong{font-size:16px;font-weight:800}.sc2-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.sc2-section-head h2{font-size:22px;font-weight:900;letter-spacing:-.5px;margin:0}.sc2-count{font-size:13px;color:#94a3b8;font-weight:600}.sc2-cats-section{max-width:1280px;margin:0 auto;padding:44px 28px 0}.sc2-cats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.sc2-cat-tile{background:var(--cat-bg, #f1f5f9);border-radius:20px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;border:2px solid transparent;transition:transform .16s,border-color .16s,box-shadow .16s;text-align:center}.sc2-cat-tile:hover{transform:translateY(-4px);border-color:var(--cat-accent);box-shadow:0 8px 24px #00000014}.sc2-cat-emoji{font-size:32px;line-height:1}.sc2-cat-tile strong{font-size:13px;font-weight:800;color:var(--cat-accent);display:block}.sc2-cat-count{font-size:11px;color:#94a3b8;font-weight:600}.sc2-products{max-width:1280px;margin:0 auto;padding:44px 28px 64px}.sc2-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px}.sc2-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .16s,box-shadow .16s}.sc2-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.sc2-card-media{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f9fb}.sc2-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.sc2-card:hover .sc2-card-media img{transform:scale(1.04)}.sc2-card-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:56px}.sc2-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:700}.sc2-badge--out{background:#fee2e2;color:#dc2626}.sc2-badge--low{background:#fef9c3;color:#ca8a04}.sc2-card-cat-chip{position:absolute;bottom:10px;left:10px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700}.sc2-card-body{padding:14px 16px 16px;flex:1;display:flex;flex-direction:column;gap:8px}.sc2-card-rating{display:flex;align-items:center;gap:2px}.sc2-card-rating svg{width:11px;height:11px;color:#facc15}.sc2-card-rating span{font-size:11px;color:#94a3b8;font-weight:600;margin-left:4px}.sc2-card-name{font-size:14px;font-weight:700;color:#0f172a;line-height:1.4;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sc2-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.sc2-card-price{font-size:17px;font-weight:900;color:#0f172a;white-space:nowrap}.sc2-card-add{flex-shrink:0;height:34px;padding:0 14px;border-radius:10px;color:#fff;font-size:12px;font-weight:700;transition:opacity .15s,transform .15s}.sc2-card-add:hover:not(:disabled){opacity:.88;transform:scale(.97)}.sc2-card-add:disabled{background:#e2e8f0!important;color:#94a3b8;cursor:default}.sc2-cat-bar{display:flex;align-items:center;gap:10px;padding:16px 28px;overflow-x:auto;scrollbar-width:none;background:#fff;border-bottom:1px solid #e2e8f0}.sc2-cat-bar::-webkit-scrollbar{display:none}.sc2-back{flex-shrink:0;font-size:13px;font-weight:700;color:#64748b;padding:8px 16px;border-radius:10px;background:#f1f5f9}.sc2-filter-chip{flex-shrink:0;padding:7px 16px;border-radius:999px;font-size:13px;font-weight:700;border:1.5px solid #e2e8f0;color:#64748b;background:#fff;transition:all .15s;white-space:nowrap}.sc2-filter-chip:hover{border-color:#6366f1;color:#6366f1}.sc2-filter-chip.is-active{color:#fff}.sc2-search-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 28px;background:#fff;border-bottom:1px solid #e2e8f0;font-size:14px;color:#64748b}.sc2-search-bar strong{color:#0f172a}.sc2-search-bar button{font-size:13px;font-weight:700;color:#6366f1}.sc2-skeleton{border-radius:20px;aspect-ratio:1 / 1.5;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:sc2-shimmer 1.4s infinite}@keyframes sc2-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sc2-empty{padding:80px 24px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.sc2-empty span{font-size:52px}.sc2-empty p{font-size:16px;color:#64748b;font-weight:600;margin:0}.sc2-empty button{padding:12px 28px;border-radius:12px;background:#6366f1;color:#fff;font-weight:700;font-size:14px}.sc2-footer{background:#0f172a;color:#fff9;padding:32px 28px}.sc2-footer-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;font-size:14px}.sc2-footer .sc2-logo{color:#fff}@media (max-width: 900px){.sc2-hero-inner{grid-template-columns:1fr}.sc2-hero-cards{display:none}.sc2-hero-text h1{font-size:36px}.sc2-cats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.sc2-header{padding:0 16px}.sc2-hero-inner{padding:40px 16px}.sc2-cats-section,.sc2-products{padding-left:16px;padding-right:16px}.sc2-cats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.sc2-grid{grid-template-columns:repeat(2,1fr);gap:12px}.sc2-cat-bar{padding:12px 16px}.sc2-footer-inner{flex-direction:column;gap:8px;text-align:center}}.mk-root{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(1100px 440px at 8% -6%,rgba(66,178,213,.2),transparent 60%),radial-gradient(960px 420px at 100% -4%,rgba(38,89,168,.16),transparent 58%),linear-gradient(180deg,#eaf4fb,#f3f9fc 280px,#f3f9fc);font-family:Manrope,Outfit,system-ui,sans-serif;color:#0c2a4a;-webkit-font-smoothing:antialiased}.mk-header{position:sticky;top:0;z-index:100;background:#ffffffd1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(38,89,168,.1);box-shadow:0 6px 24px #0f27520d}.mk-header-inner{display:flex;align-items:center;gap:24px;padding:16px 32px;width:100%}.mk-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0;color:#0f172a;font-size:22px;font-weight:800;letter-spacing:-.5px;transition:opacity .2s}.mk-logo:hover{opacity:.9}.mk-logo-mark{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-size:18px;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #6366f140}.mk-logo-img{height:34px;width:auto;display:block}.mk-logo-img--footer{height:28px;filter:brightness(0) invert(1);opacity:.92}.mk-search-form{flex:1;max-width:600px;display:flex;align-items:center;height:46px;border-radius:14px;border:1.5px solid #d8e6f1;background:#f0f7fbcc;overflow:hidden;transition:all .2s ease}.mk-search-form:focus-within{border-color:#42b2d5;background:#fff;box-shadow:0 0 0 4px #42b2d52e}.mk-search-btn{width:48px;height:46px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#64748b;transition:color .2s}.mk-search-form:focus-within .mk-search-btn{color:#2659a8}.mk-search-btn svg{width:20px;height:20px}.mk-search-form input{flex:1;border:none;outline:none;font-size:15px;color:#0f172a;background:none;padding:0 4px;font-weight:500}.mk-search-form input::placeholder{color:#94a3b8}.mk-search-clear{padding:0 16px;color:#94a3b8;font-size:14px;transition:color .2s}.mk-search-clear:hover{color:#ef4444}.mk-header-actions{display:flex;gap:12px;flex-shrink:0;margin-left:auto}.mk-action-btn{position:relative;display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:12px;font-size:14px;font-weight:700;color:#2659a8;background:#42b2d51f;transition:all .2s ease}.mk-action-btn:hover{background:#42b2d533;color:#1a3f7a;transform:translateY(-1px)}.mk-action-btn svg{width:20px;height:20px;stroke-width:2.2px}.mk-cart-badge{min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;border-radius:999px;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #ef44444d}.mk-cats{border-top:1px solid rgba(226,232,240,.8);background:#ffffffe6}.mk-cats-inner{display:flex;gap:8px;padding:8px 32px;width:100%;overflow-x:auto;scrollbar-width:none}.mk-cats-inner::-webkit-scrollbar{display:none}.mk-cat{flex-shrink:0;padding:10px 18px;font-size:14px;font-weight:700;color:#64748b;white-space:nowrap;border-radius:10px;transition:all .2s ease;display:flex;align-items:center;gap:6px}.mk-cat:hover{color:#2659a8;background:#42b2d51a}.mk-cat.is-active{color:#fff;background:linear-gradient(135deg,#42b2d5,#2659a8);box-shadow:0 8px 18px #2659a842}.mk-cat.is-hot{color:#2659a8}.mk-cat.is-hot:hover{color:#2659a8;background:#42b2d51a}.mk-cat.is-hot.is-active{color:#fff;background:linear-gradient(135deg,#42b2d5,#2659a8);box-shadow:0 8px 18px #2659a842}.mk-banners{padding:24px 32px 0;width:100%}.mk-banners-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mk-banner{position:relative;border-radius:22px;overflow:hidden;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;min-height:156px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);text-align:left;border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 32px #2659a82e}.mk-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(150% 130% at 100% 0%,rgba(255,255,255,.26),transparent 48%),radial-gradient(120% 130% at 0% 100%,rgba(12,35,64,.2),transparent 54%);pointer-events:none}.mk-banner>*{position:relative;z-index:1}.mk-banner:hover{transform:translateY(-4px);box-shadow:0 26px 48px #2659a847}.mk-banner-text{display:flex;flex-direction:column;gap:6px;min-width:0}.mk-banner-text strong{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.4px}.mk-banner-text span{font-size:13.5px;color:#ffffffdb;font-weight:600}.mk-banner-text .mk-banner-cta{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-size:13px;font-weight:800;color:#fff}.mk-banner-cta svg{width:15px;height:15px;transition:transform .2s ease}.mk-banner:hover .mk-banner-cta svg{transform:translate(3px)}.mk-banner-ico{flex-shrink:0;width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.22);transition:transform .3s ease}.mk-banner-ico svg{width:30px;height:30px}.mk-banner:hover .mk-banner-ico{transform:scale(1.06)}.mk-main{width:100%;padding:24px 32px 64px;flex:1 0 auto}.mk-section-head{display:flex;align-items:center;gap:16px;padding:8px 0 20px;flex-wrap:wrap}.mk-section-head h2{font-size:24px;font-weight:800;margin:0;letter-spacing:-.6px}.mk-total{font-size:14px;color:#2659a8;font-weight:700;background:#42b2d524;padding:4px 10px;border-radius:8px}.mk-reset{margin-left:auto;font-size:13px;font-weight:700;color:#2659a8;padding:8px 16px;border-radius:10px;background:#42b2d524;transition:all .2s}.mk-reset:hover{background:#42b2d53d}.mk-cat-layout{display:grid;grid-template-columns:264px minmax(0,1fr);gap:28px;align-items:start}.mk-filters{position:sticky;top:130px;background:#fff;border:1px solid #e2ecf4;border-radius:20px;padding:20px 22px;box-shadow:0 8px 20px #0f27520d}.mk-filters-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.mk-filters-head h3{margin:0;font-size:18px;font-weight:800;color:#0c2a4a}.mk-filters-reset{font-size:13px;font-weight:700;color:#2659a8}.mk-filters-reset:hover{text-decoration:underline}.mk-filter-block{padding:18px 0;border-top:1px solid #eef3f8}.mk-filter-block:first-of-type{border-top:none;padding-top:10px}.mk-filter-block h4{margin:0 0 12px;font-size:15px;font-weight:800;color:#1a3354}.mk-radio,.mk-check{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:14px;font-weight:600;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.mk-radio:hover,.mk-check:hover{color:#2659a8}.mk-radio input,.mk-check input{position:absolute;opacity:0;width:0;height:0}.mk-radio-dot{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:2px solid #cbd9e6;transition:all .18s ease;position:relative}.mk-radio input:checked+.mk-radio-dot{border-color:#2659a8}.mk-radio input:checked+.mk-radio-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:linear-gradient(135deg,#42b2d5,#2659a8)}.mk-check-box{flex-shrink:0;width:20px;height:20px;border-radius:6px;border:2px solid #cbd9e6;transition:all .18s ease;position:relative}.mk-check input:checked+.mk-check-box{border-color:transparent;background:linear-gradient(135deg,#42b2d5,#2659a8)}.mk-check input:checked+.mk-check-box:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.mk-radio input:focus-visible+.mk-radio-dot,.mk-check input:focus-visible+.mk-check-box{box-shadow:0 0 0 4px #42b2d538}.mk-price-inputs{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.mk-price-field{min-width:0;display:flex;align-items:center;gap:8px;height:44px;padding:0 14px;border-radius:12px;border:1.5px solid #d8e6f1;background:#f7fbfe;transition:all .18s ease}.mk-price-field:focus-within{border-color:#42b2d5;background:#fff;box-shadow:0 0 0 4px #42b2d529}.mk-price-field span{font-size:13px;color:#94a3b8;font-weight:600;flex-shrink:0}.mk-price-field input{width:100%;min-width:0;border:none;outline:none;background:none;font-size:14px;font-weight:700;color:#0c2a4a}.mk-range{position:relative;height:24px}.mk-range-rail,.mk-range-fill{position:absolute;top:50%;transform:translateY(-50%);height:4px;border-radius:2px}.mk-range-rail{left:0;right:0;background:#dfe9f2}.mk-range-fill{background:linear-gradient(90deg,#42b2d5,#2659a8)}.mk-range input[type=range]{position:absolute;top:0;left:0;width:100%;height:24px;margin:0;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mk-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid #2659a8;box-shadow:0 2px 6px #2659a84d;cursor:pointer}.mk-range input[type=range]::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:3px solid #2659a8;box-shadow:0 2px 6px #2659a84d;cursor:pointer}.mk-range input[type=range]::-moz-range-track{background:none}.mk-range input[type=range]::-webkit-slider-thumb:hover{border-color:#1f5099;transform:scale(1.12)}.mk-range input[type=range]::-moz-range-thumb:hover{border-color:#1f5099;transform:scale(1.12)}.mk-range input.mk-range-top{z-index:4}.mk-range-caption{display:flex;align-items:center;justify-content:space-between;margin-top:10px;font-size:13px;font-weight:700;color:#2659a8}.mk-cur{display:inline-flex;align-items:center;padding:3px;border-radius:12px;background:#42b2d51f;flex-shrink:0}.mk-cur-btn{min-width:40px;height:34px;padding:0 12px;border-radius:9px;font-size:14px;font-weight:700;color:#2659a8;transition:all .18s ease}.mk-cur-btn.is-active{color:#fff;background:linear-gradient(135deg,#42b2d5,#2659a8);box-shadow:0 4px 12px #2659a83d}.mk-cur-btn:not(.is-active):hover{color:#1a3f7a}.mk-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:36px;flex-wrap:wrap}.mk-page,.mk-page-nav{min-width:40px;height:40px;padding:0 12px;border-radius:12px;border:1.5px solid #d8e6f1;background:#fff;font-size:14px;font-weight:700;color:#0c2a4a;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.mk-page:hover:not(.is-active),.mk-page-nav:hover:not(:disabled){border-color:#42b2d5;color:#2659a8;transform:translateY(-1px)}.mk-page.is-active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#42b2d5,#2659a8);box-shadow:0 8px 18px #2659a83d;cursor:default}.mk-page-nav{font-size:20px;line-height:1}.mk-page-nav:disabled{opacity:.4;cursor:not-allowed}.mk-page-gap{color:#94a3b8;font-weight:700;padding:0 2px}.mk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.mk-card{background:#fff;border-radius:20px;border:1px solid #e2ecf4;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px #0f27520f}.mk-card:hover{box-shadow:0 22px 44px #2659a829;transform:translateY(-5px);border-color:#42b2d580}.mk-card-img{position:relative;aspect-ratio:1.1;background:linear-gradient(180deg,#f3f9fc,#e8f4fa);overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eaf2f8}.mk-card-img img{width:90%;height:90%;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1)}.mk-card:hover .mk-card-img img{transform:scale(1.06)}.mk-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#eef6fb,#e3f0f8);color:#9fbdd4}.mk-ph svg{width:52px;height:52px}.mk-like{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#94a3b8;box-shadow:0 2px 6px #00000008}.mk-like:hover{background:#fff;color:#f43f5e;transform:scale(1.05)}.mk-like.is-liked{color:#f43f5e;background:#fff;border-color:#f43f5e33}.mk-like.is-liked svg{fill:#f43f5e}.mk-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:700;box-shadow:0 2px 8px #0000000d}.mk-badge--out{background:#fee2e2;color:#ef4444}.mk-badge--low{background:#fef3c7;color:#d97706}.mk-badge--stores{background:#42b2d52e;color:#1f5099}.mk-card-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex-grow:1}.mk-card-price{font-size:20px;font-weight:800;color:#0c2a4a;margin:0}.mk-card-name{font-size:14px;font-weight:600;color:#475569;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.8em}.mk-card-buy{margin-top:auto;width:100%;height:40px;border-radius:10px;background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;font-size:14px;font-weight:700;transition:all .2s ease;box-shadow:0 4px 12px #2659a829}.mk-card-buy:hover:not(:disabled){background:linear-gradient(135deg,#37a8cd,#1f5099);box-shadow:0 8px 18px #2659a83d;transform:translateY(-1px)}.mk-card-buy:disabled{background:#f1f5f9;color:#94a3b8;box-shadow:none;cursor:not-allowed}.mk-skeleton{border-radius:20px;aspect-ratio:1 / 1.4;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:mk-shimmer 1.4s infinite;border:1px solid #e2e8f0}@keyframes mk-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mk-empty{padding:96px 24px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.mk-empty-ico{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#42b2d51f;color:#2659a8}.mk-empty-ico svg{width:32px;height:32px}.mk-empty p{font-size:18px;color:#64748b;font-weight:600;margin:0}.mk-empty button{padding:14px 32px;border-radius:12px;background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;font-weight:700;transition:all .2s;box-shadow:0 10px 22px #2659a842}.mk-empty button:hover{background:linear-gradient(135deg,#37a8cd,#1f5099);transform:translateY(-1px)}.mk-footer{background:linear-gradient(180deg,#0c2340,#0a1d36);border-top:1px solid rgba(66,178,213,.25);padding:32px 0;margin-top:auto;flex-shrink:0}.mk-footer-inner{width:100%;padding:0 32px;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#e2f0fab8;font-weight:500}@media (max-width: 1024px){.mk-banners-inner{grid-template-columns:1fr 1fr}.mk-banners-inner .mk-banner:last-child{grid-column:1 / -1}}@media (max-width: 900px){.mk-cat-layout{grid-template-columns:1fr;gap:20px}.mk-filters{position:static;top:auto}}@media (max-width: 640px){.mk-header-inner{padding:12px 16px;gap:12px}.mk-cats-inner{padding:0 16px}.mk-banners{padding:16px 16px 0}.mk-banners-inner{grid-template-columns:1fr}.mk-main{padding:16px 16px 48px}.mk-grid{grid-template-columns:repeat(2,1fr);gap:12px}.mk-action-btn span{display:none}.mk-footer-inner{flex-direction:column;gap:12px;text-align:center}}.ct-root{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(1100px 440px at 8% -6%,rgba(66,178,213,.2),transparent 60%),radial-gradient(960px 420px at 100% -4%,rgba(38,89,168,.16),transparent 58%),linear-gradient(180deg,#eaf4fb,#f3f9fc 280px,#f3f9fc);font-family:Manrope,Outfit,system-ui,sans-serif;color:#0c2a4a;-webkit-font-smoothing:antialiased}.ct-main{width:100%;max-width:1280px;margin:0 auto;padding:32px 32px 80px;flex:1 0 auto}.ct-breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:15px;color:#64748b;font-weight:600}.ct-breadcrumb button{display:flex;align-items:center;gap:6px;color:#2659a8;font-weight:700;font-size:15px;transition:transform .2s}.ct-breadcrumb button:hover{transform:translate(-2px)}.ct-breadcrumb button svg{width:18px;height:18px;stroke-width:2.5px}.ct-bc-count{color:#cbd5e1}.ct-empty{background:#fff;border:1px solid #e2ecf4;border-radius:24px;box-shadow:0 8px 24px #0f27520d;padding:72px 24px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.ct-empty-icon,.ct-empty>span{width:84px;height:84px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#42b2d51f;color:#2659a8;font-size:38px}.ct-empty-icon svg,.ct-empty>span svg{width:38px;height:38px}.ct-empty h2{font-size:22px;font-weight:800;margin:0;letter-spacing:-.4px;color:#0c2a4a}.ct-empty p{font-size:15px;color:#64748b;font-weight:600;margin:0}.ct-empty .ct-btn-primary{width:auto;padding:0 32px;margin-top:8px}.ct-layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}.ct-items{background:#fff;border-radius:24px;border:1px solid #e2ecf4;box-shadow:0 4px 20px #0f172a05;overflow:hidden}.ct-items-head{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #f1f5f9}.ct-items-head h2{font-size:20px;font-weight:800;margin:0;letter-spacing:-.4px}.ct-clear-btn{font-size:14px;color:#f43f5e;font-weight:700;padding:6px 12px;border-radius:8px;transition:all .2s}.ct-clear-btn:hover{background:#f43f5e0d}.ct-item{display:grid;grid-template-columns:96px 1fr auto;gap:24px;align-items:center;padding:24px 32px;border-bottom:1px solid #f1f5f9;transition:background .2s}.ct-item:last-child{border-bottom:none}.ct-item:hover{background:#fafbfc}.ct-item-img{width:96px;height:96px;border-radius:16px;overflow:hidden;background:#f8fafc;border:1px solid #e2ecf4;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ct-item-img img{width:90%;height:90%;object-fit:contain}.ct-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#eef6fb,#e3f0f8);color:#9fbdd4}.ct-img-ph svg{width:46%;height:46%}.ct-item-info{min-width:0}.ct-item-name{font-size:16px;font-weight:700;color:#0c2a4a;cursor:pointer;margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ct-item-name:hover{color:#2659a8}.ct-item-price{font-size:14px;color:#64748b;margin:0;font-weight:600}.ct-item-actions{display:flex;align-items:center;gap:24px}.ct-qty{display:flex;align-items:center;border:1.5px solid #cbd5e1;border-radius:12px;overflow:hidden;background:#fff}.ct-qty button{width:36px;height:36px;font-size:20px;font-weight:600;color:#475569;transition:background .15s}.ct-qty button:hover{background:#f1f5f9}.ct-qty span{width:44px;text-align:center;font-size:15px;font-weight:800;border-left:1.5px solid #cbd5e1;border-right:1.5px solid #cbd5e1;height:36px;display:flex;align-items:center;justify-content:center;color:#0c2a4a}.ct-item-sum{font-size:18px;font-weight:800;color:#0c2a4a;min-width:90px;text-align:right;margin:0}.ct-remove{color:#94a3b8;transition:all .2s;display:flex;align-items:center;padding:8px;border-radius:8px}.ct-remove:hover{color:#ef4444;background:#ef44440d}.ct-remove svg{width:18px;height:18px;stroke-width:2.2px}.ct-summary-card{background:#fff;border-radius:24px;padding:28px;position:sticky;top:96px;border:1px solid #e2ecf4;box-shadow:0 4px 20px #0f172a05}.ct-summary-card h3{font-size:20px;font-weight:800;margin:0 0 24px;letter-spacing:-.4px}.ct-summary-rows{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.ct-summary-row{display:flex;justify-content:space-between;font-size:14px;color:#64748b;font-weight:600}.ct-free{color:#10b981;font-weight:700}.ct-summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #f1f5f9;margin-bottom:24px;font-size:16px;font-weight:700}.ct-summary-total strong{font-size:26px;font-weight:900;color:#0c2a4a;letter-spacing:-.5px}.ct-btn-primary{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;border-radius:14px;background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;font-size:16px;font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #2659a833}.ct-btn-primary:hover{background:linear-gradient(135deg,#37a8cd,#1f5099);box-shadow:0 8px 24px #2659a859;transform:translateY(-1px)}.ct-checkout-btn{margin-bottom:20px}.ct-pay-methods{display:flex;align-items:center;gap:10px;justify-content:center;flex-wrap:wrap}.ct-pay-methods span{font-size:22px}.ct-pay-methods p{width:100%;text-align:center;font-size:12px;color:#94a3b8;font-weight:600;margin:6px 0 0}.ct-stores-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap}.ct-stores-title{display:flex;flex-direction:column;gap:4px}.ct-stores-title h2{font-size:24px;font-weight:800;margin:0;letter-spacing:-.5px}.ct-stores-title p{font-size:14px;color:#64748b;margin:0;font-weight:500}.ct-stores-toolbar{display:flex;align-items:center;gap:12px}.ct-stores-select{padding:8px 14px;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;font-size:14px;font-weight:600;color:#475569;outline:none}.ct-toggle-view{display:flex;border:1.5px solid #cbd5e1;border-radius:10px;overflow:hidden;background:#fff}.ct-toggle-view button{padding:8px 14px;font-size:14px;font-weight:700;color:#64748b;transition:all .2s}.ct-toggle-view button.is-active{background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff}.ct-stores-grid{display:flex;flex-direction:column;gap:20px}.ct-store-card{background:#fff;border-radius:20px;border:1px solid #e2ecf4;box-shadow:0 4px 16px #0f172a05;padding:24px;display:grid;grid-template-columns:1.2fr 1.8fr;gap:28px;align-items:start;transition:all .25s ease}.ct-store-card:hover{border-color:#cbd5e1;box-shadow:0 10px 28px #0f172a0f}.ct-store-main-info{display:flex;flex-direction:column;gap:12px}.ct-store-badge-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ct-store-status{padding:4px 10px;border-radius:8px;font-size:12px;font-weight:700}.ct-store-status--full{background:#dcfce7;color:#15803d}.ct-store-status--part{background:#fef3c7;color:#b45309}.ct-store-status--none{background:#fee2e2;color:#b91c1c}.ct-store-name{font-size:20px;font-weight:800;margin:0 0 4px;letter-spacing:-.3px;color:#0c2a4a}.ct-store-rating{display:flex;align-items:center;gap:4px;font-size:13px;color:#eab308;font-weight:700}.ct-store-rating svg{fill:currentColor;width:14px;height:14px}.ct-store-rating span{color:#64748b;font-weight:600;margin-left:2px}.ct-store-meta{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#475569;font-weight:500;margin-top:4px}.ct-store-meta-item{display:flex;align-items:flex-start;gap:8px}.ct-store-meta-item span{flex-shrink:0;font-size:16px}.ct-store-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.ct-store-btn{flex:1;min-width:120px;height:38px;border-radius:10px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.ct-store-btn--primary{background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;box-shadow:0 2px 6px #2659a82e}.ct-store-btn--primary:hover{background:linear-gradient(135deg,#37a8cd,#1f5099);box-shadow:0 4px 12px #2659a847}.ct-store-btn--secondary{border:1.5px solid #cbd5e1;color:#475569;background:#fff}.ct-store-btn--secondary:hover{background:#f8fafc;color:#0c2a4a;border-color:#94a3b8}.ct-store-products-breakdown{border-left:1px solid #f1f5f9;padding-left:28px;display:flex;flex-direction:column;gap:12px}.ct-breakdown-title{font-size:13px;text-transform:uppercase;color:#94a3b8;font-weight:700;letter-spacing:.5px;margin:0 0 4px}.ct-breakdown-item{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px}.ct-breakdown-item-name{font-weight:600;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.ct-breakdown-item-status{font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px;white-space:nowrap}.ct-breakdown-item-status svg{width:14px;height:14px;stroke-width:3px}.ct-item-ok{color:#16a34a}.ct-item-low{color:#d97706}.ct-item-no{color:#dc2626}.ct-map-container{height:480px;border-radius:24px;background:#e2ecf4;position:relative;overflow:hidden;border:1.5px solid #cbd5e1;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000005}.ct-mock-map-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(#cbd5e1 1.5px,transparent 1.5px),radial-gradient(#cbd5e1 1.5px,#f8fafc 1.5px);background-size:30px 30px;background-position:0 0,15px 15px;opacity:.85}.ct-map-card{position:absolute;background:#fff;border-radius:16px;padding:16px;box-shadow:0 10px 25px #0000001f;border:1px solid #cbd5e1;max-width:260px;z-index:10;display:flex;flex-direction:column;gap:8px}.ct-map-card h4{margin:0;font-size:15px;font-weight:800;color:#0c2a4a}.ct-map-card p{margin:0;font-size:12px;color:#64748b;font-weight:500}.ct-map-pin{width:24px;height:24px;border-radius:50% 50% 50% 0;background:#2659a8;position:absolute;transform:rotate(-45deg);box-shadow:0 4px 10px #2659a859;border:2px solid #fff;cursor:pointer}.ct-map-pin:after{content:"";width:8px;height:8px;background:#fff;position:absolute;border-radius:50%;top:6px;left:6px}.mk-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.mk-modal{background:#fff;border-radius:24px;width:100%;max-width:500px;box-shadow:0 20px 50px #0f172a26;border:1px solid #e2ecf4;overflow:hidden;animation:modal-scale .25s cubic-bezier(.34,1.56,.64,1)}@keyframes modal-scale{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.mk-modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f1f5f9}.mk-modal-head h3{margin:0;font-size:20px;font-weight:800;letter-spacing:-.4px}.mk-modal-close{font-size:20px;color:#94a3b8;transition:color .15s;padding:4px;cursor:pointer}.mk-modal-close:hover{color:#0c2a4a}.mk-modal-body{padding:24px}.ct-modal-shop-info{display:flex;flex-direction:column;gap:16px}.ct-modal-contacts{display:flex;flex-direction:column;gap:12px}.ct-modal-card-total{background:#f8fafc;border-radius:16px;padding:16px;border:1px solid #e2ecf4;text-align:center}.ct-modal-card-total p{margin:0 0 6px;font-size:13px;color:#64748b;font-weight:700;text-transform:uppercase}.ct-modal-card-total strong{font-size:28px;font-weight:900;color:#2659a8}@media (max-width: 900px){.ct-layout{grid-template-columns:1fr}.ct-store-card{grid-template-columns:1fr;gap:20px}.ct-store-products-breakdown{border-left:none;padding-left:0;border-top:1px solid #f1f5f9;padding-top:16px}}@media (max-width: 640px){.ct-main{padding:16px 16px 48px}.ct-item{grid-template-columns:72px 1fr;gap:16px;padding:16px}.ct-item-actions{flex-direction:row;align-items:center;grid-column:1 / -1;justify-content:space-between;margin-top:8px}.ct-item-sum{text-align:left;min-width:auto}}.pd-root{min-height:100vh;background:radial-gradient(1100px 440px at 8% -6%,rgba(66,178,213,.2),transparent 60%),radial-gradient(960px 420px at 100% -4%,rgba(38,89,168,.16),transparent 58%),linear-gradient(180deg,#eaf4fb,#f3f9fc 280px,#f3f9fc);font-family:Manrope,Outfit,system-ui,sans-serif;color:#0c2a4a;-webkit-font-smoothing:antialiased}.pd-main{max-width:1200px;margin:0 auto;padding:32px 32px 80px}.pd-back{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:#2659a8;margin-bottom:24px;transition:transform .2s}.pd-back:hover{transform:translate(-2px)}.pd-back svg{width:18px;height:18px;stroke-width:2.5px}.pd-loading{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}.pd-skeleton-img{aspect-ratio:1;border-radius:24px;background:linear-gradient(90deg,#eef4fa 25%,#e2ecf4,#eef4fa 75%);background-size:200% 100%;animation:mk-shimmer 1.4s infinite;border:1px solid #e2ecf4}.pd-skeleton-info{display:flex;flex-direction:column;gap:18px;padding-top:12px}.pd-skel{border-radius:10px;background:linear-gradient(90deg,#eef4fa 25%,#e2ecf4,#eef4fa 75%);background-size:200% 100%;animation:mk-shimmer 1.4s infinite}.pd-error{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:80px 24px}.pd-error span{font-size:56px}.pd-error p{font-size:18px;color:#64748b;font-weight:700;margin:0}.pd-error button{padding:14px 32px;border-radius:12px;background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;font-weight:700;box-shadow:0 10px 22px #2659a842;transition:all .2s}.pd-error button:hover{background:linear-gradient(135deg,#37a8cd,#1f5099);transform:translateY(-1px)}.pd-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}.pd-gallery{display:flex;flex-direction:column;gap:16px;position:sticky;top:96px}.pd-main-img{position:relative;aspect-ratio:1;background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e2ecf4;box-shadow:0 4px 16px #0f172a05;display:flex;align-items:center;justify-content:center}.pd-main-img img{width:90%;height:90%;object-fit:contain;padding:16px}.pd-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f3f9fc,#e8f4fa);color:#9fbdd4}.pd-img-ph svg{width:30%;height:30%}.pd-out-badge{position:absolute;top:16px;left:16px;padding:6px 14px;border-radius:10px;background:#fee2e2;color:#ef4444;font-weight:700;font-size:13px;box-shadow:0 2px 8px #ef444426}.pd-thumbs{display:flex;gap:12px;flex-wrap:wrap}.pd-thumb{width:80px;height:80px;border-radius:16px;overflow:hidden;border:2px solid #cbd5e1;background:#fff;transition:all .2s;padding:4px}.pd-thumb.is-active{border-color:#2659a8;box-shadow:0 0 0 3px #2659a826}.pd-thumb img{width:100%;height:100%;object-fit:contain}.pd-info{display:flex;flex-direction:column;gap:20px}.pd-cat{display:inline-block;padding:6px 16px;border-radius:999px;background:#2659a814;color:#2659a8;font-size:13px;font-weight:700;width:fit-content}.pd-title{font-size:32px;font-weight:800;line-height:1.25;margin:0;letter-spacing:-.6px;color:#0c2a4a}.pd-rating{display:flex;align-items:center;gap:6px;font-size:14px;color:#64748b;font-weight:600}.pd-rating svg{color:#eab308;fill:currentColor}.pd-rating-sep{color:#cbd5e1}.pd-price-row{display:flex;align-items:center;gap:16px;margin-top:4px}.pd-price{font-size:36px;font-weight:900;color:#0c2a4a;letter-spacing:-.5px}.pd-stock-warn{font-size:14px;color:#d97706;font-weight:700;background:#fef3c7;padding:4px 12px;border-radius:8px}.pd-stock-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;background:#dcfce7;color:#16a34a;font-weight:700;font-size:13px;width:fit-content}.pd-stock-badge.is-out{background:#fee2e2;color:#ef4444}.pd-desc{font-size:15px;color:#475569;line-height:1.7;margin:0}.pd-cart-row{display:flex;gap:16px;align-items:center;margin-top:10px}.pd-qty{display:flex;align-items:center;border:1.5px solid #cbd5e1;border-radius:14px;overflow:hidden;background:#fff}.pd-qty button{width:44px;height:48px;font-size:22px;font-weight:600;color:#475569;transition:background .15s}.pd-qty button:hover{background:#f1f5f9}.pd-qty span{width:54px;text-align:center;font-size:17px;font-weight:800;border-left:1.5px solid #cbd5e1;border-right:1.5px solid #cbd5e1;height:48px;display:flex;align-items:center;justify-content:center;color:#0c2a4a}.pd-add-btn{flex:1;height:48px;border-radius:14px;background:linear-gradient(135deg,#42b2d5,#2659a8);color:#fff;font-size:16px;font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #2659a833}.pd-add-btn:hover{background:linear-gradient(135deg,#37a8cd,#1f5099);box-shadow:0 8px 24px #2659a859}.pd-add-btn.is-added{background:#10b981;box-shadow:0 4px 14px #10b98133}.pd-offers-section{display:flex;flex-direction:column;gap:16px;margin-top:24px}.pd-offers-section h3{font-size:18px;font-weight:850;margin:0;color:#0c2a4a;letter-spacing:-.4px}.pd-offers-list{display:flex;flex-direction:column;gap:12px}.pd-offer-item{background:#fff;border-radius:16px;border:1px solid #e2ecf4;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px;transition:all .2s}.pd-offer-item:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #0f172a0a}.pd-offer-shop-info{display:flex;flex-direction:column;gap:4px;min-width:0}.pd-offer-shop-name{font-size:16px;font-weight:750;color:#0c2a4a;margin:0}.pd-offer-shop-addr{font-size:13px;color:#64748b;font-weight:500;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pd-offer-payment-chips{display:flex;gap:4px;margin-top:4px}.pd-chip{font-size:10px;font-weight:800;background:#f1f5f9;color:#64748b;padding:2px 6px;border-radius:4px;text-transform:uppercase}.pd-offer-deal-column{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.pd-offer-price{font-size:18px;font-weight:900;color:#0c2a4a}.pd-offer-stock-status{font-size:12px;font-weight:700}.pd-offer-stock-status--ok{color:#16a34a}.pd-offer-stock-status--low{color:#d97706}.pd-offer-actions{display:flex;gap:8px;margin-top:4px}.pd-offer-btn{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:4px;transition:all .2s;cursor:pointer}.pd-offer-btn--phone{background:#2659a814;color:#2659a8}.pd-offer-btn--phone:hover{background:#2659a826}.pd-offer-btn--map{border:1px solid #cbd5e1;color:#475569;background:#fff}.pd-offer-btn--map:hover{background:#f8fafc;border-color:#94a3b8}.pd-specs{background:#fff;border-radius:20px;padding:24px;border:1px solid #e2ecf4}.pd-specs h3{font-size:17px;font-weight:800;margin:0 0 16px;color:#0c2a4a}.pd-spec-list{display:flex;flex-direction:column}.pd-spec-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f1f5f9;font-size:14px}.pd-spec-row:last-child{border-bottom:none}.pd-spec-row span:first-child{color:#94a3b8;font-weight:600}.pd-spec-row span:last-child{font-weight:700;color:#0c2a4a}.pd-guarantees{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pd-guarantee{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;border:1px solid #e2ecf4}.pd-guarantee span{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#42b2d51f;color:#2659a8}.pd-guarantee span svg{width:22px;height:22px}.pd-guarantee p{font-size:13px;font-weight:700;color:#475569;margin:0}@media (max-width: 900px){.pd-layout,.pd-loading{grid-template-columns:1fr;gap:32px}.pd-gallery{position:static}}@media (max-width: 640px){.pd-main{padding:16px 16px 48px}.pd-title{font-size:24px}.pd-price{font-size:28px}.pd-guarantees{grid-template-columns:1fr}.pd-offer-item{flex-direction:column;align-items:stretch;gap:12px}.pd-offer-deal-column{align-items:flex-start}}.storefront-admin-page .page-actions{flex-wrap:wrap}.storefront-admin-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:20px;background:radial-gradient(circle at top right,rgba(66,178,213,.14),transparent 28%),linear-gradient(180deg,#fff,#f7fbff)}.storefront-admin-copy h3{margin:16px 0 10px;font-size:28px}.storefront-admin-copy p{margin:0;max-width:72ch;color:var(--text-soft);line-height:1.65}.storefront-admin-metrics{display:grid;grid-template-columns:1fr;gap:12px}.storefront-admin-tabs{margin-bottom:20px}.storefront-admin-shell{display:grid;grid-template-columns:320px minmax(0,1fr);gap:20px;align-items:start}.storefront-stores-panel{position:sticky;top:102px}.storefront-store-list{display:flex;flex-direction:column;gap:10px;margin-top:16px;max-height:calc(100vh - 220px);overflow:auto}.storefront-store-item{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:15px 16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);text-align:left;transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.storefront-store-item:hover,.storefront-store-item.is-active{transform:translateY(-1px);border-color:#2659a847;box-shadow:0 14px 28px #0f275214}.storefront-store-item strong{display:block;margin-bottom:4px}.storefront-store-item span,.storefront-store-item small{color:var(--text-soft);font-size:13px;line-height:1.45}.storefront-store-item small{white-space:nowrap;font-weight:800}.storefront-admin-main{min-width:0}@media (max-width: 1100px){.storefront-admin-hero,.storefront-admin-shell{grid-template-columns:1fr}.storefront-stores-panel{position:static}}@media (max-width: 720px){.storefront-admin-metrics{grid-template-columns:1fr}.storefront-store-list{max-height:none}}.sa-info{display:flex;flex-direction:column;gap:2px;margin:4px 0 6px}.sa-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #eef2f7;font-size:14px}.sa-row span{color:#94a3b8;font-weight:600}.sa-row b{text-align:right;color:#0c2a4a;font-weight:700}.sa-assortment{margin:10px 0}.sa-assortment h4{margin:0 0 10px;font-size:14px;font-weight:800;color:#1a3354}.sa-phone-list{display:flex;flex-direction:column;gap:10px}.sa-phone-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.detail-panel textarea.crm-input{min-height:144px;resize:vertical;padding-top:12px;line-height:1.45}.sa-assortment-editor{display:flex;flex-direction:column;gap:12px}.sa-assortment-row{border:1px solid #e6eef6;border-radius:18px;padding:14px;background:#fbfdff}.sa-assortment-row.is-custom{border-color:#ffd8a8;background:#fffaf3}.sa-assortment-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.sa-assortment-row-head strong{color:#1a3354;font-size:14px;font-weight:800}.sa-assortment-actions{display:flex;justify-content:flex-end;margin-top:6px}.sa-tags{display:flex;flex-wrap:wrap;gap:8px}.sa-tag{display:inline-flex;padding:6px 12px;border-radius:999px;background:#eef4fb;color:#2659a8;font-size:13px;font-weight:700}.sa-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
