/* Add custom CSS styles below */ 
body{background-color:#f8eee4;}
/*حجم اللوقو*/
.logo img {
    height: 100px;
}
/* توسيط اسم المنتج */
.s-product-card-content-title,
.s-product-card-content-title a {
    text-align: center !important;
}
/* تغيير خلفية المتجر بالكامل */
html,
body,
#app,
.app-wrapper,
.app-content {
    background-color: #f7f2e6
 !important;
}

/* تأكيد على أقسام الصفحة الرئيسية */
main,
section,
.s-block,
.s-block * {
    background-color: transparent;
}
/* توسيط عناصر سلايدر الأقسام (هذا البلوك فقط) */
section.s-block--categories
.s-slider-swiper-wrapper.swiper-wrapper {
    justify-content: center !important;
}
/* ===============================
   تحويل الإيميل إلى أيقونة فقط
   (CSS فقط – سلة)
   =============================== */

/* إظهار قسم الإيميل */
.s-contacts-header {
    display: flex !important;
    align-items: center;
}

/* إخفاء نص الإيميل مع بقاء الرابط */
.s-contacts-header a {
    font-size: 0;
    line-height: 0;
}

/* أيقونة الإيميل (Clickable) */
.s-contacts-header a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("https://cdn-icons-png.flaticon.com/512/561/561127.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}

/* Hover بسيط */
.s-contacts-header a:hover::before {
    opacity: 0.8;
}

/* تغيير خلفية صورة المنتج للون المتجر */
.s-product-card-image {
    background-color: #f7f2e6 !important;
}
#mainnav {
    box-shadow: none !important;
}
/* جعل خلفية الفوتر بيضاء */
.store-footer,
.store-footer__inner {
    background-color: #ffffff !important;
}
/* جعل خانة البحث بيضاء */
.top-navbar .s-search-input {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    color: #333 !important;
}
/* كل الـ bullets غير النشطة = أبيض */
.swiper-pagination-bullet {
    background-color: #ffffff !important;
    opacity: 1 !important;
}

/* الـ bullet النشط = بني */
.swiper-pagination-bullet-active {
    background-color: #6b3e2e !important;
    opacity: 1 !important;
}
.s-contacts-item .s-contacts-icon {
    background-color: #68623e; /* أخضر واتساب */
    color: #ffffff;            /* لون الأيقونة أبيض */
    width: 36px;
    height: 36px;
    border-radius: 50%;        /* دائرة */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* أيقونات السوشيال ميديا */
.s-social-list .s-social-link a {
    background-color: #bb6818; /* أورانج */
    color: #ffffff;            /* الأيقونة أبيض */
    width: 36px;
    height: 36px;
    border-radius: 50%;        /* دائرة */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* خلفية قسم التعليقات بنفس لون المتجر */
.s-comments.s-comments-product {
    background-color: #f7f2e6 !important;
}
.no-content-placeholder .icon {
  background-color: #ffffff !important;
}
.shipping-companies-step small {
  display: none !important;
}
html body.body.color-mode-dark,
body.body.color-mode-dark {
  background: #f7f2e6 !important;
  background-color: #f7f2e6 !important;
}

body.body.color-mode-dark #app,
body.body.color-mode-dark .container,
body.body.color-mode-dark .container--margined {
  background: transparent !important;
}