:root {
  --main-color: #000;
  --second-color: #cecece;
  --third-color: white;
  --fourth-color: white;
  --body: ;
  --logo: url(https://cdn.salla.sa/ydjOPq/OHWWtS9OpEJFkLLxtfb0s9lLcQNKhuZQBA5Iqux3.png);
  --wave: url(https://iili.io/Fb1VbFn.jpg);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: var(--body);
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical {
  height: 200px;
  background-color: var(--main-color);
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: var(--second-color);
}

::-webkit-scrollbar-thumb:horizontal {
  width: 200px;
  background-color: var(--body);
  -webkit-border-radius: 0;
}

::selection {
  color: var(--third-color);
  background: var(--second-color);
}

.flex-col {
  background: url("");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background: #fff !important;
}

.s-block {
  margin-top: 2rem;
  background: unset;
}

/* ----- start nav -----*/

.bg-inherit {
  background-color: inherit;
  background: var(--fourth-color);
}

.main-nav-container.fixed-header .inner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0px 0px 5px var(--main-color);
}

header.store-header {
  background: var(--fourth-color);
}

.top-navbar {
  display: flex;
  min-height: 48px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: unset;
}

.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .main-menu li.root-level > a {
    color: var(--main-color);
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }

  .main-menu li.root-level > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--main-color);
    transition: width 0.3s ease-in-out;
  }

  .main-menu li.root-level > a:hover {
    color: var(--third-color);
    /* تغيير اللون */
    background-color: var(--second-color);
    /* لون خلفية مختلف */
    transform: translateY(-5px);
    /* رفع العنصر لفوق */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* إضافة ظل */
    border-radius: 3px 3px 0px 0px;
  }

  .main-menu li.root-level > a:hover::after {
    width: 100%;
    /* الخط يظهر بالكامل عند hover */
  }
}

.sicon-user-circle {
  content: "\f072";
  color: var(--main-color);
  border: none;
}

.sicon-user-circle:hover {
  content: "\f072";
  color: var(--second-color);
}

.header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 9px;
  margin-right: 0;
  margin-right: initial;
  color: var(--main-color) !important;
  border: none;
}

.header-btn__icon.icon:hover {
  margin-left: 9px;
  margin-right: 0;
  margin-right: initial;
  color: var(--second-color) !important;
}

.sicon-shopping-bag:before {
  content: "\e901";
  text-align: center;
}

.sicon-user-circle:before {
  content: "\f077";
  text-align: center;
}

i.text-base.sicon-shopping-bag:before {
  content: "\ea6e";
  text-align: center;
}

.s-cart-summary-total {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  color: var(--main-color);
}

.sicon-menu {
  content: "\ed7f";
  color: var(--main-color);
}

.sicon-menu:hover {
  content: "\ed7f";
  color: var(--second-color);
}

.s-contacts-topnav-link:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 1px;
  color: var(--main-color);
}

.s-contacts-topnav-link:hover {
  border-left-width: 1px;
  color: var(--second-color);
}

.topnav-link-item:last-child:where([dir="rtl"], [dir="rtl"] *) {
  border-width: 0;
  padding-left: 0;
  color: var(--main-color);
}

.topnav-link-item:last-child:hover {
  border-width: 0;
  padding-left: 0;
  color: var(--second-color);
}

.topnav-link-item.right-side:first-child:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0;
  color: var(--main-color);
}

.topnav-link-item.right-side:first-child:hover {
  padding-right: 0;
  color: var(--second-color);
}

.s-search-icon svg {
  height: 1rem;
  width: 1rem;
  fill: var(--main-color);
}

.s-cart-summary-count {
  top: -0.125rem;
  --tw-bg-opacity: 1;
  background-color: var(--second-color);
}

.top-navbar .s-search-input {
  border-style: none;
  background: var(--third-color);
  box-shadow: 1px 1px 5px var(--main-color);
}

.s-user-menu-trigger {
  background: transparent;
}

.main-nav-container {
  min-height: 70px;
  background: var(--fourth-color);
  box-shadow: none;
}

@media (min-width: 1024px) {
  .main-nav-container {
    min-height: 100px;
    background: var(--fourth-color);
    box-shadow: none;
  }
}

.navbar-brand img:hover {
  -webkit-animation: blink-1 0.6s both;
  animation: blink-1 0.6s both;
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

/*----- end nav -----*/

/*----- start sidebar -----*/

@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after {
    padding-right: 0.75rem;
    color: var(--third-color);
  }
}

.mm-spn.mm-spn--navbar ul {
  top: calc(50px + 1px);
  top: calc(var(--mm-spn-item-height) + 1px);
  color: var(--third-color);
  background: none;
}

@media only screen and (max-width: 1024px) {
  .mm-spn li a span:hover {
    padding: 0;
    color: var(--second-color);
    background: none;
  }
}

[dir="rtl"] .mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-right: 0.75rem;
  content: "";
  background: none;
  text-align: center !important;
  display: block;
  height: 90px !important;
  background-image: var(--logo) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  margin: 30px 50px 11px 50px;
  background: white;
  border-radius: 90px;
}

/* Navbar Menu Adjustments */
@media (max-width: 650px) {
  ul.main-menu.mm-spn--open {
    margin-top: 100px;
    background: none;
  }
}

.mm-spn.mm-spn--navbar ul::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  width: 100%;
  opacity: 0;
}

/* Content Styling */
.mm-ocd__content {
  background: #d2ddebb8;
}

@media only screen and (max-width: 1024px) {
  .mm-ocd__content {
    overflow-y: auto;
    min-width: 100% !important;
  }

  .mm-spn li a,
  .mm-spn li > span {
    padding: 18px;
    display: flex;
    gap: 1rem;
    margin: 7px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .mm-spn li a span {
    padding: 0;
    font-size: 15px;
    text-shadow: 3px 3px 5px #97aac2;
  }

  .mm-spn.mm-spn--light {
    color: var(--prodCard-btn-background);
    background: linear-gradient(var(--second-color), var(--main-color));
  }
}

#loaderr {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: #fff !important;
  animation: fade-in 3.5s forwards;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.1);
  }
} /* From Uiverse.io by Pradeepsaranbishnoi */
/* The loader container */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
  perspective: 1000px;
  transform-style: preserve-3d;
} /* From Uiverse.io by mobinkakei */
#wifi-loader {
  --background: #62abff;
  --front-color: #868685;
  --back-color: #868685;
  --text-color: #868685;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-100deg);
  transform-origin: center;
}

#wifi-loader svg circle.back {
  stroke: var(--back-color);
}

