/* Add custom CSS styles below */ 
.bg-storeBG, .bg-inherit {
    background-color: #e3d6c3;
}
.product-single .text-primary {color: #414042}
.footer-rights{
  display: none;
}

body {
    /* background-image: url('https://w0.peakpx.com/wallpaper/180/109/HD-wallpaper-pink-roses-bouquet-white-backgrounds-bouquet-of-roses-bokeh-pink-flowers-roses-buds-pink-roses-beautiful-flowers-backgrounds-with-flowers.jpg'); */
    background-image: url('https://i.postimg.cc/hhF3Cfzs/bg.jpg');
    /* background-repeat: no-repeat; */
    /* zoom: 85%;
    background-attachment: fixed;
    background-position: right; */
  }
  
   body.index section:not(.advanced-slider) .swiper .swiper-wrapper {
    justify-content: center !important;
    padding: 0px;
  }
body.index .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *){
    padding: 0px 26px !important;
  }
  body.index .s-block--testimonials .swiper .swiper-wrapper{
    padding-left: 3rem;
    justify-content: normal !important;
  }
  body.index .swiper h3.font-semibold {font-weight: 400}
  .footer-is-custom .store-footer .store-footer__curve {
    color: #6a4d44;
    }

  .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter{
  background: #6a4d44;
  border-bottom-color: #6a4d44;
  }
  .footer-is-custom .store-footer {
    color: #f4f4f4;
}
.s-block--testimonials {
  --faq-bg: none !important;
}
.s-block--rectangular-links:not(.free_aspect_ratio) img {
   aspect-ratio: unset;
}
.s-block--splitter {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
   }
@media (max-width: 767px) {
.advanced-slider img.object-cover
{object-fit: contain;}
.s-block.s-block--fixed-banner.wide-placeholder .container
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.s-block--custom-reviews .review, .s-block--testimonials.enhanced .review
{height: 200px;}
    .s-block--circle-links salla-slider .custom-width {
        width: 23%;
        }
    .index section.s-block--circle-links {
      margin-top: -20px;
    }
    .index .swiper-slide h3 {
      margin-top: 0px;
    }
}
@media (min-width: 640px) {
 /* section:nth-of-type(1) img {
      display: block;
      width: 100%;
      border-radius: 0.375rem;
      border-style: none;
      -o-object-fit: cover;
      object-fit: none;
      height: 1117px;
      width: 1200px;
      margin-right: auto;
      margin-left: auto;
  }*/
  section.s-block--fixed-banner:not(:nth-of-type(1)) img.lazy.loaded {
    transform: scale(0.6);
}
  .s-block--rectangular-links .rectangular-list-item {
      flex: unset;
      width: 300px;
      margin-right: auto;
      margin-left: auto;
  }
  .s-block--rectangular-links .rectangular-list {
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
  }
}
.product-tags {
    display: none;
}