.products-hero{background:var(--brand-bg-alt)}.swar-product-category{margin-top:56px}.swar-product-category h2{margin-bottom:24px}.swar-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.swar-product-card{position:relative}.swar-product-card__button{width:100%;height:100%;padding:0;border:1px solid var(--brand-border);background:var(--brand-bg);text-align:left}.swar-product-card__media{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt);overflow:hidden}.swar-product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.swar-product-card__body{display:grid;grid-gap:8px;gap:8px;padding:22px}.swar-product-card__body strong{color:var(--brand-text);font-family:var(--brand-font);font-size:1.22rem}.swar-product-card__body span{color:var(--brand-text)}@media (max-width:991px){.swar-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.swar-product-grid{grid-template-columns:1fr}}