/* General text and titles */
body,
.main-content,
.page,
.category-page,
.product-page,
.article-page,
.footer,
.header,
.section,
h1, h2, h3, h4, h5, h6,
a {
  color: #EFEBE0 !important;
}

/* Prices */
.product-price,
.price,
.product-card .price,
.product-card .product-price,
.category-page .product-price,
.single-product .product-price,
.price ins,
.price del,
.filters .product-price,
.filters .price {
  color: #EFEBE0 !important;
}

/* Wishlist and share */
.wishlist,
.wishlist a,
.add-to-wishlist,
.share,
.share a,
.product-share,
.product-actions .share {
  color: #EFEBE0 !important;
}

/* Subcategories in main menu */
.main-menu .submenu a,
.main-menu .sub-menu a,
.main-menu .children a,
.main-navigation .submenu a,
.main-navigation .sub-menu a,
.navigation .submenu a,
.navigation .sub-menu a,
.nav .submenu a,
.nav .sub-menu a,
.menu .submenu a,
.menu .sub-menu a,
.dropdown .submenu a,
.dropdown .sub-menu a {
  color: #EFEBE0 !important;
}

/* Wishlist & Share buttons */
.product-actions .add-to-wishlist,
.product-actions .share,
.product-actions .share a,
.add-to-wishlist,
.add-to-wishlist a,
.share,
.share a {
  color: #EFEBE0 !important;
}

/* Subcategories inside main menu */
.main-menu li ul li a,
.main-menu .submenu li a,
.main-menu .sub-menu li a,
.main-menu .children li a {
  color: #EFEBE0 !important;
} body *,
h1, h2, h3, h4, h5, h6,
a {
  color: #4B2E2E !important;
}

/* Prices */
.product-price,
.price,
.product-card .price,
.product-card .product-price,
.category-page .product-price,
.single-product .product-price,
.price ins,
.price del,
.filters .product-price,
.filters .price {
  color: #4B2E2E !important;
}

/* Wishlist and share */
.wishlist,
.wishlist a,
.add-to-wishlist,
.share,
.share a,
.product-share,
.product-actions .share {
  color: #4B2E2E !important;
}
/* Wishlist & Share buttons */
.product-actions .add-to-wishlist,
.product-actions .share,
.product-actions .share a,
.add-to-wishlist,
.add-to-wishlist a,
.share,
.share a {
  color: #4B2E2E !important;
}

/* Subcategories inside main menu */
.main-menu li ul li a,
.main-menu .submenu li a,
.main-menu .sub-menu li a,
.main-menu .children li a {
  color: #4B2E2E !important;
}

/* لتغيير لون الكتابة في قائمة التصنيفات */ul.categories li a,
ul.categories li a:visited {
    color: #EFEBE0; /* بني غامق */
}

/* Wishlist & Share buttons */
.product-actions .add-to-wishlist,
.product-actions .share,
.product-actions .share a,
.add-to-wishlist,
.add-to-wishlist a,
.share,
.share a {
  color: #4B2E2E !important;
}

/* General text and titles */
body,
.main-content,
.page,
.category-page,
.product-page,
.article-page,
.footer,
.header,
.section,
h1, h2, h3, h4, h5, h6,
a {
  color: #4B2E2E !important;
}

/* Prices */
.product-price,
.price,
.product-card .price,
.product-card .product-price,
.category-page .product-price,
.single-product .product-price,
.price ins,
.price del,
.filters .product-price,
.filters .price {
  color: #4B2E2E !important;
}

/* Wishlist and share */
.wishlist,
.wishlist a,
.add-to-wishlist,
.share,
.share a,
.product-share,
.product-actions .share {
  color: #4B2E2E !important;
}

/* Subcategories inside side menu */
.sidebar .sub-menu a,
.sidebar .children a,
.category-list .sub-menu a,
.category-list .children a {
  color: #EFEBE0 !important;
}


.banner-3d-stack{  width:100%;
  height:500px;
  perspective:1500px;
  overflow:hidden;
  position: relative;
  cursor: grab;
  background-color: #EFEBE0; /* خلفية */
}

.banner-3d-stack img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
  border-radius:0; /* إزالة الحواف الدائرية */
  transition: transform 0.2s ease, opacity 0.3s ease;
  transform-style: preserve-3d;
}

/* عند الضغط أو السحب */
.banner-3d-stack:active{
  cursor: grabbing;
}

/* تأثير hover لتوضيح أنها تفاعلية */
.banner-3d-stack:hover img{
  transform: scale(1.02); /* تكبير خفيف */
  transition: transform 0.2s ease;
}

/* لتغيير لون السعر */
.cart-summary .price,
.checkout-summary .price,
.order-summary .price {
    color: #4B2E2E !important; /* بني غامق */
}

/* لتغيير لون النصوص الأخرى (المجموع، الضريبة، الإجمالي) */
.cart-summary,
.checkout-summary,
.order-summary {
    color: #4B2E2E !important;
}

