/*
 Theme Name:   Woodmart Child
 Theme URI:    https://chocolatee.ir/
 Description:  Child theme for the Woodmart theme
 Author:       emadsoroush
 Author URI:   https://chocolatee.ir/
 Template:     woodmart
 Version:      1.0.0
*/

/* استایل‌های سفارشی خود را از اینجا به بعد اضافه کنید */

@media (max-width: 768px) {
    .single-product-tab .wc-tabs, 
    .single-product-tab .wc-tabs li,
    .single-product-tab .woocommerce-Tabs-panel {
        display: block !important;
        opacity: 1 !important;
        height: auto !important;
        visibility: visible !important;
    }
    .single-product-tab .wd-accordion-title {
        pointer-events: none !important; /* جلوگیری از کلیک و بسته شدن */
    }
}
