.card{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;border:1px solid var(--border-grey-light);box-shadow:none}.card__image{min-height:1px;position:relative}.card__image:before{background:#000;bottom:0;content:"";display:block;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .5s;z-index:2}.card__body{background:#fff;flex:1;padding:calc(var(--grid-gutter)/2);position:relative;z-index:3}.card__subtitle{line-height:1.2}.card__link:hover{text-decoration:initial}.card .card__image--ratio{position:relative}.card .card__image--ratio:after{content:"";display:block}.card .card__image--ratio.card__image--ratio-4-3:after{padding-bottom:75%}.card .card__image--ratio.card__image--ratio-16-9:after{padding-bottom:56.25%}.card .card__image.card__image--overlayed:before{content:"";height:100%;position:absolute;top:0;width:100%;z-index:2}.card .card__image.card__image--ratio.card__image--video:after{position:absolute}.card .card__image--ratio img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}.card__footer{border-top:0;margin-top:auto;padding:calc(var(--grid-gutter)/2)}a.card{text-decoration:none;transition:box-shadow .5s}a.card:focus,a.card:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.25);outline:0;text-decoration:none}a.card:focus .card__image:before,a.card:hover .card__image:before{opacity:.3}a.card:focus .card__title,a.card:hover .card__title{text-decoration:none}.card--teaser{position:relative}.card--teaser .card__header{color:#000;display:block;line-height:1.2;max-height:50%;overflow:hidden;padding:0;width:100%}.card--teaser .card__header .element-header{color:#000;margin:0}.card--teaser .card__body,.card--teaser .card__intro{background:transparent;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;position:absolute;right:auto;top:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;align-items:flex-start;color:#fff;justify-content:flex-end}.card--teaser .card__body>:last-of-type,.card--teaser .card__intro>:last-of-type{margin-bottom:0}.card--teaser .card__title{font-size:22px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-weight:700;margin-bottom:0}.card--teaser .card__subheader{font-size:16px;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;font-weight:600;margin-bottom:0;overflow:hidden}.card--effectable .card__body{transform:translateY(100%);transition:all .25s ease}.card--teaser .card__intro{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:calc(var(--grid-gutter)/2);transform:translateZ(0);transition:all .25s ease;z-index:3}.card--effectable.card--teaser:focus .card__intro,.card--effectable.card--teaser:hover .card__intro{transform:translateY(100%);transition:all .25s ease}.card--effectable.card--teaser:focus .card__body,.card--effectable.card--teaser:hover .card__body{-webkit-transform:translate(0);transform:translate(0)}.product-card:focus,.product-card:hover{transition:box-shadow .5s,opacity .5s}.product-card:before{background:var(--primary);content:"";display:block;height:4px;left:0;opacity:0;position:absolute;right:0;top:0;z-index:3}.product-card:focus:before,.product-card:hover:before{opacity:1}a.product-card:focus .card__image:before,a.product-card:hover .card__image:before{opacity:.7}.product-card:focus .card__image span,.product-card:hover .card__image span{opacity:1}.product-card .product-card__discount{align-items:center;background:var(--tertiary);border-radius:2px;color:#fff;display:flex;font-size:20px;font-weight:600;justify-content:center;padding:2px 5px;position:absolute;right:10px;top:10px;width:60px;z-index:2}.product-card .card__image span{border:1px solid #fff;border-radius:2px;color:#fff;display:block;font-weight:600;left:50%;opacity:0;padding:6px 20px;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:3}.product-card .card__image span:after{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="%23fff" d="M4.667 8.667h5.06l-2.2 2.193a.67.67 0 0 0 .947.947l3.333-3.334a.7.7 0 0 0 .14-.22.67.67 0 0 0 0-.506.7.7 0 0 0-.14-.22L8.474 4.193a.667.667 0 0 0-1.093.217.67.67 0 0 0 .146.73l2.2 2.193h-5.06a.667.667 0 0 0 0 1.334"/></svg>');left:2px;position:relative;top:3px}.product-card .card__body{display:flex;flex-direction:column;gap:10px}@media (min-width:768px){.product-card .card__body{display:flex;flex-direction:row;gap:20px;justify-content:space-between}}.product-card .product-card__description{display:flex;flex-direction:column}.product-card .product-card__description .h4{position:relative}.product-card .product-card__description .h4:after{background:var(--border-grey-medium);bottom:-10px;content:"";display:block;height:1px;position:absolute;width:55px}.product-card .product-card__description-text{color:var(--text-grey-medium);font-size:14px;margin:0 0 20px}.product-card .product-card__description-price{margin:auto 0 0}.product-card .product-card__icons{align-items:center;display:flex;flex-direction:row;gap:10px}@media (min-width:768px){.product-card .product-card__icons{flex-direction:column;order:2}}.product-card .product-card__icons .product-icon{text-align:center}.product-card .product-card__icons .product-icon .icon{color:var(--primary);font-size:20px}.product-card .product-card__icons .product-icon span{color:var(--text-grey-medium);display:block;font-size:12px}