.ts-product-card{width:100%}.ts-product-card.disabled{opacity:.5;cursor:no-drop}.ts-product-card.disabled *{pointer-events:none}.ts-product-card__media-wrapper{position:relative;margin:0 0 20px;overflow:hidden}.ts-product-card__media{display:flex;position:relative}.ts-product-card__media .ts-image--desktop{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;z-index:1;transition:opacity .3s;pointer-events:none}.ts-product-card__media:hover .ts-image--desktop{opacity:1}.ts-product-card__media img,.ts-product-card__media svg{width:100%;height:auto}.ts-product-card__media svg{border-radius:16px}.ts-product-card__review{display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:#333;margin:0 0 10px}.ts-product-card__stars{display:flex;align-items:center;flex-wrap:nowrap;color:#ffd91c}.ts-product-card__stars svg{width:20px;height:20px}.ts-product-card__title{margin:0 0 2px;color:var(--font-color);text-decoration:none;display:inline-block}.ts-product-card__description{margin:0 0 10px;color:var(--font-color)}.ts-product-card__gekozen{position:absolute;top:20px;right:20px;z-index:1;display:flex}.ts-product-card__gekozen img{width:58px;height:auto}.ts-product-card__badges{position:absolute;top:10px;left:10px;padding:10px;z-index:1}.ts-product-card.disabled .ts-product-card__badges,.ts-product-card.disabled .ts-product-card__gekozen{display:none}@media screen and (max-width: 749px){.ts-product-card__media-wrapper{margin:0 0 10px}.ts-product-card__title{font-weight:700}.ts-product-card__badges{top:0;left:0}.ts-product-card__gekozen{top:10px;right:10px}}