body {
  background-color: rgb(250, 255, 249) !important;
}

/* header */
input.s-search-input::placeholder {
  color: #dddddd;
}
.s-search-icon svg {
  fill: #ddd !important ;
}
input.s-search-input,
.top-navbar button.btn--rounded-gray.basis-0 {
  border: 1px solid #484c363b !important;
  box-shadow: 0 4px 5px rgb(0 0 0 / 11%);
}

.top-navbar * {
  color: #ddd !important;
  border-color: #ddd !important;
}

.top-navbar {
  background: #28b66f !important;
}

div#mainnav {
  background: #f8f8f9 !important;
}

i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu {
  border: 0px !important;
  background: #28b66f !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 5px rgb(0 0 0 / 11%);
  transition: 0.5s;
  color: white;
}

i.sicon-menu {
  padding: 8px;
  border-radius: 10px;
}

i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover {
  border-radius: 50% !important;
}

span.s-cart-summary-count {
  background: #28b66f !important;
}

.main-menu li.root-level > a {
  background: #ededf1 !important;
  color: #28b66f !important;
  margin-left: 8px;
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  border-radius: 30px !important;
  transition: 0.5s;
}

.main-menu li.root-level > a:hover {
  transform: translateY(-4px);
  border-radius: 15px !important;
}

