:root {
  --logo-img: url("https://cdn.files.salla.network/theme/742070579/b5460455-3523-4599-8664-cc2a7ee94f64.webp");
}
body:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff 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);
  }
}
.top-navbar {
  background: #122d4c;
}
.s-block .container,
section.s-block.s-block--banners.container {
  padding: 0;
  width: 100% !important;
  max-width: 100%;
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0;
}

section.s-block.s-block--photos-slider {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border-radius: 0 !important;
  padding: 0;
}
salla-slider.photos-slider .swiper-slide img.w-full.object-contain.rounded-md {
  border-radius: 0;
}
.s-menu-topnav-list {
  color: #fff;
}

.s-product-card-entry {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: all 0.35s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.s-product-card-entry:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-color: #ab292a;
}

.s-product-card-image {
  background: #f7f7f7;
  padding: 10px;
}
.s-block--features__item p {
  color: #fff;
  position: relative;
  top: -51px;
  margin: 0 23px;
}
.s-product-card-image img {
  transition: transform 0.4s ease;
}

.s-product-card-entry:hover img {
  transform: scale(1.05);
}

.s-product-card-wishlist-btn {
  background: white;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.s-product-card-content {
  padding: 16px;
}

.s-product-card-content-title a {
  font-size: 15px;
  font-weight: 600;
  color: #0f2a44;
  line-height: 1.6;
  transition: 0.3s;
}

.s-product-card-content-title a:hover {
  color: #ab292a;
}

.s-product-card-price {
  font-size: 18px;
  font-weight: 700;
  color: #ab292a;
}

.s-product-card-content-footer .s-button-element {
  background: #ab292a;
  border: 2px solid #ab292a;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.s-product-card-content-footer .s-button-element:hover {
  background: #b71c1c;
  border-color: #b71c1c;
  color: #fff;
}

.s-product-card-content-footer .s-button-element i {
  color: #fff;
  margin-left: 6px;
}

@media (max-width: 768px) {
  .s-product-card-content-title a {
    font-size: 14px;
  }

  .s-product-card-price {
    font-size: 16px;
  }
}
.s-reviews-testimonial {
  background: linear-gradient(135deg, #ffffff, #fafafa);
  border-radius: 18px;
  padding: 26px;
  border: 1px solid #eee;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.s-reviews-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #ab292a;
}

.s-reviews-testimonial__inner {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.s-reviews-testimonial__avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ab292a;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.s-reviews-testimonial__text p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 14px;
  font-weight: 500;
}

.s-reviews-testimonial__name_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.s-reviews-testimonial__info h2 {
  font-size: 14px;
  font-weight: 700;
  color: #0f2a44;
}

.s-reviews-testimonial__rating svg {
  fill: #ffc107;
  width: 18px;
  height: 18px;
}

.s-reviews-testimonial__icon {
  position: absolute;
  left: 20px;
  bottom: 18px;
  opacity: 0.06;
}

.s-reviews-testimonial__icon svg {
  width: 55px;
  height: 55px;
  fill: #ab292a;
}

@media (max-width: 768px) {
  .s-reviews-testimonial {
    padding: 20px;
  }

  .s-reviews-testimonial__text p {
    font-size: 14px;
  }
}

.s-block--features__item .feature-icon {
  width: 100% !important;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 5rem 0 !important;
}

.s-block--features__item h2 {
  padding: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100% !important;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 100px;
  background: linear-gradient(to left, #ab292a, #ff3b3b) !important;
  padding-bottom: 10px !important;
  border-radius: 0 5rem !important;
  color: #fff;
}

.s-block--features__item .feature-icon {
  margin-bottom: 0;
  border: none;
  position: relative;
  top: 0px;
  animation: float 4s ease-in-out infinite;
  transition: all 0.4s ease;
  perspective: 1000px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.s-block--features__item p {
  color: #fff;
  position: relative;
  top: -63px;
  margin: 0 23px;
}

@media (max-width: 767px) {
  .s-block--features__item {
    grid-column: span 2 / span 2;
    padding: 0;
  }

  .s-products-slider-card {
    width: 100%;
    max-width: 56%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.s-product-card-image {
  background: #fff;
}
.store-footer {
  background: linear-gradient(135deg, #0f2a44, #132f4f);
  color: #e5edf5;
  padding-top: 60px;
  margin-top: 60px;
}

.store-footer__inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.store-footer h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
  position: relative;
}

.store-footer h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #d32f2f;
  margin-top: 6px;
  border-radius: 3px;
}

.store-footer .max-w-sm {
  font-size: 14px;
  line-height: 1.9;
  color: #c8d6e4;
}

.store-footer a {
  color: #d6e2ef;
  transition: 0.3s;
}

.store-footer a:hover {
  color: #ff3b3b;
}

.s-menu-footer-item {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  transition: 0.3s;
}

.s-menu-footer-item:hover {
  transform: translateX(-4px);
  color: #ff3b3b;
}

.s-contacts-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.s-contacts-icon {
  background: #d32f2f;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.s-trust-badges-wrapper {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.s-trust-badges-number {
  color: #ff3b3b;
  font-weight: 700;
}

.s-social-list {
  display: flex;
  gap: 12px;
}

.s-social-list a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d32f2f;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}

.s-social-list a:hover {
  transform: translateY(-4px);
  background: #ff3b3b;
}

.copyright-text {
  color: #b9c8d6;
  font-size: 14px;
}

.s-payments-list {
  display: flex;
  gap: 10px;
  align-items: center;
}

.s-payments-list-item {
  background: #ffffff;
  padding: 6px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.footer-is-light .store-footer .store-footer__inner {
  background: none;
}
.copyright-text p,
.s-trust-badges-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255);
}
.store-footer .lg\:col-span-2 a:first-child h3::before {
  content: "";
  display: block;
  width: 120px;
  height: 60px;
  background: var(--logo-img) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.store-footer {
  padding-top: 0;
}
.s-slider-block__title-right h2,
h1.s-reviews-header {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(90deg, #d32f2f, #ff3b3b, #0f2a44, #d32f2f);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textMove 4s linear infinite;
}

@keyframes textMove {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 300%;
  }
}

@media (max-width: 768px) {
  .store-footer__inner {
    width: 92%;
  }

  .store-footer h3 {
    font-size: 16px;
  }

  .store-footer .max-w-sm {
    font-size: 13px;
  }

  .s-payments-list {
    justify-content: center;
    margin-top: 10px;
  }
  .footer-is-light .store-footer .store-footer__inner {
    border: none;
    padding-bottom: 0;
  }
  .store-footer
    .md\:flex.items-center.justify-between.py-4.container.text-center {
    padding-top: 0;
  }
  .s-button-outline {
    padding: 7px;
  }
}
.s-search-input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.s-search-input::-webkit-input-placeholder {
  color: #ffffff;
}

.s-search-input:-ms-input-placeholder {
  color: #ffffff;
}
i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag {
  color: #0f2a44;
  border-color: #0f2a44;
  opacity: 1;
}

.s-cart-summary-total,
i.sicon-menu.text-primary.text-2xl {
  color: #0f2a44;
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  background: none !important;
  background-image: url("https://i.postimg.cc/hhF3Cfzs/bg.jpg") !important;
}