:root {
  --brand-main: #5f6351;
  --brand-secondary: #676d5a;
  --brand-bg: #ece7df;  
  --ramadan-bg: url("https://i.postimg.cc/28qLPkqV/Chat-GPT-Image-Feb-10-2026-11-36-47-AM.png");
    --footer-ramadan-bg: #5f6351; 
    --footer-overlay: rgba(95, 99, 81, 0.88); 
}
  #karzoun-widget-send-button {
    display: none;
  }
  
  .carousel-slider .swiper-wrapper {
    padding-inline-start: 16px;
    scroll-padding-left: 16px;
  }
  
  .s-button-primary {
    background-color: #18794e;
  }
  
  .bg-white {
    background-color: rgb(236, 231, 223);
  }
  
  .min-logo {
    position: relative;
  }
 
  
  body {
    background-color: #ece7df;
    background-image: url("https://i.postimg.cc/KjBqKhJj/ramadan-pattern.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 50%;
  }
  
  
  .top-navbar::after {
    content: "✦ ✦ ✦ ✦ ✦";
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
    opacity: 0.12;
    white-space: nowrap;
    animation: starsMove 20s linear infinite;
  }
  
  @keyframes starsMove {
    from {
      left: -100%;
    }
    to {
      left: 100%;
    }
  }
  .header-components {
    position: relative;
  }
  
  .header-components::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      circle at top center,
      rgba(255, 255, 255, 0.06),
      transparent 65%
    );
    pointer-events: none;
  }
  .header-components a,
  .header-components button {
    position: relative;
    transition: transform 0.3s ease;
  }
  
  .header-components a:hover,
  .header-components button:hover {
    transform: translateY(-2px);
  }
  
  .product-entry {
    border-radius: 24px !important;
    overflow: hidden;
    position: relative;
    background: var(--brand-bg);
    border: 1px solid rgba(95, 99, 81, 0.25);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  
  .product-entry:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(95, 99, 81, 0.22);
  }
  .product-entry__image {
    position: relative;
  }
  
  
  .product-entry::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      circle at top center,
      rgba(236, 231, 223, 0.95),
      transparent 65%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
  
  .product-entry:hover::before {
    opacity: 1;
  }
  .product-entry__title {
    color: var(--brand-main);
    font-weight: 600;
    letter-spacing: 0.4px;
  }
  .product-entry__title::after {
    content: " ✦";
    color: var(--brand-secondary);
    opacity: 0.4;
  }
  .total-price {
    color: var(--brand-main);
    font-size: 1.1em;
  }
  .product_buttons {
    transform: translateY(10px);
    transition: transform 0.4s ease;
  }
  
  .product-entry:hover .product_buttons {
    transform: translateY(0);
  }
  .product_buttons a:hover::after,
  .product_buttons button:hover::after {
    content: "✦";
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 10px;
    color: var(--brand-secondary);
    opacity: 0.4;
  }
  .product-entry__image::before {
    content: "🌙";
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 16px;
    color: var(--brand-secondary);
    opacity: 0.7;
    z-index: 3;
  }
  .s-tabs-header {
      position: relative;
    }
    
    .s-tabs-header::after {
      content: "✦ ✦ ✦";
      display: block;
      text-align: center;
      margin-top: 10px;
      font-size: 12px;
      color: #676d5a;
      opacity: 0.35;
    }
    .s-tabs-header-item.s-tabs-active span {
      font-weight: 600 !important;
      letter-spacing: 0.4px;
    }
    salla-tab-header {
      border-radius: 6px !important;
  }
  .testimonials-content {
      position: relative !important;
      background: #ffffff !important;
      border-radius: 30px !important;
      padding: 34px 22px 26px !important;
      border: none !important;
      overflow: hidden;
    }
    
    .testimonials-content::before {
      content: "";
      position: absolute;
      top: -45px;
      left: -10%;
      width: 120%;
      height: 110px;
      background: #ECE7DF;
      border-radius: 0 0 65% 65%;
      z-index: 0;
    }
    
    .testimonials-content > * {
      position: relative;
      z-index: 1;
    }
    
    .testimonials-content::after {
      content: "✦  ✦  ✦";
      display: block;
      text-align: center;
      margin-top: 18px;
      font-size: 12px;
      color: #676D5A;
      opacity: 0.4;
    }
    .testimonials-content::before {
    background: linear-gradient(
      to bottom,
      #ECE7DF 0%,
      rgba(236,231,223,0.6) 60%,
      transparent 100%
    );
  }
  .testimonials-content p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }
  .testimonials-content {
    box-shadow: 0 18px 35px rgba(95,99,81,0.18);
  }



.store-footer {
  position: relative;
  background:
    linear-gradient(var(--footer-overlay), rgb(95 99 81 / 0%)),
    var(--ramadan-bg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #ece7df;
}
.footer-bottom {
  background: none;
}
.store-footer::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--footer-ramadan-bg)
  );
}

