.ac-products-hero{padding-bottom:48px}.ac-products-grid{padding:64px 0 80px}.ac-product-category{margin-bottom:48px}.ac-category-title{font-size:28px;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--ac-secondary);display:inline-block}.ac-product-item{background:#fff;border:1px solid var(--ac-border);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;height:100%}.ac-product-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.ac-product-img{height:240px;overflow:hidden;background:var(--ac-bg-light)}.ac-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.ac-product-item:hover .ac-product-img img{transform:scale(1.04)}.ac-product-info{padding:20px}.ac-product-info h3{font-size:18px;margin-bottom:12px;color:var(--ac-text)}.ac-product-cta{font-size:14px;font-weight:500;color:var(--ac-secondary);transition:color .2s}.ac-product-item:hover .ac-product-cta{color:var(--ac-primary)}