.products-page{gap:var(--jdsc-space-6);display:grid}.products-hero{justify-content:space-between;align-items:flex-end;gap:var(--jdsc-space-5);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-lg);padding:var(--jdsc-space-6);background:linear-gradient(135deg, #ff4f1814, transparent 46%), var(--color-surface);box-shadow:var(--jdsc-shadow-1);display:flex}.products-hero>div{gap:var(--jdsc-space-2);max-width:680px;display:grid}.products-hero span{color:var(--color-brand);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black)}.products-hero h1{color:var(--color-text-strong);font-size:var(--jdsc-fs-h1);font-weight:var(--jdsc-fw-extra);line-height:var(--jdsc-lh-h1);margin:0}.products-hero p{max-width:620px;color:var(--color-text-muted);font-size:var(--jdsc-fs-body);font-weight:var(--jdsc-fw-semibold);line-height:var(--jdsc-lh-body);margin:0}.products-hero-link{justify-content:center;align-items:center;gap:var(--jdsc-space-2);border-radius:var(--jdsc-radius-md);min-height:42px;padding:0 var(--jdsc-space-4);color:var(--color-surface);background:var(--color-brand);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);flex-shrink:0;display:inline-flex}.products-search{border:2px solid var(--color-brand);border-radius:var(--jdsc-radius-lg);background:var(--color-surface);grid-template-columns:minmax(0,1fr) 96px;min-height:56px;display:grid;overflow:hidden}.products-search label{align-items:center;gap:var(--jdsc-space-3);min-width:0;padding:0 var(--jdsc-space-5);display:flex}.products-search label svg{color:var(--color-text-placeholder);flex:none}.products-search input[type=search]{width:100%;min-width:0;color:var(--color-text-strong);font-size:var(--jdsc-fs-body);font-weight:var(--jdsc-fw-semibold);background:0 0;border:0;outline:0}.products-search input::placeholder{color:var(--color-text-placeholder)}.products-search button{color:var(--color-surface);background:var(--color-brand);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);border:0}.products-category-tabs{gap:var(--jdsc-space-2);min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.products-category-tabs a{justify-content:center;align-items:center;gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-pill);min-height:36px;padding:0 var(--jdsc-space-3);color:var(--color-text-strong);background:var(--color-surface);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);white-space:nowrap;flex:none;display:inline-flex}.products-category-tabs a[aria-current=page]{border-color:var(--color-text-strong);color:var(--color-surface);background:var(--color-text-strong)}.products-category-tabs span{color:currentColor;font-size:var(--jdsc-fs-xs);opacity:.72}.products-result-section{gap:var(--jdsc-space-4);display:grid}.products-result-head{justify-content:space-between;align-items:flex-end;gap:var(--jdsc-space-4);display:flex}.products-result-head>div{gap:var(--jdsc-space-1);display:grid}.products-result-head h2{color:var(--color-text-strong);font-size:var(--jdsc-fs-h2);font-weight:var(--jdsc-fw-extra);line-height:var(--jdsc-lh-h2);margin:0}.products-result-head p{color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-semibold);margin:0}.products-result-head>span{color:var(--color-text-subtle);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);flex-shrink:0}.products-grid{gap:var(--jdsc-space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.products-card{border:1px solid var(--color-border);border-radius:var(--jdsc-radius-lg);background:var(--color-surface);min-width:0;box-shadow:var(--jdsc-shadow-1);grid-template-rows:auto 1fr auto;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;overflow:hidden}.products-card:hover{border-color:var(--color-brand);box-shadow:var(--jdsc-shadow-3);transform:translateY(-1px)}.products-card-image{aspect-ratio:1;border-bottom:1px solid var(--color-border-soft);background:linear-gradient(135deg, #ff4f1814, transparent), var(--color-panel);place-items:center;display:grid;overflow:hidden}.products-card-image img{object-fit:contain;opacity:0;width:100%;height:100%;padding:var(--jdsc-space-4);transition:opacity .2s,transform .3s;display:block;transform:scale(.985)}.products-card-image img.is-loaded{opacity:1;transform:scale(1)}.products-card-fallback{place-items:center;gap:var(--jdsc-space-2);color:var(--color-brand);text-align:center;display:grid}.products-card-fallback span{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black)}.products-card-copy{align-content:start;gap:var(--jdsc-space-2);min-width:0;padding:var(--jdsc-space-4);display:grid}.products-card-meta{align-items:center;gap:var(--jdsc-space-1);min-width:0;display:flex}.products-card-meta>span{min-width:0;color:var(--color-text-subtle);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.products-card-meta em{border-radius:var(--jdsc-radius-sm);color:var(--color-brand);background:var(--color-brand-soft);font-size:var(--jdsc-fs-xs);font-style:normal;font-weight:var(--jdsc-fw-black);flex:none;padding:3px 6px;line-height:1}.products-card h2{color:var(--color-text-strong);font-size:var(--jdsc-fs-body);font-weight:var(--jdsc-fw-extra);margin:0;line-height:1.4}.products-card h2 a{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.products-card p{color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-semibold);line-height:var(--jdsc-lh-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.products-card-info{gap:var(--jdsc-space-3);border-top:1px solid var(--color-border-soft);padding:var(--jdsc-space-4);display:grid}.products-card-info div{gap:3px;display:grid}.products-card-info strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-h3);font-weight:var(--jdsc-fw-extra);line-height:var(--jdsc-lh-h3)}.products-card-info span{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-bold)}.products-card-store-link{justify-content:center;align-items:center;gap:var(--jdsc-space-1);border-radius:var(--jdsc-radius-md);min-height:36px;color:var(--color-surface);background:var(--color-brand);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);display:inline-flex}.products-empty{align-content:center;place-items:center;gap:var(--jdsc-space-2);border:1px dashed var(--color-border);border-radius:var(--jdsc-radius-lg);min-height:260px;color:var(--color-text-muted);background:var(--color-panel);text-align:center;display:grid}.products-empty svg{color:var(--color-brand)}.products-empty strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-body);font-weight:var(--jdsc-fw-bold)}.products-empty span{color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-semibold)}.products-detail-page{gap:var(--jdsc-space-8);display:grid}.products-detail-hero{gap:var(--jdsc-space-6);grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);align-items:stretch;display:grid}.products-detail-image{border:1px solid var(--color-border);border-radius:var(--jdsc-radius-lg);background:linear-gradient(135deg, #ff4f1814, transparent), var(--color-panel);place-items:center;min-height:420px;display:grid;overflow:hidden}.products-detail-image img{object-fit:contain;opacity:0;width:100%;height:100%;padding:var(--jdsc-space-6);transition:opacity .2s,transform .3s;display:block;transform:scale(.985)}.products-detail-image img.is-loaded{opacity:1;transform:scale(1)}.products-detail-image-list{gap:var(--jdsc-space-3);display:grid}.products-detail-image-list figure{border:1px solid var(--color-border);border-radius:var(--jdsc-radius-lg);background:var(--color-panel);margin:0;display:grid;overflow:hidden}.products-detail-image-list img{opacity:0;width:100%;height:auto;transition:opacity .2s;display:block}.products-detail-image-list img.is-loaded{opacity:1}.products-detail-copy{align-content:center;gap:var(--jdsc-space-4);min-width:0;display:grid}.products-detail-back{align-items:center;gap:var(--jdsc-space-1);width:fit-content;color:var(--color-text-subtle);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);display:inline-flex}.products-detail-copy h1{color:var(--color-text-strong);font-size:var(--jdsc-fs-h1);font-weight:var(--jdsc-fw-extra);line-height:var(--jdsc-lh-h1);margin:0}.products-detail-copy p{max-width:620px;color:var(--color-text-muted);font-size:var(--jdsc-fs-body);font-weight:var(--jdsc-fw-semibold);line-height:var(--jdsc-lh-body);margin:0}.products-detail-stats{gap:var(--jdsc-space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.products-detail-stats div{gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-md);padding:var(--jdsc-space-4);background:var(--color-surface);display:grid}.products-detail-stats strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-h3);font-weight:var(--jdsc-fw-extra);line-height:var(--jdsc-lh-h3)}.products-detail-stats span{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black)}.products-detail-actions{gap:var(--jdsc-space-2);flex-wrap:wrap;display:flex}.products-detail-actions a,.products-detail-location-button{justify-content:center;align-items:center;gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-md);min-height:40px;padding:0 var(--jdsc-space-4);color:var(--color-text-strong);background:var(--color-surface);font:inherit;font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);display:inline-flex}.products-detail-actions a.primary,.products-detail-location-button{border-color:var(--color-brand);color:var(--color-surface);background:var(--color-brand)}.products-detail-location-button:disabled{cursor:progress;opacity:.72}.products-detail-section{gap:var(--jdsc-space-4);min-width:0;display:grid}.products-detail-section-head{justify-content:space-between;align-items:flex-end;gap:var(--jdsc-space-4);display:flex}.products-detail-section-head>div{gap:var(--jdsc-space-1);min-width:0;display:grid}.products-detail-section-head h2{color:var(--color-text-strong);font-size:var(--jdsc-fs-h2);font-weight:var(--jdsc-fw-extra);line-height:var(--jdsc-lh-h2);margin:0}.products-detail-section-head p{color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-semibold);margin:0}.products-detail-section-head>a{color:var(--color-text-subtle);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);flex-shrink:0}.products-detail-tab-shell{gap:var(--jdsc-space-4);min-width:0;display:grid}.products-detail-tabs{z-index:12;gap:var(--jdsc-space-2);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-lg);min-width:0;padding:var(--jdsc-space-2);background:color-mix(in srgb, var(--color-surface) 94%, transparent);box-shadow:var(--jdsc-shadow-1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scrollbar-width:none;display:flex;position:sticky;top:90px;overflow-x:auto}.products-detail-tabs::-webkit-scrollbar{display:none}.products-detail-tabs button{justify-content:center;align-items:center;gap:var(--jdsc-space-2);border-radius:var(--jdsc-radius-md);min-height:42px;padding:0 var(--jdsc-space-4);color:var(--color-text-muted);font:inherit;font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);white-space:nowrap;background:0 0;border:0;flex:none;display:inline-flex}.products-detail-tabs button[aria-selected=true]{color:var(--color-text-inverse);background:var(--color-text-strong)}.products-detail-tabs button span{border-radius:var(--jdsc-radius-pill);min-width:22px;height:22px;padding:0 var(--jdsc-space-2);color:inherit;background:color-mix(in srgb, currentColor 11%, transparent);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-extra);justify-content:center;align-items:center;display:inline-flex}.products-detail-tabs button[aria-selected=true] span{background:#ffffff2e}.products-detail-tab-panel{gap:var(--jdsc-space-4);min-width:0;display:grid}.products-store-list{gap:var(--jdsc-space-2);display:grid}.products-store-card{gap:var(--jdsc-space-4);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-md);padding:var(--jdsc-space-4);background:var(--color-surface);grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.products-store-card-main{gap:4px;min-width:0;display:grid}.products-store-card-main strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-body);font-weight:var(--jdsc-fw-extra);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.products-store-card-main span,.products-store-card-main em{color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-style:normal;font-weight:var(--jdsc-fw-semibold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.products-store-card-main em{color:var(--color-text-subtle)}.products-store-card-side{text-align:right;justify-items:end;gap:4px;display:grid}.products-store-card-side>strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-body);font-weight:var(--jdsc-fw-extra)}.products-store-card-side>strong.unset{color:var(--color-text-muted);font-size:var(--jdsc-fs-sm)}.products-store-card-side .stock,.products-store-card-side .distance{border-radius:var(--jdsc-radius-pill);width:fit-content;color:var(--color-text-subtle);background:var(--color-panel);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);white-space:nowrap;justify-content:center;align-items:center;gap:4px;padding:3px 8px;display:inline-flex}.products-store-card-side .stock.in_stock{color:var(--color-success-fill);background:var(--color-success-soft)}.products-store-card-side .stock.out_of_stock{color:var(--color-danger-fill);background:var(--color-danger-soft)}.products-store-card-side .stock.unknown{color:var(--color-warning-strong);background:var(--color-warning-soft)}.products-store-empty{align-content:center;place-items:center;gap:var(--jdsc-space-2);border:1px dashed var(--color-border);border-radius:var(--jdsc-radius-md);min-height:150px;color:var(--color-text-muted);background:var(--color-panel);text-align:center;display:grid}.products-store-empty svg{color:var(--color-brand)}.products-store-empty span{max-width:320px;color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-bold);line-height:var(--jdsc-lh-sm)}.products-community-list{gap:var(--jdsc-space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.products-community-list a{gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-md);min-width:0;padding:var(--jdsc-space-4);background:var(--color-surface);display:grid}.products-community-list span,.products-community-list em{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-style:normal;font-weight:var(--jdsc-fw-black);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.products-community-list strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-body);font-weight:var(--jdsc-fw-extra);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:1100px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.products-detail-hero{grid-template-columns:1fr}}@media (max-width:760px){.products-page{gap:var(--jdsc-space-5)}.products-hero{padding:var(--jdsc-space-5);flex-direction:column;align-items:stretch}.products-hero h1{font-size:var(--jdsc-fs-h2)}.products-hero-link{width:fit-content}.products-search{border-width:1.5px;grid-template-columns:minmax(0,1fr) 72px;min-height:50px}.products-search label{gap:var(--jdsc-space-2);padding:0 var(--jdsc-space-4)}.products-search input[type=search]{font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-bold)}.products-search button{font-size:var(--jdsc-fs-xs)}.products-result-head{align-items:flex-start}.products-result-head h2{font-size:var(--jdsc-fs-h3)}.products-grid{gap:var(--jdsc-space-2);grid-template-columns:repeat(2,minmax(0,1fr))}.products-card-copy,.products-card-info{padding:var(--jdsc-space-3)}.products-card-info strong{font-size:var(--jdsc-fs-body)}.products-detail-page{gap:var(--jdsc-space-6)}.products-detail-image{min-height:280px}.products-detail-copy h1{font-size:var(--jdsc-fs-h2)}.products-detail-stats{grid-template-columns:1fr}.products-detail-actions a,.products-detail-location-button{flex:auto}.products-detail-section-head{align-items:stretch;gap:var(--jdsc-space-2);flex-direction:column}.products-detail-section-head h2{font-size:var(--jdsc-fs-h3)}.products-detail-section-head>a,.products-detail-location-button{width:fit-content}.products-detail-tabs{border-radius:var(--jdsc-radius-md);padding:var(--jdsc-space-1);top:12px}.products-detail-tabs button{min-height:36px;padding:0 var(--jdsc-space-3);font-size:var(--jdsc-fs-xs)}.products-detail-tabs button span{min-width:20px;height:20px}.products-store-card{gap:var(--jdsc-space-3);grid-template-columns:1fr}.products-store-card-side{text-align:left;justify-items:start}.products-community-list{grid-template-columns:1fr}}
