.product-catalog{padding-block:64px}.product-catalog__header{text-align:center;margin-block-end:48px}.product-catalog__heading{margin-block-end:12px}.product-catalog__subheading{color:var(--color-foreground);max-width:640px;margin-inline:auto;font-size:1rem;line-height:1.6}.product-catalog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:989px){.product-catalog__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.product-catalog__grid{grid-template-columns:1fr;gap:16px}}.product-catalog__card{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;background:var(--color-background);border:1px solid var(--color-border);transition:box-shadow .2s ease,transform .2s ease}.product-catalog__card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-3px)}.product-catalog__image-wrap{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#f0f0f0}.product-catalog--portrait .product-catalog__image-wrap{aspect-ratio:2 / 3}.product-catalog--square .product-catalog__image-wrap{aspect-ratio:1 / 1}.product-catalog__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-catalog__card:hover .product-catalog__image-wrap img{transform:scale(1.04)}.product-catalog__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#333)}.product-catalog__placeholder-icon{font-size:3rem;opacity:.4}.product-catalog__info{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.product-catalog__name{font-size:1.05rem;font-weight:700;margin:0;color:var(--color-foreground-heading)}.product-catalog__desc{font-size:.875rem;color:var(--color-foreground);margin:0;line-height:1.5;flex:1}.product-catalog__cta{display:inline-block;margin-top:12px;padding:10px 20px;background-color:#ff0301;color:#fff;font-size:.85rem;font-weight:700;text-decoration:none;text-align:center;border-radius:4px;transition:background-color .2s ease;text-transform:uppercase;letter-spacing:.05em}.product-catalog__cta:hover{background-color:#cc0200;color:#fff}.product-catalog__empty{text-align:center;color:var(--color-foreground);padding-block:48px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-catalog.css.map */
