.item-card{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;cursor:pointer;display:flex;flex-direction:column;padding:1.25rem;position:relative;transition:box-shadow .3s ease-in-out}.item-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:scale(1.03)}.item-card__image{background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;border-radius:.5rem;height:158px;margin-bottom:1rem;-o-object-fit:cover;object-fit:cover;width:100%}@media (min-width:1280px){.item-card__image{height:250px}}@media (min-width:1536px){.item-card__image{height:316px}}.item-card__title{color:#303639;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.item-card__price{color:#008ecc;font-size:.875rem;font-weight:500}.item-card__status{border-radius:5px;color:#fff;font-size:.75rem;font-weight:600;left:1rem;padding:5px 10px;position:absolute;top:1rem}.item-card__status.hit{background:#ee5858}.item-card__status.new{background:#2db224}
