.coh-products-hero-title{color:#f8fafc;font-size:40px;font-weight:700;max-width:700px}.coh-category-title{font-size:26px;font-weight:600;color:var(--coh-dark);padding-bottom:12px;border-bottom:2px solid var(--coh-secondary);display:inline-block;margin-bottom:8px}.coh-category-desc{font-size:15px;color:var(--coh-text-secondary);max-width:700px;margin-bottom:24px}.coh-product-card{background:#fff;border:1px solid var(--coh-border);border-radius:4px;overflow:hidden;transition:all 250ms var(--coh-ease);height:100%;display:flex;flex-direction:column}.coh-product-card:hover{border-color:var(--coh-secondary);box-shadow:0 4px 20px rgba(0,163,224,.12)}.coh-product-link{display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit;flex:1}.coh-product-link:hover{color:inherit}.coh-product-img{width:100%;height:220px;overflow:hidden;background:var(--coh-light)}.coh-product-img ai-img,.coh-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s var(--coh-ease)}.coh-product-card:hover .coh-product-img ai-img,.coh-product-card:hover .coh-product-img img{transform:scale(1.03)}.coh-product-info{padding:16px}.coh-product-info h3{font-size:16px;font-weight:600;margin:0;line-height:1.4}.coh-product-card .btn{margin:0 16px 16px;font-size:13px}@media (max-width:768px){.coh-products-hero-title{font-size:30px}.coh-product-img{height:180px}}