:root{--product-card-radius: 22px;--product-card-padding: 1.5rem;--product-card-border: 1px solid rgba(24, 22, 45, .08);--product-card-highlight: #7d6ce5;--product-card-highlight-soft: rgba(125, 108, 229, .12);--product-card-sale: #ff6f7d}.product-card{display:flex;flex-direction:column;height:100%;border-radius:var(--product-card-radius);background:#fff;border:var(--product-card-border);box-shadow:none!important;overflow:hidden;position:relative;transition:border-color .25s ease}.product-card:hover{border-color:#7d6ce559}.product-card__media-wrapper{position:relative;overflow:hidden;aspect-ratio:var(--product-card-media-ratio, .75);background:#fff}.product-card__media-link{display:block;width:100%;height:100%;position:relative;z-index:1}.product-card__media{width:100%;height:100%;position:relative}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,opacity .35s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media.media--hover-effect:hover .product-card__image--secondary,.product-card__media.media--hover-effect:focus-within .product-card__image--secondary{opacity:1}.product-card__media.media--hover-effect:hover .product-card__image,.product-card__media.media--hover-effect:focus-within .product-card__image{transform:scale(1.03)}.product-card__badges{position:absolute;top:14px;left:14px;right:14px;display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap;pointer-events:none;z-index:3}.product-card__badges>*{pointer-events:auto}.product-card__badge-group{display:flex;gap:10px;flex-wrap:wrap}.product-card__badge{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;letter-spacing:.01em;padding:.35rem .75rem;border-radius:999px;color:#fff;background:var(--product-card-highlight)}.product-card__badge--sale{background:var(--product-card-sale)}.product-card__badge--sale:before{content:"";width:8px;height:8px;border-radius:999px;background:#ffffff8c}.product-card__badge-icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center}.product-card__wishlist{pointer-events:auto;border:0;background:#ffffffeb;color:var(--product-card-highlight);height:46px;width:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 26px #18162d2e;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease;flex:0 0 auto}.product-card__wishlist[aria-hidden=true]{pointer-events:none;background:var(--product-card-highlight-soft);color:var(--product-card-highlight);box-shadow:none}.product-card__wishlist:hover{transform:translateY(-2px)}.product-card__wishlist:focus-visible{outline:2px solid var(--product-card-highlight);outline-offset:2px}.product-card__wishlist .product-card__wishlist-icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center}.product-card__wishlist .product-card__wishlist-icon svg,.product-card__wishlist .product-card__wishlist-icon svg path,.product-card__wishlist .product-card__wishlist-icon svg use{fill:currentColor!important;stroke:currentColor!important}.product-card__wishlist.is-active,.product-card__wishlist[aria-pressed=true],.product-card__wishlist[aria-checked=true],.product-card__wishlist.swym-added,.product-card__wishlist.active{background:var(--product-card-highlight)!important;color:#fff!important;box-shadow:none!important;transform:translateY(-1px)}.product-card__body{display:flex;flex-direction:column;gap:1rem;padding:var(--product-card-padding);flex:1 1 auto}.product-card__meta{display:flex;flex-direction:column;gap:.55rem}.product-card__title{font-size:1.15rem;font-weight:700;line-height:1.3;margin:0 0 .4rem;color:#18162df0}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover,.product-card__title a:focus{color:var(--product-card-highlight)}.product-card__description{font-size:.92rem;line-height:1.5;color:#18162da8;margin:0}.product-card__rating{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:#18162db3}.product-card__rating-count{opacity:.72}.product-card__footer{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.product-card__price .price-item--regular{font-size:1.3rem;font-weight:800;color:#1f1934}.product-card__price .price-item--sale,.product-card__price .price__sale .price-item--regular{color:var(--product-card-sale)}.product-card__price .price-item--compare{font-size:.95rem;opacity:.55}.product-card__actions{display:flex;align-items:stretch;gap:.75rem;position:relative}.product-card__action-main{flex:1 1 auto;display:flex;flex-direction:column}.product-card__action-main>*{width:100%}.button--sold-out{background:rgba(var(--color-foreground),.08)!important;color:rgba(var(--color-foreground),.6)!important;border-color:transparent!important;cursor:not-allowed;pointer-events:none;box-shadow:none!important}.product-card__actions .button{width:100%;border-radius:999px;font-weight:700;padding:.9rem 1.4rem;background:var(--product-card-highlight);color:#fff;border:none;box-shadow:none!important}.product-card__actions .button:hover{background:#6b58dc}.product-card__actions .button:active{background:#5b4bd1}.product-card__actions .quick-add__submit{display:inline-flex;justify-content:center;align-items:center;gap:.4rem}.product-card__actions .sold-out-message{margin-left:.25rem}.product-card__actions .button svg{width:18px;height:18px}.product-card__wishlist-toast{position:absolute;right:0;bottom:calc(100% + 12px);transform:translateY(20%);background:#18162deb;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:.35rem .75rem;border-radius:999px;box-shadow:0 14px 28px #18162d38;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:4;max-width:calc(100% - 28px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__wishlist-toast.is-visible{opacity:1;transform:translateY(0)}.product-card__actions>.product-card__wishlist{display:inline-flex}.product-card__wishlist--in-badges .product-card__wishlist{display:none}@media (max-width: 400px){.product-card__badges{justify-content:space-between;gap:10px}.product-card__wishlist--in-badges .product-card__wishlist{display:inline-flex!important;width:26px;height:26px;min-width:26px;min-height:26px;border-radius:999px;align-items:center;justify-content:center;background:#ffffffeb;color:var(--product-card-highlight);box-shadow:0 8px 18px #18162d29}.product-card__wishlist--in-badges .product-card__wishlist .product-card__wishlist-icon{width:18px;height:18px}.product-card__actions>.product-card__wishlist{display:none!important}}@media (max-width: 749px){.product-card{border-radius:20px}.product-card__media-wrapper{aspect-ratio:1/1}.product-card__wishlist{height:40px;width:40px}.product-card__wishlist .product-card__wishlist-icon{width:20px;height:20px}.product-card__wishlist-toast{bottom:calc(100% + 10px);transform:translateY(10%)}.product-card__wishlist-toast.is-visible{transform:translateY(0)}.product-card__body{padding:1.25rem 1.25rem 1.35rem;gap:.85rem}.product-card__title{font-size:1.05rem}.product-card__description{font-size:.9rem}}@media (prefers-reduced-motion: reduce){.product-card,.product-card__media img,.product-card__wishlist,.product-card__wishlist-toast{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/component-product-card.css.map */
