*{box-sizing:border-box}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=color]):not([type=range]),select,textarea{border:1px solid var(--color-border);color:var(--color-text);font:inherit;background:#fff;border-radius:9px;min-width:0;padding:10px 11px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid color-mix(in srgb,var(--tenant-primary,#111827) 25%,transparent);outline-offset:1px}input:disabled,select:disabled,textarea:disabled{color:#64748b;cursor:not-allowed;background:#f8fafc}html,body{margin:0;padding:0}body{color:var(--color-text);background:#fff;font-family:Arial,Helvetica,sans-serif}a{color:inherit}.store-shell{background:linear-gradient(180deg, #fff 0%, var(--color-bg) 100%);min-height:100vh;padding:28px 32px 72px}.header{max-width:var(--container);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.brand{font-size:20px;font-weight:800;text-decoration:none}.switcher{gap:8px;display:flex}.switcher a,.back-link{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);background:#fff;padding:8px 12px;text-decoration:none}.store-hero{max-width:var(--container);margin:82px auto 42px}.badge{color:#fff;background:var(--tenant-primary,#111827);border-radius:999px;padding:8px 12px;display:inline-block}h1{max-width:760px;margin:22px 0;font-size:clamp(40px,6vw,72px);line-height:1}p{color:var(--color-muted);max-width:650px;font-size:17px;line-height:1.6}.product-section{max-width:var(--container);margin:0 auto}.product-section-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px;display:flex}.product-section-heading h2{margin:0;font-size:28px}.product-section-heading span{color:var(--color-muted)}.store-product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.store-product-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;overflow:hidden}.store-product-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px #0f172a14}.store-product-card img,.store-image-placeholder{aspect-ratio:4/3;object-fit:cover;background:#f1f5f9;width:100%}.store-image-placeholder{color:var(--color-muted);place-items:center;display:grid}.store-product-body{padding:15px}.store-category{color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;display:inline-block}.store-product-body h3{margin:7px 0 16px;font-size:18px}.store-product-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.store-product-footer span{color:var(--color-muted);font-size:13px}.store-empty{border:1px dashed var(--color-border);border-radius:var(--radius-md);text-align:center;color:var(--color-muted);background:#fff;padding:42px}.product-detail{max-width:var(--container);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:44px;margin:72px auto 0;display:grid}.detail-image{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md);background:#f1f5f9;width:100%}.detail-content h1{margin:14px 0 18px;font-size:clamp(36px,5vw,58px)}.detail-content p{margin-bottom:24px}.detail-price{margin-bottom:10px;font-size:30px;font-weight:800}.detail-stock{color:var(--color-muted);margin-bottom:20px}.error{border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fecaca;max-width:760px;margin:80px auto;padding:24px}@media (max-width:760px){.store-shell{padding:20px 16px 52px}.store-hero{margin-top:56px}.product-detail{grid-template-columns:1fr;gap:24px;margin-top:48px}}.variant-selector{gap:14px;margin-top:8px;display:grid}.store-option{gap:7px;max-width:360px;display:grid}.store-option label{font-size:13px;font-weight:800}.store-option select{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text);font:inherit;background:#fff;padding:11px 12px}.variant-selector .detail-price{margin-top:8px}.variant-selector .detail-stock{margin-bottom:0}.product-gallery{gap:10px;display:grid}.gallery-thumbs{gap:8px;display:flex;overflow-x:auto}.gallery-thumbs button{cursor:pointer;background:#fff;border:1px solid #dbe3ea;border-radius:9px;flex:0 0 68px;width:68px;height:68px;padding:3px}.gallery-thumbs button.active{outline:2px solid var(--tenant-primary,#0f766e);outline-offset:1px}.gallery-thumbs img{object-fit:cover;border-radius:6px;width:100%;height:100%}.header-right,.store-nav{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.store-nav a{border-radius:9px;padding:8px 11px;text-decoration:none}.store-nav a:hover{background:#f1f5f9}.store-search{gap:8px;max-width:560px;margin:0 0 20px;display:flex}.store-search input{border:1px solid var(--color-border);font:inherit;border-radius:9px;flex:1;padding:11px 12px}.store-search button,.store-search a{border:1px solid var(--color-border);font:inherit;cursor:pointer;background:#fff;border-radius:9px;padding:10px 14px;text-decoration:none}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-top:28px;display:flex}.pagination a,.pagination span{text-align:center;border:1px solid var(--color-border);background:#fff;border-radius:9px;min-width:38px;padding:9px 10px;text-decoration:none}.pagination a.active{background:var(--tenant-primary,#111827);color:#fff;border-color:var(--tenant-primary,#111827)}.pagination a.disabled{pointer-events:none;opacity:.4}.page-heading{max-width:var(--container);margin:54px auto 24px}.page-heading h1{margin:0;font-size:42px}.store-panel{max-width:var(--container);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;margin:0 auto;padding:24px}.primary-link,.primary-button{background:var(--tenant-primary,#111827);color:#fff;cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;padding:11px 16px;font-weight:700;text-decoration:none;display:inline-flex}.primary-button:disabled{opacity:.5;cursor:not-allowed}.field-error{color:#b91c1c;margin:3px 0;font-size:12px;font-weight:600;display:block}.error-inline{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:12px;padding:10px 12px}.success-inline{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:9px 11px}.add-cart-box{gap:8px;max-width:360px;margin-top:22px;display:grid}.add-cart-box>div:not(.field-error):not(.success-inline){gap:8px;display:flex}.add-cart-box input{border:1px solid var(--color-border);border-radius:9px;width:82px;padding:10px}.cart-layout{max-width:var(--container);grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:20px;margin:0 auto;display:grid}.cart-list,.cart-summary{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.cart-row{border-bottom:1px solid var(--color-border);grid-template-columns:86px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.cart-row:last-child{border-bottom:0}.cart-row img,.cart-thumb{object-fit:cover;background:#f1f5f9;border-radius:10px;width:86px;height:86px}.cart-main{gap:5px;display:grid}.cart-main>a{text-decoration:none}.cart-main span{color:var(--color-muted);font-size:13px}.cart-actions{align-items:center;gap:8px;display:flex}.cart-actions input{border:1px solid var(--color-border);border-radius:8px;width:72px;padding:8px}.cart-actions button,.account-heading button,.address-list button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:8px;padding:8px 10px}.stock-warning{color:#b45309!important}.cart-summary{gap:14px;padding:20px;display:grid}.cart-summary h2{margin:0}.cart-summary>div{justify-content:space-between;display:flex}.cart-summary p{margin:0;font-size:13px}.checkout-disabled{color:#64748b;background:#e2e8f0;border:0;border-radius:9px;padding:11px}.account-grid{max-width:var(--container);grid-template-columns:1fr 1fr;align-items:start;gap:20px;margin:0 auto;display:grid}.account-grid>.store-panel{width:100%;margin:0}.auth-panel{max-width:520px!important}.tabs{gap:6px;margin-bottom:18px;display:flex}.tabs button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:9px;flex:1;padding:10px}.tabs button.active{color:#fff;background:#111827}.form-field{gap:6px;margin-bottom:12px;font-size:13px;font-weight:700;display:grid}.form-field input,.form-field select{border:1px solid var(--color-border);width:100%;font:inherit;border-radius:9px;padding:10px 11px}.account-heading{justify-content:space-between;align-items:start;gap:16px;display:flex}.account-heading h2{margin:0 0 5px}.account-heading span{color:var(--color-muted)}.address-list{gap:9px;display:grid}.address-list article{border:1px solid var(--color-border);border-radius:10px;gap:4px;padding:12px;display:grid}.address-list article span{color:var(--color-muted);font-size:13px}.address-list article button{justify-self:start}@media (max-width:760px){.header{align-items:flex-start}.header-right{justify-content:flex-end}.switcher{display:none}.cart-layout,.account-grid{grid-template-columns:1fr}.cart-row{grid-template-columns:68px minmax(0,1fr)}.cart-row img,.cart-thumb{width:68px;height:68px}.cart-row>strong{grid-column:2}.store-search{flex-wrap:wrap}.pagination{justify-content:flex-start}}.checkout-layout{max-width:var(--container);grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:20px;margin:0 auto;display:grid}.checkout-main{gap:16px;display:grid}.checkout-section{width:100%;margin:0}.checkout-section-title{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.checkout-section-title>div{align-items:center;gap:10px;display:flex}.checkout-section-title h2{margin:0;font-size:20px}.checkout-section-title>div>span{background:var(--tenant-primary,#111827);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.checkout-section-title>a,.checkout-empty a{font-size:13px}.address-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.address-choice{border:1px solid var(--color-border);cursor:pointer;border-radius:11px;gap:4px;padding:14px 14px 14px 38px;display:grid;position:relative}.address-choice.active,.shipping-choice.active{border-color:var(--tenant-primary,#111827);box-shadow:0 0 0 1px var(--tenant-primary,#111827)}.address-choice>input{position:absolute;top:16px;left:13px}.address-choice span{color:var(--color-muted);font-size:13px;line-height:1.4}.billing-type{gap:18px;margin-bottom:12px;display:flex}.billing-type label{align-items:center;gap:6px;font-weight:700;display:flex}.checkout-empty{border:1px dashed var(--color-border);background:#f8fafc;border-radius:10px;padding:14px}.checkout-empty p{margin:0 0 8px;font-size:14px}.checkout-help{margin:10px 0 0;font-size:12px}.shipping-choice-list{gap:9px;display:grid}.shipping-choice{border:1px solid var(--color-border);cursor:pointer;border-radius:11px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;display:grid}.shipping-choice>div{gap:3px;display:grid}.shipping-choice span{color:var(--color-muted);font-size:13px}.consent-row{gap:3px;margin:10px 0;display:grid}.consent-row>span{align-items:flex-start;gap:8px;font-size:14px;display:flex}.checkout-summary{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;gap:14px;padding:20px;display:grid;position:sticky;top:20px}.checkout-summary h2{margin:0}.checkout-summary>div:not(.field-error):not(.success-inline){justify-content:space-between;gap:12px;display:flex}.checkout-summary .success-inline{font-size:13px;line-height:1.5;display:block}.checkout-total{border-top:1px solid var(--color-border);padding-top:13px;font-size:18px}.checkout-back{text-align:center;font-size:13px}.checkout-summary .primary-button{width:100%}@media (max-width:760px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.address-choice-grid{grid-template-columns:1fr}.shipping-choice{grid-template-columns:auto minmax(0,1fr)}.shipping-choice>strong{grid-column:2}}.order-created{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;gap:7px;padding:14px;display:grid}.order-created>span{font-weight:800}.order-created>small{color:#166534}.order-list{gap:0;padding:0;display:grid}.order-row{border-bottom:1px solid var(--color-border);color:inherit;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:16px 18px;text-decoration:none;display:grid}.order-row:last-child{border-bottom:0}.order-row>div{gap:4px;display:grid}.order-row>div span{color:var(--color-muted);font-size:13px}.order-status{background:#f1f5f9;border-radius:999px;width:max-content;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.status-pending_payment{color:#9a3412;background:#fff7ed}.status-payment_due{color:#6d28d9;background:#f5f3ff}.status-paid,.status-delivered{color:#166534;background:#f0fdf4}.status-cancelled{color:#991b1b;background:#fef2f2}.status-refund-partial{color:#9a3412;background:#fff7ed}.status-refund-full{color:#991b1b;background:#fef2f2}.order-detail-grid{max-width:var(--container);grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:20px;margin:0 auto;display:grid}.order-detail-grid>.store-panel{width:100%;margin:0}.order-detail-head{justify-content:space-between;align-items:start;gap:14px;display:flex}.order-detail-head>div{gap:3px;display:grid}.order-detail-head h2{margin:0}.order-detail-head>div>span{color:var(--color-muted);font-size:12px}.reservation-note{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:9px;padding:10px 12px}.order-items{margin-top:18px;display:grid}.order-items article{border-top:1px solid var(--color-border);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:13px 0;display:grid}.order-items article>div{gap:3px;display:grid}.order-items article>div span{color:var(--color-muted);font-size:12px}.order-totals{gap:12px;display:grid}.order-totals h3{margin:4px 0}.order-totals>div{justify-content:space-between;gap:12px;display:flex}.order-totals p{margin:0;font-size:13px;line-height:1.55}@media (max-width:760px){.order-row{grid-template-columns:1fr auto}.order-row>.order-status{grid-column:1/-1}.order-detail-grid{grid-template-columns:1fr}.order-items article{grid-template-columns:1fr auto}.order-items article>strong{grid-column:2}}.pagination-button{text-align:center;border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:9px;min-width:90px;padding:9px 10px}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.payment-action{gap:10px;margin:10px 0;display:grid}.payment-frame-wrap{border:1px solid var(--color-border);background:#fff;border-radius:12px;gap:10px;padding:12px;display:grid}.payment-frame-head{gap:3px;display:grid}.payment-frame-head span{color:var(--color-muted);font-size:12px}.payment-frame{border:0;width:100%;min-height:620px}.mock-payment{gap:18px;display:grid;max-width:680px!important}.mock-payment h1{margin:0;font-size:42px}.mock-payment-summary{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);justify-content:space-between;padding:14px 0;display:flex}.mock-payment-actions{flex-wrap:wrap;gap:10px;display:flex}.danger-button{color:#991b1b;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;justify-content:center;align-items:center;padding:11px 16px;font-weight:700;display:inline-flex}.danger-button:disabled{opacity:.5;cursor:not-allowed}.secondary-button{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;padding:11px 16px;font-weight:700;display:inline-flex}.secondary-button:disabled{opacity:.5;cursor:not-allowed}.store-shipment-card{border:1px solid var(--color-border);background:#f8fafc;border-radius:12px;gap:12px;min-width:0;margin:18px 0;padding:16px;display:grid}.store-shipment-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.store-shipment-heading span,.store-shipment-meta span{color:var(--color-muted);font-size:12px;display:block}.store-shipment-heading strong,.store-shipment-meta strong{overflow-wrap:anywhere;margin-top:3px;display:block}.store-shipment-meta{grid-template-columns:1fr 1fr;gap:12px;display:grid}.shipment-status{white-space:nowrap;border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.shipment-shipped{color:#4338ca;background:#e0e7ff}.shipment-delivered{color:#166534;background:#dcfce7}.shipment-not_received{color:#92400e;background:#fef3c7}.shipment-refused{color:#991b1b;background:#fee2e2}.shipment-report-note{color:var(--color-muted);background:#fff;border-radius:8px;margin:0;padding:9px 10px;font-size:12px}.store-delivery-actions{border-top:1px solid var(--color-border);gap:10px;padding-top:12px;display:grid}.store-delivery-actions p{margin:0}.store-delivery-actions>div{flex-wrap:wrap;gap:8px;display:flex}@media (max-width:640px){.store-shipment-heading{flex-direction:column}.store-shipment-meta{grid-template-columns:1fr}.store-delivery-actions>div{grid-template-columns:1fr;display:grid}.store-delivery-actions button{width:100%}}.store-delivery-history{border:1px dashed #cbd5e1;border-radius:12px;gap:7px;margin-top:12px;padding:10px 12px;display:grid}.store-delivery-history>strong{margin-bottom:2px}.store-delivery-history>div{grid-template-columns:90px 130px minmax(0,1fr);gap:8px;font-size:13px;display:grid}.store-delivery-history small{color:#64748b}@media (max-width:640px){.store-delivery-history>div{grid-template-columns:1fr;gap:2px}}.store-return-section{border-top:1px solid var(--color-border);gap:14px;margin-top:24px;padding-top:20px;display:grid}.store-return-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.store-return-title>div{gap:3px;display:grid}.store-return-title span{color:var(--color-muted);font-size:12px}.store-return-title h3{margin:0}.return-empty{margin:0;font-size:14px}.store-return-list{gap:10px;display:grid}.store-return-card{border:1px solid var(--color-border);background:#fff;border-radius:12px;gap:10px;padding:14px;display:grid}.store-return-card.return-requested{background:#fffbeb;border-color:#fde68a}.store-return-card.return-approved{background:#eff6ff;border-color:#bfdbfe}.store-return-card.return-rejected{background:#fff7f7;border-color:#fecaca}.store-return-card.return-completed{background:#f0fdf4;border-color:#bbf7d0}.store-return-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.store-return-card-head>div{gap:3px;display:grid}.store-return-card-head small{color:var(--color-muted)}.store-return-card-head>span{font-size:12px;font-weight:800}.return-request-items{gap:6px;display:grid}.return-request-items>div{border-top:1px solid #94a3b84d;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-top:7px;display:grid}.return-request-items small{color:var(--color-muted);grid-column:1/-1}.store-return-card p{margin:0;font-size:13px}.return-amount{justify-content:space-between;gap:12px;display:flex}.store-return-form{border:1px solid var(--color-border);background:#f8fafc;border-radius:12px;gap:12px;padding:16px;display:grid}.store-return-form h4{margin:0}.store-return-form>p{margin:0;font-size:13px}.return-select-list{gap:8px;display:grid}.return-select-list>label{border:1px solid var(--color-border);background:#fff;border-radius:10px;grid-template-columns:auto minmax(0,1fr) 150px;align-items:center;gap:12px;padding:11px;display:grid}.return-select-list>label.selected{border-color:var(--tenant-primary,#111827);box-shadow:0 0 0 1px var(--tenant-primary,#111827)}.return-select-list>label>input{width:18px;height:18px}.return-select-list>label>div:nth-child(2){gap:3px;display:grid}.return-select-list span,.return-select-list small{color:var(--color-muted);font-size:12px}.return-qty{gap:4px;display:grid}.return-qty input{border:1px solid var(--color-border);border-radius:8px;width:100%;padding:8px}.store-return-form textarea{resize:vertical;border:1px solid var(--color-border);width:100%;min-height:90px;font:inherit;border-radius:9px;padding:10px 11px}.store-return-form>.primary-button{justify-self:start}@media (max-width:700px){.store-return-card-head,.return-amount{flex-direction:column}.return-select-list>label{grid-template-columns:auto minmax(0,1fr)}.return-qty{grid-column:2}.store-return-form>.primary-button{width:100%}}.store-shell{font-family:var(--tenant-font,Arial,Helvetica,sans-serif)}.store-product-card{border-color:var(--product-card-border,var(--color-border));border-radius:var(--tenant-radius,var(--radius-md))}.theme-elevated .store-product-card:hover{box-shadow:var(--product-card-shadow)}.theme-bordered .store-product-card{box-shadow:none;border-width:1px}.theme-minimal .store-product-card{box-shadow:none;background:0 0;border-color:#0000}.primary-button,.pagination a.active{background:var(--tenant-primary,#111827);border-color:var(--tenant-primary,#111827)}.store-category{color:var(--tenant-secondary,var(--color-muted))}.store-catalog-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:24px;display:grid}.store-catalog-sidebar{gap:14px;display:grid;position:sticky;top:18px}.store-sidebar-card{border:1px solid var(--store-border,#e2e8f0);border-radius:var(--store-radius,12px);background:#fff;gap:10px;padding:14px;display:grid}.store-sidebar-card h3{margin:0;font-size:15px}.store-category-tree,.store-category-tree ul{margin:0;padding:0;list-style:none}.store-category-tree ul{border-left:1px solid #e2e8f0;margin-left:7px;padding-left:14px}.store-category-link{color:#334155;border-radius:8px;padding:7px 8px;font-size:13px;text-decoration:none;display:block}.store-category-link:hover,.store-category-link.active{color:var(--store-primary,#111827);background:#f1f5f9;font-weight:700}.store-filter-form{gap:12px}.store-filter-field{gap:5px;display:grid}.store-filter-field label{color:#475569;font-size:12px;font-weight:700}.store-filter-field input,.store-filter-field select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:9px}.store-filter-actions{align-items:center;gap:8px;display:flex}.store-filter-actions button{background:var(--store-primary,#111827);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:9px 12px}.store-filter-actions a{font-size:12px}.product-specifications{border-top:1px solid #e2e8f0;margin-top:16px;padding-top:16px}.product-specifications h2{margin:0 0 10px;font-size:18px}.product-specifications dl{margin:0;display:grid}.product-specifications dl>div{border-bottom:1px solid #f1f5f9;grid-template-columns:minmax(140px,.8fr) minmax(0,1.2fr);gap:12px;padding:8px 0;display:grid}.product-specifications dt{color:#475569;font-weight:700}.product-specifications dd{color:#0f172a;margin:0}@media (max-width:900px){.store-catalog-layout{grid-template-columns:1fr}.store-catalog-sidebar{position:static}.store-category-tree{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;display:grid}.store-category-tree ul{grid-column:1/-1}}@media (max-width:560px){.store-category-tree{grid-template-columns:1fr}.product-specifications dl>div{grid-template-columns:1fr;gap:3px}}.storefront-theme{--theme-surface:#fff;--theme-surface-2:#f8fafc;--theme-ink:#0f172a;--theme-line:#e2e8f0;background:var(--theme-surface);color:var(--theme-ink);padding-top:0}.theme-topline{max-width:var(--container);letter-spacing:.16em;text-transform:uppercase;justify-content:space-between;gap:12px;margin:0 auto;padding:12px 0 10px;font-size:10px;font-weight:800;display:flex}.theme-header{border-top:1px solid var(--theme-line);border-bottom:1px solid var(--theme-line);padding:16px 0}.theme-brand{align-items:center;gap:10px;display:flex}.theme-brand-mark{letter-spacing:.05em;border:1px solid;place-items:center;width:38px;height:38px;font-size:11px;font-weight:900;display:grid}.theme-footer{max-width:var(--container);border-top:1px solid var(--theme-line);justify-content:space-between;align-items:flex-start;gap:24px;margin:72px auto 0;padding:30px 0;display:flex}.theme-footer>div{gap:5px;display:grid}.theme-footer span{color:var(--tenant-secondary);font-size:12px}.theme-footer nav{flex-wrap:wrap;gap:16px;display:flex}.theme-footer a{font-size:13px;text-decoration:none}.theme-hero{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:center;gap:48px;display:grid}.theme-hero-copy h1{margin-bottom:18px}.theme-hero-metrics{gap:24px;margin-top:26px;display:flex}.theme-hero-metrics span{text-transform:uppercase;letter-spacing:.08em;color:var(--tenant-secondary);gap:3px;font-size:11px;display:grid}.theme-hero-metrics strong{color:var(--theme-ink);letter-spacing:0;font-size:22px}.theme-hero-art{grid-template-columns:1fr 1fr;gap:10px;min-height:320px;display:grid;position:relative}.theme-hero-art i{background:var(--tenant-primary);opacity:.94;display:block}.theme-hero-art i:first-child{grid-column:1/-1}.theme-highlights{max-width:var(--container);border-top:1px solid var(--theme-line);border-bottom:1px solid var(--theme-line);grid-template-columns:repeat(3,minmax(0,1fr));margin:-10px auto 46px;display:grid}.theme-highlights>div{border-right:1px solid var(--theme-line);align-items:center;gap:12px;padding:18px 16px;display:flex}.theme-highlights>div:last-child{border-right:0}.theme-highlights span,.theme-section-kicker,.theme-page-heading>span{letter-spacing:.14em;color:var(--tenant-secondary);font-size:10px;font-weight:800}.theme-highlights strong{font-size:13px}.theme-section-kicker{margin-bottom:4px;display:block}.theme-page-heading{border-bottom:1px solid var(--theme-line);padding-bottom:20px}.theme-page-heading>span{margin-bottom:8px;display:block}.theme-page-heading h1{font-family:var(--tenant-font);font-size:clamp(34px,5vw,54px)}.theme-fashion-minimal{--theme-surface:#fff;--theme-surface-2:#fbfaf8;--theme-ink:#171717;--theme-line:#e8e4df;background:#fff}.theme-fashion-minimal .theme-topline{color:#6b625a}.theme-fashion-minimal .theme-header{padding:20px 0}.theme-fashion-minimal .theme-brand{letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:500}.theme-fashion-minimal .theme-brand-mark{border-radius:50%;font-family:Arial,sans-serif;font-size:10px}.theme-fashion-minimal .store-nav a{text-transform:uppercase;letter-spacing:.12em;font-size:11px}.theme-fashion-minimal .store-nav a:hover{background:#f5f1ec}.theme-fashion-minimal .theme-hero{margin-top:68px;margin-bottom:58px}.theme-fashion-minimal .theme-hero-copy h1{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,7vw,92px);font-weight:400}.theme-fashion-minimal .theme-hero-copy p{font-size:15px}.theme-fashion-minimal .theme-hero-art{transform:rotate(-1deg)}.theme-fashion-minimal .theme-hero-art i{background:#d8c7b4}.theme-fashion-minimal .theme-hero-art i:nth-child(2){background:#f0e8de}.theme-fashion-minimal .theme-hero-art i:nth-child(3){background:var(--tenant-primary)}.theme-fashion-minimal .badge{color:var(--tenant-primary);letter-spacing:.13em;text-transform:uppercase;background:0 0;border:1px solid #d8cfc4;border-radius:0;font-size:10px}.theme-fashion-minimal .store-catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:42px}.theme-fashion-minimal .store-sidebar-card{border:0;border-top:1px solid var(--theme-line);border-radius:0;padding:18px 0}.theme-fashion-minimal .store-category-link{border-radius:0;padding:8px 0}.theme-fashion-minimal .store-category-link:hover,.theme-fashion-minimal .store-category-link.active{color:#111;text-underline-offset:4px;background:0 0;text-decoration:underline}.theme-fashion-minimal .store-product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:28px 18px}.theme-fashion-minimal .store-product-card{background:0 0;border:0;border-radius:0}.theme-fashion-minimal .store-product-card:hover{box-shadow:none;transform:none}.theme-fashion-minimal .store-product-card img,.theme-fashion-minimal .store-product-card .store-image-placeholder{aspect-ratio:3/4;border-radius:0}.theme-fashion-minimal .store-product-body{padding:13px 0}.theme-fashion-minimal .store-product-body h3{font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:500}.theme-fashion-minimal .store-product-footer strong{font-weight:500}.theme-fashion-minimal .store-search input,.theme-fashion-minimal .store-search button,.theme-fashion-minimal .store-search a{border-radius:0}.theme-fashion-minimal .product-detail{gap:64px}.theme-fashion-minimal .detail-image{aspect-ratio:3/4;border-radius:0}.theme-fashion-minimal .detail-content h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(46px,6vw,72px);font-weight:400}.theme-modern-tech{--theme-surface:#f4f7fb;--theme-surface-2:#fff;--theme-ink:#0b1220;--theme-line:#cbd5e1;background:linear-gradient(#0b1220 0 168px,#f4f7fb 168px)}.theme-modern-tech .theme-topline{color:#94a3b8}.theme-modern-tech .theme-header{color:#fff;border-color:#334155}.theme-modern-tech .theme-brand{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:20px}.theme-modern-tech .theme-brand-mark{border-color:var(--tenant-accent);color:var(--tenant-accent);border-radius:9px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.theme-modern-tech .store-nav a,.theme-modern-tech .back-link{color:#e2e8f0;background:0 0;border-color:#334155}.theme-modern-tech .store-nav a:hover{background:#1e293b}.theme-modern-tech .theme-hero{background:#fff;border:1px solid #dbe4ee;border-radius:24px;margin-top:58px;padding:44px;box-shadow:0 18px 60px #0f172a1f}.theme-modern-tech .theme-hero-copy h1{letter-spacing:-.045em;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(44px,6vw,76px);font-weight:850}.theme-modern-tech .theme-hero-art{background-image:linear-gradient(#dbe4ee 1px,#0000 1px),linear-gradient(90deg,#dbe4ee 1px,#0000 1px);background-size:24px 24px;border:1px solid #dbe4ee;border-radius:18px;align-content:center;min-height:260px;padding:28px}.theme-modern-tech .theme-hero-art i{background:#0f172a;border-radius:7px;height:28px}.theme-modern-tech .theme-hero-art i:first-child{background:var(--tenant-accent);width:72%}.theme-modern-tech .theme-hero-art i:nth-child(2){width:88%}.theme-modern-tech .theme-hero-art i:nth-child(3){width:60%}.theme-modern-tech .badge{color:#0e7490;background:#ecfeff}.theme-modern-tech .theme-highlights{background:#fff;border:1px solid #dbe4ee;border-radius:16px;overflow:hidden}.theme-modern-tech .store-catalog-layout{max-width:var(--container);margin-left:auto;margin-right:auto}.theme-modern-tech .store-sidebar-card{border-color:#dbe4ee;box-shadow:0 8px 24px #0f172a0a}.theme-modern-tech .store-category-link.active{color:#0e7490;background:#e6f9fc}.theme-modern-tech .store-product-grid{grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:14px}.theme-modern-tech .store-product-card{border-color:#dbe4ee;border-radius:16px}.theme-modern-tech .store-product-card img,.theme-modern-tech .store-product-card .store-image-placeholder{aspect-ratio:4/3}.theme-modern-tech .store-product-body h3{font-size:16px}.theme-modern-tech .store-category{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.theme-modern-tech .store-product-footer strong{font-size:18px}.theme-modern-tech .store-product-footer span{background:#f1f5f9;border-radius:6px;padding:4px 7px}.theme-modern-tech .product-detail{background:#fff;border:1px solid #dbe4ee;border-radius:24px;padding:28px}.theme-modern-tech .detail-image{border-radius:18px}.theme-modern-tech .product-specifications{border:1px solid #dbe4ee;border-radius:14px;padding:16px}.theme-modern-tech .product-specifications dl>div:last-child{border-bottom:0}.theme-food-merchant{--theme-surface:#fbf7ef;--theme-surface-2:#fffdf8;--theme-ink:#24352e;--theme-line:#e7dccb;background:#fbf7ef}.theme-food-merchant .theme-topline{color:#7a6a58}.theme-food-merchant .theme-header{z-index:20;background:#fffdf8;border:1px solid #eadfce;border-radius:18px;padding:14px 18px;position:sticky;top:10px;box-shadow:0 8px 28px #503d1f0f}.theme-food-merchant .theme-brand{color:var(--tenant-primary);font-family:Georgia,Times New Roman,serif;font-size:22px}.theme-food-merchant .theme-brand-mark{background:var(--tenant-accent);color:#fff;border:0;border-radius:50%}.theme-food-merchant .store-nav a:hover{background:#f3eadb}.theme-food-merchant .theme-hero{background:#fff8e9;border-radius:30px;margin-top:54px;padding:46px;overflow:hidden}.theme-food-merchant .theme-hero-copy h1{color:var(--tenant-primary);font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6.5vw,78px);line-height:1.04}.theme-food-merchant .theme-hero-art{min-height:300px}.theme-food-merchant .theme-hero-art i{background:var(--tenant-accent);border-radius:50%}.theme-food-merchant .theme-hero-art i:first-child{background:var(--tenant-primary);border-radius:42% 58% 54% 46%}.theme-food-merchant .theme-hero-art i:nth-child(2){transform:scale(.78)}.theme-food-merchant .theme-hero-art i:nth-child(3){background:#e7cfa4;transform:scale(.92)}.theme-food-merchant .badge{background:var(--tenant-primary);border-radius:999px}.theme-food-merchant .theme-highlights{border:0;gap:10px}.theme-food-merchant .theme-highlights>div{background:#fffdf8;border-radius:16px;border:1px solid #eadfce!important}.theme-food-merchant .store-sidebar-card{background:#fffdf8;border-color:#eadfce;border-radius:18px}.theme-food-merchant .store-category-link:hover,.theme-food-merchant .store-category-link.active{color:var(--tenant-primary);background:#f3eadb}.theme-food-merchant .store-product-grid{grid-template-columns:repeat(auto-fill,minmax(225px,1fr));gap:20px}.theme-food-merchant .store-product-card{background:#fffdf8;border-color:#eadfce;border-radius:20px}.theme-food-merchant .store-product-card img,.theme-food-merchant .store-product-card .store-image-placeholder{aspect-ratio:1}.theme-food-merchant .store-product-body{padding:18px}.theme-food-merchant .store-product-body h3{color:var(--tenant-primary);font-family:Georgia,Times New Roman,serif;font-size:20px}.theme-food-merchant .store-product-footer strong{color:var(--tenant-primary)}.theme-food-merchant .product-detail{background:#fffdf8;border:1px solid #eadfce;border-radius:28px;padding:28px}.theme-food-merchant .detail-image{border-radius:22px}.theme-food-merchant .detail-content h1{color:var(--tenant-primary);font-family:Georgia,Times New Roman,serif}.theme-food-merchant .primary-button{background:var(--tenant-primary)}.storefront-theme .store-catalog-layout,.storefront-theme .product-section,.storefront-theme .product-detail,.storefront-theme .page-heading,.storefront-theme .store-panel,.storefront-theme .cart-layout,.storefront-theme .account-grid,.storefront-theme .checkout-layout,.storefront-theme .orders-layout,.storefront-theme .order-detail-layout{max-width:var(--container)}@media (max-width:900px){.theme-hero{grid-template-columns:1fr}.theme-hero-art{min-height:210px}.theme-highlights{grid-template-columns:1fr}.theme-highlights>div{border-right:0;border-bottom:1px solid var(--theme-line)}.theme-highlights>div:last-child{border-bottom:0}.theme-modern-tech .theme-hero,.theme-food-merchant .theme-hero{padding:28px}.theme-food-merchant .theme-header{position:static}}@media (max-width:640px){.storefront-theme{padding-left:16px;padding-right:16px}.theme-topline{padding-top:9px}.theme-header{align-items:center}.theme-brand>span:last-child{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}.theme-brand-mark{width:32px;height:32px}.theme-hero{margin-top:38px}.theme-fashion-minimal .theme-hero-copy h1,.theme-modern-tech .theme-hero-copy h1,.theme-food-merchant .theme-hero-copy h1{font-size:42px}.theme-hero-metrics{gap:14px}.theme-footer{flex-direction:column;margin-top:50px}.theme-modern-tech{background:linear-gradient(#0b1220 0 150px,#f4f7fb 150px)}.theme-food-merchant .theme-hero{border-radius:22px;padding:22px}.theme-modern-tech .theme-hero{border-radius:18px;padding:22px}.theme-fashion-minimal .store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.theme-fashion-minimal .store-product-body h3{font-size:16px}}.cart-line-price{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.cart-line-price del,.cart-line-price small{color:#64748b;font-size:.78rem}.coupon-box{border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;gap:7px;padding:12px 0;display:grid}.coupon-box>div{gap:8px;display:flex}.coupon-box input{flex:1;min-width:0}.coupon-box button{white-space:nowrap}.coupon-remove{cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;text-decoration:underline}.promotion-list{gap:6px;padding:8px 0;display:grid}.promotion-list span{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:7px 9px;font-size:.84rem}.payment-identity-field{gap:6px;margin:0 0 12px;display:grid}.payment-identity-field>span{font-weight:700}.payment-identity-field>small:not(.field-error){color:var(--muted,#64748b);font-size:.78rem}.account-loyalty{grid-template-columns:1fr 1fr;gap:10px;margin:14px 0;display:grid}.account-loyalty>div{border:1px solid var(--store-border,#e2e8f0);background:#f8fafc;border-radius:12px;padding:13px}.account-loyalty span,.account-loyalty strong{display:block}.account-loyalty span{color:#64748b;font-size:.82rem}.account-loyalty strong{margin-top:4px;font-size:1.35rem}.account-loyalty-history{border:1px solid var(--store-border,#e2e8f0);border-radius:10px;margin:12px 0 18px;padding:10px 12px}.account-loyalty-history summary{cursor:pointer;font-weight:700}.account-loyalty-history>div{border-bottom:1px solid #eef2f7;justify-content:space-between;gap:12px;padding:8px 0;display:flex}.account-loyalty-history>div:last-child{border-bottom:0}.checkout-loyalty{gap:12px;display:grid}.checkout-loyalty-balances{grid-template-columns:1fr 1fr;gap:10px;display:grid}.checkout-loyalty-balances>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:11px}.checkout-loyalty-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.checkout-loyalty-fields label{gap:6px;display:grid}.loyalty-preview-note{color:#166534;background:#f0fdf4;border-radius:9px;padding:9px 11px;font-size:.88rem}@media (max-width:640px){.account-loyalty,.checkout-loyalty-balances,.checkout-loyalty-fields{grid-template-columns:1fr}}.marketing-consent,.account-marketing-consent label{align-items:flex-start;gap:8px;display:flex}.marketing-consent input[type=checkbox],.account-marketing-consent input[type=checkbox]{width:18px;height:18px;margin-top:2px}.account-marketing-consent{border:1px solid var(--store-border,#e2e8f0);border-radius:10px;gap:6px;margin:12px 0;padding:12px;display:grid}.account-marketing-consent small{color:#64748b}.analytics-consent{z-index:9999;border:1px solid var(--color-border,#dbe2ea);background:var(--color-surface,#fff);border-radius:16px;justify-content:space-between;align-items:center;gap:20px;max-width:900px;margin:0 auto;padding:16px 18px;display:flex;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 18px 55px #0f172a2e}.analytics-consent p{color:var(--color-muted,#64748b);margin:4px 0 0;font-size:14px}.analytics-consent>div:last-child{flex-shrink:0;gap:8px;display:flex}.analytics-consent button{border-radius:10px;min-height:40px;padding:0 14px}@media (max-width:720px){.analytics-consent{flex-direction:column;align-items:stretch;bottom:12px;left:12px;right:12px}.analytics-consent>div:last-child{justify-content:flex-end}}.product-review-summary{align-items:center;gap:10px;margin:-2px 0 10px;display:flex}.product-review-summary strong{color:#b45309}.product-review-summary span{color:#64748b;font-size:.88rem}.product-reviews{margin-top:20px}.product-reviews-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.product-reviews-head span{color:#64748b;font-size:.82rem}.product-reviews-head h2{margin:3px 0 0}.product-review-list{gap:12px;margin-top:14px;display:grid}.product-review-list article{border:1px solid var(--store-border,#e2e8f0);border-radius:12px;gap:7px;padding:14px;display:grid}.product-review-list article>div{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-review-list .review-stars{color:#b45309;letter-spacing:.06em}.product-review-list h3,.product-review-list p{margin:0}.product-review-list small,.product-review-list article>div span{color:#64748b}.order-review-section{gap:12px;margin-top:18px;display:grid}.order-review-item{border:1px solid var(--store-border,#e2e8f0);border-radius:12px;gap:9px;padding:13px;display:grid}.order-review-existing{background:#f8fafc}.order-review-existing .review-stars{color:#b45309}.order-review-form{grid-template-columns:130px 1fr;gap:10px;display:grid}.order-review-form label{gap:5px;display:grid}.order-review-form .wide{grid-column:1/-1}.order-review-form textarea{resize:vertical;min-height:86px}.review-rating-picker{align-items:center;gap:4px;min-height:42px;display:flex}.review-rating-star{appearance:none;cursor:pointer;color:#fff;-webkit-text-stroke:1px #cbd5e1;text-shadow:0 1px 1px #0f172a1f;background:0 0;border:0;padding:0 2px;font-size:2rem;line-height:1;transition:transform .12s,color .12s,-webkit-text-stroke-color .12s}.review-rating-star:hover,.review-rating-star:focus-visible{outline:none;transform:scale(1.12)}.review-rating-star.active{color:#facc15;-webkit-text-stroke:1px #eab308}.review-state{font-size:.82rem;font-weight:800}.review-state.pending{color:#92400e}.review-state.approved{color:#166534}.review-state.rejected{color:#991b1b}@media (max-width:640px){.product-reviews-head{flex-direction:column}.order-review-form{grid-template-columns:1fr}.order-review-form .wide{grid-column:auto}}.order-review-form{grid-template-columns:minmax(170px,210px) minmax(0,1fr)}.review-rating-picker{grid-template-columns:repeat(5,1.7rem);gap:2px;width:fit-content;max-width:100%;display:grid;overflow:visible}.review-rating-star{width:1.7rem;min-width:1.7rem;max-width:1.7rem;padding:0;font-size:1.55rem;line-height:1.2}@media (max-width:640px){.order-review-form{grid-template-columns:minmax(0,1fr)}.review-rating-picker{grid-template-columns:repeat(5,1.65rem)}}.store-search-toolbar{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.store-search-wrap{flex:1;max-width:640px;position:relative}.store-search-wrap .store-search{max-width:none;margin:0}.store-search-suggestions{z-index:40;border:1px solid var(--color-border);background:#fff;border-radius:10px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 18px 45px #0f172a24}.store-search-suggestions>a{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;text-decoration:none;display:flex}.store-search-suggestions>a:last-child{border-bottom:0}.store-search-suggestions>a:hover,.store-search-suggestions>a.active{background:#f8fafc}.store-search-suggestions>a>span{gap:2px;min-width:0;display:grid}.store-search-suggestions strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.store-search-suggestions small{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.store-suggestion-meta{text-align:right;flex:none}.store-sort{align-items:center;gap:7px;display:flex}.store-sort select{border:1px solid var(--color-border);font:inherit;background:#fff;border-radius:9px;padding:10px 11px}.store-sort button{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:9px;padding:10px 12px}.store-price-range{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (max-width:760px){.store-search-toolbar{display:grid}.store-search-wrap{max-width:none}.store-sort{width:100%}.store-sort select{flex:1}.store-search-suggestions{position:absolute}.store-price-range{grid-template-columns:1fr}}.storefront-theme .store-product-grid,.theme-fashion-minimal .store-product-grid,.theme-modern-tech .store-product-grid,.theme-food-merchant .store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.storefront-theme .store-product-card{min-width:0}.storefront-theme .store-product-body h3{overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;display:-webkit-box;overflow:hidden}.storefront-theme .store-product-footer{flex-wrap:wrap;min-width:0}@media (max-width:1200px){.storefront-theme .store-product-grid,.theme-fashion-minimal .store-product-grid,.theme-modern-tech .store-product-grid,.theme-food-merchant .store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.storefront-theme .store-product-grid,.theme-fashion-minimal .store-product-grid,.theme-modern-tech .store-product-grid,.theme-food-merchant .store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.storefront-theme .store-product-grid,.theme-fashion-minimal .store-product-grid,.theme-modern-tech .store-product-grid,.theme-food-merchant .store-product-grid{grid-template-columns:minmax(0,1fr)}}.theme-hero-center{text-align:center;grid-template-columns:minmax(0,1fr)}.theme-hero-center .theme-hero-copy{max-width:850px;margin:0 auto}.theme-hero-center .theme-hero-metrics{justify-content:center}.theme-hero-center .theme-hero-art{display:none}.theme-hero-cta{border-radius:var(--tenant-radius);background:var(--tenant-primary);color:#fff;margin-top:14px;padding:10px 15px;font-weight:800;text-decoration:none;display:inline-flex}.theme-hero-cta:hover{filter:brightness(.95)}@media (min-width:1201px){.storefront-theme .store-product-grid.theme-builder-grid{grid-template-columns:repeat(var(--builder-columns,4),minmax(0,1fr))}}.store-catalog-layout.theme-builder-no-filters{grid-template-columns:minmax(0,1fr)}.theme-builder-text-image{width:min(var(--container),calc(100% - 32px));border:1px solid var(--store-border,#e2e8f0);border-radius:var(--tenant-radius);background:#fff;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:28px;margin:30px auto;padding:26px;display:grid}.theme-builder-text-image-copy h2{margin:6px 0 10px;font-size:clamp(1.7rem,3vw,2.6rem)}.theme-builder-text-image-copy p{color:#64748b;white-space:pre-line;line-height:1.7}.theme-builder-text-image-media{border-radius:calc(var(--tenant-radius) - 2px);background:#f1f5f9;min-height:260px;overflow:hidden}.theme-builder-text-image-media img{object-fit:cover;width:100%;height:100%;min-height:260px;max-height:480px;display:block}.theme-builder-media-placeholder{background:linear-gradient(135deg,#e2e8f0,#f8fafc);min-height:260px}.theme-builder-slider{width:min(var(--container),calc(100% - 32px));margin:30px auto}.theme-builder-section-heading h2{margin:0 0 12px}.theme-builder-slide-stage{border-radius:var(--tenant-radius);color:#fff;background:#0f172a;min-height:360px;position:relative;overflow:hidden}.theme-builder-slide-stage>img,.theme-builder-slide-stage>.theme-builder-media-placeholder{object-fit:cover;width:100%;height:100%;min-height:360px;position:absolute;inset:0}.theme-builder-slide-stage:after{content:"";background:linear-gradient(90deg,#020617b8,#0206171f);position:absolute;inset:0}.theme-builder-slide-copy{z-index:2;max-width:600px;padding:70px 64px;position:relative}.theme-builder-slide-copy h3{margin:0 0 12px;font-size:clamp(2rem,4vw,3.4rem)}.theme-builder-slide-copy p{color:#e2e8f0;font-size:1.05rem;line-height:1.65}.theme-builder-slider-prev,.theme-builder-slider-next{z-index:3;color:#fff;cursor:pointer;background:#0f172a6b;border:1px solid #ffffff8c;border-radius:50%;width:42px;height:42px;font-size:28px;position:absolute;top:50%;transform:translateY(-50%)}.theme-builder-slider-prev{left:14px}.theme-builder-slider-next{right:14px}.theme-builder-slider-dots{z-index:3;justify-content:center;gap:7px;display:flex;position:absolute;bottom:16px;left:0;right:0}.theme-builder-slider-dots button{cursor:pointer;background:#ffffff73;border:0;border-radius:50%;width:9px;height:9px;padding:0}.theme-builder-slider-dots button.active{background:#fff;transform:scale(1.25)}@media (max-width:760px){.theme-builder-text-image{grid-template-columns:1fr;padding:18px}.theme-builder-text-image.left .theme-builder-text-image-media{order:0}.theme-builder-slide-copy{padding:56px 42px}.theme-builder-slide-stage{min-height:320px}}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.storefront-theme .store-product-grid.theme-builder-grid{grid-template-columns:repeat(var(--builder-columns-desktop,4),minmax(0,1fr))}@media (min-width:521px) and (max-width:900px){.theme-builder-hide-tablet{display:none!important}.storefront-theme .store-product-grid.theme-builder-grid{grid-template-columns:repeat(var(--builder-columns-tablet,2),minmax(0,1fr))}}@media (max-width:520px){.theme-builder-hide-mobile{display:none!important}.storefront-theme .store-product-grid.theme-builder-grid{grid-template-columns:repeat(var(--builder-columns-mobile,1),minmax(0,1fr))}}@media (min-width:901px){.theme-builder-hide-desktop{display:none!important}}.theme-builder-slider-pause{z-index:3;color:#fff;cursor:pointer;background:#0f172a9e;border:1px solid #ffffff8c;border-radius:999px;padding:7px 11px;font-weight:700;position:absolute;bottom:14px;left:18px}.theme-builder-slider button:focus-visible,.theme-builder-slider a:focus-visible,.theme-builder-text-image a:focus-visible{outline:3px solid color-mix(in srgb,var(--tenant-primary,#2563eb) 35%,white);outline-offset:3px}@media (prefers-reduced-motion:reduce){.theme-builder-slider *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.pwa-install-button{z-index:1200;color:#fff;font:inherit;cursor:pointer;background:#111827;border:0;border-radius:999px;padding:11px 16px;font-weight:800;position:fixed;bottom:18px;right:18px;box-shadow:0 10px 30px #0f172a3d}.pwa-install-button:focus-visible{outline-offset:3px;outline:3px solid #93c5fd}.pwa-network-banner{z-index:1201;color:#fff;background:#7f1d1d;border-radius:999px;padding:9px 14px;font-size:.9rem;font-weight:700;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0f172a2e}.pwa-offline-shell{color:#0f172a;background:#f8fafc;place-items:center;min-height:100dvh;padding:24px;display:grid}.pwa-offline-shell section{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;width:min(520px,100%);padding:38px 28px;box-shadow:0 18px 48px #0f172a14}.pwa-offline-shell h1{margin:14px 0 8px}.pwa-offline-shell p{color:#64748b;line-height:1.6}.pwa-offline-shell a{color:#fff;background:#111827;border-radius:12px;margin-top:12px;padding:11px 16px;font-weight:800;text-decoration:none;display:inline-flex}.pwa-offline-icon{color:#3730a3;background:#e0e7ff;border-radius:18px;place-items:center;width:58px;height:58px;margin:auto;font-size:30px;font-weight:900;display:grid}@media (max-width:520px){.pwa-install-button{bottom:12px;right:12px}.pwa-network-banner{text-align:center;width:max-content;max-width:calc(100% - 24px);bottom:12px}}.pwa-push-card{border:1px solid var(--store-border,#e2e8f0);background:#fff;border-radius:12px;gap:12px;margin:12px 0;padding:14px;display:grid}.pwa-push-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pwa-push-heading h3{margin:0 0 4px}.pwa-push-heading p{color:#64748b;margin:0;line-height:1.45}.pwa-push-state{white-space:nowrap;color:#475569;background:#f1f5f9;border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:800;display:inline-flex}.pwa-push-state-granted{color:#166534;background:#dcfce7}.pwa-push-state-denied{color:#991b1b;background:#fee2e2}.pwa-push-actions{flex-wrap:wrap;gap:8px;display:flex}.pwa-push-actions button,.pwa-push-subscriptions button{cursor:pointer;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:9px;padding:9px 12px;font-weight:700}.pwa-push-actions .primary-button{border:0}.pwa-push-actions button:disabled,.pwa-push-subscriptions button:disabled{opacity:.55;cursor:not-allowed}.pwa-push-success{color:#166534;background:#ecfdf5;border-radius:9px;padding:9px 11px;font-size:.9rem}.pwa-push-subscriptions{gap:8px;display:grid}.pwa-push-subscriptions article{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:14px;padding-top:10px;display:flex}.pwa-push-subscriptions article div{gap:2px;display:grid}.pwa-push-subscriptions article span{color:#64748b;font-size:.82rem}@media (max-width:640px){.pwa-push-heading,.pwa-push-subscriptions article{flex-direction:column;align-items:stretch}.pwa-push-state{align-self:flex-start}}.store-locale-switcher{color:var(--color-muted);align-items:center;gap:6px;font-size:12px;display:flex}.store-locale-switcher select{min-width:92px;padding:7px 9px}.theme-modern-tech .store-locale-switcher{color:#cbd5e1}.theme-modern-tech .store-locale-switcher select{color:#e2e8f0;background:#0f172a;border-color:#334155}@media (max-width:640px){.store-locale-switcher span{display:none}.store-locale-switcher select{min-width:78px}}
