@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: #28a745; /* أخضر عند الهفر */
    color: #fff;
}
}


.header-btn__icon.sicon-user-circle {
    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;
}
#s-cart-icon i.header-btn__icon {
    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;
}



















.custom-hero-content {
    width: 50%;
    padding: 60px;
}
.custom-hero-image {
    width: 100%;
    height: 100%;
}


.custom-hero-image img {
    width: 106%;
    height: 100%;
    object-fit: contain;
}


@media (max-width: 768px) {
       .custom-hero {
        flex-direction: column-reverse;
    }

     .custom-hero-content, .custom-hero-image {
        width: 100%;
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
       padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: -5px;
    }

  .custom-hero-image img {
    width: 100%;
    height: auto;
    object-fit: contain;

  }

  .custom-btn {
    margin: auto;
    width: 60%;
  }

     .custom-content-box h1 {
        font-size: 28px;
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
    .custom-hero-content, .custom-hero-image {
        width: 92% !important;
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: -5px;
    }
  .custom-content-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: start;
}
  .custom-hero {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 650px;
    padding-bottom: 0px;
    padding-top: 150px;
}
}

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




@media (max-width: 768px) {

  .custom-hero {
    flex-direction: column-reverse;
    height: auto; /* مهم عشان ميبقاش فيه ضغط */
    padding-top: 80px;
  }

  /* 🖼️ الصورة Full Width */
  .custom-hero-image {
    width: 100vw !important;
    margin: 0;
    padding: 0;
  }

  .custom-hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  /* 🧱 المحتوى */
  .custom-hero-content {
    width: 100% !important;
    padding: 20px;
    margin-top: 20px; /* 👈 دي المسافة بين الصورة والمحتوى */
  }

  /* 📝 النص */
  .custom-content-box {
    text-align: start;
    gap: 15px;
  }

  .custom-btn {
    width: 70%;
    margin: auto;
  }
.custom-hero-image {
  margin-bottom: 10px;
}}

@media (max-width: 768px) {
  .custom-hero-image img {
    content: url("https://i.ibb.co/SXJ8NrbD/Group-15-2.png");
  }
}

@media (max-width: 768px) {
  .custom-hero-image img {
    content: url("https://i.ibb.co/tw1PKq9P/Gemini-Generated-Image-tdqczntdqczntdqc-1-1.png");
  }
}
@media (max-width: 768px) {
    .custom-hero {
        flex-direction: column-reverse;
        height: auto;
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    .custom-hero-content {
        width: 100% !important;
        padding: 20px;
        margin-top: 0px;
    }
}
@media (max-width: 768px) {
    .custom-content-box p {
        font-family: "Cairo", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #8B784F;
        line-height: 2;
              padding-bottom: 33px;
    }
}
@media (max-width: 768px) {
    .custom-btn {
        width: 147px;
        margin: auto;
    }
}

.custom-hero {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 648px;
    padding-bottom: 50px;
}













/* 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;
    border-radius: 20px !important;
  background: #8B784F;
  color: white;
}
.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;
}
/*.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;
}

.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;
    }
}



@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;
}
}



.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;
}
















@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;
}
}





.section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
    color: #1C1810;
    PADDING-TOP: 64PX;
    font-family: Cairo;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.s-slider-block__title h2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
    font-family: Cairo;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #2E281A;
}




.s-product-card-entry {
    border-radius: .75rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-duration: .3s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
box-shadow: 0px 1px 3px 0px #00000026;

}

.s-product-card-vertical:hover {
    flex-direction: column;
box-shadow: 0px 2px 4px 0px #00000040;
}
.s-product-card-vertical {
    flex-direction: column;
box-shadow: 0px 1px 3px 0px #00000026;
}




@media only screen and (min-width: 1024px) {
    header .bg-inherit {
        background-color: inherit;
        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;
        line-height: 2;
    }
}

.custom-hero {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 648px;
    padding-bottom: 50px;
    padding-top: 0;
}


.store-footer__inner {
    border-bottom: 1px hsla(0, 0%, 100%, .1);
    border-style: dashed;
    --tw-bg-opacity: 1;
    background-color: #1d1f1f;
    background-color: rgba(29, 31, 31, var(--tw-bg-opacity, 1));
    padding-bottom: 2rem;
    padding-top: 2rem;
    background: #2F3028 !important;
}


.copyright-text p {
    --tw-text-opacity: 1;
    color: #374151;
    color: white;
}.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: #374151;
    color: white;
    background: #2F3028;
}




.custom-content-box h1 {
    font-family: "Cairo", sans-serif;
    font-weight: 900;
    line-height: 100%;
    text-align: right;
    line-height: 1.5;
    color: #463C28;
    font-family: Cairo;
    font-weight: 900;
}


@media (max-width: 768px) {
  .custom-hero-image img {
    content: url("https://i.ibb.co/Y4XTtsQp/Frame-1984077877.jpg");
  }
  
}
@media (max-width: 768px) {
    .custom-hero-image {
        margin-bottom: 10px;
        padding: 0;
        margin: -35px;
    }
  
.s-block:nth-of-type(2) {

    margin-top: 2rem;
    PADDING-RIGHT: 24PX;
    PADDING-LEFT: 24PX;
}


.custom-hero {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 648px;
    padding-bottom: 0;
    padding-top: 24px;
}
}

.s-slider-block__title h2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
    font-family: Cairo;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #2E281A;
}

.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: transparent;
    background-color: transaprent;
    -o-object-fit: cover;
    object-fit: cover;
}




}
@media (max-width: 768px) {
   
  
.s-block:nth-of-type(2) {

    margin-top: 2rem;
    PADDING-RIGHT: 24PX;
    PADDING-LEFT: 24PX;
}


}




.s-reviews-testimonial {
    border-bottom-left-radius: .375rem;
    border-top-left-radius: .375rem;
    display: flex;
    height: 100%;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    opacity: .6;
    padding: 1.5rem;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    angle: 0 deg;
    opacity: 1;
    border-radius: 47.65px;
}

.s-reviews-header {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-right: .5rem;
    display: none;
}

.category-item a {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}