.store-footer p,
.store-footer strong,
.store-footer a,
.footer-bottom p {
  color: #ece7df !important;
}

.store-footer a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.25);
}

.footer-title {
  position: relative;
  margin-bottom: 18px;
}

.footer-title::after {
  content: "✦";
  display: block;
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.5;
}

.s-social-link a {
  background: rgba(236, 231, 223, 0.12);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.s-social-link a:hover {
  background: rgba(236, 231, 223, 0.25);
  transform: translateY(-2px);
}

.store-footer .after\:border-t {
  border-color: rgba(236, 231, 223, 0.25) !important;
}
.absolute.inset-0.\[background\:var\(--footer-bg\)\] {
  display: none;
}.store-footer::before{
  content:none;
}.store-footer {
  position: relative;
  overflow: hidden;

  border-top-left-radius: 100% 40px;
  border-top-right-radius: 100% 40px;
}
section.s-block.s-block-store-footer-data.container , section.s-block.s-block-store-footer-data .container{
  max-width: 100% !important;
}section.s-block.s-block-store-footer-data .w-full.h-16.relative.overflow-hidden.rotate-180
 {
    display: none;
}.s-block--fixed-banner a.banner.banner--fixed.overflow-hidden img  , .swiper-slide img.w-full.object-contain.rounded-md.lazy.loaded{
  border-radius: 15px !important;
}.card-slide-data img {
  object-fit: fill;
  aspect-ratio: 0 / 1 !important;
}

#header {
  position: relative;
  background-image: var(--ramadan-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  isolation: isolate;
}

#header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(81, 87, 58, 0.92),
      rgba(95, 99, 81, 0.88)
    );
  z-index: -1;
}

.top-navbar {
  background: transparent !important;
  border-bottom: 1px solid rgba(236, 231, 223, 0.25);
}

.header-components {
  background: transparent !important;
}

#header,
#header a,
#header button,
#header svg {
  color: #ECE7DF !important;
  fill: #ECE7DF !important;
}

.header-components-inner {
  position: relative;
}

.header-components-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top center,
    rgba(255, 215, 150, 0.08),
    transparent 60%
  );
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  #header::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
      rgba(255,255,255,0.06) 1px,
      transparent 1px
    );
    background-size: 80px 80px;
    opacity: 0.35;
    pointer-events: none;
  }
}
#about-charity-11 {
  background: #eddcca !important;
}.marquee {
  background-color: #b99066 !important;
}:root {
  --brand-main: #5f6351;
  --brand-secondary: #676d5a;
  --brand-bg: #ece7df;  
  --ramadan-bg: url("https://i.postimg.cc/28qLPkqV/Chat-GPT-Image-Feb-10-2026-11-36-47-AM.png");
    --footer-ramadan-bg: #5f6351; 
    --footer-overlay: rgba(95, 99, 81, 0.88); 
}
  #karzoun-widget-send-button {
    display: none;
  }
  
  .carousel-slider .swiper-wrapper {
    padding-inline-start: 16px;
    scroll-padding-left: 16px;
  }
  
  .s-button-primary {
    background-color: #18794e;
  }
  
  .bg-white {
    background-color: rgb(236, 231, 223);
  }
  
  .min-logo {
    position: relative;
  }
  
  .top-navbar::after {
    content: "✦ ✦ ✦ ✦ ✦";
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
    opacity: 0.12;
    white-space: nowrap;
    animation: starsMove 20s linear infinite;
  }
  
  @keyframes starsMove {
    from {
      left: -100%;
    }
    to {
      left: 100%;
    }
  }
  .header-components {
    position: relative;
  }
  
  .header-components::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      circle at top center,
      rgba(255, 255, 255, 0.06),
      transparent 65%
    );
    pointer-events: none;
  }
  .header-components a,
  .header-components button {
    position: relative;
    transition: transform 0.3s ease;
  }
  
  .header-components a:hover,
  .header-components button:hover {
    transform: translateY(-2px);
  }
  
  .product-entry {
    border-radius: 24px !important;
    overflow: hidden;
    position: relative;
    background: var(--brand-bg);
    border: 1px solid rgba(95, 99, 81, 0.25);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  
  .product-entry:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(95, 99, 81, 0.22);
  }
  .product-entry__image {
    position: relative;
  }
  
  
  .product-entry::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      circle at top center,
      rgba(236, 231, 223, 0.95),
      transparent 65%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
  
  .product-entry:hover::before {
    opacity: 1;
  }
  .product-entry__title {
    color: var(--brand-main);
    font-weight: 600;
    letter-spacing: 0.4px;
  }
  .product-entry__title::after {
    content: " ✦";
    color: var(--brand-secondary);
    opacity: 0.4;
  }
  .total-price {
    color: var(--brand-main);
    font-size: 1.1em;
  }
  .product_buttons {
    transform: translateY(10px);
    transition: transform 0.4s ease;
  }
  
  .product-entry:hover .product_buttons {
    transform: translateY(0);
  }
  .product_buttons a:hover::after,
  .product_buttons button:hover::after {
    content: "✦";
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 10px;
    color: var(--brand-secondary);
    opacity: 0.4;
  }
  .product-entry__image::before {
    content: "🌙";
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 16px;
    color: var(--brand-secondary);
    opacity: 0.7;
    z-index: 3;
  }
  .s-tabs-header {
      position: relative;
    }
    
    .s-tabs-header::after {
      content: "✦ ✦ ✦";
      display: block;
      text-align: center;
      margin-top: 10px;
      font-size: 12px;
      color: #676d5a;
      opacity: 0.35;
    }
    .s-tabs-header-item.s-tabs-active span {
      font-weight: 600 !important;
      letter-spacing: 0.4px;
    }
    salla-tab-header {
      border-radius: 6px !important;
  }
  .testimonials-content {
      position: relative !important;
      background: #ffffff !important;
      border-radius: 30px !important;
      padding: 34px 22px 26px !important;
      border: none !important;
      overflow: hidden;
    }
    
    .testimonials-content::before {
      content: "";
      position: absolute;
      top: -45px;
      left: -10%;
      width: 120%;
      height: 110px;
      background: #ECE7DF;
      border-radius: 0 0 65% 65%;
      z-index: 0;
    }
    
    .testimonials-content > * {
      position: relative;
      z-index: 1;
    }
    
    .testimonials-content::after {
      content: "✦  ✦  ✦";
      display: block;
      text-align: center;
      margin-top: 18px;
      font-size: 12px;
      color: #676D5A;
      opacity: 0.4;
    }
    .testimonials-content::before {
    background: linear-gradient(
      to bottom,
      #ECE7DF 0%,
      rgba(236,231,223,0.6) 60%,
      transparent 100%
    );
  }
  .testimonials-content p {
    text-align: center;
    font-size: 14px;
    line-height: 2;
  }
  .testimonials-content {
    box-shadow: 0 18px 35px rgba(95,99,81,0.18);
  }
 

