.elementor-kit-1390{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-570a1a67:#4054B2;--e-global-color-7f03cc68:#23A455;--e-global-color-2254b925:#000;--e-global-color-dea8c79:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1390 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dynamic-wc-category-carousels {
    width: 100%;
}

.wc-category-carousel-section {
    position: relative;
    margin-bottom: 55px;
}

.wc-category-carousel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.wc-category-carousel-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.wc-category-view-all {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.wc-carousel-wrapper {
    position: relative;
    width: 100%;
}

.wc-product-carousel {
    width: 100%;
    overflow: hidden;
}

.wc-product-track {
    display: flex;
    gap: 20px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.wc-product-slide {
    flex: 0 0 calc((100% - 60px) / 4);
    min-width: 0;
}

.wc-product-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    overflow: hidden;
}

.wc-product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f6f6f6;
}

.wc-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.wc-product-card:hover .wc-product-image img {
    transform: scale(1.04);
}

.wc-product-info {
    padding: 14px 5px 5px;
}

.wc-product-name {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.wc-product-price {
    font-size: 15px;
    font-weight: 600;
}

.wc-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;

    width: 42px;
    height: 42px;

    border: none;
    border-radius: 50%;

    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    line-height: 1;

    transition: all 0.25s ease;
}

.wc-carousel-arrow:hover {
    transform: translateY(-50%) scale(1.08);
}

.wc-carousel-prev {
    left: -18px;
}

.wc-carousel-next {
    right: -18px;
}

@media (max-width: 1024px) {

    .wc-product-slide {
        flex: 0 0 calc((100% - 40px) / 3);
    }

    .wc-category-carousel-title {
        font-size: 26px;
    }

}

@media (max-width: 767px) {

    .wc-category-carousel-section {
        margin-bottom: 40px;
    }

    .wc-category-carousel-header {
        margin-bottom: 15px;
    }

    .wc-category-carousel-title {
        font-size: 23px;
    }

    .wc-category-view-all {
        font-size: 14px;
    }

    .wc-product-slide {
        flex: 0 0 calc((100% - 15px) / 2);
    }

    .wc-product-track {
        gap: 15px;
    }

    .wc-product-name {
        font-size: 14px;
    }

    .wc-product-price {
        font-size: 14px;
    }

    .wc-carousel-prev {
        left: 5px;
    }

    .wc-carousel-next {
        right: 5px;
    }

    .wc-carousel-arrow {
        width: 35px;
        height: 35px;
        font-size: 17px;
    }

}

@media (max-width: 480px) {

    .wc-product-slide {
        flex: 0 0 100%;
    }

}/* End custom CSS */