.carousel-base{position:relative;display:flex;overflow:auto;margin:auto;scroll-behavior:smooth;scrollbar-width:none;cursor:grab;user-select:none;-webkit-user-drag:none;scroll-snap-type:x mandatory}
.carousel-base.dragging{cursor:grabbing;user-select:none}
.carousel-base.dragging .carousel-base__item a{cursor:grabbing;user-select:none}
.carousel-base__item{padding:0 10px;flex-shrink:0;transition:transform .3s ease;scroll-snap-align:start}
.carousel-base__nav{position:relative;display:flex;justify-content:flex-end;align-items:center;bottom:0;right:20px;gap:16px;width:100%;margin-top:20px}
.carousel-base__nav .icon-wavy-arrow{border:1px solid #aea780;background-color:#fff;border-radius:50%;height:32px;width:32px;padding:8px 2px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.carousel-base__nav .icon-wavy-arrow::before{color:#aea780;font-size:14px}
.carousel-base__nav .icon-wavy-arrow.prev{transform:rotate(180deg)}
.carousel-base__nav .icon-wavy-arrow.disabled{opacity:.5;pointer-events:none}