.product-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:var(--dm-radius-card);box-shadow:var(--dm-shadow-card);transition:transform .3s ease,box-shadow .3s ease;height:100%}@media(hover:hover)and (pointer:fine){.product-card:hover{transform:translateY(-4px);box-shadow:var(--dm-shadow-card-hover)}}@media screen and (max-width:749px){.product-card{border-radius:var(--dm-radius-card-mobile);box-shadow:var(--dm-shadow-card-mobile)}}.product-card__media-wrap{position:relative}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;margin:8px;border-radius:var(--dm-radius-media);overflow:hidden;background:var(--dm-bg-soft);text-decoration:none}.product-card__main-image,.product-card__hover-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:var(--dm-radius-media);display:block}.product-card__main-image{z-index:1;animation:dm-fade-in .4s ease both;transition:transform 1.1s cubic-bezier(.15,.75,.5,1) 0s}.product-card__hover-image{z-index:2;opacity:0;transition:opacity .8s ease,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s}.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.product-card__placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover;fill:rgba(var(--dm-ink),.15)}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__main-image{transform:scale3d(1.06,1.06,1)}.product-card:hover .product-card__hover-image{opacity:1;transform:scale3d(1.06,1.06,1)}}.product-card__tags{position:absolute;top:18px;inset-inline-start:18px;z-index:3;display:flex;flex-wrap:wrap;gap:8px;pointer-events:none}.product-card__tags .dm-badge{padding:4px 12px;font-size:1.1rem;font-weight:600;line-height:1.45;border-radius:var(--dm-radius-badge)}.product-card__tags .dm-badge--new{box-shadow:0 2px 8px #64bf994d}.product-card__tags .dm-badge--sale{box-shadow:0 2px 8px #da3f3f4d}.product-card__tags .dm-badge--soldout{box-shadow:0 2px 8px rgba(var(--dm-ink),.3)}.product-card__addons{position:absolute;inset-inline:20px;bottom:28px;z-index:4;display:flex;justify-content:center;gap:10px;transform:translateY(150%);opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:none}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__addons,.product-card:focus-within .product-card__addons{transform:translateY(0);opacity:1;pointer-events:auto}}@media(hover:none),(pointer:coarse){.product-card__addons{transform:none;opacity:1;pointer-events:auto}}@media screen and (max-width:749px){.product-card__addons{transform:none;opacity:1;pointer-events:auto}}.product-card__addons .dm-wish-heart,.product-card__addon-btn{width:40px;height:40px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--dm-ink-hex);box-shadow:0 2px 8px #0000001f;cursor:pointer;text-decoration:none;padding:0;transition:background .25s ease,color .25s ease,transform .25s ease}@media screen and (min-width:750px){.product-card__addons .dm-wish-heart,.product-card__addon-btn{width:40px;height:40px;min-width:0;min-height:0}}.product-card__addons .dm-wish-heart:hover,.product-card__addon-btn:hover{background:var(--dm-ink-hex);color:#fff}.product-card__addons .dm-wish-heart .dm-wish-heart__icon{width:19px;height:17px}.product-card__quickview-icon{width:17px;height:11px}.product-card__addons .dm-wish-heart[aria-pressed=true]{color:var(--dm-sale)}.product-card__addons .dm-wish-heart[aria-pressed=true]:hover{background:var(--dm-ink-hex);color:var(--dm-sale)}.product-card__addons .dm-wish-heart[aria-pressed=true] .dm-wish-heart__icon path{fill:currentColor}.product-card__info{margin-top:20px;padding-inline:8px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.product-card__title{margin:0;min-height:54px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;line-height:1.5;color:var(--dm-ink-hex)}.product-card__title-link{color:inherit;text-decoration:none;transition:color .25s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(hover:hover){.product-card__title-link:hover{color:rgb(var(--dm-ink-hover))}}.product-card__price{line-height:1.5;font-weight:400}.product-card__price .price{display:inline-flex;justify-content:center;font-size:1.6rem;color:var(--dm-ink-hex)}.product-card__price .price__container{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2px 8px}.product-card__price .price__regular,.product-card__price .price--on-sale .price__sale{display:inline-flex;flex-wrap:wrap;align-items:center;gap:2px 8px}.product-card__price .price:not(.price--on-sale) .price__sale{display:none}.product-card__price .price--on-sale .price__regular{display:none}.product-card__price .price-item{margin:0;font-size:inherit;line-height:1.5;letter-spacing:0}.product-card__price .price-item--regular{color:var(--dm-ink-hex)}.product-card__price .price--on-sale .price__sale .price-item--sale{color:var(--dm-sale-price);font-weight:400}.product-card__price .price--on-sale .price__sale s.price-item,.product-card__price s.price-item{color:var(--dm-muted);font-size:87.5%;text-decoration:line-through}.product-card__price .price--on-sale .price__sale .price-item--last{color:var(--dm-sale-price)}.product-card__price .price--sold-out .price-item{opacity:1}.product-card__price .price__badge-sale,.product-card__price .price__badge-sold-out,.product-card__price .price__availability{display:none}.product-card__price .visually-hidden{position:absolute}.product-card__action-wrapper{margin-top:16px;padding:0 8px 12px}.product-card__form{margin:0}.product-card__action-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:12px 20px;border:none;border-radius:var(--dm-radius-media);background:var(--dm-ink-hex);color:#fff;font-family:inherit;font-size:1.5rem;font-weight:500;line-height:1.4667;text-align:center;text-decoration:none;cursor:pointer;box-shadow:var(--dm-shadow-action);transition:background .25s ease,transform .25s ease,box-shadow .25s ease;-webkit-appearance:none;appearance:none}.product-card__action-btn span{color:inherit}@media(hover:hover)and (pointer:fine){.product-card__action-btn:hover{background:rgb(var(--dm-ink-hover));transform:translateY(-2px);box-shadow:var(--dm-shadow-action-hover)}}.product-card__action-btn:focus-visible{outline:2px solid var(--dm-ink-hex);outline-offset:2px}.product-card__action-btn:disabled,.product-card__action-btn[aria-disabled=true],.product-card__action-btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none;transform:none;box-shadow:var(--dm-shadow-action)}.product-card__action-btn .loading__spinner{display:none}.product-card__action-btn.loading .loading__spinner{display:flex;position:absolute;inset-inline-end:12px;top:50%;transform:translateY(-50%)}.product-card__action-btn.loading>span{visibility:hidden}.product-card__action-btn .sold-out-message.hidden{display:none}@media screen and (max-width:749px){.product-card__title{font-size:1.6rem;min-height:48px}.product-card__info{margin-top:14px}.product-card__action-wrapper{margin-top:12px}.product-card__tags{top:12px;inset-inline-start:12px}.product-card__addons{inset-inline:12px;bottom:20px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/dm-card.css.map */
