:root {
  --main-color: #006d77;
  --second-color:#e29578;
  --three-color: #fff;
  --body-color: url("https://www.transparenttextures.com/patterns/black-felt.png");
}

body:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 999999;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: url(https://cdn.salla.sa/wWYYNm/Nz9sApPIS2gqXTgodJiWyu6uRqMePj6cRAeeTjRK.png);
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 360px;
  animation-name: fade-in;
  animation-duration: 2.5s;
  transform: scale(0);
  border: none;
}

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

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

  100% {
    opacity: 0;
    transform: scale(0.1);
  }
}

.main-nav-container.fixed-header .inner {
  transform: translate3d(0, 0, 0);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.bg-inherit {
  background-color: inherit;
  transform: translate3d(0, 0, 0);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.bg-inherit:hover {
  background-color: inherit;
  transform: translate3d(0, 0, 0);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

@media only screen and (min-width: 1024px) {
  .main-menu li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, opacity, box-shadow, transform,
      filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, opacity, box-shadow, transform,
      filter, backdrop-filter;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, opacity, box-shadow, transform,
      filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    color: var(--main-color);
  }
}

@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;
    background: var(--second-color);
  }
}

@media only screen and (min-width: 1024px) {
  .main-menu li > a:hover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, opacity, box-shadow, transform,
      filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, opacity, box-shadow, transform,
      filter, backdrop-filter;
    transition-property: color, background-color, border-color,
      text-decoration-color, fill, stroke, opacity, box-shadow, transform,
      filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    color: var(--second-color);
  }
}

.mm-spn.mm-spn--navbar.mm-spn--main a {
  cursor: default;
  background: var(--main-color);
  color: #fff;
}

.mm-spn.mm-spn--navbar.mm-spn--main a:hover {
  cursor: default;
  background: var(--main-color);
  color: var(--second-color);
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
  background: var(--main-color);
}

[class*=" sicon-"],
[class^="sicon-"] {
  font-family: sallaicons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: var(--second-color);
  -moz-osx-font-smoothing: grayscale;
}

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

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

salla-slider.photos-slider .swiper-slide {
  position: relative;
  margin-left: 1.1rem;
  margin-right: 0.5rem;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.banner-entry {
  width: 42vw;
  min-height: 100px;
  background: 0 0;
}

.lazy__bg {
  background-size: 100% 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.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;
  }
}

.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: 0 0;
}


.lazy__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background: var(--body-color);
}

.s-button-element:not(:disabled):not([loading]) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #000;
  z-index: 1;
}



.box::after {
  content: "";
  position: absolute;
  inset: 10px;
  background-color: rgb(253, 90, 45, 0.5);
  border-radius: 16px;
  z-index: 1;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.s-product-card-content {
  padding: 1.25rem;
  background: radial-gradient(var(--second-color), transparent);
}

.s-button-element:not(:disabled):not([loading]) {
  background: #fff;
  border: var(--main-color) solid 2px;
  color: var(--main-color);
}

.s-button-element:not(:disabled):not([loading]):hover {
  background: var(--main-color);
  border: var(--main-color) solid 2px;
  color: #fff;
}

.s-product-card-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  background: var(--main-color);
  padding: 10px;
  border-radius: 14%;
  color: #fff;
}

.p-5 {
  padding: 1.25rem;
  background: var(--second-color);
  border: var(--main-color) solid 2px;
}

.s-quantity-input-button {
  width: 2.75rem;
  fill: #9ca3af;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: var(--main-color);
}

.s-product-options-wrapper {
  margin-bottom: 1.25rem;
  display: block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.25rem;
  background: var(--second-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: var(--main-color);
}

.footer-is-light .store-footer .store-footer__inner {
  --tw-border-opacity: 1;
  border-bottom-color: #e5e7eb;
  border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  transform: translate3d(0, 0, 0);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.footer-is-light .store-footer .store-footer__inner {
  --tw-border-opacity: 1;
  border-bottom-color: #e5e7eb;
  border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: #f3f4f6;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  transform: translate3d(0, 0, 0);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 10%;
  color: #fff;
  margin-top: 10%;
  color: revert-layer;
}

.footer-is-light .store-footer .store-footer__inner:before {
  text-align: center;
  content: "";
  display: block;
  height: 110px;
  width: 140px;
  margin: auto auto 20px;
  background-image: url(https://cdn.salla.sa/wWYYNm/Nz9sApPIS2gqXTgodJiWyu6uRqMePj6cRAeeTjRK.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: sigal 1200ms linear infinite;
}

@keyframes sigal {
  0% {
    filter: drop-shadow(2px 4px 6px #504d46);
  }

  100% {
    filter: none;
  }
}

.store-footer h3 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  background: var(--main-color);
  padding: 5px;
  border-radius: 8%;
  text-align: center;
  color: #000;
}

.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.625rem;
  color: var(--second-color);
}



.store-footer::after {
  content: "ط¨ط±ظ…ط¬ط©ظˆطھط·ظˆظٹط±ADFAZ";
  top: 0;
  color: #000 !important;
  font-size: 19px;
  opacity: 0.5;
}