.products{display:grid;grid-template-columns:repeat(3,1fr);gap:2em 1.5em}@media (max-width:1024px){.products{grid-template-columns:repeat(3,1fr);gap:2em 1em}}@media (max-width:768px){.products{grid-template-columns:repeat(2,1fr)}}.product-grid-tools{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.product-grid-tools label{display:none}.product-grid-tools .product-count,.product-grid-tools select{font-size:.8125em}.product-grid-tools .product-count{text-transform:uppercase}.product-grid-tools select{text-transform:uppercase;border:none;border-bottom:1px solid rgba(3,2,0,.7);border-radius:0;padding-left:0;background-position:100% 50%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding-top:.125em;padding-bottom:.125em}