.home-products-wrapper .content-wrapper{display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center}.home-products-wrapper .content-wrapper .header{text-align:center}.home-products-wrapper .content-wrapper .swiper-wrapper{padding:32px 0}.home-products-wrapper .home-products{width:100%;display:flex;flex-direction:column;gap:32px}.home-products-wrapper .home-products .bottom-wrapper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1024px){.home-products-wrapper .home-products .bottom-wrapper{flex-direction:column-reverse;gap:24px}}.home-products-wrapper .home-products .bottom-wrapper .navigation{display:flex;gap:24px}.home-products-wrapper .home-products .bottom-wrapper .navigation .next-arrow-products,.home-products-wrapper .home-products .bottom-wrapper .navigation .prev-arrow-products{border-radius:60px;border:1.5px solid var(--Grey-200,#e7e7e7);background:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;width:40px;height:40px;padding:1px 10px 0;transition:all .3s ease-in-out}.home-products-wrapper .home-products .bottom-wrapper .navigation .next-arrow-products:hover,.home-products-wrapper .home-products .bottom-wrapper .navigation .prev-arrow-products:hover{background:var(--Grey-200,#e7e7e7)}