.como-products-hero{background:var(--brand-bg-alt)}.como-products-hero .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,0.86fr);grid-gap:46px;gap:46px;align-items:center}.como-products-hero h1{margin:12px 0 18px}.como-products-hero__media img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border:1px solid var(--brand-border);background:var(--brand-neutral-light)}.como-product-catalog{padding:80px 0}.como-product-intro{max-width:700px;margin-bottom:34px}.como-product-intro h2{font-size:max(1.7rem, min(3vw, 2.35rem))}.como-product-category{margin-top:50px}.como-category-desc{max-width:780px}.como-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:24px}.como-product-card{position:relative;border:1px solid var(--brand-border);background:var(--brand-bg)}.como-product-card__link{width:100%;padding:0;border:0;background:0 0;text-align:left;cursor:pointer}.como-product-card__image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light);overflow:hidden}.como-product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.como-product-card__body{display:block;padding:22px}.como-product-card__kicker{display:block;margin-bottom:8px;color:var(--brand-primary-dark);font-size:.8rem;font-weight:800;text-transform:uppercase}.como-product-card h3{font-size:1.15rem;margin-bottom:14px}.como-product-card__cta{color:var(--brand-primary-dark);font-weight:800}.como-product-card:hover{border-color:var(--brand-primary-light);box-shadow:0 16px 34px rgba(22,32,43,.1)}@media (max-width:991px){.como-product-grid,.como-products-hero .container{grid-template-columns:repeat(2,minmax(0,1fr))}.como-products-hero .container{grid-template-columns:1fr}}@media (max-width:575px){.como-product-grid{grid-template-columns:1fr}}