.hz-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hz-product-card{position:relative;background:var(--hz-surface);border:1px solid var(--hz-border);border-radius:22px;overflow:hidden;box-shadow:0 8px 26px rgba(20,30,50,.045);transition:transform .25s,box-shadow .25s,border-color .25s;min-width:0}.hz-product-card:hover{transform:translateY(-5px);box-shadow:var(--hz-shadow);border-color:color-mix(in srgb,var(--hz-primary) 18%,var(--hz-border))}.hz-product-card__media{position:relative;aspect-ratio:1;background:linear-gradient(145deg,var(--hz-surface),color-mix(in srgb,var(--hz-muted) 7%,var(--hz-surface)));overflow:hidden}.hz-product-card__media>a,.hz-product-card__media img{width:100%;height:100%;display:block}.hz-product-card__media img{object-fit:contain;padding:16px;transition:opacity .35s,transform .35s}.hz-product-card__second{position:absolute;inset:0;opacity:0}.hz-product-card__badges{position:absolute;right:10px;top:10px;z-index:3;display:grid;gap:5px}.hz-product-card__quick-actions{position:absolute;left:10px;top:10px;display:grid;gap:6px;opacity:0;transform:translateX(-6px);transition:.2s}.hz-product-card:hover .hz-product-card__quick-actions{opacity:1;transform:none}.hz-product-card__quick-actions button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--hz-border);border-radius:12px;background:color-mix(in srgb,var(--hz-surface) 94%,transparent);color:var(--hz-text)}.hz-product-card__body{padding:15px}.hz-product-card__brand{font-size:11px;color:var(--hz-primary);font-weight:800}.hz-product-card__title{font-size:14px;line-height:1.6;margin:4px 0 8px;min-height:45px}.hz-product-card__rating{min-height:18px}.hz-product-card__price{font-size:16px;font-weight:900;min-height:30px}.hz-product-card__price del{font-size:12px;color:var(--hz-muted);font-weight:500}.hz-product-card__price ins{text-decoration:none}.hz-add{width:100%;margin-top:10px}.hz-add--outline{background:var(--hz-surface);color:var(--hz-primary);border-color:var(--hz-primary)}.hz-add--icon{width:44px;padding:0;margin-inline-start:auto}.hz-add--disabled{background:color-mix(in srgb,var(--hz-muted) 12%,var(--hz-surface));color:var(--hz-muted)}.hz-add.is-loading{opacity:.6;cursor:wait}@media(max-width:1024px){.hz-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.hz-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hz-product-card{border-radius:17px}.hz-product-card__body{padding:11px}.hz-product-card__quick-actions{opacity:1;transform:none}.hz-product-card__quick-actions button{width:31px;height:31px}.hz-product-card__title{font-size:12px;min-height:40px}.hz-product-card__price{font-size:13px}.hz-add{min-height:39px;padding:7px 9px;font-size:11px}}.hz-product-grid{grid-template-columns:repeat(var(--hz-cols-desktop,4),minmax(0,1fr))}.hz-product-card__media{aspect-ratio:var(--hz-product-ratio,1/1)}@media(max-width:1024px){.hz-product-grid{grid-template-columns:repeat(var(--hz-cols-tablet,3),minmax(0,1fr))}}@media(max-width:767px){.hz-product-grid{grid-template-columns:repeat(var(--hz-cols-mobile,2),minmax(0,1fr))}}@media (min-width:961px) and (max-width:1024px){body.hozhir-breakpoint-compact .hz-product-grid{grid-template-columns:repeat(var(--hz-cols-desktop,4),minmax(0,1fr))}}@media (min-width:681px) and (max-width:767px){body.hozhir-breakpoint-compact .hz-product-grid{grid-template-columns:repeat(var(--hz-cols-tablet,3),minmax(0,1fr))}}@media (max-width:1180px){body.hozhir-breakpoint-wide .hz-product-grid{grid-template-columns:repeat(var(--hz-cols-tablet,3),minmax(0,1fr))}}@media (min-width:768px) and (max-width:820px){body.hozhir-breakpoint-wide .hz-product-grid{grid-template-columns:repeat(var(--hz-cols-mobile,2),minmax(0,1fr))}}.hz-product-card__badges{align-items:flex-start;overflow:visible}.hz-product-card__badges>.hz-badge{position:static!important;top:auto!important;left:auto!important;right:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:auto!important;height:auto!important;margin:0!important;padding:6px 10px!important;border-radius:999px!important;font-size:12px!important;font-weight:950!important;line-height:1.15!important;box-shadow:0 10px 24px rgba(18,33,54,.12)!important}.hz-product-card__media>.hz-badge{position:absolute!important;inset-block-start:10px!important;inset-inline-start:10px!important;left:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:auto!important;height:auto!important;padding:6px 10px!important;border-radius:999px!important;font-size:12px!important;font-weight:950!important;line-height:1.15!important;box-shadow:0 10px 24px rgba(18,33,54,.12)!important}.hz-product-card{display:flex;flex-direction:column;height:100%}.hz-product-card__media{flex:0 0 auto}.hz-product-card__body{display:flex;flex:1;flex-direction:column;gap:7px;align-items:stretch}.hz-product-card__title{margin-bottom:0}.hz-product-card__price{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:auto;min-height:38px}.hz-product-card__stock{display:flex;justify-content:center;align-items:center;min-height:24px;text-align:center}.hz-product-card.is-outofstock .hz-product-card__media img{filter:grayscale(1) saturate(.2)}.hz-product-card.is-outofstock .hz-product-card__primary{opacity:.92}.hz-product-card.is-outofstock .hz-product-card__stock{margin-top:2px;padding:7px 12px;border-radius:999px;background:color-mix(in srgb,var(--hz-outofstock-label) 10%,var(--hz-surface));color:var(--hz-outofstock-label);font-size:13px;font-weight:950;letter-spacing:-.01em}.hz-product-card__rating{justify-content:center!important;width:max-content;max-width:100%;margin-inline:auto;padding:6px 12px;border:1px solid var(--hz-border);border-radius:999px;background:linear-gradient(180deg,var(--hz-surface),color-mix(in srgb,var(--hz-background) 60%,var(--hz-surface)));box-shadow:0 6px 16px rgba(20,35,58,.04);gap:10px}.hz-product-card__rating .star-rating{font-size:15px!important;letter-spacing:.15em;color:var(--hz-warning,#ffd05b)}.hz-product-card__rating .star-rating span,.hz-product-card__rating .star-rating span:before{color:var(--hz-warning,#ffb938)}.hz-product-card__rating .hz-rating-count{font-size:10px;font-weight:850;color:var(--hz-muted)}.hz-add,.hz-add .hz-add__label{font-weight:950}.hz-add{gap:10px}.hz-add__icon{display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.hz-add--disabled{background:color-mix(in srgb,var(--hz-muted) 10%,var(--hz-surface))!important;color:var(--hz-muted)!important;border-color:var(--hz-border)!important;box-shadow:none!important}@media(max-width:767px){.hz-product-card__body{padding:12px 11px 11px!important}.hz-product-card__rating{padding:5px 9px;gap:8px}.hz-product-card__rating .star-rating{font-size:14px!important}.hz-product-card.is-outofstock .hz-product-card__stock{font-size:11.5px;padding:6px 10px}.hz-add{min-height:43px!important;padding:8px 10px!important;font-size:11.8px!important}.hz-add__icon{font-size:15px}}.hz-cart-control{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:auto!important}.hz-cart-control>.hz-qty-stepper{order:1;width:100%}.hz-cart-control>.hz-add{order:2;width:100%;margin-top:0!important}.hz-cart-control>[data-hz-cart-message]{order:3}.hz-add--view{pointer-events:auto!important;cursor:pointer!important;background:color-mix(in srgb,var(--hz-muted) 10%,var(--hz-surface))!important;color:var(--hz-muted)!important;border-color:var(--hz-border)!important;box-shadow:none!important}.hz-add--view:hover{color:var(--hz-primary)!important;background:color-mix(in srgb,var(--hz-primary) 7%,var(--hz-surface))!important;border-color:color-mix(in srgb,var(--hz-primary) 24%,var(--hz-border))!important}.hz-card-countdown{display:flex;width:max-content;max-width:100%;min-height:32px;align-items:center;justify-content:center;gap:7px;margin:5px auto 0;padding:5px 7px;border:1px solid color-mix(in srgb,var(--hz-danger) 16%,var(--hz-border));border-radius:11px;background:color-mix(in srgb,var(--hz-danger) 4%,var(--hz-surface));color:var(--hz-danger);line-height:1;align-self:center;text-align:center}.hz-card-countdown__head{display:inline-flex;flex:0 0 auto;align-items:center;gap:4px;padding-inline-end:6px;border-inline-end:1px solid color-mix(in srgb,var(--hz-danger) 15%,var(--hz-border))}.hz-card-countdown__icon{display:grid;width:16px;height:16px;flex:0 0 16px;place-items:center}.hz-card-countdown__icon .hz-icon,.hz-card-countdown__icon svg{width:15px;height:15px}.hz-card-countdown__label{font-size:8.5px;font-weight:850;white-space:nowrap}.hz-card-countdown__units{display:flex;min-width:0;align-items:center;justify-content:center;gap:3px;direction:rtl}.hz-card-countdown__units>span{display:inline-flex;min-width:0;align-items:baseline;gap:1px;padding:0;border:0;background:transparent}.hz-card-countdown__units>span+span:before{content:":";margin-inline-end:2px;color:color-mix(in srgb,var(--hz-danger) 52%,var(--hz-muted));font-size:9px;font-weight:800}.hz-card-countdown__units b{min-width:15px;color:var(--hz-danger);font:900 10.5px/1.1 var(--hz-font-price,var(--hz-font-body));text-align:center;direction:ltr}.hz-card-countdown__units small{color:color-mix(in srgb,var(--hz-danger) 58%,var(--hz-muted));font-size:6.5px;font-weight:750;white-space:nowrap}@media(max-width:767px){.hz-card-countdown{min-height:29px;gap:5px;padding:4px 6px;border-radius:10px}.hz-card-countdown__head{padding-inline-end:4px}.hz-card-countdown__label{display:none}.hz-card-countdown__units{gap:2px}.hz-card-countdown__units b{min-width:14px;font-size:9.5px}.hz-card-countdown__units small{font-size:6px}}.hz-product-card__badges>.hz-badge.hz-badge--sale,.hz-product-card__media>.hz-badge.hz-badge--sale{font-size:14px!important;font-weight:700!important;line-height:1.1!important;padding:7px 12px!important;letter-spacing:-.01em!important}@media(max-width:767px){.hz-product-card__badges>.hz-badge.hz-badge--sale,.hz-product-card__media>.hz-badge.hz-badge--sale{font-size:13px!important;font-weight:680!important;padding:6px 10px!important}}.hz-product-card__media>.hz-card-countdown--media{position:absolute!important;z-index:4;right:50%!important;left:auto!important;bottom:10px!important;top:auto!important;width:max-content!important;max-width:calc(100% - 20px)!important;min-height:30px!important;margin:0!important;padding:5px 8px!important;transform:translateX(50%);align-self:auto!important;justify-content:center!important;gap:6px!important;border:1px solid color-mix(in srgb,var(--hz-danger) 20%,rgba(255,255,255,.74))!important;border-radius:12px!important;background:color-mix(in srgb,var(--hz-surface) 88%,transparent)!important;color:var(--hz-danger)!important;box-shadow:0 8px 22px rgba(17,28,45,.13)!important;backdrop-filter:blur(10px) saturate(1.08);-webkit-backdrop-filter:blur(10px) saturate(1.08);pointer-events:none}.hz-product-card__media>.hz-card-countdown--media .hz-card-countdown__head{padding-inline-end:5px;border-inline-end:1px solid color-mix(in srgb,var(--hz-danger) 16%,var(--hz-border))}.hz-product-card__media>.hz-card-countdown--media .hz-card-countdown__units{justify-content:center!important}.hz-product-card__media>.hz-card-countdown--media .hz-card-countdown__units b{font-size:10px}.hz-product-card__media>.hz-card-countdown--media .hz-card-countdown__units small{font-size:6px}@media(max-width:767px){.hz-product-card__media>.hz-card-countdown--media{bottom:7px!important;max-width:calc(100% - 14px)!important;min-height:26px!important;padding:4px 6px!important;gap:4px!important;border-radius:10px!important}.hz-product-card__media>.hz-card-countdown--media .hz-card-countdown__label{display:none!important}.hz-product-card__media>.hz-card-countdown--media .hz-card-countdown__head{padding-inline-end:3px;border-inline-end:0}.hz-product-card__media>.hz-card-countdown--media .hz-card-countdown__units small{display:none!important}.hz-product-card__media>.hz-card-countdown--media .hz-card-countdown__units b{min-width:13px;font-size:9px}}
