product-card-vaillant,.vaillant-product-card:not(.vaillant-product-card--horizontal){display:flex;flex-direction:column;gap:.8rem;width:100%}.vaillant-product-card{color:#000}.vaillant-product-card__media-shell{position:relative;width:100%;aspect-ratio:201 / 248;box-sizing:border-box;overflow:hidden;background:#f1f3f2}.vaillant-product-card__product-view{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden}.vaillant-product-card__media-link,.vaillant-product-card__gallery,.vaillant-product-card__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.vaillant-product-card__product-view[hidden],.vaillant-product-card__information[hidden]{display:none}.vaillant-product-card__media-link{color:inherit;text-decoration:none}.vaillant-product-card__slide{overflow:hidden;opacity:0;transition:opacity .35s ease}.vaillant-product-card__slide.is-active{opacity:1}.vaillant-product-card__skeleton{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#e7e9e8;transition:opacity .25s ease,visibility .25s ease}.vaillant-product-card__skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.65) 50%,transparent 80%);transform:translate(-100%);animation:vaillant-product-card-shimmer 1.35s ease-in-out infinite}.vaillant-product-card__slide.is-loaded .vaillant-product-card__skeleton{opacity:0;visibility:hidden}.vaillant-product-card__image,.vaillant-product-card__placeholder{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.vaillant-product-card__image{opacity:0;transition:opacity .3s ease,transform .55s cubic-bezier(.22,1,.36,1)}.vaillant-product-card__slide.is-loaded .vaillant-product-card__image{opacity:1}.vaillant-product-card__gallery-controls{position:absolute;inset:50% 0 auto;z-index:4;transform:translateY(-50%);pointer-events:none}.vaillant-product-card__gallery-progress{position:absolute;left:0;right:0;bottom:0;z-index:6;width:auto;height:.1rem;overflow:hidden;pointer-events:none}.vaillant-product-card__gallery-progress-indicator{display:block;width:calc(100% / var(--gallery-slide-count, 1));height:100%;background:#121212;transform:translate(calc(var(--gallery-slide-index, 0) * 100%));transition:transform .35s ease}.vaillant-product-card__wishlist{position:absolute;top:1rem;right:1rem;z-index:7;display:flex;align-items:center;justify-content:center;width:1rem;height:auto;padding:0;border:0;background:transparent;color:#000;cursor:pointer}.vaillant-product-card__wishlist svg{display:block;width:100%;height:auto;opacity:.8}.vaillant-product-card__wishlist svg path{stroke-width:1}.vaillant-product-card__wishlist.is-wishlisted svg path{fill:currentColor}.vaillant-product-card__wishlist.is-loading{opacity:.55}.vaillant-product-card__wishlist.is-error{color:#9c1c1c}.vaillant-product-card__gallery-button{position:absolute;top:50%;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:.8rem;border:0;background:transparent;color:#121212;opacity:0;transform:translateY(-50%);cursor:pointer;pointer-events:auto;transition:opacity .22s ease,transform .22s ease}.vaillant-product-card__gallery-button--previous{left:1.2rem}.vaillant-product-card__gallery-button--next{right:1.2rem}.vaillant-product-card__gallery-button svg{display:block;width:.8rem;height:.8rem}.vaillant-product-card__gallery-button--previous svg{transform:rotate(90deg)}.vaillant-product-card__gallery-button--next svg{transform:rotate(-90deg)}.vaillant-product-card__tag{position:absolute;top:1.2rem;left:1.2rem;z-index:5;display:block;font-family:var(--font-body-family);font-size:1.4rem;font-weight:var(--font-body-weight);line-height:100%;color:#00000080;writing-mode:vertical-rl;transform:rotate(180deg);pointer-events:none}.vaillant-product-card__swatches{position:absolute;left:1.2rem;bottom:1.2rem;z-index:5;display:none;align-items:flex-end;gap:0;opacity:0;transition:opacity .22s ease}.vaillant-product-card__swatch{display:block;width:1.4rem;height:1.4rem;padding:0;border:0;border-radius:0;background-color:var(--swatch-color, #d9d9d9);background-image:var(--swatch-image, none);background-position:center;background-size:cover;cursor:pointer;transition:transform .18s ease,width .18s ease,height .18s ease}.vaillant-product-card__swatch.is-active{width:1.6rem;height:1.6rem}.vaillant-product-card__swatch:hover,.vaillant-product-card__swatch:focus-visible{position:relative;z-index:1;transform:scale(1.2)}.vaillant-product-card__details{min-height:0;padding:.8rem 1.2rem}.vaillant-product-card__information{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.4rem;width:100%}.vaillant-product-card__title{min-width:0;width:100%;margin:0;overflow:hidden;font-family:var(--font-body-family);font-size:1.2rem;font-style:var(--font-body-style);font-weight:var(--font-body-weight);line-height:normal;letter-spacing:0;text-align:left;text-overflow:ellipsis;white-space:nowrap;color:#121212}.vaillant-product-card__title a{color:inherit;text-decoration:none}.vaillant-product-card__title a:hover{opacity:.7}.vaillant-product-card__price{flex-shrink:0;width:100%;text-align:left}.vaillant-product-card__price .price,.vaillant-product-card__price .price-item{margin:0;font-family:var(--font-body-family);font-size:1.1rem;font-weight:var(--font-body-weight);line-height:normal;letter-spacing:0;color:#121212cc}.vaillant-product-card__price .price__container{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.4rem}.vaillant-product-card--placeholder .vaillant-product-card__product-view{position:absolute;top:0;right:0;bottom:0;left:0}.vaillant-product-card--horizontal{display:grid;grid-template-columns:10rem minmax(0,1fr);align-items:start;gap:1.5rem}.vaillant-product-card--horizontal .vaillant-product-card__media-shell{aspect-ratio:1}.vaillant-product-card--horizontal .vaillant-product-card__details{min-height:0;padding-top:0}.vaillant-product-card--horizontal .vaillant-product-card__information{display:block}.vaillant-product-card--horizontal .vaillant-product-card__price{margin-top:0;text-align:left}.vaillant-product-card--horizontal .vaillant-product-card__price .price__container{justify-content:flex-start}.vaillant-product-card--horizontal .vaillant-product-card__gallery-controls,.vaillant-product-card--horizontal .vaillant-product-card__gallery-progress,.vaillant-product-card--horizontal .vaillant-product-card__swatches,.vaillant-product-card--horizontal .vaillant-product-card__tag{display:none}@media screen and (hover:hover)and (pointer:fine){.vaillant-product-card:hover .vaillant-product-card__gallery-button,.vaillant-product-card:focus-within .vaillant-product-card__gallery-button,.vaillant-product-card:hover .vaillant-product-card__swatches,.vaillant-product-card:focus-within .vaillant-product-card__swatches{opacity:1}.vaillant-product-card:hover .vaillant-product-card__product-view:not([hidden]) .vaillant-product-card__slide.is-active .vaillant-product-card__image{transform:scale(1.158)}.vaillant-product-card__gallery-button--previous{transform:translate(-.5rem,-50%)}.vaillant-product-card__gallery-button--next{transform:translate(.5rem,-50%)}.vaillant-product-card:hover .vaillant-product-card__gallery-button,.vaillant-product-card:focus-within .vaillant-product-card__gallery-button{transform:translateY(-50%)}}@media screen and (min-width:750px){product-card-vaillant,.vaillant-product-card:not(.vaillant-product-card--horizontal){gap:1.6rem}.vaillant-product-card__media-shell{aspect-ratio:374 / 490}.vaillant-product-card__gallery-button--previous{left:2.4rem}.vaillant-product-card__gallery-button--next{right:2.4rem}.vaillant-product-card__tag{top:2.4rem;left:2.4rem}.vaillant-product-card__swatches{left:2.4rem;bottom:2.4rem}.vaillant-product-card__wishlist{top:2.4rem;right:2.4rem}.vaillant-product-card__details{padding:.8rem 2.4rem 1.6rem}.vaillant-product-card__title{font-size:1.6rem}.vaillant-product-card__price .price,.vaillant-product-card__price .price-item{font-size:1.4rem}.vaillant-product-card--horizontal .vaillant-product-card__media-shell{aspect-ratio:1}}@media screen and (max-width:749px){.vaillant-product-card__gallery{touch-action:pan-y}.vaillant-product-card__gallery-button{display:none}.vaillant-product-card__swatches{opacity:1}.vaillant-product-card__swatch,.vaillant-product-card__swatch.is-active{width:1rem;height:1rem}.vaillant-product-card__tag{font-size:1.2rem;line-height:100%}.vaillant-product-card__details{padding:0 .8rem 1.6rem;margin-bottom:0}}@keyframes vaillant-product-card-shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.vaillant-product-card__skeleton:after{animation:none}.vaillant-product-card__slide,.vaillant-product-card__skeleton,.vaillant-product-card__image,.vaillant-product-card__gallery-button,.vaillant-product-card__wishlist,.vaillant-product-card__swatches,.vaillant-product-card__swatch,.vaillant-product-card__gallery-progress-indicator{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/component-product-card-vaillant.css.map */
