/* Add custom CSS styles below */ 
.store-footer__inner > .container > div:has(salla-menu[source="footer"]) {
  display: none !important;
}
/* Add custom CSS styles below */
.custom-categories-row {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 16px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
  direction: rtl !important;
  box-sizing: border-box !important;
}
.s-slider-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  margin-bottom: 20px;
}
.custom-benefits-row {
  width: 100%;
  direction: rtl;
  overflow: hidden;
}

.custom-benefits-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Responsive Slider */
@media (max-width: 768px) {
  .custom-benefits-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
  }

  .custom-benefits-inner::-webkit-scrollbar {
    display: none;
  }

  .custom-benefits-inner.is-dragging {
    cursor: grabbing;
  }

  .custom-benefit-item {
    flex: 0 0 82% !important;
    width: 82% !important;
    min-width: 82% !important;
    max-width: 82% !important;
    scroll-snap-align: center;
  }
}

@media (max-width: 480px) {
  .custom-benefit-item {
    flex: 0 0 88% !important;
    width: 88% !important;
    min-width: 88% !important;
    max-width: 88% !important;
  }
}

.s-slider-block__title-right {
  display: flex;
  align-items: center;
}

.s-slider-block__title-right h2 {
  position: relative;
  margin: 0;
  padding-right: 18px;
  color: #062b55;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

.s-slider-block__title-right h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 32px;
  background: #20a777;
  border-radius: 999px;
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px #dff3ec;
}

.s-slider-block__title-left {
  display: flex;
  align-items: center;
}
.s-slider-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  gap: 12px;
  margin-bottom: 20px;
}

.s-slider-block__title-right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.s-slider-block__title-right h2 {
  position: relative;
  margin: 0;
  padding-right: 18px;
  color: #062b55;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}

.s-slider-block__title-right h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: clamp(6px, 1vw, 8px);
  height: clamp(24px, 5vw, 32px);
  background: #20a777;
  border-radius: 999px;
  transform: translateY(-50%);
  box-shadow: 0 0 0 clamp(4px, 1vw, 6px) #dff3ec;
}

.s-slider-block__title-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.s-slider-block__display-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: clamp(8px, 2vw, 10px) clamp(12px, 3vw, 18px);
  background: #fff;
  color: #17365d;
  border-radius: 999px;
  font-size: clamp(12px, 2.8vw, 15px);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 35, 65, 0.06);
}

.s-slider-block__display-all::before {
  content: "←";
  font-size: inherit;
  line-height: 1;
}



@media (max-width: 480px) {
  .s-slider-block__title {
    gap: 8px;
    margin-bottom: 14px;
  }

  .s-slider-block__title-right h2 {
    padding-right: 14px;
    font-size: 18px;
  }

  .s-slider-block__title-right h2::before {
    width: 6px;
    height: 24px;
    box-shadow: 0 0 0 4px #dff3ec;
  }

  .s-slider-block__display-all {
    padding: 7px 12px;
    font-size: 12px;
    gap: 6px;
  }
}

@media (max-width: 360px) {
  .s-slider-block__title-right h2 {
    font-size: 16px;
  }

  .s-slider-block__display-all {
    padding: 6px 10px;
    font-size: 11px;
  }
}

.s-slider-block__display-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #fff;
  color: #17365d;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 35, 65, 0.06);
}

.s-slider-block__display-all::before {
  content: "←";
  font-size: 15px;
  line-height: 1;
}


.s-product-card-content-sub{
  margin-bottom: 0 !important;
}
.s-product-card-content-title {
    min-height: 0px !important; 
     margin-bottom: px !important;
}
/* Remove footer bottom empty space */
.store-footer__inner {
  padding-bottom: 18px !important;
}

.store-footer__inner > .container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  align-items: flex-start !important;
}

.store-footer .store-footer__inner + .container,
.store-footer > .container:last-child {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 0 !important;
}

