.ks-hero-slider-stage {
    position: relative;
    width: 100%;
}

.ks-homepage-intro {
    position: absolute;
    top: clamp(18px, 2.2vw, 30px);
    left: clamp(12px, 2vw, 28px);
    z-index: 6;
    width: min(540px, calc(100% - 40px));
    padding: clamp(24px, 2.8vw, 42px) clamp(22px, 2.4vw, 34px) clamp(24px, 2.6vw, 40px);
    border-radius: 0 32px 32px 0;
    background: linear-gradient(90deg, rgba(255, 245, 245, 0.94) 0%, rgba(255, 245, 245, 0.84) 72%, rgba(255, 245, 245, 0) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
    pointer-events: none;
}

.ks-homepage-intro__shell {
    max-width: 460px;
    margin: 0;
    padding: 0;
}

.ks-homepage-intro__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(207, 48, 51, 0.12);
    color: #9f1d24;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    pointer-events: auto;
}

.ks-homepage-intro h1 {
    margin: 0;
    max-width: 100%;
    color: #111827;
    font-size: clamp(30px, 2.9vw, 54px);
    line-height: 1.06;
    letter-spacing: -0.04em;
    font-weight: 900;
    pointer-events: auto;
}

.ks-homepage-intro p {
    max-width: 100%;
    margin: 16px 0 0;
    color: #374151;
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.7;
    pointer-events: auto;
}

.ks-hero-slider {
    width: 100%;
    height: 680px;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.ks-hero-slider .swiper-wrapper,
.ks-hero-slider .swiper-slide {
    height: 100%;
}

.ks-hero-slider .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ks-hero-slider .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(7, 17, 27, 0.48) 0%, rgba(7, 17, 27, 0.24) 38%, rgba(7, 17, 27, 0) 72%);
    pointer-events: none;
}

.ks-slide-content {
    position: absolute;
    top: 50%;
    left: clamp(20px, 4vw, 72px);
    transform: translateY(-50%);
    max-width: min(560px, 44vw);
    z-index: 2;
    text-shadow: 0 2px 10px rgba(7, 17, 27, 0.28);
}

.ks-slide-content h2 {
    font-size: clamp(34px, 3.25vw, 50px);
    line-height: 1.1;
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.ks-slide-content p {
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.5;
    margin-bottom: 24px;
    color: #ffffff;
}

.ks-btn {
    display: inline-block;
    background: #e60023;
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 4px;
    text-decoration: none;
}

.ks-hero-slider .swiper-button-next,
.ks-hero-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    z-index: 5;
}

.ks-hero-slider .swiper-button-next:after,
.ks-hero-slider .swiper-button-prev:after {
    font-size: 32px;
}

@media (max-width: 767px) {
    .ks-homepage-intro {
        top: 12px;
        left: 10px;
        width: calc(100% - 20px);
        padding: 18px 14px 18px;
        border-radius: 24px;
    }

    .ks-homepage-intro__shell {
        max-width: none;
    }

    .ks-homepage-intro h1 {
        font-size: clamp(23px, 7.5vw, 32px);
        line-height: 1.08;
    }

    .ks-homepage-intro p {
        font-size: 13px;
        line-height: 1.6;
    }

    .ks-hero-slider {
        height: 420px;
    }

    .ks-slide-content {
        left: 18px;
        right: 18px;
        max-width: calc(100% - 36px);
    }

    .ks-slide-content h2 {
        font-size: 28px;
        line-height: 1.14;
    }

    .ks-slide-content p {
        font-size: 15px;
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .ks-homepage-intro {
        top: 10px;
        left: 8px;
        width: calc(100% - 16px);
        padding: 16px 12px 16px;
    }

    .ks-homepage-intro h1 {
        font-size: 21px;
    }

    .ks-homepage-intro p {
        font-size: 13px;
    }

    .ks-hero-slider {
        height: 360px;
    }

    .ks-slide-content h2 {
        font-size: 25px;
    }

    .ks-slide-content p {
        font-size: 14px;
        line-height: 1.45;
    }
}



 .elementor-widget-image-carousel .swiper-pagination {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    margin-top: 12px;
}

.elementor-widget-image-carousel .swiper-button-next,
.elementor-widget-image-carousel .swiper-button-prev {
    pointer-events: auto !important;
    z-index: 99 !important;
}



.ks-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 40px 15px;
}

.woocommerce div.product {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.woocommerce div.product div.images {
    width: 48%;
}

.woocommerce div.product div.summary {
    width: 48%;
}

.woocommerce div.product .product_title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .woocommerce div.product {
        display: block;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100%;
    }
}










.nav-icon-item {
    position: relative;
}

.nav-icon-item .count {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 50%;
    background: #dc4646;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
}

.ks-count-hide {
    display: none !important;
}
