html,
body 

section#S_categories-2 {
  margin-bottom: 70px;
}
.flex.items-center.justify-center.gap-4.md\:gap-8.mb-4 {
  margin-bottom: -5px !important;
}

.flex.items-center.justify-center.gap-4.md\:gap-8.mb-4 {
  justify-content: normal;
}

/* Add custom CSS styles below */
.s-product-card-content {
  margin-bottom: 15px;
}

section#S_header_section-6 {
  margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  #S_header_section-5 {
    margin-bottom: 0 !important;
  }
}

.s-menu-topnav-list {
    color: #fff !important;
}

/* Back to Top */

#backToTop {
  position: fixed;
  right: 20px; /* بٹن دائیں طرف */
  bottom: 20px;
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #e5833e;
  color: #7d1b0b;

  border: none;
  border-radius: 50%;

  cursor: pointer;
  z-index: 999999;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);

  opacity: 0;
  visibility: hidden;

  transform: translateY(15px);
  transition: all 0.3s ease;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backToTop:hover {
  background: #ffffff;
  transform: translateY(-4px);
}

#backToTop svg {
  width: 22px;
  height: 22px;
}

.s-menu-footer-list {
  display: flex !important;
  flex-direction: column !important;
}

.s-menu-footer-item {
  display: block !important;
}

.text-center {
  text-align: right !important;
}

.s-menu-footer-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
}

.s-menu-footer-item {
  display: block !important;
  text-align: right !important;
  width: 100% !important;
}

video {
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.banner_container .group p {
  color: #fff !important;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

section#S_header_section-5 {
  margin-bottom: 40px !important;
}

.flex.items-center.justify-center.mb-3 {
  justify-content: flex-start !important;
  text-align: left !important;
  width: 100% !important;
  margin: 0 !important;
}

.flex.items-center.justify-center.mb-3 svg {
  margin-left: 0 !important;
  margin-right: 4px !important;
}


.text-\[var\(--general-secondary-text-color\)\] {
    color: #e5833e !important;
}


.mb-4.w-12.h-12.md\:w-16.md\:h-16.flex.items-center.justify-center {
    width: 5rem !important;
    height: 5rem !important;
}

h2.main-title-text.text-xl.md\:text-3xl.lg\:text-4xl.font-bold.text-center.order-2 {
  text-align: left !important;
  justify-content: normal;
  font-weight: 700 !important;
  line-height: 1.75rem !important;
  line-height: 1.2;
  position: relative;
  font-size: 1.125rem !important;
  color: #e5833e !important;
}

button#mobile-menu-user-btn,button#theme-toggle-mobile-menu {
    color: #e5833e !important;
}


.s-slider-block__title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    color: #e5833e !important;
}