@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&display=swap";:root{--bg: #eef1f5;--surface: rgba(255, 255, 255, .9);--surface-strong: #ffffff;--border: rgba(51, 65, 85, .14);--text: #1e2530;--muted: #64748b;--accent: #2563eb;--accent-dark: #1d4ed8;--primary: #334155;--secondary: #2563EB;--primary-rgb: 51, 65, 85;--secondary-rgb: 37, 99, 235;--accent-rgb: 37, 99, 235;--success: #1f7a4a;--warning: #b46f07;--danger: #9b2d30;--shadow: 0 24px 60px rgba(51, 65, 85, .12)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Instrument Sans,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(var(--secondary-rgb),.16),transparent 30%),radial-gradient(circle at bottom right,rgba(var(--primary-rgb),.14),transparent 30%),linear-gradient(180deg,#f5f9fc,#e9f0f6)}a{color:inherit;text-decoration:none}fieldset{margin:0;padding:0;border:none;min-width:0}input,select,textarea{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--border);border-radius:14px;background:rgba(var(--secondary-rgb),.03);color:var(--text);font:inherit}select{padding-right:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23334155' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px 8px;cursor:pointer}textarea{padding:14px;resize:vertical}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}body{line-height:1.3;font-size:16px}h1{font-size:2rem;line-height:1.3}p{line-height:1.3}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;width:300px;height:100vh;overflow-y:auto;padding:32px 24px;border-right:1px solid var(--border);background:#ffffffb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.content{margin-left:300px;min-height:100vh;padding:15px;background:transparent}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.brand h1,.hero h2,.page-head h2,.panel-head h3,.auth-panel h1{margin:0;font-family:Roboto Slab,Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-.03em}.auth-panel h1{font-size:42px}.eyebrow,.card-label{margin:0 0 10px;color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.muted,.lead,.sidebar-card p,.checklist p,.table-note{color:var(--muted)}.table-note{font-size:12px;line-height:1.4}.hero,.page-head,.panel-head,.filters,.stats-grid,.checklist,.detail-grid,.calculator-grid,.dashboard-toolbar,.dashboard-filters,.dashboard-tabs,.dashboard-summary{display:grid;gap:20px}.hero{grid-template-columns:1.8fr 1fr;align-items:stretch;margin-bottom:24px}.hero>.hero-panel:only-child{grid-column:1/-1}.hero>.page-actions{justify-self:end;align-self:start}.page-head{grid-template-columns:minmax(0,1fr) auto;align-items:start;margin-bottom:24px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}.page-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.page-actions-submit{flex-direction:row-reverse;justify-content:space-between;margin-bottom:24px}.page-actions-submit>.button:only-child{margin-inline:auto}@media(max-width:500px){.page-actions-submit{flex-direction:column-reverse;align-items:stretch}}.page-actions-submit .button:not(.button-secondary){min-height:52px;padding:0 24px;font-size:17px}.page-action-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:rgba(var(--secondary-rgb),.14);color:var(--accent-dark);font-size:12px;font-weight:700;line-height:1}.page-head>.page-actions{justify-self:end}.page-back-link{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.icon{width:18px;height:18px;flex:0 0 auto}.icon-inline{width:16px;height:16px}.topbar-user{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.topbar-avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--surface-strong);color:var(--accent-dark)}.sidebar-card-text{display:flex;gap:10px;align-items:flex-start}.sidebar-user{margin-top:auto;display:grid;gap:16px;padding-top:24px}.sidebar-user-info{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--surface-strong)}.sidebar-logout{width:100%;justify-content:center}.stat-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-bottom:12px;border-radius:12px;background:rgba(var(--secondary-rgb),.12);color:var(--accent-dark)}@media(max-width:1100px){.app-shell,.hero,.page-head,.stats-grid,.checklist,.filters,.detail-grid,.calculator-grid,.dashboard-tabs,.dashboard-summary,.dashboard-filters{grid-template-columns:1fr}.sidebar{position:static;inset:auto;width:auto;height:auto;overflow:visible;border-right:0;border-bottom:1px solid var(--border)}.content{margin-left:0}}@media(max-width:720px){.content,.sidebar{padding:15px}.panel-head{grid-template-columns:1fr}}.nav{display:grid;gap:10px;margin:28px 0}.nav a{display:flex;align-items:center;gap:12px;justify-content:flex-start;min-height:46px;padding:0 16px;border:1px solid rgba(var(--primary-rgb),.08);border-radius:14px;background:#fff;color:var(--text);box-shadow:none;font-weight:700;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.nav a .nav-badge{margin-left:auto;min-width:26px;height:26px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(var(--secondary-rgb),.16);color:var(--accent-dark);font-size:12px;font-weight:700}.nav a:hover,.nav a:focus-visible{background:rgba(var(--secondary-rgb),.14);border-color:rgba(var(--secondary-rgb),.28);color:var(--accent-dark)}.nav a:focus-visible{outline:none}.nav a.active{background:var(--primary);border-color:var(--primary);color:#fff}.nav a.active:hover,.nav a.active:focus-visible{background:var(--primary);border-color:var(--primary);color:#fff}.nav a.active .nav-badge{background:#ffffff2e;color:#fff}.nav-group-toggle .nav-badge{margin-left:8px;min-width:26px;height:26px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(var(--secondary-rgb),.16);color:var(--accent-dark);font-size:12px;font-weight:700}.nav-group-toggle.active .nav-badge{background:#ffffff2e;color:#fff}.nav-group{display:grid;gap:6px}.nav-group-toggle{display:flex;align-items:center;width:100%;gap:12px;justify-content:flex-start;min-height:46px;padding:0 16px;border:1px solid rgba(var(--primary-rgb),.08);border-radius:14px;background:#fff;color:var(--text);font:inherit;font-weight:700;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.nav-group-toggle:hover,.nav-group-toggle:focus-visible{background:rgba(var(--secondary-rgb),.14);border-color:rgba(var(--secondary-rgb),.28);color:var(--accent-dark)}.nav-group-toggle:focus-visible{outline:none}.nav-group-toggle.active{background:var(--primary);border-color:var(--primary);color:#fff}.nav-group-toggle.active:hover,.nav-group-toggle.active:focus-visible{background:var(--primary);border-color:var(--primary);color:#fff}.nav-group-chevron{margin-left:auto;transition:transform .18s ease}.nav-group-toggle.expanded .nav-group-chevron{transform:rotate(180deg)}.nav-submenu{display:grid;gap:4px;padding-left:20px}.nav-submenu[hidden]{display:none}.nav-submenu a{min-height:36px;padding:0 16px;border:none;border-radius:10px;background:transparent;font-size:14px;font-weight:600;color:var(--muted)}.nav-submenu a:hover,.nav-submenu a:focus-visible{background:rgba(var(--secondary-rgb),.12);border-color:transparent;color:var(--accent-dark)}.nav-submenu a.active{background:rgba(var(--primary-rgb),.1);border-color:transparent;color:var(--primary)}.nav-submenu a.active:hover,.nav-submenu a.active:focus-visible{background:rgba(var(--primary-rgb),.1);border-color:transparent;color:var(--primary)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 16px;border-radius:14px;border:1px solid var(--primary);background:var(--primary);color:#fff;font-weight:700;cursor:pointer;box-shadow:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.button:disabled,.button[disabled],.button.button-secondary:disabled,.button.button-secondary[disabled],.button.button-danger:disabled,.button.button-danger[disabled]{background:#e6e9ee;border-color:#cfd6e0;color:#8a94a3;cursor:default;pointer-events:none;box-shadow:none}.button:hover,.button:focus-visible{background:rgba(var(--primary-rgb),.9);border-color:rgba(var(--primary-rgb),.9)}.button:focus-visible{outline:none}.button.button-secondary{background:#fff;color:var(--text);border-color:var(--border);box-shadow:none}.button.button-secondary:hover,.button.button-secondary:focus-visible{background:rgba(var(--secondary-rgb),.14);border-color:rgba(var(--secondary-rgb),.28);color:var(--accent-dark)}.button.button-danger{border-color:#b91c1c;background:#b91c1c;color:#fff5f5}.button.button-danger:hover,.button.button-danger:focus-visible{background:#991b1b;border-color:#991b1b}.button.button-icon{min-width:40px;min-height:40px;padding:0}.button.button-subtle{min-height:auto;padding:4px 2px;background:transparent;border-color:transparent;color:var(--muted);font-weight:600}.button.button-subtle:hover,.button.button-subtle:focus-visible{background:transparent;border-color:transparent;color:var(--accent-dark);text-decoration:underline}.table-badges{display:flex;align-items:center;justify-content:flex-end;gap:6px}.table-col-right{text-align:right}.badge,.order-invoice-badge,.order-payment-badge,.order-flag-badge,.user-status-badge,.return-usage-badge,.item-type{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.badge-sm,.order-flag-badge{min-height:22px;padding:0 8px;font-size:11px}.badge-uppercase,.item-type{letter-spacing:.04em;text-transform:uppercase}.badge-muted,.order-payment-badge-muted,.return-usage-badge-unused,.item-type{background:rgba(var(--primary-rgb),.08);color:var(--muted)}.badge-success,.order-invoice-badge,.order-payment-badge-success,.user-status-badge-active,.return-usage-badge-used,.item-type-custom{background:#1f7a4a1f;color:var(--success)}.badge-warning,.order-payment-badge-warning,.order-flag-badge-diet,.item-type-sale,.item-type-return{background:#b46f071f;color:var(--warning)}.badge-danger,.order-payment-badge-danger,.user-status-badge-inactive{background:#9b2d301f;color:var(--danger)}.badge-accent,.order-flag-badge-first{background:rgba(var(--secondary-rgb),.16);color:var(--accent-dark)}.item-type{margin-top:8px}.sidebar-card,.hero-panel,.stat-card,.panel,.summary-card,.auth-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.sidebar-card,.panel,.stat-card,.hero-panel{border-radius:24px}.summary-card{border-radius:18px;background:var(--surface-strong)}.auth-panel{border-radius:28px}.sidebar-card,.hero-panel,.panel,.stat-card{padding:16px}.hero-panel p.muted,.panel p.muted,.stat-card p.muted{margin:5px 0;font-size:14px}.stat-card .card-label{font-size:12px}.panel{margin-bottom:24px}.detail-grid>.panel,.stats-grid>.panel,.stats-grid>.stat-card,.panel>.panel,.product-list>.panel{margin-bottom:0}.summary-card{padding:16px}.summary-card strong{font-size:18px;line-height:1.15}.stat-card strong{font-size:18px;line-height:1.2}.stat-card-link{color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.stat-card-link:hover,.stat-card-link:focus-visible{transform:translateY(-2px);border-color:rgba(var(--secondary-rgb),.34);background:rgba(var(--secondary-rgb),.12);box-shadow:0 18px 36px rgba(var(--primary-rgb),.12)}.stat-card-link:focus-visible{outline:none}.panel-head{grid-template-columns:1fr auto;align-items:center}.admin-body .panel-head{padding-bottom:10px}.admin-body .panel-head h3{margin:0 0 6px}.filters{grid-template-columns:2fr 1fr auto;align-items:end}.filters-4up{grid-template-columns:2fr 1fr 1fr auto}.homepage-limits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,220px));gap:20px}@media(max-width:480px){.homepage-limits-grid{grid-template-columns:1fr}}.filters-5up{grid-template-columns:2fr 1fr 1fr 1fr auto}.filters label,.auth-form label,.dashboard-filters label,.detail-status-form label{display:grid}.auth-form label:not(.checkbox-row),.dashboard-filters label:not(.checkbox-row),.detail-status-form label:not(.checkbox-row){align-content:start}.filters span,.dashboard-filters span,.detail-status-form span{font-size:14px;font-weight:700;color:var(--muted)}.admin-body label:not(.checkbox-row)>span:first-child{display:block;margin-bottom:6px;font-size:13px;font-weight:700;line-height:1.35;color:var(--muted)}.panel>label:not(.checkbox-row)+label:not(.checkbox-row){display:block;margin-top:20px}.filter-actions{display:flex;gap:12px;align-items:center}.auth-body{display:grid;place-items:center;padding:24px}.auth-shell{width:min(100%,520px)}.auth-form{display:grid;gap:20px}.dashboard-filters{grid-template-columns:auto repeat(3,minmax(0,180px)) auto;align-items:end}.dashboard-filters .checkbox-row{justify-self:start;width:max-content;padding:0}.checkbox-row{display:flex!important;gap:12px;align-items:flex-start}.checkbox-row input{width:auto;min-height:auto}.custom-date.hidden,.checkbox-row.hidden{display:none!important}.choice-control{position:relative;flex-shrink:0;cursor:pointer;-webkit-user-select:none;user-select:none}.choice-control input[type=checkbox],.choice-control input[type=radio]{position:absolute;inset:0 auto auto 0;width:24px;height:24px;margin:0;opacity:0;pointer-events:none}.choice-indicator{width:24px;height:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(var(--primary-rgb),.18);background:#ffffffc7;color:transparent;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.choice-indicator .icon{width:14px;height:14px}.choice-indicator-checkbox{border-radius:8px}.choice-indicator-radio{border-radius:999px}.choice-indicator-radio .icon{fill:currentColor}.choice-label{color:var(--text);font-weight:600}.choice-label a,.muted a{text-decoration:underline}.choice-label a:hover,.muted a:hover{text-decoration:none}.choice-group-label{display:block;margin-bottom:8px;font-size:14px;font-weight:700;color:var(--muted)}.choice-group{display:flex;gap:18px;flex-wrap:wrap;min-height:48px;align-items:center}.choice-control-inline{display:inline-flex;align-items:center;gap:12px}.input-with-suffix{display:inline-flex;align-items:center;gap:10px}.input-suffix{font-weight:700;color:var(--muted)}.choice-control:hover .choice-indicator{border-color:rgba(var(--secondary-rgb),.4);box-shadow:0 10px 24px rgba(var(--primary-rgb),.08)}.choice-control input[type=checkbox]:focus-visible+.choice-indicator,.choice-control input[type=radio]:focus-visible+.choice-indicator{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--secondary-rgb),.14)}.choice-control input[type=checkbox]:checked+.choice-indicator,.choice-control input[type=radio]:checked+.choice-indicator{border-color:var(--accent);background:rgba(var(--secondary-rgb),.12);color:var(--accent-dark)}.choice-control input[type=checkbox]:checked+.choice-indicator{transform:translateY(-1px)}.inline-status-form,.detail-status-form{display:grid;gap:8px}.inline-status-form select,.detail-status-form select{min-width:156px}.detail-status-form{margin-top:20px}.detail-status-form.detail-status-form-compact{width:fit-content}.detail-status-form.detail-status-form-compact .detail-status-label{font-size:inherit;font-weight:400;color:var(--text)}.detail-status-form.detail-status-form-compact select{width:fit-content;min-width:max-content}.form-input-short{max-width:180px}.form-row-inline{display:flex;align-items:flex-end;gap:12px}.form-textarea-compact{min-height:120px}@media(max-width:720px){.filter-actions{flex-direction:column;align-items:stretch}.form-input-short{max-width:100%}.filters-4up,.filters-5up{grid-template-columns:1fr}}.homepage-product-search{position:relative;max-width:360px;margin-bottom:20px}.homepage-product-suggestions{position:absolute;z-index:5;top:calc(100% + 4px);left:0;right:0;overflow:hidden auto;max-height:260px;border:1px solid var(--border);border-radius:14px;background:var(--surface-strong);box-shadow:var(--shadow)}.homepage-product-suggestion{display:flex;flex-direction:column;gap:2px;width:100%;padding:10px 14px;border:none;border-bottom:1px solid var(--border);background:none;text-align:left;cursor:pointer;font:inherit;color:var(--text)}.homepage-product-suggestion:last-child{border-bottom:none}.homepage-product-suggestion:hover{background:rgba(var(--secondary-rgb),.08)}.homepage-product-suggestion span{font-size:13px;color:var(--muted)}.homepage-product-suggestion-empty{color:var(--muted);cursor:default}.homepage-product-suggestion-empty:hover{background:none}.form-errors{border-left:3px solid var(--danger)}.form-errors p{margin:0;color:var(--danger)}.form-errors p+p{margin-top:6px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:16px 12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.row-link-table td{vertical-align:middle}.table-col-checkbox{width:64px}.table-col-position{width:110px}.table-position-input{width:80px}.row-link{cursor:pointer;transition:background-color .18s ease}.row-link:hover{background:rgba(var(--secondary-rgb),.08)}th{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}td strong,.table-note{display:block}.empty-state{text-align:center;color:var(--muted);padding:32px 12px}.pagination-wrap{margin-top:20px}.pagination-shell{display:grid;gap:14px}.pagination-summary{margin:0;font-size:14px;color:var(--muted)}.pagination-links{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;justify-content:center;overflow-x:auto}.pagination-link,.pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:40px;min-height:40px;padding:0 12px;border-radius:14px;border:1px solid rgba(var(--primary-rgb),.08);background:#fff;color:var(--muted);font-size:16px;text-decoration:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.pagination-link-active{font-weight:700;background:var(--primary);border-color:var(--primary);color:#fff}.pagination-link:hover,.pagination-link:focus-visible{border-color:rgba(var(--secondary-rgb),.28);background:rgba(var(--secondary-rgb),.14);color:var(--accent-dark)}.pagination-link-active:hover,.pagination-link-active:focus-visible{background:var(--primary);border-color:var(--primary);color:#fff}.pagination-link:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(var(--secondary-rgb),.12)}.pagination-link-disabled{opacity:.5}.pagination-ellipsis{min-width:auto;min-height:auto;padding:0;border:0;background:transparent}.activity-log-diff{margin-top:10px;font-size:13px}.activity-log-diff th,.activity-log-diff td{padding:4px 10px 4px 0;border-bottom:0;text-transform:none;letter-spacing:normal;font-size:13px;color:var(--text)}.activity-log-diff th{font-weight:700;color:var(--muted);white-space:nowrap}.flash{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding:14px 18px;border:1px solid var(--border);border-radius:16px;font-weight:700;background:var(--surface-strong);box-shadow:var(--shadow)}.flash-danger{color:var(--danger);border-color:#9b2d302e}.flash-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:transparent;color:currentColor;cursor:pointer;transition:background-color .18s ease,opacity .18s ease}.flash-close:hover{background:#25180d14}.dashboard-toolbar{grid-template-columns:1fr;margin-bottom:18px}.dashboard-tab{min-height:46px;padding:0 16px;border:1px solid rgba(var(--primary-rgb),.08);border-radius:14px;background:#fff;color:var(--text);font:inherit;font-weight:700;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.dashboard-tab:hover,.dashboard-tab:focus-visible{background:rgba(var(--secondary-rgb),.14);border-color:rgba(var(--secondary-rgb),.28);color:var(--accent-dark)}.dashboard-tab:focus-visible{outline:none}.dashboard-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.dashboard-tab.active:hover,.dashboard-tab.active:focus-visible{background:var(--primary);color:#fff;border-color:var(--primary)}.product-filters,.product-list{display:grid;gap:12px}.product-filters{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.product-filter{display:grid;gap:8px;padding:16px 18px;border:1px solid var(--border);border-radius:18px;background:var(--surface-strong);color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-filter:hover,.product-filter.active{transform:translateY(-1px);border-color:rgba(var(--secondary-rgb),.28);box-shadow:0 16px 32px rgba(var(--primary-rgb),.08)}.product-filter strong{font-size:24px}.product-detail-tabs{grid-template-columns:repeat(4,minmax(0,max-content));justify-content:start;margin-bottom:24px}.product-detail-tabs .dashboard-tab{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;text-decoration:none}.product-group{display:block}.product-row{display:grid;grid-template-columns:minmax(260px,1.5fr) .8fr 1fr auto;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-strong)}.product-group-card{border:1px solid var(--border);border-radius:18px;background:var(--surface-strong);overflow:hidden}.product-group-card .product-row{border:0;border-radius:0;background:transparent}.product-group-card .product-row-unpublished{background:transparent}.product-group-card .product-row-unpublished .product-main,.product-group-card .product-row-unpublished .product-meta,.product-group-card .product-row-unpublished .product-price-cell{opacity:.62}.product-row+.product-row{border-top:1px solid rgba(var(--primary-rgb),.1)}.product-row-child .product-main{padding-left:20px}.product-row-clickable{cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease}.product-row-clickable:hover,.product-row-clickable:focus-visible{background:rgba(var(--secondary-rgb),.08);box-shadow:inset 3px 0 0 var(--accent)}.product-row-clickable:focus-visible{outline:none}.product-row-head{padding-top:8px;padding-bottom:8px;border-style:dashed;background:transparent}.product-row-head .order-item-label{color:var(--accent-dark)}.product-cell{min-width:0}.product-price-cell,.product-status{justify-items:end}.product-cell a{color:inherit;text-decoration:none}.product-cell a:hover{text-decoration:underline}.product-index-cell{display:inline-flex;align-items:center;gap:6px}.product-index-text{display:grid;gap:2px}.product-index-sku{font-size:12px;color:var(--muted)}.product-variant-icon{width:14px;height:14px;flex-shrink:0;color:var(--muted)}.product-index-table th:first-child,.product-index-table td:first-child{padding-left:0}.product-index-table th:last-child,.product-index-table td:last-child{padding-right:0}.product-index-table td{font-size:15px}.product-index-table th{font-size:12px}.product-main,.product-meta{display:grid;gap:4px}.product-subline{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.product-title-line,.product-row strong{font-size:15px;line-height:1.35}.product-photo-stat{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:center}.product-photo-stat-thumb{width:72px;height:72px;border-radius:16px;overflow:hidden;display:grid;place-items:center;background:#e6eaf0;color:var(--muted)}.product-photo-stat-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-photo-stat-body{display:grid;gap:10px}.product-photo-stat-link{justify-self:start}.product-price-stat-list{display:grid;gap:8px;width:100%;margin-top:6px}.product-price-stat-row{display:block;padding-top:8px;border-top:1px solid rgba(var(--primary-rgb),.1)}.product-price-stat-row:first-child{padding-top:0;border-top:0}.product-price-stat-row strong{font-size:16px}.product-multiline{display:grid;gap:6px}.product-price-align{width:100%;display:grid;justify-items:end}.product-meta{justify-items:start}.product-edit-form{display:grid;gap:22px}.product-form-grid{display:grid;grid-template-columns:1fr;gap:20px}.product-form-toggles{display:flex;align-items:center;flex-wrap:wrap;gap:14px 18px}.product-form-toggles .checkbox-row{margin:0}.product-form-grid>label:not(.checkbox-row),.product-custom-pricing-row>label,.product-standard-pricing>label{display:grid;align-content:start;padding-bottom:6px}.product-form-field{display:grid;margin-top:20px}.product-form-field:first-child{margin-top:0}.product-variants-heading{display:block;margin-bottom:6px;font-size:13px;font-weight:700;line-height:1.35;color:var(--muted)}.product-variants-box{padding:16px 18px;border:1px solid rgba(var(--primary-rgb),.1);border-radius:16px;background:rgba(var(--secondary-rgb),.06)}.product-form-grid select{width:min(100%,180px);justify-self:start}.product-form-grid .product-parent-select,.product-form-grid .product-category-select{width:min(100%,510px)}.searchable-select{position:relative}.searchable-select-options{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;max-height:240px;overflow-y:auto;display:grid;gap:2px;padding:6px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 16px 32px rgba(var(--primary-rgb),.12)}.searchable-select-options[hidden]{display:none}.searchable-select-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 10px;border:0;border-radius:12px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.searchable-select-option:hover{background:rgba(var(--secondary-rgb),.1)}.searchable-select-option-sku{font-size:12px;color:var(--muted)}.product-form-grid .input-with-suffix{justify-self:start}.product-form-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.product-custom-pricing{grid-column:1/-1;display:grid;gap:14px}.quantity-discount-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px;margin-bottom:14px}.quantity-discount-row label{flex:1;min-width:140px}.product-custom-pricing-row,.product-standard-pricing{display:grid;grid-template-columns:1fr;gap:20px}.product-custom-pricing-row>label,.product-standard-pricing>label{display:grid;align-content:start}.product-standard-pricing{grid-column:1/-1;display:grid;grid-template-columns:1fr;gap:20px}.product-custom-pricing-row{display:grid;grid-template-columns:1fr;gap:20px}.product-meta-card{display:grid;gap:6px;padding:16px 18px;border:1px solid rgba(var(--primary-rgb),.1);border-radius:16px;background:rgba(var(--secondary-rgb),.06)}.product-meta-card a{color:inherit}.product-meta-card strong{font-size:17px}.product-editor-field{display:grid;gap:10px;margin-top:20px}.product-images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.product-image-panel{display:grid;gap:14px;padding:18px;border:1px solid rgba(var(--primary-rgb),.1);border-radius:18px;background:rgba(var(--secondary-rgb),.06)}.product-image-panel-head h4{margin:6px 0 0}.product-image-preview,.product-gallery-preview{position:relative;border-radius:16px;overflow:hidden;background:#e6eaf0}.product-image-preview{aspect-ratio:4/3}.product-image-preview img,.product-gallery-preview img{width:100%;height:100%;object-fit:cover;display:block}.product-image-placeholder,.product-gallery-empty{min-height:180px;display:grid;place-items:center;gap:8px;color:var(--muted);text-align:center;padding:20px}.product-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}.product-gallery-card{display:grid;gap:10px;text-decoration:none;color:inherit}.product-image-actions{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:14px;background:linear-gradient(180deg,#0f172a05 15%,#0f172ab8);opacity:0;transition:opacity .18s ease}.product-image-preview:hover .product-image-actions,.product-gallery-preview:hover .product-image-actions,.product-image-preview:focus-within .product-image-actions,.product-gallery-preview:focus-within .product-image-actions{opacity:1}.product-image-action{min-height:40px;padding:0 14px}.product-gallery-preview{aspect-ratio:1}.product-gallery-meta{display:flex;align-items:center;gap:10px;font-size:14px}.product-gallery-meta input{width:auto;min-height:auto}.product-editor-field .tox-tinymce{width:100%!important;border-radius:16px;overflow:hidden;border-color:rgba(var(--primary-rgb),.12)}.product-editor-field .tox .tox-editor-header{box-shadow:none}.product-editor-field .tox .tox-toolbar,.product-editor-field .tox .tox-toolbar__primary,.product-editor-field .tox .tox-menubar{background:#eef2f7}.product-editor-field .tox .tox-edit-area:before{border-color:rgba(var(--primary-rgb),.12)!important}.product-status{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:10px}.product-status-align{width:170px;display:flex;justify-content:flex-end}.product-status-align-head{min-height:36px;align-items:center}.product-head-filter{width:fit-content}.product-head-filter select{width:fit-content;min-width:max-content}.product-publish-select{min-width:170px}.product-publish-select-0{background-color:#dc2e3457;border-color:#dc2e3485;color:#961116}.product-publish-select-1{background-color:#1a8c4e57;border-color:#1a8c4e7a;color:#0c4a27}@media(max-width:720px){.product-form-grid,.product-standard-pricing,.product-custom-pricing-row,.product-row{grid-template-columns:1fr}.product-row-head{display:none}.product-status{justify-content:flex-start;align-items:flex-start}}.auth-panel{display:grid;gap:24px;padding:32px}.shop-body{--shop-accent: #8ecb1c;--shop-black: #000000;--shop-muted: #666666;--shop-border: #eeeeee;min-height:100vh;display:flex;flex-direction:column;color:var(--shop-black);background:#fff;line-height:1.55}.shop-body .panel-head{padding-bottom:10px}.shop-body .panel-head:not(:first-of-type){margin-top:24px}.shop-body .cart-summary-row span{white-space:nowrap}.shop-body .product-meta{gap:10px}.shop-body .panel,.shop-body .flash{box-shadow:none}.shop-form-narrow{max-width:560px}.shop-form-narrow .checkout-form-grid{grid-template-columns:1fr}.shop-form-narrow .field-narrow{max-width:280px}.shop-body .panel .checkbox-row{margin-top:10px}.shop-body .panel .checkbox-row:first-of-type{margin-top:20px}.shop-body .panel .page-actions{margin-top:20px}[data-wholesale-fields] .panel-head{margin-top:24px}.shop-topbar{background:var(--shop-black);color:#fff}.shop-topbar-inner{position:relative;max-width:1200px;margin:0 auto;padding:8px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:14px;font-weight:600}.shop-topbar-inner>span{display:inline-flex;align-items:center;gap:10px}.shop-topbar-links{display:flex;align-items:center;gap:20px}.shop-topbar-links a{color:#fff;opacity:.85;font-weight:600}.shop-topbar-links a:hover{opacity:1;text-decoration:underline}.shop-topbar-menu-toggle{display:none;align-items:center;justify-content:center;background:none;border:none;padding:4px;color:#fff;cursor:pointer}@media(max-width:640px){.shop-topbar-inner{padding:10px 16px}.shop-topbar-menu-toggle{display:inline-flex}.shop-topbar-links{display:none;position:absolute;top:100%;right:16px;margin-top:4px;flex-direction:column;align-items:stretch;gap:0;min-width:200px;background:var(--shop-black);border-radius:14px;padding:8px 0;box-shadow:0 18px 36px #00000047;z-index:60}.shop-topbar-links[data-open]{display:flex}.shop-topbar-links a{padding:10px 16px}.shop-topbar-menu-categories{display:flex;flex-direction:column}.shop-topbar-menu-divider{display:block;margin:8px 0;border-top:1px solid rgba(255,255,255,.14)}}.shop-topbar-menu-categories,.shop-topbar-menu-divider,.shop-topbar-menu-account{display:none}.shop-topbar-menu-account a,.shop-topbar-menu-account button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 16px;background:none;border:none;color:#fff;opacity:.85;font-family:inherit;font-weight:600;font-size:14px;text-align:left;cursor:pointer}.shop-topbar-menu-account a:hover,.shop-topbar-menu-account button:hover{opacity:1;text-decoration:underline}@media(max-width:420px){.shop-topbar-menu-account{display:block}.shop-header-account{display:none}}.shop-sticky-header{position:sticky;top:0;z-index:50;box-shadow:0 4px 12px #0000;transition:box-shadow .18s ease}.shop-sticky-header.is-scrolled{box-shadow:0 4px 12px #00000014}.shop-header{background:#fff;border-bottom:1px solid var(--shop-border)}.shop-header-top{max-width:1200px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.shop-logo{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--shop-black);flex-shrink:0}.shop-logo img{height:28px;width:auto}.shop-header-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.shop-cart-link,.shop-account-link{position:relative;display:inline-flex;align-items:center;gap:8px;background:none;border:none;font-weight:400;font-size:16px;color:var(--shop-black);font-family:inherit;cursor:pointer;transition:opacity .18s ease}.shop-cart-link:hover,.shop-account-link:hover{opacity:.7}.shop-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--shop-accent);color:var(--shop-black);font-size:12px;font-weight:700}.shop-cart-count[hidden]{display:none}.shop-cart-count.is-bumping{animation:shop-cart-count-bump .4s ease}@keyframes shop-cart-count-bump{0%{transform:scale(1)}35%{transform:scale(1.4)}65%{transform:scale(.9)}to{transform:scale(1)}}.shop-nav{display:flex;align-items:center;gap:30px;flex-wrap:nowrap;overflow-x:auto;min-width:0}.shop-nav a{display:inline-flex;align-items:center;white-space:nowrap;font-size:16px;color:var(--shop-black);transition:opacity .18s ease}.shop-nav a:hover,.shop-nav a.active{opacity:.6;text-decoration:underline}@media(max-width:1000px){.shop-header-top{flex-wrap:wrap;row-gap:12px;padding:14px 16px}.shop-logo{order:1}.shop-header-actions{order:2;gap:16px}.shop-nav{order:3;flex-basis:100%;gap:24px;padding-bottom:2px}}.shop-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:32px 24px}@media(max-width:640px){.shop-main{padding:20px 16px}}.shop-footer{margin-top:auto;padding:40px 24px 24px;background:var(--shop-black);color:#fff}.shop-footer-inner{max-width:1200px;margin:0 auto;display:grid;gap:32px}.shop-footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px}.shop-footer-column{display:grid;gap:10px;align-content:start}.shop-footer-heading{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ffffff80}.shop-footer-column a{color:#fff;opacity:.85;font-size:12px}.shop-footer-column a:hover{opacity:1;text-decoration:underline}.shop-footer-copyright{margin:0;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff80;font-size:13px}.shop-hero{display:flex;align-items:center;background-size:cover;background-position:right center;background-repeat:no-repeat;padding:60px 40px;margin-bottom:40px;border-radius:14px;overflow:hidden}.shop-hero-content{display:grid;gap:24px;max-width:540px}.shop-hero h1{margin:0;font-size:32px;font-weight:700;line-height:1.2}.shop-hero-lead{margin:0;font-size:18px}.shop-hero-actions{display:flex;flex-wrap:wrap;gap:20px}@media(max-width:640px){.shop-hero{padding:32px 20px;background-position:center}.shop-hero-content{max-width:none}.shop-hero h1{font-size:26px}.shop-hero-lead{font-size:16px}}.shop-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:14px;font-size:18px;font-weight:400;color:var(--shop-black);text-align:center;cursor:pointer;transition:opacity .18s ease}.shop-btn:hover{opacity:.85}.shop-btn-primary{border:none;background:var(--shop-accent)}.shop-btn-outline{border:1px solid var(--shop-border);background:#fff}.shop-btn-small{min-height:42px;padding:0 16px;font-size:16px;flex-shrink:0}.shop-hero-features{display:flex;gap:30px;flex-wrap:wrap}.shop-hero-feature{display:grid;gap:10px;max-width:220px}.shop-hero-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--shop-accent);border-radius:999px;color:var(--shop-black)}.shop-hero-feature h3{margin:0;font-size:14px;font-weight:700}.shop-hero-feature p{margin:0;font-size:12px;color:var(--shop-muted)}.shop-section-title{margin:0 0 20px;font-family:Roboto Slab,Georgia,Times New Roman,serif;font-size:24px}.account-page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.account-page-head .shop-section-title{margin-bottom:0}.account-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:32px;align-items:start}.account-nav{display:grid;gap:4px;padding:12px}.account-nav a,.account-nav-logout button{display:flex;align-items:center;gap:10px;padding:12px;border-radius:14px;color:var(--shop-black);font-size:15px;transition:background-color .18s ease}.account-nav a:hover{background:rgba(var(--secondary-rgb),.06)}.account-nav a.active{background:rgba(var(--secondary-rgb),.1);font-weight:700}.account-nav-logout{margin-top:8px;padding-top:8px;border-top:1px solid var(--shop-border)}.account-nav-logout button{width:100%;background:none;border:none;color:var(--danger);font-family:inherit;cursor:pointer}.account-nav-logout button:hover{background:#9b2d3014}@media(max-width:800px){.account-layout{grid-template-columns:1fr}}.shop-section-lead{margin:0 0 20px;color:var(--shop-muted);font-size:16px}.shop-static-page a{text-decoration:underline}.shop-static-page a:hover{text-decoration:none}.category-page-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:32px;align-items:start}.category-page-grid-no-sidebar{grid-template-columns:minmax(0,1fr)}.category-sidebar{display:grid;gap:24px}.category-sidebar-nav{display:grid;gap:2px}.category-sidebar-link{padding:10px 12px;border-radius:12px;color:var(--shop-black);font-weight:700;font-size:15px}.category-sidebar-link:hover{background:var(--bg)}.category-sidebar-link.active{background:var(--shop-accent)}.category-sidebar-subnav{display:grid;gap:2px;margin:2px 0 8px 12px;padding-left:12px;border-left:1px solid var(--shop-border)}.category-sidebar-sublink{padding:8px 10px;border-radius:12px;color:var(--shop-muted);font-size:14px}.category-sidebar-sublink:hover{background:var(--bg);color:var(--shop-black)}.category-sidebar-sublink.active{background:var(--bg);color:var(--shop-black);font-weight:700}.category-filters{display:grid;gap:20px;padding-top:20px;border-top:1px solid var(--shop-border)}.category-filter-group{display:grid;gap:8px}.category-filter-group[hidden]{display:none}.category-filter-group-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--shop-muted)}.category-filter-option{display:flex;align-items:center;gap:8px;font-size:14px}.category-filter-option input{width:auto;min-height:auto}.category-filter-option[hidden]{display:none}.category-filter-option-toggle{width:fit-content;padding:0;min-height:auto;border:none;background:none;font-size:13px;font-weight:600;color:var(--shop-muted);text-decoration:underline;cursor:pointer}.category-filter-option-toggle:hover{color:var(--shop-black)}.category-filters-reset{width:fit-content;font-size:14px;font-weight:600;color:var(--shop-black);text-decoration:underline}.category-sidebar-toggle{display:none}@media(max-width:860px){.category-page-grid{grid-template-columns:1fr}.category-sidebar-toggle{display:flex;align-items:center;gap:10px;width:100%;min-height:48px;padding:0 16px;margin-bottom:16px;border:1px solid var(--shop-border);border-radius:14px;background:#fff;color:var(--shop-black);font-weight:600;font-size:15px;font-family:inherit;cursor:pointer}.category-sidebar-toggle-chevron{margin-left:auto;transition:transform .18s ease}.category-sidebar-toggle[aria-expanded=true] .category-sidebar-toggle-chevron{transform:rotate(180deg)}.category-sidebar{display:none}.category-sidebar[data-open]{display:grid}}.shop-placeholder{padding:60px 0;text-align:center}.shop-placeholder h1{margin:0 0 16px;font-size:28px}.shop-placeholder p{margin:0;color:var(--shop-muted);font-size:16px}.shop-placeholder .button{margin-top:28px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media(max-width:900px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.category-grid{grid-template-columns:1fr}}.category-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--shop-border);border-radius:14px;background:#fff;color:inherit;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.category-card:hover{transform:scale(1.02);box-shadow:0 12px 24px rgba(var(--primary-rgb),.12)}.category-card-image{position:relative;aspect-ratio:1/1;display:grid;place-items:center;padding:16px;background:#fff;border-radius:12px;overflow:hidden}.category-card-image img{width:100%;height:100%;object-fit:contain}.category-card-placeholder{width:100%;height:100%;display:grid;place-items:center;background:rgba(var(--primary-rgb),.05)}.category-card-placeholder img{width:56px;height:56px;object-fit:contain}.category-card-title{font-size:16px;font-weight:700;color:var(--shop-black);text-align:center}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-bottom:32px}.product-card{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid var(--shop-border);border-radius:14px;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:scale(1.02);box-shadow:0 12px 24px rgba(var(--primary-rgb),.12)}.product-card-link{display:grid;gap:10px;color:inherit}.product-card-image{position:relative;aspect-ratio:1/1;display:grid;place-items:center;padding:16px;background:#fff;color:var(--shop-muted);border-radius:12px;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:contain}.product-card-title{font-size:20px;font-weight:700;color:var(--shop-black)}.product-card-dimensions,.product-card-subtitle{margin:0;font-size:12px;color:var(--shop-muted)}.product-card-bottom{margin-top:auto}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card-price{display:grid;gap:2px;color:var(--shop-black)}.product-card-price-incl{font-size:22px;font-weight:700}.product-card-price-excl,.product-card-price-from{font-size:13px;font-weight:400;color:var(--shop-muted)}.price-original-line{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;margin:8px 0;font-size:13px;font-weight:400;color:var(--shop-muted);white-space:nowrap}.product-card .badge-success{background:none;padding:0;color:var(--shop-accent);font-size:14px;font-weight:500}.product-card-stock{margin-bottom:8px}.product-card-top-badge{position:absolute;top:6px;left:6px;display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;background:var(--shop-muted);color:#fff;font-size:12px;font-weight:700;letter-spacing:.03em}.pdp-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;margin-bottom:32px}.pdp-gallery-wrap{display:grid;gap:12px;align-content:start}.pdp-gallery{position:relative;aspect-ratio:1/1;border-radius:18px;border:1px solid var(--border);background:#fff;display:grid;place-items:center;color:var(--muted);overflow:hidden}.pdp-gallery[data-lightbox-open]{cursor:zoom-in}.pdp-gallery img{width:100%;height:100%;object-fit:contain;padding:24px}.pdp-gallery-zoom-hint{position:absolute;bottom:12px;right:12px;width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:#0f172a8c;color:#fff;pointer-events:none}.pdp-gallery-thumbs{display:flex;flex-wrap:wrap;gap:10px}.pdp-gallery-thumb{width:64px;height:64px;padding:4px;display:grid;place-items:center;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .18s ease}.pdp-gallery-thumb:hover{border-color:var(--accent)}.pdp-gallery-thumb[data-active]{border-color:var(--accent);border-width:2px}.pdp-gallery-thumb img{width:100%;height:100%;object-fit:contain}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;background:#0f172aeb}.lightbox[hidden]{display:none}.lightbox-stage{width:min(90vw,900px);height:min(85vh,900px);display:grid;place-items:center}.lightbox-stage img{max-width:100%;max-height:100%;object-fit:contain}.lightbox-close,.lightbox-nav{position:absolute;display:grid;place-items:center;border:0;border-radius:999px;background:#ffffff1f;color:#fff;cursor:pointer;transition:background-color .18s ease}.lightbox-close:hover,.lightbox-nav:hover{background:#ffffff3d}.lightbox-close{top:20px;right:20px;width:44px;height:44px}.lightbox-nav{top:50%;transform:translateY(-50%);width:52px;height:52px}.lightbox-nav-prev{left:20px}.lightbox-nav-next{right:20px}.lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);margin:0;color:#fff;font-size:14px}.pdp-info{display:grid;gap:16px;align-content:start}.pdp-stock{display:flex;align-items:center;gap:10px;margin-bottom:12px}.pdp-sku{margin:0;font-size:13px;color:var(--muted)}.pdp-heading{display:grid;gap:4px}.pdp-heading .eyebrow,.pdp-heading h1,.pdp-heading .lead{margin:0}.pdp-dimensions-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px}.pdp-dimensions{margin:0;font-size:13px;color:var(--muted)}.pdp-parameters-link{display:inline-flex;align-items:center;gap:6px;width:fit-content;font-size:14px;font-weight:600;color:var(--accent)}.pdp-parameters-link:hover{text-decoration:underline}.pdp-variant-info{display:grid}.pdp-variant-info[hidden]{display:none}.pdp-variant-list{display:grid;gap:8px}.pdp-variant-list-heading{font-size:13px;font-weight:700;color:var(--muted)}.pdp-variant-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#fff;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.pdp-variant-row:has(input:checked){border-color:var(--accent);background:rgba(var(--primary-rgb),.04)}.pdp-variant-row input[type=radio]{width:auto;min-height:auto;flex-shrink:0}.pdp-variant-row-text{display:grid;gap:4px;flex:1}.pdp-variant-row-name{font-weight:500}.pdp-variant-row-meta{display:flex;align-items:center;gap:8px}.pdp-variant-row-sku{font-size:12px;color:var(--muted)}.pdp-variant-row-price{font-weight:700;white-space:nowrap}.pdp-variant-panel{display:grid;gap:16px}.pdp-price{margin:0;font-size:32px;font-weight:700}.pdp-price-vat{font-size:14px;font-weight:400;color:var(--muted)}.pdp-price-excl{margin:0;font-size:14px;color:var(--muted)}.price-original{text-decoration:line-through}.pdp-add-to-cart{display:flex;gap:12px;align-items:center}.pdp-quantity{width:80px;text-align:center}.pdp-tabs-nav{display:flex;gap:24px;margin-bottom:20px;border-bottom:1px solid var(--border)}.pdp-tab-trigger{padding:10px 2px;margin-bottom:-1px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:18px;font-weight:600;cursor:pointer;transition:color .18s ease,border-color .18s ease}.pdp-tab-trigger:hover{color:var(--text)}.pdp-tab-trigger.active{color:var(--text);border-bottom-color:var(--accent)}.pdp-tab-panel a{text-decoration:underline}.pdp-tab-panel a:hover{text-decoration:none}.pdp-parameters-table{width:100%;border-collapse:collapse;font-size:14px}.pdp-parameters-table tr{border-bottom:1px solid var(--border)}.pdp-parameters-table tr:nth-child(2n){background:rgba(var(--primary-rgb),.03)}.pdp-parameters-table th,.pdp-parameters-table td{padding:10px 12px;text-align:left}.pdp-parameters-table th{width:50%;font-weight:400;color:var(--muted)}.pdp-parameters-table td{font-weight:600}.pdp-quantity-discounts{display:grid;gap:8px;padding:16px;border:1px solid var(--border);border-radius:18px;background:rgba(var(--primary-rgb),.04)}.pdp-quantity-discounts-title{margin:0;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.pdp-quantity-discount-row{display:flex;justify-content:space-between;gap:12px;font-size:14px}.cart-table td,.cart-table th{vertical-align:middle}.cart-table-total,.cart-table-actions{text-align:right}.cart-table-grand-total td{font-size:20px}.cart-product-cell{display:flex;align-items:center;gap:12px}.cart-product-thumb{width:56px;height:56px;border-radius:12px;object-fit:cover;background:rgba(var(--primary-rgb),.05)}@media(max-width:640px){.cart-product-thumb{display:none}}@media(max-width:560px){.cart-table-editable thead{display:none}.cart-table-editable tbody tr{display:grid;grid-template-columns:1fr auto auto;grid-template-areas:"product qty actions" "price total total";align-items:center;column-gap:12px;row-gap:8px;padding:10px 0;border-bottom:1px solid var(--border)}.cart-table-editable tbody tr:last-child{border-bottom:none}.cart-table-editable td{padding:0;border-bottom:none}.cart-table-editable td:nth-child(1){grid-area:product;min-width:0}.cart-table-editable td:nth-child(2){grid-area:price;text-align:left}.cart-table-editable td:nth-child(3){grid-area:qty}.cart-table-editable td.cart-table-total{grid-area:total;text-align:right}.cart-table-editable td.cart-table-actions{grid-area:actions}}@media(max-width:560px){.cart-table-summary{display:block}.cart-table-summary thead{display:none}.cart-table-summary tbody{display:block}.cart-table-summary tbody tr{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.cart-table-summary tbody tr:last-child{border-bottom:none}.cart-table-summary tbody tr td{padding:0;border-bottom:none}.cart-table-summary tbody tr.cart-table-item-row{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"product product product" "price qty total";column-gap:12px;row-gap:8px}.cart-table-summary tbody tr.cart-table-item-row td:nth-child(1){grid-area:product;min-width:0}.cart-table-summary tbody tr.cart-table-item-row td:nth-child(2){grid-area:price;text-align:left}.cart-table-summary tbody tr.cart-table-item-row td:nth-child(3){grid-area:qty;text-align:left}.cart-table-summary tbody tr.cart-table-item-row td.cart-table-total{grid-area:total;text-align:right}}#confirm-form{padding-bottom:20px}#confirm-form .choice-label{font-weight:400}.cart-quantity-input{width:70px}.cart-summary{display:grid;gap:10px}.cart-free-shipping-note{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px 16px;background:var(--shop-border, #f6f6f6);border-radius:6px;font-size:14px}.cart-summary-panel{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;margin-top:16px}.cart-summary-left{display:flex;flex-direction:column;gap:12px;flex:1;min-width:240px}.cart-summary-right{display:grid;gap:10px;max-width:360px;width:100%;flex:1;min-width:240px}@media(max-width:560px){.cart-summary-right{max-width:none;flex-basis:100%}}.cart-summary-row{display:flex;justify-content:space-between;font-size:15px}.cart-summary-row.total{font-size:20px;font-weight:700;padding-top:10px;border-top:1px solid var(--border)}.cart-summary-right .cart-summary-row.total{padding-top:0;border-top:none}.cart-summary-price{display:grid;gap:2px;justify-items:end;text-align:right}.cart-summary-price-excl{font-size:13px;font-weight:400;color:var(--muted)}.cart-discount-form{display:flex;gap:8px}.cart-discount-form input{flex:1;min-width:0;max-width:50%}.shop-body .page-actions-submit .button.button-secondary{min-height:52px;padding:0 24px;font-size:17px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:32px;align-items:start}.checkout-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.checkout-options{display:grid;gap:10px}.checkout-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:14px;cursor:pointer}.checkout-option:has(input:checked){border-color:var(--accent);background:rgba(var(--secondary-rgb),.03)}.checkout-option input{width:auto}.checkout-option-label{flex:1;display:flex;justify-content:space-between}.order-confirmation{text-align:center;padding:48px 24px;display:grid;gap:16px;justify-items:center}.order-confirmation .icon{width:56px;height:56px;color:var(--success)}@media(max-width:920px){.pdp-grid,.checkout-grid,.checkout-form-grid{grid-template-columns:1fr}}@media(max-width:480px){.pdp-add-to-cart,.pdp-variant-row{flex-wrap:wrap}.pdp-variant-row-price{white-space:normal}.checkout-option{flex-wrap:wrap}.checkout-option-label{flex-wrap:wrap;gap:4px}.lightbox-nav{width:40px;height:40px}.lightbox-nav-prev{left:8px}.lightbox-nav-next{right:8px}.lightbox-close{top:12px;right:12px;width:36px;height:36px}}.stock-correction-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.stock-correction-form label{display:grid}.stock-correction-form input[type=number]{width:6rem}.stock-correction-form-grow{flex:1;min-width:200px}.shipping-ppl-tabs{grid-template-columns:repeat(2,minmax(0,max-content));padding-bottom:12px;margin-bottom:24px;border-bottom:1px solid rgba(var(--primary-rgb),.08)}.shipping-ppl-filter-panel{padding:16px 18px}.shipping-ppl-filter-form{display:flex;flex-wrap:wrap;align-items:end;gap:12px}.shipping-ppl-filter-search{flex:1;min-width:220px}.shipping-ppl-row{grid-template-columns:48px minmax(180px,1.3fr) minmax(220px,1.6fr) 1fr 130px}.shipping-ppl-generated-row{grid-template-columns:minmax(200px,1.2fr) minmax(200px,1.2fr) minmax(160px,.8fr) minmax(180px,.8fr)}.shipping-ppl-select-cell{display:flex;align-items:center;justify-content:center}.shipping-ppl-select-all-button{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit}.shipping-ppl-label-count-input{width:100%}.shipping-ppl-action-cell{justify-self:end}.shipping-ppl-action-group{display:flex;flex-direction:column;align-items:stretch;gap:8px}.shipping-ppl-action-button{width:220px;justify-content:center;white-space:nowrap;font-size:15px;line-height:1.35}.shipping-ppl-generated-batch-row{padding:14px 16px;border-top:1px solid rgba(var(--primary-rgb),.1)}.shipping-ppl-additional-form{padding:0 16px 16px;border-top:1px solid rgba(var(--primary-rgb),.1)}.shipping-ppl-additional-form-inner{display:flex;align-items:end;gap:12px;padding-top:14px}@media(max-width:900px){.shipping-ppl-row,.shipping-ppl-generated-row{grid-template-columns:1fr}}