#wifi-loader svg circle.front {
  stroke: var(--front-color);
}

#wifi-loader svg.circle-outer {
  height: 86px;
  width: 86px;
}

#wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

#wifi-loader svg.circle-outer circle.back {
  animation: circle-outer135 1.8s ease infinite 0.3s;
}

#wifi-loader svg.circle-outer circle.front {
  animation: circle-outer135 1.8s ease infinite 0.15s;
}

#wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

#wifi-loader svg.circle-middle circle {
  stroke-dasharray: 42.5 127.5;
}

#wifi-loader svg.circle-middle circle.back {
  animation: circle-middle6123 1.8s ease infinite 0.25s;
}

#wifi-loader svg.circle-middle circle.front {
  animation: circle-middle6123 1.8s ease infinite 0.1s;
}

#wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

#wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

#wifi-loader svg.circle-inner circle.back {
  animation: circle-inner162 1.8s ease infinite 0.2s;
}

#wifi-loader svg.circle-inner circle.front {
  animation: circle-inner162 1.8s ease infinite 0.05s;
}

#wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}

#wifi-loader .text::before,
#wifi-loader .text::after {
  content: attr(data-text);
}

#wifi-loader .text::before {
  color: var(--text-color);
}

#wifi-loader .text::after {
  color: var(--front-color);
  animation: text-animation76 3.6s ease infinite;
  position: absolute;
  left: 0;
}

@keyframes circle-outer135 {
  0% {
    stroke-dashoffset: 25;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 301;
  }

  80% {
    stroke-dashoffset: 276;
  }

  100% {
    stroke-dashoffset: 276;
  }
}

@keyframes circle-middle6123 {
  0% {
    stroke-dashoffset: 17;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 204;
  }

  80% {
    stroke-dashoffset: 187;
  }

  100% {
    stroke-dashoffset: 187;
  }
}

@keyframes circle-inner162 {
  0% {
    stroke-dashoffset: 9;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 106;
  }

  80% {
    stroke-dashoffset: 97;
  }

  100% {
    stroke-dashoffset: 97;
  }
}

@keyframes text-animation76 {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  50% {
    clip-path: inset(0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}

/* Close Button */
.btn--close-sm {
  background-color: transparent;
}

/* Section Styling */
section:nth-of-type(40) {
  width: 100%;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-right: 10px !important;
}

section:nth-of-type(40) .lazy__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-size: 170% !important;
  background-position: center;
}

.s-product-card-image-contain {
  object-fit: cover;
}

.container {
  max-width: 1500px;
}

/*----- end sidebar -----*/

/*----- start content -----*/

.banner-entry {
  width: 50vw;
  min-height: 200px;
  background: unset;
}

@media (min-width: 768px) {
  .banner-entry {
    width: 42vw;
    min-height: 500px;
    background: unset;
  }
}

.lazy__bg {
  background-repeat: no-repeat !important;
}

.lazy__bg:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

.lazy__bg:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.lazy__bg:active:after {
  opacity: 0;
}

.gap-3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .banner-entry {
    height: auto;
  }
}

@media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: auto !important;
  }
}

.s-slider-block__display-all {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #414042;
  color: var(--color-primary);
  color: var(--main-color);
}

.s-slider-block__display-all:hover {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #414042;
  color: var(--color-primary);
  color: var(--second-color);
}

a.s-block__display-all {
  color: var(--main-color);
}

a.s-block__display-all:hover {
  color: var(--second-color);
}

.s-slider-block__title h2 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-color);
  padding: 10px;
  border-radius: 26px;
}

.s-block__title h2 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-color);
  padding: 10px;
  border-radius: 32px;
}

.banner--fixed img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  -o-object-fit: cover;
  object-fit: cover;
  background: none;
}

.s-breadcrumb-item {
  display: inline-block;
  color: black;
}

.s-breadcrumb-item:hover {
  display: inline-block;
  color: var(--second-color);
}

.s-breadcrumb-primary-reverse li {
  color: var(--second-color);
  opacity: 0.8;
}

.s-breadcrumb-primary-reverse li:hover {
  color: var(--second-color);
  opacity: 0.8;
}

.profile-header .breadcrumbs a {
  color: var(--second-color);
}

.profile-header .breadcrumbs a:hover {
  color: var(--second-color);
}

.btn--outline-primary {
  border-width: 1px;
  border-color: #414042;
  border-color: var(--main-color);
  color: #414042;
  color: var(--main-color);
}

.no-content-placeholder .icon {
  margin-bottom: 1rem;
  display: flex;
  height: 8rem;
  width: 8rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: #d1d5db;
  color: var(--third-color);
  background: var(--main-color);
}

.no-content-placeholder p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
  color: var(--main-color);
}

.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.75rem;
  color: var(--third-color);
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--third-color);
  background: var(--main-color);
  padding: 5px;
  border-radius: 30px;
  text-align: center;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: black;
}

span.text-gray-500.line-through {
  color: var(--second-color);
}

.product__description a {
  --tw-text-opacity: 1;
  color: #1d4ed8;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
  color: var(--main-color);
}

.s-products-list-placeholder span {
  margin-bottom: 1rem;
  display: flex;
  height: 8rem;
  width: 8rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: #d1d5db;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
  background: var(--main-color);
}

.s-products-list-placeholder p {
  padding-top: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: #9ca3af;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
  color: var(--main-color);
}

.s-products-list-placeholder span svg {
  margin-left: auto;
  margin-right: auto;
  height: 4rem;
  width: 4rem;
  fill: var(--third-color);
  text-align: center;
}

.s-block--photos-slider {
  margin-top: 0 !important;
}

.swiper {
  padding-left: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
  position: relative;
  margin-top: -5px;
  margin-left: 1.1rem;
  margin-right: 10px;
  height: auto;
  width: 102%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-top: -5px;
    margin-left: 1.1rem;
    margin-right: 2px;
    height: auto;
    width: 107%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
  border-color: #414042;
  border-color: var(--main-color);
  background-color: #414042;
  color: #ff6767;
  color: var(--third-color);
  background: var(--main-color);
}

button.btn--wishlist.animated.hidden.sm\:inline-flex.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center.s-button-wrap.hydrated.not-added {
  color: var(--second-color);
}

.btn--wishlist.is-added {
  --tw-text-opacity: 1;
  color: var(--main-color);
}

.s-comments-product {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: unset;
}

.s-breadcrumb-arrow svg {
  height: 0.875rem;
  width: 0.875rem;
  fill: var(--second-color);
}

.s-add-product-button-mini-checkout-content {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  font-size: 0.8rem;
  color: var(--main-color);
  background: 0 0 !important;
  width: 107%;
  height: 110%;
  justify-content: center;
}

