.collection-section{background-color:var(--section-bg, #f7f7f7);padding:60px 20px;box-sizing:border-box}.collection-container{max-width:1200px;margin:0 auto}.collection-heading{font-size:2rem;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 40px;letter-spacing:-.02em}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background-color:var(--card-bg, #ffffff);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000014,0 1px 3px #0000000d;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f,0 2px 8px #0000000f}.product-card__image-link{display:block;text-decoration:none}.product-card__image-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:#f0f0f0}.product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e8e8e8}.product-card__image-placeholder .placeholder-svg{width:60px;height:60px;fill:#aaa}.product-card__info{padding:20px;display:flex;flex-direction:column;flex-grow:1;gap:8px}.product-card__title{margin:0;font-size:1rem;font-weight:600;color:#1a1a1a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title-link{color:inherit;text-decoration:none;transition:color .2s ease}.product-card__title-link:hover{color:#555}.product-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.product-card__price--regular,.product-card__price--sale{font-size:1.05rem;font-weight:700;color:#1a1a1a}.product-card__price--compare{font-size:.875rem;color:#999;text-decoration:line-through;font-weight:400}.product-card__cta{margin-top:auto;padding-top:12px;text-align:center}.product-card__button{display:inline-block;width:100%;padding:12px 24px;background-color:var(--btn-bg, #1a1a1a);color:var(--btn-text, #ffffff);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:8px;text-align:center;box-sizing:border-box;transition:background-color .2s ease,opacity .2s ease}.product-card__button:hover{opacity:.82}.collection-empty{text-align:center;color:#888;font-size:1rem;padding:40px 0}@media screen and (max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr);gap:18px}.collection-heading{font-size:1.5rem}}@media screen and (max-width:540px){.collection-section{padding:40px 16px}.product-grid{grid-template-columns:1fr;gap:16px}.collection-heading{font-size:1.25rem;margin-bottom:24px}.product-card__info{padding:16px}}@media screen and (min-width:420px)and (max-width:540px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card__title{font-size:.875rem}.product-card__price--regular,.product-card__price--sale{font-size:.9rem}.product-card__button{font-size:.7rem;padding:10px 12px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/collection-product-card.css.map */
