/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2025 | 17:42:22 */
@media (max-width: 500px) { 
    .shop-section .products.three-column > li {
        width: 48% !important;         /* equal width */
        float: left !important;        /* side by side */
        margin: 0 2% 15px 0 !important;/* right gap */
        padding: 5px !important;
        box-sizing: border-box;
        clear: none !important;
    }

    /* 2nd item in each row — right margin remove */
    .shop-section .products.three-column > li:nth-child(2n) {
        margin-right: 0 !important;
    }
}
