.filters{justify-content:space-between;display:flex}.filters .orderby{padding:.5rem 1rem}.list-shop{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem 2rem;width:100%;display:grid}.list-shop .product{grid-template-rows:subgrid;grid-row:span 2;gap:1rem;display:grid}.list-shop .product__image{aspect-ratio:1;margin-bottom:1rem}.list-shop .product__image img{object-fit:contain;width:100%;height:100%}.list-shop .product__price{color:#8f1544;font-size:max(1.25rem,min(.9375rem + 1vw,1.5rem));line-height:1}.list-shop .product__title{color:#000;margin-bottom:.5rem;font-size:max(1rem,min(.6875rem + 1vw,1.25rem))}.list-shop .product__description{color:#191919}.list-shop .product__manufacturer{color:#8f1544;margin-top:.5rem;font-size:.875rem;line-height:1}.list-shop .product a.add_to_cart_button,.list-shop .product a.product_type_simple{color:#fff;text-transform:uppercase;background-color:#8f1544;border-radius:1rem;align-content:center;width:max-content;padding:.5rem 1rem;font-size:.75rem;line-height:1;transition:background-color .25s;display:block}.list-shop .product a.add_to_cart_button:hover,.list-shop .product a.product_type_simple:hover{color:#fff;background-color:#560d29}
