@import "../../plugins/slick/slick.css";
@import "../../plugins/slick/slick-theme.css";

.slick-dotted.slick-slider {
    margin: 0;
}
.slick-dots {
    bottom: 0;
}
.slick-dots li {
    margin: 0 0.5rem;
}
.slick-dots li::before {
    display: none;
}
.slick-dots li button {
    padding: 0;
    width: 1rem;
    height: 1rem;
}
.slick-dots li button:before {
    opacity: 1;
    background: transparent;
    content: '';
    border: 2px solid #2f1d13;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: var(--text-primary);
}
.slick-dots li, .slick-dots li button:before {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    transition: all 300ms;
}
/* .slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before {
    width: 19.33px;
} */


.slick-prev, .slick-next {
    vertical-align: middle;
    width: 50px;
    height: 14px;
    z-index: 1;
    transition: all 300ms ease-out;
}
.slick-prev {
    left: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='14' viewBox='0 0 50 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1401_1020)'%3E%3Cpath d='M7 1L1 7L7 13' stroke='%232F1D13' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50 7H1.5' stroke='%232F1D13' stroke-width='1.2' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1401_1020'%3E%3Crect width='50' height='14' fill='white' transform='matrix(-1 0 0 1 50 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.slick-next {
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='14' viewBox='0 0 50 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1401_1029)'%3E%3Cpath d='M43 1L49 7L43 13' stroke='%232F1D13' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0 7H48.5' stroke='%232F1D13' stroke-width='1.2' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1401_1029'%3E%3Crect width='50' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slick-prev:before {
    transform: rotate(180deg);
}

.slick-prev:focus-visible, .slick-next:focus-visible {
    outline: 2px solid #2f1d13 !important;
}

.slick-disabled {
    opacity: 0.2;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
    .slick-prev {
        left: calc(-2.25rem / 2);
    }
    .slick-next {
        right: calc(-2.25rem / 2);
    }
}

@media only screen and (max-width: 991px) {
  
}