/* Add custom CSS styles below */ 
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  background-color: #DDD9CE;
}
#mainnav{
      background-color: #DDD9CE;
}
.top-navbar{
   background-color: #000;
}
/* =========================
   SECTION 1
========================= */

section:nth-of-type(1) {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

section:nth-of-type(1) .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background-image: none;
}

section:nth-of-type(1) img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  background-color: transparent;
}
section:nth-of-type(2) img{
   background-color: transparent;
}
section.s-block.s-block--fixed-banner:nth-of-type(2) .container {
    margin: 0 auto;
    padding: 0;
    max-width: 375px;
  background-color: transparent;
}
section:nth-of-type(3){
  margin-top: 1rem;
}
section:nth-of-type(3) a{
   background-color: transparent;
}
section:nth-of-type(3) .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /* gap: 0px; */
        width: 400px;
        margin: auto;
    }
section:nth-of-type(4) img {
  max-width: 600px;
  height: auto;
  display: block;
  background-color: transparent;
}
.s-slider-block__title-right{
 margin: left;  
  text-align: center;
  padding-bottom: 30px;
}
.s-slider-block__title-right h2{
padding-bottom: 10px;

    text-align: right;
    border-bottom: 3px solid #000;
    width: 200px;

}
.s-slider-block__title{
  padding: 0;
  margin: 0;

}
.s-slider-block__title-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -20px;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #000000;
    color: #fff;
  border: none;
}
.s-slider-block__display-all {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #000000;
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 9px;
}
.s-product-card-entry{
    box-shadow: 
        0 3px 8px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    overflow: hidden;
  height: 97%;
}
section:nth-of-type(3) img{
   background-color: transparent;
}
section:nth-of-type(5) a {
    background-color: transparent;
}
section:nth-of-type(1) img{

  background-color: transparent;
}
section:nth-of-type(6) img{
  background-color: transparent;
}
section:nth-of-type(8) h1{
  margin: auto;
  padding-bottom: 60px;
}

.s-reviews-header{
      padding: 8px 130px;
    font-size: 1.7rem;
    color: #040404;
    background-repeat: no-repeat;
    margin: auto;
    padding-bottom: 40px;
  display: none;
}
.s-reviews-testimonial{
  background-color: #AC9C8D;
  color:#fff;
}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__rating, .s-reviews-container .swiper-slide-active .s-reviews-testimonial__text p {
    display: block;
    color: #fff;
}
    .s-reviews-testimonial__info h2 {
        font-size: .875rem;
        line-height: 1.25rem;
        color: #fff;
    }
.s-reviews-testimonial__icon svg{
    fill: #fff;

}
.s-rating-stars-wrapper svg{
   color:#fff;
     fill: #fff;
}
section:nth-of-type(10) img{
   background-color: transparent;
}
section.s-block.s-block--fixed-banner:nth-of-type(10) .container {
    margin: 0 auto;
    padding: 0;
    max-width: 375px;
  background-color: transparent;
}
.s-block--testimonials.container {
      
        margin-top: 20px;
    }
.footer-is-light .store-footer .store-footer__inner{
  background-color: #DDD9CE;
  color:#000;
  border-top-color: #000;
      border-width: 1px;
    border-style: solid;
}