/* NicheTastic visual polish - Salla Raed theme */
.store-header .top-navbar {
  background: #111816 !important;
  color: #f7faf8 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.store-header .top-navbar a,
.store-header .top-navbar button {
  color: #f7faf8 !important;
}

.store-header #mainnav {
  height: auto !important;
  min-height: 74px !important;
  border-bottom: 1px solid rgba(6, 95, 86, .10) !important;
  box-shadow: 0 10px 28px rgba(16, 24, 20, .08) !important;
}

.store-header .navbar-brand img {
  max-height: 52px !important;
  object-fit: contain !important;
}

.store-header .root-level > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 7px 9px !important;
  border-radius: 999px !important;
  color: #17211d !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  transition: background-color .2s ease, color .2s ease, transform .2s ease !important;
}

.store-header .root-level > a:hover {
  background: rgba(6, 95, 86, .09) !important;
  color: #065f56 !important;
  transform: translateY(-1px) !important;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .store-header .root-level[id="1356047532"],
  .store-header .root-level[id="1399396872"],
  .store-header .root-level[id="368386868"] {
    display: none !important;
  }

  .store-header .root-level > a {
    font-size: 13px !important;
    padding-inline: 7px !important;
  }
}

.s-slider-block__title h2 {
  color: #064f46 !important;
  font-weight: 800 !important;
}

.s-block--features {
  margin-top: 54px !important;
  margin-bottom: 58px !important;
}

.s-block--features .grid {
  gap: 22px !important;
}

.s-block--features__item {
  min-height: 174px !important;
  padding: 28px 22px !important;
  background: #ffffff !important;
  border: 1px solid #e2ece8 !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 36px rgba(16, 24, 20, .07) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.s-block--features__item:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(6, 95, 86, .22) !important;
  box-shadow: 0 18px 44px rgba(16, 24, 20, .11) !important;
}

.s-block--features__item .feature-icon {
  width: 64px !important;
  height: 64px !important;
  margin-bottom: 14px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #064f46, #10b89e) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(6, 95, 86, .24) !important;
}

.s-block--features__item .feature-icon i {
  color: #ffffff !important;
  font-size: 30px !important;
}

.s-block--features__item h2 {
  margin-bottom: 8px !important;
  color: #10201c !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.s-block--features__item p {
  max-width: 280px !important;
  margin-inline: auto !important;
  color: #5f6f69 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.s-product-card-entry {
  overflow: hidden !important;
  border: 1px solid #e5eee9 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(16, 24, 20, .06) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.s-product-card-entry:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(6, 95, 86, .20) !important;
  box-shadow: 0 18px 42px rgba(16, 24, 20, .12) !important;
}

.s-product-card-image {
  background: #f6faf8 !important;
}

.s-product-card-image img {
  transition: transform .28s ease !important;
}

.s-product-card-entry:hover .s-product-card-image img {
  transform: scale(1.035) !important;
}

.s-product-card-content-title a,
.s-product-card-content-title {
  color: #10201c !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
}

.s-product-card-promotion-title {
  background: rgba(6, 95, 86, .92) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 5px 10px !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .s-block--features .grid {
    grid-template-columns: 1fr !important;
  }

  .s-block--features__item {
    min-height: auto !important;
  }
}
/* NicheTastic homepage polish - Salla Raed theme */
:root {
  --nt-green: #064f46;
  --nt-green-soft: rgba(6, 95, 86, .09);
  --nt-ink: #10201c;
  --nt-muted: #5f6f69;
  --nt-border: #e2ece8;
  --nt-bg: #f7faf8;
  --nt-shadow: 0 14px 36px rgba(16, 24, 20, .07);
  --nt-shadow-hover: 0 20px 48px rgba(16, 24, 20, .13);
}

body {
  background: var(--nt-bg) !important;
}

.store-header .top-navbar {
  background: #111816 !important;
  color: #f7faf8 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.store-header .top-navbar a,
.store-header .top-navbar button {
  color: #f7faf8 !important;
}

.store-header #mainnav {
  height: auto !important;
  min-height: 74px !important;
  border-bottom: 1px solid rgba(6, 95, 86, .10) !important;
  box-shadow: 0 10px 28px rgba(16, 24, 20, .08) !important;
}

