.product-teaser{display:flex;flex-direction:column;position:relative}.product-teaser__link{display:flex;flex-direction:column;text-decoration:none}.product-teaser__link img{transform:scale(1);transition:transform .2s}.product-teaser__link:focus img,.product-teaser__link:hover img{transform:scale(1.05)}.product-teaser__link:focus .product-teaser__name,.product-teaser__link:hover .product-teaser__name{text-decoration:underline}.product-teaser__link:focus .product-teaser__picture{border-radius:0}.product-teaser__picture,.product-teaser__picture-container{overflow:hidden;position:relative}.product-teaser__picture{border-radius:var(--border-radius);display:block;margin-bottom:var(--spacing-xs);padding:var(--spacing-s) 0}.product-teaser__picture img{display:block;width:100%}.product-teaser__picture:after{background-color:var(--color-black);bottom:0;content:"";left:0;opacity:.05;position:absolute;right:0;top:0}.product-teaser__img-placeholder{aspect-ratio:1/1;margin-bottom:var(--spacing-xs)}.product-teaser__text{display:flex;flex-direction:column;gap:.125rem;padding:var(--spacing-xs) var(--spacing-s)}@media screen and (max-width:413px){.product-teaser__text{padding:var(--spacing-xs) 0}}.product-teaser__text--top{padding-bottom:0}.product-teaser__text--bottom{flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:0 var(--spacing-s);justify-content:space-between;padding-top:0}.product-teaser__text--summary{border-top:1px solid var(--color-gray-medium);font-size:1rem;margin-top:var(--spacing-xs);padding-top:var(--spacing-xs)}.product-teaser__brand{font-weight:700;grid-area:brand}.product-teaser__brand,.product-teaser__name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.product-teaser__name{grid-area:name}.product-teaser__price .price{align-items:center;font-weight:400}.product-teaser__size{display:flex;gap:.25em}.product-teaser__buy-button{align-items:center;background-color:#f2f2f2;border-color:var(--color-white);border-radius:50%;border-style:solid;bottom:var(--spacing-s);display:flex;height:3rem;justify-content:center;margin-top:var(--spacing-xs);padding:0;position:absolute;right:var(--spacing-xs);width:3rem}.product-teaser__buy-button:hover{background-color:var(--color-gray-dark);border:none}.product-teaser__buy-button:hover svg{color:var(--color-white)}.product-teaser__buy-button.btn--loading{background-color:var(--color-gray-dark);border-color:var(--color-gray-dark)}.product-teaser__buy-button.btn--loading:before{content:none}.product-teaser__buy-button.btn--loading:after{background-repeat:no-repeat;top:calc(50% + 5px);width:2.5rem}.product-teaser .discount-tag,.product-teaser .news-tag{left:var(--spacing-xs);position:absolute;top:var(--spacing-xs)}.product-teaser--new .discount-tag{top:3em}.product-teasers-wrapper{display:flex;flex-wrap:nowrap;gap:.75rem;margin:var(--spacing) calc(var(--container-padding)*-1);overflow:auto;padding:0 var(--container-padding)}@media screen and (min-width:1024px){.product-teasers-wrapper{display:flex;margin:var(--spacing-s) 0 0;padding-left:0;padding-right:0}}.product-teasers-wrapper .product-teaser{min-width:calc(100% - var(--spacing-xl))}@media screen and (min-width:414px){.product-teasers-wrapper .product-teaser{max-width:calc(25% - var(--spacing)/2);min-width:18.75rem}}@media screen and (min-width:1024px){.product-teasers-wrapper .product-teaser{min-width:calc(25% - var(--spacing)/2)}}.modal .product-teasers-wrapper .product-teaser__text{font-size:1rem;padding-left:0;padding-right:0}.product-teasers-wrapper .product-teaser__text--bottom{display:flex;flex-direction:column;gap:.125rem var(--spacing-s);justify-content:space-between}.modal .product-teasers-wrapper .product-teaser__buy-button{display:none}@keyframes category-is-fetching{0%{opacity:0}to{opacity:1}}.product-category{align-items:self-start;display:grid;gap:var(--spacing) var(--spacing-xl);grid-template-areas:"filter" "top" "products";grid-template-columns:1fr;margin:var(--spacing) 0;transition:opacity .1s}@media screen and (min-width:768px){.product-category{grid-template-areas:"filter top" "filter productslist" "filter infinitescroll";grid-template-columns:1fr 3fr;grid-template-rows:auto 1fr}}@media screen and (min-width:1024px){.product-category{grid-template-columns:18.75rem 4fr}}@media screen and (max-width:767px){.search-page .product-category{display:block}}.product-category__filter-wrapper{grid-area:filter}.product-category__top-wrapper{grid-area:top;height:auto}@media screen and (max-width:767px){.product-category__top-image{margin-left:calc(var(--container-padding)*-1);margin-right:calc(var(--container-padding)*-1)}}.product-category__top-image img{background-color:var(--color-gray-light);display:block}.product-category__heading{margin:0 0 var(--spacing-s) 0}.product-category__top-image+.product-category__heading{margin-top:var(--spacing-s)}.product-category__products-wrapper{grid-area:productslist}.product-category__options{align-items:center;display:flex;gap:var(--spacing);justify-content:space-between}@media screen and (max-width:1023px){.product-category__options{font-size:1rem}.search-page .product-category__options{margin:var(--spacing) 0}}@media screen and (max-width:413px){.product-category__options{font-size:.875rem}}.product-category__hit-count{color:var(--color-gray-dark);font-size:1rem}.product-category__sort-select{min-height:48px}.product-category__products{display:grid;gap:var(--spacing-l) var(--spacing);grid-template-columns:repeat(2,minmax(0,1fr));margin:var(--spacing) 0}@media screen and (min-width:1024px){.product-category__products{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-category--is-fetching .product-category__products{opacity:.2}.product-category__product-link{text-decoration:none}.product-category__product-link:hover{text-decoration:underline}.product-category__product-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.product-category__page button{height:48px;width:48px}.product-category__no-results{background:var(--color-webshop);margin:var(--spacing) 0;padding:var(--spacing);text-align:center}.infinite-scroll{flex-flow:row nowrap;grid-area:infinitescroll;width:100%}.infinite-scroll,.infinite-scroll--loading button{align-items:center;display:flex;justify-content:center}.infinite-scroll--loading button{flex-flow:column nowrap;gap:.5rem}.infinite-scroll--loading button:after{background:url(/Img/three-dots.svg);background-size:contain;content:"";display:block;height:20px;width:80px}.infinite-scroll button{background-color:transparent;border:none;font-size:1rem;padding:0;text-align:center}