.elementor-kit-7{--e-global-color-primary:#C90019;--e-global-color-secondary:#0A1A3A;--e-global-color-text:#D4AF37;--e-global-color-accent:#6FC244;--e-global-color-c007eb0:#FFFFFF;--e-global-color-82d9c2a:#0A1A3A;--e-global-color-cd5f990:#F5F5F5;--e-global-color-6366ed7:#DDE2E8;--e-global-color-7e4517e:#000000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:#383838;font-family:"Inter", Sans-serif;font-weight:600;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#C90019;font-family:"Inter", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.grid-add-to-cart-btn  a{ display:block; }
.view-all-btn li.elementor-icon-list-item { 
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.view-all-btn span.elementor-icon-list-icon { margin-left:10px; }

/* Container */
.home-categories {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Each category card */
.home-categories .product-category {
    list-style: none;
    width: 300px;
}

/* Link wrapper */
.home-categories .product-category a {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    background: #000;
}

/* Image styling */
.home-categories .product-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 !important;
}

/* Title overlay */
.home-categories .woocommerce-loop-category__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;

}

/* Optional hover effect */
.home-categories .product-category a:hover img {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.home-categories li h2.woocommerce-loop-category__title { display: block;
    padding: 20px !important;
    line-height: 22px !important;
    font-size: large !important;
    color: white !important;
    font-weight: bolder !important; }
    
    
.home-categories li h2 .count    {     display: block;
    color: white;
    font-size: 15px; }
    
    

@media(min-width:768px){
    .elementor-kit-7 .elementor-form-fields-wrapper {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
}



/* Elementor Loop Grid Pagination */
.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;

    width: fit-content;
    margin: 40px auto 0;

    padding: 8px 14px;

    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
}


/* Pagination items */
.elementor-pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    min-width: 38px;
    height: 38px;

    padding: 0 10px;

    border-radius: 8px;

    font-size: 18px;
    font-weight: 500;

    color: #d12c6a;
    text-decoration: none;

    transition: .3s ease;
}


/* Active page */
.elementor-pagination .current {
    background: #172b4d;
    color: #fff;
}


/* Hover */
.elementor-pagination a.page-numbers:hover {
    background: #d12c6a;
    color: #fff;
}


/* Previous Next */
.elementor-pagination .prev,
.elementor-pagination .next {
    padding: 0 16px;
}


/* Dots */
.elementor-pagination .dots {
    color: #555;
}


/* Hide Elementor accessibility text */
.elementor-pagination .elementor-screen-only {
    display: none;
}


/* Mobile Responsive */
@media (max-width: 767px) {

    .elementor-pagination {
        gap: 4px;
        padding: 6px 8px;
        border-radius: 10px;
    }


    .elementor-pagination .page-numbers {
        min-width: 32px;
        height: 32px;

        padding: 0 7px;

        font-size: 15px;
    }


    .elementor-pagination .prev,
    .elementor-pagination .next {
        padding: 0 10px;
    }

}/* End custom CSS */