.product-card{height:100%;width:100%;display:flex;flex-direction:column;position:relative;opacity:0;transition:opacity .3s ease-in-out;font-family:var(--font-din);color:inherit;text-decoration:none;z-index:1}.product-card:empty{aspect-ratio:3 / 5}.product-card:not(:empty){opacity:1}.product-card__inner{aspect-ratio:3 / 4;display:block;width:100%;overflow:hidden;border-radius:var(--card-corner-radius);border:var(--card-border-width) solid rgba(var(--color-foreground),var(--card-border-opacity));position:relative;box-sizing:border-box;background:var(--product-card-media-background)}.product-card__inner:after{content:"";position:absolute;width:calc(var(--card-border-width) * 2 + 100%);height:calc(var(--card-border-width) * 2 + 100%);top:calc(var(--card-border-width) * -1);left:calc(var(--card-border-width) * -1);z-index:-1;border-radius:var(--card-corner-radius);box-shadow:var(--card-shadow-horizontal-offset) var(--card-shadow-vertical-offset) var(--card-shadow-blur-radius) rgba(var(--color-shadow),var(--card-shadow-opacity))}.product-card__media{bottom:0;position:absolute;top:0;margin:var(--card-image-padding);width:calc(100% - 2 * var(--card-image-padding));opacity:0;transition:opacity .3s ease-in-out;overflow:hidden;z-index:1;border-radius:calc(var(--card-corner-radius) - var(--card-border-width) - var(--card-image-padding));height:100%}.product-card__inner .product-card__content{padding:calc(var(--card-image-padding) + 1rem);position:relative;pointer-events:none}.product-card__content{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) max-content max-content;grid-template-areas:"title-price" "promotion" "swatches";padding:0;width:100%}.product-card__info{grid-area:title-price;padding:.8rem 0 0}@media screen and (min-width:750px){.product-card__info{padding-bottom:0;padding-top:1.8rem}}.product-card__inner .product-card__info{display:none}.product-card__media-link{display:block;position:absolute;top:0;bottom:0;width:100%;overflow:hidden;background-color:transparent;text-decoration:none;color:currentColor}.product-card__media-link--hover>img+img{opacity:0}@media screen and (min-width:768px){.product-card__inner:hover .product-card__media-link--hover>img:first-child:not(:only-child){opacity:0}.product-card__inner:hover:not(:has(.plp-card-carousel)) .product-card__media-link--hover>img+img{opacity:1}}.product-card--skeleton .product-card__inner{background:transparent}.product-card--skeleton .product-card__media{opacity:1}.product-card-skeleton__media,.product-card-skeleton__title,.product-card-skeleton__subtitle,.product-card-skeleton__price,.product-card-skeleton__swatch{--animation-background-color: 243, 243, 243;--animation-background-color-opacity-min: .5;--animation-background-color-opacity-max: 1;background:rgba(var(--animation-background-color),var(--animation-background-color-opacity-min));animation:background-color-fade 3s ease-in-out infinite}.product-card__media:has(>.product-card__media-link img[src]),.product-card__media:has(.plp-card-carousel .embla__slide img[src]){opacity:1}.product-card__rewards{position:absolute}.product-card__rewards-text{color:#4a4c50;text-align:center;font-family:var(--font-din-next-lt);font-size:11px;font-style:normal;line-height:1;letter-spacing:.2px;margin:0;padding:6px 6px 4px;background:#e3e3e3}.product-card__inner>.product-card__rewards{bottom:0;left:50%;transform:translate(-50%) translateY(100%);z-index:2;pointer-events:none;transition:transform .3s ease-out,opacity .3s ease-out}.product-card:hover .product-card__inner>.product-card__rewards{transform:translate(-50%) translateY(0)}.quick-add-to-bag .product-card__rewards{top:0;transform:translateY(-100%)}.product-card__price{display:flex;align-items:center;flex-wrap:wrap;gap:0 .6rem;width:100%;text-align:var(--card-text-alignment)}.product-card__price .price{--compare-price-color: currentColor;font-size:1.4rem;line-height:2rem;letter-spacing:.8px;color:var(--color-dark-3)}@media screen and (max-width:749px){.product-card__price .price{font-size:1.2rem}}.product-card__price .price-item del{color:var(--compare-price-color)}.product-card__price .price-item--range.price-item--range-active{color:var(--color-dark-8d);text-transform:none}.product-card__price .price-item--range:not(.price-item--range-active){display:none}.dark-mode .product-card__price .price-item--range.price-item--range-active{color:var(--color-dark-8d)!important}.product-card__price .card-product__badge{line-height:2rem;font-weight:700}.product-card__price .card-product__badge svg{margin-right:.5rem}.product-card__price .price__badge-new,.badge-new{border-radius:0;background:#494c4f;color:#fff;font-weight:700;font-size:1.2rem;height:1.9rem;letter-spacing:.8px;padding:.1rem .9rem 0 .8rem;border:0;display:inline-flex;align-items:center;text-transform:uppercase}.badge.badge-new{background-color:var(--badge-background-color);color:var(--badge-text-color)}.dark-mode .badge.badge-new{background-color:var(--badge-background-color-dark-mode);color:var(--badge-text-color-dark-mode)}.badge.badge-dark-only{display:none}.dark-mode .badge.badge-dark-only{display:inline-flex}.badge-new[data-bg=transparent]{padding-left:0;padding-right:0}.product-card__media-badges{position:absolute;z-index:2;width:100%;padding:1rem;top:0;left:0;display:flex;flex-wrap:wrap;gap:1rem}.product-card__badges{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.1rem}@media screen and (max-width:749px){.product-card__price{margin-top:0!important}.image_badges{padding:0 .8rem 1rem}.product-card__price .price__badge-new,.badge-new{font-size:1rem;line-height:1.9rem}.product-card__badges{margin-bottom:.6rem}}.product-card-swatches__container{grid-area:swatches;margin-top:1rem}.product-card-swatches__container:has(li:only-child){display:none}.product-card-swatches{padding:0;margin:0;display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:row wrap;list-style:none}.product-card-swatches:not(.welcome-package-item__swatches):has(li:only-child){display:none}.product-card-swatches li{position:relative;display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid transparent;margin:0 .1rem;cursor:pointer;will-change:border-color;transition:border-color var(--duration-short)}.product-card-swatches li:has(input:checked),.product-card-swatches li:hover{border-color:var(--color-black)}.product-card-swatches li>img{display:none}.product-card-swatches button{padding:0}.product-card-swatch{border-radius:50%;width:2rem;height:2rem;border:.3rem solid #ffffff;position:relative}.product-card-swatch:before{content:"";box-shadow:0 0 2px var(--color-dark-3);position:absolute;width:1.4rem;height:1.4rem;top:0;left:0;border-radius:50%}.product-card-swatch input{position:absolute;top:-.3rem;right:0;bottom:0;left:-.3rem;width:2rem;height:2rem;padding:0;margin:0;z-index:1;cursor:pointer}.product-card-swatch label{display:none}.product-card-swatches li:nth-of-type(6)~li:not(.product-card-swatches-link-more){display:none}.product-card-swatches .product-card-swatches-link-more{width:auto;min-width:fit-content;border:none;margin-left:1rem;border-radius:0}.product-card-swatches-link-more a{display:inline-block;font-family:var(--font-din);font-size:1.4rem;line-height:2rem;letter-spacing:.08em;text-transform:uppercase;color:#000;padding-top:4px;border-bottom:2px solid transparent}.product-card-swatches .product-card-swatches-link-more:hover a{border-color:#000}@media screen and (max-width:767px){.product-card-swatches li{width:2rem;height:2rem}.product-card-swatch{width:1.8rem;height:1.8rem;border-width:1px}.product-card-swatch:before{width:1.6rem;height:1.6rem}.product-card-swatches{row-gap:4px}.product-card-swatches .product-card-swatches-link-more{width:100%;margin-left:0;justify-content:flex-start}}.product-card--reorder .product-card__content{grid-template-areas:"swatches" "title-price" "promotion"}.product-card--reorder .product-card-swatches{gap:.6rem}.product-card--reorder .product-card-swatches li{width:2.4rem;height:2.4rem}.product-card--reorder .product-card-swatch{border:none}.product-card--reorder .product-card-swatch input{top:0;left:0}.product-card--reorder .product-card-swatch,.product-card--reorder .product-card-swatch:before,.product-card--reorder .product-card-swatch input{width:1.8rem;height:1.8rem}@media screen and (min-width:768px){.product-card--reorder .product-card__info{padding-top:1.5rem}.product-card--reorder .product-card-swatches{gap:.8rem}.product-card--reorder .product-card-swatches li{width:2.6rem;height:2.6rem}.product-card--reorder .product-card-swatch,.product-card--reorder .product-card-swatch:before,.product-card--reorder .product-card-swatch input{width:2.2rem;height:2.2rem}}.dark-mode .product-card-swatch{border-color:#141414}body:not(.dark-mode) .product-card__badges-dark{display:none}.dark-mode .product-card__badges-dark+.product-card__badges{display:none}.plp-card-carousel{--slide-spacing: 0;--slide-size: 100%;position:absolute;top:0;left:0;width:100%;height:100%;background:var(--product-card-media-background);opacity:1;transition:opacity .3s ease-in-out;overflow:hidden;gap:0;grid-template-areas:"main";grid-template-columns:1fr;grid-template-rows:1fr;z-index:1}.product-card__media .plp-card-primary-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:1;transition:opacity .3s ease-in-out}.product-card__media:has(.plp-card-primary-media) .plp-card-carousel{opacity:0;pointer-events:none}@media screen and (min-width:768px)and (hover:hover)and (pointer:fine)and (prefers-reduced-motion:no-preference){.product-card__inner:hover .product-card__media:has(.plp-card-carousel) .plp-card-primary-media,.product-card__inner:has(:focus-visible) .product-card__media:has(.plp-card-carousel) .plp-card-primary-media{opacity:0;pointer-events:none}.product-card__inner:hover .product-card__media:has(.plp-card-primary-media) .plp-card-carousel,.product-card__inner:has(:focus-visible) .product-card__media:has(.plp-card-primary-media) .plp-card-carousel{opacity:1;pointer-events:auto}}.plp-card-carousel .embla__viewport{height:100%!important;max-height:100%!important;min-height:100%!important;width:100%!important;max-width:100%!important;grid-column:1 / -1;grid-row:1 / -1;position:relative}.plp-card-carousel .embla__container{height:100%;margin-left:0;scroll-padding-left:0}.plp-card-carousel .embla__slide{height:100%;flex:0 0 100%;padding-left:0}.plp-card-carousel .carousel-cell{position:relative;height:100%;min-height:100%;display:flex;align-items:center;background:transparent;padding-bottom:0}.plp-card-carousel .carousel-cell img{width:100%;height:100%!important;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;top:0!important;transform:none;opacity:0;transition:opacity 1s}.product-card__media:has(.plp-card-primary-media) .plp-card-carousel .carousel-cell img{transition:none}.plp-card-carousel .carousel-cell .plp-card-slide-link{display:block;width:100%;height:100%}.plp-card-carousel .carousel-cell.is-selected img[src],.plp-card-carousel .carousel-cell.is-selected img{opacity:1}.plp-card-carousel .carousel-cell--no-fade img{transition:none}@media screen and (max-width:767px){.plp-card-carousel.first-slider:has(.carousel-cell.is-selected:first-child) .carousel-cell:nth-child(2) img[src]{opacity:1}}.plp-card-carousel .embla__dots{position:absolute;left:0;right:0;bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:2rem;opacity:1;transition:opacity .3s ease-in-out}.plp-card-carousel .embla__dots:empty{opacity:0}.product-card[data-slider-dots=none] .plp-card-carousel .embla__dots,.product-card[data-slider-arrows=none] .plp-card-carousel .embla__button{display:none}@media screen and (max-width:767px){.product-card[data-slider-dots=desktop] .plp-card-carousel .embla__dots,.product-card[data-slider-arrows=desktop] .plp-card-carousel .embla__button{display:none}}@media screen and (min-width:768px){.product-card[data-slider-dots=mobile] .plp-card-carousel .embla__dots,.product-card[data-slider-arrows=mobile] .plp-card-carousel .embla__button{display:none}}.plp-card-carousel .embla__dots .embla__dot{height:2px;width:15px;margin:0;background:transparent;opacity:.3;padding:15px 0;border-radius:0}.plp-card-carousel .embla__dots .embla__dot:after{content:"";height:2px;background:#000;display:block;width:100%}.plp-card-carousel .embla__dots .embla__dot.embla__dot--selected{opacity:1}.plp-card-carousel .embla__button{background:transparent}.plp-card-carousel .embla__button:disabled{opacity:0;pointer-events:none}.plp-card-carousel .embla__button .embla__button__svg{width:1.7rem;height:1.7rem}.plp-card-carousel .embla__button--prev{left:0}.plp-card-carousel .embla__button--next{right:0}@media screen and (min-width:768px){.plp-card-carousel .embla__button,.plp-card-carousel .embla__dots{opacity:0;pointer-events:none;transition:opacity .15s ease-in-out}.product-card__inner:hover .plp-card-carousel .embla__button:not(:disabled),.product-card__inner:hover .plp-card-carousel .embla__dots,.product-card__inner:has(:focus-visible) .plp-card-carousel .embla__button:not(:disabled),.product-card__inner:has(:focus-visible) .plp-card-carousel .embla__dots{opacity:1;pointer-events:auto}}.product-grid.grid--4-col-desktop .plp-card-carousel .embla__button--prev{left:-3px}.product-grid.grid--4-col-desktop .plp-card-carousel .embla__button--next{right:-3px}@media screen and (min-width:768px){.product-grid.grid--4-col-desktop .plp-card-carousel .embla__dots{bottom:1rem;gap:1rem}}.product-card__promotion{grid-area:promotion;justify-self:start;margin-top:.3rem}.product-card__promotion .product__promotion{font-family:var(--font-din);font-size:1.1rem;letter-spacing:0;color:var(--color-secondary);line-height:normal}.product-card__promotion:has(.product__promotion__inner:empty){display:none}.dark-mode .product-card__promotion .product__promotion:not(.has-bg){color:var(--color-white)!important}.dark-mode .product-card__promotion .product__promotion.has-bg{color:var(--color-black)!important;background-color:var(--color-white)!important}.product-card__promotion .product__promotion.has-bg{padding:.5rem .6rem .3rem}.product-card__promotion .product__promotion>*{margin:0}.product-card__media-link>img{position:absolute!important;top:0!important;left:0;width:100%;height:100%;transform:none;aspect-ratio:3 / 4;transition:opacity .3s ease-in-out}@media screen and (max-width:767px){.product-card__media .plp-card-carousel.embla-initialized{opacity:1;transition:opacity .4s cubic-bezier(.25,.46,.45,.94)}.product-card__media .plp-card-carousel--no-fade.embla-initialized{transition:none}.plp-card-carousel .embla__dots{bottom:6px;gap:3px;padding:0 5px;justify-content:flex-start}.plp-card-carousel .embla__dots .embla__dot{height:4px;width:4px;padding:0;transition:width .3s ease}.plp-card-carousel .embla__dots .embla__dot:after{height:4px;background:#414447;border-radius:50%}.plp-card-carousel .embla__dots{height:5px}.custom-pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:10px}.pagination-dot{width:4px;height:4px;background:#41444759;border-radius:50%;transition:background .3s ease}.pagination-dot.active{background:#414447}.pagination-bar{width:9px;height:4px;background:#41444759;border-radius:5px;transition:width .3s ease}}.product-card__title{font-weight:400;font-size:2rem;line-height:1;letter-spacing:.8px;margin-top:0;margin-bottom:.9rem;color:var(--color-dark-3);font-family:var(--font-baskerville)}.product-card__title-link{text-decoration:none;color:currentColor;display:block}.product-card__more-colors-link{text-decoration:none;color:currentColor}.product-card__title a:after{outline-offset:.3rem}.product-card__title a:focus:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.product-card__title a:focus-visible:after{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3);outline:.2rem solid rgba(var(--color-foreground),.5)}.product-card__title a:focus:not(:focus-visible):after{box-shadow:none;outline:0}.product-card__title a:focus{box-shadow:none;outline:0}.product-card__subtitle{font-family:var(--product-subtitle-font-family);font-size:var(--product-subtitle-font-size);color:var(--product-subtitle-color);font-weight:400;line-height:normal;text-transform:none;margin:.5rem 0}.dark-mode .product-card__subtitle{color:var(--product-subtitle-color-dark-mode)}.product-card--subtitle-hidden .product-card__subtitle,.product-card--subtitle-mobile-only .product-card__subtitle{display:none}.product-card--subtitle-desktop-only .product-card__subtitle{display:block}.dark-mode .product-card__title{color:var(--color-white)}@media screen and (max-width:767px){.product-card__title{font-size:1.4rem;line-height:2rem;margin-bottom:.2rem}.product-card__subtitle{font-size:var(--product-subtitle-font-size-mobile)}.product-card--subtitle-desktop-only .product-card__subtitle{display:none}.product-card--subtitle-mobile-only .product-card__subtitle{display:block}}@media screen and (min-width:768px){.product-grid[data-variant-image-swatches=true] .product-card-swatches li{border-radius:0;width:5rem;height:5rem;border-color:#d9d9d9}.product-grid[data-variant-image-swatches=true][data-variant-image-swatches-size="aspect ratio"] .product-card-swatches li{aspect-ratio:var(--swatch-image-aspect-ratio);width:5rem;height:auto}.product-grid[data-variant-image-swatches=true][data-variant-image-swatches-size=static] .product-card-swatches li{aspect-ratio:3 / 4;width:5rem;height:auto}.product-grid[data-variant-image-swatches=true] .product-card-swatches li:has(input:checked),.product-grid[data-variant-image-swatches=true] .product-card-swatches li:hover{border-color:var(--color-black)}.product-grid[data-variant-image-swatches=true] .product-card-swatch{background-color:transparent;background-image:var(--swatch-image);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0;width:4.8rem;height:4.8rem;border:none}.product-grid[data-variant-image-swatches=true][data-variant-image-swatches-size=static] .product-card-swatch{background-size:contain;aspect-ratio:3 / 4;width:4.8rem;height:auto}.product-grid[data-variant-image-swatches=true][data-variant-image-swatches-size="aspect ratio"] .product-card-swatch{background-size:contain;aspect-ratio:var(--swatch-image-aspect-ratio);width:4.8rem;height:auto}.product-grid[data-variant-image-swatches=true] .product-card-swatch:before{content:unset}.product-grid[data-variant-image-swatches=true] .product-card-swatch input{width:100%;height:100%;top:0;left:0}}
/*# sourceMappingURL=/cdn/shop/t/1765/assets/component-card-product.css.map */
