*{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)}.theme-bold-retail{--theme-surface:#f3efe7;--theme-surface-2:#fff;--theme-ink:#171717;--theme-line:#171717;background:var(--theme-surface);color:var(--theme-ink)}.theme-bold-retail .theme-topline{background:var(--tenant-accent);color:#171717;letter-spacing:.11em;border-bottom:3px solid #171717;max-width:none;margin:0 -32px;padding:10px 32px;font-weight:950}.theme-bold-retail .theme-header{max-width:var(--container);border-top:0;border-bottom:4px solid #171717;padding:16px 0 12px}.theme-bold-retail .theme-brand{letter-spacing:-.055em;text-transform:uppercase;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(26px,3vw,42px);font-weight:950}.theme-bold-retail .theme-brand-mark{background:var(--tenant-accent);border:3px solid #171717;width:48px;height:48px;font-size:12px}.theme-bold-retail .store-nav a,.theme-bold-retail .back-link{text-transform:uppercase;letter-spacing:.06em;background:#fff;border:2px solid #171717;border-radius:0;font-size:11px;font-weight:850}.theme-bold-retail .store-nav a:hover,.theme-bold-retail .back-link:hover{color:#fff;background:#171717}.theme-bold-retail .theme-hero{background:var(--tenant-accent);border:4px solid #171717;margin-top:38px;padding:34px;box-shadow:12px 12px #171717}.theme-bold-retail .theme-hero-copy h1{letter-spacing:-.07em;text-transform:uppercase;max-width:1050px;margin:12px 0 18px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(58px,8vw,118px);font-weight:950;line-height:.88}.theme-bold-retail .theme-hero-copy p{color:#171717;max-width:760px;font-weight:650}.theme-bold-retail .badge{color:#171717;text-transform:uppercase;letter-spacing:.08em;background:#fff;border:2px solid #171717;border-radius:0;padding:7px 10px;font-weight:900}.theme-bold-retail .theme-hero-cta{color:#fff;text-transform:uppercase;background:#171717;border:3px solid #171717;border-radius:0;box-shadow:5px 5px #fff}.theme-bold-retail .theme-hero-metrics span{color:#171717;font-weight:850}.theme-bold-retail .theme-hero-metrics strong{color:#171717;font-size:30px}.theme-bold-retail .theme-hero-art{background:#fff;border:3px solid #171717;gap:0;min-height:220px}.theme-bold-retail .theme-hero-art i{opacity:1;background:#171717;border-right:3px solid #171717}.theme-bold-retail .theme-hero-art i:first-child{background:#fff;grid-column:auto}.theme-bold-retail .theme-hero-art i:nth-child(2){background:var(--tenant-accent)}.theme-bold-retail .theme-hero-art i:nth-child(3){background:#171717;border-right:0}.theme-bold-retail .theme-highlights{background:#fff;border:3px solid #171717;margin-top:0}.theme-bold-retail .theme-highlights>div{border-right:3px solid #171717;padding:14px 16px}.theme-bold-retail .theme-highlights span{color:#171717}.theme-bold-retail .theme-highlights strong{text-transform:uppercase}.theme-bold-retail .store-catalog-layout{grid-template-columns:230px minmax(0,1fr);gap:18px}.theme-bold-retail .store-sidebar-card{box-shadow:5px 5px 0 var(--tenant-accent);background:#fff;border:3px solid #171717;border-radius:0}.theme-bold-retail .store-category-link{border-radius:0;font-weight:750}.theme-bold-retail .store-category-link:hover,.theme-bold-retail .store-category-link.active{background:var(--tenant-accent);color:#171717}.theme-bold-retail .product-section-heading{border-bottom:4px solid #171717;padding-bottom:10px}.theme-bold-retail .product-section-heading h2{text-transform:uppercase;letter-spacing:-.04em;font-size:clamp(30px,4vw,48px)}.theme-bold-retail .store-product-card{background:#fff;border:3px solid #171717;border-radius:0;transition:transform .12s,box-shadow .12s;box-shadow:5px 5px #171717}.theme-bold-retail .store-product-card:hover{box-shadow:8px 8px 0 var(--tenant-accent);transform:translate(-3px,-3px)}.theme-bold-retail .store-product-card img,.theme-bold-retail .store-product-card .store-image-placeholder{aspect-ratio:5/4;border-bottom:3px solid #171717}.theme-bold-retail .store-product-body{padding:14px}.theme-bold-retail .store-category{color:#171717;font-weight:850}.theme-bold-retail .store-product-body h3{letter-spacing:-.025em;font-size:20px;font-weight:900}.theme-bold-retail .store-product-footer{border-top:2px solid #171717;padding-top:10px}.theme-bold-retail .store-product-footer strong{font-size:20px}.theme-bold-retail .store-product-footer span{background:var(--tenant-accent);color:#171717;padding:4px 6px;font-weight:750}.theme-bold-retail .product-detail{box-shadow:10px 10px 0 var(--tenant-accent);background:#fff;border:4px solid #171717;padding:24px}.theme-bold-retail .detail-image{border:3px solid #171717;border-radius:0}.theme-bold-retail .detail-content h1{letter-spacing:-.055em;text-transform:uppercase;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(46px,6vw,82px);font-weight:950}.theme-bold-retail .primary-button{color:#fff;background:#171717;border-radius:0}.theme-home-showroom{--theme-surface:#f7f3eb;--theme-surface-2:#eee7db;--theme-ink:#2f3a32;--theme-line:#cfc4b4;background:var(--theme-surface);color:var(--theme-ink)}.theme-home-showroom .theme-topline{max-width:var(--container);color:#746a5c;letter-spacing:.16em;border-bottom:1px solid #cfc4b4;padding:12px 0}.theme-home-showroom .theme-header{max-width:var(--container);border-bottom:1px solid #cfc4b4;padding:22px 0 20px}.theme-home-showroom .theme-brand{letter-spacing:.025em;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3vw,40px);font-weight:500}.theme-home-showroom .theme-brand-mark{color:#2f3a32;background:0 0;border:1px solid #2f3a32;border-radius:50%;width:40px;height:40px;font-size:10px}.theme-home-showroom .store-nav a,.theme-home-showroom .back-link{color:#4f584f;letter-spacing:.04em;background:0 0;border:0;border-bottom:1px solid #0000;border-radius:0;padding:8px 5px;font-size:12px}.theme-home-showroom .store-nav a:hover,.theme-home-showroom .back-link:hover{border-bottom-color:var(--tenant-accent);color:var(--tenant-primary)}.theme-home-showroom .theme-hero{background:#eee7db;border:1px solid #cfc4b4;border-radius:4px;margin-top:46px;padding:0;overflow:hidden}.theme-home-showroom .theme-hero-copy{padding:clamp(34px,5vw,72px)}.theme-home-showroom .theme-hero-copy h1{letter-spacing:-.035em;color:#2f3a32;margin:14px 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6vw,86px);font-weight:500;line-height:.96}.theme-home-showroom .theme-hero-copy p{color:#655f56;max-width:590px;font-size:17px;line-height:1.75}.theme-home-showroom .badge{color:#a66a43;letter-spacing:.2em;text-transform:uppercase;background:0 0;border:0;border-radius:0;padding:0;font-size:10px;font-weight:800}.theme-home-showroom .theme-hero-cta{color:#f7f3eb;background:#2f3a32;border:1px solid #2f3a32;border-radius:0;padding:11px 18px}.theme-home-showroom .theme-hero-metrics{border-top:1px solid #cfc4b4;padding-top:18px}.theme-home-showroom .theme-hero-metrics strong{font-family:Georgia,Times New Roman,serif;font-weight:500}.theme-home-showroom .theme-hero-art{background:#cfc4b4;gap:1px;min-height:460px}.theme-home-showroom .theme-hero-art i{opacity:1;background:linear-gradient(145deg,#807564,#c9bca9);border-radius:0}.theme-home-showroom .theme-hero-art i:first-child{background:linear-gradient(155deg,#586158 0 35%,#c0aa8e 35% 67%,#e8ded0 67%)}.theme-home-showroom .theme-hero-art i:nth-child(2){background:linear-gradient(145deg,#d5c7b4,#96785f)}.theme-home-showroom .theme-hero-art i:nth-child(3){background:linear-gradient(135deg,#e9e2d6,#7d887d)}.theme-home-showroom .theme-highlights{background:0 0;border:1px solid #cfc4b4;border-left:0;border-right:0;margin-top:22px}.theme-home-showroom .theme-highlights>div{border-right:1px solid #cfc4b4;padding:18px 20px}.theme-home-showroom .theme-highlights span{color:#9a8066}.theme-home-showroom .theme-highlights strong{font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500}.theme-home-showroom .store-catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:38px}.theme-home-showroom .store-sidebar-card{background:0 0;border:0;border-top:1px solid #cfc4b4;border-radius:0;padding:18px 0}.theme-home-showroom .store-sidebar-card h3{font-family:Georgia,Times New Roman,serif;font-weight:500}.theme-home-showroom .store-category-link{border-radius:0;padding-left:0}.theme-home-showroom .store-category-link:hover,.theme-home-showroom .store-category-link.active{color:var(--tenant-accent);background:0 0}.theme-home-showroom .product-section-heading{border-bottom:1px solid #cfc4b4;padding-bottom:14px}.theme-home-showroom .product-section-heading h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3.5vw,44px);font-weight:500}.theme-home-showroom .store-product-card{box-shadow:none;background:0 0;border:0;border-radius:0}.theme-home-showroom .store-product-card img,.theme-home-showroom .store-product-card .store-image-placeholder{aspect-ratio:4/5;background:#e8e0d3;border-radius:3px}.theme-home-showroom .store-product-body{padding:14px 2px}.theme-home-showroom .store-category{color:#9a8066;letter-spacing:.12em;text-transform:uppercase;font-size:10px}.theme-home-showroom .store-product-body h3{color:#2f3a32;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.theme-home-showroom .store-product-footer{border-top:1px solid #d7cec0;padding-top:10px}.theme-home-showroom .store-product-footer strong{font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500}.theme-home-showroom .store-product-footer span{color:#777064}.theme-home-showroom .product-detail{background:#f1eadf;border:1px solid #cfc4b4;border-radius:4px;padding:32px}.theme-home-showroom .detail-image{border-radius:3px}.theme-home-showroom .detail-content h1{letter-spacing:-.03em;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5vw,72px);font-weight:500}.theme-home-showroom .primary-button{color:#f7f3eb;background:#2f3a32;border-radius:0}.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)}.theme-beauty-atelier{--theme-surface:#fbf6f8;--theme-surface-2:#fff;--theme-ink:#3f3042;--theme-line:#eadbe1;color:var(--theme-ink);background:radial-gradient(circle at 88% 5%,#c77c9224,#0000 28%),#fbf6f8}.theme-beauty-atelier .theme-topline{max-width:var(--container);color:#8a6878;letter-spacing:.18em;border-bottom:1px solid #eadbe1;padding:10px 0}.theme-beauty-atelier .theme-header{max-width:var(--container);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border:1px solid #3f30421f;border-radius:999px;margin-top:14px;padding:12px 16px;box-shadow:0 14px 42px #5c3b4b14}.theme-beauty-atelier .theme-brand{letter-spacing:-.025em;color:#3f3042;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:20px;font-weight:760}.theme-beauty-atelier .theme-brand-mark{color:#fff;background:linear-gradient(145deg,#3f3042,#8b6c8e);border:0;border-radius:50%;width:38px;height:38px;font-size:9px}.theme-beauty-atelier .store-nav a,.theme-beauty-atelier .back-link{color:#695368;background:0 0;border:0;border-radius:999px;font-size:11px;font-weight:680}.theme-beauty-atelier .store-nav a:hover,.theme-beauty-atelier .back-link:hover{color:#3f3042;background:#f4e9ee}.theme-beauty-atelier .theme-hero{background:linear-gradient(135deg,#fff 0 52%,#f4e9ee 52% 100%);border:1px solid #eadbe1;border-radius:32px;margin-top:46px;padding:clamp(26px,4vw,54px);overflow:hidden;box-shadow:0 28px 80px #633f5014}.theme-beauty-atelier .theme-hero-copy h1{letter-spacing:-.045em;color:#3f3042;max-width:720px;margin:14px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6.1vw,82px);font-weight:500;line-height:.98}.theme-beauty-atelier .theme-hero-copy p{color:#806b78;max-width:610px;font-size:16px;line-height:1.75}.theme-beauty-atelier .badge{color:#9c5f75;letter-spacing:.16em;text-transform:uppercase;background:#fff5f8;border:1px solid #dcb9c5;border-radius:999px;padding:7px 11px;font-size:9px;font-weight:800}.theme-beauty-atelier .theme-hero-cta{color:#fff;background:#3f3042;border:0;border-radius:999px;padding:12px 19px;box-shadow:0 8px 24px #3f30422e}.theme-beauty-atelier .theme-hero-metrics{border-top:1px solid #eadbe1;padding-top:18px}.theme-beauty-atelier .theme-hero-metrics strong{font-family:Georgia,Times New Roman,serif;font-weight:500}.theme-beauty-atelier .theme-hero-art{background:0 0;min-height:360px;display:block;position:relative}.theme-beauty-atelier .theme-hero-art i{opacity:1;border-radius:50%;position:absolute}.theme-beauty-atelier .theme-hero-art i:first-child{background:radial-gradient(circle at 42% 35%,#fff 0 13%,#e5b9c7 14% 38%,#bd7d91 39% 62%,#684d69 63%);inset:4% 18% 4% 16%;box-shadow:0 28px 70px #5b374830}.theme-beauty-atelier .theme-hero-art i:nth-child(2){background:linear-gradient(145deg,#f7dce5,#c77c92);width:88px;height:88px;top:8%;right:7%}.theme-beauty-atelier .theme-hero-art i:nth-child(3){background:#8e718f;width:66px;height:66px;bottom:9%;left:4%}.theme-beauty-atelier .theme-highlights{background:0 0;border:0;gap:12px;margin-top:24px}.theme-beauty-atelier .theme-highlights>div{background:#ffffffb8;border-radius:22px;padding:18px 20px;border:1px solid #eadbe1!important}.theme-beauty-atelier .theme-highlights span{color:#c77c92}.theme-beauty-atelier .theme-highlights strong{font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500}.theme-beauty-atelier .store-catalog-layout{grid-template-columns:210px minmax(0,1fr);gap:34px}.theme-beauty-atelier .store-sidebar-card{background:#ffffffb8;border:1px solid #eadbe1;border-radius:22px;box-shadow:0 10px 30px #5c3b4b0a}.theme-beauty-atelier .store-sidebar-card h3{font-family:Georgia,Times New Roman,serif;font-weight:500}.theme-beauty-atelier .store-category-link{border-radius:999px}.theme-beauty-atelier .store-category-link:hover,.theme-beauty-atelier .store-category-link.active{color:#3f3042;background:#f4e9ee}.theme-beauty-atelier .product-section-heading{border-bottom:1px solid #eadbe1;padding-bottom:13px}.theme-beauty-atelier .product-section-heading h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3.4vw,44px);font-weight:500}.theme-beauty-atelier .store-product-card{background:#fff;border:1px solid #eadbe1;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px #502f4012}.theme-beauty-atelier .store-product-card:hover{transform:translateY(-3px);box-shadow:0 20px 48px #502f401c}.theme-beauty-atelier .store-product-card img,.theme-beauty-atelier .store-product-card .store-image-placeholder{aspect-ratio:4/5;background:linear-gradient(145deg,#f5e9ee,#ead0da);border-radius:0}.theme-beauty-atelier .store-product-body{padding:17px}.theme-beauty-atelier .store-category{color:#a7657d;letter-spacing:.15em;text-transform:uppercase;font-size:9px;font-weight:800}.theme-beauty-atelier .store-product-body h3{color:#3f3042;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:500}.theme-beauty-atelier .store-product-footer{border-top:1px solid #f0e5e9;padding-top:10px}.theme-beauty-atelier .store-product-footer strong{color:#3f3042;font-size:17px}.theme-beauty-atelier .store-product-footer span{color:#8f6677;background:#f8eef2;border-radius:999px;padding:4px 7px}.theme-beauty-atelier .product-detail{background:#fff;border:1px solid #eadbe1;border-radius:28px;padding:30px;box-shadow:0 22px 60px #502f4014}.theme-beauty-atelier .detail-image{border-radius:22px}.theme-beauty-atelier .detail-content h1{letter-spacing:-.035em;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5vw,70px);font-weight:500}.theme-beauty-atelier .primary-button{color:#fff;background:#3f3042;border-radius:999px}.theme-active-motion{--theme-surface:#f2f5f1;--theme-surface-2:#fff;--theme-ink:#10231e;--theme-line:#bdc8c0;color:var(--theme-ink);background:linear-gradient(118deg,#b8f23d21 0 15%,#0000 15% 100%),#f2f5f1}.theme-active-motion .theme-topline{max-width:var(--container);color:#587066;letter-spacing:.18em;text-transform:uppercase;border-bottom:1px solid #bdc8c0;padding:10px 0;font-size:9px;font-weight:850}.theme-active-motion .theme-header{max-width:var(--container);border-bottom:3px solid #10231e;align-items:center;padding:16px 0}.theme-active-motion .theme-brand{letter-spacing:-.045em;text-transform:uppercase;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(22px,2.4vw,34px);font-weight:900}.theme-active-motion .theme-brand-mark{color:#b8f23d;background:#10231e;border:0;border-radius:8px;width:42px;height:42px;font-size:10px;font-style:italic;transform:skew(-8deg)}.theme-active-motion .store-nav a,.theme-active-motion .back-link{color:#213a31;letter-spacing:.06em;text-transform:uppercase;background:#fff;border:1px solid #aebbb2;border-radius:8px;font-size:10px;font-weight:850}.theme-active-motion .store-nav a:hover,.theme-active-motion .back-link:hover{color:#b8f23d;background:#10231e;border-color:#10231e;transform:translateY(-1px)}.theme-active-motion .theme-hero{color:#fff;background:#10231e;border:2px solid #10231e;border-radius:14px;margin-top:38px;padding:clamp(26px,4vw,52px);position:relative;overflow:hidden;box-shadow:8px 8px #b8f23d}.theme-active-motion .theme-hero:before{content:"";transform-origin:bottom;opacity:.97;background:#b8f23d;width:18%;position:absolute;inset:0 auto 0 51%;transform:skew(-13deg)}.theme-active-motion .theme-hero-copy{z-index:2;position:relative}.theme-active-motion .theme-hero-copy h1{letter-spacing:-.06em;text-transform:uppercase;max-width:760px;margin:12px 0 17px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(48px,6.3vw,88px);font-style:italic;font-weight:920;line-height:.9}.theme-active-motion .theme-hero-copy p{color:#cbd8d1;max-width:600px;font-size:15px;line-height:1.65}.theme-active-motion .badge{color:#b8f23d;letter-spacing:.14em;text-transform:uppercase;background:0 0;border:1px solid #b8f23d;border-radius:5px;padding:6px 9px;font-size:9px;font-weight:900}.theme-active-motion .theme-hero-cta{color:#10231e;text-transform:uppercase;background:#b8f23d;border:0;border-radius:7px;padding:12px 17px;font-weight:900;box-shadow:4px 4px #fff}.theme-active-motion .theme-hero-metrics{color:#d8e2dc;border-top:1px solid #42584f;padding-top:17px}.theme-active-motion .theme-hero-metrics strong{color:#b8f23d;font-size:28px}.theme-active-motion .theme-hero-art{z-index:2;background:0 0;grid-template-columns:repeat(3,1fr);gap:10px;min-height:330px;display:grid;position:relative;overflow:visible}.theme-active-motion .theme-hero-art i{opacity:1;background:linear-gradient(160deg,#dfe7e1,#7b9187);border:1px solid #769086;border-radius:8px;transform:skew(-9deg)}.theme-active-motion .theme-hero-art i:first-child{background:linear-gradient(145deg,#b8f23d 0 28%,#3f594f 28% 100%)}.theme-active-motion .theme-hero-art i:nth-child(2){background:linear-gradient(160deg,#fff,#a1afa8);transform:skew(-9deg)translateY(26px)}.theme-active-motion .theme-hero-art i:nth-child(3){background:linear-gradient(160deg,#536a61,#152b23)}.theme-active-motion .theme-highlights{background:#fff;border:2px solid #10231e;border-radius:10px;margin-top:22px;overflow:hidden}.theme-active-motion .theme-highlights>div{border-right:1px solid #bdc8c0;padding:17px 18px}.theme-active-motion .theme-highlights span{color:#5a6d64;font-style:italic}.theme-active-motion .theme-highlights strong{letter-spacing:.01em;text-transform:uppercase;font-size:14px;font-weight:900}.theme-active-motion .store-catalog-layout{grid-template-columns:230px minmax(0,1fr);gap:26px}.theme-active-motion .store-sidebar-card{box-shadow:none;background:#fff;border:1px solid #bdc8c0;border-radius:10px}.theme-active-motion .store-sidebar-card h3{text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:900}.theme-active-motion .store-category-link{border-radius:6px;font-size:11px;font-weight:750}.theme-active-motion .store-category-link:hover,.theme-active-motion .store-category-link.active{color:#10231e;background:#e6efdf;box-shadow:inset 3px 0 #b8f23d}.theme-active-motion .product-section-heading{border-bottom:3px solid #10231e;padding-bottom:12px}.theme-active-motion .product-section-heading h2{letter-spacing:-.045em;text-transform:uppercase;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(28px,3.2vw,42px);font-style:italic;font-weight:920}.theme-active-motion .store-product-card{box-shadow:none;background:#fff;border:1px solid #adbbb2;border-radius:12px;overflow:hidden}.theme-active-motion .store-product-card:hover{border-color:#10231e;transform:translateY(-3px);box-shadow:5px 5px #b8f23d}.theme-active-motion .store-product-card img,.theme-active-motion .store-product-card .store-image-placeholder{aspect-ratio:1;background:linear-gradient(145deg,#edf2ee,#ced9d2);border-radius:0}.theme-active-motion .store-product-body{padding:14px}.theme-active-motion .store-category{color:#5a7468;letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:900}.theme-active-motion .store-product-body h3{letter-spacing:-.025em;color:#10231e;font-size:17px;font-weight:850}.theme-active-motion .store-product-footer{border-top:2px solid #edf1ee;padding-top:10px}.theme-active-motion .store-product-footer strong{font-size:18px;font-weight:900}.theme-active-motion .store-product-footer span{color:#3e594d;background:#eaf2e5;border-radius:5px;padding:4px 7px;font-size:10px;font-weight:750}.theme-active-motion .product-detail{background:#fff;border:2px solid #10231e;border-radius:14px;padding:28px;box-shadow:8px 8px #b8f23d}.theme-active-motion .detail-image{border-radius:8px}.theme-active-motion .detail-content h1{letter-spacing:-.055em;text-transform:uppercase;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(42px,5vw,70px);font-style:italic;font-weight:920;line-height:.94}.theme-active-motion .primary-button{color:#b8f23d;text-transform:uppercase;background:#10231e;border-radius:7px;font-weight:900}@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,.theme-home-showroom .theme-hero-copy h1,.theme-beauty-atelier .theme-hero-copy h1,.theme-active-motion .theme-hero-copy h1,.theme-playful-kids .theme-hero-copy h1{font-size:42px}.theme-bold-retail .theme-hero-copy h1{font-size:48px}.theme-bold-retail .theme-topline{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.theme-bold-retail .theme-hero{padding:20px;box-shadow:7px 7px #171717}.theme-home-showroom .theme-hero-copy{padding:26px}.theme-home-showroom .theme-hero-art{min-height:290px}.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}}.account-address-help{margin:-4px 0 16px;font-size:13px;line-height:1.5}.account-address-form{scroll-margin-top:24px}.account-address-form .form-field{margin-bottom:14px}.account-address-form .form-field input,.account-address-form .form-field select{background:#fff;border-color:#94a3b8;min-height:44px;box-shadow:0 0 0 1px #94a3b81f}.account-address-form .form-field input:hover,.account-address-form .form-field select:hover{border-color:#64748b}.account-address-form .form-field input:focus-visible,.account-address-form .form-field select:focus-visible{border-color:var(--tenant-primary,#111827);box-shadow:0 0 0 3px color-mix(in srgb,var(--tenant-primary,#111827) 14%,transparent)}.address-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.address-type-badge,.checkout-address-type{background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;align-items:center;width:max-content;max-width:100%;padding:4px 8px;font-weight:800;color:#334155!important;font-size:11px!important;line-height:1.2!important;display:inline-flex!important}.address-type-badge.type-shipping{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8!important}.address-type-badge.type-billing{background:#fff7ed;border-color:#fed7aa;color:#c2410c!important}.address-type-badge.type-both{background:#f0fdf4;border-color:#bbf7d0;color:#166534!important}.address-card-actions{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.address-card-actions button{justify-self:auto!important}.account-address-form-actions{flex-wrap:wrap;align-items:center;gap:9px;margin-top:4px;display:flex}.secondary-button{color:#334155;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;justify-content:center;align-items:center;padding:10px 15px;font-weight:700;display:inline-flex}.address-choice .checkout-address-type{margin:2px 0 3px}.checkout-summary>div.order-created:not(.field-error):not(.success-inline){justify-content:initial;align-items:start;gap:7px;display:grid}.checkout-summary .order-created .order-view-link{justify-self:start;width:max-content;max-width:100%;padding:8px 12px;font-size:13px;line-height:1.2}@media (max-width:760px){.account-address-form-actions>.primary-button,.account-address-form-actions>.secondary-button{width:100%}.address-card-head{align-items:flex-start}}.theme-playful-kids{--theme-surface:#fffaf0;--theme-surface-2:#fff;--theme-ink:#243b53;--theme-line:#d9cda9;color:#243b53;background:radial-gradient(circle at 9% 9%,#41b8d52b 0 70px,#0000 72px),radial-gradient(circle at 92% 16%,#ff6b5726 0 90px,#0000 92px),#fffaf0}.theme-playful-kids .theme-topline{max-width:var(--container);color:#52677a;letter-spacing:.11em;text-transform:uppercase;padding:9px 0;font-size:10px;font-weight:850}.theme-playful-kids .theme-topline:before{content:"★";color:#ff6b57;margin-right:7px}.theme-playful-kids .theme-header{max-width:var(--container);border-bottom:2px dashed #c8b98e;padding:15px 0}.theme-playful-kids .theme-brand{letter-spacing:-.045em;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(23px,2.6vw,36px);font-weight:950}.theme-playful-kids .theme-brand-mark{color:#243b53;background:#ffd65a;border:2px solid #243b53;border-radius:15px 22px 14px 20px;width:44px;height:44px;font-size:11px;transform:rotate(-4deg);box-shadow:3px 3px #41b8d5}.theme-playful-kids .store-nav a,.theme-playful-kids .back-link{color:#243b53;background:#fff;border:2px solid #243b53;border-radius:999px;font-size:10px;font-weight:850;box-shadow:2px 3px #ffd65a}.theme-playful-kids .store-nav a:hover,.theme-playful-kids .back-link:hover{color:#fff;background:#243b53;transform:translateY(-2px);box-shadow:3px 4px #ff6b57}.theme-playful-kids .theme-hero{color:#243b53;background:#fff3d6;border:2px solid #243b53;border-radius:34px 52px 30px 46px;margin-top:36px;padding:clamp(26px,4.3vw,56px);position:relative;overflow:hidden;box-shadow:8px 9px #41b8d5}.theme-playful-kids .theme-hero:before,.theme-playful-kids .theme-hero:after{content:"";pointer-events:none;border:2px solid #243b53;border-radius:999px;position:absolute}.theme-playful-kids .theme-hero:before{background:#ffd65a;width:80px;height:80px;top:-28px;right:42%;transform:rotate(10deg)}.theme-playful-kids .theme-hero:after{background:#ff8a7a;width:46px;height:46px;bottom:18px;left:46%}.theme-playful-kids .theme-hero-copy{z-index:2;position:relative}.theme-playful-kids .theme-hero-copy h1{letter-spacing:-.055em;margin:12px 0 16px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(44px,5.8vw,78px);font-weight:950;line-height:.94}.theme-playful-kids .theme-hero-copy p{color:#4f6475;max-width:610px;font-size:15px;line-height:1.7}.theme-playful-kids .badge{color:#243b53;letter-spacing:.1em;text-transform:uppercase;background:#fff;border:2px solid #243b53;border-radius:999px;padding:6px 10px;font-size:9px;font-weight:900;box-shadow:2px 2px #ff6b57}.theme-playful-kids .theme-hero-cta{color:#fff;background:#ff6b57;border:2px solid #243b53;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:4px 5px #243b53}.theme-playful-kids .theme-hero-cta:hover{transform:translateY(-2px);box-shadow:5px 7px #243b53}.theme-playful-kids .theme-hero-art{z-index:2;background:0 0;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;min-height:310px;display:grid;position:relative}.theme-playful-kids .theme-hero-art i{opacity:1;background:#41b8d5;border:2px solid #243b53;box-shadow:4px 5px #243b53}.theme-playful-kids .theme-hero-art i:first-child{background:linear-gradient(145deg,#ff6b57,#ffb48f);border-radius:40% 60% 46% 54%;grid-row:1/-1;transform:rotate(-3deg)}.theme-playful-kids .theme-hero-art i:nth-child(2){background:#ffd65a;border-radius:999px;transform:rotate(5deg)}.theme-playful-kids .theme-hero-art i:nth-child(3){background:#85d4e5;border-radius:24px 44px 28px 38px;transform:rotate(-4deg)}.theme-playful-kids .theme-highlights{background:0 0;border:0;gap:12px;margin-top:24px}.theme-playful-kids .theme-highlights>div{background:#fff;border:2px solid #243b53;border-radius:20px;padding:17px;box-shadow:3px 4px #ffd65a}.theme-playful-kids .theme-highlights>div:nth-child(2){box-shadow:3px 4px #41b8d5}.theme-playful-kids .theme-highlights>div:nth-child(3){box-shadow:3px 4px #ff6b57}.theme-playful-kids .theme-highlights span{color:#607487}.theme-playful-kids .theme-highlights strong{font-size:14px;font-weight:900}.theme-playful-kids .store-catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:26px}.theme-playful-kids .store-sidebar-card{background:#fff;border:2px solid #243b53;border-radius:22px;box-shadow:4px 5px #ffd65a}.theme-playful-kids .store-sidebar-card h3{font-size:14px;font-weight:950}.theme-playful-kids .store-category-link{border-radius:12px;font-size:11px;font-weight:750}.theme-playful-kids .store-category-link:hover,.theme-playful-kids .store-category-link.active{color:#243b53;background:#fff3d6;box-shadow:inset 4px 0 #ff6b57}.theme-playful-kids .product-section-heading{border-bottom:2px dashed #c8b98e;padding-bottom:10px}.theme-playful-kids .product-section-heading h2{letter-spacing:-.04em;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(28px,3.2vw,42px);font-weight:950}.theme-playful-kids .store-product-card{background:#fff;border:2px solid #243b53;border-radius:22px;overflow:visible;box-shadow:5px 6px #41b8d5}.theme-playful-kids .store-product-card:nth-child(3n+2){box-shadow:5px 6px #ffd65a}.theme-playful-kids .store-product-card:nth-child(3n){box-shadow:5px 6px #ff8a7a}.theme-playful-kids .store-product-card:hover{border-color:#243b53;box-shadow:7px 8px #ff6b57}.theme-playful-kids .store-product-card img,.theme-playful-kids .store-product-card .store-image-placeholder{aspect-ratio:1;background:linear-gradient(145deg,#f8f3e4,#dff5fa);border-radius:19px 19px 12px 12px}.theme-playful-kids .store-product-body{padding:14px 15px 16px}.theme-playful-kids .store-category{color:#53677a;background:#fff3d6;border-radius:999px;width:max-content;padding:4px 7px;font-size:9px;font-weight:850;display:inline-flex}.theme-playful-kids .store-product-body h3{letter-spacing:-.025em;color:#243b53;font-size:17px;font-weight:900}.theme-playful-kids .store-product-footer{border-top:2px dashed #eadfbf;padding-top:10px}.theme-playful-kids .store-product-footer strong{font-size:18px;font-weight:950}.theme-playful-kids .store-product-footer span{color:#36596a;background:#edf9ff;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:750}.theme-playful-kids .product-detail{background:#fff;border:2px solid #243b53;border-radius:30px;padding:28px;box-shadow:8px 9px #41b8d5}.theme-playful-kids .detail-image{border-radius:22px}.theme-playful-kids .detail-content h1{letter-spacing:-.05em;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(40px,5vw,66px);font-weight:950;line-height:.96}.theme-playful-kids .primary-button{color:#fff;background:#ff6b57;border:2px solid #243b53;border-radius:999px;font-weight:900;box-shadow:3px 4px #243b53}.theme-playful-kids .theme-footer{color:#fff;background:#243b53;border-radius:26px 26px 0 0;padding:24px}.theme-playful-kids .theme-footer a{color:#243b53;background:#fff3d6;border-radius:999px;padding:7px 10px;font-weight:800}.theme-playful-kids .theme-footer a:nth-child(2n){background:#85d4e5}@media (max-width:640px){.theme-playful-kids .theme-hero-copy h1{font-size:42px}.theme-playful-kids .theme-hero{border-radius:26px 34px 24px 30px;padding:22px;box-shadow:6px 7px #41b8d5}.theme-playful-kids .theme-hero-art{min-height:260px}}.theme-brand.has-logo{line-height:1}.theme-brand-logo{object-fit:contain;width:auto;max-width:min(240px,28vw);height:auto;max-height:58px;display:block}.theme-footer-logo{object-fit:contain;width:auto;max-width:220px;height:auto;max-height:52px;margin-bottom:4px;display:block}@media (max-width:640px){.theme-brand-logo{max-width:160px;max-height:44px}.theme-footer-logo{max-width:180px;max-height:46px}}.checkout-payment-tender{border:1px solid var(--color-border);background:#f8fafc;border-radius:14px;gap:10px;margin-top:12px;padding:14px 16px;display:grid}.checkout-payment-tender-head{gap:2px;display:grid}.checkout-payment-tender-head strong{color:#0f172a;font-size:18px;font-weight:700}.checkout-payment-tender-head small{color:#64748b;font-size:14px}.checkout-payment-tender-options{flex-wrap:wrap;gap:10px;display:flex}.checkout-payment-tender-option{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-weight:700;transition:border-color .2s,box-shadow .2s,background-color .2s;display:inline-flex}.checkout-payment-tender-option input{block-size:18px;inline-size:18px;accent-color:var(--tenant-primary,#111827);flex:none;margin:0}.checkout-payment-tender-option span{line-height:1}.checkout-payment-tender-option.active{border-color:var(--tenant-primary,#111827);box-shadow:0 0 0 1px var(--tenant-primary,#111827) inset;background:#eff6ff}.checkout-payment-tender-help{color:#64748b;font-size:13px}@media (max-width:640px){.checkout-payment-tender-option{justify-content:flex-start;width:100%}}.customer-registration-form{gap:12px;display:grid}.customer-registration-loading{color:var(--color-muted);padding:12px 0}.customer-password-policy{border:1px solid var(--color-border);background:#f8fafc;border-radius:10px;gap:6px;padding:12px 14px;display:grid}.customer-password-policy strong{font-size:13px}.customer-password-policy ul{color:var(--color-muted);margin:0;padding-left:18px;font-size:12px;line-height:1.6}.customer-order-notification-consents{border:1px solid var(--color-border);background:#f8fafc;border-radius:10px;gap:9px;margin:-2px 0 12px;padding:12px 14px;display:grid}.customer-order-notification-consents>strong{font-size:13px}.customer-order-notification-consents>p{color:var(--color-muted);margin:0;font-size:12px;line-height:1.5}.customer-order-notification-consents>label{align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;display:flex}.customer-order-notification-consents input,.account-order-notification-options input{flex:none;width:17px;height:17px;margin-top:1px}.account-order-notification-consent{border:1px solid var(--color-border);background:#f8fafc;border-radius:12px;gap:12px;margin:18px 0;padding:16px;display:grid}.account-order-notification-consent h3{margin:0 0 5px}.account-order-notification-consent p{color:var(--color-muted);margin:0;font-size:13px;line-height:1.5}.account-order-notification-options{gap:9px;display:grid}.account-order-notification-options>label{align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;display:flex}.store-account-actions{align-items:center;gap:4px;display:inline-flex}.store-nav .store-nav-action{min-height:36px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:8px 11px;text-decoration:none;display:inline-flex}.store-nav .store-nav-action:hover{background:#f1f5f9}.store-nav .store-nav-action:disabled{opacity:.55;cursor:wait}.store-nav-action-icon{width:20px;height:20px;display:none}.store-nav-action-icon svg{width:100%;height:100%;display:block}@media (max-width:760px){.store-account-actions{gap:2px}.store-nav .store-nav-action{width:38px;min-width:38px;height:38px;min-height:38px;padding:0}.store-nav-action-label{display:none}.store-nav-action-icon{display:inline-flex}}.store-nav-desktop{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.store-mobile-menu{display:none;position:relative}.store-mobile-menu-trigger{border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:0;display:inline-flex}.store-mobile-menu-trigger>span,.store-mobile-menu-trigger svg{width:22px;height:22px;display:block}.store-mobile-menu-panel{z-index:1200;border:1px solid var(--color-border);background:#fff;border-radius:14px;width:min(330px,100vw - 24px);max-height:min(72vh,620px);padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 18px 45px #0f172a29}.store-mobile-menu-panel>a,.store-mobile-menu-panel>button{width:100%;min-height:44px;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 11px;text-decoration:none;display:grid}.store-mobile-menu-panel>a:hover,.store-mobile-menu-panel>button:hover{background:#f8fafc}.store-mobile-menu-panel>button:disabled{opacity:.55;cursor:wait}.store-mobile-menu-item-icon,.store-mobile-menu-item-icon svg{width:20px;height:20px;display:block}.store-mobile-category-group{border-bottom:1px solid var(--color-border);margin-bottom:6px;padding-bottom:6px}.store-mobile-category-group>summary,.store-mobile-category-branch>summary{cursor:pointer;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:9px 10px;font-weight:700;list-style:none;display:flex}.store-mobile-category-group>summary::-webkit-details-marker{display:none}.store-mobile-category-branch>summary::-webkit-details-marker{display:none}.store-mobile-category-group>summary:hover,.store-mobile-category-branch>summary:hover{background:#f8fafc}.store-mobile-category-list,.store-mobile-category-branch>div{gap:3px;padding:2px 0 4px 10px;display:grid}.store-mobile-category-list>a,.store-mobile-category-link{color:var(--color-text);border-radius:8px;padding:8px 10px;font-size:13px;text-decoration:none;display:block}.store-mobile-category-list>a:hover,.store-mobile-category-link:hover{background:#f8fafc}.store-mobile-category-branch{display:grid}.store-mobile-category-branch .store-mobile-category-branch{margin-left:8px}@media (max-width:760px){.store-nav-desktop{display:none}.store-mobile-menu{display:block}.store-nav{flex-wrap:nowrap}}.store-header-desktop-switchers{align-items:center;gap:8px;display:flex}.store-nav .store-nav-logout{color:#475569;background:#fff;border:1px solid #cbd5e1;font-weight:700}.store-nav .store-nav-logout:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.store-mobile-menu-panel{box-sizing:border-box;overscroll-behavior:contain;max-width:calc(100vw - 24px);position:fixed;right:auto}.store-mobile-menu-preferences{border-bottom:1px solid var(--color-border);gap:8px;margin-bottom:6px;padding:8px 8px 10px;display:grid}.store-mobile-menu-preferences .store-locale-switcher{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;display:grid}.store-mobile-menu-preferences .store-locale-switcher>span{color:var(--color-muted);font-size:12px;font-weight:700;display:block}.store-mobile-menu-preferences .store-locale-switcher select{max-width:150px}@media (max-width:760px){.store-header-desktop-switchers{display:none}.header-right{flex-wrap:nowrap;min-width:0}.store-nav{min-width:40px}}.customer-registration-verification,.customer-phone-verification{border:1px solid var(--color-border);background:#f8fafc;border-radius:12px;gap:12px;padding:14px;display:grid}.customer-registration-verification>strong,.customer-phone-verification h3{margin:0}.customer-registration-verification>p,.customer-phone-verification p{color:var(--color-muted);margin:0;font-size:13px;line-height:1.5}.customer-verification-channel-options{flex-wrap:wrap;gap:9px;display:flex}.customer-verification-channel-options>label{border:1px solid var(--color-border);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:8px 12px;display:inline-flex}.customer-verification-channel-options input{width:17px;height:17px;margin:0}.customer-phone-verification .form-field input{letter-spacing:.18em;text-align:center;max-width:220px;font-size:24px;font-weight:800}.customer-phone-verification-actions{flex-wrap:wrap;gap:9px;display:flex}.customer-phone-verification-actions .secondary-button{border:1px solid var(--color-border);color:var(--color-text);font:inherit;cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;padding:10px 14px;font-weight:700;display:inline-flex}.customer-phone-verification-actions .secondary-button:disabled{opacity:.5;cursor:wait}.storefront-whatsapp-floating{z-index:1100;color:#fff;background:#16a34a;border:1px solid #16a34a47;border-radius:999px;align-items:center;gap:9px;min-height:48px;padding:10px 15px;font-weight:800;text-decoration:none;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 32px #0f172a38}.storefront-whatsapp-floating:hover{color:#fff;background:#15803d;transform:translateY(-1px)}.storefront-whatsapp-floating svg{flex:none;width:24px;height:24px}.product-social-actions{border:1px solid var(--color-border);background:#f8fafc;border-radius:12px;gap:10px;padding:14px;display:grid}.product-whatsapp-contact{color:#166534;width:fit-content;min-height:42px;font:inherit;cursor:pointer;background:#f0fdf4;border:1px solid #86efac;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:9px 14px;font-weight:800;display:inline-flex}.product-whatsapp-contact:hover{background:#dcfce7;border-color:#4ade80}.product-whatsapp-contact svg{width:21px;height:21px}.product-share-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-share-label{color:var(--color-muted);margin-right:2px;font-size:13px;font-weight:700}.product-share-button{border:1px solid var(--color-border);width:38px;height:38px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:0;display:inline-flex}.product-share-button:hover{border-color:var(--tenant-primary,#334155);background:#f1f5f9}.product-share-button svg{width:19px;height:19px}.product-share-notice{color:var(--color-muted);font-size:12px}@media (max-width:640px){.storefront-whatsapp-floating{justify-content:center;width:50px;height:50px;padding:0;bottom:16px;right:14px}.storefront-whatsapp-floating>span{display:none}.product-whatsapp-contact{width:100%}}.theme-footer-privacy-button{color:inherit;font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:13px;-webkit-text-decoration:underline #0000;text-decoration:underline #0000}.theme-footer-privacy-button:hover{text-decoration-color:currentColor}.theme-footer-privacy-button:focus-visible{outline-offset:4px;border-radius:3px;outline:2px solid}.analytics-consent-current{color:var(--color-muted,#64748b);margin-top:7px;font-size:12px;font-weight:700;display:block}
:root{--p35-store-max:1380px;--p35-store-gutter:clamp(16px, 3vw, 42px);--p35-card-radius:16px;--p35-control-radius:12px;--p35-border:#e5e7eb;--p35-border-strong:#d7dde5;--p35-text:#111827;--p35-muted:#6b7280;--p35-soft:#f8fafc;--p35-shadow:0 8px 28px #0f172a0f;--p35-shadow-hover:0 16px 38px #0f172a1f}body{color:var(--p35-text);background:#fff;margin:0}main[data-store-theme]{background:radial-gradient(circle at 10% 0,#94a3b814,#0000 24rem),#fff;min-height:100vh;overflow-x:hidden}main[data-store-theme] .theme-topline{min-height:30px;padding:0 var(--p35-store-gutter);color:#f8fafc;letter-spacing:.025em;background:#0f172a;border-bottom:1px solid #e2e8f0cc;justify-content:space-between;align-items:center;gap:16px;font-size:11px;display:flex}main[data-store-theme] .theme-header{width:min(var(--p35-store-max), calc(100% - (var(--p35-store-gutter) * 2)));border-bottom:1px solid var(--p35-border);background:#fffffff5;justify-content:space-between;align-items:center;gap:22px;min-height:76px;margin:0 auto;padding:0;display:flex}main[data-store-theme] .theme-brand{min-width:0;color:var(--p35-text);letter-spacing:-.025em;align-items:center;gap:10px;font-size:19px;font-weight:820;text-decoration:none;display:inline-flex}main[data-store-theme] .theme-brand-mark{color:#0f172a;background:#f8fafc;border:1px solid #dbe2ea;border-radius:12px;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:900;display:grid}main[data-store-theme] .header-right{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}main[data-store-theme] .store-nav{align-items:center;gap:2px;display:flex}main[data-store-theme] .store-nav a,main[data-store-theme] .back-link{color:#475569;white-space:nowrap;border-radius:10px;align-items:center;min-height:38px;padding:0 11px;font-size:12px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}main[data-store-theme] .store-nav a:hover,main[data-store-theme] .back-link:hover{color:#0f172a;background:#f1f5f9}main[data-store-theme] .header-right select{color:#334155;background-color:#fff;border:1px solid #dbe2ea;border-radius:10px;height:38px;min-height:38px;padding:0 28px 0 9px;font-size:11px}main[data-store-theme] .theme-hero{width:min(var(--p35-store-max), calc(100% - (var(--p35-store-gutter) * 2)));box-sizing:border-box;box-shadow:var(--p35-shadow);border-radius:24px;margin:28px auto 20px;overflow:hidden}main[data-store-theme] .theme-hero-copy h1{letter-spacing:-.045em;max-width:820px;margin-top:10px;font-size:clamp(34px,5vw,68px);line-height:.98}main[data-store-theme] .theme-hero-copy p{max-width:680px;font-size:clamp(14px,1.7vw,18px);line-height:1.65}main[data-store-theme] .p35-category-rail{overscroll-behavior-inline:contain;scrollbar-width:thin;scroll-snap-type:x proximity;gap:12px;width:100%;min-width:0;margin:0 0 18px;padding:4px 2px 10px;display:flex;overflow-x:auto}main[data-store-theme] .p35-category-chip{color:#475569;text-align:center;scroll-snap-align:start;justify-items:center;gap:7px;width:86px;min-width:86px;text-decoration:none;display:grid}main[data-store-theme] .p35-category-mark{color:#475569;background:linear-gradient(145deg,#fff,#f1f5f9);border:1px solid #dce3eb;border-radius:999px;place-items:center;width:62px;height:62px;font-size:13px;font-weight:850;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;box-shadow:0 3px 12px #0f172a0b}main[data-store-theme] .p35-category-chip strong{width:100%;color:inherit;text-overflow:ellipsis;font-size:10px;font-weight:720;line-height:1.25;overflow:hidden}main[data-store-theme] .p35-category-chip:hover .p35-category-mark{border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 9px 20px #0f172a17}main[data-store-theme] .p35-category-chip.active{color:#0f172a}main[data-store-theme] .p35-category-chip.active .p35-category-mark{color:#fff;background:#0f172a;border-color:#0f172a}main[data-store-theme] .store-catalog-layout{width:min(var(--p35-store-max), calc(100% - (var(--p35-store-gutter) * 2)));align-items:start;gap:22px;margin:24px auto 42px}main[data-store-theme] .store-catalog-sidebar{min-width:0}main[data-store-theme] .store-sidebar-card{border:1px solid var(--p35-border);border-radius:var(--p35-card-radius);background:#fff;box-shadow:0 2px 10px #0f172a06}main[data-store-theme] .store-sidebar-card h3{letter-spacing:-.01em;margin-bottom:12px;font-size:12px}main[data-store-theme] .store-category-link{color:#64748b;border-radius:8px;align-items:center;min-height:32px;padding:5px 8px;font-size:10px;text-decoration:none;display:flex}main[data-store-theme] .store-category-link:hover{color:#0f172a;background:#f8fafc}main[data-store-theme] .store-category-link.active{color:#0f172a;background:#eef2f7;font-weight:800}main[data-store-theme] .store-filter-field{gap:5px;display:grid}main[data-store-theme] .store-filter-field label{color:#475569;font-size:9px;font-weight:750}main[data-store-theme] .store-filter-field input,main[data-store-theme] .store-filter-field select,main[data-store-theme] .store-sort select{box-sizing:border-box;border:1px solid var(--p35-border-strong);border-radius:var(--p35-control-radius);color:#1f2937;background:#fff;width:100%;height:42px;min-height:42px;padding:0 11px;font-size:11px}main[data-store-theme] .store-filter-actions button,main[data-store-theme] .store-sort button{border-radius:var(--p35-control-radius);min-height:42px}main[data-store-theme] .product-section{min-width:0}main[data-store-theme] .product-section-heading{border-bottom:1px solid #edf1f5;margin:0 0 13px;padding:0 2px 10px}main[data-store-theme] .product-section-heading h2{letter-spacing:-.035em;margin:2px 0 0;font-size:clamp(19px,2vw,27px)}main[data-store-theme] .product-section-heading>span{color:#64748b;font-size:10px}main[data-store-theme] .store-search-toolbar{border:1px solid var(--p35-border);background:#fafbfc;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:9px;margin-bottom:17px;padding:10px;display:grid}main[data-store-theme] .store-search-wrap{min-width:0}main[data-store-theme] .store-search{grid-template-columns:minmax(0,1fr) auto auto;gap:7px;min-width:0;display:grid}main[data-store-theme] .store-search input[name=q]{box-sizing:border-box;border:1px solid var(--p35-border-strong);color:#111827;background:#fff;border-radius:12px;width:100%;height:44px;min-height:44px;padding:0 14px;font-size:12px}main[data-store-theme] .store-search input[name=q]:focus{border-color:#94a3b8;outline:none;box-shadow:0 0 0 3px #94a3b81f}main[data-store-theme] .store-search button,main[data-store-theme] .store-search>a{border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 14px;font-size:11px;font-weight:750;display:inline-flex}main[data-store-theme] .store-search-suggestions{background:#fff;border:1px solid #dbe2ea;border-radius:12px;margin-top:5px;overflow:hidden;box-shadow:0 18px 42px #0f172a24}main[data-store-theme] .store-search-suggestions>a{border-bottom:1px solid #eef2f6;padding:10px 12px}main[data-store-theme] .store-sort{grid-template-columns:minmax(150px,1fr) auto;gap:7px;display:grid}main[data-store-theme] .store-product-grid:not(.theme-builder-grid){grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}main[data-store-theme] .store-product-grid.theme-builder-grid{gap:16px}main[data-store-theme] .store-product-card{border-radius:var(--p35-card-radius);color:#111827;background:#fff;border:1px solid #e4e9ef;flex-direction:column;min-width:0;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden;box-shadow:0 2px 10px #0f172a06}main[data-store-theme] .store-product-card:hover{box-shadow:var(--p35-shadow-hover);border-color:#cbd5e1;transform:translateY(-3px)}main[data-store-theme] .store-product-card>img,main[data-store-theme] .store-product-card>.store-image-placeholder{aspect-ratio:1/1.08;object-fit:cover;background:#f8fafc;width:100%;display:block}main[data-store-theme] .store-image-placeholder{color:#94a3b8;text-align:center;place-content:center;font-size:10px}main[data-store-theme] .store-product-body{flex-direction:column;flex:1;gap:6px;min-height:118px;padding:12px 13px 13px;display:flex}main[data-store-theme] .store-category{color:#94a3b8;letter-spacing:.045em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:8px;font-weight:750;overflow:hidden}main[data-store-theme] .store-product-body h3{color:#1f2937;letter-spacing:-.012em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:720;line-height:1.45;display:-webkit-box;overflow:hidden}main[data-store-theme] .store-product-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:flex-end;gap:7px;margin-top:auto;padding-top:8px;display:flex}main[data-store-theme] .store-product-footer strong{color:#0f172a;font-size:13px;font-weight:850;line-height:1.2}main[data-store-theme] .store-product-footer span{color:#64748b;text-align:right;font-size:8.5px}main[data-store-theme] .pagination{flex-wrap:wrap;justify-content:center;gap:5px;margin-top:26px;display:flex}main[data-store-theme] .pagination a,main[data-store-theme] .pagination span{box-sizing:border-box;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:9px;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:0 8px;font-size:10px;text-decoration:none;display:inline-flex}main[data-store-theme] .pagination a.active{color:#fff;background:#0f172a;border-color:#0f172a}main[data-store-theme] .theme-footer{width:min(var(--p35-store-max), calc(100% - (var(--p35-store-gutter) * 2)));border-top:1px solid var(--p35-border);margin:52px auto 0;padding:28px 0 34px}main[data-store-theme] .theme-footer>div{gap:5px}main[data-store-theme] .theme-footer strong{font-size:15px}main[data-store-theme] .theme-footer span,main[data-store-theme] .theme-footer a{font-size:10px}@media (max-width:1180px){main[data-store-theme] .store-product-grid:not(.theme-builder-grid){grid-template-columns:repeat(3,minmax(0,1fr))}main[data-store-theme] .theme-header{min-height:70px}main[data-store-theme] .store-nav a{padding:0 8px;font-size:11px}}@media (max-width:900px){main[data-store-theme] .theme-header{align-items:flex-start;padding:10px 0}main[data-store-theme] .header-right{flex-wrap:wrap}main[data-store-theme] .store-catalog-layout{grid-template-columns:1fr!important}main[data-store-theme] .store-catalog-sidebar{order:2}main[data-store-theme] .product-section{order:1}main[data-store-theme] .store-sidebar-card{position:static!important}main[data-store-theme] .store-search-toolbar{grid-template-columns:1fr}main[data-store-theme] .store-sort{grid-template-columns:minmax(0,1fr) auto}}@media (max-width:700px){:root{--p35-store-gutter:14px}main[data-store-theme] .theme-topline{min-height:28px;font-size:9px}main[data-store-theme] .theme-header{grid-template-columns:1fr;gap:7px;width:calc(100% - 28px);display:grid}main[data-store-theme] .header-right{justify-content:flex-start;gap:5px;width:100%}main[data-store-theme] .store-nav{background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;width:100%;padding:4px;overflow-x:auto}main[data-store-theme] .store-nav a{background:#fff;flex:none;min-height:36px}main[data-store-theme] .theme-hero{border-radius:18px;width:calc(100% - 28px);margin-top:18px}main[data-store-theme] .store-catalog-layout{width:calc(100% - 28px);margin-top:16px}main[data-store-theme] .store-product-grid:not(.theme-builder-grid){grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}main[data-store-theme] .store-product-grid.theme-builder-grid{gap:10px}main[data-store-theme] .store-product-body{min-height:110px;padding:10px}main[data-store-theme] .store-product-footer{flex-direction:column;align-items:flex-start}main[data-store-theme] .store-product-footer span{text-align:left}main[data-store-theme] .p35-category-chip{width:72px;min-width:72px}main[data-store-theme] .p35-category-mark{width:54px;height:54px}main[data-store-theme] .store-search{grid-template-columns:minmax(0,1fr) auto}main[data-store-theme] .store-search>a{grid-column:1/-1;min-height:36px}main[data-store-theme] .theme-footer{width:calc(100% - 28px)}}@media (max-width:390px){main[data-store-theme] .store-product-body h3{font-size:11px}main[data-store-theme] .store-product-footer strong{font-size:12px}}
main[data-store-theme] .store-catalog-layout{width:min(var(--p35-store-max), calc(100% - (var(--p35-store-gutter) * 2)))!important;max-width:var(--p35-store-max)!important;grid-template-columns:minmax(0,220px) minmax(0,1fr)!important}main[data-store-theme] .store-catalog-layout.theme-builder-no-filters{grid-template-columns:minmax(0,1fr)!important}main[data-store-theme] .product-section{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important}main[data-store-theme] .store-product-grid{width:100%!important;min-width:0!important;max-width:100%!important}main[data-store-theme] .store-product-card{width:100%;max-width:100%;min-width:0!important}main[data-store-theme] .store-catalog-sidebar>.store-sidebar-card:first-child{display:none!important}main[data-store-theme] .p35-store-nav{flex-wrap:nowrap;position:relative}main[data-store-theme] .p35-category-menu{position:relative}main[data-store-theme] .p35-category-menu>summary{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:10px;align-items:center;gap:6px;min-height:38px;padding:0 11px;font-size:12px;font-weight:700;list-style:none;display:flex}main[data-store-theme] .p35-category-menu>summary::-webkit-details-marker{display:none}main[data-store-theme] .p35-category-branch>summary::-webkit-details-marker{display:none}main[data-store-theme] .p35-category-menu>summary:after{content:"⌄";color:#94a3b8;margin-left:2px;font-size:12px}main[data-store-theme] .p35-category-menu[open]>summary,main[data-store-theme] .p35-category-menu>summary:hover{color:#0f172a;background:#f1f5f9}main[data-store-theme] .p35-category-menu-popover{z-index:500;background:#fff;border:1px solid #dbe2ea;border-radius:14px;width:min(720px,100vw - 32px);max-height:min(70vh,580px);padding:12px;position:absolute;top:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 22px 56px #0f172a29}main[data-store-theme] .p35-category-menu-head{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:12px;padding:2px 4px 10px;display:flex}main[data-store-theme] .p35-category-menu-head strong{color:#0f172a;font-size:12px}main[data-store-theme] .p35-category-menu-head a{color:#64748b!important;min-height:auto!important;padding:4px 6px!important;font-size:9px!important}main[data-store-theme] .p35-category-menu-roots{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 12px;padding-top:9px;display:grid}main[data-store-theme] .p35-category-branch{min-width:0}main[data-store-theme] .p35-category-branch>summary,main[data-store-theme] .p35-category-menu-link,main[data-store-theme] .p35-category-menu-all{color:#334155;cursor:pointer;border-radius:8px;align-items:center;min-height:34px;padding:6px 8px;font-size:10px;font-weight:700;line-height:1.3;text-decoration:none;list-style:none;display:flex}main[data-store-theme] .p35-category-branch>summary{justify-content:space-between}main[data-store-theme] .p35-category-branch>summary:after{content:"+";color:#94a3b8;font-size:13px;font-weight:500}main[data-store-theme] .p35-category-branch[open]>summary:after{content:"−"}main[data-store-theme] .p35-category-branch>summary:hover,main[data-store-theme] .p35-category-menu-link:hover,main[data-store-theme] .p35-category-menu-all:hover{color:#0f172a;background:#f8fafc}main[data-store-theme] .p35-category-branch-children{border-left:1px solid #dbe3ed;gap:2px;margin:2px 0 4px 9px;padding-left:8px;display:grid}main[data-store-theme] .p35-category-menu-all{color:#2563eb;font-size:9px;font-weight:800}main[data-store-theme] .p35-cart-link{gap:6px}main[data-store-theme] .p35-cart-badge{box-sizing:border-box;color:#64748b;background:#f8fafc;border:1px solid #dbe2ea;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:9px;font-weight:850;line-height:1;display:inline-flex}main[data-store-theme] .p35-cart-badge.has-items{color:#fff;background:#0f172a;border-color:#0f172a}main[data-store-theme] .store-search-wrap{position:relative}main[data-store-theme] .store-search-suggestions{z-index:400;position:absolute;top:calc(100% + 5px);left:0;right:0;margin-top:0!important}main[data-store-theme] .p35-category-rail{max-width:100%}main[data-store-theme].theme-modern-tech .p35-category-menu>summary{color:#e2e8f0}main[data-store-theme].theme-modern-tech .p35-category-menu>summary:hover,main[data-store-theme].theme-modern-tech .p35-category-menu[open]>summary{color:#fff;background:#1e293b}@media (max-width:900px){main[data-store-theme] .store-catalog-layout{grid-template-columns:minmax(0,1fr)!important}main[data-store-theme] .p35-category-menu-popover{left:auto;right:0}}@media (max-width:700px){main[data-store-theme] .p35-store-nav{overflow:visible!important}main[data-store-theme] .p35-category-menu{flex:none}main[data-store-theme] .p35-category-menu-popover{width:auto;max-height:calc(100vh - 150px);position:fixed;top:132px;left:14px;right:14px}main[data-store-theme] .p35-category-menu-roots{grid-template-columns:1fr}}
main[data-store-theme] .p35-store-nav>.p35-category-menu{order:-10}main[data-store-theme] .p35-category-menu>summary{background:color-mix(in srgb, var(--tenant-primary,#0f172a) 8%, #fff);border:1px solid color-mix(in srgb, var(--tenant-primary,#0f172a) 24%, #e2e8f0);color:var(--tenant-primary,#0f172a)!important;font-weight:850!important}main[data-store-theme] .p35-category-menu>summary:after{color:var(--tenant-primary,#0f172a)!important}main[data-store-theme] .p35-category-menu[open]>summary,main[data-store-theme] .p35-category-menu>summary:hover{background:color-mix(in srgb, var(--tenant-primary,#0f172a) 14%, #fff);color:var(--tenant-primary,#0f172a)!important}main[data-store-theme].theme-modern-tech .p35-category-menu>summary{border-color:color-mix(in srgb, var(--tenant-accent,#67e8f9) 45%, #334155);background:#0f172ab8;color:var(--tenant-accent,#67e8f9)!important}main[data-store-theme] .p35-category-mark{overflow:hidden}main[data-store-theme] .p35-category-mark.has-image{background:#f1f5f9;padding:0}main[data-store-theme] .p35-category-mark.has-image img{object-fit:cover;width:100%;height:100%;transition:transform .2s;display:block}main[data-store-theme] .p35-category-chip:hover .p35-category-mark.has-image img{transform:scale(1.055)}main[data-store-theme] .p35-category-chip.active .p35-category-mark.has-image{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--tenant-primary,#0f172a)}main[data-store-theme] .p35-category-mark-all{background:linear-gradient(145deg, color-mix(in srgb, var(--tenant-primary,#0f172a) 9%, #fff), #fff)}@media (max-width:700px){main[data-store-theme] .p35-category-menu>summary{background:#fff}}
main[data-store-theme] .p35-store-nav>.p35-category-menu-shell{flex:none;order:-10}main[data-store-theme] .p35-category-menu-trigger{border:1px solid color-mix(in srgb, var(--tenant-primary,#0f172a) 22%, #fff);background:color-mix(in srgb, var(--tenant-primary,#0f172a) 5%, #fff);min-height:38px;color:var(--tenant-primary,#0f172a);font:inherit;letter-spacing:.015em;cursor:pointer;white-space:nowrap;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 13px;font-size:11px;font-weight:780;line-height:1;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 1px #0f172a0a}main[data-store-theme] .p35-category-menu-trigger:hover,main[data-store-theme] .p35-category-menu-shell.open .p35-category-menu-trigger{border-color:color-mix(in srgb, var(--tenant-primary,#0f172a) 42%, #fff);color:var(--tenant-primary,#0f172a);background:#fff;transform:translateY(-1px);box-shadow:0 8px 22px #0f172a17}main[data-store-theme] .p35-category-menu-trigger:focus-visible{outline:3px solid color-mix(in srgb, var(--tenant-accent,var(--tenant-primary,#0f172a)) 24%, transparent);outline-offset:2px}main[data-store-theme] .p35-category-menu-trigger svg{flex:0 0 14px;width:14px;height:14px;transition:transform .22s cubic-bezier(.2,.8,.2,1)}main[data-store-theme] .p35-category-menu-shell.open .p35-category-menu-trigger svg{transform:rotate(180deg)}.p35-category-menu-popup{z-index:30000;box-sizing:border-box;color:#172033;overscroll-behavior:contain;transform-origin:0 0;background:#fffffffb;border:1px solid #dde3ea;border-radius:18px;padding:15px;animation:.18s cubic-bezier(.2,.8,.2,1) both p37-category-menu-in;position:fixed;overflow:auto;box-shadow:0 28px 80px #0f172a2e,0 2px 8px #0f172a12}@keyframes p37-category-menu-in{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.p35-category-menu-popup .p35-category-menu-head{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-end;gap:16px;padding:3px 5px 13px;display:flex}.p35-category-menu-popup .p35-category-menu-head>div{gap:2px;display:grid}.p35-category-menu-popup .p35-category-menu-head span{color:#94a3b8;letter-spacing:.18em;font-size:8px;font-weight:850}.p35-category-menu-popup .p35-category-menu-head strong{letter-spacing:-.015em;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:600}.p35-category-menu-popup .p35-category-menu-head a{color:#64748b;background:#fafbfc;border:1px solid #e6eaf0;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:780;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.p35-category-menu-popup .p35-category-menu-head a:hover{color:#0f172a;background:#fff;border-color:#cfd7e1}.p35-category-menu-popup .p35-category-menu-roots{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:8px 14px;padding-top:12px;display:grid}.p35-category-menu-popup .p35-category-branch{border-radius:12px;min-width:0;transition:background .18s,box-shadow .18s}.p35-category-menu-popup .p35-category-branch.open{background:#f8fafc;box-shadow:inset 0 0 0 1px #edf1f5}.p35-category-menu-popup .p35-category-branch-toggle,.p35-category-menu-popup .p35-category-menu-link,.p35-category-menu-popup .p35-category-menu-all{color:#334155;width:100%;min-height:40px;font:inherit;text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:0;border-radius:10px;align-items:center;padding:8px 10px;font-size:11px;font-weight:690;line-height:1.35;text-decoration:none;transition:background .15s,color .15s,padding-left .15s;display:flex}.p35-category-menu-popup .p35-category-branch-toggle{justify-content:space-between;gap:12px}.p35-category-menu-popup .p35-category-branch-toggle>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.p35-category-menu-popup .p35-category-branch-toggle svg{color:#94a3b8;flex:0 0 15px;width:15px;height:15px;transition:transform .22s cubic-bezier(.2,.8,.2,1),color .18s}.p35-category-menu-popup .p35-category-branch.open>.p35-category-branch-toggle svg{color:var(--tenant-primary,#334155);transform:rotate(180deg)}.p35-category-menu-popup .p35-category-branch-toggle:hover,.p35-category-menu-popup .p35-category-menu-link:hover,.p35-category-menu-popup .p35-category-menu-all:hover{color:#0f172a;background:#f1f5f9}.p35-category-menu-popup .p35-category-branch.open>.p35-category-branch-toggle{color:#0f172a;font-weight:780}.p35-category-menu-popup .p35-category-branch-dropdown{opacity:0;visibility:hidden;pointer-events:none;grid-template-rows:0fr;transition:grid-template-rows .24s cubic-bezier(.2,.8,.2,1),opacity .18s,visibility 0s linear .24s;display:grid}.p35-category-menu-popup .p35-category-branch.open>.p35-category-branch-dropdown{opacity:1;visibility:visible;pointer-events:auto;grid-template-rows:1fr;transition-delay:0s}.p35-category-menu-popup .p35-category-branch-dropdown-inner{min-height:0;margin:0 7px;overflow:hidden}.p35-category-menu-popup .p35-category-branch.open>.p35-category-branch-dropdown>.p35-category-branch-dropdown-inner{padding:2px 0 7px}.p35-category-menu-popup .p35-category-branch-dropdown-inner>.p35-category-menu-link,.p35-category-menu-popup .p35-category-branch-dropdown-inner>.p35-category-branch{margin-top:2px}.p35-category-menu-popup .p35-category-branch-dropdown-inner .p35-category-menu-link,.p35-category-menu-popup .p35-category-branch-dropdown-inner .p35-category-branch-toggle{min-height:34px;padding-top:6px;padding-bottom:6px;font-size:10px;font-weight:620}.p35-category-menu-popup .p35-category-branch-dropdown-inner .p35-category-branch-toggle,.p35-category-menu-popup .p35-category-branch-dropdown-inner .p35-category-menu-link{padding-left:13px}.p35-category-menu-popup .p35-category-menu-all{min-height:32px;color:var(--tenant-primary,#1d4ed8);margin:1px 0 3px;padding:5px 13px;font-size:9px;font-weight:820}.p35-category-menu-popup .p35-category-menu-all:before{content:"↳";color:#a0aec0;margin-right:6px;font-weight:500}@media (prefers-reduced-motion:reduce){.p35-category-menu-popup{animation:none}.p35-category-menu-popup .p35-category-branch-dropdown,.p35-category-menu-popup .p35-category-branch-toggle svg,main[data-store-theme] .p35-category-menu-trigger{transition:none}}main[data-store-theme] .p35-category-menu{display:none!important}main[data-store-theme] .p35-product-detail{width:min(1280px, calc(100% - (var(--p35-store-gutter,32px) * 2)));grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start;gap:clamp(28px,4vw,58px);max-width:1280px;margin:30px auto 0;display:grid}main[data-store-theme] .p35-product-gallery-column{min-width:0}main[data-store-theme] .p35-product-gallery-column .product-gallery{min-width:0;position:sticky;top:20px}main[data-store-theme] .p35-detail-image-frame{background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}main[data-store-theme] .p35-detail-image-frame .detail-image{aspect-ratio:1;object-fit:cover;border-radius:0;width:100%;transition:transform .25s;display:block}main[data-store-theme] .p35-detail-image-frame:hover .detail-image:not(.store-image-placeholder){transform:scale(1.012)}main[data-store-theme] .p35-product-gallery-column .gallery-thumbs{scroll-snap-type:x proximity;gap:8px;margin-top:10px;padding:2px 1px 5px}main[data-store-theme] .p35-product-gallery-column .gallery-thumbs button{scroll-snap-align:start;background:#fff;border:1px solid #dbe2ea;border-radius:11px;flex:0 0 74px;width:74px;height:74px;padding:3px}main[data-store-theme] .p35-product-gallery-column .gallery-thumbs button.active{border-color:var(--tenant-primary,#0f172a);outline:2px solid color-mix(in srgb, var(--tenant-primary,#0f172a) 22%, transparent)}main[data-store-theme] .p35-detail-content{min-width:0;padding-top:3px}main[data-store-theme] .p35-product-breadcrumb{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:17px;font-size:9px;display:flex}main[data-store-theme] .p35-product-breadcrumb a{color:#64748b;text-decoration:none}main[data-store-theme] .p35-product-breadcrumb a:hover{color:#0f172a}main[data-store-theme] .p35-detail-content>.store-category{font-size:9px}main[data-store-theme] .p35-detail-content>h1{color:#0f172a;letter-spacing:-.04em;max-width:none;margin:7px 0 12px;font-size:clamp(28px,3.4vw,46px);line-height:1.06}main[data-store-theme] .p35-product-meta{border-bottom:1px solid #edf1f5;flex-wrap:wrap;align-items:center;gap:8px 14px;padding-bottom:14px;display:flex}main[data-store-theme] .p35-product-meta .product-review-summary{color:#475569;align-items:center;gap:7px;font-size:9.5px;text-decoration:none;display:inline-flex}main[data-store-theme] .p35-product-meta .product-review-summary strong{color:#b45309;font-size:11px}main[data-store-theme] .p35-no-reviews,main[data-store-theme] .p35-sku{color:#94a3b8;font-size:9px}main[data-store-theme] .p35-price-stock-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:18px 0 16px;display:flex}main[data-store-theme] .p35-price-stock-row .detail-price{color:#0f172a;letter-spacing:-.035em;margin:0;font-size:clamp(25px,3vw,36px);font-weight:900}main[data-store-theme] .p35-stock-pill{border-radius:999px;align-items:center;min-height:28px;padding:5px 9px;font-size:9px;font-weight:800;display:inline-flex}main[data-store-theme] .p35-stock-pill.in-stock{color:#166534;background:#f0fdf4}main[data-store-theme] .p35-stock-pill.out-of-stock{color:#991b1b;background:#fef2f2}main[data-store-theme] .p35-variant-selector{border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5;gap:14px;margin:0 0 18px;padding:14px 0;display:grid}main[data-store-theme] .p35-variant-selector .store-option{border:0;max-width:none;margin:0;padding:0}main[data-store-theme] .p35-variant-selector legend{color:#334155;margin-bottom:8px;font-size:10px;font-weight:850}main[data-store-theme] .p35-option-values{flex-wrap:wrap;gap:7px;display:flex}main[data-store-theme] .p35-option-values button{color:#334155;min-width:46px;min-height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;padding:7px 11px;font-size:10px;font-weight:700}main[data-store-theme] .p35-option-values button:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}main[data-store-theme] .p35-option-values button.active{border-color:var(--tenant-primary,#0f172a);background:var(--tenant-primary,#0f172a);color:#fff}main[data-store-theme] .p35-option-values button.unavailable{opacity:.38;cursor:not-allowed;text-decoration:line-through}main[data-store-theme] .p35-description{margin:15px 0}main[data-store-theme] .p35-description h2,main[data-store-theme] .product-specifications h2{letter-spacing:-.01em;margin:0 0 7px;font-size:12px}main[data-store-theme] .p35-description p{color:#64748b;max-width:none;margin:0;font-size:11px;line-height:1.7}main[data-store-theme] .p35-purchase-box{background:#f8fafc;border:1px solid #dbe2ea;border-radius:14px;max-width:none;margin:18px 0;padding:14px}main[data-store-theme] .p35-purchase-row{grid-template-columns:auto minmax(0,1fr);gap:9px!important;display:grid!important}main[data-store-theme] .p35-quantity-stepper{background:#fff;border:1px solid #cbd5e1;border-radius:11px;grid-template-columns:38px 42px 38px;align-items:center;height:46px;display:grid;overflow:hidden}main[data-store-theme] .p35-quantity-stepper button{color:#334155;cursor:pointer;background:#fff;border:0;height:100%;font-size:18px}main[data-store-theme] .p35-quantity-stepper button:hover:not(:disabled){background:#f1f5f9}main[data-store-theme] .p35-quantity-stepper button:disabled{color:#cbd5e1;cursor:not-allowed}main[data-store-theme] .p35-quantity-stepper span{border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;place-items:center;height:100%;font-size:11px;font-weight:850;display:grid}main[data-store-theme] .p35-add-cart{border-radius:11px;min-height:46px;font-size:11px}main[data-store-theme] .p35-cart-success{justify-content:space-between;align-items:center;gap:10px;margin-top:9px;font-size:9px;display:flex}main[data-store-theme] .p35-cart-success a{color:#166534;font-weight:850}main[data-store-theme] .product-specifications{border-top:1px solid #edf1f5;margin-top:18px;padding-top:16px}main[data-store-theme] .product-specifications dl{background:#e5e7eb;border:1px solid #e5e7eb;border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;display:grid;overflow:hidden}main[data-store-theme] .product-specifications dl>div{background:#fff;grid-template-columns:minmax(90px,.75fr) minmax(0,1.25fr);gap:10px;padding:9px 10px;display:grid}main[data-store-theme] .product-specifications dt{color:#64748b;font-size:9px;font-weight:700}main[data-store-theme] .product-specifications dd{color:#0f172a;margin:0;font-size:9.5px;font-weight:750}main[data-store-theme] .p35-product-reviews{width:min(1280px, calc(100% - (var(--p35-store-gutter,32px) * 2)));max-width:1280px;margin:34px auto 0;padding:22px}main[data-store-theme] .p35-product-reviews .product-reviews-head h2{font-size:20px}main[data-store-theme] .p35-cart-layout{width:min(1280px, calc(100% - (var(--p35-store-gutter,32px) * 2)));grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:20px;max-width:1280px;margin:0 auto;display:grid}main[data-store-theme] .p35-cart-list{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}main[data-store-theme] .p35-cart-list-head{background:#fafbfc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}main[data-store-theme] .p35-cart-list-head>div{gap:2px;display:grid}main[data-store-theme] .p35-cart-list-head span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:8.5px;font-weight:700}main[data-store-theme] .p35-cart-list-head h2{margin:0;font-size:16px}main[data-store-theme] .p35-cart-list-head>a{color:#475569;font-size:9px;font-weight:750}main[data-store-theme] .p35-cart-row{grid-template-columns:112px minmax(0,1fr) auto;align-items:start;gap:15px;padding:16px 18px}main[data-store-theme] .p35-cart-image-link{display:block}main[data-store-theme] .p35-cart-row img,main[data-store-theme] .p35-cart-row .cart-thumb{object-fit:cover;border-radius:12px;width:112px;height:112px}main[data-store-theme] .p35-cart-row .cart-main{gap:6px;padding-top:2px}main[data-store-theme] .p35-cart-row .cart-main>a strong{color:#0f172a;font-size:12px;line-height:1.4}main[data-store-theme] .p35-cart-row .cart-main>span{font-size:9px}main[data-store-theme] .p35-cart-actions{gap:9px;margin-top:7px}main[data-store-theme] .p35-cart-qty{background:#fff;border:1px solid #dbe2ea;border-radius:9px;grid-template-columns:32px 38px 32px;height:34px;display:grid;overflow:hidden}main[data-store-theme] .p35-cart-qty button{background:#fff;border:0;border-radius:0;padding:0;font-size:15px}main[data-store-theme] .p35-cart-qty span{color:#0f172a;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;place-items:center;font-size:9.5px;font-weight:850;display:grid}main[data-store-theme] .p35-remove-item{color:#991b1b;font-size:9px}main[data-store-theme] .p35-cart-row .cart-line-price{justify-items:end;gap:3px;min-width:100px;padding-top:2px;display:grid}main[data-store-theme] .p35-cart-row .cart-line-price del{color:#94a3b8;font-size:9px}main[data-store-theme] .p35-cart-row .cart-line-price strong{color:#0f172a;font-size:12px}main[data-store-theme] .p35-cart-summary{border:1px solid #dbe2ea;border-radius:16px;gap:12px;padding:18px;position:sticky;top:18px;box-shadow:0 10px 30px #0f172a0d}main[data-store-theme] .p35-cart-summary-head{border-bottom:1px solid #edf1f5;padding-bottom:11px;justify-content:stretch!important;gap:2px!important;display:grid!important}main[data-store-theme] .p35-cart-summary-head span{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:8.5px}main[data-store-theme] .p35-cart-summary-head h2{margin:0;font-size:17px}main[data-store-theme] .p35-cart-summary>div:not(.coupon-box):not(.promotion-list):not(.success-inline):not(.error-inline):not(.p35-cart-summary-actions):not(.p35-cart-summary-head){color:#475569;justify-content:space-between;gap:10px;font-size:9.5px;display:flex}main[data-store-theme] .p35-cart-summary .checkout-total{margin-top:2px;padding-top:12px;color:#0f172a!important;font-size:11px!important}main[data-store-theme] .p35-cart-summary .checkout-total strong{font-size:15px}main[data-store-theme] .p35-discount-row{color:#166534!important}main[data-store-theme] .p35-coupon-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:11px;padding:11px;gap:7px!important;display:grid!important}main[data-store-theme] .p35-coupon-box>label{color:#334155;font-size:9px;font-weight:800}main[data-store-theme] .p35-coupon-box>div{grid-template-columns:minmax(0,1fr) auto;gap:6px;display:grid}main[data-store-theme] .p35-coupon-box input{width:100%;height:38px;padding:0 9px;font-size:10px}main[data-store-theme] .p35-coupon-box>div>button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;min-height:38px;padding:0 10px;font-size:9px;font-weight:750}main[data-store-theme] .p35-coupon-box .coupon-remove{color:#991b1b;background:0 0;border:0;justify-self:start;padding:0;font-size:8.5px}main[data-store-theme] .p35-promotion-list{gap:5px!important;display:grid!important}main[data-store-theme] .p35-promotion-list span{color:#166534;background:#f0fdf4;border-radius:8px;padding:7px 8px;font-size:8.5px;line-height:1.4}main[data-store-theme] .p35-cart-auth-note{color:#64748b;max-width:none;margin:0;font-size:9px;line-height:1.5}main[data-store-theme] .p35-cart-summary-actions{gap:7px!important;display:grid!important}main[data-store-theme] .p35-cart-summary-actions .primary-link,main[data-store-theme] .p35-secondary-link{box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:42px;font-size:10px;font-weight:800;text-decoration:none;display:flex}main[data-store-theme] .p35-secondary-link{color:#334155;background:#fff;border:1px solid #cbd5e1}main[data-store-theme] .p35-cart-state,main[data-store-theme] .p35-empty-cart{text-align:center;width:min(720px,100% - 28px);margin:30px auto}main[data-store-theme] .p35-cart-state{gap:4px;display:grid}main[data-store-theme] .p35-cart-state span{color:#64748b;font-size:10px}main[data-store-theme] .p35-empty-cart{justify-items:center;gap:10px;padding:46px 24px;display:grid}main[data-store-theme] .p35-empty-cart-icon{color:#94a3b8;background:#f8fafc;border:1px solid #dbe2ea;border-radius:999px;place-items:center;width:54px;height:54px;font-size:30px;display:grid}main[data-store-theme] .p35-empty-cart h2{margin:0;font-size:20px}main[data-store-theme] .p35-empty-cart p{margin:0 0 5px;font-size:11px}@media (max-width:900px){.p35-category-menu-popup .p35-category-menu-roots{grid-template-columns:1fr}main[data-store-theme] .p35-product-detail{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:24px}main[data-store-theme] .p35-cart-layout{grid-template-columns:minmax(0,1fr) 320px}}@media (max-width:760px){main[data-store-theme] .p35-product-detail{grid-template-columns:1fr;gap:20px;width:calc(100% - 28px);margin-top:18px}main[data-store-theme] .p35-product-gallery-column .product-gallery{position:static}main[data-store-theme] .p35-detail-content>h1{font-size:30px}main[data-store-theme] .product-specifications dl{grid-template-columns:1fr}main[data-store-theme] .p35-product-reviews{width:calc(100% - 28px);padding:15px}main[data-store-theme] .p35-cart-layout{grid-template-columns:1fr;width:calc(100% - 28px)}main[data-store-theme] .p35-cart-summary{position:static}}@media (max-width:520px){main[data-store-theme] .p35-category-menu-trigger{min-height:36px;font-size:11px}main[data-store-theme] .p35-purchase-row{grid-template-columns:1fr!important}main[data-store-theme] .p35-quantity-stepper{width:118px}main[data-store-theme] .p35-cart-row{grid-template-columns:78px minmax(0,1fr);padding:13px}main[data-store-theme] .p35-cart-row img,main[data-store-theme] .p35-cart-row .cart-thumb{width:78px;height:78px}main[data-store-theme] .p35-cart-row .cart-line-price{grid-column:2;justify-items:start;min-width:0}main[data-store-theme] .p35-cart-list-head,main[data-store-theme] .p35-price-stock-row{flex-direction:column;align-items:flex-start}}@media (max-width:620px){.p35-category-menu-popup{border-radius:15px;padding:12px}.p35-category-menu-popup .p35-category-menu-roots{grid-template-columns:1fr;gap:5px}.p35-category-menu-popup .p35-category-menu-head strong{font-size:15px}.p35-category-menu-popup .p35-category-branch-toggle,.p35-category-menu-popup .p35-category-menu-link{min-height:42px;font-size:11px}}
