/*! product-card enhanced styles */:root{--product-card-height-desktop: 375px;--product-card-image-height-desktop: 280px;--product-card-media-height-mobile: 220px;--product-card-content-gap-mobile: 4px;--product-review-font-size-desktop: 12px;--product-review-font-size-mobile: 12px;--swatch-size-desktop: 20px;--swatch-gap-desktop: 14px;--swatch-size-mobile: 20px;--swatch-gap-mobile: 13px}.product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000014,0 1.5px 6px #0000000a;display:flex;flex-direction:column;position:relative;height:auto}.product-card__media{position:relative;overflow:hidden}.product-card-image{display:block;width:100%;height:auto;object-fit:contain;transition:opacity .2s ease;max-height:var(--product-card-image-height-desktop)}.product-card-placeholder{background-color:#f4f4f4}.cart-bag-button svg{width:20px;height:20px;display:block}.cart-bag-button{background:#fff;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;box-shadow:0 2px 8px #00000027;position:absolute;top:8px;left:10px;z-index:10;transition:all .2s ease;color:#111;overflow:visible}.cart-bag-button .pulse{background:transparent;position:absolute;top:-7px;left:-7px;opacity:0;width:49px;height:49px;border-radius:100%;border:2px solid #111;animation:pulse 3.2s cubic-bezier(.4,0,.2,1) infinite;z-index:0;pointer-events:none}@keyframes pulse{0%{transform:scale(.1);opacity:0}40%{opacity:.1}60%{opacity:.13}to{transform:scale(1.2);opacity:0}}@media (max-width: 768px){.product-card{height:var(--product-card-mobile-height)}.discounts list-unstyled{display:none}.shop-the-feed-section .product-card__media{height:417px;display:flex;align-items:center;justify-content:center}.cart-bag-button:hover:before{animation-play-state:paused;opacity:.15;transform:scale(1.02)}}@keyframes smooth-pulse{0%{transform:scale(.95);opacity:0}25%{transform:scale(1);opacity:.4}50%{transform:scale(1.05);opacity:.2}75%{transform:scale(1.08);opacity:.1}to{transform:scale(1.1);opacity:0}}.cart-bag-button[aria-busy=true]{pointer-events:none;opacity:.7}.cart-bag-button[aria-busy=true] img{opacity:0}.cart-bag-button[aria-busy=true]:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}.swatches{display:flex;gap:var(--swatch-gap-desktop);padding:0;margin:0;list-style:none}.swatch-count{font-size:12px;color:#777;margin-left:2px}.product-card__color-swatch.sold-out,.color-swatch.sold-out{opacity:.3;cursor:not-allowed;pointer-events:none;position:relative}.swatches-container .product-card__color-swatch.content-swatch-item.sold-out,.swatches-container .product-card__color-swatch.content-swatch-item[data-sold-out],.swatches-container .color-swatch.content-swatch-item.sold-out,.swatches-container .color-swatch.content-swatch-item[data-sold-out]{cursor:not-allowed}.cart-bag-button[disabled],.cart-bag-button[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.variant-select option[disabled],.variant-select option[data-sold-out]{color:#999;background-color:#f5f5f5}.product-card__content{padding:12px;display:flex;flex-direction:column;gap:0;flex:1;position:relative;min-height:130px;justify-content:space-between}.product-card__sale-badge{position:absolute!important;top:-14px!important;left:12px!important;display:inline-block!important;background-color:#fff!important;border:1px solid rgba(0,0,0,.3)!important;border-radius:4px!important;padding:3px 8px!important;font-family:Roboto,Arial,sans-serif!important;font-size:14px!important;font-weight:700!important;color:#000!important;line-height:1!important;letter-spacing:.2px!important;z-index:20!important;white-space:nowrap!important;box-shadow:0 1px 3px #00000026!important;width:auto!important;height:auto!important;min-width:0!important;max-width:none!important;margin:0!important;visibility:visible!important;opacity:1!important}@media screen and (max-width: 767px){.product-card__sale-badge{top:-14px!important;left:8px!important;font-size:11px!important;padding:2px 6px!important}}.product-card__content-top{display:flex;flex-direction:column;gap:5px}.product-card__content-bottom{margin-top:auto}.product-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.product-card__title{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-weight:400;font-size:16px;margin:0;line-height:1.2;flex:1}.product-card__title a{color:#333;text-decoration:none}.product-card__description{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:13px;color:#777;line-height:1.3;margin:0;font-weight:400;min-height:34px}.product-card__description p{margin:0}.product-card__description-spacer{min-height:34px}.variant-spacer{min-height:42px}.options-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:2px 0 0;width:100%;gap:15px;min-height:25px}.swatches-container{display:flex;align-items:center}.swatches-container .product-card__color-swatch.content-swatch-item,.swatches-container .color-swatch.content-swatch-item{width:var(--swatch-size-desktop);height:var(--swatch-size-desktop);border:none;background:var(--swatch-background, #f0f0f0);background-image:var(--swatch-background-image);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:50%;cursor:pointer;transition:box-shadow .2s ease;position:relative;box-shadow:inset 0 4px 10px #00000026,inset 0 2px 4px #0000002e,0 1px 2px #fffc;background-clip:padding-box;appearance:none;-webkit-appearance:none;padding:0;margin:0;outline:none}.swatches-container .product-card__color-swatch.content-swatch-item:hover:after,.swatches-container .color-swatch.content-swatch-item:hover:after{border-color:#0000001a}.swatches-container .product-card__color-swatch.content-swatch-item.active,.swatches-container .color-swatch.content-swatch-item.active{box-shadow:inset 0 4px 10px #00000026,inset 0 2px 4px #0000002e,0 1px 2px #fffc,0 0 0 2px #fff,0 0 0 4px #000c;z-index:2;outline:none!important;transition:box-shadow .2s ease}.product-card__divider{border:none;border-top:2px solid rgba(0,0,0,.1);margin:8px 0;width:100%;height:0}.product-card .product__rating{display:flex!important;align-items:center!important;gap:4px!important;flex-shrink:0!important;white-space:nowrap!important;font-size:var(--product-review-font-size-desktop);visibility:visible!important;opacity:1!important;transform:none!important}@media screen and (max-width: 1023px){.product__rating{transform:none!important;font-size:var(--product-review-font-size-mobile)!important}.product__rating .rating-text,.product__rating .rating-count,.product__rating .icon-star{font-size:inherit!important}.product__rating .icon-star svg{width:1em!important;height:1em!important}}@media screen and (min-width: 1024px){.product__rating{font-size:var(--product-review-font-size-desktop)!important}}.product-card .product__rating .icon-star{display:inline-block!important}.product__rating .icon-star svg{width:1em;height:1em}.product-card .product__rating .rating-star,.product-card .product__rating .rating-count{display:none!important}.price-wrapper{margin:0;position:relative;padding-top:4px}.drawer__inner .price{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;font-size:14px}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;font-size:10px}.price__current{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-weight:700;color:#111;font-size:15px;order:1}.price__compare{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-weight:400;color:#a70000;text-decoration:line-through;font-size:15px;order:2}.price--sale .price__current{color:#000}@media screen and (max-width: 767px){.product-card{height:auto;display:flex;flex-direction:column;max-width:400px;margin-left:auto;margin-right:auto}.collection .product-card{max-width:none;margin-left:0;margin-right:0;width:100%}.product-card__media{height:var(--product-card-media-height-mobile);display:flex;align-items:center;justify-content:center}.product-card-image{max-height:100%;max-width:100%;object-fit:contain;width:auto;height:auto}.product-card .product__rating{font-size:var(--product-review-font-size-mobile)}.product-card__content{padding:8px 10px;gap:var(--product-card-content-gap-mobile);min-height:initial;flex:1 0 auto;display:flex;flex-direction:column}.product-card__content-top{gap:6px}.product-card__title{font-size:14px;margin-bottom:2px}.product-card__description{font-size:12px;min-height:20px;line-height:1.2;margin-bottom:4px}.product-card__description-spacer{min-height:20px}.options-container{flex-direction:column;align-items:flex-start;gap:6px;margin-top:4px;margin-bottom:4px;min-height:30px}.variant-dropdown-wrapper{width:100%}.product-card__divider{margin:8px 0 6px}.price-wrapper{padding-top:4px}.price{font-size:14px;gap:6px}.price__current,.price__compare{font-size:14px}.swatches-container .swatches{gap:var(--swatch-gap-mobile)}}.mega-menu__container .product-card{max-height:500px;min-height:300px;width:290px}.mega-menu__container .product-card__media{height:200px;max-height:340px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#fff}.mega-menu__container .product-card-image{width:100%;height:100%;max-height:200px;object-fit:cover;object-position:center}.mega-menu__container .product-card__content{padding:8px 12px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;min-height:60px}.mega-menu__container .product-card__title{font-size:1.1rem;font-weight:600;line-height:1.2;margin-bottom:4px}.mega-menu__container .icon{color:#000}.mega-menu__container .product-card__description,.mega-menu__container .product-description{font-size:.9rem;line-height:1.3}.mega-menu__container select,.mega-menu__container .variant-select,.mega-menu__container .select-wrapper select,.mega-menu__container select option,.mega-menu__container .variant-select option{color:#000;background-color:#fff}.mega-menu__container .rating-value,.mega-menu__container .rating-count{font-size:14px!important}.mega-menu__list--tabs{padding-top:15px}.mega-menu__container .price-wrapper,.mega-menu__container .price,.mega-menu__container .price__current{font-size:.9rem;font-weight:600;color:#000}.mega-menu__container .price--sale .price__current{color:#000}.mega-menu__container .price__compare{font-size:.8rem;text-decoration:line-through;color:#a70000;margin-left:4px}.mega-menu__nav--tabs{gap:2rem}.mega-menu__nav--tabs .mega-menu__nav-item .heading{font-size:1rem;font-weight:600}.mega-menu__nav--tabs .mega-menu__nav-item{padding:8px 12px}.banner__title.heading,.banner__title .split-words{color:#fff}.color-swatch:not(.active):before{opacity:0!important}.variant-dropdown-wrapper{position:relative;flex-grow:1}.variant-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #D9D9D9;border-radius:25px;padding:5px 5px 5px 12px;width:100%;font-size:14px;line-height:1.4;color:#333;cursor:pointer;transition:border-color .2s ease}.variant-select:hover{border-color:#999}.variant-select:focus{outline:none;border-color:#4a4a4a;box-shadow:0 0 0 1px #4a4a4a}.variant-dropdown-arrow{position:absolute;top:50%;right:12px;transform:translateY(-50%);pointer-events:none;color:#777}.related-products .swatches-container .product-card__color-swatch.content-swatch-item,.related-products .swatches-container .color-swatch.content-swatch-item,.mega-menu__container .swatches-container .product-card__color-swatch.content-swatch-item,.mega-menu__container .swatches-container .color-swatch.content-swatch-item{width:20px!important;height:20px!important;border-radius:50%!important;border:none!important;box-shadow:inset 0 4px 10px #00000026,inset 0 2px 4px #0000002e,0 1px 2px #fffc!important;background-clip:padding-box!important}@media (max-width: 767px){.related-products .swatches-container .product-card__color-swatch.content-swatch-item,.related-products .swatches-container .color-swatch.content-swatch-item{width:19px!important;height:19px!important}}.related-products .swatches,.mega-menu__container .swatches{gap:14px!important}.related-products .swatches-container .product-card__color-swatch.content-swatch-item.active,.related-products .swatches-container .color-swatch.content-swatch-item.active,.mega-menu__container .swatches-container .product-card__color-swatch.content-swatch-item.active,.mega-menu__container .swatches-container .color-swatch.content-swatch-item.active{box-shadow:inset 0 4px 10px #00000026,inset 0 2px 4px #0000002e,0 1px 2px #fffc,0 0 0 2px #fff,0 0 0 4px #000c!important;z-index:2;outline:none!important;transition:box-shadow .2s ease}.product-card__sale-badge{display:inline-block!important;background-color:#fff!important;border:1px solid rgba(0,0,0,.3)!important;border-radius:3px!important;padding:2px 6px!important;font-family:Roboto,Arial,sans-serif!important;font-size:13px!important;font-weight:700!important;color:#000!important;line-height:1!important;letter-spacing:.2px!important;width:auto!important;height:auto!important;min-width:0!important;max-width:none!important;margin:0!important;visibility:visible!important;opacity:1!important;white-space:nowrap!important;flex-shrink:0!important;align-self:flex-start!important}.product-card__content-top{display:flex;flex-direction:column;gap:3px}.product-card__content-top .product-card__sale-badge+.product-card__header{margin-top:0!important}@media screen and (max-width: 767px){.product-card__sale-badge{font-size:11px!important;padding:2px 5px!important}.product-card__content-top{gap:2px}}.product-sticky-form .product-card__sale-badge{top:73px!important;left:272px!important}@media screen and (max-width: 767px){.product-sticky-form .product-card__sale-badge{top:74px!important;left:194px!important}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/product-card.css.map */
