.Carousel-wrapper{position:relative;width:100%}.Carousel-wrapper:hover .Carousel-button{display:flex}@media screen and (max-width:767px){.Carousel-wrapper:hover .Carousel-button{display:none}}.Carousel{overflow:hidden}.Carousel-container{display:flex;gap:24px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-snap-align:end}.Carousel-button{display:none;position:absolute;top:40%;z-index:1;transform:translateY(-50%) rotate(-90deg);background-color:var(--color-orange);border:none;border-radius:50%;color:#fff;width:54px;height:54px;cursor:pointer;align-items:center;justify-content:center;font-size:1.2rem}.Carousel-button svg path{stroke:var(--color-black-20);stroke-width:1px;paint-order:stroke fill}.Carousel-button.right{right:10px}.Carousel-button.left{left:10px}.Carousel-button.left svg{transform:rotate(180deg)}.Carousel-button.smallBtn{width:40px;height:40px}