.products-listing{display:flex;flex-direction:column;gap:5rem;width:100%}@media only screen and (max-width:1199px){.products-listing{gap:4rem}}@media only screen and (max-width:767px){.products-listing{gap:2.5rem}}.products-listing__container{grid-gap:2px;display:grid;gap:2px;grid-template-columns:1fr 1fr 1fr 1fr;width:100%}@media only screen and (max-width:991px){.products-listing__container{grid-template-columns:1fr 1fr}}.products-listing__container-empty{display:flex;font-size:1.25rem;font-weight:500;grid-column:span 4;justify-content:center;line-height:1.875rem;padding:3rem 0}@media only screen and (max-width:991px){.products-listing__container-empty{padding:2rem 0}}@media only screen and (max-width:767px){.products-listing__container-empty{padding:1.5rem 0}}.products-listing__more{align-items:center;display:flex;flex-direction:column;gap:3.125rem;justify-content:center;padding-bottom:6.25rem;padding-left:var(--padding-inline);padding-right:var(--padding-inline);width:100%}@media only screen and (max-width:1199px){.products-listing__more{padding-bottom:4rem}}@media only screen and (max-width:767px){.products-listing__more{padding-bottom:2.5rem}}@media only screen and (max-width:575px){.products-listing__more{gap:2.5rem}}.products-listing__more-number{display:flex;flex-direction:column;font-size:1.125rem;font-weight:500;gap:1.875rem;line-height:1.875rem;text-align:center}@media only screen and (max-width:575px){.products-listing__more-number{gap:1.5rem}}.products-listing__more-bar{background-color:#efebe6;height:5px;width:17.625rem}.products-listing__more-bar-progress{background-color:#4b4f54;height:5px;transition:width .3s ease-out;width:0}.products-listing__btn{font-weight:700!important}@media only screen and (max-width:575px){.products-listing__btn{text-align:center;width:100%}}