/*
Theme Name: Maryam Printing Theme
Author: Imam Tantowi
Description: Tema super ringan dan custom untuk Maryam Printing, support WooCommerce & SEO.
Version: 1.0
Text Domain: maryam-theme
*/

/* =========================================
   OPTIMASI ARTIKEL PRODUK DI HP (ANDROID/IOS)
   ========================================= */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel--description,
    .woocommerce-product-details__short-description {
        padding: 5px 10px !important;
        font-size: 15px !important;
        line-height: 1.7 !important;
        color: #374151; 
    }

    .woocommerce-Tabs-panel--description h1,
    .woocommerce-Tabs-panel--description h2,
    .woocommerce-Tabs-panel--description h3 {
        font-size: 1.35rem !important;
        line-height: 1.4 !important;
        margin-top: 1.5em !important;
        margin-bottom: 0.8em !important;
        color: #581c87; 
        font-weight: 800 !important;
    }

    .woocommerce-Tabs-panel--description p {
        margin-bottom: 1.2em !important;
        text-align: justify !important; 
    }

    .woocommerce-Tabs-panel--description ul,
    .woocommerce-Tabs-panel--description ol {
        padding-left: 20px !important;
        margin-bottom: 1.5em !important;
    }
    .woocommerce-Tabs-panel--description li {
        margin-bottom: 0.5em !important;
        padding-left: 5px !important;
    }

    .woocommerce-Tabs-panel--description table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important; 
        -webkit-overflow-scrolling: touch; 
        border-collapse: collapse;
        margin-bottom: 1.5em !important;
        border: 1px solid #e9d5ff !important;
        border-radius: 8px;
    }
    .woocommerce-Tabs-panel--description th,
    .woocommerce-Tabs-panel--description td {
        padding: 12px !important;
        min-width: 140px; 
        font-size: 14px !important;
        border: 1px solid #f3e8ff !important;
    }
    .woocommerce-Tabs-panel--description th {
        background-color: #faf5ff !important;
        color: #6b21a8 !important;
    }

    .woocommerce-Tabs-panel--description img {
        max-width: 100% !important;
        height: auto !important;
        border-radius: 8px !important;
        margin: 1em 0 !important;
        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    }
}

/* =========================================
   STICKY BOTTOM BAR (TOMBOL BELI & WA HP)
   ========================================= */
@media (max-width: 768px) {
    /* Memberi ruang kosong di dasar halaman agar footer asli tidak tertutup oleh bar */
    body.single-product { 
        padding-bottom: 85px !important; 
    }
    
    /* Menyembunyikan tombol WA melayang bawaan plugin khusus di halaman produk agar tidak bertumpuk */
    .wa-floating-button { 
        display: none !important; 
    } 
}