product-card{display:block;height:100%}.product-card{position:relative;display:flex;flex-direction:column;background:var(--white-color);box-shadow:0 4px 12px var(--shadow-color-subtle);transition:box-shadow .2s ease;height:100%;overflow:hidden;border:1px solid var(--extra-light-gray-border);border-radius:6px;width:100%;margin-inline:auto}.product-card:hover{box-shadow:0 6px 16px var(--shadow-color-heavy)}.product-card__media{position:relative;margin:0;width:100%;aspect-ratio:1 / 1;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card__image-wrapper{position:relative;padding:60px 60px 0}.product-card__image-stack{position:relative;display:block;width:100%;height:100%}.product-card__img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.product-card__image-primary{position:relative;z-index:1}.product-card__image-secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;z-index:2;transition:opacity .3s ease}.product-card:hover .product-card__image-stack--has-secondary .product-card__image-primary{opacity:0}.product-card:hover .product-card__image-stack--has-secondary .product-card__image-secondary{opacity:1}.product-card:hover .product-card__image-primary,.product-card:hover .product-card__image-secondary{transform:scale(1.03)}.product-card__badge_container{position:absolute;top:12px;right:0;display:flex;flex-direction:column;gap:6px;align-items:flex-end;z-index:2;pointer-events:none}.product-card__badge_container .product-card__badge_root{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.product-card__badge{align-items:center;justify-content:center;display:flex;gap:5px;padding:5px 10px;font-size:10px;font-weight:700;color:var(--white-color);border-radius:4px 0 0 4px;letter-spacing:.05em;text-transform:uppercase}.product-card__badge img{width:14px;height:14px}.badge--flash-sale{background-color:var(--badge-orange);display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px}.badge--express-shipping{background-color:var(--badge-brown)}.badge--express-shipping .vertical-line{width:1px;height:12px;display:inline-block;background:var(--medium-gray-color)}.badge--bogo-50{background-color:var(--badge-blue-dark)}.badge--2-for-25,.badge--2-for-75,.badge--3-for-20,.badge--3-for-99,.badge--dynamic-offer,.badge--max-discount{background-color:var(--badge-pink)}.badge--best-seller{background-color:var(--black-color)}.badge--online-only{color:var(--badge-blue-dark);background-color:var(--badge-online-bg)}.product-card__quickview{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;background-color:var(--black-alpha-70);color:var(--white-color);border:none;border-radius:999px;padding:12px 24px;font-size:.8125rem;font-weight:500;text-transform:uppercase;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s ease;width:max-content}.product-card__quickview:focus{border-radius:999px}.product-card__quickview_eye:focus{border-radius:999px}.offer-collection .product-card__quickview_eye{width:30px;height:30px;padding:0;background:transparent;border-radius:6px;border:2px solid var(--black-alpha-70);position:relative;z-index:2;display:flex;align-items:center;justify-content:center;display:none}.product-card__quickview_eye{display:none}.product-card-eye-button-wrapper{display:flex;align-items:center;justify-content:center;gap:10px;width:100%}.product-card:hover .product-card__quickview,.product-card__quickview:focus-visible{opacity:1;pointer-events:auto}.product-card__quickview:hover{background-color:var(--dark-hover-bg-color);pointer-events:auto}.product-card__price .variant-right{font-weight:400}.product-card__price .variant-right span{font-weight:600}@media(max-width:1024px){.product-card__quickview{display:none}.product-card__price{font-size:14px}.product-card__media{cursor:pointer}.product-card__content{position:relative}.product-card-eye-button-wrapper{gap:10px}}.product-card__content{position:relative;display:flex;flex-direction:column;gap:4px;padding:16px;flex-grow:1;align-items:stretch;font-family:var(--manrope-font);text-align:left}.product-card__content{padding:10px}.cart-recommended-products .product-card__content{min-height:210px;height:100%}.product-card__vendor{font-size:14px;font-weight:700;color:var(--dark-text);text-transform:uppercase;margin-top:4px;letter-spacing:.02em;min-height:1.2em;display:block}.product-card__title{margin:0;font-size:15px;font-weight:400;color:var(--dark-hover-bg-color);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;overflow:hidden}.product-card__title:focus-within{display:block;overflow:visible;-webkit-line-clamp:unset;line-clamp:unset}.product-card__link{text-decoration:none;color:inherit;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.product-card__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card__title-link{text-decoration:none;color:inherit}.product-card__tagline{margin:0;font-size:13px;color:var(--medium-gray-color);align-self:stretch;min-width:0;max-width:100%;white-space:wrap;overflow:hidden;text-overflow:ellipsis;min-height:1.2em;text-align:left;display:block;min-height:40px}.offer-collection .product-card__tagline{white-space:unset;overflow:unset;text-overflow:unset}.product-card__reviews{font-size:.875rem;color:var(--dark-text);margin-top:2px;margin-bottom:2px;min-height:0px;display:block}.product-card__price{width:100%;display:flex;align-items:center;justify-content:space-between;font:normal normal 600 17px/20px var(--manrope-font);margin-top:auto}.product-card__price .price-left{display:flex;gap:8px}.product-card__price-sale{color:var(--dark-text)}.product-card__price-original{color:var(--medium-gray-color);text-decoration:line-through;font-weight:400}.product-card__price-sale-offer{color:#d70059}.product-card__price-original-offer{color:var(--dark-text);text-decoration:line-through}product-form-component,add-to-cart-component{width:100%;display:block}.product-card__add-btn{width:100%;padding:5px 15px!important;min-width:unset!important;min-height:unset!important;font-size:16px!important;border-radius:4px!important;text-transform:capitalize}.product-card__sold-out-notify{position:relative;z-index:6;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 15px;font-size:.9rem;font-weight:700;color:var(--black-color);background-color:var(--white-color);border-radius:6px;border:1px solid var(--extra-light-gray-border);letter-spacing:.05em;text-transform:uppercase}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.product-card button.product-card__wishlist,.quickview-dialog button.product-card__wishlist{position:relative;z-index:6;flex-shrink:0;box-sizing:border-box;width:34px;height:34px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;border:1px solid var(--wishlist-base-border);background:var(--wishlist-base-bg)}.quickview-dialog button.product-card__wishlist{border-radius:4px}.product-card button.product-card__wishlist{position:absolute;top:2px;right:11px}.product-card button.product-card__wishlist svg,.quickview-dialog button.product-card__wishlist svg{width:18px;height:16px;max-width:18px;max-height:16px;display:block;flex-shrink:0}.product-card button.product-card__wishlist svg .path1,.quickview-dialog button.product-card__wishlist svg .path1{fill:none;stroke:var(--black-color);stroke-width:.5px;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.product-card button.product-card__wishlist.whislist-added,.quickview-dialog button.product-card__wishlist.whislist-added{background:var(--accent-pink-color);border-color:var(--accent-pink-color)}.product-card button.product-card__wishlist.whislist-added svg,.product-card button.product-card__wishlist.whislist-added svg .path1,.quickview-dialog button.product-card__wishlist.whislist-added svg,.quickview-dialog button.product-card__wishlist.whislist-added svg .path1{stroke:var(--white-color)}.product-card__price{margin-bottom:10px}@media(max-width:576px){.product-card{max-width:100%}.product-card__badge{font-size:8px}.product-card__vendor{font-size:14px;line-height:14px;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100px;font-size:13px;display:inline-block}.product-card__title{min-height:2.6em}.product-card__add-btn{padding:8px 7px!important;font-size:11px!important}.product-card__image-wrapper{padding:60px 30px 0}.product-card__title{font-size:12px;line-height:1.3;min-height:2.6em}.product-card__tagline,.product-card__price-sale{font-size:12px}.product-card__price{font-size:11px}.offer-collection .product-card__quickview_eye,.offer-action-cta .product-card__quickview_eye{display:flex}.offer-collection .product-card__content{min-height:225px}}.new-products-grid:not([data-initialized]){height:auto;overflow:hidden}.new-products-grid:not([data-initialized]) .swiper-wrapper{display:flex;flex-wrap:nowrap;gap:var(--item-spacing, 15px);width:100%;height:auto;overflow:hidden;transform:none}.new-products-grid:not([data-initialized]) .swiper-slide{flex:0 0 100%;height:auto;min-width:0;margin:0}@media screen and (min-width:320px){.new-products-grid:not([data-initialized]) .swiper-slide{flex:0 0 calc((100% - var(--item-spacing, 15px)) / 1.5)}}@media screen and (min-width:600px){.new-products-grid:not([data-initialized]) .swiper-slide{flex:0 0 calc((100% - (var(--item-spacing, 15px) * 2)) / 3)}}@media screen and (min-width:991px){.new-products-grid:not([data-initialized]) .swiper-slide{flex:0 0 calc((100% - (var(--item-spacing, 15px) * 3)) / 4)}}@media screen and (min-width:1300px){.new-products-grid:not([data-initialized]) .swiper-slide{flex:0 0 calc((100% - (var(--item-spacing, 15px) * 4)) / 5)}}
/*# sourceMappingURL=/cdn/shop/t/731/assets/product-card.css.map */
