/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* 🔒 إخفاء الـ Sidebar في My Account لمستخدم Castillo */
body.logged-in.user-Castillo .woocommerce-MyAccount-navigation {
    display: none !important;
}

/* 🎯 توسيع المحتوى ليملأ الصفحة */
body.logged-in.user-Castillo .woocommerce-MyAccount-content {
    width: 100% !important;
}