/* Reduce empty app icons area if it creates height */
.store-footer salla-apps-icons {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove extra margins inside columns */
.store-footer .max-w-sm,
.store-footer salla-social,
.store-footer salla-trust-badges,
.store-footer .contact-social {
  margin-bottom: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .store-footer__inner {
    padding-bottom: 14px !important;
  }

  .store-footer__inner > .container {
    gap: 18px !important;
  }
}
.custom-category-card {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  min-height: 260px !important;
  padding: 24px !important;
  border-radius: 16px !important;
  background: #fff !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.custom-category-content {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.custom-category-title {
  margin: 0 0 14px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
  color: #001b44 !important;
}

.custom-category-text {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  color: #001b44 !important;
}

.custom-category-link {
  margin-top: 16px !important;
  display: inline-block !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #009879 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.custom-category-image {
  flex: 0 0 130px !important;
  width: 130px !important;
  height: 130px !important;
  max-width: 130px !important;
  object-fit: contain !important;
  display: block !important;
}

/* الموبايل: كل كارت في سطر لوحده */
@media (max-width: 768px) {
  .custom-categories-row {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    padding: 12px !important;
  }

  .custom-category-card {
    width: 100% !important;
    flex: none !important;
    min-height: auto !important;
    padding: 18px !important;
    flex-direction: row !important;
  }

  .custom-category-image {
    flex: 0 0 110px !important;
    width: 110px !important;
    height: 110px !important;
    max-width: 110px !important;
  }
}

/* موبايل صغير */
@media (max-width: 420px) {
  .custom-category-card {
    padding: 16px !important;
    gap: 12px !important;
  }

  .custom-category-title {
    font-size: 16px !important;
  }

  .custom-category-text {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .custom-category-link {
    font-size: 15px !important;
  }

  .custom-category-image {
    flex: 0 0 90px !important;
    width: 90px !important;
    height: 90px !important;
    max-width: 90px !important;
  }
}
/* Professional Gradient Footer */
.store-footer {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  color: #ffffff;
  background: #011A42;
}

/* Main footer gradient */
.store-footer__inner {
  position: relative;
  padding: 58px 0 42px;
  background: #011A42 !important;
}



.store-footer__inner .container {
  position: relative;
  z-index: 1;
  align-items: flex-start;
}

/* Top accent line */
.store-footer::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 5px;
  z-index: 2;
  background: linear-gradient(90deg, #008351, #ffffff, #008351);
  opacity: 0.9;
}

/* Titles */
.store-footer h3,
.store-footer .s-contacts-title {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
  position: relative;
}

.store-footer h3::after,
.store-footer .s-contacts-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #008351;
}

/* Text */
.store-footer p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 15px;
  line-height: 2;
  max-width: 390px;
}

.store-footer a {
  color: rgba(255, 255, 255, 0.84) !important;
  transition: 0.25s ease;
}

.store-footer a:hover {
  color: #ffffff !important;
}

/* Important links */
.store-footer .s-menu-footer-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.store-footer .s-menu-footer-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 15px;
}

.store-footer .s-menu-footer-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #008351;
  box-shadow: 0 0 0 5px rgba(0, 131, 81, 0.18);
}

.store-footer .s-menu-footer-item:hover {
  transform: translateX(-4px);
}

/* Contact */
.store-footer .s-contacts-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.store-footer .s-contacts-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  color: #ffffff !important;
}

.store-footer .s-contacts-item:hover {
  background: rgba(0, 131, 81, 0.32);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.store-footer .s-contacts-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 13px;
  background: #008351;
}

.store-footer .s-contacts-icon svg {
  width: 19px;
  height: 19px;
  fill: #ffffff;
}

.store-footer .unicode {
  direction: ltr;
  font-weight: 700;
  color: #ffffff;
}

/* Social */
.store-footer salla-social .s-social-list {
  display: flex;
  gap: 10px;
}

