.product-list__items{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.product-list__item{display:flex;flex-flow:column nowrap;gap:1rem;position:relative}.product-list__item__linea{border-bottom:5px solid #fff;display:flex;flex-flow:row wrap;gap:.5rem 0;margin-bottom:1rem;padding:0 0 1rem}.product-list__item__linea a{border-radius:20px;color:#161412;font-size:18px;line-height:1;padding:5px 15px}.product-list__item__linea a.active{background-color:#ffdf4f}.product-list__item__image{aspect-ratio:9/12}.product-list__item__image img{height:100%;object-fit:cover;width:100%}.product-list__item__title{margin:0}.product-list__item__title a{color:#ed2025}.product-list__item__title a:where(:hover,:focus){color:#b56533}.product-list__item__title a:before{content:"";inset:0;position:absolute}@media (max-width:1024px){.product-list__items{grid-template-columns:repeat(3,1fr)}}@media (max-width:650px){.product-list__items{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:450px){.product-list__items{grid-template-columns:repeat(1,1fr)}}