.store-footer {
  position: relative;
  background:
    linear-gradient(var(--footer-overlay), rgb(95 99 81 / 0%)),
    var(--ramadan-bg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #ece7df;
}
.footer-bottom {
  background: none;
}
.store-footer::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--footer-ramadan-bg)
  );
}

.store-footer p,
.store-footer strong,
.store-footer a,
.footer-bottom p {
  color: #ece7df !important;
}

.store-footer a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.25);
}

.footer-title {
  position: relative;
  margin-bottom: 18px;
}

.footer-title::after {
  content: "✦";
  display: block;
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.5;
}

.s-social-link a {
  background: rgba(236, 231, 223, 0.12);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.s-social-link a:hover {
  background: rgba(236, 231, 223, 0.25);
  transform: translateY(-2px);
}

.store-footer .after\:border-t {
  border-color: rgba(236, 231, 223, 0.25) !important;
}
.absolute.inset-0.\[background\:var\(--footer-bg\)\] {
  display: none;
}.store-footer::before{
  content:none;
}.store-footer {
  position: relative;
  overflow: hidden;

  border-top-left-radius: 100% 40px;
  border-top-right-radius: 100% 40px;
}
section.s-block.s-block-store-footer-data.container , section.s-block.s-block-store-footer-data .container{
  max-width: 100% !important;
}section.s-block.s-block-store-footer-data .w-full.h-16.relative.overflow-hidden.rotate-180
 {
    display: none;
}.s-block--fixed-banner a.banner.banner--fixed.overflow-hidden img  , .swiper-slide img.w-full.object-contain.rounded-md.lazy.loaded{
  border-radius: 15px !important;
}.card-slide-data img {
  object-fit: fill;
  aspect-ratio: 0 / 1 !important;
}

#header {
  position: relative;
  background-image: var(--ramadan-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  isolation: isolate;
}

#header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(81, 87, 58, 0.92),
      rgba(95, 99, 81, 0.88)
    );
  z-index: -1;
}

.top-navbar {
  background: transparent !important;
  border-bottom: 1px solid rgba(236, 231, 223, 0.25);
}

.header-components {
  background: transparent !important;
}

#header,
#header a,
#header button,
#header svg {
  color: #ECE7DF !important;
  fill: #ECE7DF !important;
}

.header-components-inner {
  position: relative;
}

.header-components-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top center,
    rgba(255, 215, 150, 0.08),
    transparent 60%
  );
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  #header::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
      rgba(255,255,255,0.06) 1px,
      transparent 1px
    );
    background-size: 80px 80px;
    opacity: 0.35;
    pointer-events: none;
  }
}
#about-charity-11 {
  background: #eddcca !important;
}.marquee.animated-advertising-bar {
  background-color: #b99066 !important;
}.s-block--animated_brands .marquee{
  background-color:#ece7df !important;
}section#saji-hero-video-1
 {
    margin-top: 0 !important;
}