﻿/*@media (min-width:1025px){header:not(.is-active){background: rgba(185,185,185,.79);}}*/
#home-swiper .swiper-slide::after { background: rgb(0 0 0 / 14%);}
 .home-products .homeprolist{display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}
.home-products .homeprolist li{width:100%;margin-right:0}
.home-products .homeprolist li:last-child{width:100%}
@media (max-width:768px){.home-products .homeprolist{gap:30px;grid-template-columns:repeat(2,1fr)}}
@media (max-width:450px){.home-products .homeprolist{gap:20px;grid-template-columns:repeat(1,1fr)}}