:root{--bg:#f6f7f9;--panel:#ffffff;--text:#172033;--muted:#6b7280;--line:#d9dee7;--primary:#c43c19;--primary-strong:#9f2f16;--accent:#f04b18;--soft:#fff0e8;--warning:#98620f;--danger:#ad2f2f;--ok:#167149}*{box-sizing:border-box}body,html{min-height:100%;margin:0}html{-webkit-text-size-adjust:100%}body,html{overflow-x:hidden}body{width:100%;background:var(--bg);color:var(--text);font-family:Arial,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img,svg{max-width:100%}a,button,h1,h2,h3,p,small,span,strong,td,th{overflow-wrap:anywhere}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.app-shell.sidebar-hidden{grid-template-columns:1fr}.app-shell.sidebar-hidden .sidebar,.app-shell.sidebar-loading .sidebar{display:none}.sidebar{background:#13231f;color:#f8fafc;padding:20px;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:auto}.brand{display:flex;flex-direction:column;align-items:center;gap:6px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.14);text-align:center}.brand strong{font-size:18px}.brand span,.muted,.nav-label{color:var(--muted)}.nav-label,.sidebar .muted{color:#a6b4b0}.nav{display:grid;grid-gap:8px;gap:8px;margin-top:18px}.nav a,.nav button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#e8f0ee;background:transparent;border:0;cursor:pointer;text-align:left}.nav .active,.nav a:hover,.nav button:hover{background:rgba(255,255,255,.1)}.nav-quick-actions{padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.12)}.nav-quick-actions a{color:#fff;background:var(--primary)}.nav-quick-actions a:hover{background:var(--primary-strong)}.nav-pending-link{color:#fff!important;background:#9f2a17!important}.nav-pending-link strong{min-width:22px;min-height:22px;display:inline-flex;align-items:center;justify-content:center;margin-left:auto;border-radius:999px;color:#9f2a17;background:#fff;font-size:12px}.nav-group{display:grid;grid-gap:6px;gap:6px}.nav-group summary{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:7px;color:#a6b4b0;cursor:pointer;list-style:none}.nav-group summary::-webkit-details-marker{display:none}.nav-group summary:hover{color:#e8f0ee;background:rgba(255,255,255,.08)}.nav-group summary svg{transition:transform .15s ease}.nav-group[open] summary svg{transform:rotate(180deg)}.nav-group-links{display:grid;grid-gap:6px;gap:6px;padding-left:8px}.nav-group-links a{min-height:36px;padding:8px 10px;color:#d7e3df}.content{width:100%;min-width:0;padding:28px}.shell-menu-bar{display:flex;justify-content:flex-start;margin-bottom:16px}.shell-menu-toggle{min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid var(--line);border-radius:7px;color:#334155;background:#fff;cursor:pointer;white-space:nowrap}.shell-menu-toggle:hover{color:var(--primary);border-color:#c8ddd6;background:var(--soft)}.shell-sidebar-backdrop{display:none}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.card,.panel,.table-wrap,.toolbar>*,.topbar>*{min-width:0}.topbar h1{margin:0;font-size:26px}.grid{display:grid;grid-gap:16px;gap:16px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px}.panel{padding:18px}.card{padding:14px}.card h3,.panel h2{margin:0 0 12px}.metric{display:grid;grid-gap:6px;gap:6px}.metric span{color:var(--muted);font-size:13px}.metric strong{font-size:26px}.page-status-badge{width:-moz-fit-content;width:fit-content;margin-bottom:12px}.toolbar{justify-content:space-between;gap:12px;margin-bottom:14px}.actions,.toolbar{display:flex;align-items:center}.actions{gap:8px;flex-wrap:wrap}.dealer-level-tags{justify-content:flex-end}.dealers-table td:last-child,.dealers-table th:last-child{width:420px;min-width:420px}.dealer-row-actions{display:grid;grid-gap:10px;gap:10px;min-width:0}.dealer-level-action{display:grid;grid-template-columns:minmax(130px,1fr) 88px;align-items:center;grid-gap:6px;gap:6px}.dealer-quick-actions{display:grid;grid-template-columns:repeat(3,minmax(86px,1fr));grid-gap:6px;gap:6px}.dealer-level-action .select{width:100%;min-height:34px;padding-block:6px}.dealer-row-actions .btn,.dealer-row-actions .btn-danger,.dealer-row-actions .btn-ghost,.dealer-row-actions .btn-secondary{width:100%;min-height:34px;padding:6px 8px}.dealer-row-actions form{margin:0}.btn,.btn-danger,.btn-ghost,.btn-secondary{border:1px solid transparent;border-radius:7px;padding:9px 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;cursor:pointer;white-space:nowrap}.btn{color:#fff;background:var(--primary)}.btn:hover{background:var(--primary-strong)}.btn-secondary{color:var(--primary);background:var(--soft);border-color:#c8ddd6}.btn-danger{color:#fff;background:var(--danger)}.btn-ghost{color:var(--text);background:#fff;border-color:var(--line)}.btn-compact{width:-moz-fit-content;width:fit-content;max-width:100%;min-height:32px;padding:6px 9px;gap:5px;font-size:13px;justify-self:start}.field{display:grid;grid-gap:6px;gap:6px}.field label{color:#384152;font-size:13px;font-weight:700}.input,.select,.textarea{width:100%;border:1px solid #cfd6e2;background:#fff;border-radius:7px;padding:9px 10px;min-height:40px}.textarea{min-height:86px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid .wide{grid-column:1/-1}.filter-bar{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) auto;grid-gap:10px;gap:10px;align-items:flex-end;margin-bottom:14px;padding:12px;border:1px solid #edf0f5;border-radius:8px;background:#f8fafc}.filter-actions{display:flex;gap:8px;align-items:center}.csv-preview-box{padding:12px;border:1px solid var(--line);border-radius:8px;background:#f8fafc}.csv-preview-box summary{cursor:pointer;color:#334155;font-weight:700}.csv-preview-box .textarea{margin-top:10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.bulk-action-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;padding:10px 12px;border:1px solid #f0d2d2;border-radius:8px;background:#fff7f7}.table-wrap{overflow-x:auto;overscroll-behavior-inline:contain;max-width:100%;-webkit-overflow-scrolling:touch}.responsive-table{width:100%}.product-list-thumb{width:72px;height:72px;display:block;object-fit:cover;border-radius:7px;background:#f4f6f8}.select-col{width:54px;text-align:center}.select-col input[type=checkbox]{width:18px;height:18px;accent-color:var(--danger)}.category-admin-list{display:grid;grid-gap:10px;gap:10px}.category-admin-row{display:grid;grid-template-columns:minmax(180px,1.1fr) minmax(170px,1fr) minmax(150px,.8fr) 90px auto auto;grid-gap:10px;gap:10px;align-items:flex-end;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.category-path-preview{display:grid;grid-gap:4px;gap:4px;align-self:center}.category-tree-admin{display:grid;grid-gap:12px;gap:12px}.category-tree-node{display:grid;grid-gap:10px;gap:10px;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.category-inline-form,.category-tree-row{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(160px,1fr) 90px auto auto;grid-gap:10px;gap:10px;align-items:flex-end}.category-inline-form{grid-template-columns:minmax(220px,1fr) auto}.category-tree-title{display:grid;grid-gap:4px;gap:4px;align-self:center}.category-tree-add summary{cursor:pointer;color:var(--primary);font-weight:700}.category-tree-children{display:grid;grid-gap:10px;gap:10px;margin-left:22px;padding-left:14px;border-left:2px solid #edf0f5}.category-drag-editor{display:grid;grid-gap:14px;gap:14px}.category-drag-toolbar{margin-bottom:0}.category-drag-toolbar h2{margin:0 0 4px}.category-tree-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.category-drag-list{display:grid;grid-gap:10px;gap:10px}.category-drag-row{--depth-offset:0px;--mobile-depth-offset:0px;display:grid;grid-template-columns:24px minmax(420px,1fr) auto;grid-gap:10px;gap:10px;align-items:center;margin-left:var(--depth-offset);padding:9px 10px;border:1px solid #edf0f5;border-left:5px solid #9fb5ae;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,opacity .15s ease}.category-drag-row.depth-0{border-left-color:#145a4b;background:#f2f8f5}.category-drag-row.depth-1{border-left-color:#bf4f38;background:#fff8f3}.category-drag-row.depth-2{border-left-color:#1d4f91;background:#f5f9ff}.category-drag-row.depth-3{border-left-color:#7a4fb3;background:#faf7ff}.category-drag-row.depth-4{border-left-color:#64748b;background:#f8fafc}.category-drag-row:hover{border-color:#c8ddd6;box-shadow:0 8px 18px rgba(22,52,44,.06)}.category-drag-row.dragging{opacity:.55}.drag-handle{color:#94a3b8;cursor:-webkit-grab;cursor:grab}.category-drag-form{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;grid-gap:10px;gap:10px;align-items:center;min-width:0}.category-drag-info{display:grid;grid-gap:4px;gap:4px;min-width:0}.category-name-input{min-width:0;max-width:630px;font-weight:700}.category-drag-info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-meta-line{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.category-meta-line small{min-width:0;max-width:360px}.category-drag-actions{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.category-status-toggle{position:relative;min-width:74px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 11px;border:1px solid #bfddd4;border-radius:999px;background:#eef8f5;color:#0f6a56;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.category-status-toggle input{position:absolute;inset:0;opacity:0;cursor:pointer}.category-status-toggle .status-off{display:none}.category-status-toggle:has(input:not(:checked)){border-color:#d7dde6;background:#f5f7fa;color:#64748b}.category-status-toggle:has(input:not(:checked)) .status-on{display:none}.category-status-toggle:has(input:not(:checked)) .status-off{display:inline}.category-color-select{min-height:32px;display:inline-grid;grid-template-columns:16px auto;gap:6px;align-items:center;padding:0 9px;border:1px solid var(--line);border-radius:999px;background:#fff}.category-color-select select{border:0;outline:0;background:transparent;color:#334155;font-size:12px}.category-color-select:focus-within{border-color:#b6d8cd;box-shadow:0 0 0 3px rgba(22,113,91,.08)}.color-dot{width:12px;height:12px;display:inline-block;border-radius:999px}.tag-color-red{color:#9f2a17!important;background:#fff0e8!important}.tag-color-orange{color:#8a4b0c!important;background:#fff4d8!important}.tag-color-green{color:#0f6a56!important;background:#e8f7f1!important}.tag-color-blue{color:#1d4f91!important;background:#eaf3ff!important}.tag-color-purple{color:#6540a3!important;background:#f1ecff!important}.tag-color-gray{color:#475569!important;background:#eef2f7!important}.category-product-manager{margin-top:16px}.category-assign-toolbar{display:grid;grid-template-columns:minmax(220px,360px) auto;grid-gap:10px;gap:10px;align-items:flex-end;padding:12px;border:1px solid #edf0f5;border-radius:8px;background:#f8fafc}.category-product-list{display:grid;grid-gap:8px;gap:8px;max-height:420px;overflow:auto;padding-right:4px}.category-product-row{display:grid;grid-template-columns:20px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.category-product-row input{width:17px;height:17px;margin-top:2px;accent-color:var(--primary)}.category-product-row span{display:grid;grid-gap:3px;gap:3px;min-width:0}.category-tree-footer{margin-top:2px}.compare-param-layout{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.compare-param-category-panel{position:-webkit-sticky;position:sticky;top:18px}.compare-param-category-list{display:grid;grid-gap:4px;gap:4px;max-height:calc(100vh - 180px);overflow:auto}.compare-param-category-list a{min-height:34px;display:flex;align-items:center;border-radius:7px;color:#334155}.compare-param-category-list a.active,.compare-param-category-list a:hover{color:var(--primary);background:var(--soft)}.compare-param-inherited-list,.compare-param-schema-list{display:grid;grid-gap:10px;gap:10px}.compare-param-inherited-row,.compare-param-schema-row{display:grid;grid-template-columns:100px minmax(180px,1fr) 110px 90px auto auto auto;grid-gap:10px;gap:10px;align-items:flex-end;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.compare-param-inherited-row{grid-template-columns:auto minmax(160px,1fr) auto auto;align-items:center;background:#f8fafc}.template-column-preview{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.template-column-preview span{display:inline-flex;align-items:center;min-height:28px;padding:5px 8px;border-radius:6px;color:#334155;background:#eef2f7;font-size:12px}table{width:100%;border-collapse:collapse;min-width:720px}td,th{text-align:left;padding:11px 10px;border-bottom:1px solid var(--line);vertical-align:top}th{color:#4b5563;font-size:13px;background:#f9fafb}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;background:#eef2f7;color:#334155}.badge.ok{color:#0f5132;background:#dff5ea}.badge.ok.strong{color:#064e3b;background:#bbf7d0}.badge.blue{color:#1d4f91;background:#eaf3ff}.badge.gray{color:#475569;background:#eef2f7}.badge.complete{color:#fff;background:var(--primary)}.badge.warn{color:#8a5a00;background:#fff0c2}.badge.danger{color:#9a1f1f;background:#ffe0e0}.invite-panel-highlight{border:1px solid rgba(37,99,235,.24);box-shadow:0 14px 32px rgba(37,99,235,.08)}.invite-panel-highlight h2{color:#1d4ed8}.invite-primary-btn{min-height:42px;font-weight:700}.customer-invite-list-panel,.customer-invite-page-panel{margin-bottom:16px}.customer-invite-form{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(140px,.65fr) minmax(140px,.65fr) auto;grid-gap:12px;gap:12px;align-items:end;padding:14px;border:1px solid #e2eaf3;border-radius:8px;background:#f8fafc}.customer-invite-form .field{min-width:0}.customer-invite-form .invite-primary-btn{min-width:180px;min-height:44px}.customer-invite-actions{display:grid;grid-template-columns:repeat(3,minmax(78px,auto));grid-gap:8px;gap:8px;align-items:center;justify-content:start}.customer-invite-actions form{margin:0}.customer-invite-actions .btn-compact,.customer-invite-actions .btn-danger,.customer-invite-actions .btn-ghost,.customer-invite-actions .btn-secondary{min-height:34px;padding:6px 10px}.quote-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.quote-mode-card{cursor:pointer}.quote-mode-card input{width:18px;height:18px}.room-block{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.room-head{display:flex;justify-content:space-between;gap:12px;background:#f7faf9;border-bottom:1px solid var(--line)}.room-body,.room-head{padding:12px 14px}.line-items{display:grid;grid-gap:10px;gap:10px}.line-item{display:grid;grid-template-columns:minmax(160px,1fr) 90px 110px 110px auto;grid-gap:10px;gap:10px;align-items:center;padding:10px;border:1px solid #edf0f5;border-radius:7px}.line-item.with-cost{grid-template-columns:minmax(160px,1fr) 90px 110px 110px minmax(130px,auto) auto}.line-item-field,.line-item-total{display:grid;grid-gap:5px;gap:5px}.line-item-field>span,.line-item-total>span{display:none;color:var(--muted);font-size:12px}.line-item-total{align-items:center}.availability-line-note{margin-top:6px;padding:6px 8px;border:1px solid #f0d6a6;border-radius:7px;color:#8a5a00;background:#fff8e6;font-size:12px;line-height:1.45}.cost-cell{display:grid;grid-gap:3px;gap:3px;color:var(--muted);font-size:13px}.cost-cell strong{color:#167149}.total-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px;border-radius:8px;background:#14231f;color:#fff}.total-bar strong{font-size:24px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#f7f5ef,#eef5f2 48%,#f7ede7)}.login-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:0 24px 70px rgba(21,31,42,.12)}.login-card h1{margin:0}.login-brand-copy{grid-gap:8px;gap:8px}.login-brand-copy,.login-title{display:grid;justify-items:center;width:100%}.login-title{grid-gap:2px;gap:2px;color:#0b1f3d;font-size:30px;font-weight:900;line-height:1.18;text-align:center}.login-title span{display:block;max-width:100%}.login-remark,.login-subtitle{margin:0;font-size:14px;line-height:1.5;text-align:center}.login-footer-remark{min-height:21px;margin-top:-4px}.register-page{align-items:start;padding-block:32px}.register-card{width:min(820px,100%);padding:30px}.register-card .login-brand-head{align-items:center}.register-card .login-brand-head h1{color:#0b1f3d;font-size:28px}.register-form{padding-top:4px}.register-form .btn{width:min(280px,100%);min-height:46px;justify-self:end;font-weight:800}.register-invite-meta{margin:12px 0 18px}.register-invite-footer{padding-top:10px;border-top:1px solid var(--line)}.register-invite-footer p{margin:0}.register-invite-footer .register-invite-meta{margin:8px 0 0}.register-intro{padding:12px;border:1px solid var(--line);border-radius:8px;background:#f8fafc}.register-intro p{margin:6px 0 0}.register-consultant-card{padding:14px;border:1px solid #8ccfba;border-radius:8px;background:linear-gradient(135deg,#ecfff7,#f4fbff);box-shadow:0 10px 28px rgba(18,113,91,.12)}.register-consultant-card strong{color:#075b4a}.register-consultant-card .consultant-avatar,.register-consultant-card .consultant-qrcode{border-color:#8ccfba;background:#ffffff}.register-consultant-card .muted{color:#315b55}.register-form .btn{width:100%}.login-brand-head{display:grid;grid-gap:12px;gap:12px;justify-items:center;text-align:center}.brand-logo-mark,.login-brand-logo{display:grid;place-items:center;overflow:hidden;border:1px solid #d7e6df;border-radius:8px;color:var(--primary);background:#f2faf6;font-weight:800}.login-brand-logo{width:min(220px,100%);aspect-ratio:2/1;min-height:76px;padding:8px}.brand-logo-mark img,.consultant-avatar img,.consultant-qrcode,.login-brand-logo img,.shop-display-grid img,.shop-image-keep-list img,.shop-profile-logo img,.storefront-logo img{width:100%;height:100%;object-fit:cover}.brand-logo-mark img,.login-brand-logo img,.logo-wide-preview img{object-fit:contain}.brand-logo-mark{width:min(148px,100%);aspect-ratio:2/1;min-height:54px;padding:5px;font-size:12px}.logo-wide-preview{width:min(260px,100%);aspect-ratio:2/1;display:grid;place-items:center;overflow:hidden;margin-bottom:8px;padding:10px;border:1px solid #d7e6df;border-radius:8px;background:#f8fafc}.brand small{color:var(--muted);font-size:12px}.stack{display:grid;grid-gap:12px;gap:12px}.empty{padding:24px;border:1px dashed #cfd6e2;border-radius:8px;background:#fff;color:var(--muted);text-align:center}.empty.compact{padding:10px 12px;text-align:left}.storefront-hero{display:grid;grid-template-columns:minmax(280px,1fr) minmax(360px,560px) auto;grid-gap:18px;gap:18px;align-items:center;margin-bottom:16px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff}.store-mobile-controls,.store-mobile-summary{display:none}.storefront-brand-card{display:flex;align-items:center;gap:16px;min-width:0}.storefront-logo{width:72px;height:72px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #f0c7bb;border-radius:8px;color:var(--accent);background:#fff5f1}.desktop-only-inline{display:inline-flex}.store-consultant-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:10px 12px;border:1px solid #d8eee6;border-radius:8px;background:#f5fbf8}.store-consultant-strip>div:first-child{display:grid;grid-gap:2px;gap:2px}.store-consultant-strip span{color:var(--muted);font-size:13px}.store-consultant-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shop-profile-hero{position:relative;min-height:240px;overflow:hidden;margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#eef7f3,#fff7f0)}.shop-profile-hero:not(.has-cover){min-height:auto}.shop-profile-hero>img{object-fit:cover;opacity:.42}.shop-profile-hero-content{position:relative;z-index:1;min-height:180px;display:flex;align-items:center;gap:16px;padding:24px}.shop-profile-hero:not(.has-cover) .shop-profile-hero-content{min-height:auto;align-items:flex-start}.shop-profile-hero-copy{display:grid;grid-gap:6px;gap:6px;min-width:0}.shop-profile-logo{width:88px;height:88px;display:grid;place-items:center;overflow:hidden;border:1px solid #d7e6df;border-radius:8px;color:var(--primary);background:rgba(255,255,255,.92)}.shop-profile-hero h2,.shop-profile-hero p{margin:0}.shop-profile-hero h2{font-size:30px}.shop-profile-hero p{margin-top:8px;max-width:720px;color:#334155}.consultant-card p,.shop-profile-grid p{margin:0}.shop-profile-grid p{display:inline-flex;align-items:center;gap:6px}.consultant-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center}.consultant-card.compact{align-items:start}.consultant-avatar,.consultant-qrcode{display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#f4f6f8}.consultant-avatar{width:58px;height:58px}.consultant-qrcode{width:86px;height:86px}.shop-display-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.shop-display-grid img{aspect-ratio:3/2;border-radius:8px;background:#f4f6f8}.shop-image-keep-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-gap:10px;gap:10px}.shop-image-keep-list label{display:grid;grid-template-columns:auto 1fr;grid-gap:8px;gap:8px;align-items:center;padding:8px;border:1px solid var(--line);border-radius:8px}.shop-image-keep-list img{aspect-ratio:82/58;border-radius:6px}.shop-tag-editor{display:grid;grid-gap:8px;gap:8px}.shop-tag-editor-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.shop-tag-editor>label{font-weight:700}.shop-tag-row{display:grid;grid-template-columns:minmax(0,1fr) 150px 36px;grid-gap:8px;gap:8px;align-items:center;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fbfcfd}.tag-color-picker{display:inline-grid;grid-template-columns:14px minmax(0,1fr);gap:6px;align-items:center;min-width:0}.shop-tag-color-select{min-width:0}.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:7px;background:#fff;color:#334155;cursor:pointer}.icon-button.danger{color:#b42318;border-color:#f1c0ba;background:#fff7f5}.icon-button:hover{border-color:#c8ddd6;color:var(--primary);background:var(--soft)}.storefront-brand-card h2,.storefront-brand-card p{margin:0}.storefront-brand-card h2{font-size:24px}.storefront-brand-card p{margin-top:6px;color:var(--muted)}.commerce-tags,.service-strip,.storefront-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.storefront-badges{margin-top:12px}.commerce-tags span,.service-strip span,.storefront-badges span{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:4px 8px;border-radius:6px;font-size:12px;color:#7a3b28;background:#fff1e8}.store-search{display:flex;align-items:center;gap:10px;min-height:48px;padding:6px 6px 6px 14px;border:1px solid #f0c7bb;border-radius:8px;background:#fff}.store-search input{min-width:0;flex:1 1;border:0;outline:0;background:transparent}.storefront-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.store-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:16px;gap:16px;align-items:start}.store-featured-layout{grid-template-columns:1fr}.store-sidebar{position:-webkit-sticky;position:sticky;top:18px;display:grid;grid-gap:4px;gap:4px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.store-sidebar h3{margin:10px 0 6px;font-size:14px}.store-sidebar h3:first-child{margin-top:0}.store-sidebar a{display:block;overflow:hidden;padding:9px 10px;border-radius:7px;color:#334155;text-overflow:ellipsis;white-space:nowrap}.store-sidebar a.active,.store-sidebar a:hover{color:#c43c19;background:#fff0e8}.store-sidebar a.store-category-link{border:1px solid transparent;color:#334155!important}.store-sidebar a.store-category-link.active,.store-sidebar a.store-category-link:hover{border-color:rgba(196,60,25,.3);box-shadow:inset 3px 0 0 currentColor}.store-mobile-filter,.store-mobile-sort{display:none}.store-main{min-width:0}.store-view-tabs{display:flex;gap:8px;margin-bottom:14px;overflow-x:auto}.store-view-tabs a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:8px 13px;border:1px solid var(--line);border-radius:7px;color:#445064;background:#fff;white-space:nowrap}.store-view-tabs a.active,.store-view-tabs a:hover{color:#c43c19;border-color:#f0c7bb;background:#fff0e8}.store-category-layout{grid-template-columns:240px 1fr}.store-category-tree{top:18px;max-height:calc(100vh - 36px);overflow:auto}.store-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.store-tabs{display:flex;gap:8px;flex-wrap:wrap}.store-tabs a{padding:8px 12px;border-radius:7px;background:#f5f7fa;color:#445064}.store-tabs a.active,.store-tabs a:hover{color:#c43c19;background:#fff0e8}.storefront-editor-form{display:grid;grid-gap:14px;gap:14px}.storefront-editor-list{display:grid;grid-gap:10px;gap:10px}.storefront-editor-row{display:grid;grid-template-columns:auto 72px minmax(0,1fr) 110px auto;grid-gap:12px;gap:12px;align-items:center;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.storefront-editor-row.selected{border-color:#c8ddd6;background:#fbfdfc}.storefront-editor-row>input[type=checkbox]{width:18px;height:18px}.storefront-editor-image{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#f4f6f8;font-size:12px}.storefront-editor-image img{width:100%;height:100%;object-fit:cover}.storefront-editor-info{display:grid;grid-gap:5px;gap:5px;min-width:0}.storefront-editor-sort{min-width:0}.storefront-editor-controls{display:grid;grid-template-columns:repeat(4,32px);grid-gap:6px;gap:6px;justify-content:flex-end}.storefront-editor-controls button{width:32px;height:32px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:7px;color:#334155;background:#fff;cursor:pointer}.storefront-editor-controls button:hover:not(:disabled){color:var(--primary);border-color:#c8ddd6;background:var(--soft)}.storefront-editor-controls button:disabled{cursor:not-allowed;opacity:.38}.product-grid-commerce{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.commerce-product-card{overflow:hidden;border:1px solid #eef1f5;border-radius:8px;background:#fff;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.commerce-product-card:hover{border-color:#f0b29f;transform:translateY(-2px);box-shadow:0 12px 32px rgba(23,32,51,.08)}.commerce-product-link{display:block}.commerce-product-image{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f5f6f8}.commerce-product-image img,.detail-image-list img,.gallery-main img,.gallery-thumb img{width:100%;height:100%;object-fit:cover}.commerce-image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--muted);background:#f2f4f7}.commerce-image-placeholder.large{min-height:420px}.commerce-corner-tag{left:10px;color:#fff;background:rgba(191,79,56,.94)}.commerce-corner-tag,.commerce-stock-tag{position:absolute;top:10px;padding:4px 8px;border-radius:6px;font-size:12px}.commerce-stock-tag{right:10px;color:#9a1f1f;background:rgba(255,224,224,.96);font-weight:700}.commerce-stock-tag.warn{color:#8a5a00;background:rgba(255,240,194,.96)}.commerce-product-body{display:grid;grid-gap:8px;gap:8px;padding:12px}.commerce-product-body h3,.commerce-product-body p{margin:0}.commerce-product-body h3{min-height:44px;font-size:16px;line-height:1.35}.availability-card-note{display:grid;grid-gap:2px;gap:2px;margin-top:6px;padding:7px 8px;border:1px solid #f0d6a6;border-radius:7px;color:#7a4c00;background:#fff8e6;font-size:12px;line-height:1.45}.availability-card-note strong{color:#8a5a00}.availability-buy-warning,.availability-confirm-info,.availability-detail-alert{display:grid;grid-gap:4px;gap:4px;padding:10px 12px;border:1px solid #f0d6a6;border-radius:8px;color:#7a4c00;background:#fff8e6}.availability-detail-alert{grid-column:1/-1}.availability-buy-warning strong,.availability-detail-alert strong{color:#8a5a00}.modal-backdrop{position:fixed;inset:0;z-index:45;display:grid;place-items:center;padding:16px;background:rgba(15,23,42,.36)}.modal{width:min(480px,100%);display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 20px 48px rgba(15,23,42,.22)}.modal h3,.modal p{margin:0}.availability-editor{margin-top:16px}.availability-table{min-width:940px}.availability-offline-row{background:#fffdf8}.availability-product-cell{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.availability-product-cell img,.availability-thumb-empty{width:64px;height:64px;border-radius:7px;object-fit:cover;background:#f2f4f7}.availability-thumb-empty{display:grid;place-items:center;color:var(--muted);font-size:12px}.availability-switch{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 10px;border-radius:999px;color:#9a1f1f;background:#ffe0e0;font-size:13px;font-weight:700}.availability-switch.active{color:#0f5132;background:#dff5ea}.availability-offline-fields{display:grid;grid-template-columns:minmax(220px,1fr) 170px;grid-gap:10px;gap:10px}.availability-product-row td{background:#fff}.availability-sku-row td{background:#fbfcfd}.availability-sku-row td:first-child{padding-left:34px}.availability-sku-name{display:flex;align-items:center;gap:8px}.availability-sku-name>div{display:grid;grid-gap:3px;gap:3px}.sku-choice.unavailable{border-color:#f0d6a6;background:#fffaf0}.sku-unavailable-note{color:#8a5a00;font-weight:700}.commerce-product-body p{min-height:38px;color:var(--muted);font-size:13px;line-height:1.45}.commerce-product-body strong,.product-price-line strong{color:#f04b18}.commerce-product-body strong{font-size:20px}.price-pair{display:grid;grid-gap:2px;gap:2px;justify-items:start}.price-pair del,del{color:#9ca3af;font-size:13px}.price-pair strong,.sale-price-text{color:#f04b18}.price-pair em{width:max-content;padding:2px 6px;border-radius:999px;color:#c43c19;font-style:normal;font-size:11px;background:#fff0e8}.card-price strong{font-size:20px}.hero-price strong{font-size:30px}.commerce-tags span{color:#4b5563;background:#f3f6fa}.commerce-card-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;padding-top:6px;border-top:1px solid #f0f2f5;color:#c43c19}.commerce-card-footer small{color:var(--muted)}.compare-action-wrap{position:relative;display:inline-flex;align-items:center;gap:8px;min-width:0}.compare-action-detail{width:100%}.compare-action-detail>*{flex:1 1}.compare-card-button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:7px 9px;border:1px solid #f0c7bb;border-radius:7px;color:#c43c19;background:#fff8f3;cursor:pointer;white-space:nowrap}.compare-view-link{text-align:center}.quote-card-button{color:#fff;border-color:#c43c19;background:#c43c19}.hidden{display:none!important}.store-customer-home{width:min(820px,100%);display:grid;grid-gap:14px;gap:14px;margin:0 auto 24px}.customer-advisor-card,.customer-home-hero,.customer-home-panel,.customer-pick-products{border:1px solid #f3d4c8;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(196,60,25,.06)}.customer-home-hero{display:grid;grid-gap:12px;gap:12px;padding:16px;background:linear-gradient(135deg,#fff7f2,#fff)}.customer-advisor-card,.customer-home-brand-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.customer-advisor-avatar,.customer-home-logo{width:44px;height:44px;display:grid;place-items:center;overflow:hidden;border-radius:8px;color:#c43c19;background:#fff0e8;font-weight:800}.customer-advisor-avatar img,.customer-home-logo img{width:100%;height:100%;object-fit:cover}.customer-advisor-card strong,.customer-home-brand-row strong{display:block;overflow:hidden;color:#172033;text-overflow:ellipsis;white-space:nowrap}.customer-advisor-card span,.customer-home-brand-row span,.customer-home-grid a span,.customer-info-link span,.customer-pick-products small{display:block;margin-top:3px;color:#6b7280;font-size:12px;line-height:1.35}.customer-home-hero p{margin:0;color:#4b5563;line-height:1.55}.customer-home-tags{display:flex;gap:7px;flex-wrap:wrap}.customer-home-tags span{min-height:24px;display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;color:#b43517;background:#fff0e8;font-size:12px;font-weight:700}.customer-advisor-card{padding:12px}.customer-advisor-card a{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:7px;color:#fff;background:#c43c19;font-weight:700}.customer-pick-products{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;color:#fff;background:linear-gradient(135deg,#f04b18,#c43c19)}.customer-pick-products span{font-size:16px;font-weight:800}.customer-pick-products small{margin:0;color:rgba(255,255,255,.82);font-weight:700}.customer-home-panel{display:grid;grid-gap:10px;gap:10px;padding:13px}.customer-home-panel h2{margin:0;font-size:16px}.customer-home-grid{display:grid;grid-gap:10px;gap:10px}.customer-home-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-home-grid a,.customer-home-panel.account button,.customer-info-link{min-height:48px;display:grid;align-content:center;grid-gap:2px;gap:2px;padding:10px;border:1px solid #f3d4c8;border-radius:8px;color:#7a2d18;background:#fff8f3;font-weight:800}.customer-home-grid a.primary{color:#fff;border-color:#c43c19;background:#c43c19}.customer-info-link{display:block}.customer-home-panel.account button{width:100%;grid-auto-flow:column;justify-content:center;align-items:center;border-color:#e5e7eb;color:#4b5563;background:#fff;cursor:pointer}.store-mobile-bottom-nav,.store-mobile-product-shell{display:none}.commerce-promo-badge{display:inline-flex;align-items:center;margin-right:4px;padding:1px 4px;border-radius:4px;color:#fff;background:#f04b18;font-size:11px;line-height:1.45;vertical-align:1px}.commerce-product-body p{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:end}.commerce-product-body p span{min-width:0}.commerce-product-body p em{align-self:end;padding:2px 6px;border-radius:999px;color:#c43c19;font-size:11px;font-style:normal}.commerce-product-body p em,.commerce-promotion-text{background:#fff0e8;font-weight:800;white-space:nowrap}.commerce-promotion-text{width:-moz-fit-content;width:fit-content;max-width:100%;overflow:hidden;padding:3px 7px;border-radius:6px;color:#b42318;font-size:12px;text-overflow:ellipsis}.compare-action-tip{position:absolute;right:0;top:calc(100% + 5px);z-index:3;min-width:max-content;padding:5px 7px;border:1px solid #bfe4cf;border-radius:6px;color:#0f5132;background:#e8f8ef;box-shadow:0 8px 20px rgba(23,32,51,.12)}.announcement-overlay{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:16px;background:rgba(15,23,42,.34)}.pending-alert-overlay{position:fixed;inset:0;z-index:41;display:grid;place-items:center;padding:16px;pointer-events:none}.pending-alert-modal{width:min(560px,100%);display:grid;grid-gap:14px;gap:14px;padding:16px;border:1px solid #f0c7bb;border-radius:8px;background:#fff;box-shadow:0 20px 55px rgba(23,32,51,.18);pointer-events:auto}.pending-alert-head{display:grid;grid-template-columns:44px minmax(0,1fr) 36px;grid-gap:12px;gap:12px;align-items:start}.pending-alert-head h2,.pending-alert-head p{margin:0}.pending-alert-list{display:grid;grid-gap:8px;gap:8px}.pending-alert-item{display:grid;grid-template-columns:minmax(92px,auto) minmax(0,1fr) minmax(90px,auto);grid-gap:8px;gap:8px;align-items:center;min-height:42px;padding:9px 10px;border:1px solid #edf0f5;border-radius:7px;background:#f8fafc}.pending-alert-item strong{color:var(--primary)}.pending-alert-item small{color:var(--muted);text-align:right}.role-checkbox-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.consultant-settings-grid{align-items:start}.announcement-modal{width:min(560px,100%);display:grid;grid-template-columns:44px minmax(0,1fr) 36px;grid-gap:12px;gap:12px;align-items:start;padding:16px;border:1px solid #d8eee6;border-radius:8px;background:#fff;box-shadow:0 20px 48px rgba(15,23,42,.22)}.announcement-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:8px;color:#0f6a56;background:#eef8f4}.announcement-body{display:grid;grid-gap:6px;gap:6px}.announcement-body h2,.announcement-body p{margin:0}.announcement-body p{color:#334155;line-height:1.6}.announcement-close{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:7px;background:#fff;cursor:pointer}.compare-link{position:relative}.compare-count-badge{min-width:18px;height:18px;display:inline-grid;place-items:center;padding:0 5px;border-radius:999px;color:#fff;font-size:11px;background:#c43c19}.mobile-product-actionbar{display:none}.quote-filter-bar{grid-template-columns:repeat(4,minmax(0,1fr))}.quote-summary-grid{margin-bottom:16px}.quote-mobile-filter-panel,.quote-mobile-list,.quote-mobile-quick-search,.quote-mobile-summary-strip{display:none}.quote-list-panel{gap:12px}.quote-mobile-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.quote-mobile-summary-strip div{min-width:0;min-height:54px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff}.quote-mobile-card-head span,.quote-mobile-more-body,.quote-mobile-summary-strip span{color:var(--muted);font-size:12px}.quote-mobile-summary-strip strong{display:block;margin-top:3px;font-size:14px;overflow-wrap:anywhere}.quote-mobile-quick-search{grid-template-columns:minmax(0,1fr) auto;gap:8px}.quote-mobile-filter-panel{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.quote-mobile-card-more>summary,.quote-mobile-filter-panel>summary{list-style:none;cursor:pointer}.quote-mobile-card-more>summary::-webkit-details-marker,.quote-mobile-filter-panel>summary::-webkit-details-marker{display:none}.quote-mobile-filter-panel>summary{display:grid;grid-gap:3px;gap:3px;padding:10px 12px}.quote-mobile-filter-panel>summary span{font-weight:700}.quote-mobile-filter-panel>summary small{color:var(--muted)}.quote-mobile-filter-form{display:grid;grid-gap:10px;gap:10px;padding:0 12px 12px}.quote-mobile-list{gap:9px}.quote-mobile-card{display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.quote-mobile-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:start}.quote-mobile-card-head h2{margin:0 0 2px;font-size:15px;line-height:1.35;overflow-wrap:anywhere}.quote-mobile-card-head strong{color:#126047;font-size:17px;white-space:nowrap}.quote-mobile-card-meta{display:flex;flex-wrap:wrap;gap:5px}.quote-mobile-card-actions{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px}.quote-mobile-card-more{min-width:76px}.quote-mobile-card-more>summary{min-height:34px;display:grid;place-items:center;padding:6px 9px;border-radius:8px;color:#334155;background:#f3f6f5}.quote-mobile-more-body{display:grid;grid-gap:7px;gap:7px;margin-top:8px;padding-top:8px;border-top:1px dashed var(--line)}.quote-mobile-more-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.quote-mobile-more-actions .btn-danger,.quote-mobile-more-actions .btn-ghost,.quote-mobile-more-actions button{width:100%;min-height:32px;padding:5px 7px;font-size:12px}.quote-direct-empty-hint{padding:10px 12px;border:1px dashed #d8e5df;border-radius:8px;color:var(--muted);background:#f8fbfa;font-size:13px}.quote-completion-stats{margin-bottom:16px}.completion-open{border-left:4px solid var(--warning)}.completion-done{border-left:4px solid var(--primary)}.quote-status-panel{display:grid;grid-gap:8px;gap:8px}.quote-status-panel p{margin:0}.quote-detail-actions{align-items:flex-end}.quote-detail-top-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-items:center}.quote-detail-top-actions .btn,.quote-detail-top-actions .btn-ghost,.quote-detail-top-actions .btn-secondary{min-height:44px;padding:10px 16px;font-size:15px;font-weight:700}.quote-cost-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #dbe8df;border-radius:8px;background:#f7fbf8}.quote-detail-page{gap:12px}.quote-compact-status{display:grid;grid-gap:8px;gap:8px;padding:12px 14px}.quote-compact-status p{margin:0}.quote-direct-picker{display:grid;grid-gap:12px;gap:12px}.quote-direct-header h2,.quote-items-toolbar h2,.quote-more-section h2,.quote-room-management h2{margin:0 0 4px}.quote-direct-search{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.quote-direct-search input{width:100%;min-width:0;border:0;outline:0;font:inherit;background:transparent}.quote-direct-results{display:grid;grid-gap:10px;gap:10px}.quote-direct-row{display:grid;grid-template-columns:minmax(220px,1.3fr) minmax(160px,.8fr) minmax(260px,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:10px;border:1px solid #e7edf3;border-radius:8px;background:#fff}.quote-direct-price,.quote-direct-product{display:grid;grid-gap:4px;gap:4px;min-width:0}.quote-direct-price small,.quote-direct-price span,.quote-direct-product small,.quote-direct-product span,.quote-direct-product strong{overflow-wrap:anywhere}.quote-direct-price small,.quote-direct-product small{color:var(--muted)}.quote-direct-price strong{color:#126047}.quote-direct-warning{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px;color:#8a5a00;font-size:12px}.quote-direct-warning span{padding:3px 6px;border-radius:999px;background:#fff8e6}.quote-direct-controls{display:grid;grid-template-columns:minmax(120px,1fr) minmax(74px,.45fr) minmax(104px,.65fr);grid-gap:8px;gap:8px;min-width:0}.quote-direct-controls .input,.quote-direct-controls .select{min-width:0}.quote-direct-confirm{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.quote-direct-submit{min-width:74px}.compact-line-item{grid-template-columns:minmax(220px,1fr) minmax(150px,auto) auto;align-items:center}.compact-line-item.with-cost{grid-template-columns:minmax(220px,1fr) minmax(150px,auto) minmax(130px,auto) auto}.line-item-compact-total,.line-item-edit-body,.line-item-main{min-width:0}.line-item-main{display:grid;grid-gap:4px;gap:4px}.line-item-main .muted,.line-item-main strong{overflow-wrap:anywhere}.line-item-meta{display:flex;flex-wrap:wrap;gap:6px;color:var(--muted);font-size:12px}.line-item-meta span{padding:3px 6px;border-radius:999px;background:#f4f7fa}.line-item-compact-total{display:grid;grid-gap:3px;gap:3px;justify-items:end}.line-item-compact-total span{color:var(--muted);font-size:12px}.line-item-edit{justify-self:end}.line-item-edit summary,.quote-detail-more summary,.quote-room-details>summary{cursor:pointer}.line-item-edit summary{min-height:34px;padding:7px 10px;border:1px solid var(--line);border-radius:7px;list-style:none;color:#145a4b;background:#f7fbf8}.line-item-edit summary::-webkit-details-marker,.quote-detail-more summary::-webkit-details-marker,.quote-room-details>summary::-webkit-details-marker{display:none}.line-item-edit-body{position:absolute;z-index:4;right:0;display:grid;grid-gap:10px;gap:10px;width:min(340px,calc(100vw - 32px));margin-top:8px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.16)}.line-item-edit{position:relative}.line-item-edit-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.quote-detail-more{padding:0;overflow:hidden}.quote-detail-more>summary{display:flex;justify-content:space-between;gap:12px;padding:14px;list-style:none}.quote-detail-more>summary small,.quote-detail-more>summary span{display:block}.quote-detail-more>summary small{color:var(--muted)}.quote-detail-more-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;padding:16px;border-top:1px solid var(--line);background:#f8fafc}.quote-more-section{min-width:0;padding:16px;border:1px solid #e3ebf0;border-radius:8px;background:#fff}.quote-more-span{grid-column:1/-1}.quote-more-section h2{margin-bottom:12px}.quote-more-section>:last-child{margin-bottom:0}.quote-status-panel.quote-more-section{padding:10px 12px;background:#f7faf9}.quote-cost-section{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:end}.quote-cost-section .field{min-width:0}.quote-cost-section .btn-secondary{min-width:180px}.quote-detail-actions{display:grid;grid-template-columns:auto minmax(320px,520px) auto;grid-gap:12px;gap:12px;align-items:end}.quote-detail-actions form{margin:0}.quote-copy-form{display:grid;grid-template-columns:minmax(220px,1fr) auto;grid-gap:8px;gap:8px;align-items:end}.quote-copy-form .input{width:100%}.quote-detail-actions .btn,.quote-detail-actions .btn-danger,.quote-detail-actions .btn-ghost,.quote-detail-actions .btn-secondary{min-height:40px}.quote-room-details>summary.room-head{list-style:none}.quote-room-details[open]>summary.room-head{border-bottom:1px solid var(--line)}.store-mobile-view{display:none}.store-desktop-shop-page{min-height:100vh;margin:-28px;color:#172033;background:#f3f5f8}.desktop-detail-utility,.store-desktop-utility{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 34px;background:#fff;color:#475569;font-size:12px}.desktop-detail-utility{min-height:35px;padding-inline:38px;border-bottom:1px solid #edf1f5}.desktop-detail-utility nav,.store-desktop-utility nav{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.store-desktop-notice-link{border:0;padding:0;background:transparent;color:#374151;font:inherit;cursor:pointer}.store-desktop-notice-link:hover{color:var(--primary)}.desktop-detail-utility b,.store-desktop-utility b{color:#ff4d2e}.desktop-detail-searchbar,.store-desktop-searchbar{min-height:74px;display:grid;grid-template-columns:260px minmax(0,1fr) 430px;grid-gap:22px;gap:22px;align-items:center;padding:0 34px;background:#f7f8fa}.desktop-detail-searchbar{min-height:76px;grid-template-columns:260px minmax(0,1fr) 390px;gap:24px;padding-inline:38px;background:#fff}.desktop-detail-brand,.store-desktop-brand{min-width:0;display:flex;align-items:center;gap:10px}.desktop-detail-logo,.store-desktop-logo{width:52px;height:40px;display:grid;place-items:center;overflow:hidden;border:1px solid #cbd5e1;background:#fff;color:#111827;font-size:18px;font-weight:900;letter-spacing:2px}.desktop-detail-logo img,.store-desktop-logo img{width:100%;height:100%;object-fit:contain}.desktop-detail-brand span,.desktop-detail-brand strong,.store-desktop-brand span,.store-desktop-brand strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-detail-brand strong,.store-desktop-brand strong{font-size:18px}.desktop-detail-brand span,.store-desktop-brand span{color:#667085;font-size:12px}.desktop-detail-search,.store-desktop-search{height:42px;display:grid;grid-template-columns:minmax(0,1fr) 78px 86px;overflow:hidden;border:2px solid #ffd8cf;border-radius:10px;background:#fff}.desktop-detail-search input,.store-desktop-search input{min-width:0;border:0;outline:0;padding:0 14px}.desktop-detail-search button,.store-desktop-search button{border:0;font-weight:900}.desktop-detail-search button:first-of-type,.store-desktop-search button:first-of-type{color:#ff4d2e;background:#fff1ed}.desktop-detail-search button:last-child,.store-desktop-search button:last-child{color:#fff;background:#ff4d2e}.store-desktop-page{display:grid;grid-gap:16px;gap:16px;padding:0 22px 34px}.store-desktop-shop-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:22px 20px;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.06)}.store-desktop-shop-logo{width:104px;height:50px;display:grid;place-items:center;overflow:hidden;border:1px solid #cbd5e1;background:#fff;font-size:24px;font-weight:900;letter-spacing:2px}.store-desktop-shop-logo img{width:100%;height:100%;object-fit:contain}.store-desktop-shop-card h1{margin:0 0 8px;font-size:24px;font-weight:650}.store-desktop-rating{display:flex;align-items:center;gap:10px;color:#64748b}.desktop-detail-stars,.store-desktop-stars{color:#ff4d2e;letter-spacing:1px}.store-desktop-scores,.store-desktop-shop-actions{display:flex;gap:10px;flex-wrap:wrap}.store-desktop-scores{margin-top:10px}.store-desktop-scores span{padding:5px 8px;border-radius:5px;color:#475569;background:#f1f5f9;font-size:12px}.store-desktop-shop-actions a{min-width:92px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #d8dee8;border-radius:8px;background:#fff;font-size:15px}.store-desktop-layout{display:grid;grid-template-columns:210px minmax(0,1fr) 292px;grid-gap:16px;gap:16px}.store-desktop-quote-side,.store-desktop-side{position:-webkit-sticky;position:sticky;top:12px;align-self:start}.store-desktop-side{padding:8px;border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.06)}.store-desktop-side h2{margin:8px 12px 6px;font-size:14px}.store-desktop-side a{height:43px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px;border-radius:8px;font-size:15px}.store-desktop-side a small{color:#98a2b3}.store-desktop-side a.active,.store-desktop-side a:hover{color:#ff4d2e;background:#fff1ed}.store-desktop-main{min-width:0;padding:16px;border-radius:16px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.06)}.store-desktop-tabs{display:flex;align-items:center;gap:8px;margin-bottom:14px;flex-wrap:wrap}.store-desktop-tabs a{height:38px;display:flex;align-items:center;padding:0 14px;border-radius:6px;color:#334155;background:#f3f6fa;font-size:14px;font-weight:850}.store-desktop-tabs a.active,.store-desktop-tabs a.promo{color:#ff4d2e;background:#fff1ed}.store-desktop-toolbar{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:6px 10px;border:1px solid #e5eaf1;border-radius:8px;background:#fbfcfd}.store-desktop-toolbar span{color:#667085;font-size:13px}.store-desktop-toolbar form{display:flex;align-items:center;gap:6px}.store-desktop-toolbar button,.store-desktop-toolbar select{height:30px;border:1px solid #e5eaf1;border-radius:6px;background:#fff;color:#334155}.store-desktop-toolbar button{padding:0 9px}.store-desktop-goods{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:24px 18px;gap:24px 18px}.store-desktop-item{min-width:0;position:relative}.store-desktop-photo{display:block;aspect-ratio:1/1;overflow:hidden;border-radius:8px;background:#f1f5f9}.store-desktop-mock,.store-desktop-photo img{width:100%;height:100%;display:block;object-fit:cover}.store-desktop-mock{display:grid;place-items:center;color:#fff;font-size:28px;font-weight:900;background:linear-gradient(145deg,#cbd5e1,#64748b)}.store-desktop-thumbs{height:32px;display:flex;gap:5px;margin-top:8px;overflow:hidden}.store-desktop-thumb{width:31px;height:31px;flex:0 0 auto;overflow:hidden;border:1px solid #e5e7eb;border-radius:5px;background:#f8fafc}.store-desktop-thumb img{width:100%;height:100%;object-fit:cover}.store-desktop-title{display:block;min-height:44px;margin-top:8px;overflow:hidden;font-size:15px;line-height:1.45}.store-desktop-title b{color:#ff4d2e;font-weight:900}.store-desktop-promo-line{min-height:20px;overflow:hidden;color:#ff4d2e;font-size:13px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.store-desktop-price{display:flex;align-items:baseline;gap:8px;margin-top:4px}.store-desktop-price strong{color:#ff4d2e;font-size:22px}.store-desktop-price span{color:#64748b;font-size:13px}.store-desktop-meta{display:flex;gap:5px;margin-top:6px;flex-wrap:wrap}.store-desktop-meta span{padding:3px 6px;border-radius:5px;color:#475569;background:#f1f5f9;font-size:11px;font-weight:760}.store-desktop-actions{display:grid;grid-template-columns:minmax(0,1fr) 58px;grid-gap:7px;gap:7px;margin-top:9px}.store-desktop-actions .compare-card-button,.store-desktop-actions>a{height:31px;min-height:31px;display:flex;align-items:center;justify-content:center;border-radius:5px;font-size:12px;font-weight:900}.store-desktop-actions>a{color:#fff;background:#ff4d2e}.store-desktop-actions .compare-card-button{color:#1d4ed8;border:0;background:#eff6ff}.store-desktop-quote-side{display:grid;grid-gap:12px;gap:12px}.store-desktop-panel{padding:14px;border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.06)}.store-desktop-panel h2{margin:0 0 12px;font-size:16px}.store-desktop-quote-line{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:9px;gap:9px;margin-bottom:9px;padding:8px;border:1px solid #edf1f5;border-radius:8px}.store-desktop-qthumb{width:44px;height:44px;overflow:hidden;border-radius:6px;background:#e2e8f0}.store-desktop-qthumb img{width:100%;height:100%;object-fit:cover}.store-desktop-quote-line span,.store-desktop-quote-line strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-desktop-quote-line span{color:#667085;font-size:12px}.store-desktop-total{display:grid;grid-gap:7px;gap:7px;padding:10px;border-radius:8px;background:#f8fafc}.store-desktop-total div{display:flex;justify-content:space-between;color:#667085;font-size:13px}.store-desktop-total strong{color:#111827;font-size:19px}.store-desktop-btn{height:38px;display:flex;align-items:center;justify-content:center;margin-top:10px;border-radius:8px;color:#fff;background:#ff4d2e;font-weight:900}.store-desktop-note{color:#667085;font-size:13px;line-height:1.65}.desktop-detail-float{position:fixed;right:28px;top:34vh;z-index:70;display:grid;grid-gap:10px;gap:10px}.desktop-detail-float a{width:56px;min-height:56px;display:grid;place-items:center;padding:7px 6px;border:1px solid #e5e7eb;border-radius:18px;color:#172033;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.08);font-size:12px;line-height:1.35;text-align:center}.desktop-detail-float a.hot{color:#fff;border-color:#ff4d2e;background:#ff4d2e}.desktop-detail-shopbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 40px;border-top:1px solid #f8fafc;border-bottom:1px solid #edf1f5;background:#fff}.desktop-detail-shop{min-width:0;display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.desktop-detail-shop-logo{height:42px;display:grid;place-items:center;overflow:hidden;border:1px solid #cbd5e1;background:#fff;font-weight:900}.desktop-detail-shop-logo img{width:100%;height:100%;object-fit:contain}.desktop-detail-shop h1{margin:0 0 5px;font-size:19px;font-weight:650}.desktop-detail-shop-meta{color:#64748b;font-size:13px}.desktop-detail-shop-actions{display:flex;gap:10px}.desktop-detail-shop-actions a{height:40px;min-width:90px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:20px;background:#fff}.desktop-detail-page{max-width:1840px;margin:0 auto;padding:18px 40px 80px}@media (max-width:1480px){.store-desktop-goods{grid-template-columns:repeat(4,minmax(0,1fr))}.store-desktop-layout{grid-template-columns:198px minmax(0,1fr)}.store-desktop-quote-side{display:none}}@media (min-width:901px){.desktop-management-shell .marketing-html-page{display:grid;grid-gap:22px;gap:22px;color:#111827}.marketing-html-breadcrumb{display:flex;align-items:center;gap:10px;color:#64748b;font-size:13px}.marketing-html-breadcrumb strong{color:#111827}.marketing-html-notice{min-height:42px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:0 14px;border-radius:8px;background:#f0f3ff;color:#64748b;font-size:13px}.marketing-html-notice b{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#4b79ff;font-size:12px}.marketing-html-notice a{color:#326cff;font-weight:800}.marketing-html-hero{display:grid;grid-gap:18px;gap:18px;padding:24px 18px;border-radius:12px;background:linear-gradient(105deg,#f4f7ff,#eef4ff 62%,#f8fbff)}.marketing-html-hero-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.marketing-html-hero h1,.marketing-html-hero h2,.marketing-html-hero p{margin:0}.marketing-html-hero h1{font-size:20px}.marketing-html-hero p{margin-top:8px;color:#64748b;font-size:13px;line-height:1.55}.marketing-html-hero-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px;color:#3677ff;font-weight:900}.marketing-html-hero-tags span:before{content:"✓";margin-right:6px}.marketing-html-feature-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.marketing-html-feature-card{min-height:70px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:14px 12px;border-radius:8px;background:rgba(255,255,255,.92)}.marketing-html-feature-card h2{font-size:15px}.marketing-html-primary{height:36px;min-width:60px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 18px;border-radius:18px;color:#fff;background:#3f7cff;font-weight:900;white-space:nowrap}.marketing-html-tabs{display:grid;grid-template-columns:auto auto auto minmax(0,1fr);align-items:end;grid-gap:28px;gap:28px;border-bottom:1px solid #dbe5f4}.marketing-html-tabs a,.marketing-html-tabs>span{height:40px;display:flex;align-items:center;color:#334155;font-size:14px}.marketing-html-tabs .active{color:#326cff;border-bottom:2px solid #326cff;font-weight:900}.marketing-html-summary{justify-self:end;display:flex;gap:18px;padding-bottom:12px;color:#64748b;font-size:12px}.marketing-html-summary b{color:#ff5a1f}.marketing-html-filters{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.marketing-html-filters button,.marketing-html-filters label{height:36px;display:inline-flex;align-items:center;border:1px solid #e1e8f3;border-radius:8px;background:#fff;color:#334155;font-size:13px}.marketing-html-filters button{padding:0 14px}.marketing-html-filters button.active{color:#326cff;border-color:#d6e2ff;background:#f8fbff}.marketing-html-filters label{gap:8px;padding:0 10px 0 12px;background:#f7f9fc}.marketing-html-filters label span{color:#64748b}.marketing-html-filters input{width:140px;border:0;outline:0;background:transparent}.marketing-html-table{display:grid;grid-gap:0;gap:0}.marketing-html-row,.marketing-html-table-head{display:grid;grid-template-columns:minmax(280px,1.6fr) minmax(110px,.7fr) minmax(150px,.8fr) minmax(90px,.5fr) minmax(150px,.8fr) 180px;grid-gap:14px;gap:14px;align-items:center}.marketing-html-table-head{height:38px;padding:0 14px;border-radius:8px;background:#f5f7fb;color:#111827;font-size:13px;font-weight:900}.marketing-html-table-body{display:grid}.marketing-html-row{min-height:76px;padding:12px 14px;border-bottom:1px solid #edf1f7;background:#fff}.marketing-html-row:hover{background:#fbfdff}.marketing-html-row strong{display:block;color:#111827;font-size:14px}.marketing-html-row em,.marketing-html-row small{display:block;margin-top:4px;color:#64748b;font-size:12px;font-style:normal;line-height:1.45}.marketing-html-pill{min-height:24px;display:inline-flex;align-items:center;padding:0 9px;border-radius:999px;color:#64748b;background:#f1f5f9;font-size:12px;font-weight:800}.marketing-html-pill.ok{color:#15803d;background:#eaf8ef}.marketing-html-pill.blue{color:#326cff;background:#eef4ff}.marketing-html-pill.gray{color:#64748b;background:#f1f5f9}.marketing-html-actions{display:flex;align-items:center;gap:12px}.marketing-html-actions a,.marketing-html-danger{border:0;background:transparent;color:#326cff;font-size:13px;font-weight:800;cursor:pointer}.marketing-html-danger{color:#ef4444}.marketing-html-empty{min-height:260px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;color:#94a3b8}.marketing-html-empty-art{width:92px;height:92px;display:grid;place-items:center;border-radius:50%;color:#8db4ff;background:#f1f6ff;font-size:46px}.product-detail-html-layout.product-detail-desktop{--html-left-width:710px!important;--html-right-width:620px!important;--html-thumb-width:74px!important;--html-main-image:548px!important;--html-gap:112px!important;--html-page-min:1180px!important;--html-page-max:1760px!important;min-width:var(--html-page-min)!important;background:#fff!important}.product-detail-html-layout>.product-detail-topline{position:static!important;display:grid!important;grid-template-columns:minmax(220px,520px) minmax(0,1fr)!important;align-items:center!important;grid-gap:18px!important;gap:18px!important;width:100%!important;min-width:var(--html-page-min)!important;height:38px!important;min-height:38px!important;padding:0 34px!important;margin:0!important;border-bottom:1px solid #edf1f5!important;background:#fff!important;box-shadow:none!important;transform:none!important}.product-detail-html-layout .html-layout-searchbar{width:calc(var(--html-left-width) + var(--html-gap) + var(--html-right-width))!important;min-width:0!important;height:74px!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:160px minmax(0,1fr) 420px!important;grid-gap:24px!important;gap:24px!important;align-items:center!important}.product-detail-html-layout .html-layout-page{width:min(var(--html-page-max),100%)!important;min-width:var(--html-page-min)!important;margin:0 auto!important;padding:28px 90px 90px 54px!important;background:#fff!important;overflow:visible!important}.product-detail-html-layout .html-layout-detail{display:grid!important;grid-template-columns:var(--html-left-width) var(--html-right-width)!important;grid-gap:var(--html-gap)!important;gap:var(--html-gap)!important;align-items:start!important;justify-content:center!important;overflow:visible!important}.product-detail-html-layout .html-layout-left-pane{display:grid!important;grid-template-columns:var(--html-thumb-width) var(--html-main-image)!important;grid-gap:18px 20px!important;gap:18px 20px!important;align-items:start!important;min-width:0!important;grid-area:auto!important}.product-detail-html-layout .html-layout-gallery{grid-column:1/-1!important;display:grid!important;grid-template-columns:var(--html-thumb-width) var(--html-main-image)!important;grid-gap:20px!important;gap:20px!important;padding:0!important;overflow:visible!important}.product-detail-html-layout .html-layout-main-area{display:grid!important;grid-gap:16px!important;gap:16px!important;justify-items:center!important}.product-detail-html-layout .html-layout-main-image{width:var(--html-main-image)!important;height:var(--html-main-image)!important;position:relative!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:10px!important;background:#fff!important}.product-detail-html-layout .html-layout-right-wrap{align-self:start!important;min-width:0!important;grid-area:auto!important}.product-detail-html-layout .html-layout-right-info,.product-detail-html-layout .html-layout-right-wrap{position:relative!important;top:auto!important;width:var(--html-right-width)!important;height:auto!important;overflow:visible!important}.product-detail-html-layout .html-layout-right-info{max-width:var(--html-right-width)!important;max-height:none!important;display:grid!important;grid-gap:16px!important;gap:16px!important;overflow-x:visible!important;overflow-y:visible!important;padding:0 8px 150px 0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;scrollbar-width:none!important}}@media (min-width:901px){.product-detail-html-layout .html-layout-right-info::-webkit-scrollbar{display:none!important;width:0!important}.product-detail-html-layout .html-layout-fixed-actions{position:fixed!important;left:calc(50% + ((var(--html-left-width) + var(--html-gap)) / 2))!important;bottom:12px!important;z-index:180!important;width:var(--html-right-width)!important;padding:14px!important;border-radius:22px!important;background:#fff!important;box-shadow:0 18px 46px rgba(15,23,42,.16)!important;transform:translateX(-50%)!important;overflow:hidden!important}.product-detail-html-layout.product-detail-desktop{--html-left-width:710px!important;--html-right-width:620px!important;--html-thumb-width:74px!important;--html-main-image:548px!important;--html-gap:112px!important;--html-page-min:1180px!important;--html-page-max:1760px!important;min-width:var(--html-page-min)!important;background:#fff!important}.product-detail-html-layout .html-layout-page{width:min(var(--html-page-max),100%)!important;min-width:var(--html-page-min)!important;margin:0 auto!important;padding:28px 90px 90px 54px!important;background:#fff!important;overflow:visible!important}.product-detail-html-layout .html-layout-detail{display:grid!important;grid-template-columns:var(--html-left-width) var(--html-right-width)!important;grid-gap:var(--html-gap)!important;gap:var(--html-gap)!important;align-items:start!important;justify-content:center!important;overflow:visible!important}.product-detail-html-layout .html-layout-left-pane{display:grid!important;grid-template-columns:var(--html-thumb-width) var(--html-main-image)!important;grid-gap:18px 20px!important;gap:18px 20px!important;align-items:start!important;min-width:0!important;grid-area:auto!important}.product-detail-html-layout .html-layout-gallery{grid-column:1/-1!important;display:grid!important;grid-template-columns:var(--html-thumb-width) var(--html-main-image)!important;grid-gap:20px!important;gap:20px!important;padding:0!important;overflow:visible!important}.product-detail-html-layout .html-layout-main-area{display:grid!important;grid-gap:16px!important;gap:16px!important;justify-items:center!important}.product-detail-html-layout .html-layout-main-image{width:var(--html-main-image)!important;height:var(--html-main-image)!important;position:relative!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:10px!important;background:#fff!important}.product-detail-html-layout .html-layout-right-wrap{align-self:start!important;min-width:0!important;grid-area:auto!important}.product-detail-html-layout .html-layout-right-info,.product-detail-html-layout .html-layout-right-wrap{position:relative!important;top:auto!important;width:var(--html-right-width)!important;height:auto!important;overflow:visible!important}.product-detail-html-layout .html-layout-right-info{max-width:var(--html-right-width)!important;max-height:none!important;display:grid!important;grid-gap:16px!important;gap:16px!important;overflow-x:visible!important;overflow-y:visible!important;padding:0 8px 150px 0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;scrollbar-width:none!important}}@media (min-width:901px){.product-detail-html-layout .html-layout-right-info::-webkit-scrollbar{display:none!important;width:0!important}.product-detail-html-layout .html-layout-fixed-actions{position:fixed!important;left:calc(50% + ((var(--html-left-width) + var(--html-gap)) / 2))!important;bottom:12px!important;z-index:180!important;width:var(--html-right-width)!important;padding:14px!important;border-radius:22px!important;background:#fff!important;box-shadow:0 18px 46px rgba(15,23,42,.16)!important;transform:translateX(-50%)!important;overflow:hidden!important}}@media (max-width:1080px){.store-desktop-goods{grid-template-columns:repeat(3,minmax(0,1fr))}.store-desktop-searchbar{grid-template-columns:220px minmax(0,1fr) 360px}}.store-detail-mobile-view{display:none}.product-detail-desktop{min-height:100vh;display:block;max-width:none;margin:-28px;color:#111827;background:#f5f6f8}.product-detail-desktop-head{display:grid;grid-template-columns:minmax(230px,330px) minmax(320px,520px) minmax(320px,1fr);grid-gap:18px;gap:18px;align-items:center;padding:14px 18px;border:1px solid var(--line);border-radius:8px;background:#fff}.desktop-detail-shop-brand{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.desktop-detail-shop-brand span,.desktop-detail-shop-brand strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-detail-shop-brand strong{font-size:18px}.desktop-detail-shop-brand span{margin-top:3px;color:var(--muted);font-size:12px}.desktop-detail-logo{width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border:1px solid #d7dee8;border-radius:8px;background:#fff;color:#334155;font-weight:900}.desktop-detail-logo img{width:100%;height:100%;object-fit:contain}.desktop-detail-search{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 74px 82px;height:42px;overflow:hidden;border:2px solid #ffd8cf;border-radius:8px;background:#fff}.desktop-detail-search button,.desktop-detail-search input{min-width:0;border:0}.desktop-detail-search input{padding:0 12px;outline:0}.desktop-detail-search button{color:#c43c19;background:#fff1ed;font-weight:800}.desktop-detail-search button:last-child{color:#fff;background:linear-gradient(90deg,#ff7a00,#ff3b00)}.desktop-detail-head-links{display:flex;align-items:center;justify-content:flex-end;gap:18px;color:#475569;font-size:13px}.desktop-detail-head-links a:hover{color:#c43c19}.product-detail-desktop-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,660px);grid-gap:24px;gap:24px;align-items:start}.product-detail-desktop-flow{min-width:0;display:grid;grid-gap:18px;gap:18px}.desktop-gallery-card{display:grid;grid-template-columns:78px minmax(0,1fr);grid-gap:20px;gap:20px;padding:12px 0 18px}.desktop-gallery-thumbs{display:grid;align-content:start;grid-gap:10px;gap:10px}.desktop-gallery-thumb-empty,.desktop-gallery-thumbs a,.desktop-gallery-thumbs button{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;color:#64748b;background:#fff;font-size:13px}.desktop-gallery-thumbs button{padding:0;cursor:pointer}.desktop-gallery-thumbs button.active{border:2px solid #f04b18}.desktop-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.desktop-gallery-main{width:100%;min-width:0;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:#fff}.desktop-gallery-main img{width:100%;height:100%;display:block;object-fit:contain;background:#fff}.desktop-detail-tabs{position:-webkit-sticky;position:sticky;top:0;z-index:2;gap:30px;border-bottom:1px solid #edf0f5;background:rgba(246,247,249,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.desktop-detail-tabs,.desktop-detail-tabs a{display:flex;align-items:center;min-height:58px}.desktop-detail-tabs a{border-bottom:2px solid transparent;color:#334155;font-size:17px}.desktop-detail-tabs a.active,.desktop-detail-tabs a:hover{color:#f04b18;border-bottom-color:#f04b18}.desktop-detail-section{display:grid;grid-gap:16px;gap:16px;padding:8px 0 28px;border-bottom:1px solid #edf0f5}.desktop-detail-section h2{display:flex;align-items:center;gap:8px;margin:0;font-size:22px}.desktop-review-empty{display:grid;grid-gap:6px;gap:6px;padding:16px;border:1px dashed #d8e0ea;border-radius:8px;color:#64748b;background:#fff}.desktop-review-empty strong{color:#172033}.desktop-param-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.desktop-param{display:grid;grid-template-columns:118px minmax(0,1fr);grid-gap:10px;gap:10px;padding:14px;border-radius:8px;background:#fff}.desktop-param span{color:var(--muted)}.desktop-param strong{color:#334155}.desktop-sku-table{display:grid;grid-gap:8px;gap:8px}.desktop-sku-row{display:grid;grid-template-columns:56px minmax(0,1fr) minmax(130px,.4fr) minmax(120px,.3fr);grid-gap:12px;gap:12px;align-items:center;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.desktop-sku-row.unavailable{opacity:.62}.desktop-sku-row-image{width:56px;height:56px;display:grid;place-items:center;overflow:hidden;border-radius:8px;color:var(--muted);background:#f2f4f7}.desktop-sku-row-image img{width:100%;height:100%;object-fit:cover}.desktop-sku-row b,.desktop-sku-row del,.desktop-sku-row span,.desktop-sku-row strong{display:block}.desktop-sku-row del,.desktop-sku-row span,.desktop-sku-row>div:last-child{color:var(--muted);font-size:13px}.desktop-sku-row b{color:#f04b18}.desktop-detail-image-list{display:grid;grid-gap:12px;gap:12px}.desktop-detail-image-list img{width:100%;height:auto;display:block;border:1px solid #edf0f5;border-radius:8px;background:#fff}.desktop-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.desktop-related-card{min-width:0;display:grid;grid-gap:7px;gap:7px}.desktop-related-card .commerce-image-placeholder,.desktop-related-card img{width:100%;aspect-ratio:1;height:auto;border:1px solid #edf0f5;border-radius:8px;object-fit:cover;background:#fff}.desktop-related-card strong{font-size:14px}.desktop-related-card span{color:var(--muted);font-size:12px}.desktop-related-card b{color:#f04b18}.product-detail-desktop-info{position:-webkit-sticky;position:sticky;top:18px;z-index:60;min-width:0;max-height:calc(100vh - 36px);display:grid;grid-gap:18px;gap:18px;align-self:start;overflow-y:auto;overscroll-behavior:contain;padding:20px 22px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.08)}.product-detail-desktop-info::-webkit-scrollbar{width:6px}.product-detail-desktop-info::-webkit-scrollbar-track{background:transparent}.product-detail-desktop-info::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(226,232,240,.55);background-clip:padding-box}.product-detail-desktop-info{scrollbar-color:rgba(226,232,240,.55) transparent;scrollbar-width:thin}.desktop-product-title{display:grid;grid-gap:10px;gap:10px}.desktop-product-title h1{margin:0;color:#111827;font-size:24px;line-height:1.42}.desktop-product-title h1 b{display:inline-flex;align-items:center;margin-right:7px;padding:2px 7px;border-radius:5px;color:#fff;background:linear-gradient(90deg,#ff7a00,#ff3b00);font-size:13px;line-height:1.5;vertical-align:4px}.desktop-coupon-row,.desktop-product-title div,.desktop-qty-row,.desktop-service-box div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.desktop-product-title div{color:#94a3b8;font-size:13px}.desktop-product-title div span:first-child{color:#f04b18}.desktop-product-title p{margin:0;color:#64748b;line-height:1.65}.desktop-product-price-box{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:8px;background:#fff4ed}.desktop-main-price{display:flex;align-items:baseline;gap:8px;color:#f04b18}.desktop-main-price span{color:#7a3b28;font-size:14px}.desktop-main-price strong{font-size:34px;line-height:1}.desktop-product-price-box small{color:#64748b}.desktop-coupon-row span{padding:7px 10px;border-radius:7px;color:#c43c19;background:#fff;font-size:13px}.desktop-service-box{display:grid;grid-gap:9px;gap:9px;padding:13px 0;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5}.desktop-service-box div{color:#475569;font-size:14px}.desktop-service-box b{color:#167149}.desktop-buy-form,.desktop-form-section{display:grid;grid-gap:10px;gap:10px;min-width:0}.desktop-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#64748b}.desktop-section-head span{color:#384152;font-weight:700}.desktop-section-head a{color:#64748b;font-size:13px}.desktop-sku-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.desktop-sku-choice{position:relative;min-width:0;min-height:62px;display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:6px 9px;gap:6px 9px;align-items:center;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.desktop-sku-choice input{position:absolute;opacity:0;pointer-events:none}.desktop-sku-choice.selected{border:2px solid #f04b18;padding:7px;background:#fff8f3}.desktop-sku-choice.unavailable{opacity:.48}.desktop-sku-choice-image{grid-row:1/span 3;width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border-radius:7px;color:var(--muted);background:#f2f4f7}.desktop-sku-choice-image img{width:100%;height:100%;object-fit:cover}.desktop-sku-choice-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.desktop-sku-choice small{grid-column:2;color:var(--muted);font-size:12px}.desktop-qty-row>span{color:#64748b}.desktop-total-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid #edf0f5}.desktop-total-line div{display:grid;grid-gap:3px;gap:3px}.desktop-total-line span{color:#64748b}.desktop-total-line small{color:#c43c19}.desktop-total-line strong{color:#f04b18;font-size:24px}.desktop-detail-action-box{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 72px 72px;grid-gap:0;gap:0;align-items:stretch;margin-top:2px;padding:14px;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 16px 38px rgba(15,23,42,.14)}.desktop-action-compare .compare-card-button,.desktop-action-compare .compare-view-link,.desktop-detail-action-box a,.desktop-detail-action-box button{min-width:0;min-height:52px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;font-weight:900;cursor:pointer}.desktop-detail-action-box .quote{border-radius:8px 0 0 8px;color:#fff;background:linear-gradient(90deg,#ffc400,#ff8a00)}.desktop-detail-action-box .buy{color:#fff;background:linear-gradient(90deg,#ff7a00,#ff3b00)}.desktop-detail-action-box .buy:disabled,.desktop-detail-action-box .quote:disabled{cursor:not-allowed;background:#aeb7c4}.desktop-action-compare .compare-card-button,.desktop-action-compare .compare-view-link,.desktop-detail-action-box .icon{display:grid;align-content:center;grid-gap:3px;gap:3px;color:#334155;background:#fff;font-size:12px}.desktop-action-compare .compare-action-wrap{width:100%;height:100%}.desktop-action-compare .compare-action-tip{position:absolute;left:0;right:0;top:calc(100% + 4px);padding:5px 7px;border-radius:6px;color:#7a3b28;background:#fff8f3;font-size:12px;box-shadow:0 8px 20px rgba(15,23,42,.12)}@media (max-width:1280px){.product-detail-desktop-layout{grid-template-columns:minmax(0,1fr) minmax(430px,560px)}.product-detail-desktop-head{grid-template-columns:minmax(220px,320px) minmax(280px,1fr)}.desktop-detail-head-links{grid-column:1/-1;justify-content:flex-start}.desktop-param-grid,.desktop-related-grid,.desktop-sku-choice-grid{grid-template-columns:1fr}.desktop-detail-action-box{grid-template-columns:repeat(2,minmax(0,1fr))}.desktop-detail-action-box .quote{border-radius:8px 0 0 0}.desktop-detail-action-box .buy{border-radius:0 8px 0 0}}@media (max-width:900px){.store-detail-desktop-view{display:none}.store-detail-mobile-view{display:block}}.product-detail-shell{display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(380px,.95fr);grid-gap:18px;gap:18px;align-items:start;min-width:0}.product-summary-slot{grid-column:1/-1;margin-bottom:0}.detail-promo-badge{margin-right:6px;vertical-align:3px}.detail-promotion-text{grid-column:1/-1}.product-info-band{display:grid;grid-template-columns:minmax(280px,1fr) auto;grid-gap:14px 18px;gap:14px 18px;align-items:center;margin-bottom:16px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.product-info-band h1,.product-info-band p{margin:0}.product-info-band h1{margin-top:6px;font-size:25px}.product-info-band p{margin-top:8px;color:var(--muted)}.compact-price{min-width:220px}.no-border{grid-column:1/-1;padding-bottom:0;border-bottom:0}.commerce-buy-box,.product-gallery-panel,.product-purchase-panel{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff}.product-gallery-panel,.product-purchase-panel{padding:16px}.gallery-main{min-width:0;aspect-ratio:1/1;overflow:hidden;border-radius:8px;background:#f4f6f8}.gallery-main img{width:100%;height:100%;object-fit:cover}.single-image-panel{align-self:start}.single-gallery-main{width:100%}.gallery-thumbs{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px;margin-top:12px}.gallery-thumb{aspect-ratio:1;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#f6f7f9}.gallery-thumb.active{border-color:#f04b18}.empty-thumb{display:grid;place-items:center;color:var(--muted);font-size:12px}.gallery-note{margin-top:12px}.commerce-breadcrumb,.gallery-note{color:var(--muted);font-size:13px}.product-purchase-panel{position:-webkit-sticky;position:sticky;top:18px;display:grid;grid-gap:14px;gap:14px}.product-purchase-panel h1,.product-subtitle{margin:0}.product-purchase-panel h1{font-size:24px;line-height:1.35}.product-subtitle{color:var(--muted);line-height:1.6}.product-price-line{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:14px;border-radius:8px;background:#fff5ef}.product-price-line span{color:#7a3b28}.product-price-line strong{font-size:30px}.service-strip{padding-bottom:12px;border-bottom:1px solid #eef1f5}.product-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.params-grid div,.product-meta-grid div{display:grid;grid-gap:5px;gap:5px;padding:10px;border-radius:7px;background:#f8fafc}.params-grid span,.product-meta-grid span{color:var(--muted);font-size:12px}.params-grid strong,.product-meta-grid strong{font-size:14px}.commerce-buy-box{display:grid;grid-gap:14px;gap:14px;padding:14px}.product-buy-box{position:-webkit-sticky;position:sticky;top:18px}.commerce-buy-form{display:grid;grid-gap:14px;gap:14px;min-width:0}.commerce-form-row{display:grid;grid-gap:8px;gap:8px;min-width:0}.commerce-form-row>label{color:#384152;font-size:13px;font-weight:700}.sku-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.sku-choice{position:relative;display:grid;grid-gap:4px;gap:4px;min-width:0;min-height:84px;padding:10px;border:1px solid #dbe1ea;border-radius:7px;cursor:pointer;background:#fff}.sku-choice input{position:absolute;opacity:0;pointer-events:none}.sku-choice span{font-weight:700}.sku-choice small{color:var(--muted)}.sku-choice strong{color:#f04b18}.sku-choice.selected{border-color:#f04b18;background:#fff8f3}.sku-choice.with-image{grid-template-columns:54px minmax(0,1fr);align-items:center}.sku-choice.with-image .price-pair,.sku-choice.with-image small{grid-column:2}.sku-choice-image{grid-row:1/span 3;width:54px;height:54px;display:grid;place-items:center;overflow:hidden;border-radius:7px;color:var(--muted);background:#f2f4f7}.price-product-cell img,.sku-admin-image,.sku-choice-image img,.square-preview,.table-sku-image{width:100%;height:100%;object-fit:cover}.price-pair.small{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.quantity-control{display:inline-grid;grid-template-columns:38px 70px 38px;width:max-content;overflow:hidden;border:1px solid #cfd6e2;border-radius:7px}.quantity-control button,.quantity-control input{min-height:38px;border:0;text-align:center;background:#fff}.quantity-control button{cursor:pointer;color:#334155;background:#f7f9fb}.commerce-total-line{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #eef1f5}.commerce-total-line strong{color:#f04b18;font-size:22px}.commerce-total-line div{display:grid;grid-gap:3px;gap:3px}.commerce-total-line small{color:#c43c19}.commerce-submit{width:100%;min-height:46px;background:#f04b18}.commerce-submit-row{display:grid;grid-template-columns:minmax(140px,.7fr) minmax(180px,1fr);grid-gap:10px;gap:10px}.commerce-submit-row .btn-secondary,.commerce-submit-row .commerce-submit{width:100%;min-height:46px}@media (max-width:900px){.content{padding-bottom:78px}.store-desktop-header,.store-product-only.hidden{display:none!important}.store-customer-home{gap:10px;margin-bottom:14px}.customer-home-hero{padding:14px}.customer-home-grid.two{gap:8px}.store-mobile-product-shell{position:-webkit-sticky;position:sticky;top:0;z-index:25;display:block;margin:-12px -12px 0;padding:8px 12px;border-bottom:1px solid #f3d4c8;background:rgba(255,248,243,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.store-mobile-product-topbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.store-mobile-mini-brand{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;color:#7a2d18;font-weight:800}.store-mobile-mini-brand div{width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border-radius:8px;color:#c43c19;background:#fff0e8}.store-mobile-mini-brand img{width:100%;height:100%;object-fit:cover}.store-mobile-mini-brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-mobile-top-actions{flex:0 0 auto;display:flex;align-items:center;gap:8px}.store-mobile-search-popover{position:relative}.store-mobile-search-popover summary{width:36px;height:36px;display:grid;place-items:center;border:1px solid #f0c7bb;border-radius:999px;color:#c43c19;background:#fff;cursor:pointer}.store-mobile-search-popover summary::-webkit-details-marker{display:none}.store-mobile-search-popover form{position:fixed;top:55px;left:12px;right:12px;z-index:35;display:grid;grid-template-columns:minmax(0,1fr) 58px;grid-gap:8px;gap:8px;padding:9px;border:1px solid #f0c7bb;border-radius:8px;background:#fff;box-shadow:0 14px 30px rgba(23,32,51,.14)}.store-mobile-search-popover:not([open]) form{display:none}.store-mobile-search-popover input[name=q]{min-width:0;border:1px solid #e5e7eb;border-radius:7px;padding:8px 10px}.store-mobile-search-popover .btn{min-height:36px;padding:6px 10px}.mobile-compare-pill{min-height:36px;display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;color:#fff;background:#c43c19;font-size:12px;font-weight:800;white-space:nowrap}.store-view-tabs{position:-webkit-sticky;position:sticky;top:53px;z-index:24;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0 -12px 8px;padding:8px 12px;border-bottom:1px solid #f3d4c8;background:rgba(255,248,243,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.store-view-tabs a{min-height:36px;border-color:#f0c7bb;border-radius:999px;font-weight:800}.store-mobile-controls{display:grid;margin:0 0 8px}.store-mobile-controls.recommended-only{display:none}.store-mobile-sort summary{min-height:34px;padding:7px 10px;border-color:#f0c7bb;color:#7a2d18}.store-category-layout,.store-layout{align-items:start}.store-main.panel{padding:10px;border-color:#f3d4c8}.store-toolbar{margin-bottom:8px}.store-toolbar .muted{width:100%;color:#9a5a45}.store-featured-layout .product-grid-commerce{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.commerce-product-card{border-color:#f3d4c8;box-shadow:0 8px 20px rgba(196,60,25,.06)}.commerce-product-image{aspect-ratio:1/1}.commerce-corner-tag{max-width:calc(100% - 12px);left:6px;top:6px;padding:3px 6px;border-radius:5px;font-size:10px;font-weight:800}.commerce-stock-tag{right:6px;top:6px;padding:3px 6px;font-size:10px}.commerce-product-body{gap:6px;padding:8px}.commerce-product-body h3{min-height:38px;font-size:13px;line-height:1.42;letter-spacing:0}.commerce-product-body p{min-height:36px;grid-template-columns:minmax(0,1fr) auto;margin:0;font-size:12px;line-height:1.45}.commerce-product-body p span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.commerce-product-body p em{margin-bottom:1px}.card-price{min-height:42px}.card-price strong{font-size:17px;line-height:1.15}.price-pair del{font-size:11px}.commerce-tags{display:none}.commerce-promotion-text{min-height:22px;max-width:100%;font-size:11px}.commerce-card-footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.commerce-card-footer .compare-card-button,.commerce-card-footer .quote-card-button{width:100%;min-height:30px;padding:5px 6px;border-radius:7px;font-size:12px}.store-category-layout{display:grid;grid-template-columns:62px minmax(0,1fr);grid-gap:5px;gap:5px;margin-inline:-8px -12px}.store-category-layout .store-sidebar-desktop{position:-webkit-sticky;position:sticky;top:106px;display:grid;max-height:calc(100dvh - 180px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:5px 4px 8px;border-color:#f3d4c8;border-radius:0 8px 8px 0;scrollbar-width:none}.store-category-layout .store-main.panel::-webkit-scrollbar,.store-category-layout .store-sidebar-desktop::-webkit-scrollbar{display:none}.store-category-layout .store-category-filter-title{display:none}.store-category-layout .store-room-filter{display:none!important}.store-category-layout .store-sidebar a.store-category-link{min-height:34px;display:flex;align-items:center;justify-content:center;padding:5px 4px!important;font-size:11px;font-weight:800;line-height:1.12;text-align:center;word-break:keep-all;white-space:normal}.store-category-layout .store-main.panel{min-width:0;max-height:calc(100dvh - 160px);overflow-y:auto;padding:6px 8px 10px 6px;border-radius:8px 0 0 8px;scrollbar-width:none}.store-category-layout .store-toolbar{display:none}.store-category-layout .product-grid-commerce{grid-template-columns:1fr;gap:7px}.store-category-layout .category-list-card{display:grid;grid-template-columns:88px minmax(0,1fr);min-height:108px}.category-list-card .commerce-product-image,.category-list-card>.commerce-product-link{width:88px;height:88px;align-self:center}.category-list-card>.commerce-product-link{display:flex;align-items:center;padding-left:6px}.category-list-card .commerce-product-image{border-radius:7px}.category-list-card .commerce-product-body{min-width:0;padding:8px 8px 8px 6px}.category-list-card .commerce-product-body h3{min-height:36px;font-size:13px;line-height:1.38}.category-list-card .commerce-product-body p{min-height:34px}.category-list-card .card-price{min-height:38px}.category-list-card .commerce-card-footer{position:absolute;right:7px;bottom:7px;display:block;width:34px;padding:0;border:0}.category-list-card .quote-card-button{width:34px;min-width:34px;height:30px;min-height:30px;padding:0;gap:1px}.category-list-card .quote-card-button svg{width:14px;height:14px}.category-list-card .compare-action-wrap{display:none}.category-list-card .availability-card-note,.category-list-card .commerce-promotion-text{margin-right:38px}.store-mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:45;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:4px;gap:4px;padding:7px 8px max(7px,env(safe-area-inset-bottom));border-top:1px solid #f3d4c8;background:rgba(255,255,255,.98);box-shadow:0 -12px 28px rgba(23,32,51,.1)}.store-mobile-bottom-nav a{min-width:0;min-height:44px;display:grid;place-items:center;grid-gap:2px;gap:2px;border-radius:8px;color:#6b7280;font-size:11px;font-weight:800}.store-mobile-bottom-nav a.active{color:#c43c19;background:#fff0e8}.store-mobile-bottom-nav span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-product-actionbar{position:fixed;right:0;bottom:0;left:0;z-index:25;display:grid;grid-template-columns:minmax(120px,.8fr) minmax(160px,1.2fr);grid-gap:8px;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,255,255,.96);box-shadow:0 -10px 24px rgba(23,32,51,.12)}.mobile-product-actionbar .commerce-submit,.mobile-product-actionbar .compare-action-wrap,.mobile-product-actionbar .compare-card-button{width:100%}.mobile-product-actionbar .compare-action-tip{right:auto;bottom:calc(100% + 6px);top:auto;left:0}.commerce-main-submit{display:none}.product-buy-box{padding-bottom:74px}}.commerce-submit:hover{background:#d93d10}.commerce-submit:disabled,.commerce-submit:disabled:hover{cursor:not-allowed;background:#aeb7c4}.commerce-empty-buy{display:grid;justify-items:start;grid-gap:10px;gap:10px;padding:16px;border:1px dashed #f0c7bb;border-radius:8px;color:#7a3b28;background:#fff8f3}.commerce-success-message{padding:10px 12px;border:1px solid #bfe4cf;border-radius:7px;color:#0f5132;background:#e8f8ef;font-weight:700}.product-detail-tabs{margin-top:18px}.detail-tabbar{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;gap:22px;padding-bottom:12px;border-bottom:1px solid var(--line);background:#fff}.detail-tabbar a{padding:8px 0;border-bottom:2px solid transparent}.detail-tabbar a.active,.detail-tabbar a:hover{color:#f04b18;border-bottom-color:#f04b18}.detail-section{display:grid;grid-gap:14px;gap:14px;padding-top:20px}.detail-section h2{display:flex;align-items:center;gap:8px;margin:0}.detail-image-list{display:grid;grid-gap:12px;gap:12px;max-width:980px}.detail-image-list img{height:auto;border-radius:8px;border:1px solid #edf0f5}.same-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.same-category-card{display:grid;grid-gap:9px;gap:9px;padding:10px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.same-category-card a{display:grid;grid-gap:6px;gap:6px}.same-category-card .commerce-image-placeholder,.same-category-card img{width:100%;aspect-ratio:1/1;height:auto;border-radius:7px;object-fit:cover}.same-category-card span{color:var(--muted);font-size:13px}.same-category-card em{color:#f04b18;font-style:normal;font-weight:700}.product-compare-shell{display:grid;grid-gap:14px;gap:14px}.compare-category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.compare-category-tabs button{min-height:38px;padding:8px 12px;border:1px solid var(--line);border-radius:7px;color:#445064;background:#fff;cursor:pointer;white-space:nowrap}.compare-category-tabs button.active,.compare-category-tabs button:hover{color:#c43c19;border-color:#f0c7bb;background:#fff0e8}.compare-category-tabs span{margin-left:4px;color:var(--muted)}.compare-scroll-tip{display:none}.product-compare-table{min-width:860px}.product-compare-table th{width:130px;position:-webkit-sticky;position:sticky;left:0;z-index:1}.product-compare-table td,.product-compare-table th{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.product-compare-table td{min-width:210px;max-width:300px;vertical-align:top}.compare-product-head{display:grid;grid-gap:8px;gap:8px;min-width:0}.compare-product-head span,.compare-product-head strong{min-width:0;white-space:normal;overflow-wrap:anywhere}.compare-product-head .commerce-image-placeholder,.compare-product-head img{width:120px;aspect-ratio:1/1;height:auto;border-radius:8px;object-fit:cover}.params-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.square-empty,.square-preview{aspect-ratio:1/1;border-radius:8px}.price-product-cell,.sku-admin-head{display:flex;align-items:center;gap:12px;min-width:0}.price-product-image,.sku-admin-image{width:72px;height:72px;flex:0 0 auto;overflow:hidden;border-radius:8px;border:1px solid var(--line);background:#f4f6f8}.price-product-image{display:grid;place-items:center;color:var(--muted)}.table-sku-image{width:48px;height:48px;border-radius:6px}.price-settings-list{display:grid;grid-gap:12px;gap:12px}.price-settings-batch-form{display:grid;grid-gap:14px;gap:14px}.price-settings-footer,.price-settings-toolbar{margin-bottom:0}.price-settings-footer{display:flex;justify-content:flex-end}.price-save-all{min-width:118px}.price-settings-row{grid-template-columns:minmax(260px,1.35fr) repeat(8,minmax(92px,1fr)) auto auto;align-items:flex-end}.price-settings-card,.price-settings-row{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid #edf0f5;border-radius:8px;background:#fff}.price-settings-card .price-settings-row{padding:0;border:0;border-radius:0}.batch-price-row{grid-template-columns:minmax(240px,1.25fr) minmax(110px,.45fr) minmax(150px,.55fr) minmax(320px,1.2fr) auto}.price-rule-fields{grid-template-columns:repeat(3,minmax(92px,1fr));gap:10px}.price-rule-fields.visible{display:grid}.price-rule-fields.hidden{display:none}.dealer-cost-row{display:grid;grid-template-columns:140px repeat(3,minmax(120px,1fr)) auto;grid-gap:10px;gap:10px;align-items:flex-end}.dealer-cost-group,.dealer-cost-row{padding-top:10px;border-top:1px dashed #d9dee7}.dealer-cost-group summary{cursor:pointer;font-weight:700}.dealer-cost-group .dealer-cost-row{border-top:0}.batch-dealer-cost-row{grid-template-columns:140px repeat(auto-fit,minmax(130px,1fr))}.price-product-cell.model-only{align-items:center}.price-product-cell small,.price-product-cell span,.price-product-cell strong{display:block}.price-active-toggle{min-height:40px;align-self:end;justify-content:center}.room-tags-large span{min-height:34px;padding:7px 12px;color:#145a4b;background:#eef5f2}.mobile-top{display:none}.print-page{background:#eef1f5;min-height:100vh;padding:24px}.print-actions{width:min(960px,100%);margin:0 auto 16px;display:flex;justify-content:flex-end}.print-sheet{width:min(960px,100%);margin:0 auto;background:#fff;color:#111827;padding:36px;border:1px solid var(--line);border-radius:8px}.print-footer,.print-header,.print-meta{display:grid;grid-gap:8px;gap:8px}.print-header{grid-template-columns:1fr auto;align-items:start;border-bottom:2px solid #111827;padding-bottom:16px}.print-header h1{margin:0 0 8px}.print-meta{grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0;padding:12px;background:#f8fafc;border:1px solid var(--line)}.print-meta-wide{grid-column:1/-1}.print-section{margin-top:18px}.print-footer h2,.print-section h2,.print-section h3{margin:12px 0}.print-price-table{table-layout:fixed;min-width:0;font-size:12px}.print-price-table td,.print-price-table th{padding:8px 6px;word-break:break-word}.print-price-table td:first-child,.print-price-table th:first-child{width:17%}.print-price-table td:nth-child(2),.print-price-table th:nth-child(2){width:14%}.print-price-table td:nth-child(3),.print-price-table td:nth-child(7),.print-price-table th:nth-child(3),.print-price-table th:nth-child(7){width:7%}.print-price-table.with-cost{font-size:11px}.print-section-total,.print-total-grid{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.print-section-total{padding:10px 12px;background:#f8fafc;border:1px solid var(--line)}.print-section-total,.print-total-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.print-total-grid div{padding:12px;background:#f8fafc;border:1px solid var(--line)}.print-total-grid span,.print-total-grid strong{display:block}.print-total-grid span{margin-bottom:4px;color:#64748b;font-size:12px}.print-total-grid strong{font-size:18px}.print-footer{margin-top:24px;border-top:2px solid #111827;padding-top:16px}@media print{@page{size:A4;margin:12mm}body{background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}.app-shell{display:block;min-height:auto}.shell-menu-bar,.sidebar,.topbar{display:none!important}.content{padding:0!important}.print-page{padding:0;min-height:auto;background:#fff}.print-actions{display:none}.print-sheet{width:100%;max-width:none;border:0;border-radius:0;padding:0}.print-sheet table{min-width:0}.print-price-table{font-size:10px}.print-price-table td,.print-price-table th{padding:6px 4px}.print-total-grid strong{font-size:15px}}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.app-shell.sidebar-ready .sidebar{display:block;position:fixed;inset:0 auto 0 0;z-index:40;width:min(82vw,320px);height:100dvh;padding:18px;transform:translateX(0);transition:transform .18s ease}.app-shell.sidebar-ready.sidebar-hidden .sidebar{display:block;transform:translateX(-105%)}.app-shell.sidebar-ready.sidebar-open .shell-sidebar-backdrop{position:fixed;inset:0;z-index:70;display:block;border:0;background:rgba(15,23,42,.38)}.sidebar{position:fixed;height:100dvh}.content{width:100%;max-width:100vw;overflow-x:clip;padding:14px}.shell-menu-bar{position:-webkit-sticky;position:sticky;top:0;z-index:20;margin:-14px -14px 14px;padding:10px 14px;border-bottom:1px solid var(--line);background:rgba(246,247,249,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shell-menu-toggle{min-height:40px}.brand strong{font-size:17px}.nav{gap:6px}.nav a,.nav button{min-height:42px;padding:9px 10px}.panel{padding:14px}.card{padding:12px}.toolbar{align-items:flex-start;flex-direction:column}.storefront-actions>*{flex:1 1 150px}.topbar .actions{width:auto;max-width:100%}.actions{width:auto}.actions>*,.toolbar>.btn,.toolbar>.btn-ghost,.toolbar>.btn-secondary,.toolbar>a{flex:0 1 auto}.btn,.btn-danger,.btn-ghost,.btn-secondary{min-height:38px;white-space:normal}.btn-compact{min-height:30px;padding:5px 8px;font-size:12px}.toolbar .actions .btn,.toolbar .actions .btn-ghost,.toolbar .actions .btn-secondary,.toolbar>.btn,.toolbar>.btn-ghost,.toolbar>.btn-secondary,.toolbar>a,.topbar .actions .btn,.topbar .actions .btn-ghost,.topbar .actions .btn-secondary{min-height:34px;padding:6px 9px;font-size:12px}.topbar{gap:12px;margin-bottom:16px}.toolbar .actions,.toolbar>div,.topbar .actions,.topbar>div{width:100%;min-width:0}.topbar h1{line-height:1.25}.metric strong,.topbar h1{font-size:22px}.total-bar{align-items:flex-start;flex-direction:column}.total-bar strong{font-size:22px}.room-head{align-items:flex-start;flex-direction:column}.table-wrap{width:100%;margin-inline:-2px;padding-bottom:4px}table{min-width:max-content}.quote-summary-table table,.responsive-table,.responsive-table table{min-width:0;width:100%}.responsive-table{min-width:0;border-collapse:separate;border-spacing:0 10px}.responsive-table thead{display:none}.responsive-table tbody,.responsive-table td,.responsive-table tr{display:block}.responsive-table tr{padding:12px;border:1px solid var(--line);border-radius:8px;background:#fff}.responsive-table td{display:grid;grid-template-columns:82px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;padding:8px 0;border-bottom:1px solid #edf0f5}.responsive-table td>*,.responsive-table td>div,.responsive-table td>form{min-width:0}.responsive-table input,.responsive-table select,.responsive-table textarea{max-width:100%}.responsive-table td:last-child{border-bottom:0;padding-bottom:0}.responsive-table td:before{content:attr(data-label);color:var(--muted);font-size:12px;font-weight:700}.dealers-table.responsive-table td:last-child{grid-template-columns:1fr}.dealers-table.responsive-table td:last-child:before{content:none}.dealers-table.responsive-table td:last-child .actions{display:flex;flex-wrap:wrap;gap:6px;width:auto}.dealers-table.responsive-table td:last-child .actions a,.dealers-table.responsive-table td:last-child .actions button,.dealers-table.responsive-table td:last-child .actions>*,.dealers-table.responsive-table td:last-child>a{flex:1 1 116px;width:auto;min-width:0}.dealers-table.responsive-table td:last-child .btn,.dealers-table.responsive-table td:last-child .btn-danger,.dealers-table.responsive-table td:last-child .btn-ghost,.dealers-table.responsive-table td:last-child .btn-secondary{min-height:34px;padding:6px 8px;font-size:12px}.quote-summary-grid{gap:10px}.quote-summary-grid .metric{min-width:0}.panel>h2,.panel>h3,.quote-summary-grid .metric strong,.total-bar strong{overflow-wrap:anywhere}.quote-filter-bar{padding:10px}.quote-filter-bar .field,.quote-filter-bar .filter-actions,.quote-filter-bar .filter-actions>*,.quote-filter-bar .input,.quote-filter-bar .select{min-width:0;width:100%}.filter-actions .btn,.filter-actions .btn-danger,.filter-actions .btn-ghost,.filter-actions .btn-secondary{min-height:34px;padding:6px 9px;font-size:12px}.bulk-action-bar{align-items:stretch;flex-direction:column;padding:10px}.bulk-action-bar .btn-danger{width:-moz-fit-content;width:fit-content;max-width:100%;min-height:34px;padding:6px 9px;font-size:12px}.responsive-table td.select-col{align-items:center}.line-item{padding:10px}.cost-cell,.line-item,.line-item-field,.line-item-field .input,.line-item-total,.line-item>div:first-of-type,.room-block,.room-body,.room-head{min-width:0}.line-item>div:first-of-type .muted,.line-item>div:first-of-type strong,.room-head span,.room-head strong{overflow-wrap:anywhere}.category-admin-row,.category-inline-form,.category-tree-row,.dealer-cost-row,.filter-bar,.form-grid,.form-grid.two,.grid.cols-2,.grid.cols-3,.grid.cols-4,.params-grid,.price-settings-row,.product-detail-shell,.product-info-band,.product-meta-grid,.quote-mode,.store-layout,.storefront-hero{grid-template-columns:1fr}.category-drag-toolbar{align-items:flex-start}.category-tree-actions{width:100%;justify-content:flex-start}.category-drag-row{grid-template-columns:26px minmax(0,1fr);margin-left:min(var(--mobile-depth-offset),24px);align-items:start}.category-drag-form{grid-template-columns:1fr}.category-name-input{max-width:none}.category-status-toggle{width:-moz-fit-content;width:fit-content}.category-drag-actions{grid-column:2;width:100%}.category-drag-actions .btn-danger,.category-drag-actions .btn-secondary{width:100%;min-height:38px}.category-meta-line small{max-width:100%}.category-assign-toolbar{grid-template-columns:1fr;padding:10px}.category-assign-toolbar .btn{width:-moz-fit-content;width:fit-content;max-width:100%;min-height:34px;padding:6px 9px;font-size:12px}.category-tree-footer .btn{width:100%}.quote-cost-toggle,.shop-tag-editor-head{align-items:stretch;flex-direction:column}.quote-cost-toggle .btn-ghost,.shop-tag-editor-head .btn-secondary{width:-moz-fit-content;width:fit-content;max-width:100%;min-height:34px;padding:6px 9px;font-size:12px}.shop-tag-row{grid-template-columns:1fr}.shop-tag-row .icon-button{width:100%}.quote-filter-bar{grid-template-columns:1fr}.announcement-modal{grid-template-columns:40px minmax(0,1fr) 34px;padding:14px}.announcement-icon{width:40px;height:40px}.pending-alert-overlay{align-items:end;padding:10px}.pending-alert-modal{gap:12px;padding:12px}.pending-alert-head{grid-template-columns:40px minmax(0,1fr) 34px}.pending-alert-item{grid-template-columns:1fr;align-items:start;gap:3px}.pending-alert-item small{text-align:left}.role-checkbox-grid{grid-template-columns:1fr}.store-toolbar,.storefront-actions{justify-content:flex-start}.storefront-hero{grid-template-columns:1fr;gap:10px;padding:10px}.desktop-only-inline,.storefront-badges{display:none}.storefront-brand-card{align-items:center;gap:10px}.storefront-logo{width:42px;height:42px}.storefront-brand-card h2{font-size:17px;line-height:1.25}.storefront-brand-card p{overflow:hidden;margin-top:3px;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.store-search{width:100%;align-items:stretch;flex-wrap:wrap;padding:8px}.store-search input{flex-grow:1;flex-shrink:1;flex-basis:calc(100% - 34px);min-height:38px}.store-search button{width:100%}.storefront-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.storefront-actions>*{min-height:36px;padding:7px 8px;font-size:12px}.store-consultant-strip{align-items:stretch;flex-direction:column;padding:10px}.store-consultant-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.store-consultant-actions>*{width:100%}.product-buy-box,.product-purchase-panel,.store-sidebar{position:static}.store-mobile-filter{display:block;margin-bottom:12px}.store-view-tabs{margin-bottom:12px}.store-view-tabs a{flex:1 0 auto}.store-mobile-filter summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.store-mobile-filter summary::-webkit-details-marker{display:none}.store-mobile-filter summary span{display:inline-flex;align-items:center;gap:8px;font-weight:700}.store-mobile-filter summary small{min-width:0;color:var(--muted);text-align:right}.store-sidebar-desktop{display:none}.store-category-layout{grid-template-columns:88px minmax(0,1fr);gap:10px}.store-category-layout .store-sidebar-desktop{position:-webkit-sticky;position:sticky;top:62px;display:grid;max-height:calc(100dvh - 74px);overflow:auto;margin-bottom:0;padding:8px}.store-category-layout .store-sidebar h3{display:block;margin:8px 0 4px;color:#64748b;font-size:12px}.store-category-layout .store-sidebar h3:first-child{margin-top:0}.store-category-layout .store-sidebar a{width:100%;max-width:none;padding:7px 6px!important;border-radius:7px;font-size:11px;line-height:1.25;white-space:normal}.store-category-layout .store-mobile-filter{display:none}.store-featured-layout{display:block}.store-category-layout .store-main.panel{padding:10px}.store-category-layout .product-grid-commerce{grid-template-columns:1fr}.store-sidebar{display:flex;overflow-x:auto;gap:8px;margin-bottom:12px;padding:10px}.store-sidebar-mobile{margin-top:8px;flex-wrap:wrap;overflow-x:visible}.store-sidebar h3{display:none}.store-sidebar a{flex:0 0 auto;max-width:180px}.store-sidebar-mobile a{max-width:none}.store-layout:not(.store-category-layout)>.store-sidebar-desktop{display:none}.store-main.panel{padding:12px}.store-toolbar{align-items:stretch}.store-toolbar .muted{font-size:12px}.store-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.store-tabs a{flex:0 0 auto}.product-grid-commerce{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.commerce-product-body{gap:7px;padding:9px}.commerce-product-body h3{min-height:38px;font-size:14px;line-height:1.35}.commerce-product-body h3,.commerce-product-body p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.commerce-product-body p{min-height:34px;font-size:12px;line-height:1.4}.card-price strong,.commerce-product-body strong{font-size:17px}.commerce-tags{gap:5px}.commerce-tags span{min-height:22px;padding:3px 6px;font-size:11px}.shop-profile-hero,.shop-profile-hero-content{min-height:180px}.shop-profile-hero-content{align-items:flex-end;padding:16px}.shop-profile-logo{width:64px;height:64px}.shop-profile-hero h2{font-size:22px}.consultant-card,.shop-display-grid{grid-template-columns:1fr}.product-summary-slot{order:2;gap:10px;padding:12px}.product-summary-slot .product-summary-main{min-width:0}.product-summary-slot h1{font-size:19px;line-height:1.35}.product-summary-slot h1,.product-summary-slot p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-summary-slot p{min-height:calc(1.45em * 2);line-height:1.45}.product-summary-slot .compact-price{width:100%}.product-summary-slot .service-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.product-summary-slot .service-strip span{justify-content:center;min-width:0;font-size:12px}.single-image-panel{order:1}.product-buy-box{order:3}.product-info-band h1{font-size:22px}.compact-price{min-width:0}.product-price-line strong{font-size:24px}.product-gallery-panel,.product-purchase-panel{width:100%;max-width:100%;overflow:hidden;padding:12px}.gallery-main,.gallery-main img,.product-detail-shell>*,.single-gallery-main,.single-image-panel{max-width:100%;min-width:0}.gallery-main img{display:block}.commerce-buy-box{padding:12px}.gallery-thumbs,.sku-choice-grid{grid-template-columns:1fr}.product-price-line{align-items:flex-start;flex-direction:column}.commerce-card-footer,.commerce-submit-row{grid-template-columns:1fr}.commerce-card-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;grid-gap:6px;gap:6px;padding-top:6px}.commerce-total-line{align-items:flex-start;flex-direction:column;gap:8px}.quantity-control{width:100%;grid-template-columns:44px minmax(0,1fr) 44px}.quantity-control button,.quantity-control input{min-height:42px}.commerce-card-footer .compare-action-wrap{width:100%}.commerce-card-footer .compare-card-button{width:100%;min-height:30px;gap:3px;padding:5px 4px;border-radius:6px;font-size:12px;line-height:1.2;white-space:nowrap}.commerce-card-footer .compare-card-button svg{width:13px;height:13px}.same-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compare-result-table{min-width:620px}.product-compare-table{min-width:760px}.product-compare-table td{min-width:170px}.availability-offline-fields{grid-template-columns:1fr}.availability-product-cell{grid-template-columns:48px minmax(0,1fr)}.availability-product-cell img,.availability-thumb-empty{width:48px;height:48px}.no-border{grid-column:auto}.detail-tabbar{overflow-x:auto;max-width:100%;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.detail-tabbar a{flex:0 0 auto}.price-rule-fields.visible{grid-template-columns:1fr}.category-admin-list{gap:12px}.category-admin-row{align-items:stretch;padding:12px}.compare-param-inherited-row,.compare-param-layout,.compare-param-schema-row{grid-template-columns:1fr;align-items:stretch;padding:12px}.compare-param-category-panel{position:static}.compare-param-category-list{max-height:none}.compare-param-schema-row .price-active-toggle{width:100%}.compare-param-schema-row .btn-danger,.compare-param-schema-row .btn-ghost,.compare-param-schema-row .btn-secondary{width:-moz-fit-content;width:fit-content;max-width:100%;min-height:34px;padding:6px 9px;font-size:12px}.category-path-preview{padding-left:0!important}.category-admin-row .btn-secondary,.category-admin-row .price-active-toggle{width:100%}.filter-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.category-tree-children{margin-left:8px;padding-left:10px}.category-inline-form .btn,.category-tree-row .btn-secondary,.category-tree-row .price-active-toggle{width:100%}.price-settings-panel{padding:12px}.price-settings-toolbar{position:-webkit-sticky;position:sticky;top:61px;z-index:15;padding:10px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 8px 20px rgba(23,32,51,.08)}.price-settings-toolbar .muted{font-size:12px}.price-settings-footer .price-save-all,.price-settings-toolbar .price-save-all{width:100%}.price-settings-card{padding:12px}.price-settings-row.batch-price-row{grid-template-columns:1fr}.availability-table{min-width:0}.availability-offline-fields,.availability-product-cell{grid-template-columns:1fr}.availability-product-cell img,.availability-thumb-empty{width:54px;height:54px}.availability-sku-row td:first-child{padding-left:0}.availability-sku-name{align-items:flex-start}.price-product-cell.model-only{padding-bottom:10px;border-bottom:1px solid #edf0f5}.price-rule-fields.visible{gap:8px}.dealer-cost-group{display:grid;grid-gap:10px;gap:10px}.dealer-cost-group summary{min-height:38px;display:flex;align-items:center;padding:8px 10px;border-radius:7px;background:#f8fafc}.dealer-cost-row.batch-dealer-cost-row{grid-template-columns:1fr;gap:8px;padding-top:0}.price-active-toggle{width:100%}.storefront-editor-toolbar{position:-webkit-sticky;position:sticky;top:61px;z-index:15;padding:10px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 8px 20px rgba(23,32,51,.08)}.storefront-editor-footer .btn,.storefront-editor-toolbar .btn,.storefront-editor-toolbar .btn-ghost,.storefront-editor-toolbar .btn-secondary{width:100%}.storefront-editor-toolbar .btn-ghost,.storefront-editor-toolbar .btn-secondary{min-height:34px;padding:6px 9px;font-size:12px}.storefront-editor-toolbar-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.storefront-editor-row{grid-template-columns:auto 58px minmax(0,1fr);align-items:start;gap:10px}.storefront-editor-image{width:58px;height:58px}.storefront-editor-sort{grid-column:2/-1}.storefront-editor-controls{grid-column:2/-1;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch;width:100%}.storefront-editor-controls button{width:100%;height:36px}.topbar{align-items:flex-start;flex-direction:column}.line-item{align-items:stretch}.line-item,.line-item.with-cost{grid-template-columns:1fr}.line-item-field>span,.line-item-total>span{display:block}.line-item-total{grid-template-columns:1fr auto;align-items:center;min-height:42px;padding:10px;border-radius:7px;background:#f8fafc}.line-item>strong{font-size:18px}.line-item .actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.line-item .actions .btn-danger,.line-item .actions .btn-ghost,.line-item .actions .btn-secondary{min-height:34px;padding:6px 8px;font-size:12px}.line-items.compact .actions{display:grid;grid-template-columns:1fr;width:100%;align-items:stretch}.line-items.compact .actions button,.line-items.compact .actions input{max-width:none!important;width:100%}.quote-mode-card{position:relative;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px 10px}.quote-mode-card span,.quote-mode-card strong{grid-column:2}.compare-table-wrap{display:block;overflow-x:auto;margin-inline:-14px;padding:0 14px 8px}.compare-scroll-tip{display:block;padding:8px 10px;border:1px solid #f0c7bb;border-radius:7px;color:#7a3b28;background:#fff8f3;font-size:12px}.product-compare-table{min-width:max-content;border-collapse:separate;border-spacing:0}.product-compare-table td,.product-compare-table th{padding:9px 8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;font-size:12px;line-height:1.35}.product-compare-table th{width:84px;min-width:84px;left:0;z-index:2;background:#f8fafc;box-shadow:8px 0 12px rgba(23,32,51,.05)}.product-compare-table td{width:156px;min-width:156px;max-width:156px;vertical-align:top}.compare-fit{overflow-x:visible}.compare-fit .product-compare-table{width:100%;min-width:0;table-layout:fixed}.compare-fit .product-compare-table th{width:72px;min-width:72px}.compare-fit .product-compare-table td{width:auto;min-width:0;max-width:none}.compare-scroll .product-compare-table td{width:150px;min-width:150px;max-width:150px}.compare-product-head{gap:6px}.compare-product-head .commerce-image-placeholder,.compare-product-head img{width:68px;border-radius:7px}.compare-scroll .compare-product-head .commerce-image-placeholder,.compare-scroll .compare-product-head img{width:76px}.compare-product-head strong{font-size:13px}.compare-product-head span{color:var(--muted);font-size:11px}.compare-product-head .btn-ghost,.product-compare-table td .btn{width:100%;min-height:30px;padding:5px 7px;border-radius:6px;font-size:12px;white-space:normal}.store-consultant-strip,.store-desktop-header,.storefront-hero{display:none}.store-mobile-summary{display:grid;grid-gap:10px;gap:10px;margin-bottom:12px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.store-mobile-brand-line{display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.store-mobile-logo{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border:1px solid #d7e6df;border-radius:8px;color:var(--primary);background:#f2faf6}.store-mobile-logo img{width:100%;height:100%;object-fit:cover}.store-mobile-brand-line a,.store-mobile-brand-line strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-mobile-brand-line a{margin-top:2px;color:var(--primary);font-size:12px}.store-mobile-search{display:grid;grid-template-columns:auto minmax(0,1fr) 52px;grid-gap:8px;gap:8px;align-items:center;padding:7px;border:1px solid #d7dde6;border-radius:8px;background:#f8fafc}.store-mobile-search input{min-width:0;border:0;outline:0;background:transparent}.store-mobile-search button{min-height:34px;padding:6px 8px}.store-mobile-action-row,.store-mobile-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.store-mobile-action-row>*,.store-mobile-controls summary{min-height:34px;padding:7px 8px;font-size:12px}.store-mobile-controls{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:10px}.store-mobile-controls.single{grid-template-columns:1fr}.store-mobile-filter,.store-mobile-sort{display:block;margin-bottom:0}.store-mobile-filter summary,.store-mobile-sort summary{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.store-mobile-filter summary::-webkit-details-marker,.store-mobile-sort summary::-webkit-details-marker{display:none}.store-mobile-filter summary span,.store-mobile-sort summary span{display:inline-flex;align-items:center;gap:6px;font-weight:700}.store-mobile-filter summary small,.store-mobile-sort summary small{min-width:0;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.store-mobile-sort-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:8px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff}.store-mobile-sort-menu a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;color:#334155;background:#f5f7fa}.store-mobile-sort-menu a.active{color:#c43c19;background:#fff0e8}.store-toolbar .store-tabs{display:none}}@media (max-width:560px){.content{max-width:100vw;overflow-x:clip;padding:12px}.shell-menu-bar{margin:-12px -12px 12px;padding:9px 12px}.login-page{padding:14px}.login-card{padding:20px}.login-title{font-size:26px}.product-grid-commerce,.same-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-category-layout{grid-template-columns:1fr;gap:8px}.store-category-layout .store-sidebar-desktop{position:static;display:flex;max-height:none;overflow-x:auto;padding:6px}.store-category-layout .store-sidebar h3{display:none}.store-category-layout .store-sidebar a{flex:0 0 auto;width:auto;max-width:150px;padding:6px 8px!important;font-size:11px}.store-category-layout .store-mobile-filter{display:block}.detail-tabbar{margin-inline:-12px;padding-inline:12px;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.responsive-table td{grid-template-columns:72px minmax(0,1fr);gap:8px}.commerce-product-link{min-width:0}.commerce-product-card>.commerce-product-link{height:auto}.commerce-product-image{height:auto;min-height:0;aspect-ratio:1/1}.commerce-corner-tag{right:8px;left:8px;width:max-content;max-width:calc(100% - 16px)}.commerce-product-body{min-width:0}.commerce-card-footer{gap:5px}.commerce-card-footer .compare-card-button{min-height:28px;font-size:11px}.product-detail-tabs.panel,.product-info-band,.store-main.panel,.storefront-hero{border-radius:7px}.storefront-brand-card{display:grid;grid-template-columns:48px minmax(0,1fr)}.storefront-logo{width:48px;height:48px}.commerce-tags,.service-strip,.storefront-badges{gap:6px}.mobile-product-actionbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding-inline:10px}.mobile-product-actionbar .commerce-submit,.mobile-product-actionbar .compare-card-button{min-height:44px;padding-inline:8px}.sku-choice.with-image{grid-template-columns:48px 1fr}.sku-choice-image{width:48px;height:48px}.print-page{padding:12px}.print-sheet{padding:18px}.print-header,.print-meta{grid-template-columns:1fr}}@media (max-width:340px){.product-grid-commerce{gap:8px}.commerce-product-body{padding:8px}.commerce-card-footer{grid-template-columns:1fr}.commerce-card-footer .compare-card-button{min-height:30px}}@media (min-width:901px) and (max-width:1280px){.product-grid-commerce{grid-template-columns:repeat(3,minmax(0,1fr))}.storefront-hero{grid-template-columns:1fr}.storefront-actions{justify-content:flex-start}}@media (max-width:720px){.customer-invite-form{grid-template-columns:1fr;padding:12px}.customer-invite-form .invite-primary-btn,.register-card>.btn-ghost,.register-form .btn{width:100%}.customer-invite-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.customer-invite-actions a,.customer-invite-actions button,.customer-invite-actions form,.customer-invite-actions>*{width:100%}.register-card{padding:20px}.register-card .login-brand-head{grid-template-columns:1fr;text-align:center}.register-card .login-brand-logo{justify-self:center}.register-consultant-card{grid-template-columns:auto minmax(0,1fr)}.register-consultant-card .consultant-qrcode{grid-column:1/-1}.dealers-table td:last-child,.dealers-table th:last-child{width:auto;min-width:0}.dealers-table.responsive-table td:last-child{grid-template-columns:1fr}.dealers-table.responsive-table td:last-child:before{content:none}.dealer-row-actions{width:100%}.dealer-level-action{grid-template-columns:1fr}.dealer-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.dealer-row-actions .btn,.dealer-row-actions .btn-danger,.dealer-row-actions .btn-ghost,.dealer-row-actions .btn-secondary{min-height:34px;padding:6px 8px;font-size:12px}}@media (max-width:900px){.quote-detail-page{gap:10px}.quote-compact-status{padding:10px}.quote-detail-more,.quote-direct-picker,.quote-items-panel{padding:12px}.quote-direct-row{grid-template-columns:1fr;gap:9px;padding:10px}.quote-direct-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-direct-controls .select{grid-column:1/-1}.quote-direct-submit{width:100%}.compact-line-item,.compact-line-item.with-cost{grid-template-columns:1fr;gap:8px}.line-item-compact-total{grid-template-columns:1fr auto;justify-items:stretch;align-items:center;min-height:38px;padding:8px 10px;border-radius:7px;background:#f8fafc}.line-item-edit,.line-item-edit summary{width:100%}.line-item-edit-body{position:static;width:100%;margin-top:8px;box-shadow:none}.quote-detail-more{padding:0}.quote-detail-more>summary{display:grid;grid-gap:4px;gap:4px;padding:12px}.quote-detail-more-body{grid-template-columns:1fr;gap:10px;padding:12px}.quote-more-section{padding:12px}.quote-more-span{grid-column:auto}.quote-copy-form,.quote-cost-section,.quote-detail-actions{grid-template-columns:1fr}.quote-cost-section .btn-secondary,.quote-detail-actions .btn,.quote-detail-actions .btn-danger,.quote-detail-actions .btn-ghost,.quote-detail-actions .btn-secondary{width:100%}.quote-room-details>summary.room-head{align-items:flex-start}.quote-mobile-summary{padding:12px}.quote-mobile-summary strong{font-size:20px}}@media (max-width:560px){.quote-direct-controls{grid-template-columns:1fr}.quote-direct-controls .select{grid-column:auto}.quote-direct-header .muted,.quote-items-toolbar .muted{font-size:12px}.line-item-meta{gap:5px}.line-item-meta span{padding:2px 5px}}@media (max-width:900px){.quote-desktop-filter,.quote-desktop-summary,.quote-desktop-table{display:none!important}.quote-mobile-filter-panel,.quote-mobile-list,.quote-mobile-quick-search,.quote-mobile-summary-strip{display:grid}.quote-list-panel{padding:12px;gap:10px}.quote-mobile-quick-search .btn-secondary,.quote-mobile-quick-search .input{min-width:0}.quote-mobile-filter-form .field,.quote-mobile-filter-form .filter-actions,.quote-mobile-filter-form .filter-actions>*,.quote-mobile-filter-form .input,.quote-mobile-filter-form .select{width:100%;min-width:0}.quote-mobile-card .badge{min-height:22px;padding:2px 7px}}@media (max-width:560px){.quote-mobile-summary-strip{gap:6px}.quote-mobile-summary-strip div{min-height:50px;padding:7px 8px}.quote-mobile-summary-strip strong{font-size:13px}.quote-mobile-card-head{grid-template-columns:1fr}.quote-mobile-card-head strong{white-space:normal}.quote-mobile-more-actions{grid-template-columns:1fr}}@media (max-width:900px){.store-desktop-header,.store-product-only.hidden{display:none!important}.store-mobile-product-shell:not(.hidden){position:-webkit-sticky;position:sticky;top:0;z-index:25;display:block!important}.store-view-tabs.store-product-only:not(.hidden){position:-webkit-sticky;position:sticky;top:53px;z-index:24;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))}.store-layout.store-featured-layout{display:block!important}.store-featured-layout .product-grid-commerce{grid-template-columns:repeat(2,minmax(0,1fr))!important}.store-layout.store-category-layout{display:grid!important;grid-template-columns:62px minmax(0,1fr)!important;grid-gap:5px!important;gap:5px!important;margin-inline:-8px -12px}.store-category-layout .store-sidebar-desktop{position:-webkit-sticky!important;position:sticky!important;top:106px!important;display:grid!important;max-height:calc(100dvh - 180px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding:5px 4px 8px!important;border-color:#f3d4c8;border-radius:0 8px 8px 0;scrollbar-width:none}.store-category-layout .store-main.panel::-webkit-scrollbar,.store-category-layout .store-sidebar-desktop::-webkit-scrollbar{display:none}.store-category-layout .store-category-filter-title,.store-category-layout .store-room-filter{display:none!important}.store-category-layout .store-sidebar a.store-category-link{width:100%!important;max-width:none!important;min-height:34px;display:flex!important;align-items:center;justify-content:center;padding:5px 4px!important;font-size:11px!important;font-weight:800;line-height:1.12;text-align:center;word-break:keep-all;white-space:normal!important}.store-category-layout .store-main.panel{min-width:0;max-height:calc(100dvh - 160px);overflow-y:auto;padding:6px 8px 10px 6px;border-radius:8px 0 0 8px;scrollbar-width:none}.store-category-layout .store-toolbar{display:none!important}.store-category-layout .product-grid-commerce{grid-template-columns:1fr!important;gap:7px}.store-category-layout .category-list-card{position:relative;display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;min-height:108px}.category-list-card .commerce-product-image,.category-list-card>.commerce-product-link{width:88px!important;height:88px!important;align-self:center}.category-list-card>.commerce-product-link{display:flex!important;align-items:center;padding-left:6px}.category-list-card .commerce-product-body{min-width:0;padding:8px 8px 8px 6px}.category-list-card .commerce-card-footer{position:absolute;right:7px;bottom:7px;display:block!important;width:34px;padding:0;border:0}.category-list-card .quote-card-button{width:34px!important;min-width:34px;height:30px;min-height:30px!important;padding:0!important}.category-list-card .compare-action-wrap{display:none!important}.category-list-card .availability-card-note,.category-list-card .commerce-promotion-text{margin-right:38px}.store-mobile-bottom-nav{display:grid!important}}.store-consultant-page{width:min(520px,100%)}.store-consultant-page,.store-guide-page{display:grid;grid-gap:12px;gap:12px;margin:0 auto 24px}.store-guide-page{width:min(620px,100%)}.store-guide-hero,.store-guide-panel,.store-guide-tip{border:1px solid #f3d4c8;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(196,60,25,.06)}.store-guide-hero{display:grid;grid-gap:8px;gap:8px;padding:16px;background:linear-gradient(180deg,#fff7f2,#fff 68%)}.store-guide-hero span{width:-moz-fit-content;width:fit-content;max-width:100%;padding:4px 9px;border-radius:999px;color:#9a3412;background:#fff0e8;font-size:12px;font-weight:800}.store-guide-hero h1,.store-guide-hero p,.store-guide-panel h2,.store-guide-step p,.store-guide-tip p{margin:0}.store-guide-hero h1{font-size:26px;line-height:1.2}.store-guide-hero p,.store-guide-step p,.store-guide-tip p{color:#64748b;line-height:1.55}.store-guide-panel{display:grid;grid-gap:12px;gap:12px;padding:14px}.store-guide-panel h2{font-size:16px}.store-guide-steps{display:grid;grid-gap:9px;gap:9px}.store-guide-step{display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:10px;gap:10px;padding:10px;border-radius:8px;background:#f8fafc}.store-guide-step-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;color:#fff;background:#c43c19}.store-guide-step small{width:20px;height:20px;display:inline-grid;place-items:center;margin-bottom:4px;border-radius:999px;color:#c43c19;background:#fff0e8;font-weight:800}.store-guide-step strong{display:block;color:#0f172a}.store-guide-step p{margin-top:4px;font-size:13px}.store-guide-tip{display:grid;grid-gap:5px;gap:5px;padding:12px;color:#7a3b28;background:#fff8f3}.store-guide-tip strong{font-size:14px}.store-guide-tip p{color:#7a3b28;font-size:13px}.store-guide-path{display:flex;gap:6px;flex-wrap:wrap}.store-guide-path span{padding:5px 8px;border-radius:7px;color:#9a3412;background:#fff0e8;font-size:12px;font-weight:800}.store-guide-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.store-guide-actions a{min-height:42px}.consultant-card-sheet{display:grid;grid-gap:18px;gap:18px;padding:16px;border:1px solid #f3d4c8;border-radius:8px;background:linear-gradient(180deg,#fff7f2,#fff 30%);box-shadow:0 14px 32px rgba(196,60,25,.08)}.consultant-card-shop,.consultant-profile-head{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.consultant-card-logo,.consultant-profile-avatar{display:grid;place-items:center;overflow:hidden;color:#c43c19;background:#fff0e8}.consultant-card-logo{width:42px;height:42px;border-radius:8px}.consultant-profile-avatar{width:72px;height:72px;border:1px solid #f0c7bb;border-radius:999px}.consultant-card-logo img,.consultant-profile-avatar img{width:100%;height:100%;object-fit:cover}.consultant-card-shop span,.consultant-card-shop strong,.consultant-profile-head h1,.consultant-profile-head p{margin:0}.consultant-card-shop strong{display:block;overflow:hidden;color:#172033;text-overflow:ellipsis;white-space:nowrap}.consultant-card-shop span,.consultant-profile-head p,.consultant-qr-panel p{color:#6b7280;font-size:13px;line-height:1.5}.consultant-profile-head h1{font-size:24px;line-height:1.2}.consultant-contact-lines{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.consultant-contact-lines a,.consultant-contact-lines span{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border:1px solid #f3d4c8;border-radius:8px;color:#7a2d18;background:#fff8f3;font-weight:800;text-align:center}.consultant-qr-panel{display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:14px;border:1px dashed #f0c7bb;border-radius:8px;background:#fff;text-align:center}.consultant-qr-empty,.consultant-qr-panel img{width:min(260px,100%);aspect-ratio:1/1;border:8px solid #fff;border-radius:8px;background:#f8fafc;box-shadow:0 10px 24px rgba(23,32,51,.1)}.consultant-qr-panel img{height:auto;object-fit:contain}.consultant-qr-empty{display:grid;place-items:center;color:#9a5a45;font-weight:800}.consultant-qr-panel strong{color:#c43c19;font-size:16px}.consultant-qr-panel p{margin:0}.consultant-page-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.consultant-page-actions a{min-height:42px}.customer-shell .shell-menu-bar,.customer-shell .sidebar{display:none!important}.customer-shell .content{padding-bottom:88px}.customer-shell .customer-mobile-bottom-nav{display:grid!important}@media (min-width:901px){.customer-shell .content{max-width:980px;margin:0 auto}.customer-shell .content:has(.store-desktop-view),.customer-shell .content:has(.store-detail-desktop-view){max-width:none;margin:0}.customer-shell .customer-mobile-bottom-nav{left:50%;width:min(520px,100%);transform:translateX(-50%);border:1px solid #f3d4c8;border-bottom:0;border-radius:12px 12px 0 0}}@media (max-width:900px){.customer-shell .content{padding:12px 12px 88px}.store-consultant-page,.store-guide-page{gap:10px;margin-bottom:12px}.store-guide-hero,.store-guide-panel{padding:12px}.store-guide-hero h1{font-size:22px}.consultant-card-sheet{padding:14px}}@media (max-width:420px){.consultant-contact-lines,.consultant-page-actions,.store-guide-actions{grid-template-columns:1fr}.consultant-profile-head h1{font-size:22px}}.product-detail-shell>.product-summary-slot{grid-column:1}.product-detail-shell>.product-buy-box{grid-column:2;grid-row:1/span 2}@media (max-width:900px){.product-detail-shell>.product-summary-slot{grid-column:1;grid-row:auto;order:2}.product-detail-shell>.product-buy-box{grid-column:1;grid-row:auto;order:3}}.management-mobile-bottom-nav{display:none}.management-mobile-shell{min-height:100dvh;background:#f8fafc}.management-mobile-shell .shell-menu-bar,.management-mobile-shell .shell-sidebar-backdrop,.management-mobile-shell .sidebar{display:none!important}.management-mobile-shell .content{padding:12px 14px 92px;background:#f8fafc}.management-mobile-shell .management-mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:60;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:3px;gap:3px;padding:7px 6px max(10px,env(safe-area-inset-bottom));border-top:1px solid #dbe3ee;background:#fff;box-shadow:0 -10px 24px rgba(23,32,51,.08)}.management-mobile-shell .management-mobile-bottom-nav a{min-width:0;min-height:50px;display:grid;place-items:center;grid-gap:2px;gap:2px;border-radius:8px;color:#555;font-size:12px;font-weight:800}.management-mobile-shell .management-mobile-bottom-nav a.active{color:#334155;background:#eef2f7}.management-mobile-shell .management-mobile-bottom-nav span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-desktop-page{display:grid;grid-gap:18px;gap:18px}.management-desktop-panels{align-items:start}.management-desktop-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.management-desktop-shortcut{min-width:0;min-height:112px;display:grid;align-content:start;grid-gap:7px;gap:7px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.management-desktop-shortcut span{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#334155}.management-desktop-shortcut small,.management-desktop-shortcut strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-desktop-shortcut small{color:#64748b;font-size:12px}.management-desktop-list{display:grid;grid-gap:8px;gap:8px}.management-desktop-list-row{min-width:0;min-height:62px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.management-desktop-list-row b{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#475569}.management-desktop-list-row small,.management-desktop-list-row span,.management-desktop-list-row strong{min-width:0;display:block}.management-desktop-list-row small,.management-desktop-list-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-desktop-list-row small{margin-top:3px;color:#64748b;font-size:12px}.management-desktop-list-row em{color:#167149;font-size:12px;font-style:normal;font-weight:900}.management-desktop-store-summary{display:flex;align-items:center;justify-content:space-between;gap:16px}.management-desktop-store-summary h2,.management-desktop-store-summary p{margin:0}.management-desktop-store-summary p{margin-top:6px}.management-switch-entry{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid #d8dee8;border-radius:8px;color:#334155;background:#f8fafc;font-size:13px;font-weight:900;cursor:pointer;white-space:nowrap}.management-customer-intro{display:grid;grid-gap:8px;gap:8px;padding:16px}.management-customer-intro h2,.management-customer-intro p{margin:0}.management-customer-intro p{color:#64748b;font-size:13px;line-height:1.55}.management-customer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:4px}.management-customer-actions a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;color:#fff;background:#334155;font-weight:900}.management-customer-list{display:grid;grid-gap:8px;gap:8px;padding:0 12px 12px}.management-customer-row{min-width:0;min-height:62px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:8px;border-radius:8px;background:#f5f7fa}.management-customer-row div{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#475569;font-weight:900}.management-customer-row small,.management-customer-row span,.management-customer-row strong{min-width:0;display:block}.management-customer-row small,.management-customer-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-customer-row small{margin-top:3px;color:#64748b;font-size:12px}.management-customer-row em{color:#167149;font-size:12px;font-style:normal;font-weight:900}.management-mobile-page{width:min(680px,100%);display:grid;grid-gap:12px;gap:12px;margin:0 auto 24px;color:#172033}.management-account-card,.management-card,.management-me-hero,.management-me-list,.management-mobile-hero,.management-mobile-title,.management-note,.management-storebar{border:1px solid #dbe3ee;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(23,32,51,.06)}.management-mobile-title{display:grid;grid-gap:4px;gap:4px;padding:14px}.management-mobile-title strong{font-size:22px;line-height:1.2}.management-account-card small,.management-card-head a,.management-list-row small,.management-me-hero span,.management-mobile-hero span,.management-mobile-title span,.management-note span{color:#64748b}.management-mobile-hero{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;padding:14px}.management-mobile-hero strong{display:block;overflow:hidden;font-size:19px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.management-mobile-hero span{display:block;margin-top:3px;font-size:13px}.management-mobile-logo{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#334155;font-size:13px;font-weight:900}.management-card{overflow:hidden}.management-card-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 8px}.management-card-head h2{margin:0;font-size:18px;line-height:1.25}.management-card-head a{flex:0 0 auto;font-size:14px;font-weight:800}.management-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px 6px;gap:18px 6px;padding:14px 10px 20px}.management-feature-grid.compact{grid-template-columns:repeat(5,minmax(0,1fr))}.management-feature,.management-tool{min-width:0;min-height:74px;display:grid;align-content:start;justify-items:center;grid-gap:8px;gap:8px;color:#172033;font-size:13px;line-height:1.2;text-align:center}.management-feature small,.management-tool small{display:block;max-width:100%;color:inherit;font-size:13px;font-weight:800;line-height:1.2}.management-feature-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;color:#fff;background:#64748b}.management-feature-icon.blue{background:#334155}.management-feature-icon.green{background:#167149}.management-feature-icon.orange{background:#8a5a00}.management-feature-icon.gray{background:#64748b}.management-note{display:grid;grid-gap:5px;gap:5px;padding:12px;background:#f8fafc;font-size:12px;line-height:1.55}.management-note strong{color:#334155;font-size:13px}.management-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;padding:0 14px 14px}.management-metric-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.management-metric-grid>div{min-width:0;min-height:78px;display:grid;align-content:center;justify-items:center;grid-gap:5px;gap:5px;border-radius:8px;background:#f5f7fa;text-align:center}.management-metric-grid span{color:#64748b;font-size:12px}.management-metric-grid strong{max-width:100%;font-size:18px;line-height:1.2}.management-list{display:grid;grid-gap:8px;gap:8px;padding:0 12px 12px}.management-list-row{min-width:0;min-height:60px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:8px;border-radius:8px;background:#f5f7fa}.management-list-row b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#475569;font-size:14px}.management-list-row small,.management-list-row span,.management-list-row strong{min-width:0;display:block}.management-list-row small,.management-list-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-list-row small{margin-top:3px;font-size:12px}.management-list-row em{color:#167149;font-size:12px;font-style:normal;font-weight:900}.management-empty-row{padding:12px;border-radius:8px;color:#64748b;background:#f5f7fa;font-size:13px}.management-storebar{position:-webkit-sticky;position:sticky;bottom:88px;z-index:8;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:center;padding:9px;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.management-store-main{min-height:46px;display:grid;align-content:center;grid-gap:2px;gap:2px;padding:8px 12px;border-radius:8px;color:#fff;background:#334155}.management-store-main span,.management-store-main strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-store-main span{color:rgba(255,255,255,.86);font-size:11px}.management-store-manage{min-height:46px;display:grid;place-items:center;color:#334155;background:#f8fafc;font-size:13px;font-weight:900;white-space:nowrap}.management-search,.management-store-manage{padding:0 12px;border:1px solid #d8dee8;border-radius:8px}.management-search{min-height:40px;display:grid;grid-template-columns:24px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;color:#94a3b8;background:#fff}.management-search input{min-width:0;border:0;outline:0;color:#172033;background:transparent;font-size:14px}.management-workbench-page{width:min(760px,100%)}.management-workbench-layout{min-height:520px;display:grid;grid-template-columns:108px minmax(0,1fr);overflow:hidden;border:1px solid #dbe3ee;border-radius:8px;background:#fff}.management-workbench-cats{display:grid;align-content:start;background:#eef2f7}.management-workbench-cats a{min-height:66px;display:flex;align-items:center;padding:0 10px;border-left:4px solid transparent;color:#4b5563;font-size:15px}.management-workbench-cats a.active,.management-workbench-cats a:focus{color:#334155;background:#fff;border-left-color:#334155;font-weight:900}.management-workbench-panels{min-width:0;min-height:0;overflow:auto;scroll-behavior:smooth}.management-workbench-panel{display:none;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:24px 8px;min-height:100%;padding:28px 10px 96px}.management-workbench-panel.default,.management-workbench-panel:target{display:grid}.management-workbench-panels:has(.management-workbench-panel:target) .management-workbench-panel.default{display:none}.management-workbench-panel h3{grid-column:1/-1;margin:-6px 0 0;color:#475569;font-size:13px}.management-period-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:0 14px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(23,32,51,.06)}.management-period-tabs button{position:relative;min-height:52px;border:0;color:#64748b;background:transparent;font-weight:800}.management-period-tabs button.active{color:#334155;font-weight:900}.management-period-tabs button.active:after{content:none;position:absolute;right:12px;bottom:0;left:12px;height:4px;border-radius:999px;background:#334155}.management-bars{display:grid;grid-gap:10px;gap:10px;padding:0 14px 16px}.management-bar-row{display:grid;grid-template-columns:64px minmax(0,1fr) 50px;grid-gap:8px;gap:8px;align-items:center;color:#475569;font-size:12px}.management-bar-row div{height:9px;overflow:hidden;border-radius:999px;background:#e5eaf1}.management-bar-row i{display:block;height:100%;border-radius:inherit;background:#334155}.management-bar-row strong{text-align:right}.management-me-hero{display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:22px 12px 18px}.management-me-avatar{width:92px;height:92px;display:grid;place-items:center;border:1px solid #dbe3ee;border-radius:50%;background:#fff;box-shadow:0 10px 24px rgba(23,32,51,.06);color:#334155;font-size:28px;font-weight:900}.management-me-hero strong{font-size:20px;line-height:1.2}.management-account-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:12px 14px}.management-account-card div,.management-account-card small,.management-account-card strong{min-width:0;display:block}.management-account-card small,.management-account-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-account-card b,.management-me-list b{color:#94a3b8;font-size:20px}.management-me-list{overflow:hidden;display:grid}.management-me-list a,.management-me-list button{width:100%;min-height:58px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:0 14px;border:0;border-bottom:1px solid #edf1f6;color:#172033;background:#fff;font-size:17px;text-align:left}.management-me-list a:last-child,.management-me-list form:last-child button{border-bottom:0}.management-me-list svg{color:#374151}.management-store-mobile-head{display:none}@media (min-width:901px){.management-shell .content:has(.store-desktop-view){max-width:none;margin:0}}@media (max-width:900px){.store-desktop-view{display:none!important}.store-mobile-view{display:block}.management-mobile-page{gap:12px;margin-bottom:12px}.management-feature-grid,.management-feature-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.management-workbench-layout{min-height:calc(100dvh - 190px);grid-template-columns:98px minmax(0,1fr);margin:0 -14px -92px;border-right:0;border-left:0;border-radius:0}.management-workbench-cats,.management-workbench-panels{overflow:auto;scrollbar-width:none}.management-workbench-cats::-webkit-scrollbar,.management-workbench-panels::-webkit-scrollbar{display:none}.management-workbench-cats{padding-bottom:92px}.management-workbench-panel{padding-bottom:116px}.management-storebar{bottom:72px;margin-top:-2px}.management-store-mobile-head,.management-store-mobile-view{display:grid;grid-gap:10px;gap:10px}.management-store-mobile-head{position:-webkit-sticky;position:sticky;top:0;z-index:30;margin:-12px -14px 0;padding:10px 14px 12px;border-bottom:1px solid #dbe3ee;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.management-store-mobile-title{min-height:40px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.management-store-mobile-title span,.management-store-mobile-title strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-store-mobile-title strong{font-size:18px;line-height:1.2}.management-store-mobile-title span{margin-top:2px;color:#64748b;font-size:12px}.management-store-back{min-height:36px;display:grid;place-items:center;padding:0 12px;border:1px solid #d8dee8;border-radius:8px;color:#334155;background:#f8fafc;font-size:13px;font-weight:900}.management-store-mobile-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.management-store-mobile-actions a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;border:1px solid #dbe3ee;border-radius:8px;color:#334155;background:#fff;font-size:12px;font-weight:900;text-align:center}.management-store-mobile-actions a.active{color:#fff;border-color:#334155;background:#334155}.management-store-search{min-height:40px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center;padding:0 8px 0 12px;border:1px solid #d8dee8;border-radius:8px;color:#94a3b8;background:#fff}.management-store-search input{min-width:0;border:0;outline:0;color:#172033;background:transparent;font-size:14px}.management-store-search button{min-height:30px;border:0;border-radius:7px;padding:0 10px;color:#fff;background:#334155;font-size:12px;font-weight:900}.management-store-mobile-head p{margin:0;padding:10px 12px;border:1px solid #dbe3ee;border-radius:8px;color:#475569;background:#f8fafc;font-size:12px;line-height:1.5}.management-store-mobile-view .storefront-hero{display:grid;margin:0;padding:12px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(23,32,51,.06)}.management-store-mobile-view .store-search{display:none}.management-store-mobile-view .storefront-logo{color:#fff;background:#334155}.management-store-mobile-view .storefront-brand-card p{color:#64748b}.management-store-mobile-view .storefront-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.management-store-mobile-view .storefront-badges span{border-color:#dbe3ee;color:#475569;background:#f8fafc}.management-store-mobile-view .storefront-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.management-store-mobile-view .storefront-actions>*{min-height:38px;border-color:#dbe3ee;color:#334155;background:#fff;font-size:12px;font-weight:900}.management-store-mobile-view .storefront-actions .btn-secondary{color:#fff;background:#334155}.management-store-mobile-view .store-view-tabs{position:-webkit-sticky;position:sticky;top:162px;z-index:24;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0 -14px 8px;padding:8px 14px;border-bottom:1px solid #dbe3ee;background:rgba(248,250,252,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.management-store-mobile-view .store-view-tabs a{min-height:36px;display:grid;place-items:center;border:1px solid #dbe3ee;border-radius:8px;color:#64748b;background:#fff;font-weight:900}.management-store-mobile-view .store-view-tabs a.active{color:#fff;border-color:#334155;background:#334155}.management-store-mobile-view .store-mobile-controls{margin-bottom:8px}.management-store-mobile-view .store-mobile-sort summary{border-color:#dbe3ee;color:#334155;background:#fff}.management-store-mobile-view .commerce-product-card,.management-store-mobile-view .store-category-layout .store-sidebar-desktop,.management-store-mobile-view .store-main.panel{border-color:#dbe3ee}.management-store-mobile-view .commerce-product-card{box-shadow:0 8px 20px rgba(23,32,51,.06)}.management-store-mobile-view .commerce-corner-tag,.management-store-mobile-view .commerce-promo-badge,.management-store-mobile-view .commerce-promotion-text{border-color:#dbe3ee;color:#334155;background:#eef2f7}.management-store-mobile-view .price-pair strong{color:#ad2f2f}.management-store-mobile-view .compare-card-button,.management-store-mobile-view .quote-card-button{border-color:#dbe3ee;color:#334155;background:#eef2f7}.management-store-mobile-view .quote-card-button{color:#fff;background:#334155}.management-store-mobile-view .store-category-layout .store-sidebar a.store-category-link{color:#475569;background:#eef2f7}.management-store-mobile-view .store-category-layout .store-sidebar a.store-category-link.active{color:#fff;background:#334155}.management-store-mobile-view .store-category-layout .store-sidebar-desktop{top:214px!important;max-height:calc(100dvh - 300px)!important}.management-store-mobile-view .store-category-layout .store-main.panel{max-height:calc(100dvh - 280px)}}@media (max-width:420px){.management-feature-grid,.management-feature-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 4px}.management-feature small,.management-tool small{font-size:12px}.management-workbench-panel{gap:20px 4px}.management-store-mobile-actions,.management-workbench-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:901px){body:has(.product-detail-desktop),html:has(.product-detail-desktop){overflow-x:auto}.product-detail-desktop{--detail-page-min:1180px;--detail-page-max:1840px;--detail-thumb-col:78px;--detail-image-size:clamp(430px,calc(100vw - 900px),660px);--detail-info-width:clamp(440px,38vw,720px);--detail-gap:34px;background:#fff}.desktop-detail-page,.desktop-detail-searchbar,.desktop-detail-shopbar,.desktop-detail-utility,.product-detail-desktop{min-width:var(--detail-page-min)}.desktop-detail-page{width:min(var(--detail-page-max),100%);padding:18px 94px 80px 52px;background:#fff}.product-detail-desktop-layout{display:grid;grid-template-columns:calc(var(--detail-thumb-col) + 20px + var(--detail-image-size)) minmax(440px,var(--detail-info-width));justify-content:center;grid-gap:var(--detail-gap);gap:var(--detail-gap);align-items:start}.desktop-gallery-card{grid-template-columns:var(--detail-thumb-col) var(--detail-image-size);padding:0 0 18px}.desktop-gallery-main{width:var(--detail-image-size);height:var(--detail-image-size);aspect-ratio:auto;border-radius:14px}.desktop-detail-tabs{background:rgba(255,255,255,.96)}.product-detail-desktop-info{position:-webkit-sticky;position:sticky;top:18px;z-index:20;gap:13px;max-height:none;overflow:visible;padding:0 0 24px;border:0;border-radius:0;background:#fff;box-shadow:none}.desktop-product-title h1{font-size:23px;line-height:1.38}.desktop-product-title p{display:none}.desktop-product-price-box{gap:8px;padding:17px 18px;border-radius:10px;color:#fff;background:linear-gradient(105deg,#ff2442,#ff4d2e 48%,#c58b35)}.desktop-main-price,.desktop-main-price span,.desktop-product-price-box small{color:#fff}.desktop-coupon-row span{color:#ff4d2e;background:#fff4ed}.desktop-service-box{padding:10px 0 14px;border-top:0}.desktop-param-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;margin-bottom:24px;padding:18px 22px;border-radius:12px;background:#f7f7f7}.desktop-param-summary div{display:grid;grid-gap:8px;gap:8px;text-align:center}.desktop-param-summary strong{color:#111827;font-size:18px}.desktop-param-summary span{color:#8a8f98}.desktop-param-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 72px;gap:18px 72px}.desktop-param-list .desktop-param{display:grid;grid-template-columns:90px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start;padding:0;border-radius:0;background:transparent}.desktop-param-list .desktop-param span{color:#8a8f98}.desktop-param-list .desktop-param strong{color:#111827;font-weight:500;line-height:1.7}.desktop-sku-mode-toggle{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#64748b;font-size:14px;cursor:pointer}.desktop-sku-mode-toggle:hover{color:#f04b18}.desktop-sku-choice-grid.image-mode{grid-template-columns:repeat(4,78px);justify-content:start;gap:12px;padding:2px 0 0 2px}.desktop-sku-choice-grid.image-mode .desktop-sku-choice{width:78px;min-height:104px;grid-template-columns:1fr;align-content:start;gap:6px;padding:0;border:0;border-radius:0;background:transparent}.desktop-sku-choice-grid.image-mode .desktop-sku-choice.selected{padding:0;border:0;background:transparent}.desktop-sku-choice-grid.image-mode .desktop-sku-choice.selected .desktop-sku-choice-image{box-shadow:inset 0 0 0 2px #f04b18}.desktop-sku-choice-grid.image-mode .desktop-sku-choice-image{grid-row:auto;width:78px;height:78px;aspect-ratio:1/1;border-radius:6px}.desktop-sku-choice-grid.image-mode .desktop-sku-choice-image img{object-fit:cover}.desktop-sku-choice-grid.image-mode .desktop-sku-choice-name{color:#f04b18;font-size:12px;line-height:1.2}.desktop-sku-choice-grid.image-mode .desktop-sku-choice small{display:none}.desktop-detail-action-box{grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:12px 0 0;border-top:1px solid #edf0f5;border-radius:0;background:#fff;box-shadow:none}.desktop-detail-action-box .quote{border-radius:10px 0 0 10px}.desktop-action-compare .compare-card-button,.desktop-action-compare .compare-view-link{height:52px;color:#fff;background:linear-gradient(90deg,#ff7a00,#ff3b00);border-radius:0 10px 10px 0;font-size:15px}.desktop-action-compare .compare-action-tip{top:calc(100% + 8px)}.desktop-detail-float a.hot{color:#fff;border-color:#ff4d2e;background:#ff4d2e}}@media (min-width:1680px){.product-detail-desktop{--detail-image-size:660px;--detail-info-width:720px;--detail-gap:42px}.desktop-sku-choice-grid.image-mode{grid-template-columns:repeat(6,78px)}}@media (min-width:901px) and (max-width:1380px){.product-detail-desktop{--detail-image-size:clamp(430px,calc(100vw - 760px),560px);--detail-info-width:500px;--detail-gap:24px}.desktop-detail-page{padding-right:84px}.desktop-param-grid,.desktop-param-list,.desktop-related-grid,.desktop-sku-choice-grid:not(.image-mode){grid-template-columns:1fr}.desktop-param-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media (min-width:901px) and (max-width:1180px){.product-detail-desktop{--detail-image-size:430px;--detail-info-width:500px;--detail-gap:24px}.desktop-detail-page{width:var(--detail-page-min)}}@media (min-width:1900px) and (max-height:820px){.product-detail-desktop-info{max-height:calc(100vh - 36px);overflow-y:auto;overscroll-behavior:contain;padding-right:10px}.product-detail-desktop-info::-webkit-scrollbar{width:6px}.product-detail-desktop-info::-webkit-scrollbar-track{background:transparent}.product-detail-desktop-info::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(226,232,240,.55);background-clip:padding-box}}@media (min-width:901px){.customer-shell .content:has(.store-detail-desktop-view),.desktop-detail-page,.management-shell .content:has(.store-detail-desktop-view),.product-detail-desktop,.product-detail-desktop-layout,.store-detail-desktop-view{overflow:visible}.product-detail-desktop-layout{align-items:start}.product-detail-desktop-sticky{position:-webkit-sticky;position:sticky;top:18px;z-index:20;align-self:start;min-width:0;width:var(--detail-info-width);height:-moz-fit-content;height:fit-content}.product-detail-desktop .product-detail-desktop-info{position:static!important;top:auto!important;z-index:auto!important;width:100%!important;max-width:none!important;max-height:none!important;overflow:visible!important;overscroll-behavior:auto!important;gap:13px!important;padding:0 0 24px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}}.management-shell:not(.management-mobile-shell) .store-desktop-view,.management-shell:not(.management-mobile-shell) .store-detail-desktop-view{display:block!important}.management-shell:not(.management-mobile-shell) .management-mobile-bottom-nav,.management-shell:not(.management-mobile-shell) .store-detail-mobile-view,.management-shell:not(.management-mobile-shell) .store-mobile-view{display:none!important}.management-mobile-shell .management-store-mobile-view{display:grid!important;grid-gap:10px;gap:10px}.management-mobile-shell .management-store-mobile-head{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:grid!important;grid-gap:10px;gap:10px;margin:-12px -14px 0;padding:10px 14px 12px;border-bottom:1px solid #dbe3ee;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.management-mobile-shell .management-store-mobile-view .storefront-hero{display:grid;margin:0;padding:12px;border:1px solid #dbe3ee;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(23,32,51,.06)}.management-mobile-shell .management-store-mobile-view .store-search{display:none}.management-mobile-shell .management-store-mobile-view .store-view-tabs{position:-webkit-sticky;position:sticky;top:162px;z-index:24;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0 -14px 8px;padding:8px 14px;border-bottom:1px solid #dbe3ee;background:rgba(248,250,252,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.management-mobile-shell .management-store-mobile-view .store-layout.store-featured-layout{display:block!important}.management-mobile-shell .management-store-mobile-view .store-layout.store-category-layout{display:grid!important;grid-template-columns:62px minmax(0,1fr)!important;grid-gap:5px!important;gap:5px!important;margin-inline:-8px -12px}.management-mobile-shell .management-store-mobile-view .store-category-layout .store-sidebar-desktop{position:-webkit-sticky!important;position:sticky!important;top:214px!important;display:grid!important;max-height:calc(100dvh - 300px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding:5px 4px 8px!important;border-color:#dbe3ee;border-radius:0 8px 8px 0;scrollbar-width:none}.management-mobile-shell .management-store-mobile-view .store-category-layout .store-main.panel{min-width:0;max-height:calc(100dvh - 280px);overflow-y:auto;padding:6px 8px 10px 6px;border-radius:8px 0 0 8px;scrollbar-width:none}.management-mobile-shell .store-detail-mobile-view{display:block!important}.management-mobile-shell .store-detail-desktop-view{display:none!important}@media (min-width:901px){.desktop-management-shell{--bg:#fff;--panel:#fff;--text:#111827;--muted:#6b7280;--line:#e3e8f2;--primary:#315cf6;--primary-strong:#1f5fe5;--accent:#315cf6;--soft:#edf3ff;--danger:#ef4444;--ok:#16a34a;min-height:100vh;height:100vh;display:grid;grid-template-columns:104px 0 minmax(0,1fr);grid-template-rows:66px minmax(0,1fr);overflow:hidden;background:#fff;color:var(--text)}.desktop-management-shell.has-secondary{grid-template-columns:104px 124px minmax(0,1fr)}.desktop-admin-top{grid-column:1/4;display:grid;grid-template-columns:238px minmax(220px,1fr) auto;grid-gap:18px;gap:18px;align-items:center;height:66px;padding:0 28px;border-bottom:1px solid var(--line);background:#fff}.desktop-admin-logo{min-width:0;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px}.desktop-admin-logo:hover{background:#f6f9ff}.desktop-admin-logo-mark{width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#3f6df6;color:#fff;font-weight:900}.desktop-admin-logo-mark img{width:100%;height:100%;object-fit:cover}.desktop-admin-logo strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111827;font-size:26px;letter-spacing:1px}.desktop-admin-notice{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;height:36px;padding:0;border:0;background:transparent;color:#111827;font-size:14px;text-align:left;cursor:pointer}.desktop-admin-notice:hover{color:var(--primary-strong)}.desktop-admin-notice b{flex:0 0 auto;font-weight:900}.desktop-admin-notice em,.desktop-admin-notice span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-admin-notice span{min-width:80px}.desktop-admin-notice em{flex:0 0 auto;color:#111827;font-style:normal}.desktop-admin-tools{display:flex;align-items:center;gap:7px}.desktop-admin-tool{height:34px;display:inline-flex;align-items:center;gap:4px;padding:0 9px;border:1px solid var(--line);border-radius:4px;background:#fff;color:#111827;font-size:12px;white-space:nowrap}.desktop-admin-tool.active,.desktop-admin-tool:hover{border-color:var(--primary);background:var(--soft);color:var(--primary-strong)}.desktop-admin-account{min-width:0;display:flex;align-items:center;gap:8px;padding-left:10px;border-left:1px solid var(--line);border-radius:6px;color:#111827}.desktop-admin-account-text{min-width:0;display:grid;grid-gap:2px;gap:2px}.desktop-admin-avatar-link,.desktop-admin-identity-link,.desktop-admin-shop-name{min-width:0;border-radius:6px}.desktop-admin-avatar-link:hover,.desktop-admin-identity-link:hover,.desktop-admin-shop-name:hover{color:var(--primary-strong)}.desktop-admin-avatar{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#ff7a1a;color:#fff;font-weight:900;overflow:hidden}.desktop-admin-avatar img{width:100%;height:100%;object-fit:cover}.desktop-admin-identity-link,.desktop-admin-shop-name strong{display:block;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-admin-shop-name strong{color:#111827;font-size:13px}.desktop-admin-identity-link{max-width:132px;color:#718096;font-size:11px}.desktop-announcement-overlay{z-index:45}.desktop-admin-primary{grid-column:1;grid-row:2;display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0;background:#f6f9ff;border-right:1px solid #edf1f7}.desktop-admin-primary-menu{display:grid;align-content:start;grid-gap:8px;gap:8px;padding:24px 14px 14px;overflow:auto;scrollbar-width:none}.desktop-admin-primary-menu::-webkit-scrollbar,.desktop-admin-secondary-menu::-webkit-scrollbar{width:0}.desktop-admin-primary-item{height:38px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;padding:0 10px;border-radius:6px;background:transparent;color:#111827;text-align:left}.desktop-admin-primary-item span{font-size:14px;white-space:nowrap}.desktop-admin-primary-item.active,.desktop-admin-primary-item:hover{background:#fff;color:var(--primary-strong);font-weight:850}.desktop-admin-primary-footer{display:grid;grid-gap:4px;gap:4px;padding:14px 14px 18px;border-top:1px solid var(--line);color:#9aa3b2;font-size:10px;line-height:1.3}.desktop-admin-primary-footer span,.desktop-admin-primary-footer strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-admin-primary-footer strong{display:block;color:#64748b;font-size:12px}.desktop-admin-primary-footer span{display:block}.desktop-admin-secondary{grid-column:2;grid-row:2;min-width:0;overflow:hidden;background:#fff;border-right:1px solid var(--line);opacity:0;pointer-events:none}.desktop-management-shell.has-secondary .desktop-admin-secondary{opacity:1;pointer-events:auto}.desktop-admin-secondary-inner{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr)}.desktop-admin-secondary-head{padding:20px 10px 8px}.desktop-admin-secondary-head h1{margin:0;font-size:17px}.desktop-admin-secondary-menu{overflow:auto;padding:0 6px 28px;scrollbar-width:none}.desktop-admin-sub-section{display:grid;grid-gap:6px;gap:6px;margin-bottom:12px}.desktop-admin-sub-section summary{height:30px;display:flex;align-items:center;justify-content:space-between;list-style:none;padding:0 5px;color:#111827;font-weight:850;font-size:13px;cursor:pointer}.desktop-admin-sub-section summary::-webkit-details-marker{display:none}.desktop-admin-sub-links{display:grid;grid-gap:3px;gap:3px}.desktop-admin-sub-link{height:30px;display:flex;align-items:center;justify-content:space-between;gap:4px;padding:0 6px;border-radius:6px;color:#334155;font-size:12px}.desktop-admin-sub-link svg{display:none}.desktop-admin-sub-link span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-admin-sub-link em{display:none}.desktop-admin-sub-link.active,.desktop-admin-sub-link:hover{background:var(--soft);color:var(--primary-strong)}.desktop-admin-content{grid-column:2/4;grid-row:2;min-width:0;width:100%;overflow:auto;padding:24px 32px 56px;background:#fff}.desktop-management-shell.has-secondary .desktop-admin-content{grid-column:3}.desktop-admin-content::-webkit-scrollbar{width:8px}.desktop-admin-content::-webkit-scrollbar-track{background:transparent}.desktop-admin-content::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(226,232,240,.55);background-clip:padding-box}.desktop-admin-content{scrollbar-color:rgba(226,232,240,.55) transparent;scrollbar-width:thin}.desktop-management-shell .desktop-admin-content:has(.store-detail-desktop-view){overflow:auto!important;padding:0 32px 56px!important}.desktop-management-shell .store-detail-desktop-view .desktop-detail-searchbar,.desktop-management-shell .store-detail-desktop-view .desktop-detail-shopbar,.desktop-management-shell .store-detail-desktop-view .desktop-detail-utility{display:none!important}.desktop-management-shell .store-detail-desktop-view .product-detail-desktop{min-height:auto!important;margin:0 -32px -56px!important}.desktop-management-shell .store-detail-desktop-view .desktop-detail-page{padding-top:0!important}.desktop-management-shell .store-detail-desktop-view .desktop-detail-tabs,.desktop-management-shell .store-detail-desktop-view .product-detail-desktop-flow,.desktop-management-shell .store-detail-desktop-view .product-detail-desktop-layout{margin-top:0!important}.desktop-management-shell .store-detail-desktop-view .product-detail-desktop-sticky{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:80;min-height:1px;height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - 90px);overflow:visible}.desktop-management-shell .store-detail-desktop-view .product-detail-desktop-sticky .product-detail-desktop-info{position:static!important;width:100%!important;max-width:none!important;max-height:calc(100dvh - 90px)!important;overflow-y:auto!important;overflow-x:visible!important;overscroll-behavior:contain!important}.desktop-management-shell .shell-menu-bar,.desktop-management-shell .shell-menu-toggle,.desktop-management-shell .shell-sidebar-backdrop,.desktop-management-shell .sidebar{display:none}.desktop-management-shell .topbar{margin-bottom:18px}.desktop-management-shell .topbar h1{color:#111827;font-size:24px}.desktop-management-shell .muted{color:#6b7280}.desktop-management-shell .card,.desktop-management-shell .panel,.desktop-management-shell .table-wrap{border-color:var(--line);border-radius:8px;background:#fff;box-shadow:none}.desktop-management-shell .card.metric{border-color:transparent;background:#f6f7f9}.desktop-management-shell .metric strong{color:#111827}.desktop-management-shell .bulk-action-bar,.desktop-management-shell .category-assign-toolbar,.desktop-management-shell .csv-preview-box,.desktop-management-shell .customer-invite-form,.desktop-management-shell .filter-bar,.desktop-management-shell .toolbar{border-color:var(--line);border-radius:8px;background:#f8fafc}.desktop-management-shell .btn{border-radius:4px;background:var(--primary);color:#fff}.desktop-management-shell .btn:hover{background:var(--primary-strong)}.desktop-management-shell .btn-secondary{border-color:var(--line);border-radius:4px;background:var(--soft);color:var(--primary-strong)}.desktop-management-shell .btn-ghost{border-color:var(--line);border-radius:4px;background:#fff;color:#334155}.desktop-management-shell .btn-danger{border-radius:4px;background:#ef4444}.desktop-management-shell .input,.desktop-management-shell .select,.desktop-management-shell .textarea{border-color:var(--line);border-radius:4px}.desktop-management-shell table{border-collapse:separate;border-spacing:0}.desktop-management-shell td,.desktop-management-shell th{border-bottom-color:var(--line)}.desktop-management-shell th{background:#f8fafc;color:#64748b}.desktop-management-shell .badge.blue,.desktop-management-shell .badge.complete{background:var(--soft);color:var(--primary-strong)}.desktop-management-shell .badge.ok,.desktop-management-shell .badge.ok.strong{background:#ecfdf5;color:#16a34a}.desktop-management-shell .badge.danger,.desktop-management-shell .badge.warn{background:#fff1f0;color:#ef4444}.desktop-management-shell .product-admin-page{--product-line:#e3e8f2;--product-blue:#315cf6;--product-blue-strong:#1f5fe5;--product-blue-soft:#edf3ff;color:#111827}.desktop-management-shell .product-admin-page .topbar{margin-bottom:16px}.desktop-management-shell .product-admin-tabs{height:42px;display:flex;gap:32px;margin-bottom:12px;border-bottom:1px solid var(--product-line)}.desktop-management-shell .product-admin-tab{height:42px;display:inline-flex;align-items:center;border-bottom:2px solid transparent;color:#475569;font-size:14px;white-space:nowrap}.desktop-management-shell .product-admin-tab.active{border-color:#111827;color:#111827;font-weight:850}.desktop-management-shell .product-admin-filters{display:grid;grid-template-columns:minmax(180px,1.1fr) minmax(190px,1fr) minmax(150px,.8fr) minmax(130px,.7fr) auto auto;grid-gap:12px;gap:12px;align-items:center;margin-bottom:14px}.desktop-management-shell .product-admin-field{height:38px;min-width:0;border:1px solid var(--product-line);border-radius:4px;background:#fff;color:#64748b;padding:0 12px;outline:0}.desktop-management-shell select.product-admin-field{cursor:pointer}.desktop-management-shell .product-admin-field:disabled{color:#64748b;background:#f8fafc;cursor:default}.desktop-management-shell .product-admin-danger,.desktop-management-shell .product-admin-ghost,.desktop-management-shell .product-admin-primary,.desktop-management-shell .product-admin-secondary{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border-radius:4px;white-space:nowrap}.desktop-management-shell .product-admin-primary{border:0;background:var(--product-blue);color:#fff;font-weight:850}.desktop-management-shell .product-admin-ghost,.desktop-management-shell .product-admin-secondary{border:1px solid var(--product-line);background:#fff;color:#334155}.desktop-management-shell .product-admin-danger{border:0;background:#ef4444;color:#fff;font-weight:850}.desktop-management-shell .product-admin-danger:disabled,.desktop-management-shell .product-admin-secondary:disabled{opacity:.45;cursor:not-allowed}.desktop-management-shell .product-admin-recycle-note{margin-bottom:12px;padding:10px 12px;border:1px solid #fed7aa;border-radius:5px;background:#fff7ed;color:#9a3412;font-size:13px}.desktop-management-shell .product-admin-bulk{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.desktop-management-shell .product-admin-bulk-left{display:flex;align-items:center;gap:10px}.desktop-management-shell .product-admin-count{color:#111827;font-size:13px}.desktop-management-shell .product-admin-count b{font-size:14px}.desktop-management-shell .product-admin-table-wrap{border:1px solid var(--product-line);border-radius:8px;background:#fff;overflow:auto}.desktop-management-shell .product-admin-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0}.desktop-management-shell .product-admin-table td,.desktop-management-shell .product-admin-table th{height:92px;padding:12px 10px;border-bottom:1px solid var(--product-line);text-align:left;vertical-align:top;font-size:13px}.desktop-management-shell .product-admin-table th{height:42px;background:#f8fafc;color:#64748b;font-weight:750}.desktop-management-shell .product-admin-table tbody tr:hover{background:#fbfdff}.desktop-management-shell .product-admin-select-col{width:38px}.desktop-management-shell .product-admin-image-col{width:86px}.desktop-management-shell .product-admin-title-col{min-width:330px}.desktop-management-shell .product-admin-price-col{width:132px}.desktop-management-shell .product-admin-sku-col{width:92px}.desktop-management-shell .product-admin-time-col{width:140px}.desktop-management-shell .product-admin-op-col{width:152px}.desktop-management-shell .product-admin-check{box-sizing:border-box;width:16px;height:16px;min-width:16px;min-height:16px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #9aa3b2;border-radius:2px;background:#fff;vertical-align:middle}.desktop-management-shell .product-admin-check:checked{border-color:var(--product-blue);background:var(--product-blue);box-shadow:inset 0 0 0 3px #fff}.desktop-management-shell .product-admin-thumb{width:62px;height:62px;display:grid;place-items:center;overflow:hidden;border:1px solid #e5e7eb;border-radius:6px;background:#f1f5f9;color:#94a3b8;font-size:12px}.desktop-management-shell .product-admin-thumb img{width:100%;height:100%;object-fit:cover}.desktop-management-shell .product-admin-title-block{display:grid;grid-gap:6px;gap:6px}.desktop-management-shell .product-admin-money-line,.desktop-management-shell .product-admin-title-line{display:flex;align-items:center;gap:6px;min-width:0}.desktop-management-shell .product-admin-title-line strong,.desktop-management-shell .product-admin-title-link{color:#0f172a;font-weight:850}.desktop-management-shell .product-admin-title-link:hover{color:var(--product-blue-strong);text-decoration:underline}.desktop-management-shell .product-admin-subtitle-line{max-width:420px;overflow:hidden;color:#475569;text-overflow:ellipsis;white-space:nowrap}.desktop-management-shell .product-admin-meta-line{color:#94a3b8;font-size:12px}.desktop-management-shell .product-admin-icon-btn{width:22px;height:22px;display:inline-grid;place-items:center;flex:0 0 auto;border:0;border-radius:4px;background:#fff;color:#64748b}.desktop-management-shell .product-admin-icon-btn:hover{background:var(--product-blue-soft);color:var(--product-blue-strong)}.desktop-management-shell .product-admin-money-cell{display:grid;grid-gap:4px;gap:4px}.desktop-management-shell .product-admin-money-line strong{color:#0f172a;font-size:14px;font-weight:900}.desktop-management-shell .product-admin-money-line strong.is-strike{color:#111827;text-decoration:line-through}.desktop-management-shell .product-admin-money-cell small,.desktop-management-shell .product-admin-sku-count small{display:block;margin-top:4px;color:#94a3b8;font-size:11px;line-height:1.35}.desktop-management-shell .product-admin-sku-count{display:block;color:#111827;font-weight:850}.desktop-management-shell .product-admin-op-list{display:grid;justify-items:start;grid-gap:7px;gap:7px}.desktop-management-shell .product-admin-state{display:inline-flex;height:24px;align-items:center;padding:0 8px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:12px;font-weight:850}.desktop-management-shell .product-admin-state.off{background:#fff7ed;color:#ea580c}.desktop-management-shell .product-admin-state.gray{background:#f1f5f9;color:#475569}.desktop-management-shell .product-admin-link-btn,.desktop-management-shell .product-admin-link-danger{border:0;background:transparent;color:var(--product-blue);font-size:12px;text-align:left;padding:0}.desktop-management-shell .product-admin-link-danger{color:#ef4444}.desktop-management-shell .product-admin-more{position:relative}.desktop-management-shell .product-admin-more summary{height:30px;display:inline-flex;align-items:center;gap:4px;border:0;border-radius:4px;background:#fff;color:var(--product-blue-strong);font-size:12px;cursor:pointer;list-style:none}.desktop-management-shell .product-admin-more summary::-webkit-details-marker{display:none}.desktop-management-shell .product-admin-more-menu{position:absolute;right:0;top:32px;z-index:20;display:grid;width:176px;padding:6px 0;border:1px solid var(--product-line);border-radius:6px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.14)}.desktop-management-shell .product-admin-more-menu a,.desktop-management-shell .product-admin-more-menu button{width:100%;display:block;border:0;background:#fff;color:#111827;padding:9px 12px;text-align:left;font-size:12px}.desktop-management-shell .product-admin-more-menu button.as-menu-danger{color:#ef4444}.desktop-management-shell .product-admin-more-menu a:hover,.desktop-management-shell .product-admin-more-menu button:hover{background:#f6f9ff;color:var(--product-blue-strong)}.desktop-management-shell .product-admin-more-menu small{display:block;margin-top:3px;color:#94a3b8;font-size:11px;line-height:1.35}.desktop-management-shell .product-admin-empty{padding:24px;color:#94a3b8;text-align:center}.desktop-management-shell .product-admin-modal-mask{position:fixed;inset:0;z-index:60;display:grid;place-items:start center;padding-top:38px;background:rgba(15,23,42,.38)}.desktop-management-shell .product-admin-modal-card{width:min(760px,calc(100vw - 80px));border-radius:8px;background:#fff;box-shadow:0 18px 55px rgba(15,23,42,.22)}.desktop-management-shell .product-admin-modal-card.wide{width:min(900px,calc(100vw - 80px))}.desktop-management-shell .product-admin-modal-head{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--product-line)}.desktop-management-shell .product-admin-modal-head h3{margin:0;font-size:17px}.desktop-management-shell .product-admin-modal-close{width:32px;height:32px;border:0;border-radius:4px;background:#fff;color:#64748b;font-size:22px}.desktop-management-shell .product-admin-modal-close:hover{background:#f8fafc}.desktop-management-shell .product-admin-modal-body{display:grid;grid-gap:18px;gap:18px;padding:22px 24px}.desktop-management-shell .product-admin-modal-row{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.desktop-management-shell .product-admin-modal-row span{color:#334155;font-size:13px}.desktop-management-shell .product-admin-modal-row b{margin-right:4px;color:#ef4444}.desktop-management-shell .product-admin-modal-row input,.desktop-management-shell .product-admin-price-grid input{height:38px;width:100%;border:1px solid var(--product-line);border-radius:4px;padding:0 12px;outline:0}.desktop-management-shell .product-admin-modal-row input:focus,.desktop-management-shell .product-admin-price-grid input:focus{border-color:var(--product-blue);box-shadow:0 0 0 2px rgba(49,92,246,.12)}.desktop-management-shell .product-admin-price-tip{padding:12px 14px;border:1px solid var(--product-line);border-radius:5px;background:#fff;color:#334155;font-size:13px;line-height:1.7}.desktop-management-shell .product-admin-price-grid,.desktop-management-shell .product-admin-sku-stock-table{border:1px solid var(--product-line);border-radius:6px;overflow:hidden}.desktop-management-shell .product-admin-price-grid-head,.desktop-management-shell .product-admin-price-grid-row{display:grid;grid-template-columns:1.05fr repeat(4,1fr);align-items:center}.desktop-management-shell .product-admin-price-grid-head{height:44px;background:#f8fafc;color:#334155;font-weight:850}.desktop-management-shell .product-admin-price-grid-head span,.desktop-management-shell .product-admin-price-grid-row label,.desktop-management-shell .product-admin-price-grid-row>div{min-width:0;padding:12px}.desktop-management-shell .product-admin-price-grid-row{border-top:1px solid var(--product-line)}.desktop-management-shell .product-admin-price-grid-row small{display:block;margin-top:4px;color:#94a3b8;font-size:11px}.desktop-management-shell .product-admin-sku-stock-head,.desktop-management-shell .product-admin-sku-stock-row{display:grid;grid-template-columns:64px minmax(0,1fr) 90px 90px;align-items:center}.desktop-management-shell .product-admin-sku-stock-head{height:48px;background:#f8fafc;color:#334155;font-weight:850}.desktop-management-shell .product-admin-sku-stock-head span,.desktop-management-shell .product-admin-sku-stock-row span{min-width:0;padding:12px 16px}.desktop-management-shell .product-admin-sku-stock-row{min-height:68px;border-top:1px solid var(--product-line);cursor:pointer}.desktop-management-shell .product-admin-sku-stock-row input[type=checkbox]{box-sizing:border-box;width:16px;height:16px;min-width:16px;min-height:16px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #9aa3b2;border-radius:2px;background:#fff}.desktop-management-shell .product-admin-sku-stock-row input[type=checkbox]:checked{border-color:var(--product-blue);background:var(--product-blue);box-shadow:inset 0 0 0 3px #fff}.desktop-management-shell .product-admin-modal-foot{height:72px;display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:0 24px;border-top:1px solid var(--product-line)}.desktop-management-shell .product-admin-modal-cancel,.desktop-management-shell .product-admin-modal-submit{height:38px;border-radius:4px;padding:0 22px}.desktop-management-shell .product-admin-modal-submit{border:0;background:var(--product-blue);color:#fff;font-weight:850}.desktop-management-shell .product-admin-modal-cancel{border:1px solid var(--product-line);background:#fff;color:#111827}}@media (min-width:901px) and (max-width:1280px){.desktop-admin-top{grid-template-columns:210px minmax(180px,1fr) auto;gap:14px;padding:0 18px}.desktop-admin-tool span{display:none}.desktop-admin-identity-link,.desktop-admin-shop-name strong{max-width:130px}}@media (min-width:901px){.product-detail-desktop{--html-left-width:710px;--html-right-width:620px;--html-thumb-width:74px;--html-main-image:548px;--html-gap:112px;--html-page-min:1180px;--html-page-max:1760px;min-width:var(--html-page-min);background:#fff}.product-detail-desktop .html-layout-searchbar{width:calc(var(--html-left-width) + var(--html-gap) + var(--html-right-width));min-width:0;height:74px;margin:0 auto;padding:0;display:grid;grid-template-columns:160px minmax(0,1fr) 420px;grid-gap:24px;gap:24px;align-items:center}.html-layout-brand{display:flex;align-items:center;min-width:0;color:#ff0036}.html-layout-tmall{display:grid;grid-gap:3px;gap:3px;color:#ff0036;font-size:34px;font-weight:900;line-height:1;white-space:nowrap;writing-mode:horizontal-tb;letter-spacing:0}.html-layout-tmall small{color:#ff0036;font-size:10px;font-weight:800;letter-spacing:2px;white-space:nowrap}.product-detail-desktop .html-layout-search{height:44px;display:grid;grid-template-columns:minmax(0,1fr) 84px;border:2px solid #ffd8cf;border-radius:12px;overflow:hidden;background:#fff}.product-detail-desktop .html-layout-search input{min-width:0;border:0;outline:0;padding:0 14px}.product-detail-desktop .html-layout-search button{border:0;color:#fff;background:#ff4d2e;font-weight:900}.product-detail-desktop .html-layout-page{width:min(var(--html-page-max),100%);min-width:var(--html-page-min);margin:0 auto;padding:28px 90px 90px 54px;background:#fff}.product-detail-desktop .html-layout-detail{display:grid;grid-template-columns:var(--html-left-width) var(--html-right-width);grid-gap:var(--html-gap);gap:var(--html-gap);align-items:start;justify-content:center;overflow:visible}.product-detail-desktop .html-layout-left-pane{min-width:0;display:grid;grid-template-columns:var(--html-thumb-width) var(--html-main-image);grid-gap:18px 20px;gap:18px 20px;align-items:start}.product-detail-desktop .html-layout-shop-line{grid-column:1/-1;position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;min-width:0;padding:0 0 8px;border:0;background:transparent;box-shadow:none}.html-layout-shop-logo{width:58px;height:58px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.html-layout-shop-logo img{width:100%;height:100%;object-fit:contain}.product-detail-desktop .html-layout-shop-actions{position:absolute;left:calc(var(--html-thumb-width) + 20px + var(--html-main-image) - 86px);top:50%;transform:translateY(-50%);display:flex;gap:10px;width:max-content}.product-detail-desktop .html-layout-shop-actions a{width:86px;min-width:86px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827}.html-layout-tmall-badge{padding:1px 5px;border-radius:3px;color:#fff;background:#ff0036;font-size:12px;font-weight:800}.product-detail-desktop .html-layout-gallery{grid-column:1/-1;display:grid;grid-template-columns:var(--html-thumb-width) var(--html-main-image);grid-gap:20px;gap:20px;padding:0}.html-layout-thumbs{display:grid;grid-gap:10px;gap:10px;align-content:start}.html-layout-thumbs .desktop-gallery-thumb-empty,.html-layout-thumbs button{width:70px;height:70px;display:grid;place-items:center;overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;color:#94a3b8}.html-layout-thumbs button.active{border:2px solid #ff4d2e}.html-layout-thumbs .param-thumb.active{color:#ff4d2e;background:#fff8f3}.html-layout-thumbs img{width:100%;height:100%;object-fit:cover}.html-layout-main-area{display:grid;grid-gap:16px;gap:16px;justify-items:center}.product-detail-desktop .html-layout-main-image{position:relative;width:var(--html-main-image);height:var(--html-main-image);display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#fff}.html-layout-main-image .gallery-view,.html-layout-main-image .param-view{position:absolute;inset:0}.html-layout-main-image .gallery-view{display:grid;place-items:center}.html-layout-main-image .gallery-view img{width:100%;height:100%;object-fit:contain;background:#fff}.html-layout-main-image .param-view{display:none;grid-template-rows:auto 1fr auto;gap:22px;padding:28px;border-radius:10px;background:#f6f6f6;color:#111827}.html-layout-main-image.show-params .gallery-view{display:none}.html-layout-main-image.show-params .param-view,.param-hero{display:grid}.param-hero{grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;padding:24px;border-radius:18px;background:#fff}.param-hero div{display:grid;grid-gap:8px;gap:8px;text-align:center}.param-hero strong{font-size:18px}.param-hero span,.param-lines span{color:#8a8f98}.param-lines{display:grid;grid-gap:14px;gap:14px;align-content:start;padding:0 10px}.param-lines div{display:grid;grid-template-columns:90px minmax(0,1fr);grid-gap:16px;gap:16px}.param-lines strong{min-width:0;font-weight:500;line-height:1.7}.all-param-btn{justify-self:center;align-self:end;height:38px;display:inline-flex;align-items:center;padding:0 18px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827}.html-layout-image-switch{justify-self:center;display:flex;gap:4px;padding:4px;border-radius:999px;background:#f2f2f2}.html-layout-image-switch button{height:34px;padding:0 20px;border:0;border-radius:999px;background:transparent;color:#111827}.html-layout-image-switch button.active{background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.08)}.product-detail-desktop .html-layout-right-info{position:static!important;top:auto!important;width:var(--html-right-width)!important;max-width:var(--html-right-width)!important;max-height:none!important;display:grid;grid-gap:16px;gap:16px;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;padding:0 4px 150px 0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;scrollbar-width:none!important}.html-layout-right-info *{max-width:100%;box-sizing:border-box}.html-layout-price-box{color:#fff;background:linear-gradient(105deg,#ff2442,#ff4d2e 48%,#c58b35)}.html-layout-info-form .desktop-sku-choice{border-radius:8px;text-align:left;cursor:pointer}.html-layout-info-form .desktop-sku-choice-grid{overflow:hidden}.html-layout-info-form .desktop-sku-choice small,.html-layout-info-form .desktop-sku-choice-name,.html-layout-right-info .desktop-product-title h1,.html-layout-right-info .desktop-service-box b,.html-layout-right-info .desktop-service-box span{min-width:0;overflow:hidden;text-overflow:ellipsis}.html-layout-quantity-price{display:grid;grid-template-columns:minmax(160px,190px) minmax(150px,180px) minmax(150px,1fr);grid-gap:16px;gap:16px;align-items:end;overflow:hidden}.html-layout-field{display:grid;grid-gap:7px;gap:7px;min-width:0}.html-layout-field label{color:#384152;font-weight:800}.html-layout-field.price-field{grid-template-columns:auto 86px;grid-template-rows:auto auto;column-gap:6px;justify-content:start;align-items:center}.html-layout-field.price-field label{grid-column:1}.html-layout-field.price-field .price-input{grid-column:2;width:86px;height:40px;text-align:left}.html-layout-field.price-field small{grid-column:1/-1;white-space:nowrap}.html-layout-total{min-width:150px;justify-self:end;text-align:right;overflow:visible}.html-layout-total span,.html-layout-total strong{white-space:nowrap}.html-layout-fixed-actions{position:fixed;left:calc(50% + ((var(--html-left-width) + var(--html-gap)) / 2));bottom:12px;z-index:80;width:var(--html-right-width);padding:14px;border-radius:22px;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.16);transform:translateX(-50%);overflow:hidden}.html-layout-fixed-actions-inner{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 62px 76px;align-items:center;grid-gap:0;gap:0}.html-layout-fixed-actions .compare-card-button,.html-layout-fixed-actions a,.html-layout-fixed-actions button{width:100%;height:52px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;font-weight:900;white-space:nowrap}.html-layout-fixed-actions .quote{border-radius:12px 0 0 12px;color:#fff;background:linear-gradient(90deg,#ffc400,#ff7a00)}.html-layout-fixed-actions .compare .compare-card-button,.html-layout-fixed-actions .compare>span{border-radius:0 12px 12px 0;color:#fff;background:linear-gradient(90deg,#ff7a00,#ff3b00)}.html-layout-fixed-actions .icon{display:flex;align-items:center;justify-content:center;color:#334155;background:#fff;font-size:12px}.html-layout-fixed-actions .compare,.html-layout-fixed-actions .compare-action-wrap{position:relative;display:block;min-width:0}.html-layout-modal-backdrop{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:32px;background:rgba(15,23,42,.42);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.html-layout-quote-modal{width:min(720px,100%);display:grid;grid-gap:18px;gap:18px;padding:22px;border-radius:14px;background:#fff;box-shadow:0 28px 80px rgba(15,23,42,.28)}.html-layout-quote-modal .modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.html-layout-quote-modal .modal-head h2{margin:0 0 6px;font-size:22px}.html-layout-quote-modal .modal-head p{margin:0;color:#64748b;line-height:1.6}.html-layout-quote-modal .modal-close{width:34px;height:34px;display:grid;place-items:center;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#334155}.html-layout-quote-modal .modal-tabs{display:flex;gap:8px;padding:4px;border-radius:10px;background:#f1f5f9}.html-layout-quote-modal .modal-tabs button{height:38px;flex:1 1;border:0;border-radius:8px;background:transparent;color:#475569;font-weight:800}.html-layout-quote-modal .modal-tabs button.active{color:#111827;background:#fff;box-shadow:0 3px 10px rgba(15,23,42,.08)}.html-layout-quote-modal .modal-panel.active{display:grid;grid-gap:14px;gap:14px}.html-layout-quote-modal .modal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.html-layout-quote-modal .modal-field{display:grid;grid-gap:7px;gap:7px}.html-layout-quote-modal .modal-field.full{grid-column:1/-1}.html-layout-quote-modal .modal-field label{color:#334155;font-weight:800}.html-layout-quote-modal .modal-field input,.html-layout-quote-modal .modal-field select,.html-layout-quote-modal .modal-field textarea{width:100%;border:1px solid #dbe3ee;border-radius:8px;background:#fff;color:#0f172a}.html-layout-quote-modal .modal-field input,.html-layout-quote-modal .modal-field select{height:42px;padding:0 11px}.html-layout-quote-modal .modal-field textarea{min-height:76px;padding:10px 11px;resize:vertical}.html-layout-quote-modal .modal-empty{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px dashed #f59e0b;border-radius:10px;background:#fffbeb;color:#7c2d12}.html-layout-quote-modal .modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:6px;border-top:1px solid #edf0f5}.html-layout-quote-modal .modal-actions button{height:42px;padding:0 18px;border-radius:8px;font-weight:900}.html-layout-quote-modal .ghost-btn{border:1px solid #e5e7eb;background:#fff;color:#334155}.html-layout-quote-modal .primary-btn{border:0;color:#fff;background:linear-gradient(90deg,#ffc400,#ff7a00)}.html-layout-quote-modal .secondary-link{justify-self:start;border:0;background:transparent;font-weight:800}.html-layout-quote-modal .quote-chip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.product-detail-html-layout .html-layout-shop-link{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;min-width:0;color:inherit}.product-detail-html-layout .daily-price-box{color:#111827;background:#fff;box-shadow:none}.product-detail-html-layout .daily-price-box .price-main{color:#ff4d2e}.product-detail-html-layout .activity-price-box .price-main{color:#fff}.product-detail-html-layout .activity-price-box .coupon{color:#ff4d2e;background:#fff1ed}.product-detail-html-layout .daily-price-note{display:flex;align-items:center;gap:8px;color:#64748b;font-size:14px}.product-detail-html-layout .daily-price-note span{display:inline-flex;align-items:center;height:28px;padding:0 10px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#475569}.product-detail-html-layout .stock-notice{display:grid;grid-gap:6px;gap:6px;padding:12px 14px;border:1px solid #fed7aa;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:14px}.product-detail-html-layout .stock-notice strong{color:#111827}.html-layout-quote-modal .stock-confirm-box{display:grid;grid-gap:8px;gap:8px;padding:14px;border:1px solid #fed7aa;border-radius:10px;background:#fff7ed;color:#9a3412}.html-layout-quote-modal .secondary-link{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:38px;padding:0 12px;border-radius:8px;color:#ff4d2e;background:#fff}}@media (min-width:1680px){.product-detail-desktop{--html-left-width:760px;--html-right-width:620px;--html-main-image:610px;--html-gap:128px}}@media (min-width:901px) and (max-width:1380px){.product-detail-desktop{--html-left-width:620px;--html-right-width:560px;--html-main-image:500px;--html-gap:72px}.product-detail-desktop .html-layout-searchbar{grid-template-columns:160px minmax(0,1fr) 360px}.html-layout-quantity-price{grid-template-columns:minmax(150px,180px) minmax(140px,170px) minmax(140px,1fr)}}@media (min-width:901px) and (max-width:1180px){.product-detail-desktop .html-layout-page{width:var(--html-page-min)}.html-layout-fixed-actions{left:calc(54px + var(--html-left-width) + var(--html-gap) + (var(--html-right-width) / 2))}}@media (min-width:901px){body:has(.product-detail-html-layout),body:has(.storefront-detached-shop){margin:0;overflow-x:auto;background:#fff}.storefront-detached-shop{min-width:1180px;background:#fff;color:#111827}.storefront-detached-shop .store-desktop-searchbar{display:grid!important;grid-template-columns:240px minmax(0,1fr) 420px;align-items:center;min-width:1180px;height:74px;padding:0 28px;background:#fff}.storefront-detached-shop .store-desktop-search{display:grid!important;grid-template-columns:minmax(0,1fr) 84px;height:44px;border:2px solid #ffd8cf;border-radius:12px;overflow:hidden;background:#fff}.storefront-detached-shop .store-desktop-search button{color:#fff;background:#ff4d2e}.storefront-detached-shop .store-desktop-page{width:min(1760px,100%);min-width:1180px;margin:0 auto;padding:22px 28px 80px}.storefront-detached-shop .store-desktop-shop-card{display:grid!important;grid-template-columns:120px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;margin-bottom:18px}.storefront-detached-shop .store-desktop-layout{display:grid!important;grid-template-columns:190px minmax(0,1fr) 260px;grid-gap:18px;gap:18px;align-items:start}.storefront-detached-shop .store-desktop-goods{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.product-detail-html-layout .desktop-detail-utility,.product-detail-html-layout .html-layout-searchbar,.product-detail-html-layout .html-layout-shop-line{display:grid!important;visibility:visible!important}.product-detail-html-layout .html-layout-detail{grid-template-areas:"left right"}.product-detail-html-layout .html-layout-left-pane{grid-area:left}.product-detail-html-layout .html-layout-right-info{grid-area:right}.product-detail-html-layout .desktop-detail-section,.product-detail-html-layout .desktop-detail-tabs{grid-column:1/-1!important;width:100%;min-width:0;writing-mode:horizontal-tb!important}.product-detail-html-layout .desktop-detail-section div,.product-detail-html-layout .desktop-detail-section h2,.product-detail-html-layout .desktop-detail-section span,.product-detail-html-layout .desktop-detail-section strong,.product-detail-html-layout .desktop-detail-tabs a{writing-mode:horizontal-tb!important;-webkit-text-orientation:mixed!important;text-orientation:mixed!important}.product-detail-html-layout .desktop-detail-tabs{display:flex!important;gap:34px;align-items:center}.product-detail-html-layout .desktop-detail-section{display:grid!important;grid-gap:16px;gap:16px;padding:8px 0 28px}.product-detail-html-layout .desktop-param-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 72px;gap:18px 72px}.product-detail-html-layout .desktop-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.product-detail-html-layout .desktop-detail-shop{min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.product-detail-html-layout .desktop-detail-shop h1{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;writing-mode:horizontal-tb!important}.storefront-site-brand{width:160px;height:64px;display:flex!important;padding:0;min-width:160px}.storefront-site-brand,.storefront-site-logo{align-items:center;justify-content:flex-start}.storefront-site-logo{width:122px;height:54px;display:flex;overflow:hidden;color:#111827;font-size:18px;font-weight:900;line-height:1.1;white-space:normal}.storefront-site-logo img{width:122px;height:54px;display:block;object-fit:contain;object-position:left center}.storefront-detached-shop .store-desktop-searchbar{padding-left:28px!important}.product-detail-html-layout .html-layout-searchbar,.storefront-detached-shop .store-desktop-searchbar{grid-template-columns:160px minmax(0,1fr) 420px!important}.product-detail-html-layout .html-layout-brand{color:inherit}.storefront-top-utility{display:grid!important;grid-template-columns:minmax(220px,520px) minmax(0,1fr);align-items:center;grid-gap:18px;gap:18px;width:100%;min-height:38px;padding:0 34px;position:relative;z-index:120;overflow:visible;border-bottom:1px solid #edf1f5;background:#fff}.storefront-top-utility .storefront-announcement-nav{min-width:0;display:flex;justify-content:flex-start;gap:0;overflow:hidden}.storefront-announcement-link{display:block;max-width:100%;overflow:hidden;color:#334155;font-size:12px;line-height:38px;text-overflow:ellipsis;white-space:nowrap}.storefront-top-links{display:flex!important;align-items:center;justify-content:flex-end;justify-self:end;min-width:0;max-width:100%;height:38px;gap:18px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}}@media (min-width:901px){.storefront-top-links::-webkit-scrollbar{display:none}.storefront-top-links a{display:inline-flex;align-items:center;height:38px;flex:0 0 auto;color:#334155;font-size:12px;text-decoration:none}.storefront-top-links b{color:#ff4d2e}.html-layout-shop-actions a:last-child:nth-child(2),.store-desktop-shop-actions a:last-child:nth-child(2){margin-right:0}.product-detail-html-layout .html-layout-quantity-price{grid-template-columns:190px 180px minmax(190px,1fr)!important;align-items:end}.product-detail-html-layout .desktop-qty-row{display:flex;align-items:center;gap:10px}.product-detail-html-layout .quantity-control{height:40px;grid-template-columns:40px 50px 40px;border:1px solid #dbe3ee;border-radius:6px;overflow:hidden;background:#fff}.product-detail-html-layout .quantity-control button,.product-detail-html-layout .quantity-control input{min-height:40px;height:40px;border:0;border-radius:0}.product-detail-html-layout .quantity-control input{border-left:1px solid #dbe3ee;border-right:1px solid #dbe3ee}.product-detail-html-layout .html-layout-field.price-field{grid-template-columns:auto 86px;grid-template-rows:40px;align-items:center;column-gap:6px}.product-detail-html-layout .html-layout-field.price-field label{line-height:40px}.product-detail-html-layout .html-layout-field.price-field .price-input{width:86px;height:40px;border:1px solid #dbe3ee;border-radius:6px}.product-detail-html-layout .html-layout-total{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:6px 12px;gap:6px 12px;align-items:end;min-width:190px;padding-top:6px;border-top:1px solid #e5e7eb;text-align:right}.product-detail-html-layout .html-layout-total .min-price-line{grid-column:1/-1;justify-self:end;margin-top:-23px;padding:0 0 5px;color:#64748b;font-size:12px;line-height:18px;white-space:nowrap}.product-detail-html-layout .html-layout-total>div{grid-column:1}.product-detail-html-layout .html-layout-total>strong{grid-column:2}}@media (min-width:901px){body:has(.product-detail-html-layout):not(:has(.desktop-management-shell)) .store-detail-desktop-view .html-layout-searchbar,body:has(.product-detail-html-layout):not(:has(.desktop-management-shell)) .store-detail-desktop-view .storefront-top-utility{display:grid!important;visibility:visible!important;opacity:1!important}body:has(.product-detail-html-layout):not(:has(.desktop-management-shell)) .store-detail-desktop-view .storefront-top-utility{min-width:var(--html-page-min);min-height:38px!important}}@media (min-width:901px){.customer-shell .store-detail-desktop-view .product-detail-html-layout>.storefront-top-utility,.desktop-management-shell .store-detail-desktop-view .product-detail-html-layout>.storefront-top-utility,.management-shell .store-detail-desktop-view .product-detail-html-layout>.storefront-top-utility,.product-detail-html-layout>.storefront-top-utility{display:grid!important;visibility:visible!important;opacity:1!important;position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:300!important;width:100vw!important;min-width:0!important;height:38px!important;min-height:38px!important;grid-template-columns:minmax(180px,520px) minmax(0,1fr)!important;padding:0 34px!important;background:#fff!important;border-bottom:1px solid #edf1f5!important;box-shadow:0 1px 0 rgba(15,23,42,.04)!important}.product-detail-html-layout>.storefront-top-utility .storefront-top-links{display:flex!important;justify-content:flex-end!important;align-items:center!important;height:38px!important;overflow:visible!important}.product-detail-html-layout>.storefront-top-utility .storefront-top-links a{color:#334155!important}.product-detail-html-layout .html-layout-searchbar{margin-top:38px!important}.product-detail-html-layout .html-layout-right-info,.product-detail-html-layout .product-detail-desktop-info{max-height:none!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;scrollbar-width:none!important}.product-detail-html-layout .html-layout-right-info::-webkit-scrollbar,.product-detail-html-layout .product-detail-desktop-info::-webkit-scrollbar{display:none!important}}@media (min-width:901px){.product-detail-html-layout>.storefront-top-utility,.store-detail-desktop-view .product-detail-html-layout>.storefront-top-utility{position:-webkit-sticky!important;position:sticky!important;top:0!important;left:auto!important;right:auto!important;z-index:120!important;width:100%!important;min-width:var(--html-page-min)!important;height:38px!important;min-height:38px!important}.product-detail-html-layout .html-layout-searchbar,.store-detail-desktop-view .product-detail-html-layout .html-layout-searchbar{margin-top:0!important}.store-detail-desktop-view,.store-detail-desktop-view .product-detail-html-layout,.store-detail-desktop-view .product-detail-html-layout .html-layout-detail,.store-detail-desktop-view .product-detail-html-layout .html-layout-page,.store-detail-desktop-view .product-detail-html-layout .html-layout-right-info,.store-detail-desktop-view .product-detail-html-layout .product-detail-desktop-info,.store-detail-desktop-view .product-detail-html-layout aside.html-layout-right-info{max-height:none!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;scrollbar-width:none!important}.store-detail-desktop-view .product-detail-html-layout .html-layout-right-info::-webkit-scrollbar,.store-detail-desktop-view .product-detail-html-layout .product-detail-desktop-info::-webkit-scrollbar,.store-detail-desktop-view .product-detail-html-layout aside.html-layout-right-info::-webkit-scrollbar{display:none!important;width:0!important}}@media (min-width:901px){.product-detail-html-layout>.product-detail-topline{position:static!important;display:grid!important;grid-template-columns:minmax(220px,520px) minmax(0,1fr)!important;align-items:center!important;grid-gap:18px!important;gap:18px!important;width:100%!important;min-width:var(--html-page-min)!important;min-height:38px!important;height:38px!important;padding:0 34px!important;margin:0!important;border-bottom:1px solid #edf1f5!important;background:#fff!important;box-shadow:none!important;transform:none!important}.product-detail-html-layout>.product-detail-topline .storefront-announcement-nav{min-width:0!important;overflow:hidden!important}.product-detail-html-layout>.product-detail-topline .storefront-announcement-link{display:block!important;max-width:100%!important;line-height:38px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-detail-html-layout>.product-detail-topline .storefront-top-links{display:flex!important;align-items:center!important;justify-content:flex-end!important;justify-self:end!important;gap:18px!important;height:38px!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important}.product-detail-html-layout>.product-detail-topline .storefront-top-links a{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;height:38px!important;color:#334155!important;font-size:12px!important}.product-detail-html-layout .html-layout-searchbar{margin-top:0!important}.product-detail-html-layout,.product-detail-html-layout .html-layout-detail,.product-detail-html-layout .html-layout-page,.product-detail-html-layout .html-layout-right-info,.product-detail-html-layout .product-detail-desktop-info,.product-detail-html-layout aside.html-layout-right-info,.product-detail-html-layout aside.product-detail-desktop-info,.store-detail-desktop-view{max-height:none!important;height:auto!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;overscroll-behavior:auto!important;scrollbar-width:none!important}.product-detail-html-layout .html-layout-right-info,.product-detail-html-layout .product-detail-desktop-info,.product-detail-html-layout aside.html-layout-right-info,.product-detail-html-layout aside.product-detail-desktop-info{position:static!important;top:auto!important;padding-right:0!important}.product-detail-html-layout .html-layout-right-info::-webkit-scrollbar,.product-detail-html-layout .product-detail-desktop-info::-webkit-scrollbar,.product-detail-html-layout aside.html-layout-right-info::-webkit-scrollbar,.product-detail-html-layout aside.product-detail-desktop-info::-webkit-scrollbar{display:none!important;width:0!important}}@media (min-width:901px){.product-detail-html-layout>.product-detail-topline{position:static!important;display:grid!important;grid-template-columns:minmax(220px,520px) minmax(0,1fr)!important;align-items:center!important;grid-gap:18px!important;gap:18px!important;width:100%!important;min-width:var(--html-page-min)!important;height:38px!important;min-height:38px!important;padding:0 34px!important;margin:0!important;border-bottom:1px solid #edf1f5!important;background:#fff!important;box-shadow:none!important;transform:none!important}.product-detail-html-layout>.product-detail-topline .storefront-announcement-nav{min-width:0!important;overflow:hidden!important}.product-detail-html-layout>.product-detail-topline .storefront-announcement-link{display:block!important;max-width:100%!important;line-height:38px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-detail-html-layout>.product-detail-topline .storefront-top-links{display:flex!important;align-items:center!important;justify-content:flex-end!important;justify-self:end!important;gap:18px!important;height:38px!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important}.product-detail-html-layout>.product-detail-topline .storefront-top-links a{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;height:38px!important;color:#334155!important;font-size:12px!important}body:has(.product-detail-html-layout){overflow-y:auto!important}.product-detail-html-layout,.product-detail-html-layout .html-layout-detail,.product-detail-html-layout .html-layout-page,.product-detail-html-layout .html-layout-right-info,.product-detail-html-layout .product-detail-desktop-info,.product-detail-html-layout aside.html-layout-right-info,.product-detail-html-layout aside.product-detail-desktop-info,.store-detail-desktop-view{max-height:none!important;height:auto!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;overscroll-behavior:auto!important;scrollbar-width:none!important}.product-detail-html-layout.product-detail-desktop{--html-left-width:710px!important;--html-right-width:620px!important;--html-thumb-width:74px!important;--html-main-image:548px!important;--html-gap:112px!important;--html-page-min:1180px!important;--html-page-max:1760px!important;min-width:var(--html-page-min)!important;background:#fff!important}.product-detail-html-layout>.product-detail-topline{position:static!important;display:grid!important;grid-template-columns:minmax(220px,520px) minmax(0,1fr)!important;width:100%!important;min-width:var(--html-page-min)!important;height:38px!important;min-height:38px!important;padding:0 34px!important;margin:0!important;border-bottom:1px solid #edf1f5!important;background:#fff!important;box-shadow:none!important;transform:none!important}.product-detail-html-layout .html-layout-searchbar{width:calc(var(--html-left-width) + var(--html-gap) + var(--html-right-width))!important;min-width:0!important;height:74px!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:160px minmax(0,1fr) 420px!important;grid-gap:24px!important;gap:24px!important;align-items:center!important}.product-detail-html-layout .html-layout-page{width:min(var(--html-page-max),100%)!important;min-width:var(--html-page-min)!important;margin:0 auto!important;padding:28px 90px 90px 54px!important;overflow:visible!important}.product-detail-html-layout .html-layout-detail{display:grid!important;grid-template-columns:var(--html-left-width) var(--html-right-width)!important;grid-gap:var(--html-gap)!important;gap:var(--html-gap)!important;align-items:start!important;justify-content:center!important;overflow:visible!important}.product-detail-html-layout .html-layout-left-pane{display:grid!important;grid-template-columns:var(--html-thumb-width) var(--html-main-image)!important;grid-gap:18px 20px!important;gap:18px 20px!important;grid-area:auto!important}.product-detail-html-layout .html-layout-gallery{grid-column:1/-1!important;display:grid!important;grid-template-columns:var(--html-thumb-width) var(--html-main-image)!important;grid-gap:20px!important;gap:20px!important;padding:0!important;overflow:visible!important}.product-detail-html-layout .html-layout-main-area{display:grid!important;grid-gap:16px!important;gap:16px!important;justify-items:center!important}.product-detail-html-layout .html-layout-main-image{position:relative!important;width:var(--html-main-image)!important;height:var(--html-main-image)!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:10px!important;background:#fff!important}.product-detail-html-layout .html-layout-right-wrap{align-self:start!important;min-width:0!important;grid-area:auto!important}.product-detail-html-layout .html-layout-right-info,.product-detail-html-layout .html-layout-right-wrap{position:relative!important;top:auto!important;width:var(--html-right-width)!important;height:auto!important;overflow:visible!important}.product-detail-html-layout .html-layout-right-info{max-width:var(--html-right-width)!important;max-height:none!important;display:grid!important;grid-gap:16px!important;gap:16px!important;overflow-x:visible!important;overflow-y:visible!important;padding:0 8px 150px 0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;scrollbar-width:none!important}}@media (min-width:901px){.product-detail-html-layout .html-layout-right-info::-webkit-scrollbar{display:none!important;width:0!important}.product-detail-html-layout .html-layout-fixed-actions{position:fixed!important;left:calc(50% + ((var(--html-left-width) + var(--html-gap)) / 2))!important;bottom:12px!important;z-index:180!important;width:var(--html-right-width)!important;padding:14px!important;border-radius:22px!important;background:#fff!important;box-shadow:0 18px 46px rgba(15,23,42,.16)!important;transform:translateX(-50%)!important;overflow:hidden!important}}