:root{--market-cream:#fbf5e9;--market-brown:#583b2f;--market-gold:#d7a62a;--market-green:#277b68;--market-blue:#176d83;--market-ink:#2e2926;--market-line:#ded4c4}.market-shell{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem;color:var(--market-ink)}.market-hero{padding:clamp(2rem,6vw,5rem);border-radius:1.4rem;background:linear-gradient(135deg,var(--market-cream),#fff);border:1px solid var(--market-line);margin-bottom:1.5rem}.market-hero h1{color:var(--market-brown);font-size:clamp(2.2rem,6vw,4.8rem);line-height:1;margin:.3rem 0 1rem}.market-hero p{max-width:760px;font-size:1.1rem}.market-hero--small{padding:2rem 2.4rem}.market-hero--small h1{font-size:clamp(2rem,4vw,3.4rem)}.market-filters{display:grid;grid-template-columns:2fr repeat(5,1fr);gap:.75rem;padding:1rem;background:#fff;border:1px solid var(--market-line);border-radius:1rem;margin-bottom:2rem}.market-filters label{display:grid;gap:.35rem;font-size:.82rem;font-weight:700;color:var(--market-brown)}.market-filters input,.market-filters select{width:100%;min-height:44px;border:1px solid var(--market-line);border-radius:.55rem;padding:.55rem;background:#fff}.market-filters__actions{grid-column:1/-1;display:flex;align-items:center;gap:1rem}.market-results-heading{display:flex;justify-content:space-between;align-items:center;margin:1.5rem 0}.market-results-heading h2{margin:0;color:var(--market-brown)}.market-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.market-product-card{background:#fff;border:1px solid var(--market-line);border-radius:1rem;overflow:hidden;box-shadow:0 8px 25px rgba(88,59,47,.07)}.market-product-card__image{display:grid;place-items:center;aspect-ratio:1;background:var(--market-cream);overflow:hidden;color:#766}.market-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.market-product-card:hover img{transform:scale(1.025)}.market-product-card__body{padding:1rem}.market-product-card h2{font-size:1.05rem;margin:.25rem 0}.market-product-card a{color:var(--market-brown);text-decoration:none}.market-product-card__store,.market-product-card__condition{font-size:.78rem;margin:.15rem 0;color:#6c625c}.market-product-card__price,.market-product__price{font-size:1.4rem;font-weight:800;color:var(--market-green);margin:.7rem 0}.market-product-card__price small,.market-product__price small{font-size:.7rem}.market-empty{grid-column:1/-1;padding:3rem;text-align:center;background:var(--market-cream);border-radius:1rem}.market-breadcrumb{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;font-size:.9rem}.market-product__layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:2rem}.market-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-content:start}.market-gallery img{width:100%;height:auto;border-radius:.8rem;background:var(--market-cream)}.market-gallery img:first-child{grid-column:1/-1}.market-product__summary{position:sticky;top:1rem;align-self:start;padding:1.5rem;background:#fff;border:1px solid var(--market-line);border-radius:1rem}.market-product__summary h1{color:var(--market-brown);font-size:clamp(1.8rem,4vw,3rem);line-height:1.1}.market-buy-placeholder{padding:1rem;border-left:4px solid var(--market-gold);background:var(--market-cream);margin:1.25rem 0}.market-buy-placeholder p{margin:.25rem 0 0}.market-facts div{display:grid;grid-template-columns:1fr 1.4fr;border-top:1px solid var(--market-line);padding:.65rem 0}.market-facts dt{font-weight:700}.market-facts dd{margin:0}.market-copy{max-width:820px;padding:1.5rem 0;line-height:1.7}.market-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.market-store-card{padding:1.5rem;border-radius:1rem;border:1px solid var(--market-line);background:#fff}.market-store-card h2{color:var(--market-brown)}@media(max-width:980px){.market-filters{grid-template-columns:repeat(2,1fr)}.market-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.market-product-grid{grid-template-columns:repeat(2,1fr)}.market-product__layout{grid-template-columns:1fr}.market-product__summary{position:static}.market-store-grid{grid-template-columns:1fr}.market-filters{grid-template-columns:1fr}.market-gallery{grid-template-columns:1fr}.market-gallery img:first-child{grid-column:auto}}@media(max-width:430px){.market-shell{width:min(100% - 1rem,1180px)}.market-product-grid{gap:.55rem}.market-product-card__body{padding:.75rem}.market-hero{padding:1.5rem}.market-product-card h2{font-size:.95rem}}
