/* Add custom CSS styles below */ 
:root{--orange:#f1f1f1;--bg-lg:linear-gradient(90deg,#f1f1f1,#f1f1f1);--raoua-color:#d5b047;--raoua-color-sec:#fff;--raoua-color-light:#f5f5f5;--color-primary:#d5b047!important;--color3:rgb(191,169,122,.7);--color4:rgb(231,134,116,.7);--color5:rgb(231,134,30,.7)}.dark{--color-primary:#f1f1f1;--color-secondary:#000}body{max-width:100vw!important;overflow-x:hidden!important}body,html{background-color:#fff!important;background-size:auto!important}.app-inner{position:relative!important}.app-inner::before,body.index::before{content:none!important;display:none!important;background:none!important;background-image:none!important;animation:none!important;filter:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.store-header .inner{z-index:500}.main-nav-container.fixed-pinned .inner{z-index:49!important}.navbar-brand img{max-height:4.5rem;max-width:145px;width:auto}.s-slider-wrapper{position:relative;max-width:1280px!important;margin:auto}.s-block{margin-top:2rem!important}section.s-block{max-width:100%!important}section.s-block>div,section.s-block>*{max-width:1280px!important;margin:auto!important}.s-slider-block__title h2,.s-block__title h2{font-size:clamp(13px,20px,22px)!important}.s-block__title h2::after{content:none!important;display:none!important}.p-block--features{display:block!important}.s-product-card-content-footer.rounded-md button{border-radius:.375rem;background:var(--raoua-color)!important;border-color:var(--raoua-color)!important;color:#fff!important;padding:6px!important}.store-footer{margin-top:0!important;background:var(--raoua-color)!important}.store-footer::before{content:none!important;display:none!important}.banner-entry{background-color:transparent!important}.banner-entry h3{line-height:1.5rem;color:#000!important}.bg-cover{border:none!important;border-radius:10px!important}

.app-inner::before {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  filter: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.index::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  position: static !important;
  z-index: auto !important;
  background: none !important;
  animation: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@keyframes scaleOut {
  from {
    transform: none;
  }
  to {
    transform: none;
  }
}

@keyframes fadeAndMoveOut {
  from {
    opacity: 0;
    transform: none;
  }
  to {
    opacity: 0;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
.banner-entry {
  margin-top: 15px !important;
}
}

.s-product-card-content-title.line-clamp-1 {
  color: #000 !important;
}

.s-slider-wrapper {
  position: relative;
  max-width: 1280px !important;
  margin: auto;
}

.s-product-card-content-footer.rounded-md button {
  border-radius: .375rem;
  background: var(--raoua-color) !important;
  border-color: var(--raoua-color) !important;
  color: #fff !important;
  padding: 6px !important;
}

.p-block--features{
    display: block !important;
}