/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2026 | 04:11:15 */
/* ================================
   JARAK CONTENT - HALAMAN PRODUK
   ================================ */

/* DESKTOP */
@media (min-width: 1025px) {
    body.page-id-4651 #content.site-content {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    body.page-id-4651 #content.site-content {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    body.page-id-4651 #content.site-content {
        padding-top: 35px !important;
        padding-bottom: 0px !important;
    }
}