.store-footer .s-social-link,
.store-footer salla-social a {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.store-footer .s-social-link:hover,
.store-footer salla-social a:hover {
  background: #008351;
  transform: translateY(-3px);
}

/* Trust badges / apps */
.store-footer salla-trust-badges,
.store-footer salla-apps-icons {
  display: block;
}

/* Bottom bar */
.store-footer > .container:last-child {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding-inline: max(20px, calc((100% - 1200px) / 2));
  min-height: 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: #011A42 !important;
}



.store-footer .copyright-text,
.store-footer salla-payments {
  position: relative;
  z-index: 1;
}

.store-footer .copyright-text p {
  color: rgba(255, 255, 255, 0.86) !important;
  margin: 0 !important;
}

.store-footer .copyright-text a {
  color: #ffffff !important;
  font-weight: 800;
}

.store-footer .copyright-text a:hover {
  color: #f2f4f7 !important;
}

/* Payments */
.store-footer .s-payments-list {
  justify-content: center;
  gap: 8px;
}

.store-footer .s-payments-list li,
.store-footer .s-payments-list img {
  background: #ffffff;
  border-radius: 8px;
}

/* Mobile */
@media (max-width: 1023px) {
  .store-footer {
    margin-top: 40px;
  }

  .store-footer__inner {
    padding: 36px 0 28px;
  }

  .store-footer__inner .grid {
    gap: 18px;
  }

  .store-footer__inner .grid > div,
  .store-footer salla-apps-icons {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .store-footer p {
    max-width: 100%;
  }

  .store-footer > .container:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
    gap: 14px;
  }
}

/* Professional Header */
.store-header {
  position: relative;
  z-index: 50;
}

/* Top navbar */
.store-header .top-navbar {
  background:
    radial-gradient(circle at 12% 30%, rgba(0, 131, 81, 0.34), transparent 28%),
    linear-gradient(135deg, #042351 0%, #06345f 58%, #008351 145%);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.store-header .top-navbar .container {
  min-height: 54px;
  align-items: center;
  gap: 18px;
}

/* Search */
.store-header .header-search {
  max-width: 520px;
}

.store-header salla-search {
  display: block;
}

.store-header .s-search-container,
.store-header .s-search-input-wrapper {
  background: transparent !important;
}

.store-header .s-search-input-wrapper {
  height: 40px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 28px rgba(4, 35, 81, 0.16);
  overflow: hidden;
  transition: 0.25s ease;
}

.store-header .s-search-input-wrapper:focus-within {
  border-color: #008351;
  box-shadow: 0 0 0 4px rgba(0, 131, 81, 0.16);
}

.store-header .s-search-input {
  height: 40px !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #042351 !important;
  font-size: 14px;
  font-weight: 600;
}

.store-header .s-search-input::placeholder {
  color: #7a8795;
}

.store-header .s-search-icon-wrap {
  color: #008351 !important;
}

.store-header .s-search-icon svg {
  width: 18px;
  height: 18px;
  fill: #008351;
}

/* Main nav */
.store-header .main-nav-container {
  height: 84px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(4, 35, 81, 0.08);
  box-shadow: 0 12px 30px rgba(4, 35, 81, 0.08) !important;
  backdrop-filter: blur(12px);
}

.store-header .main-nav-container .container {
  height: 84px;
}

.store-header .main-nav-container .flex.items-stretch {
  height: 84px;
  align-items: center;
}

/* Logo */
.store-header .navbar-brand {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: 0.25s ease;
}

.store-header .navbar-brand:hover {
  transform: translateY(-2px);
}

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

/* Menu */
.store-header custom-main-menu {
  margin-inline-start: 28px;
}

.store-header custom-main-menu a,
.store-header .main-menu a,
.store-header .root-level > a {
  color: #042351 !important;
  font-size: 15px;
  font-weight: 700;
  transition: 0.25s ease;
}

.store-header custom-main-menu a:hover,
.store-header .main-menu a:hover,
.store-header .root-level > a:hover {
  color: #008351 !important;
}

/* Header icons area */
.store-header salla-user-menu,
.store-header salla-cart-summary {
  display: inline-flex;
  align-items: center;
}

/* User button */
.store-header .s-user-menu-login-btn {
  display: grid !important;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #f2f4f7 !important;
  color: #042351 !important;
  border: 1px solid rgba(4, 35, 81, 0.08);
  transition: 0.25s ease;
}

.store-header .s-user-menu-login-btn svg {
  width: 23px;
  height: 23px;
  fill: #042351;
}

.store-header .s-user-menu-login-btn:hover {
  background: #008351 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 131, 81, 0.22);
}

.store-header .s-user-menu-login-btn:hover svg {
  fill: #ffffff;
}

/* Cart */
.store-header .s-cart-summary-wrapper {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 7px 12px;
  border-radius: 16px;
  background: #042351 !important;
  color: #ffffff !important;
  border: 1px solid rgba(4, 35, 81, 0.08);
  transition: 0.25s ease;
}

.store-header .s-cart-summary-wrapper:hover {
  background: #008351 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 131, 81, 0.22);
}

.store-header #s-cart-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
}

.store-header .header-btn__icon,
.store-header .s-cart-summary-icon,
.store-header #s-cart-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  font-size: 20px;
}

.store-header .s-cart-summary-count {
  position: absolute;
  top: -7px;
  inset-inline-end: -7px;
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #008351;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  border: 2px solid #ffffff;
}

.store-header .s-cart-summary-content {
  margin: 0;
  color: #ffffff !important;
}

.store-header .s-cart-summary-total {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
}

/* Mobile menu icon */
.store-header .mburger {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #f2f4f7;
  color: #042351 !important;
}

.store-header .mburger i {
  color: #042351 !important;
}

.store-header .mburger:hover {
  background: #008351;
}

.store-header .mburger:hover i {
  color: #ffffff !important;
}

/* Sticky polish when theme makes header fixed */
.store-header.is-sticky .main-nav-container,
.store-header.fixed .main-nav-container {
  box-shadow: 0 14px 34px rgba(4, 35, 81, 0.12) !important;
}