.s-add-product-button-mini-checkout-content:hover {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  font-size: 0.8rem;
  color: var(--second-color);
  background: 0 0 !important;
  width: 107%;
  height: 110%;
  justify-content: center;
}

button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
  opacity: 0;
}

button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
  opacity: 0;
}

.s-login-modal-header-icon svg {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  fill: var(--main-color);
}

.s-modal-title {
  color: var(--main-color);
}

span.s-login-modal-header-icon {
  border: 2px solid var(--main-color);
}

label.s-login-modal-label {
  color: var(--main-color);
  font-weight: bold;
}

.iti__selected-dial-code {
  color: var(--main-color);
  font-weight: bold;
}

input.s-tel-input-control.tel-input.s-ltr {
  border: 2px solid var(--main-color);
}

a.s-login-modal-link {
  color: var(--main-color);
}

a.s-login-modal-link:hover {
  color: var(--second-color);
}

.s-block--features__item .feature-icon {
  margin-bottom: 0.75rem;
  display: flex;
  height: 6rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  background-color: #414042;
  background-color: var(--second-color);
}

.s-block--features__item .feature-icon i {
  font-size: 3.875rem;
  line-height: 2.25rem;
  color: #ff6767;
  color: var(--main-color);
}

.s-block--features__item h2 {
  margin-bottom: 0.25rem;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: var(--second-color);
}

.s-block--features__item p {
  font-size: 15px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: #6b7280;
  color: var(--second-color);
  font-weight: 600;
}

#salla-modal:not(.s-search-modal)
  > div.s-modal-wrapper
  > div
  > div.s-modal-header:before {
  display: block !important;
  content: "";
  background: var(--logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 102px;
  margin: 15px auto;
}

@media (max-width: 1024px) {
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-bottom: 0px;
  }
}

/*----- end content -----*/

/*----- start product card -----*/

/*
.s-products-list-vertical-cards .s-product-card-vertical {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transform-style: preserve-3d;
	transition: all 0.8s ease;
}

.s-products-list-vertical-cards .s-product-card-vertical:hover {
	transform: rotateY(180deg);
}

s-products-list-vertical-cards .s-product-card-image img.loaded {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	backface-visibility: hidden;
	overflow: hidden;
	color: #000;
}

.s-products-list-vertical-cards .s-product-card-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	backface-visibility: hidden;
	overflow: hidden;
	background: linear-gradient(to top, #ffffff, var(--second-color)) !important;
	color: var(--main-color);
	text-align: center;
	transform: rotateY(180deg);
	border: 1px solid var(--main-color);
}

@media (min-width: 1024px) {
	.s-products-list-vertical-cards {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 70%;
		margin: auto;
	}
}

*/

@media (max-width: 1024px) {
  .s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    background: unset;
  }

  .s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    border-radius: 0px;
    border: none;
  }

  .s-products-slider-card {
    margin-bottom: 70px;
    overflow: hidden;
  }

  .s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: inherit;
  }

  .s-product-card-vertical {
    background: white;
    box-shadow: 2px 2px 7px black;
  }

  .s-product-card-entry {
    height: 100%;
    width: 100%;
    margin: auto;
    margin-top: 9px;
  }
  .s-products-slider-card.swiper-slide {
    padding-bottom: 25px;
  }
}

.s-product-card-vertical .s-product-card-image {
  flex: 1 1 0%;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background: unset;
}

.s-products-list-vertical-cards .s-product-card-image img.loaded {
  position: relative;
  opacity: 1;
  border-radius: 0px;
  border: none;
}

.s-products-slider-card {
  margin-bottom: 70px;
  overflow: hidden;
}

.s-product-card-image-cover {
  -o-object-fit: cover;
  object-fit: inherit;
}

.s-products-list-vertical-cards .s-product-card-vertical {
  background: white;
  box-shadow: 2px 2px 10px black;
}

@media (min-width: 1024px) {
  .s-products-list-vertical-cards .s-product-card-entry {
    height: 90%;
    width: 100%;
    margin: auto;
    margin-top: 13px;
  }
}

@media (min-width: 1024px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    background: unset;
  }

  .s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid var(--main-color);
  }

  .s-products-slider-card {
    margin-bottom: 70px;
    overflow: hidden;
  }

  .s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: inherit;
  }

  .s-products-slider-card.swiper-slide .s-product-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    background: linear-gradient(
      to top,
      #ffffff,
      #ffffff,
      var(--second-color)
    ) !important;
    width: 240px;
    padding: 1.5rem 2rem !important;
    box-shadow: 0px 8px 24px hsla(0, 0%, 0%, 0.15);
    border-radius: 1rem;
    position: absolute;
    bottom: -10rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    opacity: 0;
    transition: opacity 1s 1s;
  }

  .s-products-slider-card:hover .s-product-card-content {
    animation: show-data 1s forwards;
    opacity: 1;
    transition: opacity 0.3s;
  }

  .s-products-slider-card:hover {
    animation: remove-overflow 2s forwards;
  }

  .s-products-slider-card:not(:hover) {
    animation: show-overflow 2s forwards;
  }

  .s-products-slider-card:not(:hover) .s-product-card-content {
    animation: remove-data 1s forwards;
  }

  @keyframes show-data {
    50% {
      transform: translateY(-10rem);
    }

    100% {
      transform: translateY(-7rem);
    }
  }

  @keyframes remove-overflow {
    to {
      overflow: initial;
    }
  }

  @keyframes remove-data {
    0% {
      transform: translateY(-7rem);
    }

    50% {
      transform: translateY(-10rem);
    }

    100% {
      transform: translateY(0.5rem);
    }
  }

  @keyframes show-overflow {
    0% {
      overflow: initial;
      pointer-events: none;
    }

    50% {
      overflow: hidden;
    }
  }

  .s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    /*border-radius: 9px;*/
  }
}
.s-button-wide {
  width: 100%;
  color: var(--main-color);
  border-radius: 15px;
  background: none !important;
  border: solid 2px;
  box-shadow: 5px 5px 1px var(--main-color);
}

.s-button-wide:hover {
  width: 100%;
  color: var(--main-color);
  border-radius: 15px;
  background: none !important;
  border: solid 2px;
  box-shadow: 5px 5px 1px var(--second-color);
}

.s-product-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  width: 67px;
  transition: width 300ms ease 0s;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
  width: 155px;
}

i.text-base.sicon-shopping-bag:before {
  content: "\ea6e";
  text-align: center;
}

.s-product-card-content-title a {
  color: var(--main-color);
  text-align: center;
  height: 20px;
  overflow: hidden;
}

