.product-card{position:relative;display:flex;flex-direction:column;margin:0;padding:0;background-color:rgb(var(--color-background));border-radius:var(--border-radius-block);outline:none;overflow:hidden}.product-card__top{width:100%;position:relative;overflow:hidden;display:grid}.product-card__top:before{content:"";display:block;padding-bottom:var(--card-padding-bottom);grid-area:1/1}.product-card__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;overflow:hidden}.product-card__media>img,.product-card__media>.placeholder-svg{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgb(var(--color-background))}.product-card__media>.placeholder-svg{left:-2px;right:-2px;width:calc(100% + 4px)}.product-card__media--placeholder{background-color:rgb(var(--color-background-secondary))}.product-card__media--placeholder .placeholder-svg{fill:rgb(var(--color-foreground))}.product-card__media--hover-effect-image_zoom>img,.product-card__media--hover-effect-image_zoom>.placeholder-svg{transform:scale(1.001);transition:var(--image-transition)}.product-card__media--hover-effect-secondary_image .media--second{transition:opacity .4s cubic-bezier(0,0,0,1)}.product-card__media--hover-effect-secondary_image>.media--first+.media--second{opacity:0;z-index:2}.product-card__media--hover-effect-secondary_image>.media--first:first-child:not(:only-of-type){z-index:1}.product-card__media--hover-effect-image_slider{clip-path:inset(0 1px)}.product-card__media--hover-effect-image_slider>.product-card__media-track{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;width:100%;height:100%;transition:transform 1s cubic-bezier(.22,1,.36,1);will-change:transform}.product-card__media--hover-effect-image_slider>.product-card__media-track>img,.product-card__media--hover-effect-image_slider>.product-card__media-track>svg{display:block;position:relative;inset:auto;left:auto;right:auto;flex:0 0 100%;width:100%;height:100%;background-color:rgb(var(--color-background))}.product-card__media--hover-effect-image_slider[data-no-transition]>.product-card__media-track{transition:none}.product-card__media--hover-effect-image_slider[data-active-index="1"]>.product-card__media-track{transform:translate(-100%)}.product-card__media--hover-effect-image_slider[data-active-index="2"]>.product-card__media-track{transform:translate(-200%)}.product-card__media--hover-effect-image_slider[data-active-index="3"]>.product-card__media-track{transform:translate(-300%)}.product-card__media--hover-effect-image_slider[data-active-index="4"]>.product-card__media-track{transform:translate(-400%)}.product-card__overlay{grid-area:1/1;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;pointer-events:none;padding:1.6rem;z-index:3}@media screen and (min-width:750px){.product-card__overlay{flex-direction:column}}.product-card__badges{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;pointer-events:none;transform:translateZ(0)}@media screen and (min-width:750px){.product-card__badges{justify-content:flex-end}}.product-card__quickview{width:100%;position:relative;margin-top:auto;transform:translateZ(0)}@media screen and (max-width:749px){.product-card__quickview{display:flex;width:auto;justify-content:flex-end;margin-top:0;margin-left:auto}.product-card__quickview.product-card__quickview--mobile-false{display:none}}.product-card__quickview modal-opener{pointer-events:all}.product-card__quickview-text{display:none}@media(min-width:750px){.product-card__quickview-text{display:block}}.product-card__quickview-button{width:100%}@media screen and (max-width:749px){.product-card__quickview-button{width:4rem;min-width:4rem;height:4rem;min-height:4rem;padding:0}}@media screen and (pointer:fine)and (min-width:750px){.product-card__quickview-button{transform:translateY(calc(100% + 2rem));transition:transform .3s ease}}.product-card__quickview-button:focus-visible,.product-card__quickview-button:focus-within{transform:translateY(0);transition:none}.product-card__quickview-button.button[aria-disabled=true]:not(.loading){opacity:.5;pointer-events:none}.product-card__quickview-button .loading-overlay__spinner{display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:1}.product-card__quickview-button .loading-overlay__spinner svg{width:1.8rem;height:1.8rem;color:currentColor}.product-card__quickview-icon{display:block;width:2.2rem;height:2.2rem}@media(min-width:750px){.product-card__quickview-icon{display:none}}.product-card__information{width:100%;padding:1.6rem;display:grid;grid-template-columns:1fr;column-gap:1.6rem;row-gap:.4rem;background:rgb(var(--color-background));overflow:hidden}.product-card__information.product-card__information--without-paddings{padding:1.6rem 0 0}.product-card__information.product-card__information--has-color-swatches{grid-template-columns:1fr auto}.product-card__vendor{display:inline-block;grid-column:1/2;align-self:end;color:rgba(var(--color-foreground-secondary))}.product-card__vendor a{position:relative;z-index:3}.product-card__title{grid-column:1/2;position:relative;display:block;margin:0;font-family:var(--font-heading-card-family);font-style:var(--font-heading-card-style);font-weight:var(--font-heading-card-weight);font-size:calc(var(--font-heading-card-scale) * 1rem);text-transform:var(--font-heading-card-text-transform);line-height:var(--font-heading-card-line-height);letter-spacing:var(--font-heading-card-letter-spacing);color:rgb(var(--color-foreground))}.product-card__price-group{grid-column:1/2;width:100%}.product-card__price-group .unit-price{font-size:calc(var(--font-body-scale) * 1rem)}.product-card__color-swatches{grid-column:2/3;grid-row:1/2;align-self:start;width:auto;max-width:5.6rem;flex-shrink:0;display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;color:rgb(var(--color-foreground));padding:.4rem 0}@media screen and (min-width:750px){.product-card__color-swatches{max-width:8rem;padding:.2rem 0}}.product-card__color-swatches:has(.color-swatch-count){padding:.3rem 0}.product-card__vendor~.product-card__color-swatches{padding:0}.product-card__color-swatches:empty{display:none}.product-card__color-swatches .color-swatch{width:.8rem;height:.8rem;background:var(--swatch-color);border:.1rem solid rgba(var(--color-foreground),.2);border-radius:var(--border-radius-block-small)}.product-card__color-swatches .color-swatch-count{line-height:1}.product-card__link-overlay{text-decoration:none;background-color:transparent;z-index:2;display:block;position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;max-width:100%}.product-card__link-overlay:empty{display:block}.product-card__link-overlay:focus-visible{outline-offset:-.1rem}@media screen and (hover:hover)and (pointer:fine){.product-card:hover .product-card__quickview-button{transform:translateY(0)}.product-card:hover .product-card__media--hover-effect-secondary_image>.media--first+.media--second{opacity:1}.product-card:hover .product-card__media--hover-effect-image_zoom>img:first-child:last-child,.product-card:hover .product-card__media--hover-effect-image_zoom>svg:first-child:last-child{transform:scale(1.02)}}@media screen and (max-width:575px){.product-card--mobile-2 .product-card__overlay,.product-card--mobile-2 .product-card__information{padding:.8rem}.product-card--mobile-2 .product-card__information.product-card__information--without-paddings{padding:.8rem 0 0}.product-card--mobile-2 .product-card__information.product-card__information--has-color-swatches .product-card__vendor,.product-card--mobile-2 .product-card__information.product-card__information--has-color-swatches .product-card__title{grid-column:1/3}.product-card--mobile-2 .product-card__information.product-card__information--has-color-swatches .product-card__price-group{align-self:center}.product-card--mobile-2 .product-card__quickview-button{width:3.6rem;min-width:3.6rem;height:3.6rem;min-height:3.6rem}.product-card--mobile-2 .product-card__color-swatches{align-self:center;grid-row:2/3;padding:.2rem 0}.product-card--mobile-2 .product-card__vendor~.product-card__color-swatches{grid-row:3/4}.product-card--mobile-2 .badge{font-size:1rem;padding:.3rem .6rem}.product-card--mobile-2 .product-card__title{font-size:1.2rem}.product-card--mobile-2 .product-card__price-group{flex-wrap:wrap}.product-card--mobile-2 .price{font-size:1.2rem}}.product-card--placeholder .product-card__quickview-button{pointer-events:all}.product-card .sealsubs-target-element .sls-more-info-container,.product-card .sealsubs-target-element .sls-more-info-text{padding:0}.product-card .sealsubs-target-element .sls-more-info-popup{display:none}.product-card .sealsubs-target-element .sls-purchase-options-container .sls-option-container.seal-table.sls-active,.product-card .sealsubs-target-element .sealsubs-container .sls-option-container.seal-table.sls-active{box-shadow:none;border:0;padding:0}
/*# sourceMappingURL=/cdn/shop/t/25/assets/component-card.css.map */
