:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:oklch(99% .005 145);--foreground:oklch(22% .02 160);--card:oklch(100% 0 0);--card-foreground:oklch(22% .02 160);--popover:oklch(100% 0 0);--popover-foreground:oklch(22% .02 160);--primary:oklch(52% .13 158);--primary-foreground:oklch(99% .01 145);--secondary:oklch(96% .02 155);--secondary-foreground:oklch(30% .05 158);--muted:oklch(96% .01 155);--muted-foreground:oklch(52% .02 160);--accent:oklch(80% .15 78);--accent-foreground:oklch(28% .06 70);--destructive:oklch(57.7% .245 27.325);--success:oklch(58% .14 155);--success-foreground:oklch(99% .01 145);--border:oklch(90% .01 155);--input:oklch(90% .01 155);--ring:oklch(52% .13 158);--chart-1:oklch(52% .13 158);--chart-2:oklch(80% .15 78);--chart-3:oklch(60% .1 200);--chart-4:oklch(70% .14 45);--chart-5:oklch(45% .06 160);--radius:.5rem;--radius-sm:calc(var(--radius) * .6);--radius-md:calc(var(--radius) * .8);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) * 1.4);--radius-2xl:calc(var(--radius) * 1.8);--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-heading:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--max-width:72rem}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:oklch(17% .02 160);--foreground:oklch(96% .01 145);--card:oklch(22% .02 162);--card-foreground:oklch(96% .01 145);--popover:oklch(22% .02 162);--popover-foreground:oklch(96% .01 145);--primary:oklch(65% .14 158);--primary-foreground:oklch(16% .02 160);--secondary:oklch(28% .03 160);--secondary-foreground:oklch(96% .01 145);--muted:oklch(26% .02 160);--muted-foreground:oklch(70% .02 155);--accent:oklch(78% .15 78);--accent-foreground:oklch(20% .04 70);--destructive:oklch(70.4% .191 22.216);--success:oklch(65% .14 155);--success-foreground:oklch(16% .02 160);--border:oklch(100% 0 0/.12);--input:oklch(100% 0 0/.16);--ring:oklch(65% .14 158)}*,:before,:after{box-sizing:border-box}*{border-color:var(--border)}html,body{margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}.container{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.heading-font{font-family:var(--font-heading)}.text-muted{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.text-success{color:var(--success)}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.page-shell{flex-direction:column;min-height:100vh;display:flex}.page-main{flex:1}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.input{border:1px solid var(--input);background-color:var(--background);width:100%;height:2.25rem;color:var(--foreground);border-radius:.5rem;outline:none;padding:0 .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s;display:flex}.input::placeholder{color:var(--muted-foreground)}.input:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--ring) 50%, transparent)}.input:disabled{cursor:not-allowed;opacity:.5}.btn{white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:.5rem;outline:none;flex-shrink:0;justify-content:center;align-items:center;gap:.375rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn:disabled{pointer-events:none;opacity:.5}.btn:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--ring) 50%, transparent)}.btn svg{pointer-events:none;flex-shrink:0}.btn-default{background-color:var(--primary);color:var(--primary-foreground)}.btn-default:hover{background-color:color-mix(in oklch, var(--primary) 85%, transparent)}.btn-outline{border-color:var(--border);background-color:var(--background);color:var(--foreground)}.btn-outline:hover{background-color:var(--muted)}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{background-color:color-mix(in oklch, var(--secondary) 80%, transparent)}.btn-ghost{color:var(--foreground);background-color:#0000}.btn-ghost:hover{background-color:var(--muted)}.btn-destructive{background-color:color-mix(in oklch, var(--destructive) 10%, transparent);color:var(--destructive)}.btn-destructive:hover{background-color:color-mix(in oklch, var(--destructive) 20%, transparent)}.btn-link{color:var(--primary);text-underline-offset:4px;background:0 0}.btn-link:hover{text-decoration:underline}.btn-default{height:2rem;padding:0 .75rem}.btn-sm{height:1.75rem;padding:0 .65rem;font-size:.8rem}.btn-lg{height:2.5rem;padding:0 1rem}.btn-icon{width:2rem;height:2rem;padding:0}.site-header{z-index:40;border-bottom:1px solid var(--border);background-color:color-mix(in oklch, var(--background) 95%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0}.site-header-row{align-items:center;gap:1rem;padding-top:.75rem;padding-bottom:.75rem;display:flex}.site-header-logo{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.site-header-logo-mark{background-color:var(--primary);width:2rem;height:2rem;color:var(--primary-foreground);border-radius:.5rem;justify-content:center;align-items:center;display:flex}.site-header-logo-text{letter-spacing:-.01em;font-size:1.125rem;font-weight:700}.site-header-search{flex:1;position:relative}.site-header-search-icon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.site-header-search-input{padding-left:2.25rem}.site-header-search-btn{display:none}.site-header-nav{align-items:center;gap:.25rem;padding-bottom:.5rem;display:none}.site-header-location{color:var(--muted-foreground);align-items:center;gap:.25rem;margin-right:.25rem;font-size:.75rem;display:flex}.site-header-nav-link{color:color-mix(in oklch, var(--foreground) 80%, transparent);border-radius:.375rem;padding:.25rem .75rem;font-size:.875rem;transition:background-color .15s,color .15s}.site-header-nav-link:hover{background-color:var(--secondary);color:var(--foreground)}@media (width>=640px){.site-header-search-btn{display:inline-flex}}@media (width>=768px){.site-header-nav{display:flex}}.site-header-merchant-link{color:var(--ink);white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.site-header-merchant-link:hover{color:var(--primary)}.site-footer{border-top:1px solid var(--border);background-color:color-mix(in oklch, var(--secondary) 40%, transparent);margin-top:4rem}.site-footer-grid{grid-template-columns:1fr;gap:2rem;padding-top:2.5rem;padding-bottom:2.5rem;display:grid}.site-footer-brand{grid-column:span 2/span 2}.site-footer-logo{align-items:center;gap:.5rem;display:flex}.site-footer-logo-mark{background-color:var(--primary);width:2rem;height:2rem;color:var(--primary-foreground);border-radius:.5rem;justify-content:center;align-items:center;display:flex}.site-footer-logo-text{font-size:1.125rem;font-weight:700}.site-footer-blurb{color:var(--muted-foreground);margin-top:.75rem;font-size:.875rem;line-height:1.6}.site-footer-heading{margin-bottom:.75rem;font-size:.875rem;font-weight:600}.site-footer-list{color:var(--muted-foreground);flex-direction:column;gap:.5rem;font-size:.875rem;display:flex}.site-footer-link{transition:color .15s}.site-footer-link:hover{color:var(--foreground)}.site-footer-bottom{border-top:1px solid var(--border)}.site-footer-copyright{color:var(--muted-foreground);padding-top:1rem;padding-bottom:1rem;font-size:.75rem}@media (width>=640px){.site-footer-grid{grid-template-columns:repeat(2,1fr)}.site-footer-brand{grid-column:span 2/span 2}}@media (width>=768px){.site-footer-grid{grid-template-columns:repeat(4,1fr)}.site-footer-brand{grid-column:span 1/span 1}}.card{background-color:var(--card);color:var(--card-foreground);box-shadow:0 0 0 1px color-mix(in oklch, var(--foreground) 10%, transparent);border-radius:.75rem;flex-direction:column;gap:1rem;font-size:.875rem;display:flex;overflow:hidden}.badge{white-space:nowrap;border:1px solid #0000;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;width:fit-content;height:1.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge svg{pointer-events:none;width:.75rem;height:.75rem}.badge-default{background-color:var(--primary);color:var(--primary-foreground)}.badge-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.badge-outline{border-color:var(--border);color:var(--foreground);background-color:#0000}.badge-destructive{background-color:color-mix(in oklch, var(--destructive) 10%, transparent);color:var(--destructive)}.product-card-link{display:block}.product-card{gap:0;height:100%;padding:0;transition:box-shadow .2s}.product-card-link:hover .product-card{box-shadow:0 10px 25px -10px color-mix(in oklch, var(--primary) 20%, transparent)}.product-card-image-wrap{aspect-ratio:1;background-color:#fff;position:relative;overflow:hidden}.product-card-image{object-fit:contain;width:100%;height:100%;padding:1rem;transition:transform .3s}.product-card-link:hover .product-card-image{transform:scale(1.05)}.product-card-badge-trending{background-color:var(--accent);color:var(--accent-foreground);gap:.25rem;position:absolute;top:.5rem;left:.5rem}.product-card-badge-save{color:var(--success);position:absolute;top:.5rem;right:.5rem}.product-card-body{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.product-card-brand{text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground);font-size:.75rem;font-weight:500}.product-card-name{color:var(--card-foreground);font-size:.875rem;font-weight:600;line-height:1.35}.product-card-rating{align-items:center;gap:.375rem;display:flex}.product-card-reviews{color:var(--muted-foreground);font-size:.75rem}.product-card-price-block{margin-top:.25rem}.product-card-shop{color:var(--muted-foreground);font-size:.75rem}.product-card-price{color:var(--primary);font-size:1.125rem;font-weight:700}.product-card-compare{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.75rem;display:flex}.home-search-form{gap:.5rem;display:flex}.home-search-input-wrap{flex:1;position:relative}.home-search-icon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.home-search-input{height:3rem;padding-left:2.5rem;font-size:1rem}.home-search-btn{height:3rem;padding-left:1.5rem;padding-right:1.5rem}.home-search-suggestions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.home-search-suggestions-label{color:var(--muted-foreground);font-size:.75rem}.home-search-chip{border:1px solid var(--border);background-color:var(--background);color:color-mix(in oklch, var(--foreground) 80%, transparent);cursor:pointer;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;transition:border-color .15s,color .15s}.home-search-chip:hover{border-color:var(--primary);color:var(--primary)}.home-hero{border-bottom:1px solid var(--border);background-color:color-mix(in oklch, var(--secondary) 30%, transparent)}.home-hero-inner{text-align:center;padding-top:3.5rem;padding-bottom:3.5rem}.home-hero-badge{border:1px solid var(--border);background-color:var(--background);color:var(--muted-foreground);border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.home-hero-title{letter-spacing:-.02em;max-width:48rem;margin:1.25rem auto 0;font-size:1.875rem;font-weight:700;line-height:1.15}.home-hero-subtitle{max-width:36rem;color:var(--muted-foreground);margin:1rem auto 0;font-size:1rem;line-height:1.6}.home-hero-search{max-width:36rem;margin:1.75rem auto 0}.home-hero-highlights{color:var(--muted-foreground);flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem 1.5rem;margin-top:1.25rem;font-size:.875rem;display:flex}.home-hero-highlight{align-items:center;gap:.375rem;display:flex}.home-section{padding-top:2.5rem;padding-bottom:2.5rem}.home-section-tight{padding-top:1.5rem;padding-bottom:1.5rem}.home-section-title{font-size:1.25rem;font-weight:700}.home-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.25rem;display:flex}.home-section-subtitle{color:var(--muted-foreground);font-size:.875rem}.home-view-all{color:var(--primary);font-size:.875rem;font-weight:500}.home-view-all:hover{text-decoration:underline}.home-categories-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.25rem;display:grid}.home-category-card{border:1px solid var(--border);background-color:var(--card);text-align:center;border-radius:.5rem;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;transition:border-color .15s,background-color .15s;display:flex}.home-category-card:hover{border-color:var(--primary);background-color:color-mix(in oklch, var(--secondary) 50%, transparent)}.home-category-icon{background-color:color-mix(in oklch, var(--primary) 10%, transparent);width:3rem;height:3rem;color:var(--primary);border-radius:9999px;justify-content:center;align-items:center;display:flex}.home-category-name{font-size:.875rem;font-weight:500}.home-category-count{color:var(--muted-foreground);font-size:.75rem}.home-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.home-products-grid-wide{grid-template-columns:repeat(2,1fr)}@media (width>=640px){.home-hero-title{font-size:3rem}.home-categories-grid,.home-products-grid,.home-products-grid-wide{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.home-categories-grid{grid-template-columns:repeat(5,1fr)}}@media (width>=1024px){.home-products-grid{grid-template-columns:repeat(4,1fr)}.home-products-grid-wide{grid-template-columns:repeat(5,1fr)}}.checkbox{border:1px solid var(--input);background-color:var(--background);cursor:pointer;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;padding:0;transition:background-color .15s,border-color .15s;display:inline-flex}.checkbox:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklch, var(--ring) 50%, transparent)}.checkbox[data-checked]{background-color:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.checkbox-icon{display:block}.product-listing{padding-top:2rem;padding-bottom:2rem}.product-listing-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem;margin-bottom:1.5rem;display:flex}.product-listing-heading{font-size:1.5rem;font-weight:700}.product-listing-subheading{color:var(--muted-foreground);font-size:.875rem}.product-listing-controls{align-items:center;gap:.5rem;display:flex}.product-listing-filter-toggle{gap:.375rem;display:inline-flex}.product-listing-sort{border:1px solid var(--input);background-color:var(--background);width:170px;height:2.25rem;color:var(--foreground);border-radius:.5rem;padding:0 .75rem;font-family:inherit;font-size:.875rem}.product-listing-layout{gap:2rem;display:flex}.product-listing-sidebar{flex-shrink:0;width:14rem;display:none}.product-listing-sidebar-inner{border:1px solid var(--border);background-color:var(--card);border-radius:.5rem;padding:1.25rem;position:sticky;top:8rem}.product-listing-mobile-filters{border:1px solid var(--border);background-color:var(--card);border-radius:.5rem;width:100%;margin-bottom:1rem;padding:1.25rem}.product-listing-filters{flex-direction:column;gap:1.5rem;display:flex}.product-listing-filter-title{margin-bottom:.75rem;font-size:.875rem;font-weight:600}.product-listing-filter-options{flex-direction:column;gap:.625rem;display:flex}.product-listing-filter-option{cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.product-listing-filter-option-name{flex:1}.product-listing-filter-option-count{color:var(--muted-foreground);font-size:.75rem}.product-listing-clear-btn{color:var(--muted-foreground);gap:.25rem;display:inline-flex}.product-listing-results{flex:1}.product-listing-empty{border:1px dashed var(--border);text-align:center;border-radius:.5rem;padding:3rem}.product-listing-empty-title{font-weight:500}.product-listing-empty-subtitle{color:var(--muted-foreground);margin-top:.25rem;font-size:.875rem}.product-listing-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=640px){.product-listing-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.product-listing-sidebar{display:block}.product-listing-filter-toggle,.product-listing-mobile-filters{display:none}}@media (width>=1024px){.product-listing-grid{grid-template-columns:repeat(4,1fr)}}.star-rating{align-items:center;gap:.125rem;display:flex}.star-rating-item{display:inline-block;position:relative}.star-rating-track{color:color-mix(in oklch, var(--muted-foreground) 30%, transparent);position:absolute;inset:0}.star-rating-fill{position:absolute;inset:0;overflow:hidden}.star-rating-icon{color:var(--accent);fill:var(--accent)}.offer-table{border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.offer-table-head{border-bottom:1px solid var(--border);background-color:color-mix(in oklch, var(--secondary) 50%, transparent);text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground);grid-template-columns:1.5fr 1fr 1fr auto;gap:1rem;padding:.75rem 1rem;font-size:.75rem;font-weight:600;display:none}.offer-table-head-action{text-align:right}.offer-table-list{flex-direction:column;display:flex}.offer-table-list>li+li{border-top:1px solid var(--border)}.offer-table-row{grid-template-columns:1fr;gap:.75rem;padding:1rem;display:grid}.offer-table-row-best{background-color:color-mix(in oklch, var(--primary) 5%, transparent)}.offer-table-shop{align-items:flex-start;gap:.75rem;display:flex}.offer-table-shop-avatar{background-color:var(--secondary);width:2.25rem;height:2.25rem;color:var(--secondary-foreground);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.offer-table-shop-details{min-width:0}.offer-table-shop-name-row{align-items:center;gap:.375rem;display:flex}.offer-table-shop-name{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}.offer-table-shop-verified{color:var(--success);flex-shrink:0}.offer-table-shop-rating-row{align-items:center;gap:.375rem;display:flex}.offer-table-shop-rating-value{color:var(--muted-foreground);font-size:.75rem}.offer-table-shop-location{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.75rem;display:flex}.offer-table-delivery{font-size:.875rem}.offer-table-delivery-row{color:var(--muted-foreground);align-items:center;gap:.375rem;display:flex}.offer-table-delivery-free{color:var(--success);font-weight:500}.offer-table-delivery-days{color:var(--muted-foreground);font-size:.75rem}.offer-table-delivery-badge-row{margin-top:.25rem;display:block}.offer-table-refurbished-badge{font-size:.75rem}.offer-table-price-row{align-items:center;gap:.5rem;display:flex}.offer-table-price{color:var(--foreground);font-size:1.125rem;font-weight:700}.offer-table-best-badge{background-color:var(--success);color:var(--success-foreground);gap:.25rem}.offer-table-total{color:var(--muted-foreground);font-size:.75rem}.offer-table-in-stock{color:var(--success)}.offer-table-out-of-stock{color:var(--destructive)}.offer-table-action-btn{gap:.375rem;width:100%}@media (width>=768px){.offer-table-head{display:grid}.offer-table-row{grid-template-columns:1.5fr 1fr 1fr auto;align-items:center;gap:1rem}.offer-table-action{text-align:right}.offer-table-action-btn{width:auto}}.product-page{padding-top:1.5rem;padding-bottom:1.5rem}.product-page-breadcrumb{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:1.25rem;font-size:.875rem;display:flex}.product-page-breadcrumb-link:hover,.product-page-breadcrumb-current{color:var(--foreground)}.product-page-top{gap:2rem;display:grid}.product-page-image-card{aspect-ratio:1;background-color:#fff;padding:0;position:relative;overflow:hidden}.product-page-image{object-fit:contain;width:100%;height:100%;padding:1.5rem}.product-page-trending-badge{background-color:var(--accent);color:var(--accent-foreground);gap:.25rem;position:absolute;top:.75rem;left:.75rem}.product-page-brand{text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground);font-size:.875rem;font-weight:500}.product-page-title{letter-spacing:-.01em;margin-top:.25rem;font-size:1.5rem;font-weight:700;line-height:1.25}.product-page-rating-row{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.product-page-rating-value{font-size:.875rem;font-weight:500}.product-page-reviews{color:var(--muted-foreground);font-size:.875rem}.product-page-price-card{margin-top:1.25rem;padding:1.25rem}.product-page-price-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem;display:flex}.product-page-price-label{color:var(--muted-foreground);font-size:.875rem}.product-page-price-value{color:var(--primary);font-size:1.875rem;font-weight:700}.product-page-price-range{color:var(--muted-foreground);font-size:.875rem}.product-page-savings{background-color:color-mix(in oklch, var(--success) 10%, transparent);text-align:right;border-radius:.375rem;padding:.5rem .75rem}.product-page-savings-amount{color:var(--success);align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;display:flex}.product-page-savings-note{color:var(--muted-foreground);font-size:.75rem}.product-page-price-meta{border-top:1px solid var(--border);color:var(--muted-foreground);flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem;font-size:.875rem;display:flex}.product-page-price-meta-item{align-items:center;gap:.375rem;display:flex}.product-page-specs{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.25rem;display:grid}.product-page-spec{border:1px solid var(--border);background-color:var(--card);border-radius:.375rem;padding:.75rem}.product-page-spec-label{color:var(--muted-foreground);font-size:.75rem}.product-page-spec-value{font-size:.875rem;font-weight:500}.product-page-section{margin-top:3rem}.product-page-section-title{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.product-page-section-subtitle{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem}.product-page-chart-card{padding:1.25rem}.product-page-related-title{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.product-page-related-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=640px){.product-page-specs,.product-page-related-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.product-page-top{grid-template-columns:420px 1fr}.product-page-related-grid{grid-template-columns:repeat(5,1fr)}}.login-page{background:#f7f4f1;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{border:1px solid var(--line);background:#fff;border-radius:16px;width:min(420px,100%);padding:34px;box-shadow:0 20px 60px #2f2a2614}.login-brand{color:#302f36;align-items:center;gap:8px;margin-bottom:30px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.login-brand span{background:var(--accent);color:#fff;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.login-brand>span:last-child{color:var(--accent)}.login-card h1{margin:0;font-size:28px}.login-card>p{color:var(--muted);line-height:1.5}.login-card form{gap:16px;margin-top:24px;display:grid}.login-card label{gap:7px;font-size:12px;font-weight:700;display:grid}.login-card input{border:1px solid var(--line);font:inherit;border-radius:8px;outline:none;padding:12px}.login-card input:focus{border-color:var(--accent)}.login-card button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:12px;font-weight:800}.login-card button:disabled{opacity:.6}.login-error{color:#a84837;background:#fff0ed;border:1px solid #f1c8bf;border-radius:8px;padding:10px;font-size:12px}.login-back{color:var(--accent);margin-top:20px;font-size:13px;text-decoration:none;display:block}.merchant-app{--m-bg:#faf8f6;--m-line:#e8e2dd;--m-ink:#2e2b2a;--m-muted:#7d7772;--m-accent:#c96f4a;background:var(--m-bg);min-height:100vh;color:var(--m-ink);display:flex}.merchant-sidebar-wrap{flex:0 0 246px;width:246px}.merchant-sidebar{border-right:1px solid var(--m-line);background:#fff;flex-direction:column;height:100vh;padding:24px 15px;display:flex;position:sticky;top:0}.merchant-brand{color:var(--m-ink);align-items:center;gap:10px;padding:0 9px 24px;font-size:21px;text-decoration:none;display:flex}.merchant-brand span{background:var(--m-accent);color:#fff;border-radius:8px;place-items:center;width:30px;height:30px;font-size:10px;font-weight:900;display:grid}.merchant-shop-card{background:#fcf6f2;border:1px solid #f0e5de;border-radius:9px;align-items:center;gap:9px;margin-bottom:18px;padding:11px;display:flex}.merchant-shop-avatar{color:#9e573e;background:#f1d1c2;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.merchant-shop-card div:nth-child(2){min-width:0}.merchant-shop-card strong,.merchant-shop-card small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.merchant-shop-card strong{font-size:11px}.merchant-shop-card small{color:var(--m-muted);text-transform:capitalize;margin-top:3px;font-size:10px}.merchant-nav{gap:4px;display:grid}.merchant-nav-item{color:#827c78;border-radius:7px;align-items:center;gap:11px;padding:10px 11px;font-size:13px;text-decoration:none;display:flex}.merchant-nav-item:hover,.merchant-nav-item.active{color:#a65438;background:#fbefe9}.merchant-nav-item.active{box-shadow:inset 3px 0 var(--m-accent)}.merchant-sidebar-bottom{gap:14px;margin-top:auto;display:grid}.merchant-storefront-link{border-top:1px solid var(--m-line);color:var(--m-accent);align-items:center;gap:8px;padding:16px 8px 3px;font-size:12px;text-decoration:none;display:flex}.merchant-user-card{border-top:1px solid var(--m-line);align-items:center;gap:9px;padding:15px 7px 0;display:flex}.merchant-avatar{color:#95523c;background:#f0d1c2;border-radius:50%;place-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:grid}.merchant-user-card div{flex:1;min-width:0}.merchant-user-card strong,.merchant-user-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.merchant-user-card strong{font-size:11px}.merchant-user-card small{color:var(--m-muted);margin-top:3px;font-size:10px}.merchant-user-card button,.merchant-top-actions button,.merchant-row-actions button,.merchant-icon-btn{color:var(--m-muted);cursor:pointer;background:0 0;border:0}.merchant-content{flex:1;min-width:0}.merchant-topbar{border-bottom:1px solid var(--m-line);background:#fff;justify-content:space-between;align-items:center;height:68px;padding:0 32px;display:flex}.merchant-topbar>div:first-of-type{align-items:center;gap:8px;display:flex}.merchant-breadcrumb{color:#a49d98;font-size:11px}.merchant-topbar strong{font-size:13px}.merchant-top-actions{gap:7px;display:flex}.merchant-top-actions button{border:1px solid var(--m-line);background:#fff;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.merchant-mobile-menu{background:0 0;border:0;display:none}.merchant-page{max-width:1500px;margin:auto;padding:30px 34px}.merchant-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:25px;display:flex}.merchant-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--m-accent);margin-bottom:6px;font-size:10px;font-weight:800;display:block}.merchant-heading h1{letter-spacing:-.04em;margin:0;font-size:30px}.merchant-heading p{color:var(--m-muted);margin:7px 0 0;font-size:13px}.merchant-btn{border:1px solid var(--m-line);font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:10px 14px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.merchant-btn.primary{background:var(--m-accent);border-color:var(--m-accent);color:#fff}.merchant-btn.ghost{color:var(--m-ink);background:#fff}.merchant-btn:disabled{opacity:.6;cursor:not-allowed}.merchant-metrics{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:18px;display:grid}.merchant-metric{border:1px solid var(--m-line);background:#fff;border-radius:10px;padding:17px}.merchant-metric span,.merchant-metric small{color:var(--m-muted);display:block}.merchant-metric span{font-size:11px;font-weight:800}.merchant-metric strong{letter-spacing:-.04em;margin:13px 0 5px;font-size:25px;display:block}.merchant-metric small{font-size:10px}.merchant-dashboard-grid{grid-template-columns:1.65fr 1fr;gap:18px;display:grid}.merchant-panel{border:1px solid var(--m-line);background:#fff;border-radius:10px;margin-bottom:18px;overflow:hidden}.merchant-panel-head{justify-content:space-between;align-items:flex-start;padding:19px 20px;display:flex}.merchant-panel-head h2,.merchant-panel>h2{margin:0;font-size:15px}.merchant-panel-head p{color:var(--m-muted);margin:5px 0 0;font-size:11px}.merchant-panel-head>a{color:var(--m-accent);align-items:center;gap:5px;font-size:11px;font-weight:800;text-decoration:none;display:flex}.merchant-table-wrap{overflow:auto}.merchant-table{border-collapse:collapse;width:100%;min-width:650px}.merchant-table th{text-align:left;border-top:1px solid var(--m-line);border-bottom:1px solid var(--m-line);letter-spacing:.08em;color:#9c958f;background:#fdfbf9;padding:10px 18px;font-size:9px}.merchant-table td{vertical-align:middle;border-bottom:1px solid #f0ece9;padding:12px 18px;font-size:12px}.merchant-table tbody tr:last-child td{border-bottom:0}.merchant-table td strong,.merchant-table td small{display:block}.merchant-table td small{color:var(--m-muted);margin-top:4px;font-size:10px}.merchant-product-cell{align-items:center;gap:10px;display:flex}.merchant-product-cell img{object-fit:contain;background:#fff;border:1px solid #eee8e4;border-radius:7px;width:38px;height:38px}.merchant-status{color:#766f6a;text-transform:capitalize;background:#f3efec;border-radius:5px;padding:4px 7px;font-size:9px;font-weight:800;display:inline-flex}.merchant-status.active,.merchant-status.published,.merchant-status.healthy,.merchant-status.stock-good{color:#2b7a5e;background:#e4f4ec}.merchant-status.draft,.merchant-status.low,.merchant-status.stock-low{color:#a56d1e;background:#fff0d9}.merchant-status.archived{color:#9b4545;background:#f8e7e7}.merchant-row-actions{gap:8px;display:flex}.merchant-row-actions button{padding:5px}.merchant-row-actions button:hover{color:var(--m-accent)}.merchant-error{color:#a74836;background:#fff0ed;border:1px solid #efc8bf;border-radius:8px;margin-bottom:15px;padding:11px 13px;font-size:12px}.merchant-good{color:#2b775d;background:#edf8f2;border:1px solid #cfe9dc;border-radius:8px;margin:15px;padding:11px 13px;font-size:12px}.merchant-alert,.merchant-quick{border-top:1px solid #f0ece9;align-items:center;gap:10px;padding:14px 18px;display:flex}.merchant-alert>svg{color:#b77722}.merchant-alert div,.merchant-quick div{flex:1}.merchant-alert strong,.merchant-alert span,.merchant-quick strong,.merchant-quick span{display:block}.merchant-alert span,.merchant-quick span{color:var(--m-muted);margin-top:4px;font-size:10px}.merchant-alert a,.merchant-quick a{color:var(--m-accent);font-size:11px;font-weight:800;text-decoration:none}.merchant-quick>svg{color:var(--m-accent)}.merchant-value{border-top:1px solid #f0ece9;justify-content:space-between;padding:15px 18px;display:flex}.merchant-value span{color:var(--m-muted);font-size:11px}.merchant-value strong{font-size:13px}.merchant-empty{text-align:center;min-height:220px;color:var(--m-muted);border:1px dashed var(--m-line);background:#fff;border-radius:10px;place-items:center;padding:30px;display:grid}.merchant-empty h3{color:var(--m-ink);margin:8px 0 3px;font-size:16px}.merchant-empty p{max-width:430px;margin:0 0 15px;font-size:12px;line-height:1.5}.merchant-empty.compact{border:0;min-height:150px}.merchant-state{text-align:center;color:var(--m-muted);padding:40px}.merchant-count-pill{color:#a56d1e;background:#fff0d9;border-radius:7px;padding:9px 12px;font-size:11px;font-weight:800}.merchant-saving{color:#2b7a5e;align-items:center;gap:4px;font-weight:800;display:inline-flex}.merchant-table a{color:var(--m-accent);margin-left:7px;display:inline-flex}.merchant-form-panel{padding:20px}.merchant-form-panel>h2{margin-bottom:18px}.merchant-form{gap:16px;display:grid}.merchant-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.merchant-form label{gap:6px;font-size:11px;font-weight:800;display:grid}.merchant-form label.full{grid-column:1/-1}.merchant-form input,.merchant-form select,.merchant-form textarea{border:1px solid var(--m-line);font:inherit;background:#fff;border-radius:7px;outline:none;padding:10px 11px;font-size:12px}.merchant-form textarea{resize:vertical}.merchant-form input:focus,.merchant-form select:focus,.merchant-form textarea:focus{border-color:var(--m-accent)}.merchant-checkbox{align-items:center;gap:7px;font-weight:600!important;display:flex!important}.merchant-form-actions{justify-content:flex-end;gap:8px;display:flex}.stock-input{border:1px solid var(--m-line);width:90px;font:inherit;border-radius:6px;padding:7px}.merchant-icon-btn{border:1px solid var(--m-line);border-radius:6px;place-items:center;width:31px;height:31px;display:grid}.merchant-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.merchant-shop-tile{border:1px solid var(--m-line);background:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;min-height:190px;padding:19px;display:flex}.merchant-shop-tile.selected{border-color:#e2ad98;box-shadow:0 0 0 2px #f8e9e2}.merchant-shop-tile h2{margin:12px 0 6px;font-size:17px}.merchant-shop-tile p{color:var(--m-muted);min-height:34px;font-size:11px;line-height:1.5}.merchant-shop-tile small{color:var(--m-muted);font-size:10px}.merchant-shop-actions{gap:7px;margin-top:18px;display:flex}.route-loading{color:#777;place-items:center;min-height:100vh;font:14px Arial,sans-serif;display:grid}@media (width<=1000px){.merchant-sidebar-wrap{flex-basis:210px;width:210px}.merchant-page{padding:24px}.merchant-metrics{grid-template-columns:repeat(2,1fr)}.merchant-dashboard-grid,.merchant-shop-grid{grid-template-columns:1fr}}@media (width<=700px){.merchant-sidebar-wrap{z-index:20;background:#0003;width:auto;display:none;position:fixed;inset:0}.merchant-sidebar-wrap.open{display:block}.merchant-sidebar-wrap.open>div{background:#fff;width:246px;height:100%}.merchant-sidebar{width:246px;height:100%;position:static}.merchant-mobile-menu{display:block}.merchant-topbar{padding:0 15px}.merchant-page{padding:20px 15px}.merchant-heading{flex-direction:column;align-items:flex-start}.merchant-heading h1{font-size:25px}.merchant-form-grid{grid-template-columns:1fr}.merchant-form label.full{grid-column:auto}.merchant-metrics{gap:8px}.merchant-metric{padding:13px}.merchant-metric strong{font-size:21px}.merchant-top-actions{margin-left:auto}}
