@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";.store{background:#804d31;color:#fff;padding:80px 24px 100px;font-family:Inter,sans-serif;min-height:calc(100vh - 80px)}.store-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:56px}.store-header h1{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:#fff;letter-spacing:-.01em;margin-bottom:0}.store-subtitle{font-size:.95rem;color:#ffffffb3;margin-top:4px;font-weight:400;letter-spacing:.02em}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-top:20px}.card{background:#fff;color:#000;border-radius:12px;overflow:hidden;text-decoration:none}.card-img{aspect-ratio:1 / 1;height:auto;background:#8d5a3b;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover}.card-body{padding:15px}.tag{padding:3px 8px;border-radius:10px;font-size:11px;display:inline-block;margin-bottom:6px}.tag.green{background:#2ecc71;color:#fff}.tag.yellow{background:#f1c40f}.tag.orange{background:#ff7235;color:#fff}.card-body h3{margin:0 0 4px;font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#3a2318;line-height:1.3}.card-body p{margin:0;font-size:12px;color:#666}.price{margin-top:10px;font-weight:700;color:#ff7235;display:flex;align-items:center;gap:8px}.original-price{text-decoration:line-through;color:#aaa;font-size:13px;font-weight:400}.empty-state{grid-column:1 / -1;text-align:center;padding:40px;color:#aaa}