.s-product-card-content-title a:hover {
  color: var(--second-color);
}

.s-product-card-price {
  color: var(--main-color);
  /*background: red;*/
  border-radius: 10px;
  padding: 5px;
}

.s-product-card-content-sub {
  display: flex;
  justify-content: center;
}

/*----- end product card -----*/

.banner--fixed img {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  /* التحريك من أسفل مع التصغير */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.banner--fixed img.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  /* الرجوع لمكانه الطبيعي مع التكبير */
}

salla-slider.photos-slider {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  /* التحريك من أسفل مع التصغير */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

salla-slider.photos-slider.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  /* الرجوع لمكانه الطبيعي مع التكبير */
}

.lazy__bg {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  /* التحريك من أسفل مع التصغير */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.lazy__bg.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  /* الرجوع لمكانه الطبيعي مع التكبير */
}

.scrolling-text {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 31px;
  color: var(--main-color);
  display: flex;
  align-items: center;
  margin-top: 10px;
  /* Space below the slider */
  font-family: inherit;
  margin-top: -36px;
  padding: 0;
  /* Match the font of the page */
}

@media (max-width: 1024px) {
  .scrolling-text {
    margin-top: 1px;
  }
}

.scrolling-text .text-container {
  display: flex;
  gap: 2rem;
  /* Space between texts */
  animation: banSwiperScroll 35s linear infinite;
  /* Ensure enough content width */
  min-width: 200%;
  /* Make sure the text spans more than the visible area */
}

.scrolling-text .text-container span {
  display: inline-block;
  font-size: 1rem;
  /* Adjust font size */
  white-space: nowrap;
  /* Prevent text wrapping */
}

@keyframes banSwiperScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
    /* Scroll halfway for seamless looping */
  }
}

/* Apply the animation to the loader */

.banner-swap {
  width: 100%;
  background: linear-gradient(45deg, var(--second-color), var(--main-color));
  color: var(--third-color);
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.bannt {
  display: flex;
  width: 100%;
  animation: banSwiperScroll 12s linear infinite;
  will-change: transform;
}

.bannt:hover {
  animation-play-state: paused;
  /* Pause scroll on hover */
}

.banrerr {
  white-space: nowrap;
  padding: 0 50px;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.banrerr:hover {
  color: var(--main-color);
  text-shadow: 0 0 8px var(--third-color), 0 0 12px var(--third-color);
  /* Glowing effect */
}

.banrerr i {
  margin-left: 10px;
  animation: bounceIcon 1.5s infinite ease-in-out;
  /* Icon bounce */
}

/* Bouncing icon effect */
@keyframes bounceIcon {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Smooth scrolling renamed from tickerScroll to banSwiperScroll */
@keyframes banSwiperScroll {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* start footer */
.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 16%;
  background: var(--wave);
  background-size: 1000px 100px;
}

@media (min-width: 1024px) {
  .wave {
    top: -111px;
    height: 20%;
  }
}

.wave#wave1 {
  z-index: 1;
  opacity: 1;
  bottom: 0;
  animation: animateWave 4s linear infinite;
}

.wave#wave2 {
  z-index: 1;
  opacity: 0.5;
  bottom: 0;
  animation: animateWave_2 4s linear infinite;
}

.wave#wave3 {
  z-index: 1;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWave 3s linear infinite;
}

.wave#wave4 {
  z-index: 1;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_2 3s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-position-x: 0px;
  }
}

@keyframes animateWave_2 {
  0% {
    background-position-x: 0px;
  }

  100% {
    background-position-x: 1000px;
  }
}

.store-footer {
  background: linear-gradient(
    to top,
    var(--main-color),
    var(--main-color),
    var(--second-color)
  ) !important;
  margin-top: 115px;
}

.footer-is-light .store-footer .store-footer__inner {
  background: linear-gradient(to top, var(--main-color), var(--second-color));
  margin-top: -37px;
  text-align: center;
  border-style: inset;
  position: relative;
  z-index: 5;
}

@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.store-footer h3 {
  font-family: "Almarai", sans-serif;
  font-weight: 700;
  text-align: center !important;
  padding: 1rem;
  border-radius: 50px;
  color: var(--main-color);
  font-size: 1.4rem;
  background: var(--third-color);
}

.store-footer h3:hover {
  color: var(--second-color);
  opacity: 1;
  cursor: pointer;
  transition: 0.5s;
}

a.flex.items-center.m-0 {
  display: flex;
  flex-direction: column;
}

