/* Add custom CSS styles below */ 

Almost out of storage … If you run out of space, you can't save to Drive, back up Google Photos, or use Gmail.
/* تنسيق العنوان الرئيسي داخل القسم */
.section-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; /* المسافة بين العنوان والأقسام */
  color: #333;
}

/* تنسيق الحاوية التي تحتوي على الفئات */
.categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* محاذاة العناصر في المنتصف */
}

/* باقي التنسيقات كما هي */
.category-item {
  flex: 1 1 calc(20% - 40px);
  max-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.category-item a {
  display: block;
  text-align: center;
  padding: 10px;
}

.category-item img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 0;
}

.category-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .category-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .category-item {
    flex: 1 1 100%;
  }
}
.section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
    color: #333;
    PADDING-TOP: 64PX;
}
.categories-container {
    display: flex;
    flex-wrap: inherit;
    gap: 3px;
    justify-content: space-evenly;
}

.boxItem {
    position: relative;
    width: calc(50% - 10px);
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background-color: #f7d8e9;
    transition: transform 0.3s ease;
}

.categories-container {
    display: flex;
    flex-wrap: inherit;
    gap: 12px;
    justify-content: center;
}
.category-item {
    flex: 1 1 calc(20% - 40px);
    max-width: 247px;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}.s-product-card-entry .s-product-card-content-footer button {
    margin-top: 10px !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    color: white !important;
    background-color: var(--color-btn-card) !important;
    border-radius: 20px !important;
}
.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: transaprent;
    -o-object-fit: cover;
    object-fit: cover;
}
/* تطبيق الخلفية من السكشن التاني */
body.salla-theme__home::before, body.home::before, body.index::before, body[data-page="home"]::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url(https://i.ibb.co/JbK3BqM/Whats-App-Image-2026-03-03-at-10-36-01-AM-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}body.salla-theme__home::before,
body.home::before,
body.index::before,
body[data-page="home"]::before {
  content: "";
  position: fixed;
  top: 300px; /* 👈 بداية من بعد أول سكشن (عدّل الرقم) */
  left: 0;
  width: 100%;
  bottom: 0;

  background-image: url(https://i.ibb.co/JbK3BqM/Whats-App-Image-2026-03-03-at-10-36-01-AM-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  z-index: -1;
}body.salla-theme__home::before, body.home::before, body.index::before, body[data-page="home"]::before {
    content: "";
    position: fixed;
    top: 57%;
    left: 0;
    width: 100%;
    bottom: 0;
    background-image: url(https://i.ibb.co/JbK3BqM/Whats-App-Image-2026-03-03-at-10-36-01-AM-2.png);
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: #f3f4f600;
    background-color: transaprent;
    -o-object-fit: cover;
    object-fit: cover;
}


/* تنسيق القسم العام */
.s-block-custumized-feats {
  padding: 20px 10px;
  text-align: center;
  background-color: #f9f9f9;
}

/* حاوية المميزات */
.s-block-custumized-feats .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

/* روابط الصور */
.s-block-custumized-feats a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

/* تأثير hover */
.s-block-custumized-feats a:hover {
  transform: translateY(-10px);
}

/* صور المميزات */
.s-block-custumized-feats a img {
  width: 170px;
  height: auto;
  object-fit: contain;
}

/* تجاوب مع الشاشات الصغيرة */
@media (max-width: 1024px) {
  .s-block-custumized-feats .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .s-block-custumized-feats .container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.s-block-custumized-feats .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 12px;
      bottom: 12px;

    border-radius: 120px;
}.s-block-custumized-feats {
    padding: 60px 10px;
    text-align: center;
    background-color: white;
}.s-block-custumized-feats .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    /* border: 1px solid; */
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 94px;
    box-shadow: 0px 1px 3px 0px #00000026;
}



.cLcbjv {
    opacity: 1;
    display: block;
    margin-top: 7px;
    white-space: nowrap;
    margin-left: auto;
    text-decoration: none;
    width: 64px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 11px;
    line-height: 11px;
    border: 0px;
    max-width: inherit;
    color: rgb(175, 175, 175) !important;
    display: none !important;
}


.main-nav-container.fixed-pinned .inner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 29;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -100%, 0);
    background: #b7947a;
}

.notah-store-header custom-main-menu .mobile-menu .main-menu li a:hover {
    color: #414042 !important;
    color: black !important;
}













