.bg-storeBG {
  background-image: url(https://cdn.salla.sa/form-builder/LxfbVXzzfPg9J156fNqFcFZPyQmCVwcaxF81rCKU.png) !important;
}

img.lazy.w-full.h-full.object-cover.object-center.min-h-\[250px\].max-h-\[350px\].lg\:max-h-\[700px\].loaded {
  object-fit: contain !important;
}

.lg\:w-1\/3.flex.items-center.justify-center.bg-cover.bg-no-repeat.text-center.relative.min-h-\[250px\].max-h-\[350px\].md\:max-h-\[700px\].has-overlay--opacity-option.has-overlay--opacity-0 {
  background-color: transparent !important;
}

.bg-primary {
  background-color: #f3f3f3 !important;
  background-color: #f3f3f3 !important;
}


.footer-is-custom .store-footer .footer-rights p {
  color: #000000 !important;
  opacity: 1 !important;
}

salla-slider.photos-slider .swiper-slide {
  margin: 0rem !important;
  width: 100%;
  padding: 0rem !important;
}

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

.s-slider-has-notitle .s-slider-block__title {
  margin-top: 0rem !important;
}

salla-slider.photos-slider .swiper {
  margin: 0rem !important;
  width: 100%;
  padding: 0rem !important;
}

img.lazy.object-cover.mx-auto.w-40.h-40.rounded-full {
  object-fit: scale-down;
  height: 298px;
  width: 210px;
  transform: scale(1.1);
}

.space-y-4.lg\:space-y-8 {
  display: none;
}

.min-h-\[600px\].w-full.flex {
  align-items: center;
}

.index .s-slider-v-centered .s-slider-block__title-nav {
  display: none;
}

.banner-entry:nth-of-type(1) {
  grid-column: 1 / 3 !important;
}

.md\:grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.banner-entry {
  background-color: transparent !important;
}
section#best-offers-2-slider {
    margin-top: 1rem;
}
.banner-entry:nth-of-type(2) {
order:2;
  
}
@media (max-width: 768px) {
  .banner-entry {
    height: 129px !important;
    background-color: transparent !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding: 1px !important;
  }
section#best-offers-2-slider {
    margin-top: -1rem !important;
}
  .lazy__bg {
    padding: 1px !important;
    height: 128px !important;
    background-color: transparent !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

.lazy__bg,
.banner-entry {
  height: 463px;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  max-height: 478px !important;
}

.store-footer__contacts-row,
.store-footer__inner,
.store-footer__newsletter {
  background-color: #872441 !important;
}

.store-footer__curve {
  --tw-text-opacity: 1;
  color: #872441 !important;
  z-index: 2;
}
.footer-is-custom .store-footer {
    background-color: #872441 !important;
    color: #ffffff !important;
}
img.img-fluid {
    filter: brightness(0) invert(1);
}
.mt-12 {
    margin-top: -2rem !important;
}
.s-block {
    margin-top: 1rem !important;
}





.cart-submit-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--bg-primary);
    z-index: 190;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cart-submit {
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    height: 50px;
    background-color: var(--color-primary);
    color: var(--bg-primary);
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#cart-submit:hover {
    background-color: var(--color-primary-dark);
}