.ht-product-category{margin-bottom:48px}.ht-product-category:last-child{margin-bottom:0}.ht-category-title{font-size:var(--ht-text-h2);margin-bottom:8px;padding-bottom:12px;border-bottom:2px solid var(--ht-primary)}.ht-category-desc{color:var(--ht-text-muted);margin-bottom:24px;font-size:var(--ht-text-body)}.ht-product-card{background:#fff;border:1px solid var(--ht-border);border-radius:var(--ht-radius-card);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow var(--ht-duration-hover) var(--ht-ease),transform var(--ht-duration-hover) var(--ht-ease)}.ht-product-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-3px)}.ht-product-img-link{display:block;overflow:hidden;background:var(--ht-bg-muted)}.ht-product-img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform var(--ht-duration-transition) var(--ht-ease)}.ht-product-card:hover .ht-product-img{transform:scale(1.04)}.ht-product-card-body{padding:20px;flex:1;display:flex;flex-direction:column}.ht-product-card-body h3{font-size:var(--ht-text-h4);margin-bottom:12px;flex:1}.ht-product-card-body .btn{align-self:flex-start}