/* Responsive Grid */
.motherland-shop-grid ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.motherland-shop-grid ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.motherland-shop-grid .woocommerce-pagination {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .motherland-shop-grid ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    .motherland-shop-grid ul.products { grid-template-columns: 1fr; }
}

/* Add to cart button brand color */
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
    background-color: #f2295b !important;
    color: #fff !important;
    border-radius: 4px;
}

.whatsapp-order a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #25D366;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