.store-footer a h3:nth-child(1) {
  font-size: 0rem;
  color: transparent;
  background-image: var(--logo);
  background-size: 70%;
  background-repeat: no-repeat;
  scale: 3.5;
  line-height: 3;
  background-position: center;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .store-footer a h3:nth-child(1) {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .footer-is-light .store-footer .store-footer__inner {
    margin-top: -43px;
  }
}

salla-apps-icons,
salla-apps-icons h3 {
  display: none;
}

@media (min-width: 1024px) {
  .rtl\:lg\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 5rem;
    background: var(--main-color);
    background-repeat: no-repeat;
    background-size: contain;
    scale: 0.7;
    line-height: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.footer-list {
  color: var(--main-color);
}

.store-footer__inner .max-w-sm {
  color: var(--main-color);
}

.s-contacts-list {
  align-items: center !important;
}

.store-footer a {
  color: var(--third-color);
}

.store-footer a:hover {
  color: var(--second-color);
  opacity: 1;
  transform: scale(1.03);
  transition: 0.4s;
}

.footer-is-light .store-footer {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background: var(--main-color);
  border-radius: 85px 85px 0 0;
  color: var(--third-color);
}

@media (max-width: 1024px) {
  .footer-is-light .store-footer {
    padding-top: 17px;
  }
}

.s-social-list {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.s-contacts-list.s-contacts-list-vertical {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

span.unicode {
  display: none;
}

.footer-is-light .store-footer .contact-social {
  border: none;
}

.copyright-text p {
  color: var(--third-color);
}

.store-footer::after {
  content: "برمجة وتطوير ADFAZ";
  top: 0;
  color: var(--third-color) !important;
  font-size: 16px;
  opacity: 0.8;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

@media (min-width: 100px) and (max-width: 499px) {
  .lazy__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 220%;
    background-position: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    background-repeat: no-repeat;
  }
}
@media (min-width: 100px) and (max-width: 499px) {
  .lazy__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 220% !important;
    background-position: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 200%;
  }
}
/* end footer */
@media (max-width: 480px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    width: 180px;
    height: 180px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 650px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    width: 200px;
    height: 200px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
}
@media (min-width: 650px) and (max-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    height: 260px;
    width: 260px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    height: 305px;
    width: 305px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    height: 380px;
    width: 320px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
  .s-products-slider-card {
    width: 100%;
    max-width: 320px;
  }
}

.lazy__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: contain !important;
  background-position: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background-repeat: no-repeat;
}
wa/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
:root {
  --main-color: #000;
  --second-color: #ad7833;
  --third-color: white;
  --fourth-color: white;
  --body: ;
  --logo: url(https://cdn.salla.sa/QdmrYV/CBapSdZm7hGuwmrkn3PybtTqak41RcPo0zsAp6Qr.png);
  --wave: url(https://iili.io/Fbfgf8g.jpg);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: var(--body);
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical {
  height: 200px;
  background-color: var(--main-color);
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: var(--second-color);
}

::-webkit-scrollbar-thumb:horizontal {
  width: 200px;
  background-color: var(--body);
  -webkit-border-radius: 0;
}

::selection {
  color: var(--third-color);
  background: var(--second-color);
}

.flex-col {
  background: url("");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background: #fff !important;
}

.s-block {
  margin-top: 2rem;
  background: unset;
}

/* ----- start nav -----*/

.bg-inherit {
  background-color: inherit;
  background: var(--fourth-color);
}

.main-nav-container.fixed-header .inner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0px 0px 5px var(--main-color);
}

header.store-header {
  background: var(--fourth-color);
}

.top-navbar {
  display: flex;
  min-height: 48px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: unset;
}

.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .main-menu li.root-level > a {
    color: var(--main-color);
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }

  .main-menu li.root-level > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--main-color);
    transition: width 0.3s ease-in-out;
  }

  .main-menu li.root-level > a:hover {
    color: var(--third-color);
    /* تغيير اللون */
    background-color: var(--second-color);
    /* لون خلفية مختلف */
    transform: translateY(-5px);
    /* رفع العنصر لفوق */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* إضافة ظل */
    border-radius: 3px 3px 0px 0px;
  }

  .main-menu li.root-level > a:hover::after {
    width: 100%;
    /* الخط يظهر بالكامل عند hover */
  }
}

.sicon-user-circle {
  content: "\f072";
  color: var(--main-color);
  border: none;
}

.sicon-user-circle:hover {
  content: "\f072";
  color: var(--second-color);
}

.header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 9px;
  margin-right: 0;
  margin-right: initial;
  color: var(--main-color) !important;
  border: none;
}

.header-btn__icon.icon:hover {
  margin-left: 9px;
  margin-right: 0;
  margin-right: initial;
  color: var(--second-color) !important;
}

.sicon-shopping-bag:before {
  content: "\e901";
  text-align: center;
}

.sicon-user-circle:before {
  content: "\f077";
  text-align: center;
}

i.text-base.sicon-shopping-bag:before {
  content: "\ea6e";
  text-align: center;
}

.s-cart-summary-total {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  color: var(--main-color);
}

.sicon-menu {
  content: "\ed7f";
  color: var(--main-color);
}

.sicon-menu:hover {
  content: "\ed7f";
  color: var(--second-color);
}

.s-contacts-topnav-link:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 1px;
  color: var(--main-color);
}

.s-contacts-topnav-link:hover {
  border-left-width: 1px;
  color: var(--second-color);
}

.topnav-link-item:last-child:where([dir="rtl"], [dir="rtl"] *) {
  border-width: 0;
  padding-left: 0;
  color: var(--main-color);
}

.topnav-link-item:last-child:hover {
  border-width: 0;
  padding-left: 0;
  color: var(--second-color);
}

.topnav-link-item.right-side:first-child:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0;
  color: var(--main-color);
}

.topnav-link-item.right-side:first-child:hover {
  padding-right: 0;
  color: var(--second-color);
}

.s-search-icon svg {
  height: 1rem;
  width: 1rem;
  fill: var(--main-color);
}

.s-cart-summary-count {
  top: -0.125rem;
  --tw-bg-opacity: 1;
  background-color: var(--second-color);
}

.top-navbar .s-search-input {
  border-style: none;
  background: var(--third-color);
  box-shadow: 1px 1px 5px var(--main-color);
}

.s-user-menu-trigger {
  background: transparent;
}

.main-nav-container {
  min-height: 70px;
  background: var(--fourth-color);
  box-shadow: none;
}

@media (min-width: 1024px) {
  .main-nav-container {
    min-height: 100px;
    background: var(--fourth-color);
    box-shadow: none;
  }
}

.navbar-brand img:hover {
  -webkit-animation: blink-1 0.6s both;
  animation: blink-1 0.6s both;
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

/*----- end nav -----*/

/*----- start sidebar -----*/

@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after {
    padding-right: 0.75rem;
    color: var(--third-color);
  }
}

.mm-spn.mm-spn--navbar ul {
  top: calc(50px + 1px);
  top: calc(var(--mm-spn-item-height) + 1px);
  color: var(--third-color);
  background: none;
}

@media only screen and (max-width: 1024px) {
  .mm-spn li a span:hover {
    padding: 0;
    color: var(--second-color);
    background: none;
  }
}

[dir="rtl"] .mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-right: 0.75rem;
  content: "";
  background: none;
  text-align: center !important;
  display: block;
  height: 90px !important;
  background-image: var(--logo) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  margin: 30px 50px 11px 50px;
  background: white;
  border-radius: 90px;
}

/* Navbar Menu Adjustments */
@media (max-width: 650px) {
  ul.main-menu.mm-spn--open {
    margin-top: 100px;
    background: none;
  }
}

.mm-spn.mm-spn--navbar ul::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  width: 100%;
  opacity: 0;
}

/* Content Styling */
.mm-ocd__content {
  background: #d2ddebb8;
}

@media only screen and (max-width: 1024px) {
  .mm-ocd__content {
    overflow-y: auto;
    min-width: 100% !important;
  }

  .mm-spn li a,
  .mm-spn li > span {
    padding: 18px;
    display: flex;
    gap: 1rem;
    margin: 7px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .mm-spn li a span {
    padding: 0;
    font-size: 15px;
    text-shadow: 3px 3px 5px #97aac2;
  }

  .mm-spn.mm-spn--light {
    color: var(--prodCard-btn-background);
    background: linear-gradient(var(--second-color), var(--main-color));
  }
}

#loaderr {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: #fff !important;
  animation: fade-in 3.5s forwards;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.1);
  }
} /* From Uiverse.io by Pradeepsaranbishnoi */
/* The loader container */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
  perspective: 1000px;
  transform-style: preserve-3d;
} /* From Uiverse.io by mobinkakei */
#wifi-loader {
  --background: #62abff;
  --front-color: #0b6ba1;
  --back-color: #0b6ba1;
  --text-color: #0b6ba1;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-100deg);
  transform-origin: center;
}

