.product-card-link{color:inherit;height:100%;text-decoration:none;display:block}.product-card-link:hover{text-decoration:none!important}.product-card{height:100%;transition:all .35s var(--hz-ease);background:#fff;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--hz-shadow-lg);transform:translateY(-3px)}.product-card__image-wrapper{aspect-ratio:1;background:#f5f5f7;width:100%;position:relative;overflow:hidden}.product-card__image{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:transform .5s var(--hz-ease);padding:20px;position:absolute;inset:0}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badge{background:var(--hz-text);color:#fff;border-radius:var(--hz-radius-full);text-transform:uppercase;letter-spacing:.04em;z-index:2;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.product-card__info{flex-direction:column;flex-grow:1;padding:14px 4px;display:flex}.product-card__vendor{color:var(--hz-text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:11px;font-weight:500}.product-card__title{color:var(--hz-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:15px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card__price-row{align-items:baseline;margin-top:auto;display:flex}.product-card__price{color:var(--hz-text);font-size:15px;font-weight:600}.product-card__compare-price{color:var(--hz-text-tertiary);margin-left:6px;font-size:13px;font-weight:400;text-decoration:line-through}
.hz-hero{background:var(--hz-bg);padding:80px 0 60px}.hz-hero__inner{align-items:center;gap:80px;display:flex}.hz-hero__text{flex:50%}.hz-hero__headline{letter-spacing:-.03em;color:var(--hz-text);margin-bottom:16px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.06}.hz-hero__subtitle{color:var(--hz-text-secondary);max-width:460px;margin-bottom:32px;font-size:17px;line-height:1.5}.hz-hero__actions{gap:12px;display:flex}.hz-hero__products{flex:50%;grid-template-columns:repeat(2,1fr);gap:16px;max-width:500px;display:grid}.hz-trust-bar{border-top:1px solid var(--hz-border-light);gap:40px;margin-top:48px;padding-top:32px;display:flex}.hz-trust-item{align-items:center;gap:12px;display:flex}.hz-trust-item__icon{background:var(--hz-bg-secondary);width:36px;height:36px;color:var(--hz-text-secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.hz-trust-item__icon svg{fill:currentColor;width:20px;height:20px}.hz-trust-item__text{color:var(--hz-text);font-size:13px;font-weight:600}.hz-trust-item__sub{color:var(--hz-text-tertiary);font-size:11px;font-weight:400}.hz-coll-section{background:var(--hz-bg-secondary);padding:80px 0}.hz-coll-header{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.hz-coll-title{letter-spacing:-.02em;color:var(--hz-text);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.hz-coll-subtitle{color:var(--hz-text-secondary);margin-top:4px;font-size:15px}.hz-coll-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:991px){.hz-hero__inner{text-align:center;flex-direction:column;gap:40px}.hz-hero__subtitle{margin-left:auto;margin-right:auto}.hz-hero__actions{justify-content:center}.hz-trust-bar{flex-wrap:wrap;justify-content:center}.hz-coll-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.hz-coll-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.hz-hero{padding:48px 0 40px}.hz-hero__headline{font-size:2.25rem}.hz-trust-bar{text-align:left;flex-direction:column;align-items:center;gap:20px}.hz-trust-item{justify-content:flex-start;width:100%;max-width:200px}.hz-coll-section{padding:40px 0}.hz-coll-grid{grid-template-columns:1fr 1fr;gap:12px}}
