.ks-hero-slider {
    width: 100%;
    height: 700px;
    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(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.22) 38%, rgba(0, 0, 0, 0) 72%);
    pointer-events: none;
}

.ks-slide-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 520px;
    z-index: 2;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.ks-slide-content h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 14px;
    color: #ffffff;
}

.ks-slide-content p {
    font-size: 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-slide-content {
        left: 7%;
        right: 7%;
        max-width: none;
    }

    .ks-slide-content h2 {
        font-size: 30px;
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

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

@media (max-width: 420px) {
    .ks-slide-content h2 {
        font-size: 28px;
    }

    .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: 50px;
    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;
}