@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        font-weight: 700;
        padding-bottom: 1rem;
        padding-top: 0;
        padding-top: 1rem;
    }
  header .bg-inherit {
    background-color: inherit;
    padding-bottom: 14px;
}
  .top-navbar {
    padding-bottom: .375rem;
    padding-top: .375rem;
    background: #49974B;
    color: #fff;
    display: none;
}
.main-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 16px; /* زوايا مدورة للرابط بالكامل */
    transition: background 0.3s ease, color 0.3s ease;
    text-decoration: none;
    color: #333;
    overflow: hidden; /* يحمي الصورة من أي قطع */
}

.main-menu li a img {
    border-radius: 50%; /* يجعل الصورة دائرية كما هي */
    flex-shrink: 0; /* تمنع الصورة من الانكماش */
    width: 48px;
    height: 48px;
}

.main-menu li a:hover {
    background-color: #28a745; /* أخضر عند الهفر */
    color: #fff; /* النص أبيض */
}.main-menu li {
    border-radius: 16px; /* زوايا مدورة للعنصر */
    overflow: hidden; /* يمنع ظهور الخلفية خارج الزوايا */
}

.main-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    width: 100%; /* الرابط يغطي العنصر بالكامل */
    text-decoration: none;
    color: #333;
    transition: background 0.3s ease, color 0.3s ease;
}

.main-menu li a img {
    border-radius: 50%; /* الصورة تبقى دائرية */
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}        .main-menu {
            display: flex;
            gap: 22px;
        }

.main-menu li a:hover {
    background-color: #B7957B; /* أخضر عند الهفر */
    color: #fff;
}
}

.notah-store-header custom-main-menu .mobile-menu .main-menu {
    margin: 0 !important;
    padding-top: 0 !important;
    gap: 0px !important;
    row-gap: 1px !important;
}

.notah-store-header custom-main-menu .mobile-menu .main-menu li > a {
    padding: 22px 33px !important;
    height: 40px;
}
.notah-store-header custom-main-menu .mobile-menu .main-menu li > a {
    padding: 22px 20px !important;
    height: 0px;
}


@media only screen and (min-width: 1024px) {
    header .bg-inherit {
        background-color: inherit;
        padding-bottom: 14px;
        font-family: DIN Next LT Arabic;
        font-weight: 750;
        font-style: Heavy;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }
}


header .sicon-user:before {
    display: block;
    width: 24px;
    height: 24px;    background-image: url(https://i.ibb.co/dwgYR1y8/profile.png);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    border: 0;
}
header .sicon-shopping-bag:before {
    display: block;
    width: 24px;
    height: 24px;
  background-image: url(https://i.ibb.co/8gMbT7vN/Frame-1984077654.png);
    background-size: cover;
    background-position: revert-layer;
    color: transparent;
    font-size: 0;
    border: 0;
    padding: 13px;
}
@media only screen and (min-width: 1024px) {

 header .bg-inherit {
        background-color: inherit;
        padding-bottom: 14px;
        font-family: DIN Next LT Arabic;
        font-weight: 750;
        font-style: Heavy;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }

  #my-custom-section .custom-title {
  color: #2C241D;
  font-family: 'Cairo', sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom:44px;
}

.notah-store-header .notah-main-nav-container {
    background-color: var(--color-header-background) !important;
    background: #FFFFFF !important;
    border-radius: 24px;
    justify-content: space-between;
    padding-right: 100px;
    padding-bottom: 16px;
    padding-left: 100px;
    angle: 0 deg;
    opacity: 1;
    box-shadow: 0px 1px 8px 0px #00000014;
    border: oldlace;
}
}


header .sicon-sar:before {
    display: block;
    width: 24px;
    height: 24px;
  background-image: url(https://i.ibb.co/8nqThX2j/Frame-1984077655.png);
    background-size: cover;
    background-position: revert-layer;
    color: transparent;
    font-size: 0;
    border: 0;
    padding: 13px;
}


.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    width: 100%;
    text-align: center;
}
.s-slider-block__title-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: none;
}


.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    width: 100%;
    text-align: center;
    padding-bottom: 30px; }

.category-item img {
  transition: 0.3s ease;
}

/* سطوع + تكبير خفيف */
.category-item:hover img {
  filter: brightness(1.15);
  transform: scale(1.05);
}


