.products-list-page{width:100%;padding-top:60px;padding-bottom:120px}@media only screen and (max-width:1024px){.products-list-page{padding-top:40px;padding-bottom:80px}}.products-list-page__nav{width:1046px;margin-left:auto;margin-right:auto}@media only screen and (max-width:1024px){.products-list-page__nav{width:calc(100% - 200px)}}@media only screen and (max-width:912px){.products-list-page__nav{width:calc(100% - 100px)}}@media only screen and (min-width:320px)and (max-width:767px){.products-list-page__nav{width:100%;overflow-x:hidden}}.products-list-page__nav-list{list-style:none;display:grid;grid-template-columns:repeat(3,330px);grid-gap:20px;gap:20px;grid-row-gap:30px;row-gap:30px}@media only screen and (max-width:1024px){.products-list-page__nav-list{grid-template-columns:repeat(3,250px);justify-content:center;align-items:center;gap:15px;row-gap:20px}}@media(max-width:853px){.products-list-page__nav-list{grid-template-columns:repeat(2,250px);gap:20px}}@media only screen and (min-width:320px)and (max-width:767px){.products-list-page__nav-list{width:-moz-fit-content;width:fit-content;padding-left:20px;padding-right:20px}}.products-list-page__nav-item{padding:10px;display:flex;align-items:center;gap:10px;border-radius:15px;background-color:#fff;cursor:pointer;transition:transform .3s ease-in-out}.products-list-page__nav-item.active{background-color:#204e51}.products-list-page__nav-item.active .products-list-page__nav-item-text{color:#fff}.products-list-page__nav-item:hover{transform:scale(1.05)}.products-list-page__nav-item-image-container{width:60px;height:60px;position:relative}.products-list-page__nav-item-image-container img{object-fit:contain}@media only screen and (max-width:1024px){.products-list-page__nav-item-image-container{width:40px;height:40px}}.products-list-page__nav-item-text{font-family:var(--font-roboto);font-size:1rem;line-height:19.2px;font-weight:400;color:#1e1e1e;transition:color .2s ease}@media only screen and (max-width:1024px){.products-list-page__nav-item-text{text-align:center}}.products-list-page__products-list{margin-top:120px;width:1200px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(3,auto);grid-gap:30px;gap:30px;grid-row-gap:90px;row-gap:90px}@media only screen and (max-width:1024px){.products-list-page__products-list{margin-top:80px;width:calc(100% - 200px);grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:912px){.products-list-page__products-list{width:calc(100% - 100px)}}@media(max-width:853px){.products-list-page__products-list{width:calc(100% - 40px);gap:15px;row-gap:90px}}@media only screen and (min-width:320px)and (max-width:767px){.products-list-page__products-list{display:flex;flex-direction:column}}.products-list-page__product-wrapper{justify-content:center;display:none}.products-list-page__product-wrapper.show{display:flex}