.home-grid .elementor-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 35px;
	grid-auto-flow: column;
}

.home-grid .elementor-col-50 {
	width: 100%;
}footer {
    margin-top: 60px !important;
    clear: both !important;
}
footer li {
    line-height: 1.8 !important;
}
/* Force mobile layouts to stack and scroll naturally */
@media screen and (max-width: 480px) {
    html, body {
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important; /* Forces smooth scrolling on iPhones */
        height: auto !important;
    }
    
    /* Separates the overlapping heading blocks */
    h1, h2, h3, .wp-block-heading {
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
        position: relative !important;
    }
    
    /* Prevents header, content, and footer from crashing together */
    .site, #page, #content, main, footer, .wp-block-group {
        position: relative !important;
        height: auto !important;
        display: block !important;
        z-index: 1 !important;
    }
}
/* Un-overlap the site title/logo from the headline on mobile */
@media screen and (max-width: 768px) {
    /* Gives your header enough breathing room so the logo doesn't crash into content */
    .site-header, header {
        margin-bottom: 40px !important;
        padding-bottom: 20px !important;
        position: relative !important;
        height: auto !important;
    }

    /* Pushes your main headline text downwards so it sits cleanly below the logo */
    h1, .wp-block-heading, .entry-title {
        margin-top: 30px !important;
        line-height: 1.3 !important;
        position: relative !important;
    }

    /* Unlocks mobile scrolling on iPhones */
    html, body {
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
}
.woocommerce-loop-category__title .count, 
.product-category mark, 
.category-count, 
mark.count, 
.wl-category-count { 
    display: none !important; 
}

