.card-list{display:flex;flex-wrap:wrap;gap:16px}@media(min-width:1024px){.card-list{}}@media(min-width:1200px){.card-list{}}.card-list .card{position:relative;display:flex;flex-direction:column;width:calc(100%/2 - 8px)}@media(min-width:600px){.card-list{gap:24px}.card-list .card{width:calc(100%/3 - 16px)}}@media(min-width:840px){.card-list .card{width:calc(100%/4 - 18px)}}.bild-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:inherit;max-width:inherit;padding:8px;border-radius:10px;background-color:#f4f6f7;background-color:var(--bg-color-muted);overflow:hidden;pointer-events:all}.bild-wrapper{position:relative;flex:0 0 240px;height:240px;max-width:inherit;overflow:hidden}.bild-wrapper picture{height:100%;width:inherit}.bild-wrapper img,.bild-wrapper source{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.card-list>.card>.media{width:100%;height:100%;padding:8px;overflow:hidden;background:rgba(33,32,31,.08);border-radius:12px}.card-list>.card>.frame{--aspect-ratio-width:1;position:relative;padding-bottom:calc(var(--aspect-ratio) * 100%);margin-bottom:.5rem}.card-list>.card>.frame>.image-wrapper>*{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.card-list>.card>.frame>.image-wrapper>picture{width:100%;height:100%;object-fit:contain;mix-blend-mode:darken}.card-list>.card>.title{font-size:1rem;font-weight:500;line-height:1.25rem}.card-list>.card>.title{word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:unset}.byline{font-size:.875rem;line-height:1.25rem}.card-list>.card>.price-block{margin-top:auto}.card .price{font-size:1.25rem;font-weight:500}.card.onsale .price{color:red}.card .strike-price{display:none}.card.onsale .strike-price{display:inline;font-size:1rem;font-weight:400;text-decoration:line-through;color:#21201f;opacity:.54}.card>.title,.card>.byline,.card>.info,.card>.price-block{padding:0 6px}.discount-badge-wrap{position:absolute;bottom:10px;left:10px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:1px;pointer-events:none}.discount-badge{display:flex;align-items:center;align-items:baseline;width:-moz-fit-content;width:fit-content;padding:0 3px;max-height:16px;border-radius:4px;color:#fff;background-color:#fc5230;background-color:red;font-size:12px;line-height:16px;font-weight:500;white-space:nowrap}.bild-wrapper .notfound{position:relative;padding-bottom:calc(var(--aspect-ratio) * 100%);margin-bottom:.5rem}.bild-wrapper .notfound{display:none}.card .placeholder{display:none}.bild-wrapper>.notfound ~ .placeholder{height:auto;position:absolute;top:.5rem;right:.5rem;bottom:.5rem;left:.5rem;max-width:180px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:space-between;color:white;background:#70aa32;green line-height:1.2;font-weight:400;font-family:var(--font-stack-condensed);text-align:center}.card .placeholder>.title{padding:0 1.5rem;font-size:16px;line-height:20px;font-weight:300;font-family:var(--font-stack-condensed);font-stretch:semi-condensed;display:-webkit-box!important;word-break:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden!important}.card .placeholder>.subtitle{width:100%;height:auto;padding:.5rem 1.5rem 1.5rem;font-size:.75rem;line-height:1.0;font-weight:300;text-overflow:ellipsis;overflow:hidden}.card .placeholder>.header{padding:1.5rem 1.5rem 0}.card .placeholder>.footer{width:100%;padding:1.5rem 1.5rem;font-size:11px;line-height:1.0;font-weight:300;text-overflow:ellipsis;overflow:hidden;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card a{color:inherit;font-size:inherit;text-decoration:none;cursor:pointer}