#wifi-loader svg circle.back {
  stroke: var(--back-color);
}

#wifi-loader svg circle.front {
  stroke: var(--front-color);
}

#wifi-loader svg.circle-outer {
  height: 86px;
  width: 86px;
}

#wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

#wifi-loader svg.circle-outer circle.back {
  animation: circle-outer135 1.8s ease infinite 0.3s;
}

#wifi-loader svg.circle-outer circle.front {
  animation: circle-outer135 1.8s ease infinite 0.15s;
}

#wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

#wifi-loader svg.circle-middle circle {
  stroke-dasharray: 42.5 127.5;
}

#wifi-loader svg.circle-middle circle.back {
  animation: circle-middle6123 1.8s ease infinite 0.25s;
}

#wifi-loader svg.circle-middle circle.front {
  animation: circle-middle6123 1.8s ease infinite 0.1s;
}

#wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

#wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

#wifi-loader svg.circle-inner circle.back {
  animation: circle-inner162 1.8s ease infinite 0.2s;
}

#wifi-loader svg.circle-inner circle.front {
  animation: circle-inner162 1.8s ease infinite 0.05s;
}

#wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}

#wifi-loader .text::before,
#wifi-loader .text::after {
  content: attr(data-text);
}

#wifi-loader .text::before {
  color: var(--text-color);
}

#wifi-loader .text::after {
  color: var(--front-color);
  animation: text-animation76 3.6s ease infinite;
  position: absolute;
  left: 0;
}

@keyframes circle-outer135 {
  0% {
    stroke-dashoffset: 25;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 301;
  }

  80% {
    stroke-dashoffset: 276;
  }

  100% {
    stroke-dashoffset: 276;
  }
}

@keyframes circle-middle6123 {
  0% {
    stroke-dashoffset: 17;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 204;
  }

  80% {
    stroke-dashoffset: 187;
  }

  100% {
    stroke-dashoffset: 187;
  }
}

@keyframes circle-inner162 {
  0% {
    stroke-dashoffset: 9;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 106;
  }

  80% {
    stroke-dashoffset: 97;
  }

  100% {
    stroke-dashoffset: 97;
  }
}

@keyframes text-animation76 {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  50% {
    clip-path: inset(0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}

/* Close Button */
.btn--close-sm {
  background-color: transparent;
}

/* Section Styling */
section:nth-of-type(40) {
  width: 100%;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-right: 10px !important;
}

section:nth-of-type(40) .lazy__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-size: 170% !important;
  background-position: center;
}

.s-product-card-image-contain {
  object-fit: cover;
}

.container {
  max-width: 1500px;
}

/*----- end sidebar -----*/

/*----- start content -----*/

.banner-entry {
  width: 50vw;
  min-height: 200px;
  background: unset;
}

@media (min-width: 768px) {
  .banner-entry {
    width: 42vw;
    min-height: 500px;
    background: unset;
  }
}

.lazy__bg {
  background-repeat: no-repeat !important;
}

.lazy__bg:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

.lazy__bg:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.lazy__bg:active:after {
  opacity: 0;
}

.gap-3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .banner-entry {
    height: auto;
  }
}

@media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: auto !important;
  }
}

.s-slider-block__display-all {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #414042;
  color: var(--color-primary);
  color: var(--main-color);
}

.s-slider-block__display-all:hover {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #414042;
  color: var(--color-primary);
  color: var(--second-color);
}

a.s-block__display-all {
  color: var(--main-color);
}

a.s-block__display-all:hover {
  color: var(--second-color);
}

.s-slider-block__title h2 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-color);
  padding: 10px;
  border-radius: 26px;
}

.s-block__title h2 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-color);
  padding: 10px;
  border-radius: 32px;
}

.banner--fixed img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  -o-object-fit: cover;
  object-fit: cover;
  background: none;
}

.s-breadcrumb-item {
  display: inline-block;
  color: black;
}

.s-breadcrumb-item:hover {
  display: inline-block;
  color: var(--second-color);
}

.s-breadcrumb-primary-reverse li {
  color: var(--second-color);
  opacity: 0.8;
}

.s-breadcrumb-primary-reverse li:hover {
  color: var(--second-color);
  opacity: 0.8;
}

.profile-header .breadcrumbs a {
  color: var(--second-color);
}

.profile-header .breadcrumbs a:hover {
  color: var(--second-color);
}

.btn--outline-primary {
  border-width: 1px;
  border-color: #414042;
  border-color: var(--main-color);
  color: #414042;
  color: var(--main-color);
}

.no-content-placeholder .icon {
  margin-bottom: 1rem;
  display: flex;
  height: 8rem;
  width: 8rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: #d1d5db;
  color: var(--third-color);
  background: var(--main-color);
}

.no-content-placeholder p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
  color: var(--main-color);
}

.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.75rem;
  color: var(--third-color);
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--third-color);
  background: var(--main-color);
  padding: 5px;
  border-radius: 30px;
  text-align: center;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: black;
}

span.text-gray-500.line-through {
  color: var(--second-color);
}

.product__description a {
  --tw-text-opacity: 1;
  color: #1d4ed8;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
  color: var(--main-color);
}

.s-products-list-placeholder span {
  margin-bottom: 1rem;
  display: flex;
  height: 8rem;
  width: 8rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: #d1d5db;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
  background: var(--main-color);
}

.s-products-list-placeholder p {
  padding-top: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: #9ca3af;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
  color: var(--main-color);
}

.s-products-list-placeholder span svg {
  margin-left: auto;
  margin-right: auto;
  height: 4rem;
  width: 4rem;
  fill: var(--third-color);
  text-align: center;
}

.s-block--photos-slider {
  margin-top: 0 !important;
}

.swiper {
  padding-left: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
  position: relative;
  margin-top: -5px;
  margin-left: 1.1rem;
  margin-right: 10px;
  height: auto;
  width: 102%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-top: -5px;
    margin-left: 1.1rem;
    margin-right: 2px;
    height: auto;
    width: 107%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
  border-color: #414042;
  border-color: var(--main-color);
  background-color: #414042;
  color: #ff6767;
  color: var(--third-color);
  background: var(--main-color);
}

button.btn--wishlist.animated.hidden.sm\:inline-flex.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center.s-button-wrap.hydrated.not-added {
  color: var(--second-color);
}

