.itemLoader{background:#ffffff26;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);width:100%;height:100%;position:absolute;z-index:5;display:flex;align-items:center;justify-content:center;align-self:center;opacity:0;pointer-events:none;left:0;top:0;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.itemLoader svg{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;width:20px;height:20px}.itemLoader svg path{stroke:var(--primary_text);fill:transparent}.itemLoader.is-visible{opacity:1;visibility:visible;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}product-card{height:100%;display:flex;flex-direction:column}.card-product--inner{position:relative}.card-product{position:relative;width:100%}.Productcard--Label{padding:.25rem .75rem;border-radius:.25rem;display:flex;flex-direction:row;align-items:center;justify-content:center;white-space:nowrap;transform:translateZ(0)}.ProductCard--LabelsHolder{display:flex;flex-direction:row;gap:.25rem;position:absolute;top:.5rem;left:.5rem;z-index:3;flex-wrap:wrap;width:calc(100% - 2.5rem)}.pc__information__title{display:block}.pc__information.textCenter .priceRegular,dl.textCenter{justify-content:center;align-items:center}.pc__information.textRight .priceRegular,dl.textRight{align-items:flex-end}.pc__price-wrapper{display:flex;flex-direction:row;gap:.5rem;flex-wrap:wrap;align-items:center}.pc__price-wrapper .price-compare{color:var(--secondary_gray)}.pc__price-wrapper .price-item--regular.regular-price-color{color:var(--primary_text)}.pc__price-wrapper .price-discount{padding:.125rem .375rem;display:flex;align-items:center;border-radius:.25rem}.pm__out-of-stock-label,.pm__information__discount{color:var(--alert_error)}.pc__information{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;height:100%}.pc__instant-atc{margin-top:.75rem}.pm__information__usps{margin-bottom:auto}.pm__information__usps .pc__usps{display:flex;flex-direction:column;gap:6px}.pm__information__usps .pc__usps .pc__usps-item{display:flex;flex-direction:row;gap:6px}.pm__information__usps svg{width:8px;height:16px;display:inline-block}.pc__information__meta{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;width:100%;height:100%;margin-top:.5rem}.pm__information__meta--top{display:flex;flex-direction:row}.pm__information__meta--top .pm__information__reviews{margin-left:auto;display:flex;align-items:flex-start;gap:.25rem}.pm__information__meta--top .pm__information__reviews .pc__rating-link{display:flex;gap:.25rem;text-decoration:none;color:var(--primary_text)}.pm__information__meta--top .pm__information__reviews .pm__ratin-star,.pm__information__meta--top .pm__information__reviews .pc__rating-number{display:flex}.pm__information__meta--top .pm__information__reviews .pm__ratin-star{width:14px;height:13px}.pm__information__meta--top .pm__information__reviews .pm__ratin-star svg path{fill:var(--primary_accent)}.pm__information__meta--top .pm__information__reviews *{align-self:center}.pm__information__meta--bottom{display:flex;flex-direction:column}.pc__information__meta__price-color{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.pc__wrapper-link{background-color:var(--background_color);color:var(--primary_text);display:flex;flex-direction:column;gap:.5rem;height:100%;position:relative;cursor:pointer}.pc__instant-atc{width:100%;height:34px}.pc__instant-atc svg{width:15px;height:15px}.pc__sold-out{opacity:.3;pointer-events:disabled}.product-card--loading{position:relative}.product-card--loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;border:2px solid #ccc;border-top-color:#333;border-radius:50%;animation:spin 1s linear infinite;transform:translate(-50%,-50%)}.pc__swiper-button--next{right:.5rem}.pc__swiper-button--prev{left:.5rem}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-card__image{width:100%;background:var(--background_color_2)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.product-card__image--secondary{display:none}product-card .pc__favorites.pm__favourites-label{width:fit-content;position:absolute;z-index:2;top:.5rem;right:.5rem}product-card .toggle-favorites__icon-filled{display:none}product-card .toggle-favorites__icon-empty{display:flex}product-card .toggle-favorites.pm__favourites__icon{width:1rem;height:1rem;margin:2px 0}product-card .toggle-favorites.pm__favourites__icon span{width:1rem;height:1rem}product-card button[state=active] .toggle-favorites__icon-filled{display:flex}product-card button[state=active] .toggle-favorites__icon-empty{display:none}product-card .image__placeholder,product-card .card-product,product-card .pc__image__swiper{border-radius:.25rem}.pc__image__swiper .swiper-slide{height:fit-content!important}@media screen and (min-width: 1025px){.pc__information{display:flex;flex-direction:row;justify-content:space-between}.pc__instant-atc{padding:1rem;width:fit-content;height:fit-content}.product-card__image--secondary{opacity:0;display:block;transition:opacity .4s ease;background-color:var(--background_color, #fff)}.card-product:hover .product-card__image--secondary{opacity:1;z-index:2;display:block;transition:opacity .4s ease}.pm__information__meta--bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:.25rem}.card-product{position:relative}.pc__actions--overlay{position:absolute;bottom:0;z-index:10;display:flex;gap:.5rem;padding:1rem;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;width:100%;flex-direction:row;left:0;right:0;box-sizing:border-box}.pc__actions--overlay>.Button{flex:1 1 0;width:100%;min-width:0;height:42px}.pc__actions--overlay>*{flex:1 1 0;min-width:0}.pc__actions--overlay>*:only-child{flex:1 1 100%;width:100%}product-card:hover .pc__actions--overlay{opacity:1;transform:translateY(0);pointer-events:auto}.pc__actions--hidden-original{display:none}.pc__information__meta{gap:.75rem;cursor:pointer}product-card .swiperButton{background:var(--background_color)}product-card .swiperButton svg path{fill:var(--primary_text)}.pc__wrapper-link{border-radius:.5rem}.product-card__image{border-radius:.25rem}.pc__actions .Button{padding:0}}product-card form{background:var(--background_color)}product-card>div[class^=colorGroup--]{background:var(--background_color);display:flex;flex-direction:column}product-card .AspectRatio--portrait:has(.image__placeholder),product-card .AspectRatio--portrait:has(.placeholder-svg),product-card .AspectRatio--portrait:has(svg.placeholder-svg){aspect-ratio:4 / 5!important}product-card .AspectRatio--square:has(.image__placeholder),product-card .AspectRatio--square:has(.placeholder-svg),product-card .AspectRatio--square:has(svg.placeholder-svg){aspect-ratio:1 / 1!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product_card.css.map */
