@import "https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700;800&family=DM+Sans:wght@300;400;500;600;700&display=swap";
:root{--mz-teal:#2bbdee;--mz-teal-hover:#1aa8d6;--mz-cyan:#2bbdee;--mz-bg:#05080f;--mz-bg-panel:#0b1120;--mz-text:#f0f4ff;--mz-text-muted:#f0f4ff73;--mz-text-soft:#f0f4ff8c;--mz-text-faint:#f0f4ff2e;--mz-border:#ffffff17;--mz-border-hover:#ffffff2e;--mz-border-soft:#ffffff0f;--mz-border-focus:#2bbdee80;--mz-focus-glow:#2bbdee14;--mz-surface:#ffffff0a;--mz-surface-hover:#ffffff12;--mz-surface-teal:#2bbdee0a;--mz-pill-teal-bg:#2bbdee1a;--mz-pill-teal-border:#2bbdee38;--mz-card-teal-bg:#2bbdee14;--mz-card-teal-border:#2bbdee33;--mz-danger-bg:#dc32321a;--mz-danger-border:#dc323240;--mz-danger-text:#ff6b6b;--mz-radius-sm:8px;--mz-radius:10px;--mz-radius-lg:14px;--mz-radius-pill:99px;--mz-space-xs:4px;--mz-space-sm:8px;--mz-space-md:16px;--mz-space-lg:24px;--mz-space-xl:48px;--mz-font-body:var(--font-inter,"Inter"), system-ui, -apple-system, sans-serif;--mz-font-display:var(--mz-font-body);--mz-transition:all .2s ease;--mz-transition-fast:all .12s ease}.mz-btn-primary{justify-content:center;align-items:center;gap:var(--mz-space-sm);background:var(--mz-teal);color:#05080f;border-radius:var(--mz-radius);font-family:var(--mz-font-display);letter-spacing:.02em;cursor:pointer;border:none;padding:14px 24px;font-size:15px;font-weight:600;transition:background .2s,transform .12s,box-shadow .2s;display:inline-flex}.mz-btn-primary:hover:not(:disabled){background:var(--mz-teal-hover);transform:translateY(-1px);box-shadow:0 8px 28px #2bbdee38}.mz-btn-primary:active:not(:disabled){box-shadow:none;transform:translateY(0)}.mz-btn-primary:disabled{opacity:.55;cursor:not-allowed}.mz-btn-ghost{justify-content:center;align-items:center;gap:var(--mz-space-sm);background:var(--mz-surface);border:1px solid var(--mz-border);border-radius:var(--mz-radius);font-family:var(--mz-font-body);color:var(--mz-text-muted);cursor:pointer;transition:var(--mz-transition);padding:13px 16px;font-size:14px;font-weight:400;display:inline-flex}.mz-btn-ghost:hover:not(:disabled){border-color:var(--mz-border-hover);background:var(--mz-surface-hover);color:var(--mz-text)}.mz-input{background:var(--mz-surface);border:1px solid var(--mz-border);border-radius:var(--mz-radius);width:100%;font-family:var(--mz-font-body);color:var(--mz-text);outline:none;padding:13px 16px;font-size:15px;transition:border-color .2s,background .2s,box-shadow .2s}.mz-input::placeholder{color:var(--mz-text-faint)}.mz-input:focus{border-color:var(--mz-border-focus);background:var(--mz-surface-teal);box-shadow:0 0 0 3px var(--mz-focus-glow)}.mz-pill{background:var(--mz-pill-teal-bg);border:1px solid var(--mz-pill-teal-border);border-radius:var(--mz-radius-pill);font-family:var(--mz-font-body);color:var(--mz-teal);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:500;display:inline-flex}.mz-card{background:var(--mz-bg-panel);border-radius:var(--mz-radius-lg);border:1px solid #ffffff14;padding:20px 24px}
:root,[data-theme=light]{--bg:#f5f5f7;--surface:#fff;--surface-hover:#00000004;--border:#00000014;--border-light:#0000000a;--input-bg:#0000000a;--text:#1d1d1f;--text-sec:#6e6e73;--text-ter:#86868b;--text-quat:#aeaeb2;--accent:#2bbdee;--accent-bg:#2bbdee1a;--accent-gradient:#2bbdee;--green:#2bbdee;--green-bg:#2bbdee1a;--orange:#f59e0b;--orange-bg:#f59e0b14;--red:#fc3841;--red-bg:#fc384114;--purple:#5c3f96;--yellow:#ffd60a;--navy:#1d1d1f;--navy2:#1d1d1f;--navy3:#1d1d1f;--blue:#2bbdee;--blue2:#2bbdee;--cyan:#2bbdee;--gold:#f59e0b;--ok:#2bbdee;--err:#fc3841;--g50:#f5f5f7;--g100:#0000000a;--g200:#00000014;--g300:#aeaeb2;--g400:#86868b;--g500:#6e6e73;--g600:#6e6e73;--g800:#1d1d1f;--sw:240px;--rad:14px;--ff-body:var(--font-inter,"Inter"), -apple-system, BlinkMacSystemFont, "SF Pro Text", "DM Sans", sans-serif;--ff-head:var(--ff-body);--ff-logo:var(--font-syne,"Syne"), -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif}[data-theme=dark]{--bg:#05080f;--surface:#0b1120;--surface-hover:#ffffff0a;--border:#ffffff17;--border-light:#ffffff0f;--input-bg:#ffffff0a;--text:#f0f4ff;--text-sec:#f0f4ffa6;--text-ter:#f0f4ff73;--text-quat:#f0f4ff4d;--accent:#2bbdee;--accent-bg:#2bbdee1a;--accent-gradient:#2bbdee;--green:#2bbdee;--green-bg:#2bbdee1a;--orange:#fbbf24;--orange-bg:#fbbf241f;--red:#fb7185;--red-bg:#fb71851f;--purple:#a78bfa;--yellow:#ffd60a;--navy:#f0f4ff;--navy2:#f0f4ff;--navy3:#f0f4ff;--blue:#2bbdee;--blue2:#2bbdee;--cyan:#2bbdee;--gold:#fbbf24;--ok:#2bbdee;--err:#fb7185;--g50:#ffffff0a;--g100:#ffffff0f;--g200:#ffffff17;--g300:#f0f4ff4d;--g400:#f0f4ff73;--g500:#f0f4ff8c;--g600:#f0f4ffa6;--g800:#f0f4ff}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{font-family:var(--ff-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s,color .3s}h1,h2,h3,h4,h5,h6,.title,.page-title,.modal-title,.card-title,.stat-value{font-family:var(--ff-head)}.mz-numeric{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.stat-value,td[align=right],th[align=right]{font-variant-numeric:tabular-nums}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--ff-body)}input,select,textarea{font-family:var(--ff-body)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-quat)}.card{background:var(--surface);border-radius:var(--rad);border:.5px solid var(--border);padding:20px;transition:background .3s,border .3s}.card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-title{color:var(--text);letter-spacing:-.2px;font-size:15px;font-weight:600}.mzb{font-family:var(--ff-body);cursor:pointer;white-space:nowrap;touch-action:manipulation;border:.5px solid var(--mzb-bd,transparent);background:var(--mzb-bg,transparent);color:var(--mzb-fg,inherit);box-shadow:var(--mzb-shadow,none);justify-content:center;align-items:center;gap:7px;font-weight:700;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,filter .15s,transform .1s;display:inline-flex}.mzb--sm{border-radius:8px;padding:7px 13px;font-size:12px}.mzb--md{border-radius:10px;padding:10px 18px;font-size:13px}.mzb--lg{border-radius:12px;padding:13px 22px;font-size:14px}.mzb--block{width:100%}.mzb--icon{width:var(--mzb-side,30px);height:var(--mzb-side,30px);border-radius:8px;flex:none;padding:0;font-size:15px;font-weight:400}.mzb--solid:hover:not(:disabled){filter:brightness(.93)}.mzb--flat:hover:not(:disabled){background:var(--mzb-bg-h,var(--mzb-bg,transparent));border-color:var(--mzb-bd-h,var(--mzb-bd,transparent));color:var(--mzb-fg-h,var(--mzb-fg,inherit))}.mzb--flat.mzb--icon:hover:not(:disabled){filter:brightness(1.02)}.mzb:active:not(:disabled){box-shadow:none;transform:translateY(1px)}.mzb:focus-visible{outline:2px solid var(--mz-teal);outline-offset:2px}.mzb:disabled{background:var(--mzb-bg-d,var(--input-bg));color:var(--mzb-fg-d,var(--text-ter));border-color:var(--mzb-bd-d,var(--border));cursor:not-allowed;box-shadow:none;filter:none}.btn{font-size:13px;font-weight:700;line-height:1.2;font-family:var(--ff-body);white-space:nowrap;border:.5px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,filter .15s,transform .1s;display:inline-flex}.btn-primary{background:var(--mz-teal);color:#fff;box-shadow:0 6px 14px #2bbdee40}.btn-primary:hover:not(:disabled),.btn-danger:hover:not(:disabled){filter:brightness(.93)}.btn-secondary{background:var(--input-bg);color:var(--text);border:.5px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-hover);border-color:var(--text-quat)}.btn-danger{background:var(--red);color:#fff;box-shadow:0 6px 14px #fc384140}.btn-sm{border-radius:8px;padding:7px 13px;font-size:12px}.btn-lg{border-radius:12px;padding:13px 22px;font-size:14px}.btn:active:not(:disabled){box-shadow:none;transform:translateY(1px)}.btn:focus-visible{outline:2px solid var(--mz-teal);outline-offset:2px}.btn:disabled{background:var(--input-bg);color:var(--text-ter);border-color:var(--border);cursor:not-allowed;box-shadow:none;filter:none}.badge{white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.badge-new{background:var(--accent-bg);color:var(--accent)}.badge-processing{background:var(--orange-bg);color:var(--orange)}.badge-completed{background:var(--green-bg);color:var(--green)}.badge-cancelled{background:var(--red-bg);color:var(--red)}.input{border:1px solid var(--border);width:100%;font-size:14px;font-family:var(--ff-body);background:var(--surface);color:var(--text);border-radius:10px;outline:none;padding:11px 14px;transition:border-color .2s,background .2s,box-shadow .2s}.input::placeholder{color:var(--text-quat)}.input:focus{background:var(--surface-hover);border-color:#2bbdee80;box-shadow:0 0 0 3px #2bbdee14}.label{color:var(--text-ter);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.form-group{margin-bottom:14px}.grid-4{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.stat-card{background:var(--surface);border-radius:var(--rad);border:.5px solid var(--border);padding:18px 20px;transition:background .3s}.stat-card[style*=border-top]{border-top-style:solid!important;border-top-width:3px!important}.stat-value{color:var(--text);letter-spacing:-.8px;font-size:24px;font-weight:700;font-family:var(--ff-head);margin:6px 0 4px}.stat-label{color:var(--text-ter);font-size:12px;font-weight:500}.stat-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;color:var(--text-quat);letter-spacing:.5px;text-transform:uppercase;border-bottom:.5px solid var(--border);padding:10px 12px;font-size:11px;font-weight:600}.table td{border-bottom:.5px solid var(--border-light);color:var(--text);padding:12px}.table tr:hover td{background:var(--surface-hover)}.product-card{background:var(--surface);border-radius:var(--rad);border:.5px solid var(--border);transition:border .15s,box-shadow .15s;overflow:hidden}.product-card:hover{border-color:var(--accent);box-shadow:0 4px 16px var(--accent-bg)}.product-img{background:var(--input-bg);justify-content:center;align-items:center;height:160px;display:flex;overflow:hidden}.product-img img{object-fit:contain;max-width:100%;max-height:100%}.product-body{padding:14px}.product-name{color:var(--text);margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.35}.product-sku{color:var(--text-quat);margin-bottom:8px;font-size:11px}.product-prices{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.price-dealer{color:var(--text);letter-spacing:-.5px;font-size:18px;font-weight:700}.price-retail{color:var(--text-quat);font-size:12px;text-decoration:line-through}.price-discount{color:var(--green);background:var(--green-bg);border-radius:5px;padding:1px 6px;font-size:11px;font-weight:600}.search-bar{background:var(--surface);border:.5px solid var(--border);border-radius:10px;align-items:center;gap:8px;width:320px;padding:8px 14px;display:flex}.search-bar input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:13px}.search-bar input::placeholder{color:var(--text-quat)}.search-bar svg{color:var(--text-quat);flex-shrink:0}.filters{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:.5px solid var(--border);border-radius:16px;width:480px;max-width:95vw;max-height:90vh;padding:28px;overflow-y:auto}.modal-title{color:var(--text);letter-spacing:-.3px;margin-bottom:20px;font-size:17px;font-weight:700}.toast{background:var(--text);color:var(--bg);z-index:999;border-radius:12px;padding:12px 20px;font-size:13px;font-weight:500;animation:.3s toastIn;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 32px #0003}@keyframes toastIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.layout{min-height:100vh;display:flex}.sidebar{display:none}.main{flex-direction:column;flex:1;margin-left:0;display:flex}.topbar{display:none}.page-content{flex:1;padding:0}.sidebar-logo,.sidebar-nav,.sidebar-user,.nav-section,.nav-item,.user-avatar,.user-name,.user-role,.logout-btn{display:none}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:3px solid var(--border);border-top-color:#2bbdee;border-radius:50%;width:32px;height:32px;margin:0 auto;animation:.8s linear infinite spin}.spinner-sm{border-width:2px;width:20px;height:20px}.loading-container{color:var(--text-ter);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;font-size:13px;font-weight:500;display:flex}@media (max-width:767px){.grid-2,.grid-3{grid-template-columns:1fr!important}.grid-4{grid-template-columns:1fr 1fr!important}.card{padding:14px!important}table:not(.catalog-table){-webkit-overflow-scrolling:touch;max-width:100%;display:block;overflow-x:auto;width:100%!important}table:not(.catalog-table) thead,table:not(.catalog-table) tbody,table:not(.catalog-table) tr{min-width:600px}html,body{max-width:100vw;overflow-x:hidden}.page-content,.content-wrap,main,article,section{max-width:100%;overflow-x:auto}code,pre{word-break:break-all;overflow-wrap:anywhere}[style*="grid-template-columns: 220px"],[style*=grid-template-columns\:220px],[style*="grid-template-columns: 240px"],[style*=grid-template-columns\:240px],[style*="grid-template-columns: 260px"],[style*="grid-template-columns: 280px"],[style*="grid-template-columns: 300px"],[style*="grid-template-columns: 320px"],[style*="grid-template-columns: 340px"],[style*=grid-template-columns\:340px],[style*="grid-template-columns: 360px"],[style*="grid-template-columns: 380px"],[style*="grid-template-columns: 400px"],[style*="grid-template-columns: 420px"],[style*="grid-template-columns: 440px"],[style*="grid-template-columns: 460px"],[style*="grid-template-columns: 480px"],[style*="grid-template-columns: 500px"],[style*=minmax\(340px],[style*=minmax\(360px],[style*=minmax\(320px],[style*=minmax\(300px],[style*=minmax\(280px],[style*=minmax\(260px],[style*=minmax\(240px]{grid-template-columns:1fr!important}[style*=minmax\(200px],[style*=minmax\(220px],[style*="grid-template-columns: repeat(3,"],[style*="grid-template-columns:repeat(3,"],[style*="grid-template-columns: repeat(4,"],[style*="grid-template-columns:repeat(4,"],[style*="grid-template-columns: repeat(5,"],[style*="grid-template-columns: repeat(6,"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}[style*=fr\ 300px],[style*=fr\ 320px],[style*=fr\ 340px],[style*=fr\ 360px],[style*=fr\ 380px],[style*=fr\ 400px]{grid-template-columns:1fr!important}.card p,.card li,.card h1,.card h2,.card h3,.card h4,article p,article li,article h1,article h2,article h3{overflow-wrap:break-word;word-break:break-word}.catalog-table{width:100%!important}.catalog-table .col-sku,.catalog-table .col-discount,.catalog-table .col-stock,.catalog-table .col-cart,.catalog-table .col-price-retail{display:none!important}.catalog-table .col-product{padding-left:12px!important}.catalog-table .col-price-dealer{padding-right:12px!important}.catalog-table th{padding:8px!important;font-size:9px!important;position:static!important}.catalog-table td{padding:10px 8px!important}.product-modal-overlay{padding:10px!important}.product-modal-card{border-radius:16px!important;max-height:92vh!important}.product-modal-card .modal-product-grid{grid-template-columns:1fr!important}.product-modal-card .modal-product-grid>div:first-child{max-height:260px!important}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.catalog-grid>div{border-radius:12px!important}.catalog-grid>div>div:last-child{padding:10px 10px 12px!important}.catalog-grid>div span[style*=monospace]{display:none!important}.modal{border-radius:12px!important;width:100%!important;max-width:100%!important;margin:8px!important}.search-bar{width:100%!important}.stat-value{font-size:20px}.toast{text-align:center;bottom:16px;left:16px;right:16px}.product-img{height:120px}.hide-mobile{display:none!important}.show-mobile{display:flex!important}.catalog-sidebar{display:none!important}.catalog-sidebar.mobile-open{z-index:250;background:var(--surface);position:fixed;inset:0;overflow-y:auto;border-radius:0!important;width:100%!important;max-width:100%!important;padding:16px!important;display:block!important}.catalog-sort-row{-webkit-overflow-scrolling:touch;overflow-x:auto;flex-wrap:nowrap!important}.cart-layout{grid-template-columns:1fr!important}.cart-item-grid{grid-template-columns:48px 1fr!important;gap:8px!important;padding:12px 14px!important}.cart-item-subtotal{display:none!important}.cart-item-info-mobile{display:flex!important}.order-info-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.order-header-badges{flex-wrap:wrap!important}.order-header{padding:16px!important}.order-items-expanded{padding:12px 14px 14px!important}.orders-filter-bar{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.orders-filter-buttons{-webkit-overflow-scrolling:touch;padding-bottom:2px;overflow-x:auto;flex-wrap:nowrap!important}.orders-filter-buttons button{flex-shrink:0!important}.recl-layout{grid-template-columns:1fr!important}.recl-info-grid{grid-template-columns:1fr!important;gap:8px!important}.profile-header-inner{text-align:center!important;flex-direction:column!important;gap:16px!important}.profile-discount{text-align:center!important}.profile-brands{flex-direction:column!important}.profile-brands>div{min-width:0!important}.profile-form-grid,.profile-pw-grid,.promos-grid{grid-template-columns:1fr!important}.promo-photo{height:180px!important}.levels-hero{padding:24px 20px 20px!important}.levels-hero-inner{flex-direction:column!important;gap:20px!important}.levels-hero-inner>div{border-right:none!important;padding:0!important}.levels-progress-row{flex-direction:column!important;gap:16px!important}.levels-card{padding:20px!important}.levels-conditions-grid{grid-template-columns:1fr 1fr!important}.levels-bento [style*=grid-column]{grid-column:span 1!important}.contract-container{max-width:100%!important}.requisites-grid{grid-template-columns:1fr!important}.login-card{width:100%!important;padding:32px 20px!important}.dash-orders-grid{grid-template-columns:1fr!important}.dash-stats-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.dash-stats-grid>div{padding:12px 14px!important}.dash-stats-grid>div div[style*="fontSize: 20"]{font-size:16px!important}.dash-manager-card{flex-direction:column!important;gap:10px!important;padding:14px!important}.dash-manager-contacts{flex-wrap:wrap!important;justify-content:flex-start!important;width:100%!important}.dash-manager-contacts>a,.dash-manager-contacts>div{white-space:normal!important;word-break:break-all!important;padding:5px 10px!important;font-size:11px!important}.dash-orders-grid>div{min-width:0!important;overflow:hidden!important}.dash-orders-grid>div>div{min-width:0!important}.admin-stats{flex-flow:wrap!important}.admin-stats>div{flex:calc(50% - 8px)!important;min-width:140px!important;padding:14px 16px!important}.admin-stats>div>div>div:nth-child(2){font-size:22px!important}.admin-layout-flex{flex-direction:column!important}.admin-layout-flex>div{flex:none!important;width:100%!important;min-width:0!important}.admin-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto!important}.admin-table-wrap table{min-width:500px}[style*="maxWidth: 1200"],[style*="max-width: 1200px"],[style*="maxWidth:'780px'"],[style*="maxWidth: 780"],[style*="max-width: 780px"]{max-width:100%!important}[style*="width:'fit-content'"],[style*="width: fit-content"]{width:100%!important}[style*=minWidth\:120],[style*="minWidth: 120"],[style*=minWidth\:100],[style*="minWidth: 100"],[style*=minWidth\:90],[style*="minWidth: 90"],[style*=minWidth\:80],[style*="minWidth: 80"]{min-width:0!important}.page-content>div{overflow-x:hidden}[style*="position: fixed"][style*="inset: 0"]>div,[style*=position\:fixed][style*=inset\:0]>div{max-width:calc(100vw - 16px)!important;max-height:calc(100vh - 16px)!important;margin:8px!important}[style*="width: 780px"],[style*="width: 680px"],[style*="width: 960px"],[style*="width: 500px"],[style*="width: 520px"],[style*="width: 440px"],[style*="width: 420px"],[style*="width: 380px"],[style*=width\:780px],[style*=width\:680px],[style*=width\:960px],[style*=width\:500px],[style*=width\:520px],[style*=width\:440px],[style*=width\:420px],[style*=width\:380px]{width:calc(100vw - 32px)!important;max-width:100%!important}[style*="width: 740px"],[style*="width: 640px"],[style*=width\:740px],[style*=width\:640px]{width:calc(100vw - 16px)!important;max-width:100%!important}.modal-product-grid{grid-template-columns:1fr!important}[style*=width\:224px],[style*="width: 224px"]{width:100%!important}[style*="gridTemplateColumns:'1fr 360px'"],[style*="grid-template-columns: 1fr 360px"],[style*="grid-template-columns:1fr 360px"]{grid-template-columns:1fr!important}}@media (max-width:374px){.stat-value{font-size:18px}.btn{padding:8px 14px;font-size:12px}.product-body{padding:10px}.product-name{font-size:13px}}.show-mobile,.cart-item-info-mobile{display:none}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}@keyframes mz-skeleton-pulse{0%,to{opacity:1}50%{opacity:.45}}.mz-skeleton{border-radius:8px;animation:1.4s ease-in-out infinite mz-skeleton-pulse}
@font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6c186216202f40aa-s.3h-k7w3fnwzvl.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(../media/84feb34116826df2-s.23y-c9edxf4ev.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9f3a8f528b429e0d-s.p.28kl9fm_k8os3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Syne Fallback;src:local(Arial);ascent-override:93.93%;descent-override:27.93%;line-gap-override:0.0%;size-adjust:98.47%}.syne_ea573c5b-module__y9tXEW__className{font-family:Syne,Syne Fallback;font-style:normal;font-weight:700}.syne_ea573c5b-module__y9tXEW__variable{--font-syne:"Syne", "Syne Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.p.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5288be58-module__PlPipG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5288be58-module__PlPipG__variable{--font-inter:"Inter", "Inter Fallback"}