.btn--wishlist.is-added {
  --tw-text-opacity: 1;
  color: var(--main-color);
}

.s-comments-product {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: unset;
}

.s-breadcrumb-arrow svg {
  height: 0.875rem;
  width: 0.875rem;
  fill: var(--second-color);
}

.s-add-product-button-mini-checkout-content {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  font-size: 0.8rem;
  color: var(--main-color);
  background: 0 0 !important;
  width: 107%;
  height: 110%;
  justify-content: center;
}

.s-add-product-button-mini-checkout-content:hover {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  font-size: 0.8rem;
  color: var(--second-color);
  background: 0 0 !important;
  width: 107%;
  height: 110%;
  justify-content: center;
}

button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
  opacity: 0;
}

button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
  opacity: 0;
}

.s-login-modal-header-icon svg {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  fill: var(--main-color);
}

.s-modal-title {
  color: var(--main-color);
}

span.s-login-modal-header-icon {
  border: 2px solid var(--main-color);
}

label.s-login-modal-label {
  color: var(--main-color);
  font-weight: bold;
}

.iti__selected-dial-code {
  color: var(--main-color);
  font-weight: bold;
}

input.s-tel-input-control.tel-input.s-ltr {
  border: 2px solid var(--main-color);
}

a.s-login-modal-link {
  color: var(--main-color);
}

a.s-login-modal-link:hover {
  color: var(--second-color);
}

.s-block--features__item .feature-icon {
  margin-bottom: 0.75rem;
  display: flex;
  height: 6rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  background-color: #414042;
  background-color: var(--second-color);
}

.s-block--features__item .feature-icon i {
  font-size: 3.875rem;
  line-height: 2.25rem;
  color: #ff6767;
  color: var(--main-color);
}

.s-block--features__item h2 {
  margin-bottom: 0.25rem;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: var(--second-color);
}

.s-block--features__item p {
  font-size: 15px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: #6b7280;
  color: var(--second-color);
  font-weight: 600;
}

#salla-modal:not(.s-search-modal)
  > div.s-modal-wrapper
  > div
  > div.s-modal-header:before {
  display: block !important;
  content: "";
  background: var(--logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 102px;
  margin: 15px auto;
}

@media (max-width: 1024px) {
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    background: unset;
  }

  .s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    border-radius: 0px;
    border: none;
  }

  .s-products-slider-card {
    margin-bottom: 70px;
    overflow: hidden;
  }

  .s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: inherit;
  }

  .s-product-card-vertical {
    background: white;
    box-shadow: 2px 2px 7px black;
  }

  .s-product-card-entry {
    height: 100%;
    width: 100%;
    margin: auto;
    margin-top: 9px;
  }
  .s-products-slider-card.swiper-slide {
    padding-bottom: 25px;
  }
}

.s-product-card-vertical .s-product-card-image {
  flex: 1 1 0%;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  background: unset;
}

.s-products-list-vertical-cards .s-product-card-image img.loaded {
  position: relative;
  opacity: 1;
  border-radius: 0px;
  border: none;
}

.s-products-slider-card {
  margin-bottom: 70px;
  overflow: hidden;
}

.s-product-card-image-cover {
  -o-object-fit: cover;
  object-fit: inherit;
}

.s-products-list-vertical-cards .s-product-card-vertical {
  background: white;
  box-shadow: 2px 2px 10px black;
}

@media (min-width: 1024px) {
  .s-products-list-vertical-cards .s-product-card-entry {
    height: 90%;
    width: 100%;
    margin: auto;
    margin-top: 13px;
  }
}

@media (min-width: 1024px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    background: unset;
  }

  .s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid var(--main-color);
  }

  .s-products-slider-card {
    margin-bottom: 70px;
    overflow: hidden;
  }

  .s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: inherit;
  }

  .s-products-slider-card.swiper-slide .s-product-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    background: linear-gradient(
      to top,
      #ffffff,
      #ffffff,
      var(--second-color)
    ) !important;
    width: 240px;
    padding: 1.5rem 2rem !important;
    box-shadow: 0px 8px 24px hsla(0, 0%, 0%, 0.15);
    border-radius: 1rem;
    position: absolute;
    bottom: -10rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    opacity: 0;
    transition: opacity 1s 1s;
  }

  .s-products-slider-card:hover .s-product-card-content {
    animation: show-data 1s forwards;
    opacity: 1;
    transition: opacity 0.3s;
  }

  .s-products-slider-card:hover {
    animation: remove-overflow 2s forwards;
  }

  .s-products-slider-card:not(:hover) {
    animation: show-overflow 2s forwards;
  }

  .s-products-slider-card:not(:hover) .s-product-card-content {
    animation: remove-data 1s forwards;
  }

  @keyframes show-data {
    50% {
      transform: translateY(-10rem);
    }

    100% {
      transform: translateY(-7rem);
    }
  }

  @keyframes remove-overflow {
    to {
      overflow: initial;
    }
  }

  @keyframes remove-data {
    0% {
      transform: translateY(-7rem);
    }

    50% {
      transform: translateY(-10rem);
    }

    100% {
      transform: translateY(0.5rem);
    }
  }

  @keyframes show-overflow {
    0% {
      overflow: initial;
      pointer-events: none;
    }

    50% {
      overflow: hidden;
    }
  }

  .s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    /*border-radius: 9px;*/
  }
}
.s-button-wide {
  width: 100%;
  color: var(--main-color);
  border-radius: 15px;
  background: none !important;
  border: solid 2px;
  box-shadow: 5px 5px 1px var(--main-color);
}

.s-button-wide:hover {
  width: 100%;
  color: var(--main-color);
  border-radius: 15px;
  background: none !important;
  border: solid 2px;
  box-shadow: 5px 5px 1px var(--second-color);
}

.s-product-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  width: 67px;
  transition: width 300ms ease 0s;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
  width: 155px;
}

i.text-base.sicon-shopping-bag:before {
  content: "\ea6e";
  text-align: center;
}

.s-product-card-content-title a {
  color: var(--main-color);
  text-align: center;
  height: 20px;
  overflow: hidden;
}

.s-product-card-content-title a:hover {
  color: var(--second-color);
}

.s-product-card-price {
  color: var(--main-color);
  /*background: red;*/
  border-radius: 10px;
  padding: 5px;
}

.s-product-card-content-sub {
  display: flex;
  justify-content: center;
}

/*----- end product card -----*/

.banner--fixed img {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  /* التحريك من أسفل مع التصغير */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.banner--fixed img.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  /* الرجوع لمكانه الطبيعي مع التكبير */
}

