/* خلفية الموقع */
body {
  background-color: #74b4da!important;
}

/* روابط التصفح */
a, .nav a {
  color: #10367d !important; /* وردي */
}

/* تأثير الهوفر على الروابط */
a:hover, .nav a:hover {
  color: #74b4da !important;
  background-color: !important; /* أصفر */
}

/* أزرار المتجر */
button, .btn, .add-to-cart, .button {
  background-color: #ebebeb !important;
  color: #10467ي !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: bold;
}

/* أيقونات مثل السلة */
.cart-icon, .icon-cart, .header-cart,.header-btn__icon,.s-cart-summary-total {
  color: #10367d !important;
}

/* ✅ الشريط العلوي */
.header, .site-header {
  background-color: #ededed !important;  /* أصفر فاتح */
  color: #10467d !important;
}

.header a, .site-header a, .header *{
  color: #10367d !important;
}

.s-slider-nav-arrow svg{
  fill: #10367d !important;
}
/* ✅ الشريط السفلي (footer) */
footer, .site-footer, .footer {
  background-color: #ededed!important;  /* أصفر فاتح */
  color: #000000 !important;
}

.s-reviews-testimonial,.slide--cat-entry,.s-block--features__item,header {
    background-color: #ededed !important;
}
.s-block--features__item p {
    color: rgb(0 0 0);
}

footer a{
  color: #000000 !important;
}
/* العناوين */
h1, h2, h3, .section-title {
  color: #10467d !important;
}

.s-slider-container .slide--cat-entry {
    border-radius: 100px;
}

.banner--fixed img{
    border-radius: 100px;
}

.s-block--features__item {
    border-radius: 20px;
}

.s-reviews-testimonial {
    border-radius: 20px;

}

#mobile-menu > ul > li > a,
#mobile-menu > ul > li > span {
    background-color: #74b4da ;
    padding: 6px 16px;      
    border-radius: 100px;
}

#mobile-menu > ul {
    gap: 5px; 
}