/* Mobile */
@media (max-width: 1023px) {
  .store-header .top-navbar {
    padding: 10px 0;
  }

  .store-header .top-navbar .container {
    min-height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .store-header .top-navbar .flex-1 {
    width: 100%;
  }

  .store-header .header-search {
    max-width: 100%;
    width: 100%;
  }

  .store-header .main-nav-container {
    height: 72px !important;
  }

  .store-header .main-nav-container .container,
  .store-header .main-nav-container .flex.items-stretch {
    height: 72px;
  }

  .store-header .navbar-brand img {
    max-height: 48px;
  }

  .store-header custom-main-menu {
    margin-inline-start: 0;
  }

  .store-header .s-user-menu-login-btn,
  .store-header .s-cart-summary-wrapper,
  .store-header .mburger {
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 14px;
  }

  .store-header .s-cart-summary-wrapper {
    padding: 6px;
    min-width: 55px;
    height: 55px;
    gap: 0;
  }

  .store-header .s-cart-summary-content {
    display: none;
  }

  .store-header .s-cart-summary-count {
    top: -6px;
    inset-inline-end: -6px;
    min-width: 20px;
    height: 20px;
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .store-header .mburger {
    display: none !important;
  }
}

/* Professional Products Section */
.s-block.container {
  position: relative;
  margin-top: 56px;
  margin-bottom: 56px;
}

/* Section title */
.s-block .s-block__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  padding: 0px 24px;
  border-radius: 24px;
  overflow: hidden;
}

.s-block .s-block__title::before {
  content: "";
  position: absolute;
  inset: 0;
 background-size: 34px 34px;
  pointer-events: none;
}

.s-block .s-block__title .right-side,
.s-block .s-block__title .s-block__display-all {
  position: relative;
  z-index: 1;
}

.s-block .s-block__title h2 {
  color: #052A4F !important;
  font-size: 26px;
  font-weight: 900;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.s-block .s-block__title h2::before {
  content: "";
  width: 12px;
  height: 34px;
  border-radius: 999px;
  background: #008351;
  box-shadow: 0 0 0 7px rgba(0, 131, 81, 0.18);
}

.s-block .s-block__display-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #042351 !important;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.s-block .s-block__display-all:hover {
  color: #ffffff !important;
  background: #008351;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 131, 81, 0.24);
}

/* Products grid */
.s-products-list-wrapper.s-products-list-vertical-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

/* Product card */
.s-product-card-entry {
  position: relative;
  overflow: hidden;
  border-radius: 26px !important;
  background: #ffffff !important;
  border: 1px solid rgba(4, 35, 81, 0.08) !important;
  box-shadow: 0 16px 34px rgba(4, 35, 81, 0.08);
  transition: 0.28s ease;
}

.s-product-card-entry:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 46px rgba(4, 35, 81, 0.14);
  border-color: rgba(0, 131, 81, 0.22) !important;
}

/* Product image */
.s-product-card-image {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(0, 131, 81, 0.08), transparent 44%),
    #f2f4f7;
  border-radius: 24px 24px 0 0 !important;
}

.s-product-card-image a {
  display: block;
  aspect-ratio: 1 / 1;
}

.s-product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  padding: 18px;
  transition: 0.35s ease;
}

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

/* Wishlist */
.s-product-card-wishlist-btn {
  position: absolute !important;
  top: 14px;
  inset-inline-start: 14px;
  z-index: 2;
}

.s-product-card-wishlist-btn .s-button-element {
  width: 42px !important;
  height: 42px !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #042351 !important;
  border: 1px solid rgba(4, 35, 81, 0.08) !important;
  box-shadow: 0 10px 24px rgba(4, 35, 81, 0.12);
}

.s-product-card-wishlist-btn .s-button-element:hover {
  background: #008351 !important;
  color: #ffffff !important;
}

/* Card content */
.s-product-card-content {
  padding: 18px !important;
}

.s-product-card-content-title {
  min-height: 44px;
  margin-bottom: 12px !important;
}

.s-product-card-content-title a {
  color: #042351 !important;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.7;
  transition: 0.25s ease;
}

.s-product-card-content-title a:hover {
  color: #008351 !important;
}

.s-product-card-price {
  color: #008351 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  margin: 0 0 16px !important;
}

/* Buttons */
.s-product-card-content-footer {
  margin-top: 10px;
}

.s-product-card-content-footer .s-button-element {
  height: 46px;
  border-radius: 16px !important;
  font-size: 14px;
  font-weight: 850;
  transition: 0.25s ease;
}

.s-product-card-content-footer .s-button-outline {
  color: #042351 !important;
  background: #f2f4f7 !important;
  border: 1px solid rgba(4, 35, 81, 0.1) !important;
}

.s-product-card-entry:not(.s-product-card-out-of-stock) .s-product-card-content-footer .s-button-outline:hover {
  color: #ffffff !important;
  background: #008351 !important;
  border-color: #008351 !important;
  transform: translateY(-2px);
}