@media (min-width: 1024px) {
  .main-menu {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
.main-menu li.root-level > a {
  position: relative;
}
.main-menu li.root-level > a::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 3px;
  bottom: 0;
  background: #28b66f;
  transition: 0.5s;
  border-radius: 30px;
  transform: translateX(-50%);
}
.main-menu li.root-level > a:hover::before {
  width: 50%;
}

/* header */

/* Menu At Mobile */

/* Menu At Mobile */

/* First Section */
body.index
  > div.app-inner
  > section.s-block.s-block--photos-slider:nth-child(4),
body.index
  > div.app-inner
  > section.s-block.s-block--photos-slider:nth-child(3) {
  margin: 0px !important;
}

body.index
  > div.app-inner
  > section.s-block.s-block--photos-slider:nth-child(4)
  .swiper,
body.index
  > div.app-inner
  > section.s-block.s-block--photos-slider:nth-child(3)
  .swiper {
  margin: 0px !important;
  padding: 0px !important;
}

body.index
  > div.app-inner
  > section.s-block.s-block--photos-slider:nth-child(4)
  .swiper-slide,
body.index
  > div.app-inner
  > section.s-block.s-block--photos-slider:nth-child(3)
  .swiper-slide {
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
  max-width: 100%;
}

/* First Section */

/* Fixed banner */
section.s-block.s-block--fixed-banner > .container {
  padding: 0px !important;
  width: 100%;
  max-width: 100%;
}

section.s-block.s-block--fixed-banner > .container img {
  border-radius: 0px !important;
}

/* Fixed banner */

/* Second Section (CAT) */
body.index section.s-block.s-block--banners > div.grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (max-width: 767px) {
  body.index section.s-block.s-block--banners > div.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

body.index section.s-block.s-block--banners > div.grid > a.banner-entry {
  background-color: transparent !important;
  border-radius: 0px !important;
  height: 330px !important;
}

@media (max-width: 767px) {
  body.index section.s-block.s-block--banners > div.grid {
    gap: 4px !important;
  }

  body.index section.s-block.s-block--banners > div.grid > a.banner-entry {
    height: 140px !important;
  }

  body.index > div.app-inner section.s-block.s-block--banners.container {
    padding: 4px !important;
    margin-top: 0px !important ;
  }
}

body.index section.s-block.s-block--banners > div.grid > a.banner-entry > div {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* Second Section (CAT) */

/* Product */
a.s-slider-block__display-all {
  background: #28b66f !important;
  color: #dfded3;
  border-radius: 30px;
  padding: 8px;
  font-size: 13px;
}

.s-products-slider-wrapper .s-slider-swiper-wrapper {
  padding-top: 1.5rem !important;
  padding-bottom: 1.8rem !important;
}

.s-product-card-entry {
  background: #ededf1 !important;
  border-radius: 25px !important;
  box-shadow: 0 4px 5px rgb(0 0 0 / 11%);
  text-align: center;
  transition: 0.5s;
}

.s-product-card-fit-height .s-product-card-image {
  height: 20rem;
  max-height: 26rem;
}

.s-product-card-entry:hover {
  transform: translateY(-4px);
}

button.s-button-btn {
  background: #28b66f !important;
  color: #fff !important;
  border-radius: 30px;
  box-shadow: 0 4px 5px rgb(0 0 0 / 11%);
  border: 0 !important;
  transition: 0.5s;
}

button.s-button-btn:hover {
  border-radius: 10px;
  transform: translateY(-4px);
}

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

/* Product */

/* Title Section */
.s-reviews-header {
  position: relative;
}
.section--title,
.s-slider-block__title h2,
.s-block__title h2,
body.product-index .main-content > div > h1,
.s-reviews-header {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #28b66f 0%,
    #09a557 29%,
    #1b8651 67%,
    #b9becf 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  font-weight: 800;
  font-size: 1.4rem !important;
  position: relative;
}

.s-slider-block__title h2::before,
body.product-index .main-content > div > h1::before,
.s-reviews-header::before {
  content: "";
  position: absolute;
  bottom: -9px;
  width: 100%;
  height: 39px;
  background: #f6fff7;
  z-index: -1;
  border-radius: 30px;
  right: -6px;
  transition: 0.5s;
}

.s-slider-block__title h2:hover::before,
body.product-index .main-content > div > h1:hover::before,
.s-reviews-header:hover::before {
  width: 100%;
}

@keyframes textclip {
  100% {
    background-position: 200%;
  }
}

/* Title Section */

/* Features Site Section */
section.s-block.s-block--features.container:has(.s-block--features__item) {
  background: #2a689de8;
  padding: 15px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 5px 0px;
}
.s-block--features__item {
  position: relative;
  padding: 10px 15px;
  border-radius: 5px 20px 50px 0px;
  height: 90px;
  background-color: #28b66f;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px 0px #3d3d3d;
}
.s-block--features__item h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: white;
}
.s-block--features__item .feature-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.s-block--features__item h2,
.s-block--features__item p {
  width: 80%;
  margin-right: auto;
  text-align: right;
  color: white;
}
@media (max-width: 1024px) {
  section.s-block.s-block--features > div.grid:has(.s-block--features__item) {
    display: flex;
    flex-direction: column;
  }
  section.s-block.s-block--features:has(.s-block--features__item) {
    padding: 30px 15px !important;
    width: 98%;
  }
}
i.sicon-headset,
i.sicon-debit-card-back,
i.sicon-gold-badge {
  width: 3rem;
}

/* Features Site Section */

/* breadcrumb ol */

.s-breadcrumb-wrapper {
  background: #28b66f;
  padding: 10px;
  border-radius: 8px;
}
ol.s-breadcrumb-wrapper > li {
  color: #d8d8ce;
}
.s-breadcrumb-arrow svg {
  fill: #d8d8ce;
}
ol.s-breadcrumb-wrapper > li:last-child {
  color: white;
  font-weight: bold;
}

/* breadcrumb ol */
/* Footer */
.store-footer {
  background-color: #2a689d !important;
}

.store-footer__inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2a689d !important;
}
@media (max-width: 1024px) {
  .store-footer__inner {
    padding-bottom: 2rem;
  }
}

.store-footer h3 {
  background: #fbfffb;
  color: #28b66f;
  padding: 12px;
  width: 100%;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .store-footer__inner * {
    text-align: center;
    justify-content: center;
  }
  .s-contacts-list.s-contacts-list-vertical {
    width: fit-content;
    margin: auto;
    align-items: flex-start;
  }
}

.copyright-text > p {
  color: #f8fffb !important;
}

.store-footer__inner li.s-social-link > a,
.s-contacts-list.s-contacts-list-vertical span.s-contacts-icon {
  background: #ededf1;
  border: 1px solid transparent;
}
.store-footer__inner li.s-social-link > a {
  width: 2.7rem;
  height: 2.7rem;
}

.s-contacts-list.s-contacts-list-vertical span.s-contacts-icon {
  width: 3rem;
}

.s-menu-footer-list a.s-menu-footer-item {
  position: relative;
  padding-right: 12px;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .s-menu-footer-list {
    width: fit-content;
    margin: 30px auto 15px;
  }
}
.s-menu-footer-list a.s-menu-footer-item:hover {
  padding-right: 16px;
}
.s-menu-footer-list a.s-menu-footer-item::after,
.s-menu-footer-list a.s-menu-footer-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.s-menu-footer-list a.s-menu-footer-item::before {
  right: -10px;
}
.s-menu-footer-list a.s-menu-footer-item::after {
  right: -13px;
}

.s-menu-footer-list a.s-menu-footer-item {
  text-align: right;
}
/* Footer */

@media (max-width: 992px) {
  .header#header .navbar-container .row {
    flex-direction: column;
  }
  .header-search {
    width: 100%;
    margin: 0px auto 20px;
  }
}
.store-footer {
  background-color: #28b66f !important;
}
.store-footer__inner * {
  color: #ddd;
  border-color: #dddd;
}
.s-social-link a svg,
.s-contacts-icon svg {
  fill: #28b66f;
}
.s-block--features__item .feature-icon {
  background-color: white !important ;
}

.product-single form.form.product-form {
  background: #f1f1f1;
  border-radius: 15px;
  border: 1px solid #00000030;
}
@media (min-width: 1024px) {
  .product-single form.form.product-form > * {
    background: transparent;
  }
}
.product-single .product__description {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #00000026;
  margin-top: 15px;
  margin-bottom: 15px;
}
.s-reviews-testimonial {
  background: #f7fff7 !important;
  border-radius: 15px;
  position: relative;
}
.s-reviews-testimonial::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 8px;
  transform: translateY(-50%);
  width: 300px;
  height: 300;
  background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/VqvVAl/gTs0dvm7UCn9pxowlaGSBtV4F8RvPxJGJ4KLe9cr.jpg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.s-reviews-header-wrapper {
  padding-top: 25px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 75px;
}
.navbar-brand img {
  max-height: 3.5rem;
}
body.index > div.app-inner > section:nth-child(8) > div.grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.banner--fixed img {
  background-color: transparent !important ;
}