.sales-list__items{display:flex;flex-wrap:wrap;margin:1.25rem -.5rem}.sales-list__link{text-decoration:none}.sales-list__item{flex:0 0 50%;max-width:50%;margin-bottom:1rem;padding:0 .5rem;cursor:pointer}.sales-list__item:hover .sales-list__item-image img{transform:scale(1.2)}.sales-list__item-image{padding:0;position:relative;background-color:#eee;overflow:hidden;aspect-ratio:400/240}.sales-list__item-image.no-image{padding-bottom:60%}.sales-list__item-image img{height:auto;max-width:100%;transition:transform .5s}.sales-list__item-price,.sales-list__item-price span{font-size:10px}.sales-list__item-gender{position:absolute;top:1rem;left:1rem}.sales-list__item-gender .icon{width:20px;height:20px}.sales-list__item-name{font-size:12px;font-weight:700;padding-bottom:0}.sales-list__item-seller{font-size:10px;padding-top:.25rem;font-style:italic}.sales-list__item-new{position:absolute;bottom:1rem;left:1rem;text-transform:uppercase;background:orange;font-size:8px;padding:.25rem .5rem}.sales-list__item .card{margin:0}@media screen and (min-width:48em){.sales-list__items .cards__item{flex:0 0 calc(100%/3);max-width:calc(100%/3)}}@media screen and (min-width:75em){.sales-list__items .cards__item{flex:0 0 calc(100%/4);max-width:calc(100%/4)}}