/* Out of stock */
.s-product-card-out-of-stock::after {
  content: "غير متوفر";
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: #042351;
  font-size: 12px;
  font-weight: 800;
}

.s-product-card-out-of-stock .s-product-card-image img {
  opacity: 0.72;
  filter: grayscale(0.18);
}

.s-product-card-out-of-stock .s-product-card-content-footer .s-button-element {
  color: #ffffff !important;
  background: #9aa4b2 !important;
  border-color: #9aa4b2 !important;
  opacity: 1 !important;
}

/* Mobile */
@media (max-width: 1023px) {
  .s-block.container {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .s-block .s-block__title {
    padding: 18px;
    border-radius: 22px;
    margin-bottom: 18px;
  }

  .s-block .s-block__title h2 {
    font-size: 21px;
  }

  .s-block .s-block__title h2::before {
    width: 9px;
    height: 28px;
  }

  .s-block .s-block__display-all {
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .s-product-card-entry {
    border-radius: 20px !important;
  }

  .s-product-card-image {
    border-radius: 18px 18px 0 0 !important;
  }

  .s-product-card-image img {
    padding: 12px;
  }

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

  .s-product-card-content-title {
    min-height: 42px;
  }

  .s-product-card-content-title a {
    font-size: 14px;
  }

  .s-product-card-price {
    font-size: 17px !important;
  }

  .s-product-card-content-footer .s-button-element {
    height: 42px;
    border-radius: 14px !important;
    font-size: 13px;
  }

  .s-product-card-wishlist-btn {
    top: 10px;
    inset-inline-start: 10px;
  }

  .s-product-card-wishlist-btn .s-button-element {
    width: 36px !important;
    height: 36px !important;
    border-radius: 13px !important;
  }
}

@media (max-width: 480px) {
  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: 1fr;
  }
}

/* Professional Features Section */
.s-block--features {
  position: relative;
  margin-top: 56px;
  margin-bottom: 56px;
}

.s-block--features .grid {
  position: relative;
}

/* Feature card */
.s-block--features__item {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 30px 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 131, 81, 0.16), transparent 28%),
    linear-gradient(145deg, #ffffff 0%, #f2f4f7 100%);
  border: 1px solid rgba(4, 35, 81, 0.08);
  box-shadow: 0 18px 40px rgba(4, 35, 81, 0.08);
  transition: 0.3s ease;
}

.s-block--features__item::before {
  content: "";
  position: absolute;
  inset-inline: 24px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #008351, #042351);
}

.s-block--features__item::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  inset-inline-end: -60px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(0, 131, 81, 0.08);
  transition: 0.3s ease;
}

.s-block--features__item:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 131, 81, 0.25);
  box-shadow: 0 26px 54px rgba(4, 35, 81, 0.13);
}

.s-block--features__item:hover::after {
  transform: scale(1.18);
  background: rgba(0, 131, 81, 0.13);
}

/* Icon */
.s-block--features__item .feature-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.24), transparent 32%),
    linear-gradient(135deg, #042351 0%, #008351 120%);
  box-shadow: 0 14px 28px rgba(0, 131, 81, 0.22);
}

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

/* Text */
.s-block--features__item h2 {
  position: relative;
  z-index: 1;
  color: #042351 !important;
  font-size: 21px;
  font-weight: 900;
  margin: 0 0 10px;
}

.s-block--features__item p {
  position: relative;
  z-index: 1;
  color: #647082 !important;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

/* Make middle card premium */
.s-block--features__item:nth-child(2) {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #042351 0%, #06345f 58%, #008351 145%);
  border-color: rgba(255, 255, 255, 0.16);
}

.s-block--features__item:nth-child(2)::before {
  background: #ffffff;
  opacity: 0.8;
}

.s-block--features__item:nth-child(2) h2,
.s-block--features__item:nth-child(2) p {
  color: #ffffff !important;
}

.s-block--features__item:nth-child(2) p {
  opacity: 0.78;
}

.s-block--features__item:nth-child(2) .feature-icon {
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.s-block--features__item:nth-child(2) .feature-icon i {
  color: #008351;
}

/* Mobile */
@media (max-width: 767px) {
  .s-block--features {
    margin-top: 36px;
    margin-bottom: 36px;
  }

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

  .s-block--features__item {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .s-block--features__item .feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 19px;
    margin-bottom: 16px;
  }

  .s-block--features__item .feature-icon i {
    font-size: 26px;
  }

  .s-block--features__item h2 {
    font-size: 19px;
  }

  .s-block--features__item p {
    font-size: 14px;
  }
}
.s-block--custom-testimonials {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 20px 0 !important;
  background: #061d42;
  border-radius: 0;
}

.s-block--custom-testimonials.container {
  max-width: none !important;
}

.s-block--custom-testimonials .s-reviews-container {
  width: 100% !important;
  max-width: none !important;
  min-height: 220px;
  padding: 18px 30px 22px !important;
  background: #061d42 !important;
  border-radius: 0 0 8px 8px;
  overflow: hidden !important;
}

.s-block--custom-testimonials .s-reviews-header-wrapper {
  margin: 0 0 18px !important;
  padding-inline-end: 28px;
}

.s-block--custom-testimonials .s-reviews-header {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  margin: 0 !important;
  text-align: right;
}

.s-block--custom-testimonials .s-reviews-container::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 5px;
  height: 26px;
  background: #18c99a;
  border-radius: 20px;
}

.s-block--custom-testimonials .s-slider-block__title,
.s-block--custom-testimonials .s-reviews-testimonial__avatar,
.s-block--custom-testimonials .swiper-notification {
  display: none !important;
}

.s-block--custom-testimonials salla-slider,
.s-block--custom-testimonials .swiper,
.s-block--custom-testimonials .s-slider-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

.s-block--custom-testimonials .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  transform: none !important;
  transition: none !important;
}

