.carousel-control-prev-icon,.carousel-control-next-icon{display:none !important;background-image:none !important}
.carousel-control-prev,.carousel-control-next{color:inherit !important}
.custom-arrow{font-size:45px;font-weight:bold;color:var(--arrow-color,#000) !important;cursor:pointer;user-select:none;opacity:1 !important;position:absolute;top:50%;transform:translateY(-50%)}
.carousel-control-prev .custom-arrow{left:30px}
.carousel-control-next .custom-arrow{right:30px}
@media(max-width:767px){.carousel-control-prev,.carousel-control-next{display:flex;align-items:center;width:44px}
.custom-arrow{position:relative;top:auto;transform:none;font-size:28px}
.carousel-control-prev{margin-left:-45px}
.carousel-control-next{margin-right:-45px}
}