.product-card[data-astro-cid-4fhpls6h]{border:1px solid var(--color-border);background:var(--color-bg-alt,var(--color-bg));border-radius:16px;flex-direction:column;height:100%;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden}.product-card[data-astro-cid-4fhpls6h]:hover,.product-card[data-astro-cid-4fhpls6h]:focus-within{box-shadow:var(--shadow-soft);border-color:var(--color-cyan-dim,var(--color-border));transform:translateY(-4px)}.product-card__image-wrap[data-astro-cid-4fhpls6h]{aspect-ratio:4/3;background:var(--color-bg);overflow:hidden}.product-card__image[data-astro-cid-4fhpls6h]{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card[data-astro-cid-4fhpls6h]:hover .product-card__image[data-astro-cid-4fhpls6h],.product-card[data-astro-cid-4fhpls6h]:focus-within .product-card__image[data-astro-cid-4fhpls6h]{transform:scale(1.06)}.product-card__body[data-astro-cid-4fhpls6h]{flex-direction:column;flex:1;padding:1.1rem 1.15rem 1.25rem;display:flex}.product-card__tags[data-astro-cid-4fhpls6h]{flex-wrap:wrap;gap:.4rem;display:flex}.tag[data-astro-cid-4fhpls6h]{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:.28rem .6rem;font-size:.72rem;font-weight:600}.tag--color[data-astro-cid-4fhpls6h]{color:var(--color-cyan-dim,var(--color-text));background:color-mix(in srgb, var(--color-cyan-dim,#77ceef) 14%, transparent)}.tag--categoria[data-astro-cid-4fhpls6h]{color:var(--color-ink-soft,var(--color-text));background:var(--color-bg);border:1px solid var(--color-border)}.product-card__title[data-astro-cid-4fhpls6h]{color:var(--color-text);margin-top:.65rem;font-size:1.08rem}.product-card__desc[data-astro-cid-4fhpls6h]{color:var(--color-ink-soft,var(--color-text));-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:.4rem;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card__actions[data-astro-cid-4fhpls6h]{border-top:1px solid var(--color-border);gap:.6rem;margin-top:auto;padding-top:1rem;display:flex}.product-card__btn[data-astro-cid-4fhpls6h]{border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .5rem;font-size:.85rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.product-card__btn[data-astro-cid-4fhpls6h]:hover{opacity:.85;transform:translateY(-1px)}.product-card__btn--primary[data-astro-cid-4fhpls6h]{background:var(--color-cyan-dim,var(--color-text));color:var(--color-bg)}.product-card__btn--ghost[data-astro-cid-4fhpls6h]{color:var(--color-text);border:1px solid var(--color-border);background:0 0}.catalogo[data-astro-cid-h3otymdu]{--header-height:63px;padding-top:calc(var(--header-height) + 3rem);padding-bottom:var(--space-section)}.catalogo__heading[data-astro-cid-h3otymdu]{text-align:center;margin-bottom:2rem}.catalogo__title[data-astro-cid-h3otymdu]{font-size:var(--fs-h1,2.5rem);color:var(--color-text);margin-top:.4rem}.catalogo__controls[data-astro-cid-h3otymdu]{flex-direction:column;gap:1rem;margin-bottom:2.25rem;display:flex}.catalogo__search[data-astro-cid-h3otymdu]{border:1px solid var(--color-border);background:var(--color-bg-alt,var(--color-bg));color:var(--color-ink-soft,var(--color-text));border-radius:12px;flex:1;align-items:center;gap:.6rem;min-width:50vw;padding:.7rem 1rem;transition:border-color .2s;display:flex}.catalogo__search[data-astro-cid-h3otymdu]:focus-within{border-color:var(--color-cyan-dim,var(--color-border))}.catalogo__search[data-astro-cid-h3otymdu] input[data-astro-cid-h3otymdu]{font:inherit;color:var(--color-text);background:0 0;border:none;flex:1}.catalogo__search[data-astro-cid-h3otymdu] input[data-astro-cid-h3otymdu]:focus{outline:none}.catalogo__search[data-astro-cid-h3otymdu] input[data-astro-cid-h3otymdu]::-webkit-search-cancel-button{-webkit-appearance:none}.catalogo__filtros[data-astro-cid-h3otymdu]{flex-direction:column;gap:.6rem;display:flex}.catalogo__filtro-grupo[data-astro-cid-h3otymdu]{flex-wrap:wrap;gap:.5rem;display:flex}.chip[data-astro-cid-h3otymdu]{border:1px solid var(--color-border);background:var(--color-bg-alt,var(--color-bg));color:var(--color-ink-soft,var(--color-text));border-radius:999px;padding:.45rem .9rem;font-size:.85rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.chip[data-astro-cid-h3otymdu]:hover{border-color:var(--color-cyan-dim,var(--color-border))}.chip[data-astro-cid-h3otymdu].is-active{background:var(--color-cyan-dim,var(--color-text));border-color:var(--color-cyan-dim,var(--color-text));color:var(--color-bg)}.catalogo__grid[data-astro-cid-h3otymdu]{grid-template-columns:1fr;gap:1.25rem;display:grid}.catalogo__item[data-astro-cid-h3otymdu]{animation:.5s backwards catalogo-item-in;animation-delay:var(--delay,0s)}@keyframes catalogo-item-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.catalogo__item[data-astro-cid-h3otymdu]{animation:none}}.catalogo__vacio[data-astro-cid-h3otymdu],.catalogo__sin-resultados[data-astro-cid-h3otymdu]{text-align:center;color:var(--color-ink-soft,var(--color-text));padding:3rem 1rem}@media (width>=600px){.catalogo__controls[data-astro-cid-h3otymdu]{flex-direction:row;justify-content:space-between;align-items:center}.catalogo__search[data-astro-cid-h3otymdu]{flex:none;width:280px}.catalogo__grid[data-astro-cid-h3otymdu]{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.catalogo__grid[data-astro-cid-h3otymdu]{grid-template-columns:repeat(3,1fr)}}
