.elementor-kit-4 {
    /*--e-global-color-primary: #004BC7;*/
      --e-global-color-primary: #1a5e66;
    --e-global-color-primary_hover: #1b7e8b;
    --e-global-color-text: #555555;
    --e-global-color-text_light: #999999;
    /*--e-global-color-accent: #000000;*/

        --e-global-color-accent: #255359;
    --e-global-color-highligh: #F9C108;
    --e-global-color-border: #DFDFDF;
    --e-global-color-background: #FFFFFF;
    --e-global-color-background_light: #F2F3F8;
    --e-global-typography-heading_title-font-family: "TikTok Sans";
    --e-global-typography-heading_title-font-size: 72px;
    --e-global-typography-heading_title-font-weight: 600;
    --e-global-typography-heading_title-line-height: 1.056em;
    --e-global-typography-heading_title-letter-spacing: -0.01em;
    --e-global-typography-af4e057-font-size: 16px;
    --e-global-typography-af4e057-font-weight: 600;
    --e-global-typography-af4e057-text-transform: capitalize;
    --e-global-typography-af4e057-letter-spacing: -0.03em;
}

.related .swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc(100% / 4);
    width: calc(100% / 4);
    margin-right: 30px;
}

.upsells .swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc(100% / 4);
    width: calc(100% / 4);
    margin-right: 30px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1290px;
}

.e-con {
    --container-max-width: 1290px;
}

.elementor-widget:not(:last-child) {
    --kit-widget-spacing: 0px;
}

.elementor-element {
    --widgets-spacing: 0px 0px;
    --widgets-spacing-row: 0px;
    --widgets-spacing-column: 0px;
}

{}

h1.entry-title {
    display: var(--page-title-display);
}

ul.eyecazi-products.products:not(.products-list) {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    --gutter-width: 30px;
}

@media(max-width:1200px) {
    .elementor-kit-4 {
        --e-global-typography-heading_title-font-size: 60px;
    }
}

@media(max-width:1024px) {
    .elementor-kit-4 {
        --e-global-typography-heading_title-font-size: 56px;
    }
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }
    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-kit-4 {
        --e-global-typography-heading_title-font-size: 48px;
    }
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }
    .e-con {
        --container-max-width: 767px;
    }
}