.elementor-widget-kfci_product_slider .elementor-widget-container {
    overflow: visible;
}

.kfci-product-slider {
    --kfci-ps-nav-size: 52px;
    --kfci-ps-nav-gap: 16px;
    --kfci-ps-nav-icon-size: 20px;
    --kfci-ps-offset-size: 92px;
    --kfci-ps-nav-justify: flex-end;
    --kfci-ps-nav-h-offset: 0px;
    --kfci-ps-nav-v-offset: 0px;
    --kfci-ps-nav-align-self: flex-end;
    --kfci-ps-nav-h-sign: -1;
    --kfci-ps-nav-margin-left: auto;
    --kfci-ps-nav-margin-right: 0;
    --kfci-ps-nav-v-sign: -1;
    background-color: #ffffff;
    overflow: visible;
}

.kfci-product-slider__inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
    overflow: visible;
    position: relative;
}

.kfci-product-slider__header {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    min-height: var(--kfci-ps-nav-size, 52px);
    overflow: visible;
    position: relative;
}

.kfci-product-slider__title {
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.96px;
    line-height: 60px;
    margin: 0;
    max-width: 742px;
}

.kfci-product-slider__nav {
    align-self: var(--kfci-ps-nav-align-self, flex-end);
    display: none;
    flex-shrink: 0;
    gap: var(--kfci-ps-nav-gap);
    justify-content: var(--kfci-ps-nav-justify, flex-end);
    margin: 0;
    margin-left: var(--kfci-ps-nav-margin-left, auto);
    margin-right: var(--kfci-ps-nav-margin-right, 0);
    position: relative;
    width: auto;
    z-index: 2;
}

.kfci-product-slider__nav--header {
    transform: translate(
        calc(var(--kfci-ps-nav-h-offset, 0px) * var(--kfci-ps-nav-h-sign, -1)),
        calc(var(--kfci-ps-nav-v-offset, 0px) * var(--kfci-ps-nav-v-sign, -1))
    );
}

.kfci-product-slider__nav--bottom {
    justify-content: var(--kfci-ps-nav-justify, center);
    margin-left: 0;
    margin-right: 0;
    transform: translate(
        calc(var(--kfci-ps-nav-h-offset, 0px) * var(--kfci-ps-nav-h-sign, -1)),
        calc(var(--kfci-ps-nav-v-offset, 0px) * var(--kfci-ps-nav-v-sign, -1))
    );
    width: 100%;
}

@media (min-width: 1025px) {
    .kfci-product-slider--nav-desktop-none .kfci-product-slider__nav {
        display: none !important;
    }

    .kfci-product-slider--nav-desktop-header .kfci-product-slider__nav--header,
    .kfci-product-slider--nav-desktop-both .kfci-product-slider__nav--header {
        display: flex !important;
    }

    .kfci-product-slider--nav-desktop-bottom .kfci-product-slider__nav--bottom,
    .kfci-product-slider--nav-desktop-both .kfci-product-slider__nav--bottom {
        display: flex !important;
    }
}

.kfci-product-slider__button {
    align-items: center;
    background: transparent;
    border: 1px solid #2e070b;
    color: #ce2030;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: var(--kfci-ps-nav-size);
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: border-color 0.2s ease, opacity 0.2s ease;
    width: var(--kfci-ps-nav-size);
}

.kfci-product-slider__button::after,
.kfci-product-slider__button::before {
    content: none !important;
    display: none !important;
}

.kfci-product-slider__button-icon {
    align-items: center;
    display: inline-flex;
    height: var(--kfci-ps-nav-icon-size);
    justify-content: center;
    line-height: 0;
    width: var(--kfci-ps-nav-icon-size);
}

.kfci-product-slider__button-icon svg,
.kfci-product-slider__button > svg {
    display: block;
    fill: currentColor;
    height: var(--kfci-ps-nav-icon-size) !important;
    max-height: var(--kfci-ps-nav-icon-size);
    max-width: var(--kfci-ps-nav-icon-size);
    width: var(--kfci-ps-nav-icon-size) !important;
}

.kfci-product-slider__button--disabled {
    cursor: default;
    opacity: 0.35;
}

.kfci-product-slider__slider-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: visible;
    position: relative;
}

.kfci-product-slider__swiper {
    overflow: hidden;
    width: 100%;
}

.kfci-product-slider--offset-right .kfci-product-slider__swiper,
.kfci-product-slider--offset-both .kfci-product-slider__swiper {
    padding-right: var(--kfci-ps-offset-size);
}

.kfci-product-slider--offset-left .kfci-product-slider__swiper,
.kfci-product-slider--offset-both .kfci-product-slider__swiper {
    padding-left: var(--kfci-ps-offset-size);
}

.kfci-product-slider__slide {
    height: auto;
}

.kfci-product-slider--equal-height .kfci-product-slider__slide,
.kfci-product-slider--equal-height .kfci-product-slider__card {
    height: 100%;
}

.kfci-product-slider__card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.kfci-product-slider__image-wrap {
    aspect-ratio: 378.67 / 233;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.kfci-product-slider__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.kfci-product-slider__image--placeholder {
    background: #e8e4e4;
}

.kfci-product-slider__card-content {
    background-color: #f5f3f3;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 37px), calc(100% - 37px) 100%, 0 100%);
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    position: relative;
}

.kfci-product-slider__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kfci-product-slider__category {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}

.kfci-product-slider__product-title {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.kfci-product-slider__button-link {
    align-items: center;
    color: #ce2030;
    display: inline-flex;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 600;
    gap: 0;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

.kfci-product-slider__button-text {
    padding: 12px 0;
}

.kfci-product-slider__button-arrow {
    display: inline-flex;
    padding: 10px;
}

.kfci-product-slider__button-arrow svg {
    display: block;
    height: 16px;
    width: 16px;
}

.kfci-product-slider__empty {
    margin: 0;
    padding: 24px;
}

@media (max-width: 1024px) {
    .kfci-product-slider__title {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .kfci-product-slider__nav--header,
    .kfci-product-slider__nav--bottom {
        display: none !important;
    }

    .kfci-product-slider--nav-tablet-none .kfci-product-slider__nav {
        display: none !important;
    }

    .kfci-product-slider--nav-tablet-header .kfci-product-slider__nav--header,
    .kfci-product-slider--nav-tablet-both .kfci-product-slider__nav--header {
        display: flex !important;
    }

    .kfci-product-slider--nav-tablet-bottom .kfci-product-slider__nav--bottom,
    .kfci-product-slider--nav-tablet-both .kfci-product-slider__nav--bottom {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .kfci-product-slider__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .kfci-product-slider__nav--header,
    .kfci-product-slider__nav--bottom {
        display: none !important;
    }

    .kfci-product-slider--nav-mobile-none .kfci-product-slider__nav {
        display: none !important;
    }

    .kfci-product-slider--nav-mobile-header .kfci-product-slider__nav--header,
    .kfci-product-slider--nav-mobile-both .kfci-product-slider__nav--header {
        display: flex !important;
    }

    .kfci-product-slider--nav-mobile-bottom .kfci-product-slider__nav--bottom,
    .kfci-product-slider--nav-mobile-both .kfci-product-slider__nav--bottom {
        display: flex !important;
    }

    .kfci-product-slider__title {
        font-size: 28px;
        line-height: 36px;
        max-width: 100%;
    }

    .kfci-product-slider__nav--header {
        margin-left: 0;
        margin-right: auto;
    }
}
