product-card.product-card{display:flex;flex-direction:column;height:100%;position:relative;background-color:var(--background_color);color:var(--primary_text)}.swiper-slide:has(>product-card.product-card){display:flex;height:auto}.swiper-slide:has(>product-card.product-card)>product-card.product-card{flex:1;width:100%}.product-card__link{display:flex;flex-direction:column;gap:.25rem;text-decoration:none;color:inherit;cursor:pointer}.product-card__link--media{gap:0}.ProductCard--Link--info{margin-bottom:auto}.product-card__media{position:relative;overflow:hidden;isolation:isolate;background-color:var(--background_color)}.product-card__media-inner{position:relative;width:100%}.product-card__image,.product-card__image--single{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.product-card__labels{position:absolute;top:.625rem;left:.625rem;z-index:3;display:flex;flex-direction:column;gap:.25rem;pointer-events:none;transform:translateZ(0);backface-visibility:hidden}.product-card__label{padding:.125rem .625rem;background-color:var(--label-bg, var(--background_color));color:var(--label-fg, var(--primary_text));text-transform:uppercase;width:fit-content;display:inline-flex;align-items:center;gap:.5rem}.product-card__label-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1rem;width:1rem;height:1rem}.product-card__label-icon img,.product-card__label-icon svg{width:auto;height:auto;max-width:100%;max-height:100%;display:block;object-fit:contain}.Label--SoldOut{background-color:var(--secondary_gray, #ddd)}.Label--ComingSoon{background-color:var(--background_color)}pc-image-slider.product-card__slider{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;overflow:hidden;clip-path:inset(0);isolation:isolate;touch-action:pan-y;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.product-card__slider-track{display:flex;width:100%;height:100%;transform:translateZ(0);will-change:transform;backface-visibility:hidden}.product-card__slider-track img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-card__slide{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden;contain:paint}.product-card__slide .product-card__image{width:100%;height:100%;object-fit:cover}.product-card__slider-dots{position:absolute;bottom:0;left:0;right:0;display:flex;height:2px;z-index:2;pointer-events:none;transform:translateZ(0);backface-visibility:hidden}.product-card__slider-dot{flex:1;background-color:var(--tertiary_gray)}.product-card__slider-dot-indicator{position:absolute;inset:0 auto 0 0;width:calc(100% / var(--slider-dot-count, 1));background-color:var(--primary_text);transform:translate(0)}@media screen and (max-width:1024px){pc-image-slider[data-disable-mobile-swipe]{pointer-events:none}pc-image-slider[data-disable-mobile-swipe] .product-card__slider-dots{display:none}}.product-card__slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:none;background-color:transparent;border:none;cursor:pointer;opacity:0;color:var(--primary_text);transition:opacity .2s ease,color .2s ease;padding:0;line-height:0}.product-card__slider-arrow svg{display:block;fill:currentColor}.product-card__slider-arrow svg path{fill:currentColor}.product-card__slider-arrow--prev{left:.5rem}.product-card__slider-arrow--next{right:.5rem}.product-card__slider-arrow[aria-disabled=true]{color:var(--secondary_gray, #ddd);cursor:default}.product-card__atc-icon{position:absolute;bottom:.25rem;right:.25rem;z-index:3;width:2rem;height:2rem;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transform:translateZ(0);backface-visibility:hidden}.product-card__atc-icon svg{width:1.25rem;height:1.25rem}.product-card__atc-hover{position:absolute;bottom:0;left:0;right:0;z-index:2;display:none;transform:translateY(100%);transition:transform .3s ease}.product-card__atc-button{width:100%;border-radius:0;padding:.625rem 1.5rem;text-transform:uppercase;justify-content:center}.product-card__atc-icon-added,.product-card__atc-label-added,.product-card[data-added] .product-card__atc-icon-default,.product-card[data-added] .product-card__atc-label-default{display:none}.product-card[data-added] .product-card__atc-icon-added{display:inline-flex}.product-card[data-added] .product-card__atc-label-added{display:inline-flex;align-items:center;gap:.5rem}.product-card__atc-label-notify,.product-card--out-of-stock .product-card__atc-label-default{display:none}.product-card--out-of-stock .product-card__atc-label-notify{display:inline-flex}.product-card [data-action=atc][disabled]{cursor:default;pointer-events:none}.product-card__atc-icon[disabled] svg path{fill:var(--secondary_gray)}.product-card__atc-in-cart{display:none}.product-card[data-added] .product-card__atc-in-cart{display:block;position:absolute;top:100%;left:50%;transform:translate(-50%,-9px);white-space:nowrap;color:var(--primary_text)}.product-card__info{position:relative;padding:1.25rem 0;display:flex;flex-direction:column;gap:.25rem;flex:1}.ProductCard--Info{padding:1.25rem 0;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;height:100%}.ProductCard--Info.textLeft{text-align:left}.product-card__reviews{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.product-card__stars{display:flex;gap:.25rem}.product-card__star svg{width:1rem;height:1rem;display:block}.product-card__star svg path{fill:var(--primary_text)}.product-card__review-count{color:var(--primary_text);position:relative}.product-card .price dl{display:flex;flex-wrap:nowrap;align-items:baseline;gap:.25rem;margin:0;padding:0}.product-card .priceRegular,.product-card .priceCompare{display:inline-flex;align-items:baseline;margin:0}.product-card .priceRegular dd,.product-card .priceCompare dd{margin:0}.product-card .priceItem--compare{text-decoration:line-through;opacity:.5}.product-card__title,.product-card__short-desc{display:block;margin:0;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;position:relative;text-align:inherit}.product-card__title{text-transform:uppercase}.product-card__short-desc{color:var(--primary_text)}.product-card__title[data-overflowing]:after,.product-card__short-desc[data-overflowing]:after{content:"";position:absolute;right:0;top:0;bottom:0;width:2.5rem;background:linear-gradient(270deg,var(--background_color) 0%,transparent 100%);pointer-events:none}.product-card__swatches{display:flex;gap:.625rem}.product-card__swatch{position:relative;width:1.25rem;height:1.25rem;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none}.product-card__swatch svg{position:absolute;top:50%;left:50%;width:1.25rem;height:1.25rem;transform:translate(-50%,-50%);overflow:visible;pointer-events:none;opacity:0;transition:opacity .15s ease}.product-card__swatch:hover svg,.product-card__swatch.is-selected svg,.product-card__swatch.is-oos svg{opacity:1}.product-card__swatch-inner{position:absolute;top:50%;left:50%;width:1.25rem;height:1.25rem;border-radius:50%;transform:translate(-50%,-50%)}.product-card__swatch.is-selected .product-card__swatch-inner,.product-card__swatch:hover .product-card__swatch-inner,.product-card__swatch.is-oos .product-card__swatch-inner{width:.875rem;height:.875rem}.product-card__swatch.is-white .product-card__swatch-inner{box-shadow:inset 0 0 0 1px var(--tertiary_gray)}.product-card__swatch-more{display:flex;align-items:center;padding-left:.375rem;color:var(--secondary_gray);text-decoration:none}.product-card__swatch.is-oos{cursor:default}.product-card__swatch.is-oos svg circle{stroke:var(--secondary_gray)}.product-card__swatch.is-oos.is-selected svg circle{stroke:var(--primary_text)}.product-card__swatch.is-oos.is-selected:after{background:linear-gradient(to top left,transparent calc(50% - .5px),var(--primary_text) calc(50% - .5px),var(--primary_text) calc(50% + .5px),transparent calc(50% + .5px))}.product-card__swatch.is-oos:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(to top left,transparent calc(50% - .5px),var(--secondary_gray) calc(50% - .5px),var(--secondary_gray) calc(50% + .5px),transparent calc(50% + .5px));pointer-events:none}.product-card[data-loading=true] .product-card__image{opacity:.4}.product-card[data-loading=true] .product-card__reviews,.product-card[data-loading=true] .product-card__review-count,.product-card[data-loading=true] .product-card__title,.product-card[data-loading=true] .product-card__short-desc,.product-card[data-loading=true] .product-card__label,.product-card[data-loading=true] .priceItem--regular,.product-card[data-loading=true] .priceCompare{background-color:var(--background_color_2);color:var(--background_color_2);border-radius:2px}.product-card[data-loading=true] .product-card__star svg,.product-card[data-loading=true] .product-card__label-icon img{visibility:hidden}.product-card[data-loading=true] .product-card__atc-button,.product-card[data-loading=true] .product-card__atc-icon{pointer-events:none;opacity:.4}@media screen and (min-width:1025px){.product-card__slider-dots,.product-card__atc-icon{display:none}.product-card__slider-arrow{display:flex}.product-card:hover .product-card__slider-arrow{opacity:1}.product-card__atc-hover{display:block}.product-card:hover .product-card__atc-hover{transform:translateY(0)}.product-card__reviews--low-desktop-hidden{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product_card.css.map */
