.collection-gallery{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.collection-header{margin-bottom:3rem;text-align:center}.collection-title{font-family:var(--font-heading);font-size:2.5rem;margin-bottom:1rem;color:var(--color-text)}.collection-description{max-width:800px;margin:0 auto 2rem;color:var(--color-secondary);line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(var(--products-per-row),1fr);gap:var(--grid-vertical-spacing) var(--grid-horizontal-spacing);margin-bottom:3rem}.product-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background-color:#f8f8f8}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__zoom-icon{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;box-shadow:0 2px 8px #00000026}.product-card:hover .product-card__zoom-icon{opacity:1}.product-card__info{padding:1.25rem}.product-card__title{font-family:var(--font-heading);font-size:1.1rem;font-weight:500;margin-bottom:.5rem;color:var(--color-text);line-height:1.4}.product-card__price{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text)}.product-card__price--sale{color:#e74c3c;margin-right:.5rem}.product-card__price--compare{text-decoration:line-through;color:var(--color-secondary);font-size:.9rem;font-weight:400}.product-card__dimensions,.product-card__variants{font-size:.875rem;color:var(--color-secondary);margin-bottom:.25rem}.product-card__inventory{font-size:.875rem;margin-top:.5rem;padding:.25rem .5rem;background-color:#d4edda;color:#155724;border-radius:4px;display:inline-block}.product-card__inventory--low{background-color:#fff3cd;color:#856404}.product-card__inventory--out{background-color:#f8d7da;color:#721c24}@media screen and (max-width: 1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 900px){.product-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}.collection-title{font-size:2rem}}@media screen and (max-width: 600px){.product-grid{grid-template-columns:1fr;gap:1.5rem}.collection-gallery{padding:1.5rem 1rem}.collection-title{font-size:1.75rem}.product-card__info{padding:1rem}}.collection-empty{text-align:center;padding:4rem 2rem;color:var(--color-secondary)}.collection-empty p{font-size:1.125rem}
/*# sourceMappingURL=/cdn/shop/t/5/assets/gallery-grid.css.map */
