.catalog-category{margin-bottom:46px}.category-heading{display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid var(--brand-border);padding-bottom:14px;margin-bottom:22px}.category-heading p{max-width:520px;color:var(--brand-text-secondary)}.featured-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.product-card button{width:100%;height:100%;border:1px solid var(--brand-border);background:var(--brand-bg);text-align:left;padding:0}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-light)}.product-body{display:block;padding:16px}.product-body strong{display:block;color:var(--brand-text)}.product-body small{color:var(--brand-primary);font-weight:700}.product-card-featured{grid-column:span 3}.product-card-featured button{display:grid;grid-template-columns:42% 1fr;align-items:center}.product-card-featured img{aspect-ratio:16/9}@media (max-width:767px){.category-heading{display:block}.featured-product-grid,.product-card-featured button{grid-template-columns:1fr}.product-card-featured{grid-column:span 1}}