.item-card__image{width:100%;height:230px;border:1px solid #fbfbfb;box-shadow:0 0 30px rgba(0,0,0,.02);background-size:cover;background-position:50%;display:block;background-color:#f6f6f8;border-radius:5px;transition:.1s ease-in}.item-card__image--outstock{filter:grayscale(.5);opacity:.5}.item-card__image--outstock:hover{filter:grayscale(0);opacity:1}@media(min-width:258px){.item-card__image{height:300px}}@media(min-width:298px){.item-card__image{height:350px}}@media(min-width:410px){.item-card__image{height:400px}}@media(min-width:576px){.item-card__image{height:580px}}@media(min-width:768px){.item-card__image{height:188px}}@media(min-width:992px){.item-card__image{height:265px}}@media(min-width:1200px){.item-card__image{height:280px}}@media(min-width:1700px){.item-card__image{height:390px}}.item-card__image:hover{transform:scale(1.02)}.item-card:hover .title{text-decoration:underline}