:root{color-scheme:light;--color-bg: #f6f7fb;--color-surface: #ffffff;--color-surface-muted: #fff7ed;--color-border: #e5e7eb;--color-border-strong: #d1d5db;--color-text: #111827;--color-text-muted: #4b5563;--color-text-soft: #6b7280;--color-primary: #fb923c;--color-primary-strong: #ea580c;--color-primary-soft: #ffedd5;--color-success: #16a34a;--color-danger: #ef4444;--color-shadow: 0 10px 30px rgba(17, 24, 39, .08);--font-family-base: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-xs: .5rem;--radius-sm: .75rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-xl: 2rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--container-max-width: 1200px;--header-height: 72px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.75rem}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-family-base);background:linear-gradient(180deg,#fffaf5 0%,var(--color-bg) 220px);color:var(--color-text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}#root,.app-shell{min-height:100vh}.hero-section{width:min(var(--container-max-width),calc(100% - 2rem));margin:0 auto;padding:var(--space-16) 0}.hero-content{display:grid;gap:var(--space-8)}.eyebrow{display:inline-flex;width:fit-content;padding:.35rem .8rem;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary-strong);font-size:var(--text-sm);font-weight:700;letter-spacing:.02em}.hero-content h1{margin:0;max-width:18ch;font-size:clamp(2rem,4vw,var(--text-4xl));line-height:1.05}.hero-copy{margin:0;max-width:72ch;color:var(--color-text-muted);font-size:var(--text-lg);line-height:1.7}.hero-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-5)}.status-card{padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:var(--color-shadow)}.status-card h2{margin:0 0 var(--space-3);font-size:var(--text-lg)}.status-card p{margin:0;color:var(--color-text-muted);line-height:1.6}@media(max-width:900px){.hero-status-grid{grid-template-columns:1fr}}@media(max-width:640px){.hero-section{width:min(var(--container-max-width),calc(100% - 1.25rem));padding:var(--space-12) 0}.hero-copy{font-size:var(--text-base)}}.layout-root{min-height:100vh}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffaf5e0;border-bottom:1px solid var(--color-border)}.site-header-inner{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.brand-link{font-weight:800;color:var(--color-primary-strong)}.site-nav{display:flex;flex-wrap:wrap;gap:var(--space-2)}.nav-link{padding:.55rem .85rem;border-radius:999px;color:var(--color-text-muted);transition:background .2s ease,color .2s ease}.nav-link:hover,.nav-link-active{background:var(--color-primary-soft);color:var(--color-primary-strong)}.layout-content{padding-block:var(--space-8) var(--space-12)}.page-shell{padding-block:var(--space-4)}.page-card{display:grid;gap:var(--space-5);padding:var(--space-8);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fffffff5;box-shadow:var(--color-shadow)}.page-card h1{margin:0;font-size:clamp(1.8rem,3vw,2.5rem)}.page-copy,.empty-copy{margin:0;color:var(--color-text-muted);line-height:1.7}.auth-card{max-width:720px}.form-grid{display:grid;gap:var(--space-4)}.field-group{display:grid;gap:var(--space-2)}.field-group span{font-size:var(--text-sm);font-weight:700}.field-group input{width:100%;padding:.85rem 1rem;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface)}.field-group input:focus{outline:2px solid rgba(251,146,60,.25);border-color:var(--color-primary)}.mode-switch,.button-stack,.row-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.primary-button,.secondary-button,.danger-button,.ghost-button,.pill-button{border:1px solid transparent;border-radius:999px;padding:.8rem 1.1rem;font-weight:700}.primary-button{background:var(--color-primary-strong);color:#fff}.secondary-button,.pill-button,.ghost-button{background:var(--color-surface);border-color:var(--color-border-strong);color:var(--color-text)}.secondary-button-link{display:inline-flex;width:fit-content}.pill-button-active{background:var(--color-primary-soft);border-color:#fb923c59;color:var(--color-primary-strong)}.danger-button{background:#fff1f2;border-color:#fecdd3;color:#be123c}.feedback{margin:0;padding:.85rem 1rem;border-radius:var(--radius-sm)}.feedback-error{background:#fef2f2;color:#b91c1c}.feedback-success{background:#f0fdf4;color:#166534}.list-grid{display:grid;gap:var(--space-3)}.list-row,.summary-box{display:flex;justify-content:space-between;gap:var(--space-4);align-items:center;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}@media(max-width:900px){.site-header-inner,.list-row,.summary-box{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.page-card{padding:var(--space-6)}}.page-stack{display:grid;gap:var(--space-6)}.surface-panel{padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fffffff5;box-shadow:var(--color-shadow)}.surface-subpanel{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fafafa}.centered-panel{display:grid;place-items:center;text-align:center;min-height:220px}.hero-panel{display:grid;grid-template-columns:2fr 1fr;gap:var(--space-6)}.hero-panel-copy{display:grid;gap:var(--space-5)}.hero-panel-meta{display:grid;gap:var(--space-3);align-content:start}.metric-value{font-size:var(--text-3xl)}.section-header{display:flex;justify-content:space-between;gap:var(--space-4);align-items:center;margin-bottom:var(--space-4)}.section-title{margin:0;font-size:clamp(1.25rem,2vw,1.8rem)}.search-bar{display:grid;gap:var(--space-2)}.search-bar-label{font-size:var(--text-sm);font-weight:700}.search-input,.field-group select,.field-group textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-5)}.product-card{display:grid;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.product-image-link{display:block}.product-image,.product-detail-main-image,.banner-image,.product-thumb-image{width:100%;object-fit:cover;border-radius:var(--radius-md)}.product-body{display:grid;gap:var(--space-3)}.product-brand,.product-name,.product-price-large,.product-old-price{margin:0}.product-name-link{color:inherit}.product-price-row{display:flex;gap:var(--space-3);align-items:baseline}.product-old-price{color:var(--color-text-soft);text-decoration:line-through}.banner-grid{display:grid;gap:var(--space-4)}.banner-card{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--space-5);padding:var(--space-5);border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid var(--color-border)}.banner-copy{display:grid;gap:var(--space-3);align-content:center}.chip-grid,.order-items-inline{display:flex;flex-wrap:wrap;gap:var(--space-3)}.product-detail-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:var(--space-6)}.product-gallery-panel,.product-info-panel{display:grid;gap:var(--space-4)}.product-detail-main-image{aspect-ratio:4 / 3}.product-thumb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:var(--space-3)}.review-list{display:grid;gap:var(--space-4);margin-top:var(--space-5)}.review-card{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.review-header{display:flex;justify-content:space-between;gap:var(--space-3);align-items:start}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.order-card{display:grid;gap:var(--space-4)}.order-total{font-weight:800;font-size:var(--text-xl)}.loader-dot{width:18px;height:18px;border-radius:999px;background:var(--color-primary-strong);box-shadow:28px 0 #ea580c8c,-28px 0 #ea580c4d}@media(max-width:1100px){.product-grid,.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hero-panel,.banner-card,.product-detail-layout,.support-grid,.product-grid,.review-header{grid-template-columns:1fr}}@media(max-width:640px){.surface-panel{padding:var(--space-5)}.product-grid,.support-grid{grid-template-columns:1fr}}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.95fr);gap:var(--space-6)}.checkout-main-column,.checkout-sidebar,.cart-item-grid,.cart-sidebar-section,.summary-stack,.cart-item-content{display:grid;gap:var(--space-4)}.cart-item-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:var(--space-4);align-items:start}.cart-item-media{min-width:0}.cart-item-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius-md)}.cart-item-header,.cart-item-footer{display:flex;justify-content:space-between;gap:var(--space-4);align-items:center}.cart-item-title{margin:0 0 var(--space-2);font-size:var(--text-lg)}.quantity-badge{min-width:44px;text-align:center;font-weight:700}.cart-price-block{display:grid;gap:var(--space-1);text-align:right}.summary-box-total{border-color:#fb923c47;background:var(--color-primary-soft)}.shipping-detail-panel,.shipping-hint-panel{display:grid;gap:var(--space-2)}.shipping-detail-panel p,.shipping-hint-panel p{margin:0}@media(max-width:1100px){.checkout-layout{grid-template-columns:1fr}}@media(max-width:720px){.cart-item-card{grid-template-columns:1fr}.cart-item-header,.cart-item-footer{align-items:flex-start;flex-direction:column}.cart-price-block{text-align:left}}.offline-banner{background:#111827;color:#f9fafb}.offline-banner-inner{min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);font-size:var(--text-sm)}.offline-banner-link{color:#fdba74;font-weight:700}.site-header-inner{display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center}.brand-cluster{display:grid;gap:.2rem}.brand-caption{color:var(--color-text-soft);font-size:var(--text-xs)}.header-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2);align-items:center}.header-search-input{width:100%;padding:.8rem 1rem;border:1px solid var(--color-border-strong);border-radius:999px;background:#fffffff2}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3)}.profile-chip{display:inline-flex;align-items:center;gap:var(--space-3);padding:.45rem .7rem .45rem .45rem;border:1px solid var(--color-border);border-radius:999px;background:#fffffff5;box-shadow:var(--color-shadow)}.profile-chip-avatar,.profile-avatar-large{width:42px;height:42px;border-radius:999px;display:inline-grid;place-items:center;background:var(--color-primary-soft);color:var(--color-primary-strong);font-weight:800}.profile-chip-avatar-image,.profile-avatar-large-image{width:42px;height:42px;border-radius:999px;object-fit:cover}.profile-avatar-large,.profile-avatar-large-image{width:96px;height:96px}.profile-chip-meta{display:grid;gap:.1rem}.profile-chip-meta small{color:var(--color-text-soft)}.profile-layout{display:grid;gap:var(--space-6)}.avatar-panel{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--space-5);align-items:center}.avatar-panel-visual{display:grid;place-items:center}.avatar-panel-content{display:grid;gap:var(--space-4)}.profile-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4)}.header-search-button{white-space:nowrap}input[type=file]{width:100%;padding:.75rem .9rem;border:1px dashed var(--color-border-strong);border-radius:var(--radius-sm);background:#fff}@media(max-width:1180px){.site-header-inner{grid-template-columns:1fr;align-items:stretch;padding-block:var(--space-4)}.header-actions{justify-content:space-between;flex-wrap:wrap}}@media(max-width:900px){.avatar-panel,.profile-meta-grid{grid-template-columns:1fr}.offline-banner-inner{align-items:flex-start;flex-direction:column;padding-block:.5rem}}@media(max-width:640px){.header-search{grid-template-columns:1fr}.profile-chip{width:100%;justify-content:center}}.page-stack-centered{align-items:center}.error-boundary-panel{max-width:760px;width:100%}.error-boundary-message{overflow-x:auto;white-space:pre-wrap;word-break:break-word;padding:1rem;border-radius:1rem;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}body{background:radial-gradient(circle at top left,rgba(251,146,60,.14),transparent 24%),linear-gradient(180deg,#fffaf5,#f4f6fb 34%,#eef2f7)}.container{width:min(var(--container-max-width),calc(100% - 2rem))}.site-header{background:#ffffffe0;box-shadow:0 12px 30px #0f172a0f}.site-header-inner{gap:var(--space-5)}.brand-link{font-size:1.4rem;letter-spacing:-.03em}.brand-caption{max-width:24ch}.layout-content{padding-block:var(--space-8) var(--space-16)}.surface-panel,.page-card,.product-card,.banner-stage,.banner-selector,.category-card,.search-dropdown,.support-grid>.surface-panel,.profile-chip,.header-cart-chip{box-shadow:0 18px 40px #0f172a14}.surface-panel,.page-card,.product-card,.banner-selector,.category-card{border-color:#94a3b82e}.primary-button,.ghost-button,.secondary-button,.pill-button,.nav-link,.favorite-fab,.banner-selector,.header-cart-chip,.search-result-item,.product-thumb-button,.category-card,.product-card,.banner-stage-media{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.primary-button:hover,.ghost-button:hover,.secondary-button:hover,.pill-button:hover,.header-cart-chip:hover,.category-card:hover,.product-card:hover,.banner-selector:hover,.search-result-item:hover{transform:translateY(-1px)}.primary-button{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 14px 28px #ea580c3d}.primary-button:hover{box-shadow:0 18px 34px #ea580c4d}.ghost-button,.secondary-button,.pill-button{background:#ffffffeb}.page-stack-home{gap:var(--space-8)}.hero-commerce{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:var(--space-6);padding:var(--space-8);overflow:hidden;background:radial-gradient(circle at right top,rgba(251,191,36,.18),transparent 28%),linear-gradient(135deg,#fffffffa,#fff7edf5)}.hero-commerce-copy,.hero-commerce-side,.trust-card{display:grid;gap:var(--space-5)}.hero-commerce-copy h1{margin:0;max-width:14ch;font-size:clamp(2.25rem,5vw,4.1rem);line-height:.98;letter-spacing:-.05em}.hero-feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.hero-feature-chip,.trust-card{padding:var(--space-4);border-radius:var(--radius-lg);border:1px solid rgba(251,146,60,.18);background:#ffffffc2}.hero-feature-chip strong,.category-card strong,.search-result-copy strong{display:block;margin-bottom:.2rem}.hero-feature-chip span,.category-card span,.search-result-copy span,.banner-selector-copy{color:var(--color-text-muted);line-height:1.45}.trust-card-highlight h2{margin:0;font-size:clamp(1.3rem,3vw,2rem);line-height:1.1}.search-shell{display:grid;gap:var(--space-2)}.search-shell-header{min-width:0}.search-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-3)}.search-control-header{gap:var(--space-2)}.search-input,.search-input-header,.header-search-input{padding:.95rem 1.05rem;border-radius:1rem;border:1px solid rgba(148,163,184,.35);background:#fffffff5;box-shadow:inset 0 1px 1px #0f172a08}.search-input:focus,.search-input-header:focus,.header-search-input:focus{outline:3px solid rgba(251,146,60,.12);border-color:#f973168c}.search-submit-button{white-space:nowrap}.search-dropdown{position:absolute;z-index:30;top:calc(100% + .55rem);left:0;right:0;display:grid;gap:.35rem;padding:.5rem;border-radius:1rem;background:#fffffffa;border:1px solid rgba(148,163,184,.2)}.search-result-item{display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:var(--space-3);padding:.7rem;border:0;border-radius:.9rem;background:transparent;text-align:left}.search-result-item:hover{background:#fff7ed}.search-result-image{width:60px;height:60px;object-fit:cover;border-radius:.8rem}.search-result-copy{min-width:0}.search-result-price{font-weight:800;color:var(--color-primary-strong)}.search-view-all-button,.search-empty-state{padding:.8rem .9rem;border-radius:.9rem}.search-view-all-button{border:0;background:#111827;color:#fff;font-weight:700}.search-empty-state{color:var(--color-text-muted);background:#f8fafc}.header-actions{gap:var(--space-4)}.site-nav{gap:.35rem}.nav-link{font-weight:600}.nav-link:hover,.nav-link-active{box-shadow:inset 0 0 0 1px #fb923c33}.header-cart-chip{display:inline-flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border-radius:999px;background:#ffffffeb;border:1px solid rgba(148,163,184,.22);font-weight:700}.header-cart-count,.profile-chip-avatar,.profile-avatar-large{display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;font-weight:800}.header-cart-count{width:28px;height:28px}.profile-chip{padding:.45rem .55rem;background:#ffffffeb}.banner-showcase{display:grid;gap:var(--space-4)}.banner-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:var(--space-6);padding:var(--space-6);background:linear-gradient(130deg,#111827f5,#1f2937eb);color:#fff}.banner-stage-copy{display:grid;align-content:center;gap:var(--space-4)}.banner-stage-copy h2{margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1.02}.banner-stage-copy p{margin:0;color:#ffffffd1;font-size:var(--text-lg);line-height:1.65}.banner-stage-copy .eyebrow{background:#ffffff1f;color:#fed7aa}.banner-stage-media{border:0;background:transparent;padding:0}.banner-stage-media:hover{transform:translateY(-2px)}.banner-stage-image{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:var(--radius-lg)}.banner-selector-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.banner-selector{display:grid;gap:.35rem;padding:var(--space-4);border:1px solid rgba(148,163,184,.18);border-radius:var(--radius-md);background:#ffffffeb;text-align:left}.banner-selector-active{border-color:#f9731659;background:linear-gradient(135deg,#fff7ed,#fff)}.banner-selector-title{font-weight:800}.category-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-4)}.category-card{display:grid;gap:var(--space-3);padding:var(--space-5);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffffa,#fff7edeb)}.category-card-emoji{width:52px;height:52px;display:grid;place-items:center;border-radius:1rem;background:#fff;font-size:1.4rem;box-shadow:inset 0 0 0 1px #94a3b829}.catalog-toolbar{align-items:flex-start}.results-counter{color:var(--color-text-soft);font-weight:700}.product-grid{gap:var(--space-6)}.product-card{gap:0;overflow:hidden;padding:0;background:#fffffffa}.product-card:hover{box-shadow:0 24px 48px #0f172a1f}.product-media-wrap{position:relative}.product-image-link{display:block;padding:var(--space-4);background:linear-gradient(180deg,#fffaf5,#fff)}.product-image{aspect-ratio:1 / 1}.product-discount-badge{position:absolute;top:1rem;left:1rem;padding:.45rem .7rem;border-radius:999px;background:#111827;color:#fff;font-weight:800;font-size:var(--text-xs)}.favorite-fab{position:absolute;top:1rem;right:1rem;width:42px;height:42px;border-radius:999px;border:1px solid rgba(148,163,184,.18);background:#fffffff0;font-size:1.15rem}.favorite-fab-active{color:#be123c;border-color:#be185d29;background:#fff1f2}.product-body{gap:var(--space-4);padding:var(--space-5)}.product-meta-top,.product-rating-row{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.product-brand{color:var(--color-primary-strong);font-weight:700}.product-category-pill{display:inline-flex;padding:.25rem .65rem;border-radius:999px;background:#f8fafc;color:var(--color-text-soft);font-size:var(--text-xs);font-weight:700}.product-rating-row{color:var(--color-text-soft);font-size:var(--text-sm)}.product-card-actions{justify-content:stretch}.product-add-button{flex:1 1 auto}.product-detail-link{justify-content:center}.product-detail-layout-polished{align-items:start}.product-gallery-stage{overflow:hidden;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffaf5,#fff)}.product-detail-main-image{aspect-ratio:1 / 1}.product-thumb-button{padding:0;border:2px solid transparent;border-radius:var(--radius-md);background:transparent}.product-thumb-button-active{border-color:#f9731680}.product-thumb-image{aspect-ratio:1 / 1}.product-info-panel-polished{gap:var(--space-5)}.product-info-head{display:flex;justify-content:space-between;gap:var(--space-4);align-items:flex-start}.product-detail-title{font-size:clamp(1.8rem,3vw,2.6rem)}.stock-badge{padding:.6rem .9rem;border-radius:999px;background:#ecfdf5;color:#166534;font-weight:800;white-space:nowrap}.stock-badge-empty{background:#fef2f2;color:#b91c1c}.product-rating-summary,.product-price-stack{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.product-price-stack{align-items:baseline}.merchant-card{gap:.35rem}.page-hero-panel{background:linear-gradient(135deg,#fffffffa,#fff7edeb)}@media(max-width:1180px){.hero-commerce,.banner-stage,.site-header-inner{grid-template-columns:1fr}.brand-caption{max-width:none}.header-actions{justify-content:space-between;flex-wrap:wrap}.category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.hero-feature-list,.banner-selector-row,.support-grid,.product-grid,.category-card-grid,.search-control,.search-control-header{grid-template-columns:1fr}.product-info-head{flex-direction:column;align-items:flex-start}.header-actions,.site-nav{width:100%}}@media(max-width:640px){.container{width:min(var(--container-max-width),calc(100% - 1rem))}.hero-commerce,.banner-stage,.surface-panel,.page-card{padding:var(--space-5)}.search-result-item{grid-template-columns:52px minmax(0,1fr)}.search-result-price{grid-column:2;justify-self:start}}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled,.pill-button:disabled{opacity:.62;cursor:not-allowed;transform:none;box-shadow:none}.layout-root{background:radial-gradient(circle at top right,rgba(251,146,60,.12),transparent 28%),radial-gradient(circle at top left,rgba(253,186,116,.16),transparent 32%),linear-gradient(180deg,#fffaf6,#fffdfb 30%,#f8f9fc)}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffaf6c7;border-bottom:1px solid rgba(251,146,60,.12)}.refined-header-inner{display:grid;grid-template-columns:auto minmax(300px,1fr) auto;align-items:center;gap:1rem;padding-block:.85rem}.brand-link-refined{display:inline-flex;align-items:center;gap:.8rem;min-width:0}.brand-logo-shell{width:2.85rem;height:2.85rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(145deg,#fffffff2,#ffedd5f2);border:1px solid rgba(251,146,60,.18);box-shadow:0 12px 24px #f973161f;overflow:hidden}.brand-logo-image{width:76%;height:76%;object-fit:contain}.brand-name-group{display:flex;flex-direction:column;gap:.05rem}.brand-name{font-size:1.2rem;font-style:italic;font-weight:900;letter-spacing:-.03em;color:#111827}.brand-tagline{color:#6b7280;font-size:.78rem}.header-search-zone{min-width:0}.refined-header-actions{display:flex;align-items:center;gap:.85rem}.refined-site-nav{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.nav-link{display:inline-flex;align-items:center;gap:.42rem;padding:.64rem .9rem;border-radius:999px;color:#475569;font-weight:700;font-size:.9rem;transition:all .22s ease}.nav-link:hover{background:#ffffffdb;color:#ea580c}.nav-link-active{background:linear-gradient(135deg,#fb923c29,#ffedd5d9);color:#c2410c;box-shadow:inset 0 0 0 1px #fb923c24}.nav-icon-svg{width:1rem;height:1rem;flex-shrink:0}.refined-cart-chip,.refined-profile-chip,.refined-login-button{border-radius:999px}.refined-cart-chip{display:inline-flex;align-items:center;gap:.6rem;padding:.65rem .95rem;background:#fff;border:1px solid rgba(15,23,42,.06);box-shadow:0 10px 25px #0f172a0f}.header-cart-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.header-cart-count{position:absolute;top:-.45rem;right:-.45rem;min-width:1.1rem;height:1.1rem;padding:0 .2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;font-size:.68rem;font-weight:800}.refined-login-button{display:inline-flex;align-items:center;gap:.5rem}.refined-layout-content{padding-top:1.6rem;padding-bottom:3rem}.hero-commerce-refined{position:relative;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:1.4rem;overflow:hidden;padding:2rem;border-radius:2rem;background:radial-gradient(circle at right bottom,rgba(251,146,60,.14),transparent 30%),linear-gradient(145deg,#fffffff5,#fff7edf5);border:1px solid rgba(251,146,60,.14);box-shadow:0 24px 60px #0f172a14}.hero-commerce-copy h1{margin:0;max-width:12ch;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.02;letter-spacing:-.04em}.hero-commerce-copy .hero-copy{max-width:56ch;margin-top:.8rem;color:#5b6474;font-size:1.02rem}.hero-actions-row{margin-top:1rem}.hero-commerce-side-visual{position:relative;min-height:18rem}.hero-decor-card{position:absolute;z-index:2;min-width:12rem;padding:1rem 1.1rem;border-radius:1.4rem;background:#ffffffe6;border:1px solid rgba(255,255,255,.9);box-shadow:0 20px 40px #0f172a1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-decor-card strong{display:block;color:#111827;line-height:1.35}.hero-decor-card-main{top:1rem;right:.4rem}.hero-decor-card-second{bottom:1rem;left:.8rem}.hero-decor-badge{display:inline-flex;margin-bottom:.45rem;padding:.28rem .62rem;border-radius:999px;background:#fb923c1f;color:#c2410c;font-size:.78rem;font-weight:800}.hero-gradient-orb{position:absolute;border-radius:999px;filter:blur(3px)}.hero-gradient-orb-one{width:13rem;height:13rem;top:1rem;left:2rem;background:radial-gradient(circle,rgba(251,146,60,.55),rgba(251,146,60,.1) 65%,transparent 70%)}.hero-gradient-orb-two{width:10rem;height:10rem;bottom:.2rem;right:2rem;background:radial-gradient(circle,rgba(249,115,22,.28),rgba(251,146,60,.08) 66%,transparent 72%)}.banner-showcase{margin-top:.25rem}.banner-stage-polished{position:relative;min-height:28rem;border-radius:2rem;overflow:hidden;background:linear-gradient(135deg,#fff7ed,#ffedd5);box-shadow:0 26px 65px #0f172a1f}.banner-stage-image{position:absolute;inset:0;width:100%;height:100%;object-position:center center}.banner-stage-image-cover{object-fit:cover}.banner-stage-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#1118279e,#11182761 34%,#11182729 65%,#11182714)}.banner-stage-copy-overlay{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:.9rem;min-height:28rem;width:min(36rem,100%);padding:2.2rem;color:#fff}.banner-stage-copy-overlay h2{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.02;letter-spacing:-.04em;color:#fff}.banner-stage-copy-overlay p{margin:0;color:#ffffffeb;font-size:1.04rem;max-width:42ch}.banner-eyebrow{background:#ffffff1f;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.banner-actions-row .ghost-button{color:#fff;border-color:#ffffff52;background:#ffffff14}.banner-actions-row .ghost-button:hover{background:#ffffff29}.banner-arrow-controls{position:absolute;right:1.1rem;bottom:1.15rem;z-index:3;display:flex;gap:.55rem}.banner-arrow-button{width:2.7rem;height:2.7rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff1f;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.banner-arrow-svg{width:1.1rem;height:1.1rem}.banner-dots{position:absolute;left:2.2rem;bottom:1.5rem;z-index:3;display:flex;align-items:center;gap:.5rem}.banner-dot{width:.7rem;height:.7rem;border-radius:999px;border:none;background:#ffffff61}.banner-dot-active{width:2rem;background:linear-gradient(135deg,#f97316,#fdba74)}.surface-panel-soft{background:#ffffffe0;border:1px solid rgba(251,146,60,.1);box-shadow:0 18px 40px #0f172a0f}.category-card-grid{gap:1rem}.category-card{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem;border-radius:1.2rem;background:linear-gradient(145deg,#fffffffa,#fff7ede6);border:1px solid rgba(251,146,60,.1);box-shadow:0 10px 24px #0f172a0d;transition:transform .22s ease,box-shadow .22s ease}.category-card:hover,.product-card:hover{transform:translateY(-3px)}.category-card-emoji{width:2.8rem;height:2.8rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1rem;background:#fb923c24;font-size:1.35rem}.product-grid{gap:1.1rem}.product-card{border-radius:1.55rem;border:1px solid rgba(251,146,60,.08);background:linear-gradient(180deg,#fffffffa,#fffaf6fa);box-shadow:0 18px 38px #0f172a12;overflow:hidden}.product-media-wrap{padding:.8rem .8rem 0}.product-image-link{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;border-radius:1.15rem;overflow:hidden;background:linear-gradient(180deg,#fff,#fff7ed)}.product-image{width:100%;height:100%;object-fit:contain;padding:.45rem}.favorite-fab{background:#ffffffeb;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 20px #0f172a14}.favorite-fab-active{color:#ef4444}.product-body{padding:.95rem 1rem 1rem}.product-name{font-size:1.05rem;line-height:1.35}.product-rating-row{color:#64748b}.product-price-row strong{font-size:1.14rem;color:#111827}.primary-button,.secondary-button,.ghost-button,.pill-button{border-radius:999px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.primary-button{border:none;color:#fff;font-weight:800;background:linear-gradient(135deg,#f97316,#fb923c);box-shadow:0 14px 28px #f9731642}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.pill-button:hover{transform:translateY(-1px)}.secondary-button{border:1px solid rgba(251,146,60,.18);background:#fff;color:#c2410c}.ghost-button{border:1px solid rgba(15,23,42,.08);background:#ffffffb8;color:#334155}.search-frame{position:relative}.search-control{display:flex;align-items:center;gap:.7rem;padding:.34rem .38rem .34rem .9rem;border-radius:999px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 16px 36px #0f172a14}.search-shell-header .search-control{min-height:3.1rem;background:#ffffffe6}.search-leading-icon{color:#94a3b8;display:inline-flex;align-items:center;justify-content:center}.search-icon-svg{width:1rem;height:1rem}.search-input{flex:1;border:none;background:transparent;outline:none;color:#0f172a;min-width:0}.search-submit-button{min-width:7.2rem}.search-dropdown{margin-top:.55rem;padding:.55rem;border-radius:1.25rem;background:#fffffffa;border:1px solid rgba(148,163,184,.15);box-shadow:0 22px 50px #0f172a1a}.search-dropdown-heading{padding:.3rem .5rem .55rem;color:#64748b;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.search-result-item{border-radius:1rem}.search-view-all-button{margin-top:.4rem;width:100%;padding:.85rem 1rem;border:none;border-radius:1rem;background:#fb923c1a;color:#c2410c;font-weight:800}.page-copy{color:#667085}@media(max-width:1200px){.refined-header-inner{grid-template-columns:1fr;align-items:stretch}.refined-header-actions{justify-content:space-between;flex-wrap:wrap}.refined-site-nav{order:2}.hero-commerce-refined{grid-template-columns:1fr}.hero-commerce-side-visual{min-height:12rem}}@media(max-width:860px){.brand-tagline{display:none}.refined-header-actions{gap:.7rem}.nav-link{padding:.55rem .8rem;font-size:.84rem}.hero-commerce-refined{padding:1.35rem;border-radius:1.6rem}.banner-stage-polished,.banner-stage-copy-overlay{min-height:24rem}}@media(max-width:640px){.refined-site-nav{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem}.refined-header-actions{align-items:stretch}.refined-cart-chip,.refined-profile-chip,.refined-login-button{justify-content:center}.hero-commerce-copy h1{max-width:none;font-size:2.15rem}.hero-commerce-side-visual{min-height:10rem}.hero-decor-card{min-width:10rem}.banner-stage-copy-overlay{width:100%;padding:1.4rem}.banner-dots{left:1.4rem;bottom:1.1rem}.banner-arrow-controls{right:.8rem;bottom:.8rem}.search-control{flex-wrap:nowrap}.search-submit-button{min-width:auto;padding-inline:1rem}}.refined-header-inner{grid-template-columns:auto minmax(260px,1fr) auto;gap:.8rem;padding-block:.68rem}.brand-logo-shell{width:2.55rem;height:2.55rem}.brand-name{font-size:1.08rem}.brand-tagline{font-size:.72rem}.refined-header-actions{gap:.65rem}.refined-site-nav{gap:.28rem}.nav-link{gap:.34rem;padding:.52rem .72rem;font-size:.82rem}.nav-icon-svg{width:.9rem;height:.9rem}.search-shell-header .search-control{min-height:2.75rem}.search-control{padding:.24rem .28rem .24rem .78rem;gap:.55rem}.search-input,.search-input-header{font-size:.93rem}.search-submit-button{min-width:6.2rem;padding-block:.72rem}.refined-cart-chip{gap:.45rem;padding:.56rem .78rem}.refined-profile-icon-only,.refined-login-icon-only{width:2.75rem;min-width:2.75rem;height:2.75rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.refined-profile-icon-only .profile-chip-avatar-image,.refined-profile-icon-only .profile-chip-avatar{width:100%;height:100%}.refined-profile-icon-only .profile-chip-avatar{display:inline-flex;align-items:center;justify-content:center;font-size:.82rem}.refined-login-icon-only{box-shadow:0 14px 26px #f973163d}.page-stack-home-compact{gap:1rem}.page-stack-home-compact .banner-showcase{margin-top:0}.home-category-strip-section{padding:1rem 1.1rem}.section-header-compact{margin-bottom:.85rem}.section-link-inline{padding-inline:.95rem}.category-scroll-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(164px,184px);gap:.8rem;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:.35rem;scrollbar-width:thin;scrollbar-color:rgba(251,146,60,.4) transparent}.category-scroll-row::-webkit-scrollbar{height:7px}.category-scroll-row::-webkit-scrollbar-thumb{background:#fb923c59;border-radius:999px}.category-chip-card{display:flex;align-items:center;gap:.72rem;min-height:4.1rem;padding:.82rem .92rem;border-radius:1.15rem;background:linear-gradient(145deg,#fffffffa,#fff7edf0);border:1px solid rgba(251,146,60,.1);box-shadow:0 10px 20px #0f172a0b;flex-shrink:0}.category-chip-card:hover{transform:translateY(-2px)}.category-chip-copy strong{display:block;color:#1f2937;font-size:.92rem;line-height:1.25}.product-rating-row{justify-content:flex-start}.product-stock-alert{display:inline-flex;width:fit-content;align-items:center;gap:.4rem;margin-top:.18rem;padding:.34rem .62rem;border-radius:999px;font-size:.76rem;font-weight:800}.product-stock-low{background:#ffedd5e6;color:#c2410c}.product-stock-empty{background:#fee2e2f2;color:#dc2626}@media(max-width:1200px){.refined-header-inner{grid-template-columns:1fr;gap:.7rem}.header-search-zone{order:3}.refined-header-actions{justify-content:space-between}}@media(max-width:860px){.nav-link span{display:none}.nav-link{width:2.3rem;height:2.3rem;padding:0;justify-content:center}.refined-cart-chip span:last-child{display:none}.home-category-strip-section{padding:.95rem}.category-scroll-row{grid-auto-columns:minmax(150px,172px)}}@media(max-width:640px){.refined-header-actions{gap:.5rem}.search-submit-button{min-width:5.2rem}.section-header-compact{align-items:center}.category-scroll-row{grid-auto-columns:minmax(138px,158px)}}.refined-cart-icon-only{width:2.9rem;min-width:2.9rem;height:2.9rem;padding:0;justify-content:center}.refined-cart-icon-only .header-cart-icon-wrap{width:1.25rem;height:1.25rem}.search-view-all-button{margin-top:.45rem}.profile-support-panel{margin-top:.25rem}.profile-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.profile-support-card{display:grid;gap:.85rem;align-content:start}.profile-support-card strong{word-break:break-word}@media(max-width:900px){.profile-support-grid{grid-template-columns:1fr}}.banner-showcase-compact{margin-top:0}.banner-stage-compact{min-height:21rem;border-radius:1.7rem}.banner-stage-copy-compact{min-height:21rem;width:min(31rem,100%);padding:1.65rem 1.75rem 1.9rem;gap:.7rem}.banner-stage-copy-compact h2{font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.02}.banner-stage-copy-compact p{font-size:.96rem;max-width:34ch}.banner-arrow-controls-compact{right:.9rem;bottom:.9rem}.banner-dots-compact{left:1.7rem;bottom:1.05rem}.banner-stage-compact .banner-arrow-button{width:2.45rem;height:2.45rem}.banner-stage-compact .banner-dot{width:.62rem;height:.62rem}.banner-stage-compact .banner-dot-active{width:1.7rem}@media(max-width:860px){.banner-stage-compact,.banner-stage-copy-compact{min-height:18.25rem}.banner-stage-copy-compact{padding:1.25rem 1.2rem 1.5rem}.banner-stage-copy-compact h2{font-size:1.7rem}}@media(max-width:640px){.banner-stage-compact,.banner-stage-copy-compact{min-height:16.5rem}.banner-stage-copy-compact{width:100%;padding:1.1rem 1rem 1.35rem}.banner-stage-copy-compact h2{font-size:1.45rem}.banner-stage-copy-compact p{font-size:.9rem}.banner-dots-compact{left:1rem;bottom:.85rem}.banner-arrow-controls-compact{right:.7rem;bottom:.7rem}}.section-header-compact{margin-bottom:.35rem}.section-title-compact{font-size:1.18rem;line-height:1.2}.ghost-button-compact{padding:.5rem .85rem;font-size:.84rem}.category-card-grid{display:flex;gap:.72rem;overflow-x:auto;overflow-y:hidden;padding:.15rem 0 .45rem;scroll-snap-type:x proximity;scrollbar-width:thin}.category-card-grid::-webkit-scrollbar{height:6px}.category-card-grid::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.category-card{flex:0 0 auto;min-width:172px;max-width:172px;gap:.72rem;padding:.72rem .82rem;border-radius:1rem;scroll-snap-align:start}.category-card:hover{box-shadow:0 14px 28px #0f172a0f}.category-card-emoji{width:2.2rem;height:2.2rem;border-radius:.8rem;font-size:1.02rem}.category-card strong{display:block;font-size:.9rem;line-height:1.2}.category-card span:last-child{font-size:.76rem;color:#7c8698}@media(max-width:640px){.section-title-compact{font-size:1.05rem}.category-card{min-width:150px;max-width:150px;padding:.65rem .72rem}.category-card-emoji{width:2rem;height:2rem;font-size:.95rem}}.section-header-inline-compact{align-items:center}.section-header-inline-compact .section-title{margin:0}.home-products-unified-section{display:grid;gap:1rem}.section-header-products-unified{padding-bottom:.2rem}.compact-page-copy{margin-top:.35rem;font-size:.92rem}.home-load-more-row{display:flex;justify-content:center;padding-top:.35rem}.home-load-more-button{min-width:11rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.9rem}.product-card-compact{border-radius:1.3rem;box-shadow:0 12px 30px #0f172a0f}.product-card-compact .product-media-wrap{padding:.55rem .55rem 0}.product-card-compact .product-image-link{padding:.25rem;border-radius:1rem}.product-card-compact .product-discount-badge{top:.85rem;left:.85rem;padding:.35rem .58rem;font-size:.68rem}.product-card-compact .favorite-fab{top:.85rem;right:.85rem;width:2rem;height:2rem;font-size:1rem}.product-card-compact .product-body{gap:.72rem;padding:.78rem .82rem .85rem}.product-card-compact .product-brand{font-size:.78rem}.product-card-compact .product-category-pill{padding:.18rem .48rem;font-size:.68rem}.product-card-compact .product-name{font-size:.92rem;line-height:1.32}.product-card-compact .product-rating-row{font-size:.76rem;gap:.38rem}.product-card-compact .product-price-row strong{font-size:.96rem}.product-card-compact .product-old-price{font-size:.74rem}.product-stock-alert{display:inline-flex;width:fit-content;padding:.24rem .52rem;border-radius:999px;font-size:.68rem;font-weight:800}.product-stock-low{background:#fed7aa8c;color:#c2410c}.product-stock-empty{background:#fee2e2b3;color:#b91c1c}.product-card-compact .product-card-actions{gap:.45rem}.product-card-compact .product-add-button,.product-card-compact .product-detail-link{min-height:2.3rem;padding:.58rem .8rem;font-size:.76rem}.site-footer{margin-top:2.4rem;padding:2.2rem 0 0;background:linear-gradient(180deg,#ffffff4d,#fffaf6f5);border-top:1px solid rgba(251,146,60,.12)}.site-footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:1.4rem;padding-bottom:1.5rem}.footer-brand-title{margin:0 0 .6rem;font-size:1.2rem;font-weight:900;font-style:italic;color:#111827}.footer-copy{margin:0;color:#64748b;line-height:1.7;max-width:34ch}.footer-heading{margin:0 0 .7rem;font-size:.84rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#475569}.footer-link-list,.footer-contact-list{display:grid;gap:.55rem}.footer-link-list a,.footer-contact-list a{color:#64748b;font-weight:600}.footer-link-list a:hover,.footer-contact-list a:hover{color:#ea580c}.footer-bottom-bar{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0 1.35rem;border-top:1px solid rgba(148,163,184,.16);color:#64748b;font-size:.84rem}@media(max-width:1000px){.site-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.site-footer-inner{grid-template-columns:1fr;gap:1.1rem}.footer-bottom-bar{flex-direction:column}}@media(max-width:480px){.product-grid{grid-template-columns:1fr 1fr;gap:.72rem}.product-card-compact .product-card-actions{flex-direction:column}.product-card-compact .product-add-button,.product-card-compact .product-detail-link{width:100%}}.product-detail-page-refined{gap:1.25rem}.product-detail-hero-card{display:grid;grid-template-columns:minmax(0,24rem) minmax(0,1fr);align-items:start;gap:1.35rem;padding:1.25rem}.product-gallery-stage-refined{width:100%;max-width:24rem;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;border-radius:1.4rem;background:linear-gradient(180deg,#fff8f1,#fff);box-shadow:inset 0 0 0 1px #fb923c14}.product-detail-main-image-refined{width:100%;height:100%;object-fit:contain;object-position:center}.product-thumb-strip{width:100%;max-width:24rem;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:.55rem}.product-thumb-button-refined{width:3.75rem;height:3.75rem;padding:.3rem;border-radius:.9rem;background:linear-gradient(180deg,#fff8f1,#fff);box-shadow:0 10px 22px #0f172a0f}.product-thumb-image-refined{width:100%;height:100%;object-fit:contain;object-position:center}.product-detail-summary-centered{width:100%;display:grid;justify-items:start;text-align:left;align-content:start;gap:.8rem}.product-rating-block{display:grid;gap:.25rem;justify-items:start}.product-rating-stars-large{color:#f59e0b;font-size:1.2rem;letter-spacing:.12rem}.product-rating-caption{color:#64748b;font-size:.92rem;font-weight:600}.product-detail-title-refined{margin:0;max-width:18ch;font-size:clamp(1.7rem,2.8vw,2.4rem);line-height:1.08;letter-spacing:-.04em}.product-price-large-refined{margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#ea580c;line-height:1}.product-old-price-refined{margin:-.15rem 0 0;color:#94a3b8}.product-meta-pills{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:.55rem}.product-meta-pill{padding:.5rem .9rem;border-radius:999px;background:#fb923c1a;color:#c2410c;font-size:.88rem;font-weight:800}.product-description-refined{margin:0;max-width:60ch;color:#475569;line-height:1.8}.merchant-card-refined{width:min(100%,32rem);justify-items:start;text-align:left;padding:1rem 1.2rem;border-radius:1.25rem}.product-detail-actions-centered{justify-content:flex-start;flex-wrap:wrap}.review-section-refined{display:grid;gap:1rem}.review-section-header-refined{margin-bottom:.2rem}.review-list-refined{gap:.9rem}.review-card-refined{padding:1rem 1.1rem;border-radius:1.25rem;background:linear-gradient(180deg,#fffffffa,#fff8f1f0);border:1px solid rgba(251,146,60,.1);box-shadow:0 14px 32px #0f172a0d}.review-header-refined{align-items:center}.review-user-meta{display:flex;align-items:center;gap:.8rem}.review-user-avatar{width:2.8rem;height:2.8rem;border-radius:999px;object-fit:cover}.review-user-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:#fb923c29;color:#c2410c;font-weight:800}.review-stars-inline{margin-top:.18rem;color:#f59e0b;font-size:.92rem;letter-spacing:.08rem}.review-owner-actions{flex-wrap:wrap}.review-comment-copy{margin:.8rem 0 0;line-height:1.7}.review-form-wrapper{margin-top:.35rem}.review-form-card{display:grid;gap:1rem;padding:1.2rem;border-radius:1.4rem;background:linear-gradient(180deg,#fffffffa,#fff8f1f2);border:1px solid rgba(251,146,60,.12)}.review-form-title{margin:0}.review-form-subtitle{margin:.28rem 0 0}.review-field-group{gap:.55rem}.review-rating-picker{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.review-star-button{width:2.65rem;height:2.65rem;border:1px solid rgba(251,146,60,.14);border-radius:999px;background:#fff;color:#cbd5e1;font-size:1.25rem;line-height:1}.review-star-button-active{color:#f59e0b;background:#fbbf241f;border-color:#f59e0b38}.review-form-actions{flex-wrap:wrap}@media(max-width:900px){.product-detail-hero-card{grid-template-columns:1fr}.product-gallery-stage-refined,.product-thumb-strip{max-width:100%}}@media(max-width:700px){.product-detail-hero-card{padding:1rem}.product-detail-title-refined{max-width:none}.review-header-refined{flex-direction:column;align-items:flex-start}}.product-detail-page-ml{gap:1rem}.product-detail-ml-top{display:grid;grid-template-columns:minmax(0,34rem) minmax(18rem,1fr);align-items:start;gap:1.35rem;padding:1.2rem}.product-detail-ml-gallery-column{display:grid;gap:.8rem;justify-items:center}.product-gallery-stage-ml{width:100%;max-width:34rem;min-height:25rem;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:1.2rem;background:#fff;box-shadow:inset 0 0 0 1px #0f172a0f}.product-detail-main-image-ml{width:100%;height:100%;object-fit:contain;object-position:center}.product-thumb-strip-ml{max-width:34rem;justify-content:center;flex-wrap:wrap;gap:.5rem}.product-thumb-button-ml{width:3.5rem;height:3.5rem;padding:.28rem;border-radius:.85rem;background:#fff;border:1px solid rgba(148,163,184,.18);box-shadow:none}.product-thumb-image-ml{width:100%;height:100%;object-fit:contain;object-position:center}.product-detail-ml-summary{display:grid;align-content:start;gap:.95rem;padding:.2rem .1rem}.product-rating-block-ml{justify-items:start}.product-detail-title-ml{margin:0;max-width:none;font-size:clamp(1.5rem,2.2vw,2.1rem);line-height:1.15;color:#111827}.product-price-stack-ml{display:grid;gap:.15rem}.product-old-price-ml{margin:0;color:#94a3b8;font-size:.95rem}.product-price-large-ml{margin:0;font-size:clamp(2rem,3.4vw,2.7rem);font-weight:900;color:#ea580c;line-height:1}.product-meta-pills-ml{gap:.45rem}.product-detail-actions-ml{justify-content:flex-start;flex-wrap:wrap;gap:.75rem;margin-top:.2rem}.product-add-button-ml{min-width:14rem}.product-detail-info-section,.review-section-ml,.review-create-section-ml{padding:1.2rem}.product-detail-section-header{margin-bottom:.6rem}.product-detail-info-body{display:grid;gap:1rem}.product-description-ml{max-width:none;margin:0;color:#475569;line-height:1.85}.merchant-card-ml{width:100%;max-width:34rem;justify-items:start;text-align:left}.review-form-wrapper-ml{margin-top:0}@media(max-width:980px){.product-detail-ml-top{grid-template-columns:1fr}.product-gallery-stage-ml,.product-thumb-strip-ml,.merchant-card-ml{max-width:100%}}@media(max-width:640px){.product-detail-ml-top,.product-detail-info-section,.review-section-ml,.review-create-section-ml{padding:1rem}.product-gallery-stage-ml{min-height:18rem}.product-add-button-ml{min-width:100%}}.product-brand-shipping-note{display:inline-flex;align-items:center;gap:.55rem;color:#475569d1;font-size:.94rem;font-weight:700}.product-brand-shipping-icon{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fb923c1f;color:#ea580c;flex-shrink:0}.product-brand-shipping-icon svg{width:1rem;height:1rem}.page-stack-categories-refined{gap:1rem}.catalog-results-header{align-items:center}.catalog-back-categories-button{padding:.5rem .9rem;font-size:.88rem}.category-selection-panel{padding:1rem}.category-selection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.9rem}.category-selection-card{display:grid;justify-items:center;align-content:center;gap:.75rem;min-height:10.75rem;padding:1rem;border:1px solid rgba(251,146,60,.12);border-radius:1.4rem;background:linear-gradient(180deg,#fffffffa,#fff7edf2);box-shadow:0 14px 32px #0f172a0f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-align:center}.category-selection-card:hover{transform:translateY(-2px);border-color:#fb923c38;box-shadow:0 18px 36px #0f172a14}.category-selection-card strong{color:#111827;font-size:.98rem;line-height:1.35}.category-selection-icon{width:4.4rem;height:4.4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1.35rem;background:#fb923c24;font-size:2rem;box-shadow:inset 0 0 0 1px #fb923c14}@media(max-width:700px){.category-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-selection-card{min-height:9.5rem;padding:.85rem}.category-selection-icon{width:3.8rem;height:3.8rem;font-size:1.75rem}}.favorites-page-clean{gap:.9rem}.favorites-page-title{margin:0;color:#fb923c;font-size:clamp(1.7rem,2.4vw,2.2rem);font-weight:900;letter-spacing:-.04em}.page-stack-cart-clean{gap:1rem}.checkout-layout-refined{align-items:start}.checkout-sidebar-refined{position:sticky;top:6.5rem}.checkout-alert-panel{padding:.9rem 1rem}.checkout-alert-panel .feedback{margin:0}.cart-products-panel{padding:1.1rem}.section-header-tight{margin-bottom:.2rem}.cart-item-grid{gap:.85rem}.cart-item-card{padding:.9rem;border:1px solid rgba(148,163,184,.14);border-radius:1.2rem;background:#ffffffeb}.cart-item-image{object-fit:contain;background:linear-gradient(180deg,#fff8f1,#fff);padding:.4rem}.cart-sidebar-section{padding:1rem;border-radius:1.25rem}.summary-stack{gap:.7rem}.summary-box{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1rem;border-radius:1rem;background:#f8fafce6;border:1px solid rgba(148,163,184,.12)}.summary-box span{color:#64748b;font-weight:700}.summary-box strong{color:#0f172a}.summary-box-total{background:linear-gradient(135deg,#fb923c24,#ffedd5f2)}.shipping-detail-panel,.shipping-hint-panel{padding:.95rem 1rem;border-radius:1rem;background:#ffffffe6;border:1px solid rgba(148,163,184,.12)}.button-stack{gap:.75rem}.button-stack .primary-button,.button-stack .secondary-button{width:100%;justify-content:center}@media(max-width:1100px){.checkout-sidebar-refined{position:static;top:auto}}.checkout-layout-three{grid-template-columns:minmax(0,1.25fr) minmax(260px,.72fr) minmax(250px,.65fr);gap:.9rem}.checkout-main-column-compact,.checkout-sidebar-middle,.checkout-sidebar-right{align-content:start}.cart-products-panel{padding:.9rem}.cart-item-grid{gap:.6rem}.cart-item-card-compact{grid-template-columns:78px minmax(0,1fr);gap:.75rem;padding:.65rem;border-radius:1rem}.cart-item-image-compact{padding:.25rem;border-radius:.85rem}.cart-item-content-compact{gap:.6rem}.cart-item-header-compact,.cart-item-footer-compact{gap:.65rem}.cart-item-title-compact{margin:0 0 .2rem;font-size:.96rem;line-height:1.3}.cart-item-brand-compact,.cart-item-category-compact{font-size:.78rem}.cart-remove-button-compact,.quantity-action-button{min-height:2rem;padding:.42rem .7rem;font-size:.82rem}.row-actions-compact{gap:.35rem}.quantity-badge-compact{min-width:2rem;padding:.2rem .45rem;font-size:.85rem}.cart-price-block-compact{gap:.1rem}.cart-price-block-compact strong{font-size:.98rem}.cart-sidebar-section-compact{padding:.85rem;border-radius:1rem}.field-group-compact{gap:.38rem}.field-group-compact span{font-size:.82rem;font-weight:800}.shipping-method-list{display:grid;gap:.55rem}.shipping-method-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.7rem .8rem;border:1px solid rgba(148,163,184,.16);border-radius:.95rem;background:#ffffffe6;text-align:left}.shipping-method-card-active{border-color:#fb923c52;background:#fff7edf5;box-shadow:inset 0 0 0 1px #fb923c1f}.shipping-method-copy{display:grid;gap:.18rem}.shipping-method-copy strong{font-size:.9rem;color:#111827}.shipping-method-copy span{color:#64748b;font-size:.78rem;line-height:1.4}.shipping-method-price{display:grid;gap:.1rem;justify-items:end}.shipping-method-price strong{font-size:.92rem;color:#ea580c}.shipping-method-price small{color:#94a3b8;font-size:.72rem;font-weight:700}.shipping-hint-panel-compact{padding:.7rem .8rem}.summary-stack-compact{gap:.5rem}.summary-box-compact{padding:.72rem .8rem;border-radius:.9rem}.summary-box-compact span{font-size:.8rem}.summary-box-compact strong{font-size:.92rem}.shipping-detail-panel-compact{padding:.8rem;gap:.6rem}.shipping-detail-panel-compact strong{font-size:.88rem}.checkout-actions-compact{gap:.7rem}.checkout-feedback-inline{margin:0;font-size:.82rem}.button-stack-compact{gap:.55rem}.button-stack-compact .primary-button,.button-stack-compact .secondary-button{min-height:2.65rem;font-size:.9rem}@media(max-width:1280px){.checkout-layout-three{grid-template-columns:minmax(0,1fr) minmax(240px,.8fr)}.checkout-sidebar-middle{grid-column:1 / -1;order:3}.checkout-sidebar-right{order:2}}@media(max-width:980px){.checkout-layout-three{grid-template-columns:1fr}.checkout-sidebar-middle,.checkout-sidebar-right{order:initial}}.purchases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-4)}.order-card-compact{gap:var(--space-3);padding:1rem 1rem 1.05rem}.order-card-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-3)}.order-card-title{margin:0;font-size:1rem;font-weight:800}.order-card-date{margin:.22rem 0 0;font-size:.82rem}.order-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:.42rem .72rem;border-radius:999px;font-size:.76rem;font-weight:800;white-space:nowrap;border:1px solid transparent}.order-status-pending{background:#fff7ed;border-color:#fdba74;color:#c2410c}.order-status-shipped{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.order-status-delivered{background:#f0fdf4;border-color:#86efac;color:#15803d}.order-status-canceled{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.order-card-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem}.order-card-meta-grid p{margin:.16rem 0 0;font-size:.9rem;font-weight:600}.order-card-meta-full{grid-column:1 / -1}.order-card-label{display:block;font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-soft)}.order-total-compact{font-size:1rem}.order-items-inline-compact{gap:.45rem}.order-item-chip{padding:.45rem .72rem;font-size:.8rem;font-weight:700}.order-card-action{min-height:2.55rem;font-size:.9rem}@media(max-width:640px){.purchases-grid{grid-template-columns:1fr}.order-card-top-row{flex-direction:column;align-items:flex-start}.order-card-meta-grid{grid-template-columns:1fr}}.profile-page-refined{gap:1.1rem}.profile-hero-panel{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.95fr);gap:1rem;padding:1.15rem;border-radius:1.8rem;background:radial-gradient(circle at top right,rgba(251,146,60,.14),transparent 30%),linear-gradient(135deg,#fff7edf2,#fffffffa)}.profile-hero-copy{display:grid;align-content:center;gap:.9rem;padding:.45rem}.profile-hero-title{font-size:clamp(1.55rem,2.8vw,2.3rem);line-height:1.08}.profile-hero-badges{display:flex;flex-wrap:wrap;gap:.65rem}.profile-soft-badge{display:inline-flex;align-items:center;padding:.6rem .95rem;border-radius:999px;background:#ffffffe0;border:1px solid rgba(251,146,60,.16);color:#9a3412;font-size:.86rem;font-weight:700}.profile-summary-card{display:grid;gap:1rem;padding:1rem;border-radius:1.45rem;background:linear-gradient(160deg,#fff,#fff7ed);border:1px solid rgba(148,163,184,.16);box-shadow:0 18px 36px #0f172a14;align-content:start}.profile-summary-head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:center}.profile-summary-avatar,.profile-summary-avatar-image{width:5.4rem;height:5.4rem;border-radius:1.5rem}.profile-summary-avatar{display:grid;place-items:center;background:linear-gradient(135deg,#fdba74,#fb923c);color:#fff;font-size:1.65rem;font-weight:800;box-shadow:0 14px 30px #f973163d}.profile-summary-avatar-image{object-fit:cover}.profile-summary-meta{display:grid;gap:.2rem;min-width:0}.profile-summary-meta strong{font-size:1.08rem}.profile-summary-meta span,.profile-summary-meta small{color:#64748b;word-break:break-word}.profile-summary-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.profile-summary-mini-grid article{display:grid;gap:.18rem;padding:.9rem .85rem;border-radius:1.1rem;background:#ffffffd1;border:1px solid rgba(148,163,184,.15)}.profile-summary-mini-grid strong{font-size:1.1rem;color:#0f172a}.profile-summary-mini-grid span{color:#64748b;font-size:.82rem;font-weight:700}.profile-modern-grid{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(290px,.94fr);gap:1rem;align-items:start}.profile-main-column,.profile-side-column,.profile-stat-grid,.profile-actions-stack{display:grid;gap:1rem}.profile-section-panel{border-radius:1.6rem}.profile-section-header-tight{margin-bottom:.85rem}.profile-form-modern{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem}.profile-form-modern .field-group input[disabled]{background:#f8fafc;color:#64748b}.profile-form-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;margin-top:.15rem}.profile-avatar-uploader-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center}.profile-avatar-uploader-preview{display:grid;place-items:center}.profile-avatar-showcase,.profile-avatar-showcase-image{width:8rem;height:8rem;border-radius:2rem}.profile-avatar-showcase{display:grid;place-items:center;background:linear-gradient(135deg,#ffedd5,#fdba74);color:#9a3412;font-size:2rem;font-weight:800}.profile-avatar-showcase-image{object-fit:cover}.profile-avatar-uploader-copy{display:grid;gap:.9rem}.profile-feedback-panel{padding:.95rem}.profile-stat-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:start;padding:.95rem;border-radius:1.2rem;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#fffffffa,#f8fafcfa)}.profile-stat-icon{width:2.65rem;height:2.65rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.95rem;background:#ffedd5e6;color:#c2410c}.profile-stat-icon svg{width:1.2rem;height:1.2rem}.profile-stat-copy{display:grid;gap:.15rem}.profile-stat-copy strong{color:#0f172a;font-size:1rem}.profile-stat-copy small{color:#64748b;line-height:1.45}.profile-action-button{width:100%;justify-content:center}.modern-profile-support-grid{grid-template-columns:1fr}.modern-profile-support-card{gap:.6rem;border-radius:1.15rem;background:linear-gradient(180deg,#fff,#fafaf9)}@media(max-width:1080px){.profile-hero-panel,.profile-modern-grid{grid-template-columns:1fr}}@media(max-width:760px){.profile-form-modern,.profile-avatar-uploader-card,.profile-summary-head,.profile-summary-mini-grid{grid-template-columns:1fr}.profile-summary-avatar,.profile-summary-avatar-image,.profile-avatar-showcase,.profile-avatar-showcase-image{margin-inline:auto}.profile-summary-meta,.profile-summary-mini-grid article,.profile-avatar-uploader-copy{text-align:center}.profile-hero-copy,.profile-form-actions{justify-content:center}}.auth-page-shell{position:relative;min-height:100vh;width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:clamp(1.4rem,3vw,2.4rem) 0;display:grid;align-items:center}.auth-background-glow{position:absolute;inset:auto;width:18rem;height:18rem;border-radius:999px;filter:blur(18px);opacity:.55;pointer-events:none}.auth-background-glow-left{top:3.2rem;left:-3.5rem;background:#fb923c2e}.auth-background-glow-right{right:-3rem;bottom:2rem;background:#3b82f621}.auth-layout-card{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:1rem;align-items:stretch}.auth-showcase-panel,.auth-form-panel-modern{border-radius:2rem}.auth-showcase-panel{display:grid;align-content:space-between;gap:1.25rem;padding:clamp(1.4rem,3vw,2rem);min-height:100%;color:#fff;background:radial-gradient(circle at top right,rgba(255,255,255,.24),transparent 28%),linear-gradient(145deg,#0f172a,#172554 52%,#ea580c 140%);box-shadow:0 22px 50px #0f172a2e}.auth-back-link{width:fit-content;display:inline-flex;align-items:center;gap:.55rem;padding:.78rem 1rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease}.auth-back-link:hover{transform:translate(-2px);background:#ffffff2e;border-color:#ffffff52}.auth-brand-lockup{display:inline-flex;align-items:center;gap:.95rem}.auth-brand-logo-shell{width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:1.2rem;padding:.45rem;background:#ffffff24;border:1px solid rgba(255,255,255,.2);box-shadow:0 12px 24px #0f172a24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-brand-logo-image{width:100%;height:100%;object-fit:contain}.auth-brand-copy{display:grid;gap:.18rem}.auth-brand-name{font-size:1.1rem;letter-spacing:.22em;color:#fff}.auth-showcase-copy{display:grid;gap:.85rem}.auth-showcase-title{margin:0;max-width:12ch;font-size:clamp(1.9rem,4vw,3.05rem);line-height:.98}.auth-showcase-text{max-width:56ch;color:#fffc}.auth-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.auth-benefit-card{display:grid;gap:.35rem;padding:1rem;border-radius:1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-benefit-card strong,.auth-trust-row strong,.auth-email-pill strong{font-size:.95rem}.auth-benefit-card span,.auth-trust-row span,.auth-email-pill span{color:#ffffffc7;font-size:.88rem;line-height:1.5}.auth-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.auth-trust-row>div,.auth-email-pill{display:grid;gap:.18rem;padding:.95rem 1rem;border-radius:1.15rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.auth-form-panel-modern{align-content:start;gap:1rem;padding:clamp(1.3rem,3vw,1.8rem);border:1px solid rgba(148,163,184,.16);background:radial-gradient(circle at top,rgba(251,146,60,.09),transparent 26%),linear-gradient(180deg,#fffffffa,#fffaf5fa);box-shadow:0 22px 48px #0f172a14}.auth-mode-switch-modern{padding:.35rem;border-radius:999px;background:#fff7ed;border:1px solid rgba(251,146,60,.18)}.auth-pill-button{flex:1 1 0;justify-content:center}.auth-form-grid-modern{gap:.9rem}.auth-field-group{gap:.4rem}.auth-field-group span{color:#334155;font-size:.86rem}.auth-field-group input{height:3.3rem;padding-inline:1rem;border-radius:1rem;border-color:#94a3b847;background:#fffffff0;box-shadow:inset 0 1px #ffffff8c}.auth-field-group input::placeholder{color:#94a3b8}.auth-field-group input:focus{outline:none;border-color:#f9731680;box-shadow:0 0 0 4px #fb923c29}.auth-submit-button,.auth-google-button{width:100%;justify-content:center;min-height:3.25rem}.auth-submit-button{margin-top:.2rem}.auth-divider{position:relative;display:grid;place-items:center;margin:.1rem 0}.auth-divider:before{content:"";position:absolute;inset:50% 0 auto;border-top:1px solid rgba(148,163,184,.24)}.auth-divider span{position:relative;z-index:1;padding:0 .8rem;background:#fffaf5fa;color:#64748b;font-size:.84rem;font-weight:700}.auth-google-button{display:inline-flex;align-items:center;gap:.6rem}.auth-google-mark{width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#ea4335;font-weight:800;box-shadow:inset 0 0 0 1px #94a3b833}.auth-support-copy{text-align:center;font-size:.92rem}.auth-support-copy a{color:var(--color-primary-strong);font-weight:700}.auth-feedback-inline{margin-top:-.1rem}@media(max-width:1024px){.auth-layout-card{grid-template-columns:1fr}.auth-showcase-title{max-width:100%}.auth-brand-lockup{align-items:center}}@media(max-width:720px){.auth-page-shell{width:min(100%,calc(100% - .85rem));min-height:100dvh;padding:.5rem 0;display:flex;align-items:center;justify-content:center}.auth-background-glow,.auth-showcase-panel,.auth-support-copy{display:none}.auth-layout-card{width:min(100%,26rem);grid-template-columns:1fr;gap:0}.auth-form-panel-modern{border-radius:1.35rem;padding:1rem;box-shadow:0 14px 28px #0f172a14}.auth-benefit-grid,.auth-trust-row{grid-template-columns:1fr}.auth-back-link,.auth-mode-switch-modern{width:100%}.auth-brand-lockup{width:100%;gap:.75rem}.auth-brand-logo-shell{width:3.4rem;height:3.4rem;border-radius:1rem}.auth-brand-name{font-size:1rem;letter-spacing:.16em}.auth-mode-switch-modern{justify-content:stretch}.auth-form-grid-modern{gap:.75rem}.auth-field-group input,.auth-submit-button,.auth-google-button{min-height:3rem;height:3rem}.auth-divider{margin:0}}.terms-modal-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2vw,1.5rem);background:#0a0e17b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terms-modal-card{width:min(100%,760px);max-height:min(86vh,860px);overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-radius:32px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border:1px solid rgba(148,163,184,.22);box-shadow:0 28px 80px #0f172a52}.terms-modal-header{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.4rem 1.4rem 1rem;border-bottom:1px solid rgba(226,232,240,.92)}.terms-modal-icon{width:3.5rem;height:3.5rem;border-radius:1.15rem;display:inline-flex;align-items:center;justify-content:center;color:#f97316;background:linear-gradient(135deg,#ffedd5f2,#fff7edfa);box-shadow:inset 0 0 0 1px #fb923c29}.terms-modal-icon svg{width:1.7rem;height:1.7rem}.terms-modal-copy{display:grid;gap:.35rem}.terms-modal-eyebrow{font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#94a3b8}.terms-modal-copy h2{margin:0;font-size:clamp(1.2rem,2vw,1.55rem);color:#0f172a}.terms-modal-copy p{margin:0;font-size:.95rem;line-height:1.65;color:#475569}.terms-modal-body{overflow-y:auto;padding:1.25rem 1.4rem 1.1rem;display:grid;gap:1rem;color:#334155}.terms-modal-body p,.terms-modal-body li{margin:0;font-size:.95rem;line-height:1.75}.terms-modal-section{display:grid;gap:.65rem;padding:1rem 1rem .95rem;border-radius:1.15rem;background:#f8fafceb;border:1px solid rgba(226,232,240,.95)}.terms-modal-section strong{color:#0f172a}.terms-modal-section ol{margin:0;padding-left:1.15rem;display:grid;gap:.45rem}.terms-modal-footnote{padding:.95rem 1rem;border-radius:1rem;background:#fff7ede6;border:1px solid rgba(253,186,116,.28);color:#7c2d12;font-style:italic}.terms-modal-footer{padding:1rem 1.4rem 1.35rem;border-top:1px solid rgba(226,232,240,.92);background:#ffffffeb}.terms-modal-accept-button{width:100%;min-height:3.3rem;border-radius:1.15rem;font-size:.95rem;font-weight:800}@media(max-width:720px){.terms-modal-card{width:100%;max-height:92vh;border-radius:24px}.terms-modal-header{grid-template-columns:1fr;justify-items:start;padding:1.15rem 1.15rem .85rem}.terms-modal-body,.terms-modal-footer{padding-left:1.15rem;padding-right:1.15rem}}.cart-contact-panel{gap:.7rem}.cart-contact-panel input{width:100%}.cart-contact-hint{margin:0;font-size:.8rem;line-height:1.5}.checkout-success-panel{padding:1.1rem 1.15rem}.checkout-confirm-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1rem;background:#0f172a75;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.order-confirm-modal{width:min(100%,640px);max-height:min(92vh,860px);overflow:auto;padding:1rem;border-radius:1.35rem}.order-confirm-header{margin-bottom:.65rem}.order-confirm-body{display:grid;gap:.8rem}.order-confirm-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.order-confirm-block{display:grid;gap:.3rem;padding:.85rem .9rem;border-radius:1rem;background:#f8fafcf0;border:1px solid rgba(148,163,184,.14)}.order-confirm-block p{margin:0;color:#0f172a;font-weight:700;line-height:1.45}.order-confirm-label{color:#64748b;font-size:.8rem;font-weight:800}.order-confirm-products-head{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.order-confirm-products-head strong{color:#ea580c;font-size:.86rem}.order-confirm-products-list{display:grid;gap:.55rem}.order-confirm-product-row{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;padding:.65rem 0;border-top:1px solid rgba(148,163,184,.12)}.order-confirm-product-row:first-child{border-top:0;padding-top:.1rem}.order-confirm-product-row strong{display:block;color:#0f172a;font-size:.92rem}.order-confirm-product-row span{color:#64748b;font-size:.78rem;line-height:1.45}.order-confirm-product-meta{display:grid;justify-items:end;gap:.1rem;text-align:right}.order-confirm-product-meta strong{color:#ea580c}.order-confirm-totals{display:grid;gap:.45rem;padding:.9rem;border-radius:1rem;background:linear-gradient(135deg,#fff7edfa,#fffffffa);border:1px solid rgba(251,146,60,.18)}.order-confirm-totals div{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.order-confirm-totals span{color:#64748b;font-weight:700}.order-confirm-totals strong{color:#0f172a}.order-confirm-total-row{padding-top:.35rem;border-top:1px solid rgba(251,146,60,.18)}.order-confirm-total-row strong{color:#c2410c;font-size:1rem}.order-confirm-actions{display:flex;justify-content:flex-end;gap:.65rem;margin-top:.95rem}@media(max-width:760px){.order-confirm-modal{padding:.9rem}.order-confirm-grid{grid-template-columns:1fr}.order-confirm-product-row,.order-confirm-actions{flex-direction:column}.order-confirm-product-meta,.order-confirm-actions .primary-button,.order-confirm-actions .secondary-button{width:100%;justify-content:center;text-align:left}}.mobile-bottom-nav{display:none}.mobile-bottom-nav-inner{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem;align-items:stretch}.mobile-nav-link{display:grid;justify-items:center;gap:.3rem;padding:.7rem .35rem calc(.7rem + env(safe-area-inset-bottom,0px));border-radius:1rem;color:var(--color-text-soft);font-size:.72rem;font-weight:700}.mobile-nav-link .nav-icon-svg,.mobile-nav-cart-wrap .nav-icon-svg{width:1.2rem;height:1.2rem}.mobile-nav-link-active{color:var(--color-primary-strong);background:#f9731614}.mobile-nav-cart-wrap{position:relative;display:inline-grid;place-items:center}.mobile-nav-badge{position:absolute;top:-.35rem;right:-.9rem;min-width:1.15rem;height:1.15rem;padding:0 .22rem;display:inline-grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:.65rem;font-weight:800;box-shadow:0 10px 20px #ea580c4d}@media(max-width:1180px){.refined-header-inner{grid-template-columns:1fr;gap:var(--space-4)}.header-search-zone{order:3}.refined-header-actions{width:100%;justify-content:space-between}.refined-site-nav{flex:1 1 auto;justify-content:flex-start;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:thin}}@media(max-width:960px){.container{width:min(var(--container-max-width),calc(100% - 1.25rem))}.refined-layout-content{padding-block:var(--space-6) calc(var(--space-16) + 6.25rem)}.site-footer{margin-bottom:calc(5.8rem + env(safe-area-inset-bottom,0px))}.refined-site-nav{display:none}.refined-header-actions{gap:.75rem;justify-content:flex-end}.brand-tagline{display:none}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:45;display:block;padding:.55rem .7rem calc(.2rem + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#ffffffd1,#fffffffa);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid rgba(148,163,184,.18);box-shadow:0 -12px 30px #0f172a14}.mobile-bottom-nav-inner{padding:.2rem;border-radius:1.25rem;background:#ffffffeb;box-shadow:0 16px 40px #0f172a14}.hero-commerce,.banner-stage,.profile-hero-panel,.profile-modern-grid,.checkout-layout-three,.product-detail-ml-top,.product-detail-layout-polished,.order-confirm-grid,.site-footer-inner{grid-template-columns:1fr}.hero-commerce-copy h1,.banner-stage-copy h2,.product-detail-title,.profile-hero-title{max-width:none}.hero-feature-list,.profile-stat-grid,.profile-summary-mini-grid,.order-card-meta-grid,.category-card-grid,.modern-profile-support-grid,.profile-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-header,.section-header-products-unified,.section-header-tight,.profile-summary-head,.order-card-top-row,.product-detail-actions,.row-actions,.order-confirm-actions{align-items:flex-start;flex-direction:column}.product-card-actions,.profile-form-actions{align-items:stretch;flex-direction:column}.profile-form-actions .primary-button,.product-card-actions .primary-button,.product-card-actions .secondary-button,.row-actions .primary-button,.row-actions .secondary-button,.order-confirm-actions .primary-button,.order-confirm-actions .secondary-button,.checkout-actions-compact .primary-button{width:100%;justify-content:center}.order-confirm-modal{width:min(100%,640px);max-height:min(86vh,760px);overflow:auto}.order-confirm-products-list{max-height:240px;overflow:auto}.checkout-confirm-overlay{padding:1rem}}@media(max-width:720px){.hero-commerce,.banner-stage,.surface-panel,.page-card,.auth-layout-card,.order-confirm-modal,.profile-summary-card,.profile-section-panel,.cart-products-panel,.checkout-sidebar-refined,.checkout-sidebar-middle,.checkout-sidebar-right{border-radius:1.1rem}.hero-commerce,.banner-stage,.surface-panel,.page-card,.auth-form-panel-modern,.auth-showcase-panel,.profile-section-panel,.profile-summary-card,.cart-products-panel,.checkout-sidebar-refined,.checkout-sidebar-middle,.checkout-sidebar-right,.order-confirm-modal{padding:1rem}.hero-feature-list,.profile-stat-grid,.profile-summary-mini-grid,.order-card-meta-grid,.category-card-grid,.modern-profile-support-grid,.profile-support-grid,.auth-benefit-grid,.auth-trust-row{grid-template-columns:1fr}.search-result-item{grid-template-columns:52px minmax(0,1fr)}.search-result-price{grid-column:2;justify-self:start}.profile-summary-head{gap:.85rem}.order-items-inline-compact{gap:.45rem}.order-item-chip{width:100%;justify-content:flex-start}.cart-item-card-compact{grid-template-columns:88px minmax(0,1fr);gap:.85rem}.cart-item-title-compact{font-size:.98rem}}@media(max-width:560px){.brand-link-refined{gap:.75rem}.brand-logo-shell{width:2.8rem;height:2.8rem}.brand-name{font-size:1.1rem}.header-search-zone{width:100%}.search-control,.search-control-header,.header-search{grid-template-columns:1fr}.search-submit-button,.header-search-button{width:100%}.refined-header-actions{justify-content:space-between}.refined-cart-chip,.refined-profile-chip,.refined-login-button{min-height:2.9rem}.hero-commerce-copy h1{font-size:clamp(1.9rem,9vw,2.6rem)}.banner-stage-copy p,.compact-page-copy,.page-copy{font-size:.97rem}.checkout-confirm-overlay{padding:.65rem}.order-confirm-modal{max-height:calc(100vh - 1.3rem)}.order-confirm-product-row,.review-header-refined,.product-info-head,.product-rating-block-ml,.product-price-stack-ml,.cart-item-header-compact,.cart-item-footer-compact{align-items:flex-start;flex-direction:column}.cart-item-card-compact{grid-template-columns:1fr}.cart-item-image-compact{max-width:116px}.footer-bottom-bar{gap:.4rem;flex-direction:column;align-items:flex-start}}@media(max-width:960px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.product-card,.product-card-compact{border-radius:1rem;box-shadow:0 10px 24px #0f172a0f}.product-card:hover,.product-card-compact:hover{box-shadow:0 12px 26px #0f172a14}.product-card-compact .product-media-wrap,.product-media-wrap{padding:.5rem .5rem 0}.product-card-compact .product-image-link,.product-image-link{border-radius:.9rem}.product-card-compact .product-image,.product-image{padding:.32rem}.product-card-compact .product-discount-badge,.product-discount-badge{top:.7rem;left:.7rem;padding:.25rem .46rem;font-size:.62rem}.product-card-compact .favorite-fab,.favorite-fab{top:.7rem;right:.7rem;width:1.85rem;height:1.85rem;font-size:.92rem}.product-card-compact .product-body,.product-body{gap:.5rem;padding:.68rem}.product-meta-top{gap:.35rem}.product-card-compact .product-brand,.product-brand{font-size:.72rem}.product-card-compact .product-category-pill,.product-category-pill{padding:.14rem .42rem;font-size:.62rem}.product-card-compact .product-name,.product-name{font-size:.84rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.1rem}.product-card-compact .product-rating-row,.product-rating-row{gap:.28rem;font-size:.7rem}.product-rating-row span:last-child{display:none}.product-card-compact .product-price-row strong,.product-price-row strong{font-size:.9rem}.product-card-compact .product-old-price,.product-old-price{font-size:.68rem}.product-stock-alert{padding:.2rem .42rem;font-size:.62rem}.product-card-actions,.product-card-compact .product-card-actions{align-items:stretch;flex-direction:row;gap:.38rem}.product-card-actions .primary-button,.product-card-actions .secondary-button,.product-card-compact .product-add-button,.product-card-compact .product-detail-link,.product-add-button,.product-detail-link{width:auto!important;min-height:2.05rem;padding:.46rem .55rem;font-size:.69rem;line-height:1.1;flex:1 1 0;justify-content:center}}@media(max-width:560px){.product-grid{gap:.62rem}.product-card,.product-card-compact{border-radius:.95rem}.product-card-compact .product-body,.product-body{padding:.6rem}.product-card-compact .product-category-pill,.product-category-pill{display:none}.product-card-compact .product-name,.product-name{font-size:.8rem;min-height:2rem}.product-card-compact .product-price-row strong,.product-price-row strong{font-size:.84rem}.product-card-actions,.product-card-compact .product-card-actions{gap:.32rem}.product-card-actions .primary-button,.product-card-actions .secondary-button,.product-card-compact .product-add-button,.product-card-compact .product-detail-link,.product-add-button,.product-detail-link{min-height:1.95rem;padding:.42rem .46rem;font-size:.66rem}}@media(max-width:760px){.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffaf6f0}.refined-header-inner{grid-template-columns:1fr;gap:.7rem;padding-block:.7rem .75rem}.brand-link-refined{gap:.65rem;align-self:flex-start}.brand-logo-shell{width:2.35rem;height:2.35rem;border-radius:.85rem}.brand-name-group{gap:0}.brand-name{font-size:1rem;line-height:1.05}.brand-tagline{display:none}.header-search-zone{width:100%;order:2}.refined-header-actions{display:none}.search-shell-header,.search-shell-header .search-frame,.search-shell-header .search-control,.search-shell-header .search-control-header{width:100%}.search-shell-header .search-control,.search-shell-header .search-control-header{min-height:2.7rem;padding:.18rem .18rem .18rem .78rem;border-radius:.95rem;display:flex;align-items:center;gap:.45rem;background:#fffffff5;box-shadow:0 10px 24px #0f172a0f}.search-shell-header .search-leading-icon{flex:0 0 auto}.search-shell-header .search-input,.search-shell-header .search-input-header{font-size:.94rem}.search-shell-header .search-submit-button{width:auto;min-width:4.55rem;min-height:2.3rem;padding:0 .85rem;border-radius:.8rem;font-size:.84rem;flex:0 0 auto}.banner-showcase,.banner-showcase-compact{margin-top:0}.banner-stage,.banner-stage-polished,.banner-stage-compact{min-height:11.75rem;border-radius:1.1rem}.banner-stage-copy,.banner-stage-copy-overlay,.banner-stage-copy-compact{min-height:11.75rem;width:100%;max-width:none;padding:.95rem .95rem 1rem;gap:.45rem;justify-content:flex-end}.banner-stage-copy h2,.banner-stage-copy-overlay h2,.banner-stage-copy-compact h2{font-size:1.2rem;line-height:1.05;max-width:12ch}.banner-stage-copy p,.banner-stage-copy-overlay p,.banner-stage-copy-compact p{margin:0;font-size:.82rem;line-height:1.3;max-width:26ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.banner-stage-copy .eyebrow,.banner-stage-copy-overlay .eyebrow,.banner-stage-copy-compact .eyebrow{font-size:.64rem;padding:.24rem .48rem}.banner-actions-row{gap:.45rem}.banner-actions-row .ghost-button{display:none}.banner-actions-row .primary-button{min-height:2.2rem;padding:0 .9rem;border-radius:.8rem;font-size:.82rem}.banner-arrow-controls,.banner-arrow-controls-compact{right:.55rem;bottom:.55rem;gap:.35rem}.banner-arrow-button,.banner-stage-compact .banner-arrow-button{width:2rem;height:2rem}.banner-dots,.banner-dots-compact{left:.8rem;bottom:.7rem;gap:.35rem}.banner-dot{width:.42rem;height:.42rem}.banner-dot-active,.banner-stage-compact .banner-dot-active{width:1.2rem}}@media(max-width:480px){.container{width:min(var(--container-max-width),calc(100% - .85rem))}.refined-header-inner{gap:.6rem;padding-block:.58rem .65rem}.brand-link-refined{gap:.55rem}.brand-logo-shell{width:2.15rem;height:2.15rem}.brand-name{font-size:.94rem}.search-shell-header .search-control,.search-shell-header .search-control-header{min-height:2.55rem;padding-left:.7rem;gap:.35rem}.search-shell-header .search-submit-button{min-width:3.7rem;padding-inline:.65rem;font-size:.78rem}.banner-stage,.banner-stage-polished,.banner-stage-compact,.banner-stage-copy,.banner-stage-copy-overlay,.banner-stage-copy-compact{min-height:10.4rem}.banner-stage-copy,.banner-stage-copy-overlay,.banner-stage-copy-compact{padding:.82rem .82rem .92rem}.banner-stage-copy h2,.banner-stage-copy-overlay h2,.banner-stage-copy-compact h2{font-size:1.05rem;max-width:11ch}.banner-stage-copy p,.banner-stage-copy-overlay p,.banner-stage-copy-compact p{font-size:.76rem;max-width:22ch}.banner-arrow-controls,.banner-arrow-controls-compact{display:none}.banner-dots,.banner-dots-compact{left:.7rem;bottom:.58rem}}@media(max-width:640px){.page-stack-home-compact,.page-stack-home-compact>*{min-width:0}.page-stack-home-compact{gap:.85rem}.page-stack-home-compact .banner-showcase,.page-stack-home-compact .banner-stage,.page-stack-home-compact .banner-stage-compact,.page-stack-home-compact .banner-stage-copy-overlay,.page-stack-home-compact .banner-stage-copy-compact{width:100%;max-width:100%;min-width:0}.page-stack-home-compact .banner-showcase{overflow:hidden}.page-stack-home-compact .banner-stage-compact{min-height:14rem;border-radius:1.2rem}.page-stack-home-compact .banner-stage-copy-compact{min-height:14rem;padding:.95rem .95rem 1rem;gap:.55rem}.page-stack-home-compact .banner-stage-copy-compact h2{max-width:10ch;font-size:1.18rem;line-height:1.02}.page-stack-home-compact .banner-stage-copy-compact p{max-width:24ch;font-size:.78rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-stack-home-compact .banner-actions-row{gap:.38rem}.page-stack-home-compact .banner-actions-row .primary-button,.page-stack-home-compact .banner-actions-row .ghost-button{width:auto;min-width:0;min-height:2rem;padding:.48rem .72rem;font-size:.72rem;white-space:nowrap;box-shadow:none}.page-stack-home-compact .banner-arrow-controls-compact{right:.55rem;bottom:.55rem;gap:.35rem}.page-stack-home-compact .banner-stage-compact .banner-arrow-button{width:2rem;height:2rem}.page-stack-home-compact .banner-stage-compact .banner-arrow-svg{width:.9rem;height:.9rem}.page-stack-home-compact .banner-dots-compact{left:.85rem;bottom:.75rem;gap:.3rem}.page-stack-home-compact .banner-stage-compact .banner-dot{width:.5rem;height:.5rem}.page-stack-home-compact .banner-stage-compact .banner-dot-active{width:1.35rem}.page-stack-home-compact .home-products-unified-section{gap:.8rem}.page-stack-home-compact .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem}.page-stack-home-compact .product-card-compact{border-radius:1rem;box-shadow:0 10px 20px #0f172a0e}.page-stack-home-compact .product-card-compact .product-media-wrap{padding:.42rem .42rem 0}.page-stack-home-compact .product-card-compact .product-image-link{border-radius:.8rem}.page-stack-home-compact .product-card-compact .product-image{padding:.2rem}.page-stack-home-compact .product-card-compact .product-discount-badge{top:.58rem;left:.58rem;padding:.22rem .4rem;font-size:.6rem}.page-stack-home-compact .product-card-compact .favorite-fab{top:.58rem;right:.58rem;width:1.7rem;height:1.7rem;font-size:.88rem}.page-stack-home-compact .product-card-compact .product-body{gap:.42rem;padding:.58rem .62rem .62rem}.page-stack-home-compact .product-card-compact .product-meta-top{gap:.25rem}.page-stack-home-compact .product-card-compact .product-brand{font-size:.68rem}.page-stack-home-compact .product-card-compact .product-category-pill{display:none}.page-stack-home-compact .product-card-compact .product-name{font-size:.8rem;line-height:1.24;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2em}.page-stack-home-compact .product-card-compact .product-rating-row{gap:.28rem;font-size:.65rem}.page-stack-home-compact .product-card-compact .product-price-row strong{font-size:.85rem}.page-stack-home-compact .product-card-compact .product-old-price{font-size:.66rem}.page-stack-home-compact .product-card-compact .product-stock-alert{padding:.18rem .38rem;font-size:.6rem}.page-stack-home-compact .product-card-compact .product-card-actions{flex-direction:row;gap:.35rem}.page-stack-home-compact .product-card-compact .product-add-button,.page-stack-home-compact .product-card-compact .product-detail-link{min-height:1.95rem;padding:.42rem .5rem;font-size:.66rem}.page-stack-categories-refined>.search-shell{width:100%}.page-stack-categories-refined>.search-shell .search-control{min-height:2.75rem;padding:.24rem .28rem .24rem .78rem;gap:.55rem;border-radius:999px;background:#ffffffe6;border:1px solid rgba(148,163,184,.2);box-shadow:0 16px 36px #0f172a14}.page-stack-categories-refined>.search-shell .search-input{font-size:.93rem}.page-stack-categories-refined>.search-shell .search-submit-button{min-width:5.1rem;min-height:2.2rem;padding:.55rem .9rem;font-size:.8rem}}@media(max-width:420px){.page-stack-home-compact .banner-stage-compact{min-height:12.8rem}.page-stack-home-compact .banner-stage-copy-compact{min-height:12.8rem;padding:.85rem .82rem .92rem}.page-stack-home-compact .banner-stage-copy-compact h2{font-size:1.06rem;max-width:11ch}.page-stack-home-compact .banner-stage-copy-compact p{max-width:21ch;font-size:.72rem}.page-stack-home-compact .banner-actions-row .primary-button,.page-stack-home-compact .banner-actions-row .ghost-button{padding:.42rem .58rem;font-size:.66rem}.page-stack-home-compact .product-grid{gap:.5rem}.page-stack-home-compact .product-card-compact .product-body{padding:.52rem .55rem .58rem}.page-stack-home-compact .product-card-compact .product-add-button,.page-stack-home-compact .product-card-compact .product-detail-link{font-size:.62rem;padding-inline:.35rem}.page-stack-categories-refined>.search-shell .search-submit-button{min-width:4.6rem;padding-inline:.72rem}}@media(max-width:700px){.site-footer{margin-top:2rem;padding-top:1.1rem;background:linear-gradient(180deg,#fff9f4f0,#fffffffa)}.site-footer-inner{gap:.75rem;padding-bottom:1rem}.footer-brand-column,.footer-links-column{padding:.95rem .95rem 1rem;border-radius:1.05rem;background:#ffffffe0;border:1px solid rgba(251,146,60,.12);box-shadow:0 10px 24px #0f172a0d}.footer-brand-title{margin-bottom:.4rem;font-size:1.02rem}.footer-copy{max-width:none;font-size:.86rem;line-height:1.55}.footer-heading{margin-bottom:.55rem;font-size:.74rem;letter-spacing:.07em}.footer-link-list,.footer-contact-list{display:flex;flex-wrap:wrap;gap:.45rem}.footer-link-list a,.footer-contact-list a{display:inline-flex;align-items:center;min-height:2rem;padding:.42rem .7rem;border-radius:999px;background:#f8fafcfa;border:1px solid rgba(148,163,184,.14);color:#475569;font-size:.78rem;font-weight:700}.footer-bottom-bar{align-items:center;text-align:center;gap:.35rem;padding:.9rem 0 .35rem;font-size:.74rem;line-height:1.45}.page-stack-categories-refined>.search-shell-header,.page-stack-categories-refined>.search-shell{width:100%}.page-stack-categories-refined>.search-shell-header .search-frame,.page-stack-categories-refined>.search-shell-header .search-control,.page-stack-categories-refined>.search-shell-header .search-control-header{width:100%}}@media(max-width:480px){.site-footer{margin-top:1.6rem;padding-top:.85rem}.footer-brand-column,.footer-links-column{padding:.85rem .82rem .9rem;border-radius:.95rem}.footer-copy{font-size:.82rem}.footer-link-list,.footer-contact-list{gap:.38rem}.footer-link-list a,.footer-contact-list a{min-height:1.9rem;padding:.38rem .62rem;font-size:.75rem}.footer-bottom-bar{font-size:.7rem}}.container{width:min(var(--container-max-width),calc(100% - 2rem));margin-inline:auto}.surface-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--color-shadow)}.text-muted{color:var(--color-text-muted)}.text-soft{color:var(--color-text-soft)}
