@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700;900&display=swap');

/* الخط الأساسي */
* {
  font-family: "Tajawal", sans-serif;
}

/* تعريف الألوان */
:root {
  --color-primary: #B774C6;
  --color-secondary: #6CA797;
  --color-accent: #A080CD;
  --color-detail: #5D859B;
}

/* روابط التنقل */
#mainnav div a {
  color: #000000 !important;
  font-size: 18px;
  font-weight: 800;
}
#mainnav .sub-menu a {
  color: #000 !important;
}

/* أيقونات */
.sicon-search:before,
.sicon-user:before,
.sicon-shopping-bag:before {
  color: #fff;
}
.sicon-menu:before {
  content: "\ed7f";
  font-size: 40px;
  color: var(--color-primary);
}

/* الشعار */
.navbar-brand img {
  max-height: 7rem !important;
}

/* كاردات المنتجات */
.s-product-card-image-full {
  overflow: hidden;
  border-radius: 10px;
  height: 400px;
}

/* نصوص البنر الرئيسي */
.landing-page-fixed-bannar-0 h1,
section:nth-child(2 of .landing-page-first-bannar) h1 {
  font-size: 38px;
  font-weight: 700;
  color: var(--color-primary);
}
.landing-page-first-bannar p {
  font-size: 24px !important;
  line-height: 2.6rem;
  font-weight: 500 !important;
  color: var(--color-secondary);
}

/* الأزرار */
section:nth-child(2 of .landing-page-first-bannar) button,
.ad-star-btn {
  background-color: var(--color-primary);
  color: #fff !important;
}
.ad-star-btn:hover {
  background-color: var(--color-secondary);
  color: #fff !important;
}

/* الكروت */
.s-product-card-entry {
  border: 2px solid var(--color-primary);
}

/* التصنيفات */
.grid-cols-3,
.g_features .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.g_cat .products-item {
  align-self: start;
}

/* الفوتر */
.text-\[\#636363\],
.flex.flex-col.gap-2 h2,
.copyright-text p {
  color: #fff;
}
.store-footer h3 {
  color: #000000;
}
.store-footer a:hover {
  background: transparent;
  color: var(--color-secondary);
}
footer .store-footer__inner .gap-6 {
  order: 1;
}
footer * {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/* ميديا كويري للجوال */
@media (max-width: 768px) {
  .sicon-menu {
    color: #000 !important;
  }

  .s-product-card-image-full {
    height: 230px;
  }

  .landing-page-fixed-bannar-0 h1 {
    font-size: 20px;
    font-weight: 800;
    width: 100%;
    color: var(--color-primary);
  }

  section.landing-page-first-bannar p {
    font-size: 20px !important;
    font-weight: 700;
    color: var(--color-secondary);
  }

  .banner_ad .item-text {
    font-size: 52px;
    font-weight: 700;
    line-height: 2em;
    color: var(--color-primary);
  }

  .text-base {
    font-size: 30px;
    margin: auto;
  }
}

/* بنر */
.banner_ad .item-text {
  font-size: 33px;
  font-weight: 700;
  line-height: 2em;
  color: var(--color-primary);
}









footer,
.store-footer,
.footer-is-light .store-footer .store-footer__inner {
  background: linear-gradient(to right,
    #B774C6,
    #A080CD,
    #6CA797,
    #5D859B
  ) !important;
  color: #fff !important;
  padding: 40px 20px;
  text-align: center;
}

.store-footer h2,
.store-footer h3,
.store-footer p,
.store-footer a {
  color: #fff !important;
}

.store-footer a:hover {
  color: #ffffffcc !important;
  text-decoration: underline;@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700;900&display=swap');