.s-block--custom-testimonials .swiper-slide {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  background: transparent !important;
}

.s-block--custom-testimonials .swiper-slide:nth-child(n + 4) {
  display: none !important;
}

.s-block--custom-testimonials .s-reviews-testimonial,
.s-block--custom-testimonials .s-reviews-testimonial__inner {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__inner {
  position: relative;
  min-height: 128px;
  padding: 34px 58px 18px 24px !important;
  border: 1px solid rgba(40, 118, 184, .55);
  border-radius: 10px;
  background: #071f47 !important;
  box-shadow: none !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__text {
  text-align: center !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__text p {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__info h2 {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  margin: 0 !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__info::after {
  content: "معلمة لغة عربية";
  display: block;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
  margin-top: 4px;
}

.s-block--custom-testimonials .s-reviews-testimonial__rating {
  position: absolute !important;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}

.s-block--custom-testimonials .s-rating-stars-btn-star svg {
  width: 18px !important;
  height: 18px !important;
  fill: #ffd500 !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__icon {
  position: absolute !important;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  color: #18c99a !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__icon svg {
  width: 36px !important;
  height: 36px !important;
  fill: currentColor !important;
}

.s-block--custom-testimonials .reviews-show-all {
  position: absolute;
  top: 18px;
  left: 30px;
  z-index: 5;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  text-decoration: none;
}

@media (max-width: 768px) {
  .s-block--custom-testimonials .swiper-wrapper {
    grid-template-columns: 1fr !important;
  }

  .s-block--custom-testimonials .swiper-slide:nth-child(n + 4) {
    display: block !important;
  }

  .s-block--custom-testimonials .reviews-show-all {
    position: static;
    display: inline-block;
    margin-bottom: 14px;
  }
}
.s-block--custom-testimonials .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
  transform: none !important;
}

.s-block--custom-testimonials .swiper-slide,
.s-block--custom-testimonials .swiper-slide-active,
.s-block--custom-testimonials .swiper-slide-next,
.s-block--custom-testimonials .swiper-slide-prev {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: transparent !important;
}

.s-block--custom-testimonials .swiper-slide::before,
.s-block--custom-testimonials .swiper-slide::after,
.s-block--custom-testimonials .s-reviews-swiper-slide::before,
.s-block--custom-testimonials .s-reviews-swiper-slide::after {
  display: none !important;
  content: none !important;
}

.s-block--custom-testimonials .s-reviews-testimonial {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__inner {
  width: 100% !important;
  min-height: 145px !important;
  background: #071f47 !important;
  border: 1px solid rgba(40, 118, 184, .55) !important;
  border-radius: 10px !important;
  opacity: 1 !important;
  filter: none !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__text {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__text p {
  display: block !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__rating {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: 12px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.s-block--custom-testimonials salla-rating-stars,
.s-block--custom-testimonials .s-rating-stars-wrapper,
.s-block--custom-testimonials .s-rating-stars-btn-star {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.s-block--custom-testimonials .s-rating-stars-btn-star svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  fill: #ffd500 !important;
  color: #ffd500 !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__info h2,
.s-block--custom-testimonials .s-reviews-testimonial__info::after,
.s-block--custom-testimonials .s-reviews-testimonial__icon {
  opacity: 1 !important;
  visibility: visible !important;
  color: inherit;
}

.s-block--custom-testimonials .s-reviews-testimonial__info h2 {
  color: #fff !important;
}

.s-block--custom-testimonials .s-reviews-testimonial__icon {
  color: #18c99a !important;
}
@media (max-width: 768px) {
  .s-block--custom-testimonials {
    padding: 0 12px !important;
    margin: 18px 0 !important;
  }

  .s-block--custom-testimonials .s-reviews-container {
    padding: 18px 14px 20px !important;
    min-height: auto !important;
    border-radius: 14px !important;
  }

  .s-block--custom-testimonials .s-reviews-header-wrapper {
    margin-bottom: 16px !important;
    padding-inline-end: 20px !important;
  }

  .s-block--custom-testimonials .s-reviews-header {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  .s-block--custom-testimonials .swiper,
  .s-block--custom-testimonials .s-slider-container {
    overflow: hidden !important;
  }

  .s-block--custom-testimonials .swiper-wrapper {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    width: 100% !important;
    transform: none !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .s-block--custom-testimonials .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .s-block--custom-testimonials .swiper-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    scroll-snap-align: start;
  }

  .s-block--custom-testimonials .swiper-slide:nth-child(n + 4) {
    display: block !important;
  }

  .s-block--custom-testimonials .s-reviews-testimonial__inner {
    min-height: 170px !important;
    padding: 42px 22px 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .s-block--custom-testimonials .s-reviews-testimonial__text {
    width: 100% !important;
    text-align: center !important;
  }

  .s-block--custom-testimonials .s-reviews-testimonial__text p {
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin: 0 0 14px !important;
    white-space: normal !important;
    word-break: normal !important;
  }

  .s-block--custom-testimonials .s-reviews-testimonial__rating {
    top: 14px !important;
  }

  .s-block--custom-testimonials .s-reviews-testimonial__icon {
    left: 18px !important;
    top: 50% !important;
  }

  .s-block--custom-testimonials .reviews-show-all {
    position: static !important;
    display: inline-block !important;
    margin-bottom: 14px !important;
  }
}



/* Photos slider full width */
section.s-block.s-block--photos-slider {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

section.s-block--photos-slider salla-slider,
section.s-block--photos-slider .s-slider-container,
section.s-block--photos-slider .swiper,
section.s-block--photos-slider .swiper-wrapper,
section.s-block--photos-slider .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
}

section.s-block--photos-slider .swiper-slide {
  padding: 0 !important;
  margin: 0 !important;
}

section.s-block--photos-slider .swiper-slide a {
  display: block !important;
  width: 100% !important;
}

section.s-block--photos-slider img {
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

/* remove image container spacing */
section.s-block--photos-slider .s-slider-container {
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* hide title/nav empty area */
section.s-block--photos-slider .s-slider-block__title {
  display: none !important;
}

/* bullets like second image */
section.s-block--photos-slider .swiper-pagination {
  bottom: 18px !important;
}

section.s-block--photos-slider .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #fff !important;
  opacity: 1 !important;
}

section.s-block--photos-slider .swiper-pagination-bullet-active {
  background: #009b72 !important;
}

.custom-categories-row {
  width: min(100%, 1450px);
  margin: 24px auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  direction: rtl;
}

.custom-category-card {
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  background: #f7fbfb;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.custom-category-card:nth-child(1) {
  background: linear-gradient(90deg, #f3fbfb 0%, #ffffff 100%);
}

.custom-category-card:nth-child(2) {
  background: linear-gradient(90deg, #fff7ef 0%, #ffffff 100%);
}

.custom-category-card:nth-child(3) {
  background: linear-gradient(90deg, #f4f3ff 0%, #ffffff 100%);
}

.custom-category-content {
  width: 48%;
  text-align: right;
  z-index: 2;
}

.custom-category-title {
  
    width: max-content;
  margin: 0 0 22px;
  color: #071737;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}

.custom-category-text {
  margin: 0;
  color: #1d2b4f;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
}

.custom-category-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: #10936f;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.custom-category-link::after {
  content: "←";
  font-size: 22px;
}

.custom-category-image {
  width: 48%;
  height: 230px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991px) {
  .custom-categories-row {
    grid-template-columns: 1fr;
  }

  .custom-category-card {
    min-height: 230px;
  }
}

@media (max-width: 575px) {
  .custom-categories-row {
    padding: 0 12px;
    gap: 14px;
  }

  .custom-category-card {
    padding: 20px;
    min-height: 200px;
  }

  .custom-category-title {
    font-size: 21px;
    margin-bottom: 14px;
  }

  .custom-category-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .custom-category-link {
    margin-top: 18px;
    font-size: 17px;
  }

  .custom-category-image {
    height: 170px;
  }
}
.custom-categories-row {
  width: min(100%, 1480px);
  margin: 18px auto 28px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  direction: rtl;
}

.custom-category-card {
  height: 290px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  padding: 20px 26px;
  background: #f7fbfb;
  box-shadow: none;
}

.custom-category-card:nth-child(1) {
  background: linear-gradient(90deg, #f5fcfb 0%, #ffffff 100%);
}

.custom-category-card:nth-child(2) {
  background: linear-gradient(90deg, #fff7ef 0%, #ffffff 100%);
}

.custom-category-card:nth-child(3) {
  background: linear-gradient(90deg, #f5f3ff 0%, #ffffff 100%);
}

.custom-category-content {
  width: auto;
  text-align: right;
  z-index: 2;
  align-self: center;
}

.custom-category-title {
  margin: 0 0 20px;
  color: #061634;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}

.custom-category-text {
  margin: 0;
  color: #071737;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.custom-category-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: #009879;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.custom-category-link::after {
  content: "←";
  font-size: 20px;
  line-height: 1;
}

.custom-category-image {
  width: 100%;
  max-width: 230px;
  height: 210px;
  object-fit: contain;
  object-position: center;
  justify-self: start;
}

.custom-benefits-row {
  width: min(100%, 1480px);
  margin: 0 auto 28px;
  padding: 0 10px;
  direction: rtl;
}

.custom-benefits-inner {
  min-height: 105px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: #fff;
  border: 1px solid #eef1f4;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.custom-benefit-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 18px 24px;
  position: relative;
}

.custom-benefit-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  width: 1px;
  height: 56%;
  background: #e5e7eb;
}

.custom-benefit-icon {
  width: 46px;
  height: 46px;
  color: #009879;
  flex: 0 0 auto;
}

.custom-benefit-content {
  text-align: right;
}

.custom-benefit-title {
  margin: 0 0 6px;
  color: #071737;
  font-size: 18px;
  font-weight: 900;
}

.custom-benefit-text {
  margin: 0;
  color: #1d2b4f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .custom-benefits-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-benefit-item:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .custom-benefits-inner {
    grid-template-columns: 1fr;
  }

  .custom-benefit-item {
    justify-content: flex-start;
    padding: 18px 22px;
  }

  .custom-benefit-item::after {
    display: none !important;
  }

  .custom-benefit-item:not(:last-child) {
    border-bottom: 1px solid #eef1f4;
  }
}
.custom-footer-categories h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.custom-footer-categories-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.custom-footer-categories-list a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}

.custom-footer-categories-list a:hover {
  color: #fff;
}

.s-block.container {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}


.store-footer {
  margin-top: 20px;
}
/* Product slider arrows on both sides */
.s-block:has(.s-products-slider-wrapper),
.s-block--products-slider,
.s-block--special-products {
  position: relative !important;
  overflow: visible !important;
}

.s-block:has(.s-products-slider-wrapper) .s-slider-block__title-nav,
.s-block--products-slider .s-slider-block__title-nav,
.s-block--special-products .s-slider-block__title-nav {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 58% !important;
  right: -18px !important;
  left: -18px !important;
  z-index: 50 !important;
  width: auto !important;
  height: 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
}

.s-block:has(.s-products-slider-wrapper) .s-slider-block__title-nav button,
.s-block--products-slider .s-slider-block__title-nav button,
.s-block--special-products .s-slider-block__title-nav button {
  pointer-events: auto !important;
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 50% !important;
  background: #042351 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  box-shadow: 0 10px 24px rgba(4,35,81,.22) !important;
}

.s-block:has(.s-products-slider-wrapper) .s-slider-block__title-nav button:hover,
.s-block--products-slider .s-slider-block__title-nav button:hover,
.s-block--special-products .s-slider-block__title-nav button:hover {
  background: #008351 !important;
}

.s-block:has(.s-products-slider-wrapper) .s-slider-block__title-nav svg,
.s-block--products-slider .s-slider-block__title-nav svg,
.s-block--special-products .s-slider-block__title-nav svg,
.s-block:has(.s-products-slider-wrapper) .s-slider-block__title-nav i,
.s-block--products-slider .s-slider-block__title-nav i,
.s-block--special-products .s-slider-block__title-nav i {
  color: #fff !important;
  fill: #fff !important;
  font-size: 18px !important;
}

/* Mobile */
@media (max-width: 768px) {
  .s-block:has(.s-products-slider-wrapper) .s-slider-block__title-nav,
  .s-block--products-slider .s-slider-block__title-nav,
  .s-block--special-products .s-slider-block__title-nav {
    top: 56% !important;
    right: 4px !important;
    left: 4px !important;
  }

  .s-block:has(.s-products-slider-wrapper) .s-slider-block__title-nav button,
  .s-block--products-slider .s-slider-block__title-nav button,
  .s-block--special-products .s-slider-block__title-nav button {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }
}