.carousel-bubble{background:var(--color-background);z-index:5;border-radius:35px 35px 0 0;width:150px;height:60px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.carousel-bubble:before{content:"";background:radial-gradient(circle at bottom right,transparent 30px,var(--color-background)30px);width:30px;height:30px;position:absolute;bottom:0;left:0;transform:translate(calc(1px - 100%))rotate(180deg)}.carousel-bubble:after{content:"";background:radial-gradient(circle at bottom left,transparent 30px,var(--color-background)30px);width:30px;height:30px;position:absolute;bottom:0;right:0;transform:translate(calc(100% - 1px))rotate(180deg)}.carousel-prev,.carousel-next{z-index:10;width:40px;height:40px;padding:5px;font-size:30px;transition:all .3s}.carousel-prev{left:50%;transform:translate(-120%)}.carousel-next{right:50%;transform:translate(120%)}
