/* ================================
   صور الأقسام الدائرية
================================ */
section.circle-links-2
li[data-selia="home-circle-links-item"]
a > div > img {
  width: 250px !important;
  height: 250px !important;
}

@media (max-width: 767px) {
  section.circle-links-2
  li[data-selia="home-circle-links-item"]
  a > div > img {
    width: 180px !important;
    height: 180px !important;
  }
}


/* ================================
   عناوين الأقسام
================================ */
.home-block-title h2 {
  color: #9e7139 !important;
}

/* ================================
   الفوتر
================================ */
.store-footer,
.store-footer__inner,
.store-footer__contacts-row {
  background-color: #9e7139 !important;
}


/* نصوص وروابط الفوتر */
.store-footer,
.store-footer *,
.store-footer__inner,
.store-footer__inner *,
.store-footer a,
.store-footer .s-contacts-icon {
  color: #ffffff !important;
}


/* أيقونات SVG داخل الفوتر */
.store-footer svg,
.store-footer svg * {
  fill: #9e7139 !important;
  stroke: #9e7139 !important;
}
.s-block--testimonials .review > div {
    position: relative !important;
    border: 2px solid #9e7139 !important;
}

/* جعل كارت التعليق مرجعًا لعلامة الاقتباس */
.s-block--custom-reviews .review > div {
    position: relative !important;
}


/* إخفاء صورة العميل بالكامل */
.s-block--custom-reviews .review img {
    display: none !important;
}


/* وضع اسم العميل والنجوم أعلى الكارت وفي المنتصف */
.s-block--custom-reviews .review > div > .flex.items-center {
    order: -1 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 15px !important;
    text-align: center !important;
}

/* تنسيق اسم العميل */
.s-block--custom-reviews .review h4 {
    color: #9e7139 !important;
    text-align: center !important;
    margin: 0 0 8px !important;
}
/* لون النجوم */
.s-block--custom-reviews .comment__rating i {
    color: #9e7139 !important;
}

/* تنسيق نص التعليق */
.s-block--custom-reviews .review > div > .relative p {
    color: #9e7139 !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* علامة الاقتباس الدائرية */
.s-block--custom-reviews .review .sicon-quote {
    position: absolute !important;
    top: 16px !important;
    left: -19px !important;
    right: auto !important;
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #9e7139 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    font-size: 19px !important;
    opacity: 1 !important;
}
.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.s-block--fixed-banner.fixed-banner--0 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}