/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2026 | 10:09:56 */
/* =========================
   DESKTOP
========================= */
@media (min-width: 1025px) {

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        margin-top: -35px !important;
    }

    /* Desktop WORKS pakai ini */
    .woocommerce ul.products li.product {
        margin-top: -37px !important;
    }
}



/* =========================
   TABLET
========================= */
@media (min-width: 768px) and (max-width: 1024px) {

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        margin-top: 0px !important;
    }

    /* Tablet tarik seluruh grid */
    .woocommerce ul.products {
        margin-top: -20px !important;
    }

    /* Reset biar kartu produk ga tumpang tindih */
    .woocommerce ul.products li.product {
        margin-top: 0 !important;
    }
}



/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {

    /* atas tulisan hasil */
    .woocommerce .woocommerce-result-count {
        margin-top: -25px !important;
        margin-bottom: 10px !important;
    }

    /* dropdown sorting */
    .woocommerce .woocommerce-ordering {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }

    /* GRID PRODUK */
    .woocommerce ul.products {
        margin-top: -10px !important;
    }

}