.store-header .navbar-brand img {
  max-height: 52px !important;
  object-fit: contain !important;
}

.store-header .root-level > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 7px 9px !important;
  border-radius: 999px !important;
  color: #17211d !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  transition: background-color .2s ease, color .2s ease, transform .2s ease !important;
}

.store-header .root-level > a:hover {
  background: var(--nt-green-soft) !important;
  color: var(--nt-green) !important;
  transform: translateY(-1px) !important;
}

/* Public cache may keep old category text; these rules keep the header clean visually. */
.store-header .root-level[id="1356047532"] > a span,
.store-header .root-level[id="1399396872"] > a span,
.store-header .root-level[id="368386868"] > a span {
  font-size: 0 !important;
}

.store-header .root-level[id="1356047532"] > a span::after {
  content: "أسعار مميزة";
  font-size: 14px !important;
}

.store-header .root-level[id="1399396872"] > a span::after {
  content: "مصنوع يدوياً";
  font-size: 14px !important;
}

.store-header .root-level[id="368386868"] > a span::after {
  content: "عنبر حوت";
  font-size: 14px !important;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .store-header .root-level[id="1356047532"],
  .store-header .root-level[id="1399396872"],
  .store-header .root-level[id="368386868"] {
    display: none !important;
  }

  .store-header .root-level > a {
    font-size: 13px !important;
    padding-inline: 7px !important;
  }
}

