/* Add custom CSS styles below */ 
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.banner--fixed img,.banner-entry {
    background-color: transparent;
}

#mainnav{
      background-color: #F4F4F4;
}
.top-navbar {
   background-color: #3D4047;
}
#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: 550px;
}
section:nth-of-type(3) a{
   background-color: transparent;
}
section:nth-of-type(3) .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 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{
 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: #3D4047;
    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: #3D4047;
  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;
    }
section.s-block.s-block--fixed-banner:nth-of-type(11) .container {
    margin: 0 auto;
    padding: 0;
    max-width: 250px;
  background-color: transparent;
}
section:nth-of-type(9) {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

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

section:nth-of-type(9) img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  background-color: transparent;
}
.store-footer__inner{
  background-color: #F7F7F7;
  color:#000;
  border-top-color: #FFF;
      border-width: 1px;
    border-style: solid;
}
.store-footer{
  background-color: #3D4047;
}
@media (max-width:767px) {
  section:nth-of-type(3) .md\:grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}