:root {
  --logo-img: url(https://cdn.files.salla.network/theme/555232058/315f7bd0-d3f2-4566-8ea2-363c823565b9.webp);
}

body:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #6b5a91 var(--logo-img) center no-repeat;
  position: fixed;
  z-index: 99999999999999999 !important;
  transform: scale(0);
  background-size: 350px !important;
  animation-name: logobg;
  animation-duration: 1.5s;
}

@keyframes logobg {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1);
  }

  78% {
    transform: scale(1);
  }

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

.s-block .container,
section.s-block.s-block--banners.container {
      padding: 0;
    width: 100% !important;
    max-width: 100%;
}

/* FEATURE CARD */
.s-block--features .s-block--features__item {
  background: #4b2e83 !important;
  padding: 28px 24px;
  border-radius: 16px;
  text-align: center;
  border: none;
  transition: 0.3s;
}

/* ICON */
.s-block--features .feature-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cfc6e8;
  border-radius: 50%;
  margin-bottom: 16px;
}

.s-block--features .feature-icon i {
  font-size: 26px;
  color: #4b2e83;
}

/* TITLE */
.s-block--features .s-block--features__item h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* TEXT */
.s-block--features .s-block--features__item p {
  color: #eee;
  font-size: 14px;
}

/* HOVER */
.s-block--features .s-block--features__item:hover {
  background: #f6f3ff !important;
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(75, 46, 131, 0.25);
}

.s-block--features .s-block--features__item:hover h2 {
  color: #4b2e83;
}

.s-block--features .s-block--features__item:hover p {
  color: #555;
} /* REVIEW CARD */
.s-reviews-testimonial {
  background: #f6f3ff !important;
  border-radius: 18px !important;
  padding: 28px !important;
  border: 1px solid #e4dcff !important;
  transition: all 0.35s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

/* HOVER EFFECT */
.s-reviews-testimonial:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 45px rgba(75, 46, 131, 0.2) !important;
  background: #ffffff !important;
}

/* AVATAR */
.s-reviews-testimonial__avatar img {
  border-radius: 50% !important;
  border: 3px solid #4b2e83 !important;
}

/* REVIEW TEXT */
.s-reviews-testimonial__text p {
  color: #444 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* NAME */
.s-reviews-testimonial__info h2 {
  color: #4b2e83 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

/* STARS */
.s-rating-stars-selected svg {
  fill: #ffb400 !important;
}

/* QUOTE ICON */
.s-reviews-testimonial__icon {
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
  opacity: 0.12 !important;
}

.s-reviews-testimonial__icon svg {
  fill: #4b2e83 !important;
  width: 40px !important;
  height: 40px !important;
}
/* FOOTER CONTAINER */
.store-footer {
  width: 90%;
  margin: 25px auto;
  border-radius: 24px;
  overflow: hidden;
  background: #4b2e83 !important;
  color: #fff !important;
  box-shadow: 0 25px 70px rgba(75, 46, 131, 0.25);
}

/* FOOTER INNER */
.store-footer__inner {
  padding: 55px 45px !important;
}

/* FOOTER TITLES */
.store-footer h3 {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* DESCRIPTION */
.store-footer p {
  color: #e8e3ff !important;
  font-size: 14px;
  line-height: 1.8;
}

/* MENU LINKS */
.store-footer .s-menu-footer-item {
  display: block;
  color: #e8e3ff !important;
  margin-bottom: 10px;
  transition: 0.3s;
  font-size: 14px;
}

.store-footer .s-menu-footer-item:hover {
  color: #cfc6e8 !important;
  transform: translateX(-4px);
}

/* CONTACT ITEMS */
.store-footer .s-contacts-item {
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

/* CONTACT ICON */
.store-footer .s-contacts-icon svg {
  fill: #cfc6e8 !important;
  width: 20px;
}

/* SOCIAL ICONS */
.store-footer .s-social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transition: 0.3s;
  color: #fff !important;
}

.store-footer .s-social-list a:hover {
  background: #cfc6e8;
  color: #4b2e83 !important;
}

/* TRUST BADGE */
.s-trust-badges-wrapper {
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 14px;
  border-radius: 12px;
}

/* COPYRIGHT AREA */
.store-footer .copyright-text {
  color: #ddd !important;
  font-size: 13px;
}

/* PAYMENTS */
.s-payments-list img {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .store-footer {
    width: 92%;
    margin: 40px auto;
    border-radius: 18px;
  }

  .store-footer__inner {
    padding: 40px 25px !important;
  }
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin: 0;
}.banner--fixed img, .banner-entry {
    border-radius: 0;
}.inner.bg-inherit.w-full {
    background: #4b2e83;
}.top-navbar {
    background: #331f5a;
}.s-menu-topnav-list {
    color: #fff;
}@media (min-width: 480px) {
    .navbar-brand img {
        max-width: 9rem !important;
        max-height: 9rem !important;
        width: 4rem;
        height: 4rem;
    }
}
i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag {
    color: #cfc6e8;
    border-color: #cfc6e8;
    opacity: 1;
}

.s-cart-summary-total {
    color: #cfc6e8;
}
.store-footer__inner{
    background: #4b2e83 !important;
}.store-footer .md\:flex.items-center.justify-between.py-4.container.text-center{
    background: #331f5a;    width: 100%;
    max-width: 100%;

}.s-button-btn, .s-price-range-number-input {
    border-radius: 50px;
    background: #4b2e83;
    color: #cfc6e8;
}.app-inner.flex.flex-col.min-h-full {
    background: radial-gradient(ellipse at 20% 30%, rgba(75, 46, 131, 0.06) 0%, transparent 45%), radial-gradient(ellipse at 80% 60%, rgba(75, 46, 131, 0.05) 0%, transparent 50%), radial-gradient(ellipse at 50% 90%, rgba(75, 46, 131, 0.04) 0%, transparent 55%);
    background-color: #ffffff;
}