.s-block:not(.s-block--photos-slider) {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.s-block--photos-slider {
  margin-bottom: 42px !important;
}

.s-block--slider-with-bg {
  padding-top: 46px !important;
  padding-bottom: 52px !important;
}

.s-block--best-offers {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.s-slider-block__title {
  align-items: center !important;
  margin-bottom: 22px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(6, 95, 86, .12) !important;
}

.s-slider-block__title h2 {
  position: relative !important;
  color: var(--nt-green) !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.s-slider-block__title h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 9px;
  margin-inline-start: auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #0aa68f, var(--nt-green));
}

.s-slider-nav-arrow {
  border-color: var(--nt-border) !important;
  color: var(--nt-green) !important;
  box-shadow: 0 8px 18px rgba(16, 24, 20, .06) !important;
}

.s-product-card-entry {
  overflow: hidden !important;
  height: 100% !important;
  border: 1px solid #e5eee9 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(16, 24, 20, .06) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.s-product-card-entry:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(6, 95, 86, .20) !important;
  box-shadow: var(--nt-shadow-hover) !important;
}

.s-product-card-image {
  aspect-ratio: 1 / 1 !important;
  background: #f6faf8 !important;
}

.s-product-card-image img {
  transition: transform .28s ease !important;
}

.s-product-card-entry:hover .s-product-card-image img {
  transform: scale(1.035) !important;
}

.s-product-card-content {
  padding: 18px 18px 20px !important;
}

.s-product-card-content-title a,
.s-product-card-content-title {
  color: var(--nt-ink) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
}

.s-product-card-subtitle,
.s-product-card-content-subtitle,
.s-product-card-content .text-sm {
  color: var(--nt-muted) !important;
  line-height: 1.65 !important;
}

.s-product-card-price,
.s-product-card-sale-price,
.s-product-card-content .font-bold {
  color: #8d1f1f !important;
  font-weight: 900 !important;
}

.s-product-card-promotion-title {
  background: rgba(6, 95, 86, .92) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 5px 10px !important;
  font-weight: 800 !important;
}

.s-product-card-entry salla-button[width="wide"] button,
.s-product-card-entry .s-button-element {
  min-height: 42px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
}

.s-product-card-entry .s-button-outline {
  border-color: #0b9f8b !important;
  color: #078171 !important;
}

.s-product-card-entry .s-button-outline:hover {
  background: var(--nt-green) !important;
  color: #fff !important;
}

.s-block--features {
  margin-top: 58px !important;
  margin-bottom: 64px !important;
}

.s-block--features .grid {
  gap: 24px !important;
}

.s-block--features__item {
  min-height: 174px !important;
  padding: 28px 22px !important;
  background: #ffffff !important;
  border: 1px solid var(--nt-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--nt-shadow) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.s-block--features__item:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(6, 95, 86, .22) !important;
  box-shadow: var(--nt-shadow-hover) !important;
}

.s-block--features__item .feature-icon {
  width: 64px !important;
  height: 64px !important;
  margin-bottom: 14px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, var(--nt-green), #10b89e) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(6, 95, 86, .24) !important;
}

.s-block--features__item .feature-icon i {
  color: #ffffff !important;
  font-size: 30px !important;
}

.s-block--features__item h2 {
  margin-bottom: 8px !important;
  color: var(--nt-ink) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

.s-block--features__item p {
  max-width: 280px !important;
  margin-inline: auto !important;
  color: var(--nt-muted) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.s-block--testimonials {
  padding-top: 12px !important;
}

.s-block--testimonials .s-slider-block__title h2,
.s-block--testimonials h2 {
  color: var(--nt-green) !important;
  font-weight: 900 !important;
}

.s-block--testimonials .swiper-slide,
.s-block--testimonials .s-slider-swiper-wrapper > * {
  border-radius: 18px !important;
}

@media (max-width: 767px) {
  .s-block:not(.s-block--photos-slider) {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .s-slider-block__title {
    margin-bottom: 16px !important;
  }

  .s-slider-block__title h2 {
    font-size: 21px !important;
  }

  .s-block--features .grid {
    grid-template-columns: 1fr !important;
  }

  .s-block--features__item {
    min-height: auto !important;
    padding: 24px 18px !important;
  }

  .s-product-card-content {
    padding: 15px !important;
  }
}
/* NicheTastic homepage polish - clean layout without changing brand colors too much */
:root {
  --nt-green: #064f46;
  --nt-ink: #151f1b;
  --nt-muted: #5f6f69;
  --nt-border: #e2ece8;
  --nt-bg: #f7faf8;
  --nt-shadow: 0 14px 36px rgba(16, 24, 20, .07);
  --nt-shadow-hover: 0 20px 48px rgba(16, 24, 20, .12);
}

body {
  background: var(--nt-bg) !important;
}

.store-header .top-navbar {
  background: #111816 !important;
  color: #f7faf8 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.store-header .top-navbar a,
.store-header .top-navbar button {
  color: #f7faf8 !important;
}

.store-header #mainnav {
  height: auto !important;
  min-height: 74px !important;
  border-bottom: 1px solid rgba(6, 95, 86, .10) !important;
  box-shadow: 0 10px 28px rgba(16, 24, 20, .08) !important;
}

.store-header .navbar-brand img {
  max-height: 52px !important;
  object-fit: contain !important;
}

.store-header .root-level > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 7px 9px !important;
  border-radius: 999px !important;
  color: #17211d !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  transition: background-color .2s ease, color .2s ease, transform .2s ease !important;
}

.store-header .root-level > a:hover {
  background: rgba(6, 95, 86, .08) !important;
  color: var(--nt-green) !important;
  transform: translateY(-1px) !important;
}

/* Public cache may keep old category text; these rules keep the header clean visually. */
.store-header .root-level[id="1356047532"] > a span,
.store-header .root-level[id="1399396872"] > a span,
.store-header .root-level[id="368386868"] > a span {
  font-size: 0 !important;
}

.store-header .root-level[id="1356047532"] > a span::after {
  content: "أسعار مميزة";
  font-size: 14px !important;
}

.store-header .root-level[id="1399396872"] > a span::after {
  content: "مصنوع يدوياً";
  font-size: 14px !important;
}

.store-header .root-level[id="368386868"] > a span::after {
  content: "عنبر حوت";
  font-size: 14px !important;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .store-header .root-level[id="1356047532"],
  .store-header .root-level[id="1399396872"],
  .store-header .root-level[id="368386868"] {
    display: none !important;
  }

  .store-header .root-level > a {
    font-size: 13px !important;
    padding-inline: 7px !important;
  }
}

.s-block:not(.s-block--photos-slider) {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.s-block--photos-slider {
  margin-bottom: 38px !important;
}

.s-block--slider-with-bg {
  padding-top: 42px !important;
  padding-bottom: 48px !important;
}

.s-block--best-offers {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.s-slider-block__title {
  align-items: center !important;
  margin-bottom: 22px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(20, 31, 27, .10) !important;
}

.s-slider-block__title h2 {
  position: relative !important;
  color: var(--nt-ink) !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.s-slider-block__title h2::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 8px;
  margin-inline-start: auto;
  border-radius: 999px;
  background: var(--nt-green);
}

.s-slider-nav-arrow {
  border-color: var(--nt-border) !important;
  color: var(--nt-ink) !important;
  box-shadow: 0 8px 18px rgba(16, 24, 20, .06) !important;
}

.s-product-card-entry {
  overflow: hidden !important;
  height: 100% !important;
  border: 1px solid #e5eee9 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(16, 24, 20, .06) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.s-product-card-entry:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(6, 95, 86, .18) !important;
  box-shadow: var(--nt-shadow-hover) !important;
}

.s-product-card-image {
  aspect-ratio: 1 / 1 !important;
  background: #f6faf8 !important;
}

.s-product-card-image img {
  transition: transform .28s ease !important;
}

.s-product-card-entry:hover .s-product-card-image img {
  transform: scale(1.035) !important;
}

.s-product-card-content {
  padding: 18px 18px 20px !important;
}

.s-product-card-content-title a,
.s-product-card-content-title {
  color: var(--nt-ink) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
}

.s-product-card-subtitle,
.s-product-card-content-subtitle,
.s-product-card-content .text-sm {
  color: var(--nt-muted) !important;
  line-height: 1.65 !important;
}

.s-product-card-entry salla-button[width="wide"] button,
.s-product-card-entry .s-button-element {
  min-height: 42px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
}

.s-product-card-entry .s-button-outline {
  border-color: #0b9f8b !important;
}

.s-product-card-entry .s-button-outline:hover {
  background: var(--nt-green) !important;
  color: #fff !important;
}

.s-block--features {
  margin-top: 54px !important;
  margin-bottom: 58px !important;
}

.s-block--features .grid {
  gap: 24px !important;
}

.s-block--features__item {
  min-height: 174px !important;
  padding: 28px 22px !important;
  background: #ffffff !important;
  border: 1px solid var(--nt-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--nt-shadow) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.s-block--features__item:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(6, 95, 86, .20) !important;
  box-shadow: var(--nt-shadow-hover) !important;
}

.s-block--features__item .feature-icon {
  width: 64px !important;
  height: 64px !important;
  margin-bottom: 14px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, var(--nt-green), #0b9f8b) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(6, 95, 86, .22) !important;
}

.s-block--features__item .feature-icon i {
  color: #ffffff !important;
  font-size: 30px !important;
}

.s-block--features__item h2 {
  margin-bottom: 8px !important;
  color: var(--nt-ink) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

.s-block--features__item p {
  max-width: 280px !important;
  margin-inline: auto !important;
  color: var(--nt-muted) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.s-block--testimonials {
  padding-top: 12px !important;
}

@media (max-width: 767px) {
  .s-block:not(.s-block--photos-slider) {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .s-slider-block__title {
    margin-bottom: 16px !important;
  }

  .s-slider-block__title h2 {
    font-size: 21px !important;
  }

  .s-block--features .grid {
    grid-template-columns: 1fr !important;
  }

  .s-block--features__item {
    min-height: auto !important;
    padding: 24px 18px !important;
  }

  .s-product-card-content {
    padding: 15px !important;
  }
}
/* Add custom CSS styles below */ 

/* Final color correction: keep original red product promo badges */
.s-product-card-entry .s-product-card-promotion-title,
.s-product-card-promotion-title {
  background: #a92d2d !important;
  color: #ffffff !important;
  border-radius: 8px 0 0 8px !important;
  font-weight: 800 !important;
}

/* Keep section headings premium but not overly green */
.s-slider-block__title h2 {
  color: #151f1b !important;
}

.s-slider-block__title h2::after {
  background: #064f46 !important;
}