/* خلفية عناصر المنتج داخل السلة */
.cart-page .cart-item,
.cart .cart-item {
    background-color: #DCC8A2 !important; 
}

/* اسم المنتج والسعر بلون بني غامق */
.cart-page .cart-item .product-name,
.cart-page .cart-item .product-price,
.cart .cart-item .product-name,
.cart .cart-item .product-price {
    color: #4B2E2E !important;
}

/* خلفية المنتجات في السلة */
.cart-page .cart-item,
.cart .cart-item {
    background-color: #DCC8A2 !important; 
}

/* النصوص داخل المنتجات (اسم المنتج + السعر) */
.cart-page .cart-item .product-name,
.cart-page .cart-item .product-price,
.cart .cart-item .product-name,
.cart .cart-item .product-price {
    color: #4B2E2E !important;
} /* خلفية المنتجات داخل السلة */
.cart-item {
    background-color: #DCC8A2 !important;
}

/* جميع النصوص داخل السلة */
.cart-item * {
    color: #4B2E2E !important;
}

/* أي نصوص أو أرقام في ملخص الطلب (المجموع، الضريبة، الإجمالي) */
.cart-totals *,
.order-summary *,
.checkout-summary *,
.cart-summary * {
    color: #4B2E2E !important;
}

/* صندوق الإجراءات النهائية (الإجمالي والسعر قبل الضريبة) */
.checkout-summary,
.checkout-summary *,
.final-summary,
.final-summary * {
    color: #4B2E2E !important;  /* بني غامق */
}

/* خلفية المنتجات داخل السلة */
.cart-item {
    background-color: #DCC8A2 !important;
}

/* النصوص داخل المنتجات */
.cart-item * {
    color: #4B2E2E !important;
}

/* ملخص الطلب (المجموع + الضريبة + الإجمالي) */
.cart-totals *,
.order-summary *,
.checkout-summary *,
.cart-summary * {
    color: #4B2E2E !important;
}

/* النصوص أسفل المنتج (شامل الضريبة + السعر قبل الضريبة + الإجمالي) */
.cart-footer *,
.cart-summary-footer *,
.price-note,
.total-amount,
.final-total,
.final-amount {
    color: #4B2E2E !important;
}

/* خلفية الصفوف المهمة بالملخص */
.cart-totals tr,
.cart-footer,
.cart-summary-footer {
    background-color: #4B2E2E !important; /* بني داكن */
    color: #FFFFFF !important;           /* نص أبيض واضح */
}

/* أسعار المنتجات داخل السلة */
.cart-item,
.cart-item * {
    background-color: #DCC8A2 !important; /* بيج فاتح */
    color: #4B2E2E !important;            /* نص بني غامق */
}

اطلب خدمة
بامكانك طلب خدمات تصميم بنرات او خدمات اخرى من هذا الرابط

استعرض جميع الخدمات

حفظ التغييرات
.cart-summary,
.order-summary,
.checkout-summary {
    background-color: #DCC8A2 !important; /* خلفية بيج فاتح */
    padding: 10px;                         /* لإضافة مسافة حول النص */
}

/* النصوص والأسعار داخل الملخص */
.cart-summary *,
.order-summary *,
.checkout-summary * {
    color: #4B2E2E !important;  /* نص بني غامق */
    font-weight: bold !important; /* لتوضيح الأسعار * /* يغطي كل الصناديق داخل الصفحات التعريفية - ثيم جميل */
.page-content .box,
.page-content .page-box,
.page-content .custom-page-box,
.page-content .content-area {
  background-color: #DCC8A3 !important;
  padding: 25px !important;
  border-radius: 10px !important;
}

/* النصوص تبقى واضحة */
.page-content .box *,
.page-content .page-box *,
.page-content .custom-page-box *,
.page-content .content-area * {
  background-color: transparent !important;
  color: #3E2B13 !important;
}

/* 🎨 تغيير لون كل النصوص في الصفحات التعريفية إلى البني الداكن */
#app, 
#app * , 
#app > div:first-child, 
#app > div:first-child * , 
#app > div:first-child > main, 
#app > div:first-child > main * , 
#app > div:first-child > main > div, 
#app > div:first-child > main > div * {
    color: #5A4630 !important;
}

/* روابط داخل النصوص */
#app a, 
#app a * {
    color: #5A4630 !important;
    text-decoration: underline; /* اختياري */
}

h1, h2, h3, h4, h5, h6, 
.section-title, .page-title, .banner-title, 
.title, [class*="title"], [class*="heading"], [class*="Header"], [class*="Title"] {
  color: #EFEBE0 !important;
}
/* General text and titles - excluding banners and info pages */body * {
  color: #EFEBE0 !important;
}

/* Exclude banners and info pages */
.banner, .hero-banner, .page-about, .page-policy, .page-contact, .section-banner {
  color: inherit !important;
}