.category-carousel{display:block}.category-carousel__container{position:relative}.category-carousel__navigation{position:absolute;top:50%;display:flex;align-items:center;justify-content:center;width:30px;min-width:unset;height:30px;min-height:unset;padding:10px;border-radius:50%}@media screen and (min-width: 1024px){.category-carousel__navigation{width:80px;height:80px}.category-carousel__navigation svg{width:40px;height:40px}}.category-carousel__navigation::before,.category-carousel__navigation::after{display:none}.category-carousel__navigation.next{right:0;transform:translate(50%, -50%)}.category-carousel__navigation.prev{left:0;transform:translate(-50%, -50%)}.category-carousel__list{padding:10px}@media screen and (min-width: 1024px){.category-carousel__list{padding:40px 75px;background-color:#f1f1f1}}.category-carousel__item{width:300px;margin-right:30px}.category-carousel__buttons{display:flex;flex-wrap:wrap;gap:30px;align-items:center;justify-content:center;margin-top:40px}