salla-slider.photos-slider {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  /* التحريك من أسفل مع التصغير */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

salla-slider.photos-slider.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  /* الرجوع لمكانه الطبيعي مع التكبير */
}

.lazy__bg {
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  /* التحريك من أسفل مع التصغير */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.lazy__bg.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  /* الرجوع لمكانه الطبيعي مع التكبير */
}

.scrolling-text {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 31px;
  color: var(--main-color);
  display: flex;
  align-items: center;
  margin-top: 10px;
  /* Space below the slider */
  font-family: inherit;
  margin-top: -36px;
  padding: 0;
  /* Match the font of the page */
}

@media (max-width: 1024px) {
  .scrolling-text {
    margin-top: 1px;
  }
}

.scrolling-text .text-container {
  display: flex;
  gap: 2rem;
  /* Space between texts */
  animation: banSwiperScroll 35s linear infinite;
  /* Ensure enough content width */
  min-width: 200%;
  /* Make sure the text spans more than the visible area */
}

.scrolling-text .text-container span {
  display: inline-block;
  font-size: 1rem;
  /* Adjust font size */
  white-space: nowrap;
  /* Prevent text wrapping */
}

@keyframes banSwiperScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
    /* Scroll halfway for seamless looping */
  }
}

/* Apply the animation to the loader */

.banner-swap {
  width: 100%;
  background: linear-gradient(45deg, var(--second-color), var(--main-color));
  color: var(--third-color);
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.bannt {
  display: flex;
  width: 100%;
  animation: banSwiperScroll 12s linear infinite;
  will-change: transform;
}

.bannt:hover {
  animation-play-state: paused;
  /* Pause scroll on hover */
}

.banrerr {
  white-space: nowrap;
  padding: 0 50px;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.banrerr:hover {
  color: var(--main-color);
  text-shadow: 0 0 8px var(--third-color), 0 0 12px var(--third-color);
  /* Glowing effect */
}

.banrerr i {
  margin-left: 10px;
  animation: bounceIcon 1.5s infinite ease-in-out;
  /* Icon bounce */
}

/* Bouncing icon effect */
@keyframes bounceIcon {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Smooth scrolling renamed from tickerScroll to banSwiperScroll */
@keyframes banSwiperScroll {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* start footer */
.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 16%;
  background: var(--wave);
  background-size: 1000px 100px;
}

@media (min-width: 1024px) {
  .wave {
    top: -111px;
    height: 20%;
  }
}

.wave#wave1 {
  z-index: 1;
  opacity: 1;
  bottom: 0;
  animation: animateWave 4s linear infinite;
}

.wave#wave2 {
  z-index: 1;
  opacity: 0.5;
  bottom: 0;
  animation: animateWave_2 4s linear infinite;
}

.wave#wave3 {
  z-index: 1;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWave 3s linear infinite;
}

.wave#wave4 {
  z-index: 1;
  opacity: 0.7;
  bottom: 20px;
  animation: animateWave_2 3s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-position-x: 0px;
  }
}

@keyframes animateWave_2 {
  0% {
    background-position-x: 0px;
  }

  100% {
    background-position-x: 1000px;
  }
}

.store-footer {
  background: linear-gradient(
    to top,
    var(--main-color),
    var(--main-color),
    var(--second-color)
  ) !important;
  margin-top: 115px;
}

.footer-is-light .store-footer .store-footer__inner {
  background: linear-gradient(to top, var(--main-color), var(--second-color));
  margin-top: -37px;
  text-align: center;
  border-style: inset;
  position: relative;
  z-index: 5;
}

@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.store-footer h3 {
  font-family: "Almarai", sans-serif;
  font-weight: 700;
  text-align: center !important;
  padding: 1rem;
  border-radius: 50px;
  color: var(--main-color);
  font-size: 1.4rem;
  background: var(--third-color);
}

.store-footer h3:hover {
  color: var(--second-color);
  opacity: 1;
  cursor: pointer;
  transition: 0.5s;
}

a.flex.items-center.m-0 {
  display: flex;
  flex-direction: column;
}

.store-footer a h3:nth-child(1) {
  font-size: 0rem;
  color: transparent;
  background-image: var(--logo);
  background-size: 70%;
  background-repeat: no-repeat;
  scale: 3.5;
  line-height: 3;
  background-position: center;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .store-footer a h3:nth-child(1) {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .footer-is-light .store-footer .store-footer__inner {
    margin-top: -43px;
  }
}

salla-apps-icons,
salla-apps-icons h3 {
  display: none;
}

@media (min-width: 1024px) {
  .rtl\:lg\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 5rem;
    background: var(--main-color);
    background-repeat: no-repeat;
    background-size: contain;
    scale: 0.7;
    line-height: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.footer-list {
  color: var(--main-color);
}

.store-footer__inner .max-w-sm {
  color: var(--main-color);
}

.s-contacts-list {
  align-items: center !important;
}

.store-footer a {
  color: var(--third-color);
}

.store-footer a:hover {
  color: var(--second-color);
  opacity: 1;
  transform: scale(1.03);
  transition: 0.4s;
}

.footer-is-light .store-footer {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background: var(--main-color);
  border-radius: 85px 85px 0 0;
  color: var(--third-color);
}

@media (max-width: 1024px) {
  .footer-is-light .store-footer {
    padding-top: 17px;
  }
}

.s-social-list {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.s-contacts-list.s-contacts-list-vertical {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

span.unicode {
  display: none;
}

.footer-is-light .store-footer .contact-social {
  border: none;
}

.copyright-text p {
  color: var(--third-color);
}

.store-footer::after {
  content: "برمجة وتطوير ADFAZ";
  top: 0;
  color: var(--third-color) !important;
  font-size: 16px;
  opacity: 0.8;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

@media (min-width: 100px) and (max-width: 499px) {
  .lazy__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 220%;
    background-position: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    background-repeat: no-repeat;
  }
}
@media (min-width: 100px) and (max-width: 499px) {
  .lazy__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 220% !important;
    background-position: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 200%;
  }
}
/* end footer */
@media (max-width: 480px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    width: 180px;
    height: 180px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
}
@media (min-width: 480px) and (max-width: 650px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    width: 200px;
    height: 200px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
}
@media (min-width: 650px) and (max-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    height: 260px;
    width: 260px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    height: 305px;
    width: 305px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .banner-entry {
    height: 380px;
    width: 320px;
    margin: auto;
  }
  .gap-3 {
    gap: 1rem;
  }
  .s-products-slider-card {
    width: 100%;
    max-width: 320px;
  }
}

.lazy__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: contain !important;
  background-position: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background-repeat: no-repeat;
}