.product-card__image,.product-card__image img,.product-card__image video{border-radius:12px;object-fit:cover;}
.product-card__information{display:grid;gap:10px;color:#181818;font-family:var(--font-supreme-ll);}
.product-card__information:hover{text-decoration:none;color:#181818;}
.product-card__material{color:#ADADAD;font-weight:700;line-height:1;height:24px;display:flex;align-items:center;}
.product-card__title{font-weight:400;}
@media(min-width:768px){
  .product-card__information{padding:12px 12px 8px 0;}
  .product-card__title{font-size:14px;line-height:20px;}
  .badges--md .badge,.product-card__material{font-size:12px;}
  .product-card .badges.left-2{left:12px;}
  .product-card .badges.top-2{top:12px;}
  .badges--md .badge{border-radius:6px;padding:5px 16px 4px;}
}
@media(max-width:767px){
  .product-card__information{padding:6px 6px 8px 0;}
  .product-card__title{font-size:12px;line-height:1;}
  .product-card .wishlist-button-collection .wk-button{width:32px;min-width:32px;height:32px;min-height:32px;}
  .product-card__material,.product-card__price{font-size:11px;}
  .product-card .badges.left-2{left:6px;}
  .product-card .badges.top-2{top:6px;}
  .badges--md .badge{border-radius:5px;padding:1px 8px;font-size:10px;line-height:16px;}
}