/*
 Theme Name: متجر رقمي
 Theme URI: https://example.com/digital-store
 Author: فريق xAI
 Author URI: https://x.ai
 Description: قالب ووردبريس بسيط لمتجر المنتجات الرقمية باللغة العربية، متوافق مع WooCommerce وElementor.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: digital-store
 Tags: woocommerce, elementor, digital-products, arabic, rtl
*/

body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}

.site-header {
    background: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.site-header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header nav ul li {
    display: inline;
    margin-left: 20px;
}

.site-header nav ul li a {
    color: #fff;
    text-decoration: none;
}

.site-footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
}

.product-page {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.woocommerce-checkout {
    margin-top: 20px;
}