.zs-card{display:flex;flex-direction:column;min-width:0}.zs-card__media{position:relative;border-radius:var(--zs-radius-card, 12px);overflow:hidden;background:#f3efec;box-shadow:0 1px 2px #2020200a;transition:box-shadow .45s var(--zs-ease)}.zs-card:hover .zs-card__media{box-shadow:0 14px 32px #2020201a}.zs-card__media-link{display:block;position:relative;aspect-ratio:var(--zs-card-ratio, 3/4)}.zs-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s var(--zs-ease),opacity .55s var(--zs-ease)}.zs-card:hover .zs-card__img--primary{transform:scale(1.05)}.zs-card__img--secondary{opacity:0}@media(hover:hover){.zs-card--has-swap:hover .zs-card__img--primary{opacity:0}.zs-card--has-swap:hover .zs-card__img--secondary{opacity:1;transform:scale(1.05)}}.zs-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.zs-card__placeholder-svg{width:64%;opacity:.28}.zs-card__badge{position:absolute;top:10px;left:10px;z-index:2;padding:.36em .72em;border-radius:999px;font-family:var(--font-body--family, "Manrope", sans-serif);font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;line-height:1;color:#fff;background:var(--zs-dark, #181818)}.zs-card__badge--sale{background:var(--zs-sale, #b24646)}.zs-card__badge--new{background:#181818e0}.zs-card__badge--soldout{background:var(--zs-text-muted, #949494)}.zs-card__tools{position:absolute;top:10px;right:10px;z-index:3;display:flex;flex-direction:column;gap:8px}.zs-card__tool{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;cursor:pointer;color:var(--zs-text, #202020);background:#fffffff0;box-shadow:0 2px 8px #2020201f;transition:color .28s ease,background .28s ease,transform .28s var(--zs-ease)}.zs-card__tool:hover{color:var(--zs-accent-hover, #be7786);transform:scale(1.06)}.zs-card__tool:active{transform:scale(.96)}.zs-card__tool-icon{width:17px;height:17px}.zs-card__tool--wishlist.is-active{color:var(--zs-accent, #d79aa5)}.zs-card__tool--wishlist.is-active .zs-card__tool-icon path{fill:currentColor}@media(hover:hover){.zs-card__tools{opacity:0;transform:translate(6px);transition:opacity .32s var(--zs-ease),transform .32s var(--zs-ease)}.zs-card:hover .zs-card__tools,.zs-card:focus-within .zs-card__tools{opacity:1;transform:none}}.zs-card__body{display:flex;flex-direction:column;gap:.34rem;padding-top:.85rem}.zs-card__vendor{margin:0;font-family:var(--font-body--family, "Manrope", sans-serif);font-size:.66rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--zs-text-muted, #949494)}.zs-card__title{margin:0;font-weight:400}.zs-card__title-link{font-family:var(--font-body--family, "Manrope", sans-serif);font-size:.92rem;font-weight:500;line-height:1.45;color:var(--zs-text, #202020);text-decoration:none;transition:color .28s ease;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.zs-card__title-link:hover{color:var(--zs-accent-hover, #be7786)}.zs-card__rating{display:flex;align-items:center;gap:.35rem;font-family:var(--font-body--family, "Manrope", sans-serif);font-size:.75rem;color:var(--zs-text-secondary, #6b6b6b)}.zs-card__stars{position:relative;display:inline-block;white-space:nowrap}.zs-card__stars-bg{color:var(--zs-border, #ece6e2);letter-spacing:.08em}.zs-card__stars-fg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;color:var(--zs-accent, #d79aa5);letter-spacing:.08em}.zs-card__rating-count{color:var(--zs-text-muted, #949494)}.zs-card__jdgm{line-height:1;margin:.05rem 0}.zs-card__jdgm .jdgm-prev-badge{display:flex;align-items:center;gap:.35rem}.zs-card__jdgm .jdgm-prev-badge__stars{display:inline-flex;line-height:1}.zs-card__jdgm .jdgm-star{color:var(--zs-accent, #d79aa5);font-size:.82rem;margin:0;padding:0 .02em}.zs-card__jdgm .jdgm-star.jdgm--off{color:var(--zs-border, #ece6e2)}.zs-card__jdgm .jdgm-prev-badge__text{font-family:var(--font-body--family, "Manrope", sans-serif);font-size:.75rem;font-weight:400;color:var(--zs-text-secondary, #6b6b6b)}.zs-card__jdgm .jdgm-prev-badge[data-average-rating="0.00"]{display:none}.zs-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.45rem;margin:.1rem 0 0;font-family:var(--font-body--family, "Manrope", sans-serif);font-size:.92rem;font-weight:600;color:var(--zs-text, #202020)}.zs-card__price-now--sale{color:var(--zs-sale, #b24646)}.zs-card__price-was{font-weight:400;font-size:.84rem;color:var(--zs-text-muted, #949494)}.zs-card__price-save{font-size:.68rem;font-weight:600;letter-spacing:.06em;color:var(--zs-success, #3f6c52)}.zs-card__price-was:empty,.zs-card__price-save:empty{display:none}.zs-card__swatches{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:.35rem 0 0;padding:0;border:0}.zs-card__swatch{cursor:pointer;line-height:0}.zs-card__swatch-visual{display:inline-grid;place-items:center;transition:box-shadow .24s ease,border-color .24s ease,color .24s ease,background .24s ease}.zs-card__swatches--color .zs-card__swatch-visual{width:20px;height:20px;border-radius:50%;background-color:var(--zs-swatch-color, #ddd);background-image:var(--zs-swatch-image, none);background-size:cover;box-shadow:inset 0 0 0 1px #20202024}.zs-card__swatch-input:checked+.zs-card__swatch-visual{box-shadow:inset 0 0 0 1px #20202024,0 0 0 2px var(--zs-bg-white, #fff),0 0 0 3px var(--zs-text, #202020)}.zs-card__swatches--pill .zs-card__swatch-visual{min-width:26px;padding:.3em .55em;border-radius:6px;font-family:var(--font-body--family, "Manrope", sans-serif);font-size:.68rem;font-weight:500;line-height:1.2;color:var(--zs-text-secondary, #6b6b6b);box-shadow:inset 0 0 0 1px var(--zs-border, #ece6e2)}.zs-card__swatches--pill .zs-card__swatch-input:checked+.zs-card__swatch-visual{color:#fff;background:var(--zs-dark, #181818);box-shadow:inset 0 0 0 1px var(--zs-dark, #181818)}.zs-card__swatch-input:focus-visible+.zs-card__swatch-visual{outline:2px solid var(--zs-accent, #d79aa5);outline-offset:2px}.zs-card__swatch--unavailable .zs-card__swatch-visual{opacity:.35}.zs-card__swatch-more{font-family:var(--font-body--family, "Manrope", sans-serif);font-size:.68rem;color:var(--zs-text-muted, #949494)}.zs-card__cta{margin-top:.6rem}.zs-card__cta .quick-add,.zs-card__cta quick-add-component{position:static;display:block;width:100%;opacity:1;transform:none;inset:auto}.zs-card__cta .quick-add__button,.zs-card__soldout{width:100%;justify-content:center;padding-block:.85rem;font-size:.72rem;text-decoration:none}.zs-card__soldout{display:flex}.zs-card__cta .add-to-cart-icon{display:none}@media(max-width:749px){.zs-card__title-link,.zs-card__price{font-size:.86rem}.zs-card__tool{width:31px;height:31px}.zs-card__tool-icon{width:15px;height:15px}.zs-card__cta .quick-add__button{padding-block:.75rem}}@media(prefers-reduced-motion:reduce){.zs-card__img,.zs-card__media,.zs-card__tools,.zs-card__tool{transition:none}.zs-card:hover .zs-card__img--primary,.zs-card--has-swap:hover .zs-card__img--secondary,.zs-card__tool:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/zs-product-card.css.map */
