/* intro */
        @keyframes pupup {
            0% {
                transform: scale(1)
            }

            18% {
                transform: scale(1)
            }

            80% {
                transform: scale(1)
            }

            100% {
                transform: scale(0)
            }
        }

        @keyframes pupup_logo {
            0% {
                transform: scale(1)rotate(0deg)
            }

            40% {
                transform: scale(1)rotate(0deg)
            }

            80% {
                transform: scale(1)rotate(0deg)
            }

            100% {
                transform: scale(0)rotate(0deg)
            }
        }




        body.index:before {
            content: "";
            width: 100%;
            height: 100%;
            background: #516875;
            position: fixed;
            z-index: 99999;
            transform: scale(0);
            animation-name: pupup;

            animation-duration: 2.5s;
            background-size: 95px;
            background-repeat: no-repeat;
            background-position: center 3rem
        }

        body.index:after {
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            position: fixed;
            z-index: 999999;
            background: url("https://cdn.files.salla.network/homepage/776829076/86f7eed1-8819-40f7-8477-f0b93974210a.webp");
            left: 0;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 45%;
            animation-name: pupup_logo;
            transform: scale(0);
            animation-duration: 2.5s;

        }

        @media (min-width: 480px) {
            body.index:after {
                background-size: 25%;
            }
        }



















/* style  */


body {
  background-color: #fff !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 #5168753b !important;
  box-shadow:
    0 14px 28px rgb(0 0 0 / 11%),
    0 10px 10px rgb(0 0 0 / 14%);
}

.top-navbar {
  display: none !important;
}

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

i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu {
  color: #fff;
}

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: #516875 !important;
}

.main-menu li.root-level > a {
  color: #fff !important;
  margin-left: 8px;
  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: #fff;
  transition: 0.5s;
  border-radius: 30px;
  transform: translateX(-50%);
}
.main-menu li.root-level > a:hover::before {
  width: 50%;
}

/* Product */
a.s-slider-block__display-all {
  background: #516875 !important;
  color: #dfded3;
  border-radius: 20px;
  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: #ffffff !important;
  border-radius: 25px !important;
  box-shadow: 0 5px 5px rgb(0 0 0 / 11%);
  border: 1px solid #0000001a !important;
  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: #516875 !important;
  color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 4px 8px 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,
    #516875 0%,
    #6f8794 29%,
    #3f535e 67%,
    #b9c4c9 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: -6px;
  width: 110%;
  height: 39px;
  background: #e3e4ed;
  z-index: -1;
  border-radius: 30px;
  right: -10px;
  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 */

.s-block--features__item {
    position: relative;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #516875;
}
.s-block--features__item h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.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;
}
@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%;
  }
}

/* breadcrumb ol */

.s-breadcrumb-wrapper {
  background: #516875;
  padding: 10px;
  border-radius: 8px;
}
ol.s-breadcrumb-wrapper > li {
  color: #ffffff;
}
.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: #516875 !important;
}

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

.store-footer h3 {
  background: #fcfcff;
  color: #516875;
  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: #f5f5f1 !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: #516875 !important;
}
.store-footer__inner * {
  color: #fff;
  border-color: #dddd;
}
.s-social-link a svg,
.s-contacts-icon svg {
  fill: #516875;
}
.s-block--features__item .feature-icon {
  background-color: #516875 !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: #ededf1 !important;
  border-radius: 15px;
  position: relative;
}
.s-reviews-testimonial::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 8px;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/VqDxQK/FtlhYlk8zPKxmbWLGH7YDzrCU4Wp5eBCB12Onauo.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.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 ;
}
.s-block--categories img {
  width: 80px;
  aspect-ratio: 1 / 1;
  height: 80px;
}