.product-card[data-astro-cid-tjdfhdqb]{display:flex;flex-direction:column;background-color:var(--color-warm-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform var(--transition-base),box-shadow var(--transition-base)}.product-card[data-astro-cid-tjdfhdqb]:hover{transform:translateY(-4px);box-shadow:0 12px 32px var(--color-shadow-strong),0 0 0 1px #c8956c33,0 8px 24px #ff6c6514}.product-card__image-wrap[data-astro-cid-tjdfhdqb]{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:var(--color-cream)}.product-card__image[data-astro-cid-tjdfhdqb]{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform var(--transition-slow)}.product-card[data-astro-cid-tjdfhdqb]:hover .product-card__image[data-astro-cid-tjdfhdqb]{transform:scale(1.04)}.product-card__image-placeholder[data-astro-cid-tjdfhdqb]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-border);background-color:var(--color-cream)}.product-card__unavailable-badge[data-astro-cid-tjdfhdqb],.product-card__gf-badge[data-astro-cid-tjdfhdqb]{position:absolute;top:var(--space-3);font-size:var(--text-xs);font-weight:600;letter-spacing:.04em;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full)}.product-card__unavailable-badge[data-astro-cid-tjdfhdqb]{left:var(--space-3);background-color:#5c4a3ab3;color:var(--color-cream)}.product-card__gf-badge[data-astro-cid-tjdfhdqb]{right:var(--space-3);background-color:#25d366d9;color:#fff}.product-card__body[data-astro-cid-tjdfhdqb]{flex:1;padding:var(--space-5) var(--space-5) var(--space-3)}.product-card__name[data-astro-cid-tjdfhdqb]{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:400;color:var(--color-brown-dark);line-height:1.3;margin-bottom:var(--space-2)}.product-card__name[data-astro-cid-tjdfhdqb] a[data-astro-cid-tjdfhdqb]{color:inherit;text-decoration:none}.product-card__name[data-astro-cid-tjdfhdqb] a[data-astro-cid-tjdfhdqb]:hover{color:var(--color-terracotta)}.product-card__desc[data-astro-cid-tjdfhdqb]{font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 var(--space-3)}.product-card__variants[data-astro-cid-tjdfhdqb]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-1)}.product-card__variants[data-astro-cid-tjdfhdqb] li[data-astro-cid-tjdfhdqb]{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-2);font-size:var(--text-sm);padding:var(--space-1) 0;border-bottom:1px dotted var(--color-border)}.product-card__variants[data-astro-cid-tjdfhdqb] li[data-astro-cid-tjdfhdqb]:last-child{border-bottom:none}.product-card__variant-label[data-astro-cid-tjdfhdqb]{color:var(--color-text-muted)}.product-card__variant-price[data-astro-cid-tjdfhdqb]{font-family:var(--font-body);font-weight:700;color:var(--color-terracotta);white-space:nowrap}.product-card__footer[data-astro-cid-tjdfhdqb]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border);background-color:var(--color-cream)}.product-card__price[data-astro-cid-tjdfhdqb]{font-family:var(--font-body);font-size:var(--text-lg);font-weight:700;color:var(--color-terracotta);line-height:1}.product-card__price-from[data-astro-cid-tjdfhdqb]{display:block;font-family:var(--font-body);font-size:var(--text-xs);font-weight:400;color:var(--color-text-muted);margin-bottom:2px}.product-card__price--consult[data-astro-cid-tjdfhdqb]{font-family:var(--font-body);font-size:var(--text-sm);font-weight:400;color:var(--color-text-muted)}.product-card__wa-btn[data-astro-cid-tjdfhdqb],.product-card__details-btn[data-astro-cid-tjdfhdqb]{flex-shrink:0}.product-grid[data-astro-cid-poyn3awd]{display:grid;grid-template-columns:1fr;gap:var(--space-6);list-style:none;margin:0;padding:0}@media(min-width:640px){.product-grid[data-astro-cid-poyn3awd]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid[data-astro-cid-poyn3awd]{grid-template-columns:repeat(3,1fr)}}.product-grid[data-astro-cid-poyn3awd]>li[data-astro-cid-poyn3awd]{display:flex;flex-direction:column}.product-grid[data-astro-cid-poyn3awd]>li[data-astro-cid-poyn3awd]>.product-card{height:100%}.product-grid__empty[data-astro-cid-poyn3awd]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-4);padding:var(--space-16) var(--space-8);color:var(--color-text-muted)}.product-grid__empty[data-astro-cid-poyn3awd] svg[data-astro-cid-poyn3awd]{color:var(--color-border)}.product-grid__empty-title[data-astro-cid-poyn3awd]{font-family:var(--font-display);font-size:var(--text-xl);color:var(--color-brown);margin:0}.product-grid__empty-sub[data-astro-cid-poyn3awd]{font-size:var(--text-sm);color:var(--color-text-muted);max-width:40ch;margin:0;line-height:1.6}
