/* Add custom CSS styles below */ 
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.banner--fixed img,.banner-entry {
    background-color: transparent !important;
}
body{
  background-color: #fff;
}
#mainnav{
      background-color: #fff;
}
.top-navbar{
   background-color: #1E3427 !important;
}
#slider-with-bg-5 .s-slider-block__title{
  display: none;
}
#slider-with-bg-7 .s-slider-block__title{
  display: none;
}
#slider-with-bg-9 .s-slider-block__title{
  display: none;
}
/* =========================
   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;
  max-width: 850px;
}
section:nth-of-type(3) a{
   background-color: transparent;
}
section:nth-of-type(3) .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    }
    .two-row .banner-entry:first-child {
         height: 200px;
    }
section:nth-of-type(4) img {
  max-width: 600px;
  height: auto;
  display: block;
  background-color: transparent;
}
.s-slider-block__title-right{
 
  text-align: center;
  padding-bottom: 30px;
}
.s-slider-block__title-right h2{
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 3px solid #000;
    width: 200px;

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

}
.s-slider-block__title-left {
   display: none;
   
}
.s-slider-block__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    max-width: 1280px;
    align-items: center;
    justify-content: center;
}
.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #1E3427;
    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 77px;
  font-size: 1.7rem;
    color:#fff;
    background-image: url("https://imglink.cc/cdn/AA1jp1nEGI.png");
    background-repeat: no-repeat;
}
.s-reviews-testimonial{
  background-color: #1E3427;
  color:#fff;
}
.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}
.s-reviews-testimonial{
  background-color: #1E3427;
  color:#fff;
}
.s-reviews-testimonial__icon svg{
    fill: #fff;

}
.s-rating-stars-wrapper svg{
   color:#fff;
     fill: #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-container .swiper-slide-active .s-reviews-testimonial__rating, .s-reviews-container .swiper-slide-active .s-reviews-testimonial__text p {
    display: block;
    color: #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;
    }
section.s-block.s-block--fixed-banner:nth-of-type(11) .container {
    margin: 0 auto;
    padding: 0;
    max-width: 250px;
  background-color: transparent;
}
.store-footer__inner{
  background-color: #1E3427 !important;
  color:#fff;
  border-top-color: #fff;
      border-width: 1px;
    border-style: solid;
}
.store-footer{
  background-color: #fff !important;
}
@media (max-width:767px) {
  section:nth-of-type(3) .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}