:root{--color-white:#fff;--color-orange:#f60;--color-lightgray:#b6b6b6;--color-black:#333}.v-productList{display:flex;flex-direction:column;gap:4rem}@media screen and (max-width:992px){.v-productList{gap:3.2rem}}@media screen and (max-width:640px){.v-productList{gap:2.4rem}}.v-productList__container{display:grid;gap:2.4rem}.v-productList__container.fourColumns{grid-template-columns:repeat(4,1fr)}.v-productList__container.threeColumns{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1220px){.v-productList__container.fourColumns,.v-productList__container.threeColumns{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:992px){.v-productList__container.fourColumns,.v-productList__container.threeColumns{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.v-productList__container.fourColumns,.v-productList__container.threeColumns{gap:1.6rem;grid-template-columns:repeat(1,1fr)}}.v-productList__showMore{background-color:#f4f4f4;border-radius:8px;justify-content:center;padding:.9rem 2.4rem;width:100%}@media (hover:hover) and (pointer:fine){.v-productList__showMore:hover{background-color:#333;color:#fff}}
