/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2026 | 14:21:53 */
/* ==================================================
   MOBILE CATEGORY GRID – PREMIUM LAYOUT
   ================================================== */

@media (max-width: 768px) {

    .module-archive-products .post-filter {

        display: grid !important;

        grid-template-columns: repeat(3, 1fr);
        gap: 18px;

        padding: 18px 16px 10px;

        overflow: visible !important;
        max-width: 100%;
    }

    .module-archive-products .post-filter li {
        width: 100%;
    }

    .module-archive-products .post-filter li a {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;
        width: 100%;
    }

    /* PERFECT MOBILE SIZE */
    .module-archive-products .tf-cat-filter-img {

        width: 82px !important;
        height: 82px !important;

        object-fit: cover;
        border-radius: 50%;
    }
}
