.swag-products-hero{padding:110px 0 74px;background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.swag-products-hero__grid{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(340px,0.8fr);grid-gap:42px;gap:42px;align-items:center}.swag-products-hero h1,.swag-products-hero p{color:var(--brand-text-inverse)}.swag-products-hero h1{font-size:max(2rem, min(4vw, 3.5rem))}.swag-products-hero img{width:100%;min-height:380px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.swag-product-category+.swag-product-category{margin-top:56px}.swag-category-head{margin-bottom:24px;border-left:4px solid var(--brand-accent);padding-left:18px}.swag-category-head p{color:var(--brand-text)}.swag-dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.swag-dynamic-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:18px;min-height:100%;display:flex;flex-direction:column;justify-content:space-between}.swag-dynamic-product-card a{color:var(--brand-text)}.swag-product-img{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt);overflow:hidden;margin-bottom:16px}.swag-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.swag-dynamic-product-card h3{margin-bottom:14px}@media (max-width:991px){.swag-dynamic-product-grid,.swag-products-hero__grid{grid-template-columns:1fr}}