product-card{display:block;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.product-card__link-wrapper{color:var(--primary_text);background-color:var(--background_color);height:auto;display:flex;flex-direction:column;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.priceItem--regular{color:var(--primary_text)}.product-card__image-wrapper{width:100%;background-color:var(--background_color);overflow:hidden;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);isolation:isolate}.grid-three .product-card__label{font-size:10px}.product-card__label{padding:.25rem .5rem}.label--on-sale{color:var(--label_onSale_text);background:var(--label_onSale_Bg)}.label--sold-out{color:var(--label_soldOut_text);background:var(--label_soldOut_Bg)}.label--coming-soon,.label--custom{color:var(--label_custom_text);background:var(--label_custom_Bg);min-width:min-content;max-width:fit-content}.product-card__labels-holder{display:flex;position:relative;flex-wrap:wrap;gap:.25rem;width:100%;z-index:3;padding:.5rem .4375rem;box-sizing:border-box}product-card .product-card__labels-holder{z-index:2}.product-card .priceCompare span{text-decoration:line-through;color:var(--primary_grey)}.product-card .price .flex{display:flex;gap:.25rem;width:fit-content;align-items:center;overflow:hidden;flex-wrap:wrap;height:fit-content}.product-card .price{color:var(--primary_text)}.product-card:has(.label--on-sale) .price{color:var(--label_onSale_Bg)}.price--out-of-stock{color:var(--primary_grey)}.product-card__information{margin-top:.25rem;flex:1;display:flex;justify-content:space-between;flex-direction:column;gap:.25rem}.product-card__information-top-half,.product-card__information-bottom-half{display:flex;gap:.25rem;align-items:center}.product-card__information-bottom-half{justify-content:space-between;min-height:21px}.product-card__information.textRight .product-card__information-top-half,.product-card__information.textRight .product-card__information-bottom-half{flex-direction:row-reverse}.product-card_favorites-container div,.product-card_favorites-container{height:20px;width:20px}.product-card_favorites-container path{fill:var(--primary_text)}.product-card__info-label{align-self:flex-start;color:var(--secondary_accent)}.product-card .vjs-control-bar{display:none!important}.product-card__image--hover,.video-wrapper--hover{display:none}.product-card__information-top-half-outer{display:flex;flex-direction:column;gap:.25rem}.product-card__atc-button{width:100%}.product-card__selectbox{position:relative}.product-card__selectbox .RevolutionSelectbox--Button{width:100%;justify-content:space-between;padding:.5rem 0}.product-card__selectbox .RevolutionSelectbox--Button .RevolutionSelectbox--Title{color:var(--primary_text)}.product-card__selectbox .RevolutionSelectbox--Button svg{width:1.25rem;height:1.25rem}#product-drawer .RevolutionSelectbox--Item,.product-card__selectbox .RevolutionSelectbox--Item{width:100%;padding:.5rem 1rem;text-align:left;transition:color .25s ease-in-out,background-color .25s ease-in-out;box-sizing:border-box;display:flex;justify-content:space-between}#product-drawer .RevolutionSelectbox--Item:hover{background-color:var(--primary_accent)}#product-drawer{background-color:var(--background_color_2);position:absolute;width:100%;bottom:0;z-index:21;display:block;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;padding:.5rem 1rem;box-sizing:border-box;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}#product-drawer::-webkit-scrollbar{display:none}#product-drawer .product-drawer__header{display:flex;justify-content:space-between;min-height:2rem;align-items:center}#product-drawer[aria-expanded=true]{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}#product-drawer .RevolutionSelectbox--Item{padding:0;min-height:2rem;align-items:center}#product-drawer .RevolutionSelectbox--Item:hover{background-color:inherit;opacity:.65}#product-drawer .RevolutionSelectbox--Item.not_available{color:var(--primary_grey);pointer-events:none}#product-drawer .revolution-item__price{display:none}product-card:has(#product-drawer[aria-expanded=true]) .product-card__quick-atc--button{display:none}.product-card__quick-atc--button{background-color:var(--background_color);border-radius:100px;width:fit-content;position:absolute;top:.5rem;right:.5rem;z-index:3}.product-card__quick-atc--button .Button,.featured-collection__wrapper .product-card__quick-atc--button .Button--Tertiary{padding:.313rem}.product-card__information-bottom-half-outer{display:none}.product-card__overlay{width:100%;height:100%;top:0;left:0;position:absolute;z-index:20;background:#000;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:opacity}.product-card__overlay.is-visible{opacity:.3;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:visible;pointer-events:unset}product-card a:focus-visible{outline:none;border:1px solid var(--primary_text);box-sizing:border-box}.product-card_favorites-container:focus-visible{outline-offset:-1px}@media screen and (min-width: 1025px){.product-card__information{margin-top:.5rem}.video-wrapper--hover,.product-card__image--hover{display:block;z-index:2;opacity:0;transition:opacity .25s ease-in-out}.product-card__link-wrapper:has(:focus) .video-wrapper--hover,.product-card__link-wrapper:has(:focus) .product-card__image--hover,.product-card__link-wrapper:has(:hover) .video-wrapper--hover,.product-card__link-wrapper:has(:hover) .product-card__image--hover,.product-card__link-wrapper:hover .video-wrapper--hover,.product-card__link-wrapper:hover .product-card__image--hover{opacity:1}.product-card:has(.product-card__information-top-half-outer) .product-card__information{gap:.5rem}.product-card__selectbox{position:relative}.product-card__selectbox .RevolutionSelectbox--Content{position:absolute;transform:translateY(100%);background-color:var(--background_color_2);width:100%;z-index:3;transition:all .3s ease-in-out}.product-card__selectbox .RevolutionSelectbox--Content[aria-hidden=false]{transform:translateY(-100%);transition:all .3s ease-in-out}.product-card__selectbox .RevolutionSelectbox--Item:hover{background-color:transparent;color:var(--primary_grey)}.product-card__selectbox .RevolutionSelectbox--Button{margin-bottom:.25rem}.product-card__image-wrapper .product-card__form-wrapper{display:none;opacity:1;visibility:hidden;position:absolute;bottom:1rem;left:1rem;right:1rem;transition:all .3s ease-in-out}.product-card__form-wrapper.not_mobile.is-mounted{display:block}.product-card__form-wrapper.not_mobile.is-visible{opacity:1;visibility:visible}#product-drawer .revolution-item__price{display:block}}
/*# sourceMappingURL=/cdn/shop/t/121/assets/component-product_card.css.map */
