.product-card-item{position:relative;display:flex;flex-direction:column;width:100%;text-align:left;background-color:transparent}.product-card-media-wrapper{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background-color:var(--color-bg-secondary, #F8F8F8)}.product-card-image-link{display:block;width:100%;height:100%;position:relative}.product-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .4s ease}.product-img-secondary{opacity:0}.product-card-item:hover .product-img-secondary{opacity:1}.product-card-item:hover .product-img-primary{transform:scale(1.03)}.product-card-badges{position:absolute;top:1rem;left:1rem;z-index:5;display:flex;flex-direction:column;gap:.4rem}.product-card-badges .badge{padding:.4rem .8rem;font-size:1rem;font-weight:500;letter-spacing:.08rem;line-height:1;border-radius:2px;text-transform:uppercase}.badge-sale{background-color:#b22020;color:#fff}.badge-new{background-color:#111;color:#fff}.badge-soldout{background-color:rgb(var(--color-scheme-bg, 255, 255, 255));color:rgb(var(--color-scheme-text, 17, 17, 17));box-shadow:0 2px 8px #0000001f}.product-card-wishlist-btn{position:absolute;top:1rem;right:1rem;z-index:6;background:transparent;border:none;padding:.6rem;border-radius:9999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .35s cubic-bezier(.16,1,.3,1)}.product-card-wishlist-btn .icon-wishlist-heart{fill:none;stroke:#fff;stroke-width:1.8;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5));transition:fill .3s ease,stroke .3s ease,transform .3s cubic-bezier(.16,1,.3,1),filter .3s ease;flex-shrink:0}.product-card-wishlist-btn .wishlist-pill-text{max-width:0;opacity:0;overflow:hidden;white-space:nowrap;font-size:.95rem;font-weight:500;letter-spacing:.08rem;color:rgb(var(--color-scheme-text, 17, 17, 17));transform:translate(12px);transition:max-width .35s cubic-bezier(.16,1,.3,1),opacity .25s ease,transform .35s cubic-bezier(.16,1,.3,1),margin .3s ease;margin-right:0;pointer-events:none}.product-card-wishlist-btn:hover{background-color:rgb(var(--color-scheme-bg, 255, 255, 255));padding:.6rem 1.25rem;box-shadow:0 4px 14px #00000029}.product-card-wishlist-btn:hover .wishlist-pill-text{max-width:140px;opacity:1;transform:translate(0);margin-right:.65rem}.product-card-wishlist-btn:hover .icon-wishlist-heart{fill:none;stroke:#111;stroke-width:1.8;filter:none;transform:scale(1.08)}.product-card-wishlist-btn.is-active .icon-wishlist-heart,.product-card-wishlist-btn:hover.is-active .icon-wishlist-heart{fill:#ff3b69!important;stroke:#ff3b69!important}.product-card-info{display:flex;flex-direction:column;width:100%;padding-top:var(--product-card-pt, var(--card-info-pt, var(--product-card-pad, 1rem)));padding-bottom:var(--product-card-pb, var(--card-info-pb, var(--product-card-pad, .8rem)));padding-left:var(--product-card-pl, var(--card-info-pl, var(--product-card-pad, 0rem)));padding-right:var(--product-card-pr, var(--card-info-pr, var(--product-card-pad, 0rem)));box-sizing:border-box}.product-card-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem;margin-bottom:.3rem}.product-card-title{font-family:inherit;font-size:1.4rem;font-weight:400;letter-spacing:normal;line-height:1.4;margin:0;flex:1;min-width:0;text-transform:none;color:rgb(var(--color-scheme-text-muted, 102, 102, 102))}.product-title-link{color:rgb(var(--color-scheme-text, 17, 17, 17));text-decoration:none;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .2s ease}.product-title-link:hover{opacity:.7}.product-card-variant-text{margin:0;font-size:1.15rem;font-weight:400;color:rgb(var(--color-scheme-text-muted, 102, 102, 102));white-space:nowrap;flex-shrink:0}.product-card-description{font-size:1.15rem;line-height:1.35;color:rgb(var(--color-scheme-text-muted, 102, 102, 102));margin-bottom:.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;min-height:2.8rem;position:relative;overflow:hidden}.product-card-price{display:flex;align-items:baseline;gap:.6rem}.price-current{font-size:1.3rem;font-weight:400;color:rgb(var(--color-scheme-text-muted, 102, 102, 102));line-height:1.4}.price-sale{color:#b22020}.price-compare{font-size:1.3rem;color:rgb(var(--color-scheme-text-muted, 102, 102, 102));text-decoration:line-through;line-height:1.4}.product-card-action-slot{position:relative;height:2.8rem;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;min-width:10.5rem}.product-card-rating{display:flex;align-items:center;gap:.4rem;font-size:1.4rem;font-weight:400;color:rgb(var(--color-scheme-text-muted, 102, 102, 102));transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s ease;transform:translateY(0);opacity:1}.rating-number{font-weight:400;color:rgb(var(--color-scheme-text-muted, 102, 102, 102))}.product-card-rating--app{max-width:100%;overflow:hidden;line-height:1}.product-card-rating--app>*{display:inline-flex!important;align-items:center;margin:0!important}.product-card-rating--app :is(span,div,a){font-size:1.2rem;color:inherit}.product-card-rating--app :is(img,svg){height:1.2rem;width:auto}.product-card-rating--app a{pointer-events:none;text-decoration:none}.rating-stars-group{display:inline-flex;gap:.15rem;color:rgb(var(--color-scheme-text-muted, 102, 102, 102));font-size:1.15rem}.product-card-quick-add-btn{position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;color:rgb(var(--color-scheme-text, 17, 17, 17));font-size:1.4rem;font-weight:400;letter-spacing:normal;text-transform:none;border:none;padding:0 .8rem 0 0;display:inline-flex;align-items:center;justify-content:flex-end;gap:.7rem;cursor:pointer;transform:translateY(100%);opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s ease}.quick-add-text{font-weight:400;color:var(--color-text, #333333);line-height:1.4}.quick-add-circle-plus{transform:rotate(-90deg);width:1.7rem;height:1.7rem;background-color:rgb(var(--color-scheme-bg, 255, 255, 255));color:rgb(var(--color-scheme-text, 17, 17, 17));border:1px solid rgba(0,0,0,.12);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:400;line-height:1;box-shadow:0 1px 4px #0000001a;transition:transform .45s cubic-bezier(.16,1,.3,1),background-color .2s ease}.product-card-quick-add-btn:hover .quick-add-circle-plus{transform:rotate(0) scale(1.1);background-color:#f4f4f4}@media screen and (min-width:769px){.product-card-item:hover .product-card-rating{transform:translateY(-100%);opacity:0}.product-card-item:hover .product-card-quick-add-btn,.product-card-item:hover .product-card-sold-out-swipe{transform:translateY(0);opacity:1}.product-card-item:hover .quick-add-circle-plus{transform:rotate(0)}}@media screen and (max-width:768px){.product-card-info{padding-top:var(--product-card-pt-mob, var(--card-info-pt-mob, var(--product-card-pad-mob, .8rem)));padding-bottom:var(--product-card-pb-mob, var(--card-info-pb-mob, var(--product-card-pad-mob, .6rem)));padding-left:var(--product-card-pl-mob, var(--card-info-pl-mob, var(--product-card-pad-mob, 0rem)));padding-right:var(--product-card-pr-mob, var(--card-info-pr-mob, var(--product-card-pad-mob, 0rem)))}.product-card-item.has-discount .product-card-rating{display:none!important}.product-card-quick-add-btn,.product-card-sold-out-swipe{display:none!important;transform:none!important;opacity:0!important;pointer-events:none;transition:none!important}.product-card-rating{transform:none;opacity:1!important;transition:none;font-size:1.4rem;font-weight:400}.product-card-item:hover .product-card-rating{transform:none;opacity:1!important}}.product-card-sold-out-swipe{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:flex-end;font-size:1.15rem;font-weight:500;letter-spacing:.06rem;color:rgb(var(--color-scheme-text-muted, 102, 102, 102));text-transform:uppercase;transform:translateY(100%);opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .25s ease;pointer-events:none}.product-card-item--align-center .product-card-info{text-align:center}.product-card-item--align-center .product-card-title-row,.product-card-item--align-center .product-card-bottom-row{justify-content:center}.product-card-item--align-right .product-card-info{text-align:right}.product-card-vendor{font-size:1.05rem;letter-spacing:.08rem;text-transform:uppercase;color:rgb(var(--color-scheme-text-muted, 102, 102, 102));margin-bottom:.3rem}.rating-stars-group{position:relative;display:inline-block;line-height:1;white-space:nowrap}.rating-stars-track{color:var(--color-border, rgba(0, 0, 0, .2))}.rating-stars-fill{position:absolute;inset-inline-start:0;top:0;overflow:hidden;white-space:nowrap;color:#d4af37}.rating-count{font-size:1.05rem;color:rgb(var(--color-scheme-text-muted, 102, 102, 102))}.price-unit{display:block;font-size:1.05rem;color:rgb(var(--color-scheme-text-muted, 102, 102, 102));margin-top:.2rem}.product-card-strapline{font-size:1.5rem;font-weight:400;letter-spacing:normal;color:var(--color-text, rgb(var(--color-scheme-text, 17, 17, 17)));margin-bottom:.2rem;line-height:1.4}.product-card-media-wrapper{position:relative}.product-card-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .3s ease}.product-card-item:hover .product-card-video{opacity:1}@media(prefers-reduced-motion:reduce){.quick-add-circle-plus,.product-card-item:hover .quick-add-circle-plus{transform:none;transition:none}.product-card-item:hover .product-card-video{opacity:0}}@media(hover:none){.product-card-video{display:none}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/component-product-card.css.map */