category-item {
    flex: 1 1 calc(20% - 40px);
    max-width: 247px;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
}
.category-item:hover {
    box-shadow: none !important;
}
.category-item {
    box-shadow: none !important;
    border-radius: 10px;
    overflow: hidden;
}.category-item:hover {
    transform: none !important;
}
.category-item:hover {
  transform: none !important;
  box-shadow: none !important; /* اختياري لو الشادو بيبان إنه طالع */
}.category-item:hover {
    transform: scale(1.0001) !important;
    box-shadow: none !important;
}


.s-product-card-wishlist-btn  {
    border: 1px solid #E2C0A5 !important;
}


.sicon-heart:before {
    content: "\eca1";
    color: #E2C0A5;
}

.s-button-text {
    pointer-events: none;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: row-reverse;
    gap: 7px;
}


.sicon-shopping-bag:before {
    display: block;
    width: 24px;
    height: 24px;
  background-image: url(https://i.ibb.co/bM9p7gHW/shopping-cart.png);
    background-size: cover;
    background-position: revert-layer;
    color: transparent;
    font-size: 0;
    border: 0;
    padding: 13px;
}

.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}

#my-custom-section .custom-title {
  color: #2C241D;
  font-family: 'Cairo', sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom:44px;
}


.hKYcqG {
    display: flex;
    margin: 7px;
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
    bottom: 66px !important;
}


.s-block:first-of-type {
    margin-top: 0rem;
    padding-bottom: 2rem;
}





.sicon-menu:before {
    content: "\ed7f";
    color: #090909;
    width: 24px;
    height: 24px;
}

@media (max-width: 765px) {


  .categories-container {
    display: grid;
    flex-wrap: inherit;
    gap: 12px;
    justify-content: center;
}
  .categories-container {
    display: grid;
    flex-wrap: inherit;
    gap: 12px;
    justify-content: center;
    gap: 0;
    width: 90%;
    margin: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}
  .section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
    color: #333;
    PADDING-TOP: 0px;
}

  .category-item {
    max-width: 90%;
    box-shadow: none;
    flex: 1 1 calc(20% - 40px);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
    margin: auto;
}
  
.notah-store-header .notah_show_language_currency {
    transition: 0.2s;
    display: none;
}
  
  .section-heading {
    position: relative;
    font-family: 'DIN Next LT Arabic';
    font-weight: bolder;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 0;
    color: #2C241D;
    padding: 0;
    margin-bottom: 17px;
}
}



.s-block-custumized-feats {
    text-align: center;
    background-color: white;
    padding-top: 0px;
}


.s-product-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    border-radius: 17px !important;
    z-index: 99999;
    border: 0;
    margin-top: -43px;
    background: white;
}

.s-product-card-entry .s-product-card-content .s-product-card-content-main .s-product-card-content-title a {
    font-weight: 800;
    font-size: 16px !important;
    line-height: 28px !important;
    font-family: 'Cairo';
}
.s-block-custumized-feats a img {
    width: 236px;
    height: 132px;
    object-fit: contain;
} 
.s-slider-block__title h2 {
    position: relative;
    font-family: 'DIN Next LT Arabic';
    font-weight: bolder; /* ثقيل */
    font-style: normal; /* بدل Heavy نستخدم normal لأن CSS لا تدعم Heavy مباشرة */
    font-size: 28px;
    line-height: 100%; /* بالنسبة للخطوط الكبيرة */
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
                       color: #2C241D;

}

@media (min-width: 1024px) {
.categories-container {
    gap: 56px;
    justify-content: center;
}}



.section-heading{    position: relative;
    font-family: 'DIN Next LT Arabic';
    font-weight: bolder; /* ثقيل */
    font-style: normal; /* بدل Heavy نستخدم normal لأن CSS لا تدعم Heavy مباشرة */
    font-size: 28px;
    line-height: 100%; /* بالنسبة للخطوط الكبيرة */
    letter-spacing: 0;
                     color: #2C241D;
}

.s-reviews-header-wrapper{ font-family: 'DIN Next LT Arabic';
    font-weight: bolder; /* ثقيل */
    font-style: normal; /* بدل Heavy نستخدم normal لأن CSS لا تدعم Heavy مباشرة */
    font-size: 28px;
    line-height: 100%; /* بالنسبة للخطوط الكبيرة */
    letter-spacing: 0;
                     color: #2C241D;}



.notah-store-header custom-main-menu .mobile-menu .main-menu li a {
    font-size: 16px !important;
    font-weight: bolder !important;
    position: relative !important;
    color: var(--color-header-text) !important;
}