@charset "UTF-8";.hc-product-tabs{gap:8px;flex-wrap:wrap;margin-bottom:16px}.hc-product-tabs .nav-link{background:var(--brand-bg-alt);color:var(--brand-text);border-radius:var(--brand-radius);font-size:.88rem;font-weight:600;padding:10px 22px;border:1px solid transparent;transition:.25s}.hc-product-tabs .nav-link:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.hc-product-tabs .nav-link.active{background:var(--brand-gradient);color:#fff;border-color:transparent}.hc-product-card{overflow:hidden;height:100%}.hc-product-link{display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit;height:100%}.hc-product-link:hover{color:inherit}.hc-product-img-wrap{height:220px;overflow:hidden;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.hc-product-img-wrap img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s}.hc-product-card:hover .hc-product-img-wrap img{transform:scale(1.05)}.hc-product-info{padding:20px}.hc-product-info h3{font-size:1rem;margin-bottom:8px;color:var(--brand-text)}.hc-product-cta{display:inline-block;font-size:.82rem;font-weight:600;color:var(--brand-primary);text-transform:uppercase;letter-spacing:.5px;position:relative}.hc-product-cta::after{content:" →";transition:margin-left .2s}.hc-product-card:hover .hc-product-cta::after{margin-left:4px}