.zh-product-card{position:relative;display:flex;flex-direction:column;min-width:0;height:100%;padding:clamp(12px,1.2vw,16px);background:#fff;border:1px solid rgb(200 70 123 / .12);border-radius:14px;box-shadow:0 4px 18px #c8467b0f;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.zh-product-card:hover{border-color:#f0358c59;box-shadow:0 8px 28px #c8467b1f;transform:translateY(-2px)}.zh-product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.zh-product-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#f5f5f5;border-radius:6px;isolation:isolate}.zh-product-card__media:after{content:"";position:absolute;left:0;right:0;bottom:0;height:38%;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0000,#00000014)}.zh-product-card__image{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .35s ease,opacity .4s ease}.zh-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0}@media(hover:hover){.zh-product-card__media--has-alt:hover .zh-product-card__image--secondary,.zh-product-card:focus-within .zh-product-card__media--has-alt .zh-product-card__image--secondary{opacity:1;z-index:2}.zh-product-card__media--has-alt:hover .zh-product-card__image:not(.zh-product-card__image--secondary),.zh-product-card:focus-within .zh-product-card__media--has-alt .zh-product-card__image:not(.zh-product-card__image--secondary){opacity:0}}.zh-product-card:hover .zh-product-card__image:not(.zh-product-card__image--secondary){transform:scale(1.04)}.zh-product-card__placeholder{position:relative;z-index:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#e8b8cc;background:linear-gradient(180deg,#fff8fb,#f5e4ec)}.zh-product-card__placeholder svg{width:clamp(56px,18%,80px);height:clamp(56px,18%,80px);opacity:.5}.zh-product-card__badge{position:absolute;top:clamp(10px,1.2vw,14px);left:clamp(10px,1.2vw,14px);z-index:5;min-height:clamp(28px,3vw,32px);padding:clamp(4px,.5vw,6px) clamp(8px,.9vw,10px);display:inline-flex;align-items:center;justify-content:center;background:#f0358c;color:#fff;font-family:var(--font-accent--family);font-size:clamp(.75rem,.95vw,.875rem);font-weight:700;line-height:1.1;border-radius:8px;box-shadow:0 3px 10px #f0358c59}.zh-product-card__inset{position:absolute;left:clamp(8px,1vw,12px);bottom:clamp(8px,1vw,12px);z-index:4;width:clamp(52px,5.5vw,64px);height:clamp(52px,5.5vw,64px);padding:3px;border-radius:10px;background:#fff;border:2px solid rgb(255 255 255 / .95);box-shadow:0 4px 16px #00000029;overflow:hidden}.zh-product-card__inset-img{width:100%;height:100%;object-fit:cover;border-radius:7px}.zh-product-card__promo{position:absolute;left:clamp(8px,1vw,12px);right:clamp(8px,1vw,12px);bottom:clamp(8px,1vw,12px);z-index:3;display:flex;align-items:center;min-height:clamp(40px,4.5vw,48px);border-radius:10px;overflow:hidden}.zh-product-card__promo--bogo{justify-content:center;padding:clamp(8px,.95vw,12px) clamp(12px,1.2vw,16px);background:linear-gradient(180deg,#fff9f2,#fff3e6);border:1.5px solid #7ec8e0;box-shadow:0 2px 10px #0000000f}.zh-product-card__promo--deal{justify-content:center;padding:clamp(8px,.95vw,12px) clamp(12px,1.2vw,16px);background:linear-gradient(135deg,#ffe8f3,#ffd6ea);border:1.5px solid rgb(240 53 140 / .35);box-shadow:0 3px 12px #f0358c26}.zh-product-card__promo--flash{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:minmax(var(--zh-flash-promo-min-h, clamp(38px, 4.2vw, 44px)),auto);align-items:stretch;justify-content:flex-start;gap:0;padding:0;min-height:clamp(38px,4.2vw,44px);background:linear-gradient(90deg,#ffffff26,#fff0f7eb 18%,#ffe4f1f2);border:1.5px solid rgb(255 255 255 / .85);border-radius:8px;box-shadow:0 4px 16px #f0358c33;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.zh-product-card__promo-tag{grid-column:1;grid-row:1;display:flex;align-items:center;align-self:stretch;height:100%;min-height:100%;flex:0 0 auto;gap:4px;padding:0 clamp(10px,1.1vw,14px);background:linear-gradient(135deg,#f0358c,#ff5ca8);color:#fff;font-family:var(--font-accent--family);font-size:clamp(.6875rem,.85vw,.8125rem);font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.zh-product-card__promo-tag svg{flex-shrink:0}.zh-product-card__media:has(.zh-product-card__inset) .zh-product-card__promo--bogo,.zh-product-card__media:has(.zh-product-card__inset) .zh-product-card__promo--deal{padding-left:clamp(58px,6.5vw,72px);justify-content:flex-start}.zh-product-card__promo-text{display:block;font-family:var(--font-accent--family);font-size:clamp(.8125rem,1.05vw,.9375rem);font-weight:700;line-height:1.35;white-space:normal;overflow:hidden;text-overflow:ellipsis;letter-spacing:.01em}.zh-product-card__promo--bogo .zh-product-card__promo-text{color:#3d2418;text-align:center}.zh-product-card__promo--deal .zh-product-card__promo-text{color:#b8326a;text-align:center}.zh-product-card__promo--flash .zh-product-card__promo-text{grid-column:2;grid-row:1;display:flex;align-items:center;align-self:stretch;min-height:100%;flex:1;min-width:0;padding:0 clamp(10px,1.1vw,14px) 0 clamp(8px,.9vw,10px);color:#f0358c;font-weight:800;text-align:left;-webkit-text-stroke:.3px rgb(255 255 255 / .6);text-shadow:0 1px 0 rgb(255 255 255 / .55)}.zh-product-card__media:has(.zh-product-card__inset) .zh-product-card__promo-text{text-align:left}.zh-product-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.zh-product-card__tag{display:inline-block;padding:clamp(4px,.5vw,6px) clamp(8px,.9vw,11px);border:1px solid rgb(200 70 123 / .22);border-radius:8px;background:#fff8fb;font-family:var(--font-accent--family);font-size:clamp(.75rem,.95vw,.875rem);font-weight:500;line-height:1.3;color:#6f4a5e}.zh-product-card__body{display:flex;flex-direction:column;flex:1;padding-top:10px}.zh-product-card__title{margin:0 0 4px;font-family:var(--font-body--family);font-size:clamp(.875rem,1.05vw,1rem);font-weight:400;line-height:1.45;color:#1a1a1a;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.zh-product-card__rating{margin:0 0 6px;font-family:var(--font-accent--family);font-size:clamp(.8125rem,.95vw,.9375rem);line-height:1;color:#666;display:flex;gap:6px;align-items:center}.zh-product-card__star{color:#f5a800;font-size:clamp(.875rem,1vw,1rem);line-height:1}.zh-product-card__rating-num{font-weight:600;color:#333}.zh-product-card__reviews{color:#888}.zh-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.zh-product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:clamp(6px,.7vw,10px);min-width:0}.zh-product-card__price-current{font-family:var(--font-accent--family);font-weight:700;font-size:clamp(1rem,1.25vw,1.1875rem);color:#1a1a1a;letter-spacing:-.02em}.zh-product-card__price-compare{font-family:var(--font-accent--family);font-size:clamp(.8125rem,.95vw,.9375rem);font-weight:400;color:#999;text-decoration:line-through}.zh-product-card__cart{position:relative;z-index:2;flex-shrink:0;width:clamp(40px,4.2vw,48px);height:clamp(40px,4.2vw,48px);display:flex;align-items:center;justify-content:center;background:#f0358c;border-radius:10px;transition:background .2s ease,transform .12s ease,box-shadow .2s ease;box-shadow:0 3px 10px #f0358c47}button.zh-product-card__cart{margin:0;padding:0;border:0;font:inherit;color:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.zh-product-card__cart svg{width:clamp(18px,1.8vw,22px);height:clamp(18px,1.8vw,22px)}.zh-product-card__cart:hover{background:#ff5ca8;box-shadow:0 4px 14px #f0358c61}.zh-product-card__cart:active{background:#d92a78;transform:scale(.94)}.zh-product-card--unice{--zh-card-promo-min-h: 44px;--zh-card-promo-font: .8125rem;--zh-card-promo-tag-font: .6875rem;padding:0;border:none;border-radius:0;box-shadow:none;background:transparent}.zh-product-card--unice:hover{transform:none;box-shadow:none}.zh-product-card--unice .zh-product-card__media{aspect-ratio:4 / 5.2;border-radius:12px;background:#f0f0f0;transition:transform .4s ease}.zh-product-card--unice .zh-product-card__media:after{display:none}.zh-product-card--unice .zh-product-card__image{transition:transform .4s ease,opacity .4s ease}@media(hover:hover){.zh-product-card--unice:hover .zh-product-card__media--has-alt{transform:scale(1.03)}.zh-product-card--unice:hover .zh-product-card__media--has-alt .zh-product-card__image{transform:none}.zh-product-card--unice:hover .zh-product-card__image:not(.zh-product-card__image--secondary){transform:none}}.zh-product-card--unice:hover .zh-product-card__image:not(.zh-product-card__image--secondary){transform:scale(1.03)}.zh-product-card--unice .zh-product-card__badge{top:12px;left:12px;min-height:28px;padding:4px 8px;font-size:.8125rem;border-radius:8px}.zh-product-card--unice .zh-product-card__inset{left:12px;bottom:46px;width:56px;height:56px;border-radius:10px}.zh-product-card--unice .zh-product-card__inset-img{border-radius:7px}.zh-product-card--unice .zh-product-card__promo{left:0;right:0;bottom:0;min-height:var(--zh-card-promo-min-h, 44px);padding:10px 12px;border-radius:0 0 12px 12px}.zh-product-card--unice .zh-product-card__promo--bogo{background:#dff3f8;border:none;padding:10px 12px}.zh-product-card--unice .zh-product-card__promo--deal,.zh-product-card--unice .zh-product-card__promo--flash{background:#ffe4f0;border:none}.zh-product-card--unice .zh-product-card__promo--flash{--zh-flash-promo-min-h: var(--zh-card-promo-min-h, 44px);display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:minmax(var(--zh-flash-promo-min-h, 44px),auto);border-radius:0 0 12px 12px;padding:0;min-height:var(--zh-card-promo-min-h, 44px);align-items:stretch}.zh-product-card--unice .zh-product-card__promo-tag{display:flex;align-items:center;height:100%;min-height:100%;font-size:var(--zh-card-promo-tag-font, .6875rem);border-radius:0}.zh-product-card--unice .zh-product-card__promo-text{font-size:var(--zh-card-promo-font, .8125rem);line-height:1.35}.zh-product-card--unice .zh-product-card__tags--unice{margin-top:12px;gap:8px}.zh-product-card--unice .zh-product-card__tags--unice .zh-product-card__tag{padding:5px 12px;border:1px solid rgb(201 160 96 / .22);border-radius:8px;background:#fffaf6;font-size:.75rem;font-weight:500;color:#7a6455;text-transform:capitalize}.zh-product-card--unice .zh-product-card__body{padding-top:10px}.zh-product-card--unice .zh-product-card__title{margin:0 0 6px;font-size:clamp(.9375rem,1.1vw,1.0625rem);font-weight:600;line-height:1.4;-webkit-line-clamp:2}.zh-product-card--unice .zh-product-card__rating{margin-bottom:8px;font-size:.875rem}.zh-product-card--unice .zh-product-card__reviews{text-decoration:underline;text-underline-offset:2px;color:#888}.zh-product-card--unice .zh-product-card__star{color:var(--zh-pdp-gold, #e8b020)}.zh-product-card--unice .zh-product-card__price-current{font-size:clamp(1.0625rem,1.3vw,1.25rem);font-weight:800}.zh-product-card--unice .zh-product-card__price-compare{font-size:.8125rem;color:#b0a59c}.zh-product-card--unice .zh-product-card__cart{width:44px;height:44px;border-radius:var(--zh-pdp-radius-xs, 8px);background:#f0358c;border:0;box-shadow:0 2px 8px #f0358c47;opacity:1;visibility:visible}.zh-product-card--unice .zh-product-card__cart svg path{stroke:#fff}.zh-product-card--unice .zh-product-card__cart:hover{background:#f0358c;border-color:#f0358c;box-shadow:0 4px 14px #f0358c47;transform:translateY(-1px)}.zh-product-card--unice .zh-product-card__cart:hover svg path{stroke:#fff}.zh-product-grid>*{min-width:0;overflow:visible}.zh-product-grid .zh-product-card--unice{display:flex;flex-direction:column;height:auto;align-self:start;padding:0;margin:0;border:1px solid #f0e8e2;border-radius:8px;overflow:hidden;background:#fff;box-shadow:none;transition:border-color .22s ease,box-shadow .22s ease,transform .22s cubic-bezier(.34,1.4,.64,1)}.zh-product-grid .zh-product-card--unice[hidden]{display:none!important}.zh-product-grid .zh-product-card--unice:focus-within{box-shadow:0 8px 24px #1a121014,0 0 0 2px #f0358c33}.zh-product-grid .zh-product-card--unice .zh-product-card__image,.zh-product-grid .zh-product-card--unice .zh-product-card__placeholder{transition:transform .25s cubic-bezier(.34,1.4,.64,1),opacity .4s ease}.zh-product-grid .zh-product-card--unice .zh-product-card__media{transition:transform .25s cubic-bezier(.34,1.4,.64,1)}@media(hover:hover){.zh-product-grid .zh-product-card--unice:hover{border-color:#f0358c47;box-shadow:0 10px 28px #1a121014;transform:translateY(-2px)}.zh-product-grid .zh-product-card--unice:hover .zh-product-card__title{color:#f0358c}.zh-product-grid .zh-product-card--unice:hover .zh-product-card__image,.zh-product-grid .zh-product-card--unice:hover .zh-product-card__placeholder,.zh-product-grid .zh-product-card--unice:hover .zh-product-card__media--has-alt{transform:scale(1.03)}.zh-product-grid .zh-product-card--unice:hover .zh-product-card__media--has-alt .zh-product-card__image{transform:none}.zh-product-grid .zh-product-card--unice:hover .zh-product-card__promo{filter:brightness(1.03)}.zh-product-grid .zh-product-card--unice:hover .zh-product-card__tags--unice .zh-product-card__tag{border-color:#f0358c47;background:#fff5f9;color:#b8326a}.zh-product-grid .zh-product-card--unice:hover .zh-product-card__price-current{color:#f0358c;transform:translate(2px)}.zh-product-grid .zh-product-card--unice:hover .zh-product-card__cart:not(:hover){background:#ff4da6;box-shadow:0 4px 14px #f0358c61;transform:scale(1.06)}}.zh-product-grid .zh-product-card--unice:active:not(:has(.zh-product-card__cart:active)){transform:translateY(-1px) scale(.992);transition-duration:.1s;box-shadow:0 4px 16px #f0358c1a}.zh-product-grid .zh-product-card--unice.is-card-tap{animation:zh-col-card-tap .34s cubic-bezier(.34,1.4,.64,1)}@keyframes zh-col-card-tap{0%{transform:scale(1)}45%{transform:scale(.985)}to{transform:scale(1)}}@media(hover:hover){.zh-product-grid .zh-product-card--unice.is-card-tap{animation:zh-col-card-tap-hover .34s cubic-bezier(.34,1.4,.64,1)}@keyframes zh-col-card-tap-hover{0%{transform:translateY(-2px) scale(1)}45%{transform:translateY(-2px) scale(.985)}to{transform:translateY(-2px) scale(1)}}}.zh-product-grid .zh-product-card--unice .zh-product-card__media{aspect-ratio:3 / 3.75;border-radius:0;background:#f3f3f3}.zh-product-grid .zh-product-card--unice .zh-product-card__media:after{display:none}.zh-product-grid .zh-product-card--unice .zh-product-card__placeholder{background:linear-gradient(180deg,#fafafa,#efefef)}.zh-product-grid .zh-product-card--unice .zh-product-card__placeholder svg{width:40px;height:40px;opacity:.35}.zh-product-grid .zh-product-card--unice .zh-product-card__badge{top:8px;left:8px;min-height:26px;padding:4px 8px;font-size:.75rem;border-radius:8px}.zh-product-grid .zh-product-card--unice .zh-product-card__promo{left:0;right:0;bottom:0;min-height:var(--zh-card-promo-min-h, 44px);padding:10px 12px;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.zh-product-grid .zh-product-card--unice .zh-product-card__promo--bogo{background:#dff3f8}.zh-product-grid .zh-product-card--unice .zh-product-card__promo--deal,.zh-product-grid .zh-product-card--unice .zh-product-card__promo--flash{background:#ffe4f0}.zh-product-grid .zh-product-card--unice .zh-product-card__promo--flash{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:minmax(var(--zh-card-promo-min-h, 44px),auto);border-radius:0;min-height:var(--zh-card-promo-min-h, 44px);padding:0;align-items:stretch}.zh-product-grid .zh-product-card--unice .zh-product-card__promo-tag{display:flex;align-items:center;height:100%;min-height:100%;padding:0 12px;font-size:var(--zh-card-promo-tag-font, .6875rem)}.zh-product-grid .zh-product-card--unice .zh-product-card__promo-text{display:flex;align-items:center;min-height:100%;font-size:var(--zh-card-promo-font, .8125rem);line-height:1.35}.zh-product-grid .zh-product-card--unice .zh-product-card__tags--unice{display:flex;flex-wrap:wrap;gap:4px;margin:0;padding:8px 10px 0;overflow:hidden}.zh-product-grid .zh-product-card--unice .zh-product-card__tags--unice .zh-product-card__tag{flex:0 1 auto;max-width:100%;padding:3px 8px;font-size:.6875rem;line-height:1.3;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zh-product-grid .zh-product-card--unice .zh-product-card__tags--unice .zh-product-card__tag:nth-child(n+3){display:none}.zh-product-grid .zh-product-card--unice .zh-product-card__body{display:flex;flex-direction:column;flex:0 0 auto;gap:3px;padding:6px 10px 10px}.zh-product-grid .zh-product-card--unice .zh-product-card__title{margin:0;font-size:.8125rem;font-weight:600;line-height:1.35;min-height:0;-webkit-line-clamp:2}.zh-product-grid .zh-product-card--unice .zh-product-card__rating{margin:0;font-size:.6875rem;gap:3px;line-height:1;color:#888}.zh-product-grid .zh-product-card--unice .zh-product-card__reviews{display:none}.zh-product-grid .zh-product-card--unice .zh-product-card__footer{margin-top:6px;gap:10px;align-items:center}.zh-product-grid .zh-product-card--unice .zh-product-card__price{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0}.zh-product-grid .zh-product-card--unice .zh-product-card__price--on-sale .zh-product-card__price-current{color:#b8326a}.zh-product-grid .zh-product-card--unice .zh-product-card__price-current{font-family:var(--font-accent--family);font-size:1.1875rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#2a1520;transition:color .22s ease,transform .22s cubic-bezier(.34,1.4,.64,1)}.zh-product-grid .zh-product-card--unice .zh-product-card__price-compare{font-family:var(--font-body--family);font-size:.8125rem;font-weight:500;line-height:1.2;color:#9a7888;text-decoration:line-through}.zh-product-grid .zh-product-card--unice .zh-product-card__cart{position:relative;z-index:2;width:42px;height:42px;min-width:44px;min-height:44px;flex-shrink:0;border-radius:8px;background:#f0358c;border:0;overflow:hidden;box-shadow:0 2px 8px #f0358c47;opacity:1;visibility:visible;pointer-events:auto;transition:background .22s ease,transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}.zh-product-grid .zh-product-card--unice .zh-product-card__cart:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(circle,rgb(255 255 255 / .5) 0%,transparent 68%);opacity:0;transform:scale(.2);transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .35s ease;pointer-events:none}.zh-product-grid .zh-product-card--unice .zh-product-card__cart:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(105deg,transparent 35%,rgb(255 255 255 / .32) 50%,transparent 65%);transform:translate(-120%);transition:transform .5s cubic-bezier(.22,1,.36,1);pointer-events:none}.zh-product-grid .zh-product-card--unice .zh-product-card__cart:focus-visible{outline:2px solid #fff;outline-offset:2px;box-shadow:0 0 0 3px #f0358c73}.zh-product-grid .zh-product-card--unice .zh-product-card__cart svg{position:relative;z-index:2;width:20px;height:20px;transition:transform .2s cubic-bezier(.34,1.4,.64,1)}.zh-product-grid .zh-product-card--unice .zh-product-card__cart svg path{stroke:#fff}.zh-product-grid .zh-product-card--unice .zh-product-card__cart:hover{background:#ff5ca8;transform:scale(1.1) translateY(-1px);box-shadow:0 6px 18px #f0358c6b}.zh-product-grid .zh-product-card--unice .zh-product-card__cart:hover:after{transform:translate(120%)}.zh-product-grid .zh-product-card--unice .zh-product-card__cart:hover svg{transform:scale(1.08) translateY(-1px)}.zh-product-grid .zh-product-card--unice .zh-product-card__cart:active{background:#d92a78;transform:scale(.92);box-shadow:0 1px 6px #f0358c40}.zh-product-grid .zh-product-card--unice .zh-product-card__cart:active:before{opacity:1;transform:scale(2.2);transition:transform .18s cubic-bezier(.22,1,.36,1),opacity .18s ease}.zh-product-grid .zh-product-card--unice .zh-product-card__cart.is-tap{animation:zh-col-cart-tap .36s cubic-bezier(.34,1.4,.64,1)}@keyframes zh-col-cart-tap{0%{transform:scale(1)}40%{transform:scale(.88)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.zh-product-grid .zh-product-card--unice,.zh-product-grid .zh-product-card--unice .zh-product-card__image,.zh-product-grid .zh-product-card--unice .zh-product-card__placeholder,.zh-product-grid .zh-product-card--unice .zh-product-card__cart,.zh-product-grid .zh-product-card--unice .zh-product-card__price-current{transition:none!important}.zh-product-grid .zh-product-card--unice:hover,.zh-product-grid .zh-product-card--unice:active{transform:none}.zh-product-grid .zh-product-card--unice .zh-product-card__cart.is-tap,.zh-product-grid .zh-product-card--unice.is-card-tap{animation:none}}@media screen and (max-width:749px){.zh-product-grid .zh-product-card--unice{--zh-card-promo-min-h: 26px;--zh-card-promo-font: .5625rem;--zh-card-promo-tag-font: .5625rem}.zh-product-grid .zh-product-card--unice .zh-product-card__media{position:relative;overflow:hidden;aspect-ratio:3 / 4}.zh-product-grid .zh-product-card--unice .zh-product-card__inset{display:none}.zh-product-grid .zh-product-card--unice .zh-product-card__promo{position:absolute;left:0;right:0;bottom:0;top:auto;z-index:4;display:flex;align-items:center;justify-content:center;min-height:var(--zh-card-promo-min-h);height:var(--zh-card-promo-min-h);padding:0 6px;border:0;border-top:1px solid rgb(126 200 224 / .55);border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.zh-product-grid .zh-product-card--unice .zh-product-card__promo--bogo,.zh-product-grid .zh-product-card--unice .zh-product-card__promo--deal{background:#dff3f8;border-top-color:#7ec8e0}.zh-product-grid .zh-product-card--unice .zh-product-card__promo--flash{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:var(--zh-card-promo-min-h);align-items:stretch;justify-content:stretch;min-height:var(--zh-card-promo-min-h);height:var(--zh-card-promo-min-h);padding:0;background:linear-gradient(90deg,#ff4da6,#ffdceb 42%,#ffe4f0);border-top:0}.zh-product-grid .zh-product-card--unice .zh-product-card__promo-tag{align-self:stretch;height:auto;min-height:0;padding:0 6px;font-size:var(--zh-card-promo-tag-font);letter-spacing:.02em;border-radius:0}.zh-product-grid .zh-product-card--unice .zh-product-card__promo-tag svg{width:8px;height:8px}.zh-product-grid .zh-product-card--unice .zh-product-card__promo-text{display:block;flex:1;min-width:0;padding:0 4px;font-size:var(--zh-card-promo-font);font-weight:700;line-height:var(--zh-card-promo-min-h);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.zh-product-grid .zh-product-card--unice .zh-product-card__promo--flash .zh-product-card__promo-text{grid-column:2;grid-row:1;display:block;padding:0 6px 0 2px;color:#d92a78;font-weight:800;line-height:var(--zh-card-promo-min-h);text-align:left;-webkit-text-stroke:0;text-shadow:none}.zh-product-grid .zh-product-card--unice .zh-product-card__media:has(.zh-product-card__inset) .zh-product-card__promo--bogo,.zh-product-grid .zh-product-card--unice .zh-product-card__media:has(.zh-product-card__inset) .zh-product-card__promo--deal{padding-left:6px;justify-content:center}.zh-product-grid .zh-product-card--unice .zh-product-card__tags--unice{gap:3px;padding:5px 8px 0}.zh-product-grid .zh-product-card--unice .zh-product-card__tags--unice .zh-product-card__tag{padding:2px 6px;font-size:.5625rem;border-radius:4px}.zh-product-grid .zh-product-card--unice .zh-product-card__body{padding:5px 8px 8px;gap:2px}.zh-product-grid .zh-product-card--unice .zh-product-card__title{font-size:.75rem;line-height:1.3;-webkit-line-clamp:2}.zh-product-grid .zh-product-card--unice .zh-product-card__rating{margin:0;font-size:.625rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/zh-product-card.css.map */
