/** Shopify CDN: Minification failed

Line 1308:45 Expected ":"
Line 3904:15 Expected identifier but found "."

**/
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Fair Prosper';
    src: url('/cdn/shop/files/FairProsper.woff2?v=1751963489') format('woff2'),
        url('/cdn/shop/files/FairProsper.woff?v=1751963486') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{ letter-spacing: normal; line-height: normal; font-family: "Urbanist", sans-serif;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { letter-spacing: normal; line-height: normal; font-family: "Urbanist", sans-serif;}
.page-width { 
  margin: 0 auto; 
  max-width: 1250px; 
  padding: 0px 15px !important;
    @media only screen and (max-width:1360px){
      padding: 0px 40px !important;
    }

    @media only screen and (max-width:1280px){
      padding: 0px 30px !important;
    }

    @media only screen and (max-width:1024px){
      padding: 0px 20px !important;
    }
}
img{max-width: 100%; vertical-align: middle;}
.section-header .header-wrapper{position: relative; z-index: 2; width: 100%;}
.section-title{
  color: #0E4F5D;
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 25px 0px;
    @media only screen and (max-width:1360px){
      font-size: 37px;
    }
    @media only screen and (max-width:1199px){
      font-size: 33px;
    }
    @media only screen and (max-width:768px){
      font-size: 28px;
    }
    @media only screen and (max-width:575px){
        font-size: 24px;
    }
}


.template-list-collections h1, .template-blog h1, .template-collection h1{
  color: #0E4F5D;
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 25px 0px;
    @media only screen and (max-width:1360px){
      font-size: 37px;
    }
    @media only screen and (max-width:1199px){
      font-size: 33px;
    }
    @media only screen and (max-width:768px){
      font-size: 28px;
      margin: 10px 0 0 0;
    }
    @media only screen and (max-width:575px){
        font-size: 24px;
    }
}



.header{
  padding: 20px 15px !important;
  .menu-drawer-container{
    .header__icon{
      span{
        @media only screen and (max-width:989px){
          margin-left: 10px;
        }
      }
    }
  }
    @media only screen and (max-width:989px){
      padding: 20px 15px !important;
      grid-template-columns: repeat(3, 1fr);
    }
    @media only screen and (max-width:575px){
      padding: 13px 15px !important;
    }
  .header__heading{
    a{
      padding: 0px;
    }
  }
  .header__inline-menu{
    margin: 16px 0 0 0 !important;
    .list-menu.list-menu--inline{
      li{
        a{
          margin: 0 24px;
          padding:0px;
          font-size: 20px;
          font-weight: 400;
          color: #000000;
          &:hover{
            color: #0e4f5d;
          }
            @media only screen and (max-width:1280px){
              font-size: 18px;
              margin: 0 19px;
            }
          .header__active-menu-item{
            color: #0e4f5d;
            text-decoration: underline;
            text-underline-offset: 8px;
            /* border-bottom: 2px solid #0e4f5d; */
          }
        }
        summary{
          padding: 0 27px 0px 24px;
          font-size: 20px;
          font-weight: 400;
          color: #000000;
        }
      }
    }
  }
  .header__icons{
    padding: 0px;
    gap: 25px;
    @media only screen and (max-width:989px){
      gap: 20px;
    }
    @media only screen and (max-width:768px){
      gap: 15px;
    }
    @media only screen and (max-width:575px){
      gap: 10px;
    }
    div{
      .header__search{
        display: block;
      }
    }
    .header__icon{
      .cart-count-bubble{
        height: 20px;
        width: 20px;
        font-size: 14px;
        bottom: 0;
        left: 12px;
        line-height: normal;
        top: -10px;
        padding: 1px 0 0 1px;
        background-color: #0E4F5D;
      }
    }
  }

}

.header.header--top-center{
  .header__search{
    display: none;
  }
}

.service-ic{
  .svg-wrapper{
    height: auto;
    width: auto;
  }
}


.slick-arrow{
  padding:0; 
  margin:0; 
  width:12px; 
  height:20px; 
  text-indent: -9999px; 
  border: 0; 
  background-color: transparent; 
  position: absolute; 
  top: 50%; 
  bottom: auto;  
  z-index: 1; 
  cursor: pointer; 
  transform: translateY(-50%);
}

.slick-arrow.slick-prev{ 
  background: url(prev-arrow.png) no-repeat; 
  left:-33px; 
  right: auto; 
  background-size: contain;
    @media only screen and (max-width:1360px){
      left:-10px; 
    }
} 
.slick-arrow.slick-next{ 
  background: url(next-arrow.png) no-repeat; 
  left:auto; 
  right: -33px; 
  background-size: contain;
    @media only screen and (max-width:1360px){
      right:-10px; 
    }
}
.slick-arrow.slick-prev:hover{ background: url(prev-arrow.png) no-repeat; background-size: contain;}
.slick-arrow.slick-next:hover{ background: url(next-arrow.png) no-repeat; background-size: contain;}
.slick-arrow.slick-prev.slick-disabled{ background: url(prev-arrow.png) no-repeat; cursor: not-allowed; background-size: contain;}
.slick-arrow.slick-next.slick-disabled{ background: url(next-arrow.png) no-repeat; cursor: not-allowed; background-size: contain;}



.banner-top{
  .banner-top-title{
      text-align: center;
      background: #004d5b;
      display: inline-block;
      width: 100%;
      padding: 6px 10px;
    p{
      margin: 0px;
      padding: 0px;
      color: #FFF;
      /* font-family: "Fair Prosper"; */
      font-size: 28px;
      font-weight: 400;
      line-height: normal;
        @media only screen and (max-width:1280px){
          font-size: 24px;
        }
        @media only screen and (max-width:1024px){
          font-size: 22px;
        }
        @media only screen and (max-width:768px){
          font-size: 20px;
        }
        @media only screen and (max-width:575px){
          font-size: 14px;
        }
    }
  }
}

.banner_slider .banner_list > div {width:100%;}
.banner_slider .banner_list > .banner-slide {display:none;}
.banner_slider .banner_list > .banner-slide:first-child {display:flex;}
/* .banner_slider{ overflow-x: hidden;} */
.banner_slider .slick-slide > div {display: flex;}
.banner_slider .banner-slide .mobile_image {
  display: none;
    @media only screen and (max-width:575px){
      display: block;
      max-height: 547px;
    }
}
.banner_slider .banner-slide .desktop_image {
    @media only screen and (max-width:575px){
      display: none;
    }
}

@media only screen and (max-width:575px){     
  .banner_slider .banner-slide{
    background-color:#f4fdfe;
     img{
      width:auto !important;
      margin:0 auto;
     }
  }
}
  

.banner_slider .banner-slide img{width: 100%; height: auto; display: block;}

.cat-img-sec{
  margin-top: 190px;
  margin-bottom: 110px;
      @media only screen and (max-width:1280px){
        margin-top: 130px;
        margin-bottom: 50px;
      }
      @media only screen and (max-width:575px){
        margin-top: 95px;
      }
  .cat-img-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 76px;
      @media only screen and (max-width:1200px){
        gap: 20px;
      }
      @media only screen and (max-width:768px){
        grid-template-columns: 1fr;
        gap: 125px;
      }
      @media only screen and (max-width:575px){
        gap: 100px;
      }
  }
  .cat-img-col{
    .img-bg-main{
      position: relative;
      .cat-img-bg{
        display: flex;
        position: relative;
        width: 100%;
        img{
          width: 100%;
          border-radius: 20px;
            @media only screen and (max-width:768px){
              width: auto;
            }
            @media only screen and (max-width:575px){
              width: 100%;
              max-width: 250px;
            }
        }
        @media only screen and (max-width:768px){
          justify-content: center;
        }
      }
      .cat-img-pro{
        position: absolute;
        bottom: 65px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: center;
        img{
          height:380px;
          @media only screen and (max-width:1200px){
           height:330px;
          }
          @media only screen and (max-width:1024px){
           height:240px;
          }
           @media only screen and (max-width:768px){
           height:335px;
          }
          @media only screen and (max-width:575px){
           height:260px;
          }
           @media only screen and (max-width:458px){
           height:270px;
          
          }
        }
        @media only screen and (max-width:1200px){
          bottom: 35px;
        }
        @media only screen and (max-width:1024px){
          bottom: 55px;

        }
        @media only screen and (max-width:768px){
          bottom: 51px;

        }
        @media only screen and (max-width:575px){
          bottom: 30px;
        }
      }
    }
    a{
      text-decoration: none;
      color: #000000;
        @media only screen and (max-width:768px){
          text-align:center;
        }
      &:hover{
        .img-bg-main{
          .cat-img-pro{
            img{
              transform: scale(1.1);
              transition: 0.4s;
            }
          }
        }
      }
      .img-bg-main{
        .cat-img-pro{
          img{
            transition: 0.4s;
            @media only screen and (max-width:1024px){
              max-width: 100px;
            }
            @media only screen and (max-width:768px){
             max-width: 100%;
            }
            @media only screen and (max-width:575px){
              max-width: 100px;
            }
          }
        }
      }
    }
    .cat-img-name{
      font-size: 24px;
      line-height: normal;
      margin-top: 23px;
      padding-right: 10px;
      display: inline-block;
        @media only screen and (max-width:1280px){
          font-size: 22px;
        }
        @media only screen and (max-width:1024px){
          font-size: 20px;
        }
        @media only screen and (max-width:768px){
          padding:0px;
          font-size: 19px;
          width: 100%;
        }
        @media only screen and (max-width:575px){
          font-size: 18px;
          margin-top: 17px;
          padding: 0 15px;
        }
    }
    &:nth-child(1){
      .cat-img-name{
        span{
          color: #E44E2A;
          font-weight: 600;
        }
      }
    }
    &:nth-child(2){
      .cat-img-name{
        span{
          color: #5199A7;
          font-weight: 600;
        }
      }
    }
    &:nth-child(3){
      .cat-img-name{
        span{
          color: #F59C10;
          font-weight: 600;
        }
      }
    }
  }
}


  .marquee-bar {
    background-color: #004d5b;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
    display: grid;
    align-items: center;
    padding: 10px 0;
      @media only screen and (max-width:575px){
        padding: 0px 0;
      }
  }

  .marquee-track {
    display: inline-flex;
    animation: scroll-left 15s linear infinite;
  }

  .marquee-item {
    display: flex;
    align-items: center;
    color: #ffffff;
    gap: 10px;
    font-size: 20px;
    margin-right: 33px;
    font-weight: 500;
    white-space: nowrap;
      @media only screen and (max-width:575px){
        font-size: 13px;
        gap: 4px;
        margin-right: 20px;
      }
  }

  .marquee-item svg {
    fill: white;
      @media only screen and (max-width:575px){
        width: 13px;
      }
  }

  @keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  .marquee-bar:hover .marquee-track {
    animation-play-state: paused;
  }


.benefits-grid-wrapper{
  .benefits-title{
    color: #0E4F5D;
    margin: 0 0 32px 0;
    text-align: center;
      @media only screen and (max-width:1360px){
        font-size: 37px !important;
        margin: 0 0 20px 0;
      }
      @media only screen and (max-width:1199px){
        font-size: 33px !important;
      }
      @media only screen and (max-width:768px){
        font-size: 28px !important;
      }
      @media only screen and (max-width:575px){
          font-size: 22px !important;
      }
  }
}



.benefit-section{
  .page-width{
      max-width: 1310px;
  }
}

  .benefits-title {
    margin-bottom: 2rem;
  }

  .benefits-grid-left {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 32px;
      @media only screen and (max-width:1280px){
        max-width: 100% !important;
        gap: 25px;
      }
      @media only screen and (max-width:768px){
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
      }
      @media only screen and (max-width:575px){
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        column-gap: 14px;
        row-gap: 24px;
      }

    .benefit-box {
      position: relative;
      min-height: 230px;
      padding: 32px;
      border: 1px solid #0E4F5D;
        @media only screen and (max-width:768px){
            grid-row-start: inherit !important;
            grid-column: span 2 !important;
            grid-row: span 2 !important;
            min-height: 190px;
        }
        @media only screen and (max-width:575px){
          border-radius: 30px;
          min-height: auto;
          padding: 20px;
        }
      &:nth-child(1){
         @media only screen and (max-width:575px){
          grid-column: 1 / 2 !important;
          grid-row: 2 / 3 !important;
         }
          p{
            @media only screen and (max-width:575px){
              font-size: 13px;
              margin: 7px 0 0 0;
            }
          }
      } 
      &:nth-child(2){
        grid-column: span 2 / span 2;
           @media only screen and (max-width:575px){
              grid-column: 1 / 3 !important;
              grid-row: 1 / 2 !important;
           }
        h3{
          background: url(world.png)right center no-repeat;
          padding: 0 55px 0 0;
          text-transform: uppercase;
          @media only screen and (max-width:768px){
              font-size: 40px !important;
          }
        }
        .benefit-subtitle{
          p{
            margin: 0px;
            line-height: 1;
            @media only screen and (max-width:768px){
                font-size: 30px !important;
            }
          }
        }
      }
      &:nth-child(3){
        grid-row-start: 2;
         @media only screen and (max-width:575px){
           grid-column: 2 / 3 !important;
           grid-row: 2 / 3 !important;
         } 
        p{
            @media only screen and (max-width:575px){
              font-size: 13px;
              margin: 7px 0 0 0;
            }
          }
      }
      &:nth-child(4){
        grid-row-start: 2;
         @media only screen and (max-width:575px){
           grid-column: 1 / 2 !important;
           grid-row: 3 / 4 !important;
         }
        p{
          @media only screen and (max-width:575px){
            font-size: 13px;
            margin: 7px 0 0 0;
          }
        }
      }
      &:nth-child(5){
        grid-row-start: 2;
          @media only screen and (max-width:575px){
            grid-column: 2 / 3 !important;
            grid-row: 3 / 4 !important;
          } 
        p{
          @media only screen and (max-width:575px){
            font-size: 13px;
            margin: 7px 0 0 0;
          }
        }
      }
    }
  }

  .benefit-box {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #e6f7f8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-radius: 41px;
    p{
      margin: 10px 0 0 0;
    }
  }

  .benefit-box.dark {
    background-color: #004d5b;
    color: #fff;
  }

  .benefit-icon {
    height: auto;
      svg{
        @media only screen and (max-width:575px){
          height: 60px;
        }
      }
  }

  .benefit-title {
    margin:0 auto;
  }

.benefit-grid-main{
  display: flex;
  gap: 32px;
  align-items: start;
  justify-content: center;
      @media only screen and (max-width:1280px){
        flex-direction: column;
      }
  .benefits-grid-left{
    max-width: 755px;
    width: 100%;
  }
  .benefits-grid-right{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 366px;
    gap: 26px;
      @media only screen and (max-width:1280px){
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
      }
      @media only screen and (max-width:992px){
        display: flex;
        flex-direction: column;
        gap: 24px;
      }
      @media only screen and (max-width:768px){
        gap: 21px;
      }
    .benefit-box{
      min-height: 145px;
      border-radius: 35px;
      padding: 45px;
      align-items: self-start;
        @media only screen and (max-width:1024px){
            padding: 33px;
        }
        @media only screen and (max-width:575px){
            border-radius: 30px;
        }
      p{
        margin: 0px;
        @media only screen and (max-width:1024px){
          font-size: 18px !important;
        }
      }
      h3{
        margin: 0px;
        line-height: 1;
          @media only screen and (max-width:1280px){
            font-size: 33px !important;
          }
          @media only screen and (max-width:1024px){
            font-size: 30px !important;
          }
          @media only screen and (max-width:768px){
            font-size: 40px !important;
          }
      }
      &:nth-child(1){
          @media only screen and (max-width:575px){
            justify-content: center;
            align-items: center;
          }
      }
      &:nth-child(2){
        flex-direction: row;
        gap: 20px;
        align-items: center;
          @media only screen and (max-width:1024px){
            gap: 10px;
          }
      }
      &:nth-child(3){
        flex-direction: row;
        gap: 20px;
        align-items: center;
          @media only screen and (max-width:1024px){
            gap: 10px;
          }
      }
    }
  }
  @media only screen and (max-width:768px){
    flex-direction: column;
    column-gap: 14px;
    row-gap: 24px;
  }
}

.home-collection-tab{
  margin: 110px 0px;
    @media only screen and (max-width:1280px){
      margin: 70px 0px;
    }
    @media only screen and (max-width:1024px){
      margin: 50px 0px;
    }
  .collection-listing{
    .grid__item{
      .quick-add{
        z-index: 1;
      }
    }
  }
  .products-slider{
    .topHeaderTabs{
      ul{
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        gap: 43px;
          @media only screen and (max-width:1200px){
              gap: 22px;
            }
          li{
            list-style: none;
            color: #000;
            font-family: Urbanist;
            font-size: 24px;
            font-weight: 500;
            line-height: normal;
            border-radius: 10px;
            border: 1px solid #000;
            padding: 9px 20px;
            cursor: pointer;
            transition: 0.4s;
            &:hover{
              background: #0E4F5D;
              color: #ffffff;
              border: 1px solid #0E4F5D;
              transition: 0.4s;
            }
              @media only screen and (max-width:1200px){
                padding: 5px 15px;
                font-size: 18px;
              }
              @media only screen and (max-width:768px){
                padding: 6px 13px;
                font-size: 17px;
              }
              @media only screen and (max-width:575px){
                padding: 5px 8px;
                font-size: 16px;
              }
          }
        li.active{
          background: #0E4F5D;
          color: #ffffff;
          border: 1px solid #0E4F5D;
          transition: 0.4s;
        }
          @media only screen and (max-width:768px){
              gap: 15px;
              flex-wrap: wrap;
          }
          @media only screen and (max-width:575px){
              gap: 10px;
          }
      }
    }

    .tab_container{
      .tab_content{
        .collection-listing{
          .product-list{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 57px;
            margin: 42px 0px 0px 0px;
              @media only screen and (max-width:1200px){
                gap: 25px;
              }
              @media only screen and (max-width:768px){
                margin: 25px 0px 0px 0px;
              }
            .grid__item{
              width: 100%;
              max-width: 100%;
            }
            @media only screen and (max-width:640px){
              display: inherit;
            }
            .slick-track{
              .slick-slide{
                @media only screen and (max-width:768px){
                  margin: 12px;
                }
              }
            }
            .slick-arrow{
                @media only screen and (max-width:768px){
                  width: 12px;
                  height: 20px;
                }
            }
          }
        }
      }
    }
  }
}

@media only screen and (max-width:768px){
.template-index{
  .home-collection-tab{
      .product-list{
        display: inherit !important;
      }
    }
}
}


.product-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 57px;
}


.template-list-collections{
.grid__item{
    width: 100%;
    max-width: 100%;
    .card--text{
      .card__inner{
        background: transparent;
        transform: none;
        .card__content{
          border-radius: 20px 20px 0px 0px;
          border: 1px solid #AFAFAF;
          background: transparent;
          .media{
            img{
              padding: 30px;
            }
          }
          .card__heading{
            a{
              color: #000;
              font-family: Urbanist;
              font-size: 20px;
              font-weight: 600;
              line-height: normal;
              margin-bottom: 28px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              min-height: 48px;
              text-align: center;
            }
          }
        }
      }
    }
  }
}

.template-list-collections{
  .grid__item .card--media .card__information h3 a {
      text-align: center;
      margin: 10px 0 0 0;
  }
}




  .grid__item{
    width: 100%;
    max-width: 100%;
    .card--media{
      .card__inner{
        background: transparent;
        transform: none;
        .card__media{
          border-radius: 20px 20px 0px 0px;
          border: 1px solid #AFAFAF;
          background: #F4FDFF;
          .media{
            img{
              padding: 30px;
            }
          }
        }
      }
      .card__content.grid-card-content{
        border-radius: 0px 0px 20px 20px;
        border: 1px solid #AFAFAF;
        border-top: 0;
        padding: 20px;
        .quick-add{
          .quick-add__submit{
            border-radius: 10px;
            background: #0E4F5D;
            color: #FFF;
            font-family: Urbanist;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            transition: 0.4s;
            transform: none !important;
            border: 2px solid transparent;
             &:hover{
               background: transparent;
               color: #0E4F5D;
               transition: 0.4s;
               border: 2px solid #0E4F5D;
             }
              @media only screen and (max-width:1200px){
                font-size: 16px;
              }
          &:after{
            display: none;
          }
          &:before{
            display: none;
          }
          }
        }
      }
      .card__information{
        padding: 0px;
        h3{
          a{
            color: #000;
            font-family: Urbanist;
            font-size: 20px;
            font-weight: 600;
            line-height: normal;
            margin-bottom: 28px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;  
            overflow: hidden;
            min-height: 48px;
          }
        }
        .caption-with-letter-spacing{
          color: #888;
          font-family: Urbanist;
          font-size: 18px;
          font-weight: 600;
          line-height: normal;
          margin: 0 0 17px 0;
        }
        .price{
          color: #000;
          font-family: Urbanist;
          font-size: 24px !important;
          font-weight: 700;
          line-height: normal;
          margin: 0 0 8px 0;
        }

        .card-information{
          .rating{
            .rating-star{
              font-size: 25px;
              font-weight: 700;
              color: #94b20f;
            }
          }
          .rating-count{
            span{
              color: #888;
              font-family: Urbanist;
              font-size: 18px;
              font-weight: 400;
              line-height: normal;
            }
          }
        }
      }
    }
  }

.about-section-home-main-bg{
  background: #F4FDFF;
  .about-bg-main{
    display: grid;
    grid-template-columns: 1fr 550px;
    align-items: end;
    gap: 0px;
    padding: 30px 0 0 0;
        @media only screen and (min-width:1281px){
            position: relative;
            display: inherit;
        }
        @media only screen and (max-width:1280px){
            grid-template-columns: repeat(2, 1fr);
        }
        @media only screen and (max-width:1024px){
            grid-template-columns: 1fr 465px;
        }
        @media only screen and (max-width:840px){
            grid-template-columns: 1fr;
            gap: 50px;
        }
        @media only screen and (max-width:575px){
            gap: 16px;
        }
    .text-blog-about-main{
       padding: 20px 0px 50px 0px;
        @media only screen and (max-width:1280px){
          padding: 20px 0px 40px 0px;
        }
        @media only screen and (max-width:1024px){
          padding: 10px 0px 30px 0px;
        }
        @media only screen and (max-width:768px){
          text-align: center;
        }
      h2{
        color: #0E4F5D;
        font-family: Urbanist;
        font-size: 40px;
        font-weight: 700;
        line-height: normal;
        margin: 0px 0px 26px 0px;
          @media only screen and (max-width:1360px){
            font-size: 37px;
            margin: 0px 0px 20px 0px;
          }
          @media only screen and (max-width:1199px){
            font-size: 33px;
          }
          @media only screen and (max-width:768px){
            font-size: 28px;
          }
          @media only screen and (max-width:575px){
              font-size: 22px;
          }
      }
      p{
        color: #000;
        font-family: Urbanist;
        font-size: 24px;
        font-weight: 400;
        line-height: 40px;
        margin: 0px;
        max-width: 530px;
          @media only screen and (max-width:1200px){
            font-size: 22px;
            line-height: normal;
          }
          @media only screen and (max-width:1024px){
            font-size: 20px;
            line-height: 26px;
          }
          @media only screen and (max-width:768px){
            font-size: 19px;
          }
          @media only screen and (max-width:575px){
              font-size: 14px;
              padding: 0 20px;
              line-height: 18px;
          }
        /* br{
          @media only screen and (max-width:575px){
              display: none;
          }
        } */
      }
    }
    .image-about-main{
        @media only screen and (min-width:1281px){
            position: absolute;
            right: 0;
            bottom: 0;
            left: inherit;
            max-width: 670px;
        }
        @media only screen and (max-width:575px){
          text-align: center;
        }
      .about-right-img{
        img{
          @media only screen and (max-width:575px){
            max-height:290px;
            margin: 0 auto;
          }
        }
      }
    }
  }
}

.how-to-use-sec{
  margin: 110px 0px;
      @media only screen and (max-width:1280px){
        margin: 70px 0px;
      }
      @media only screen and (max-width:1024px){
        margin: 50px 0px;
      }
  .main-top-title{
    margin: 0px 0px 37px 0px;
  }
  .howToUse-row{
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 66px;
      @media only screen and (max-width:1200px){
        gap: 25px;
      }
      @media only screen and (max-width:768px){
        grid-template-columns: 1fr;
        gap: 30px;
      }
    .hoeToUse-col{
        @media only screen and (max-width:575px){
          max-width: 280px;
          margin: 0 auto;
          width: 100%;
        }
      .cat-number{
        font-family: Urbanist;
        font-size: 36px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 70px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
          @media only screen and (max-width:575px){
             height: 50px;
             width: 50px;
             font-size: 20px;
          }
      }
      .cat-img-pro{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        height: 100%;
            img{
              margin: 0 auto;
              transition: 0.4s;
              width: 100%;
              height: 100%;
                @media only screen and (max-width:575px){
                   max-width: max-content;
                }
            }
      }

      .cat-img-name{
        background: #0E4F5D;
        display: inline-block;
        width: 100%;
        padding: 11px 15px;
        p{
          color: #FFF;
          text-align: center;
          font-family: Urbanist;
          font-size: 24px;
          font-weight: 500;
          line-height: normal;
          text-transform: capitalize;
          margin: 0px;
            @media only screen and (max-width:1200px){
                font-size: 20px;
            }
            @media only screen and (max-width:768px){
                font-size: 22px;
            }
            @media only screen and (max-width:575px){
               font-size: 16px;
            }
        }
      }
      /* &:hover{
        .cat-img-pro{
          img{
            transform: rotateY(360deg);
            transition: 0.4s;
          }
        }
      } */
      .img-bg-main{
         border-radius: 0 56px 0px 0 !important;
         padding: 0px 0 0px 0;
         position: relative;
         overflow: hidden;
         min-height: 290px;
         max-height: 290px;
         height: 100%;
         width: 100%;
         max-width: 100%;
          @media only screen and (max-width:1200px){
            border-radius: 0 40px 40px 40px;
          }
          @media only screen and (max-width:575px){
            border-radius: 0 30px 30px 30px;x;
          }

        .cat-video-pro{
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          width: 100%;
          height: 100%;
           .uploaded-video{
             width: 100%;
             height: 100%;
           }
           video{
             width: 100%;
             height: 100%;
           }
        }

        .embed-container{
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
          iframe{
            border: 0;
            width: 100%;
            height: 100%;
          }
        }
      }
    }
  }
}


.modern-self-sec{
  background: #F4FDFF;
  padding: 15px 0px 0px 0px;
      @media only screen and (max-width:1024px){
        padding: 25px 0px 0px 0px;
      }
  .page-width{
    max-width: 1200px;
  }

  .self-main-content{
    display: flex;
    align-items: center;
    gap: 26px;
        @media only screen and (max-width:1280px){
          justify-content: space-between;
        }
        @media only screen and (max-width:992px){
          flex-direction: column;
        }
    .self-right-content{
      max-width: 825px;
      width: 100%;
        @media only screen and (max-width:1280px){
          max-width: 650px;
        }
    }
    .self-left-content{
        @media only screen and (max-width:1024px){
          width: 100%;
        }
      .section-title{
        text-align: left;
        margin-bottom: 10px;
      }
      .cat-desc{
        p{
          color: #000;
          font-family: Urbanist;
          font-size: 20px;
          font-weight: 500;
          line-height: normal;
          margin: 0px;
        }
      }
      .self-block-main{
        margin: 50px 0px 0px 0px;
          @media only screen and (max-width:992px){
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            column-gap: 20px;
            align-items: baseline;
          }
          @media only screen and (max-width:575px){
           margin: 30px 0px 0px 0px;
          }
        .self-left-block{
          display: flex;
          align-items: center;
          gap: 18px;
          margin-bottom: 34px;
            @media only screen and (max-width:575px){
              margin-bottom: 17px;
            }
          &:last-child{
            margin-bottom: 0px;
          }
          .cat-img-pro{
            display: flex;
            max-width: 70px;
            max-height: 70px;
            border-radius: 5px;
          }
          .cat-img-name{
            p{
              color: #000;
              font-family: Urbanist;
              font-size: 20px;
              font-weight: 500;
              line-height: normal;
              margin: 0px;
                @media only screen and (max-width:575px){
                  font-size: 18px;
                }
            }
          }
        }
      }
    }
  }
}



.reason-switch-sec{
  background: #F4FDFF;
  padding: 35px 0px 40px 0px;
      @media only screen and (max-width:992px){
        padding: 30px 0px;
      }
  .reason-main-content{
    display: flex;
    align-items: center;
    gap: 75px;
      @media only screen and (max-width:1200px){
        gap: 50px;
      }
      @media only screen and (max-width:992px){
        flex-direction: column-reverse;
        align-items: self-start;
        gap: 40px;
      }
      @media only screen and (max-width:575px){
        align-items: center;
      }
    .reason-left-content{
      max-width: 650px;
      width: 100%;
      @media only screen and (max-width:1200px){
        max-width: 500px;
      }
      @media only screen and (max-width:992px){
        margin: 0 auto;
      }
    }
    .reson-right-content{
      text-align: left;
        @media only screen and (max-width:575px){
          max-width: 100%;
          width: 100%;
        }
      .section-title{
        text-align: left;
        margin: 0px 0px 30px 0px;
          @media only screen and (max-width:575px){
            text-align: center;
          }
        p{
          margin: 0px;
        }
      }
      .reason-block-main{
        .reason-right-block{
          margin-bottom: 25px;
          &:last-child{
            margin-bottom: 0px;
              @media only screen and (max-width:992px){
                margin-bottom: 20px;
              }
          }
          .cat-img-name{
            p{
              color: #0E4F5D;
              font-family: Urbanist;
              font-size: 30px;
              font-weight: 600;
              line-height: normal;
              margin: 0px;
               @media only screen and (max-width:1200px){
                  font-size: 27px;
                }
                @media only screen and (max-width:992px){
                  font-size: 23px;
                }
                @media only screen and (max-width:575px){
                  font-size: 20px;
                  margin: 0px 0px 3px 0px;
                }
            }
          }
          .cat-img-desc{
            p{
              color: #000;
              font-family: Urbanist;
              font-size: 20px;
              font-weight: 400;
              line-height: normal;
              margin: 0px;
               @media only screen and (max-width:1200px){
                  font-size: 17px;
                }
                @media only screen and (max-width:992px){
                    font-size: 15px;
                }
               @media only screen and (max-width:575px){
                  font-size: 13px;
                }
            }
          }
            @media only screen and (max-width:992px){
              margin-bottom: 20px;
              border: 1px solid #0e4f5d;
              border-radius: 50px;
              padding: 10px 30px;
            }
            @media only screen and (max-width:575px){
              margin-bottom: 20px;
              border: 0px;
              padding: 0px;
            }
        }
        
        @media only screen and (max-width:992px){
          display: flex;
          flex-wrap: wrap;
          column-gap: 30px;
        }

        @media only screen and (max-width:575px){
          text-align: center;
          flex-wrap: nowrap;
          flex-direction: column;    
        }
      }
    }
  }
}

.formulated-sec{
  margin: 110px 0px;
    @media only screen and (max-width:1280px){
      margin: 70px 0px;
    }
    @media only screen and (max-width:1024px){
      margin: 50px 0px;
    }
  .page-width{
    max-width: 1310px;
  }
  .section-title{
    margin: 0px 0px 35px 0px;
  }
  .formulated-block-main{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 41px;
      @media only screen and (max-width:1200px){
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
      }
      @media only screen and (max-width:1024px){
        grid-template-columns: repeat(3, 1fr);
      }
      @media only screen and (max-width:768px){
        grid-template-columns: repeat(2, 1fr);
      }
      @media only screen and (max-width:575px){
        display: inherit;
      }
    .formulated-block{
      width: 100%;
      .formulated-img{
        width: 100%;
        overflow: hidden;
        display: inline-block;
        img{
          width: 100%;
          transition: 0.4s;
        }
      }
      &:hover{
        .formulated-img{
          img{
            transform: scale(1.1);
            transition: 0.4s;
          }
        }
      }
      .formulated-name{
        background: #F4FDFF;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 5px 0;
        margin: 10px 0 0 0;
        p{
          color: #000;
          font-family: Urbanist;
          font-size: 18px;
          font-weight: 500;
          line-height: normal;
          margin: 0px;
        }
      }
    }
    .slick-list{
      .slick-track{
        .slick-slide{
          @media only screen and (max-width:575px){
            margin: 0 10px;
          }
        }
      }
    }
  }
}

.reviews-bg{
  margin: 70px 0px 100px 0px;
    @media only screen and (max-width:1280px){
      margin: 50px 0px 70px 0px;
    }
    @media only screen and (max-width:1024px){
      margin: 40px 0px 50px 0px;
    }
  /* .page-width{
    max-width: 1310px;
  } */
  .customer-list{
    .customer-box{
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
      background: #F4FDFF;
      padding: 0px 0px 0px 0px;
      .customer-boxs{
        text-align: center;
        position:relative;
        .review-stars{
          margin: 23px 0px 0px 0px;
          text-align: center;
          img{
            margin: 0 auto;
          }
        }
        .authorDtl{
          color: #000;
          font-family: Urbanist;
          font-size: 12px;
          font-weight: 500;
          line-height: normal;
          margin: 23px 0 10px 0px;
        }
        p{
          color: #000;
          text-align: center;
          font-family: Urbanist;
          font-size: 12px;
          font-weight: 500;
          line-height: normal;
          margin: 0px;
          padding: 0 25px;
        }
        .author-img{
            max-height: 320px;
            min-height: 320px;
          img{
            width: 100%;
            max-height: 320px;
            object-fit: cover;
            @media only screen and (max-width:575px){
              width: 100%;
              object-fit: cover;
              height: 310px;
            }
          }
        }
        .uploaded-video{
          display: flex;
          video{
            width: 100%;
           /* max-height: 320px;*/
            min-height: 320px;
            background: #D9D9D9;
          }
        }
        .linkTitle{
          display:inline-block;
          text-decoration:none;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: 10px;
           p{
            font-size:16px;
            color:#ffffff;
            font-weight:500;
            text-transform:capitalize;
            background:#0E4F5D;
            max-width: max-content;
            padding: 7px 20px;
            margin: 0 auto;
           }
        }
      }
    }
    .slick-list{
      margin:0 -12px 0 -12px;
      .slick-track{
        .slick-slide{
          margin: 12px;
            @media only screen and (max-width:575px){
              margin: 12px 30px;
            }
        }
      }
    }
  }
  .slick-arrow{  padding:0; margin:0; width:12px; height:20px; text-indent: -9999px; border: 0; background-color: transparent; position: absolute; top: 50%; bottom: auto;  z-index: 1; cursor: pointer; transform: translateY(-50%);}
}


.footer{
  .page-width{
    max-width: 1310px;
  }
  .footer__content-top{
    .footer__blocks-wrapper{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
          @media only screen and (max-width:768px){
             justify-content: start;
          }
      .footer-menu-block{
        display: flex;
        flex-wrap: wrap;
        .footer-block.grid__item{
          width: auto;
          max-width: max-content;
        }
      }
      .footer-brand-info{
            @media only screen and (max-width:840px){
              width: 100%;
            }
        .footer-block__brand-info{
            @media only screen and (max-width:750px){
              align-items: self-start;
              text-align: left;
            }
          .rte{
            p{
              color: #4E4E4E;
              font-family: Urbanist;
              font-size: 16px;
              font-weight: 400;
              line-height: 20px;
              text-transform: capitalize;
              margin: 11px 0px;
              text-align: left;
                @media only screen and (max-width:750px){
                  margin-top: 0px;
                }
              br{
                @media only screen and (max-width:840px){
                  display: none;
                }
              }
            }
          }
          .footer-block__heading{
            color: #000;
            font-family: Urbanist;
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            text-transform: capitalize;
            margin: 0px;
              @media only screen and (max-width:750px){
                display: none;
              }
          }
        }
      }

      .footer-menu-block{
          @media only screen and (max-width:840px){
              width: 100%;
              justify-content: space-between;
          }
        }
        .footer-block{
            @media only screen and (max-width:750px){
              margin-top: 0 !important;
              margin-bottom: 30px !important;
              &:last-child{
              margin-bottom: 0px !important;
              }
            }
          &:nth-child(1){
            margin-right: 72px;
          }
          &:nth-child(2){
            margin-right: 66px;
          }
          .footer-block__details-content{
            li{
              margin: 0px;
              a{
                padding: 0px;
                color: #4E4E4E;
                font-family: Urbanist;
                font-size: 16px;
                font-weight: 400;
                line-height: 25px;
                text-transform: capitalize;
                transition:0.4s;
                /* text-decoration:none; */
              }
            }
          }
          .footer-block__heading{
            color: #000;
            font-family: Urbanist;
            font-size: 16px;
            font-weight: 700;
            line-height: normal;
            text-transform: capitalize;
            margin: 0px 0px 18px 0px;
          }
        }
      }

    .down-copyright{
      display: none;
        h2{
          color: #000;
          font-family: Urbanist;
          font-size: 16px;
          font-weight: 500;
          line-height: normal;
          text-transform: capitalize;
          margin: 0;
           @media only screen and (max-width:750px){
              font-size: 14px;
           }
        }
      @media only screen and (max-width:750px){
        display: block !important;
        margin-top: 40px;
        text-align: center;
      }
    }
    }
  }


/* <----- Other Page Css -----> */

.template-page-shop-by-concern{
  .home-collection-tab{
    margin: 100px 0px 145px 0px;
        @media only screen and (max-width:1200px){
            margin: 60px 0px 70px 0px;
        }
        @media only screen and (max-width:1024px){
            margin: 50px 0px 70px 0px;
        }
        @media only screen and (max-width:768px){
            margin: 40px 0px 60px 0px;
        }
  }
}


.template-collection{
  .collection{
    .product-grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 44px;
      @media only screen and (max-width:1024px){
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
      }
      @media only screen and (max-width:640px){
        grid-template-columns: 1fr;
      }
      .grid__item{
        width: 100%;
        max-width: 100%;
      }
    }
  }
}

.template-list-collections{
    .collection-list{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 44px;
      @media only screen and (max-width:1024px){
        grid-template-columns: repeat(2, 1fr);
        column-gap: 25px;
      }
      @media only screen and (max-width:640px){
        grid-template-columns: 1fr;
      }
      .grid__item{
        width: 100%;
        max-width: 100%;
      }
    }
}



.template-collection-powdera-shampoo{
  .content-for-layout{
    margin: 70px 0px 12px 0px;
        @media only screen and (max-width:1024px){
            margin: 70px 0px 12px 0px;
            padding: 0px 0px 60px 0px !important; 
        }
        @media only screen and (max-width:768px){
            margin: 50px 0px 12px 0px;
            padding: 0px 0px 40px 0px !important; 
        }
    .gradient{
        @media only screen and (max-width:1024px){
            padding: 0px;
        }
    }
  }
  .collection{
    #product-grid{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 44px;
        @media only screen and (max-width:1200px){
            gap: 25px;
        }
        @media only screen and (max-width:640px){
            grid-template-columns: 1fr;
        }
        .grid__item{
          width: 100%;
          max-width: 100%;
        }
    }
  }
}

.template-page-Ingredients{
  .custom-heading-sec{
    margin: 60px 0px 10px 0px;
      @media only screen and (max-width:1024px){
          margin: 50px 0px 10px 0px;
      }
      @media only screen and (max-width:768px){
          margin: 40px 0px 10px 0px;
      }
  }
  
.custom-desc-sec{
  text-align: center;
  p{
    color: #5C5C5C;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
    strong{
      font-weight: 600;
    }
    @media only screen and (max-width:1024px){
      br{
        display: none;
      }
    }
  }
}


.icon-text-sec{
  margin: 95px 0 135px 0;
      @media only screen and (max-width:1200px){
        margin: 95px 0px 100px 0px;
      }
      @media only screen and (max-width:1024px){
        margin: 95px 0px 80px 0px;
      }
      @media only screen and (max-width:768px){
        margin: 80px 0px 60px 0px;
      }
  .page-width{
    max-width: 1180px;
  }
  .icon-text-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap:100px;
    row-gap: 138px;
        @media only screen and (max-width:1200px){
          column-gap: 50px;
          row-gap: 120px;
        }
        @media only screen and (max-width:992px){
          grid-template-columns: repeat(2, 1fr);
          column-gap: 30px;
          row-gap: 100px;
        }
        @media only screen and (max-width:640px){
          grid-template-columns: 1fr;
        }
     .icon-boxes{
       border-radius: 32px;
       background: #F4FDFF;
       padding: 78px 35px 45px 35px;
       text-align: center;
       position: relative;
       border: 2px solid transparent;
       transition: 0.4s;
       display: block;
       height: 100%;
       width: 100%;
         @media only screen and (max-width:1200px){
            padding: 78px 25px 30px;
          }
       &:hover{
         transition: 0.4s;
         border: 2px solid #0E4F5D;
         .box-icon{
           transform: translateY(-10px);
           transition: 0.4s;
         }
       }
        .box-title{
          color: #0E4F5D;
          text-align: center;
          font-family: Urbanist;
          font-size: 20px;
          font-weight: 600;
          line-height: 20px;
          margin: 0px 0px 5px 0px;
        }
        .box-icon{
          position: absolute;
          top: -60px;
          left: 0px;
          right: 0px;
          margin: auto;
          border: 2px solid #0E4F5D;
          display: flex;
          height: 120px;
          width: 120px;
          justify-content: center;
          align-items: center;
          border-radius: 100%;
          background: #ffffff;
          transition: 0.4s;
        }
       .box-desc{
          p{
            margin: 0px;
            color: #000;
            font-family: Urbanist;
            font-size: 13px;
            font-weight: 400;
            line-height: 20px;  
            }
          }   
        }
        a{
            text-decoration: none;
            display: block;
            position: relative;
         }
     }
  }
}

.pdp-ingredients-img{
  padding: 30px;
  background: #f4fdff;
}

.coming-soon_sec{
  position: relative;
  z-index: 1;
  .coming-soon_slide{
    margin: -40px 0 0px 0;
    z-index: 9;
    position: relative;
      .mobile_image{
        display: none;
          @media only screen and (max-width:768px){
            display: block;
          }
      }
      .desktop_image{
        @media only screen and (max-width:768px){
            display: none;
        }
      }
      @media only screen and (max-width:1024px){
        margin: 0px 0 0px 0;
      }
      img{
        width: 100%;
      }

    .coming-slide-text{
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      span{
        p{
          margin: 0px;
          color: #0E4F5D;
          text-align: center;
          font-family: Urbanist;
          font-size: 70px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
            @media only screen and (max-width:1360px){
              font-size: 50px;
            }
            @media only screen and (max-width:1200px){
              font-size: 45px;
            }
            @media only screen and (max-width:992px){
              font-size: 35px;
            }
            @media only screen and (max-width:640px){
              font-size: 25px;
            }
        }
      }
    }
  }
}

.talkus-sec{
  margin: 100px 0 110px 0px;
      @media only screen and (max-width:1200px){
        margin: 70px 0 80px 0px;
      }
      @media only screen and (max-width:1024px){
        margin: 60px 0 70px 0px;
      }
      @media only screen and (max-width:768px){
        margin: 50px 0 60px 0px;
      }
  .talkto-main{
    display: flex;
    gap: 54px;
    align-items: start;
      @media only screen and (max-width:1024px){
        gap: 25px;
      }
      @media only screen and (max-width:768px){
        flex-direction: column;
        gap: 0px;
      }
    .talk-left-part{
      max-width: 365px;
      width: 100%;
          @media only screen and (max-width:1024px){
            max-width: 315px;
          }
          @media only screen and (max-width:768px){
            max-width: 100%;
          }
        .left-img{
          display: inline-block;
          position: relative;
            @media only screen and (max-width:768px){
                transform: rotate(-90deg);
                left: 60px;
                margin: -50px 0 -70px 0;
            }
          .talkToUs-img{
            position: relative;
            display: inline-block;
             img{
              @media only screen and (max-width:768px){
                max-height: 300px;
                object-fit: contain;
              }
          }
          }
        }
      .section-title{
        margin: 0 0 36px 0;
        text-align: left;
          @media only screen and (max-width:1024px){
            margin: 0 0 25px 0;
          }
      }
    }
    .talk-right-part{
      width: 100%;
      margin: 90px 0 0 0;
        @media only screen and (max-width:768px){
          margin: 50px 0 0 0;
        }
      .contact{
        form{
          .field{
            display: block;
            margin: 0px 0px 10px 0px;
            &:after, &:before{
              display: none;
            }
            label{
              position: unset;
              color: #4E4E4E;
              font-family: Urbanist;
              font-size: 20px;
              font-weight: 500;
              line-height: 25px;
              text-transform: capitalize;
              margin: 0px 0px 7px 0px;
              display: inline-block;
            }
            input{
              border-radius: 10px;
              background: #FFF;
              box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
              padding: 13px 18px;
              min-height: 54px;
              height: 54px;
                &::placeholder{
                  visibility: visible;
                  opacity: 1;
                  color: rgba(14, 79, 93, 0.50);
                  font-family: Urbanist;
                  font-size: 20px;
                  font-weight: 400;
                  line-height: 25px;
                  text-transform: capitalize;
                }
            }
            textarea{
              border-radius: 10px;
              background: #FFF;
              box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
              padding: 13px 18px;
                &::placeholder{
                    visibility: visible;
                    opacity: 1;
                    color: rgba(14, 79, 93, 0.50);
                    font-family: Urbanist;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 25px;
                    text-transform: capitalize;
                  }
            }
          }
          .contact__button{
            .button{
              border-radius: 10px;
              background: #0E4F5D;
              color: #FFF;
              font-family: Urbanist;
              font-size: 20px;
              font-style: normal;
              font-weight: 700;
              line-height: normal;
              text-transform: uppercase;
              transform: none !important;
              width: 100%;
                @media only screen and (max-width:1200px){
                  font-size: 16px;
                }
              &:after, &:before{
                display: none;
              }
            }
          }
        }
      }
    }
  }
}


/* <----- PDP Page Css -----> */

.template-product{
  .page-width{
    max-width: 1200px;
  }

  .main-pro-desc-accordion{
    margin: 110px 0px 30px 0px;
        @media only screen and (max-width:1024px){
          margin: 40px 0px 15px 0px;
        }
    .custom-collapsible{
      margin: 0px 0px 50px 0px;
        @media only screen and (max-width:1024px){
          margin: 0px 0px 10px 0px;
        }
      .custom-collapsible-header{
          display: flex;
          align-items: center;
          gap: 5px;
          max-width: max-content;
        h3{
          color: #000;
          font-family: Urbanist;
          font-size: 24px;
          font-weight: 700;
          line-height: normal;
          margin: 0px;
            @media only screen and (max-width:1024px){
              font-size: 20px;
            }

            @media only screen and (max-width:750px){
              font-size: 16px;
            }
          strong{
            font-weight: 700;
          }
        }
        .custom-arrow{
          position: unset;
          transform: none !important;
          width: auto;
          display: flex;    
          align-items: center;
        }
      }

      .custom-collapsible-header.active{
        .custom-arrow{
          transform: rotate(180deg) !important;
        }
      }

      .custom-collapsible-content{
        margin: 14px 0px 0 0;
        p{
          color: #5C5C5C;
          text-align: justify;
          font-family: Urbanist;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px;
          margin: 0px;
            @media only screen and (max-width:1200px){
              font-size: 18px;
              line-height: 28px;
            }
            @media only screen and (max-width:1024px){
              font-size: 17px;
              line-height: 27px;
            }
            @media only screen and (max-width:768px){
              font-size: 14px;
              line-height: 20px;
            }
          strong{
            color: #000000;
          }
        }
        ul{
          margin: 0px;
          padding: 0 0 0 25px;
           li{
              color: #5C5C5C;
              text-align: justify;
              font-family: Urbanist;
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              line-height: 26px;
              margin: 5px 0px;
                @media only screen and (max-width:1200px){
                  font-size: 18px;
                  line-height: 28px;
                }
                @media only screen and (max-width:1024px){
                  font-size: 17px;
                  line-height: 27px;
                }
                @media only screen and (max-width:768px){
                  font-size: 14px;
                  line-height: 17px;
                }
               strong{
                 color: #000000;
               }
           }
        }

        .metafield-rich_text_field{
          background: #F4FDFF;
          padding: 20px 30px;
          display: inline-block;
          width: 100%;
            @media only screen and (max-width:1024px){
              padding: 10px 20px;
            }
        }
      }
      &:last-child{
          margin: 0 0 0px 0px;
      }
    }
  }
}

/* <----- PDP Accordiob Description Tab Css -----> */

    .custom-collapsible{
      margin: 0px 0px 50px 0px;
        @media only screen and (max-width:1024px){
          margin: 0px 0px 10px 0px;
        }
      .custom-collapsible-header{
          display: flex;
          align-items: center;
          gap: 5px;
          max-width: max-content;
        h3{
          color: #000;
          font-family: Urbanist;
          font-size: 24px;
          font-weight: 700;
          line-height: normal;
          margin: 0px;
            @media only screen and (max-width:1024px){
              font-size: 20px;
            }

            @media only screen and (max-width:750px){
              font-size: 16px;
            }
          strong{
            font-weight: 700;
          }
        }
        .custom-arrow{
          position: unset;
          transform: none !important;
          width: auto;
          display: flex;    
          align-items: center;
        }
      }

      .custom-collapsible-header.active{
        .custom-arrow{
          transform: rotate(180deg) !important;
        }
      }

      .custom-collapsible-content{
        margin: 14px 0px 0 0;
        p{
          color: #5C5C5C;
          text-align: justify;
          font-family: Urbanist;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px;
          margin: 0px;
            @media only screen and (max-width:1200px){
              font-size: 18px;
              line-height: 28px;
            }
            @media only screen and (max-width:1024px){
              font-size: 17px;
              line-height: 27px;
            }
            @media only screen and (max-width:768px){
              font-size: 14px;
              line-height: 20px;
            }
          strong{
            color: #000000;
          }
        }
        ul{
          margin: 0px;
          padding: 0 0 0 25px;
           li{
              color: #5C5C5C;
              text-align: justify;
              font-family: Urbanist;
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              line-height: 26px;
              margin: 5px 0px;
                @media only screen and (max-width:1200px){
                  font-size: 18px;
                  line-height: 28px;
                }
                @media only screen and (max-width:1024px){
                  font-size: 17px;
                  line-height: 27px;
                }
                @media only screen and (max-width:768px){
                  font-size: 14px;
                  line-height: 17px;
                }
               strong{
                 color: #000000;
               }
           }
        }

        .metafield-rich_text_field{
          background: #F4FDFF;
          padding: 20px 30px;
          display: inline-block;
          width: 100%;
            @media only screen and (max-width:1024px){
              padding: 10px 20px;
            }
        }
      }
      &:last-child{
          margin: 0 0 0px 0px;
      }
    }


.template-product{
.howToUse-row{
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    gap: 66px;
      @media only screen and (max-width:1200px){
        gap: 25px;
      }
      @media only screen and (max-width:768px){
        grid-template-columns: 1fr;
        gap: 30px;
      }
    .hoeToUse-col{
        @media only screen and (max-width:575px){
          max-width: 280px;
          margin: 0 auto;
          width: 100%;
        }
      .cat-number{
        font-family: Urbanist;
        font-size: 36px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 70px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
          @media only screen and (max-width:575px){
             height: 50px;
             width: 50px;
             font-size: 20px;
          }
      }
      .cat-img-pro{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        height: 100%;
            img{
              margin: 0 auto;
              transition: 0.4s;
                @media only screen and (max-width:575px){
                   max-width: 100%;
                }
            }
      }

      .cat-img-name{
        background: #0E4F5D;
        display: inline-block;
        width: 100%;
        padding: 11px 15px;
        p{
          color: #FFF;
          text-align: center;
          font-family: Urbanist;
          font-size: 20px;
          font-weight: 500;
          line-height: normal;
          text-transform: capitalize;
          margin: 0px;
          strong{
            color: #FFF;
          }
            @media only screen and (max-width:1200px){
                font-size: 19px;
            }
            @media only screen and (max-width:768px){
                font-size: 18px;
            }
            @media only screen and (max-width:575px){
               font-size: 16px;
            }
        }
      }
      &:hover{
        .cat-img-pro{
          img{
            transform: rotateY(360deg);
            transition: 0.4s;
          }
        }
      }
      .img-bg-main{
         border-radius: 0 56px 0px 0 !important;
         padding: 0px 0 0px 0;
         position: relative;
         overflow: hidden;
         min-height: 310px;
         max-height: 310px;
         height: 100%;
         width: 100%;
         max-width: 100%;
          img{
            width: 100%;
          }
          @media only screen and (max-width:1200px){
            border-radius: 0 40px 40px 40px;
          }
          @media only screen and (max-width:575px){
            border-radius: 0px !important;
            min-height: 260px;
            max-height: 260px;
          }

        .cat-video-pro{
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          width: 100%;
          height: 100%;
           .uploaded-video{
             width: 100%;
             height: 100%;
           }
           video{
             width: 100%;
             height: 100%;
           }
        }

        .embed-container{
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
          iframe{
            border: 0;
            width: 100%;
            height: 100%;
          }
        }
      }
    }
  }
}








.pdp-main-slide{
    margin: 0 !important;
  .pdp-main-slide-inner{
    margin: 0px;
    padding: 0px;
    .slick-arrow{
      @media only screen and (min-width:750px){
        display: none !important;
      }
    }
    .product__media-item{
      .product-media-container{
        border: 0px;
      }
      .product__media{
         padding-top: 100%;
         img{
           height: 100% !important;
         }
      }
    }
    .slick-list{
       /* @media only screen and (max-width:750px){
        padding: 0 15px;
      } */
    }
  }
  .slider-buttons{
    display: none;
  }
}


.pdp-media-thumbnails{
      @media only screen and (max-width:750px){
        display: none;
      }
  .pdp-thumbnails{
    .thumbnails-inner{
      margin: 55px 0px 0px 0px;
      padding: 0px;
        @media only screen and (max-width:1024px){
          margin: 40px 0px 0px 0px;
        }
        @media only screen and (max-width:750px){
          margin: 25px 0px 0px 0px;
        }
      .slick-track{
        margin-left: 0px;
        .slick-slide{
            @media only screen and (max-width:1200px){
              margin: 0px 15px 0px 0px;
            }
          .thumbnail-list__item{
              max-width: 150px;
              max-height: 150px;
              height: 100%;
            .thumbnail[aria-current]{
              box-shadow: none;
              border:none; 
            }
            .thumbnail{
              border: 0px;
            }
          }
        }
        .slick-slide > div{
          display: flex;
          max-width: 150px;
        }
        .slick-slide.slick-current{
          .thumbnail-list__item{
            border: 2px solid #0e4f5d;
          }
        }
      }
    }
  }
}

.custom-main-pro{
  product-info{
    @media only screen and (max-width:1360px){
      padding: 50px 0 25px 0 !important;
    }
    @media only screen and (max-width:1200px){
      padding: 30px 0 20px 0 !important;
    }
    @media only screen and (max-width:1024px){
      padding: 20px 0 10px 0 !important;
    }
  }

}



  .product{
    .product__media-wrapper{
      padding: 0 50px 0 0;
        @media only screen and (max-width:1440px){
          padding: 0 30px 0px 0;
        }
        @media only screen and (max-width:1360px){
          padding: 0 25px 0px 0;
        }
        @media only screen and (max-width:1200px){
          padding: 0 20px 0px 0;
        }
        @media only screen and (max-width:1024px){
          padding: 0 15px 0px 0;
        }
        @media only screen and (max-width:750px){
          padding: 0 0 0px 0;
        }
      
    }
    .product__info-wrapper{
      padding: 0 0px 0 50px;
          @media only screen and (max-width:1440px){
            padding: 0 0 0 30px;
          }
          @media only screen and (max-width:1360px){
            padding: 0 0 0 25px;
          }
          @media only screen and (max-width:1200px){
            padding: 0 0 0px 20px;
          }
          @media only screen and (max-width:1024px){
            padding: 0 0 0px 15px;
          }
          @media only screen and (max-width:750px){
            padding: 0 0 0px 0;
          }
        span.label{
          color: #0E4F5D;
          font-family: Urbanist;
          font-size: 22px;
          font-weight: 400;
          line-height: normal;
          text-transform: capitalize;
          @media only screen and (max-width:1200px){
            font-size: 21px;
          }
          @media only screen and (max-width:1024px){
            font-size: 20px;
          }
          @media only screen and (max-width:750px){
            font-size: 18px;
          }
        }
       .product__title{
         h1, h2{
            color: #0E4F5D;
            font-family: Urbanist;
            font-size: 64px;
            font-weight: 900;
            line-height: normal;
             span.highlight-word{
              color: #0E4F5D;
              font-family: Urbanist;
              font-size: 36px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              text-transform: capitalize;
              display: block;
              margin: 8px 0 0 0;
               @media only screen and (max-width:1440px){
                  font-size: 40px;
                }
               @media only screen and (max-width:1360px){
                  font-size: 37px;
                }
                @media only screen and (max-width:1200px){
                  font-size: 35px;
                }
                @media only screen and (max-width:1024px){
                  font-size: 30px;
                  margin: 0px;
                }
                @media only screen and (max-width:750px){
                  font-size: 28px;
                }
                @media only screen and (max-width:575px){
                  font-size: 18px;
                }
           }
            @media only screen and (max-width:1440px){
              font-size: 45px;
            }
            @media only screen and (max-width:1360px){
              font-size: 41px;
            }
            @media only screen and (max-width:1200px){
              font-size: 36px;
            }
            @media only screen and (max-width:1024px){
              font-size: 31px;
            }
            @media only screen and (max-width:750px){
              font-size: 28px;
              margin: 20px 0 0 0;
            }
            @media only screen and (max-width:575px){
              font-size: 25px !important;
            }
         }
       }
      .benefits-line{
        background: transparent;
        margin: 8px 0 16px 0px;
        max-width: max-content;
        padding: 0px 0px;
        gap:10px;

        span.benefit-item{
          color: #ffffff;
          font-family: Urbanist;
          font-size: 22px;
          font-weight: 600;
          line-height: normal;
          text-transform: capitalize;
          background:#0E4F5D;
          padding: 7px 15px;
          border-radius: 10px;
          margin: 0;
            @media only screen and (max-width:1360px){
              font-size: 20px;
            }
            @media only screen and (max-width:1200px){
              font-size: 19px;
            }
            @media only screen and (max-width:1024px){
              font-size: 18px;
            }
            @media only screen and (max-width:750px){
              font-size: 16px;
            }
        }
      }
      .shopify-app-block{
        margin: 16px 0px 22px 0;
        .jdgm-prev-badge__stars{
          .jdgm-star{
            color: #94B20F;
            padding: 0 7px 0 0 !important;
          }
        }
        .jdgm-prev-badge__text{
          color: #888;
          font-family: Urbanist;
          font-size: 18px;
          font-weight: 400;
          line-height: normal;
          visibility: visible;
            @media only screen and (max-width:750px){
              font-size: 16px;
            }
        }
      }

      .price{
        .price__container{
          margin: 0px;
        }
        span{
          color: #000;
          font-family: Urbanist;
          font-size: 36px;
          font-weight: 700;
          line-height: normal;
          letter-spacing: 0;
            @media only screen and (max-width:750px){
              font-size: 35px;
            }
        }
        .badge.price__badge-sale{
          background-color: #0E4F5D !important;
          color: #ffffff;
          border-radius: 10px !important;
        }
      }

      .product__text.custom-text{
        color: #888;
        font-family: Urbanist;
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
      }
      .products-verients{
        margin: 16px 0px;
        fieldset{
          .form__label{
            display: none;
          }
          label{
            margin: 0 12px 0 0;
            border-radius: 10px;
            border: 1px solid #000000;
            color: #000000;
            font-family: Urbanist;
            font-size: 17px;
            font-weight: 400;
            line-height: normal;
            /* background: #F4FDFF; */
            background: #ffffff;
            letter-spacing: 0px;
            padding: 6px 17px !important;
              &:last-child{
                margin: 0px;
              }
            @media only screen and (max-width:1360px){
              margin: 0 7px 0 0;
            }
            @media only screen and (max-width:1200px){
              margin: 0 5px 0 0;
            }
            @media only screen and (max-width:575px){
              margin: 0 2px 0 0;
              padding: 7px 16px !important;
              font-size: 14px;
            }
          }
        }
        .product-form__input--pill input[type=radio]:checked+label{
          background: #F4FDFF;
          border: 1px solid #0E4F5D;
          color: #0E4F5D;
        }
      }

      .product-form{
        .product-form__buttons{
          button{
            background-color: #0e4f5d !important;
            color: #fff !important;
            font-family: Urbanist;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            transition: 0.4s;
            transform: none !important;
            border: 2px solid transparent;
            max-width: 350px;
            border-radius: 10px !important;
             &:hover{
               background-color: transparent !important;
               color: #0e4f5d !important;
               transition: 0.4s;
               border: 2px solid #0e4f5d;
                span{
                  color: #0e4f5d !important;
                }
             }
             &:after, &:before{
               display: none;
             }
          }
        }
      }


      .product-form__quantity{
        .quantity{
              max-width: 150px !important;
              width:100%;
              min-height: 42px !important;
              border-radius: 50px !important;
              border: 1px solid #888;
                .quantity__button{
                  width:50px;
                  opacity: 1;
                }
                .quantity__input{
                  width:50px;
                  border-left: 1px solid #888;
                  border-right: 1px solid #888;
                }
          &::before, &::after{
            display:none;
          }
        }
      }
    }
  }

.quick-add-modal{
  .main-pro-desc-accordion{
    display: none;
  }
  .page-width{
    @media only screen and (max-width:1360px){
      padding: 0px !important;
    }
  }
  .product__title{
    h2{
      font-size: 50px !important;
    }
  }
}



.template-product{
  .shopify-app-block{
    .jdgm-rev-widg{
      border-top: 1px solid #E0E0E0;
      padding: 40px 0 20px 0;
       .jdgm-rev-widg__header{
         .jdgm-rev-widg__title{
           text-align: left;
           color: #000;
           font-family: Urbanist;
           font-size: 24px;
           font-weight: 700;
           line-height: normal;
           margin: 0px 0px 47px 0px;
             @media only screen and (max-width:992px){
                font-size: 20px;
                margin: 0px 0px 15px 0px;
              }
         }

         .jdgm-row-stars{
           .jdgm-rev-widg__summary{
             background: #ECF3DF;
               @media only screen and (max-width:992px){
                padding: 20px;
              }
             .jdgm-rev-widg__summary-inner{
               .jdgm-rev-widg__summary-stars{
                 .jdgm-star{
                   color: #94b20f;
                 }
                 .jdgm-rev-widg__summary-average{
                    color: #000;
                    font-family: Urbanist;
                    font-size: 18px;
                    font-weight: 400;
                    line-height: normal;
                 }
               }
               .jdgm-rev-widg__summary-text{
                  color: #000;
                  font-family: Urbanist;
                  font-size: 18px;
                  font-weight: 400;
                  line-height: normal;
               }
             }
           }

           .jdgm-histogram{
             border-left: 0;
             .jdgm-histogram__row{
               .jdgm-histogram__star{
                 span{
                   color: #94b20f;
                 }
               }
               .jdgm-histogram__bar{
                    margin: 0 20px;
                    width: 200px;
                    height: 6px;
                    border-radius: 50px;
                 .jdgm-histogram__bar-content{
                   background-color: #94b20f;
                   height: 6px;
                   border-radius: 50px;
                 }
               }
               .jdgm-histogram__frequency{
                  color: #000;
                  font-family: Urbanist;
                  font-size: 18px;
                  font-weight: 400;
                  line-height: normal;
               }
             }
           }

           .jdgm-widget-actions-wrapper{
             border-left: 0;
             a{
                background-color: #0e4f5d !important;
                color: #fff !important;
                font-family: Urbanist;
                font-size: 18px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-transform: uppercase;
                transition: .4s;
                transform: none !important;
                border: 2px solid transparent;
             }
           }
         }

         .jdgm-row-media{
            border-top: 0;
           .jdgm-medals-wrapper{
              border-top: 0;
           }
         }
       }

      .jdgm-row-actions{
          border-top: 0;
        .jdgm-rev-widg__sort-wrapper{
          .jdgm-sort-dropdown-wrapper{
            .jdgm-sort-dropdown{
              color: #000;
              font-family: Urbanist;
              font-size: 24px;
              font-weight: 700;
              line-height: normal;
              padding: 5px 10px;
              margin: 0 0 0 -10px;
               option{
                 font-size: 18px;
               }
              &:focus-visible{
                border: 0px;
                outline: none;
                box-shadow: none;
              }
                @media only screen and (max-width:992px){
                  font-size: 20px;
                }
            }
            .jdgm-sort-dropdown-arrow{
              color: #000;
            }
          }
        }
      }

      .jdgm-rev-widg__body{
        .jdgm-rev-widg__reviews{
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 30px;
          margin-bottom: 40px;
            @media only screen and (max-width:992px){
              grid-template-columns: 1fr;
              gap: 20px;
            }
          .jdgm-rev{
            border-top: 0px;
            border: 1px solid #E0E0E0; 
            background: #F8FEFF;
            border-radius: 25px;
            padding: 25px;
            display: flex;
            align-items: center;
            gap: 20px;
            position: relative;
              @media only screen and (max-width:768px){
                border-radius: 20px;
                padding: 15px;
                gap: 15px;
              }
              .jdgm-rev__header{
                  margin-bottom: 0px;
                  display: flex;
                  flex-direction: column;
              .jdgm-row-rating{
                position: absolute;
                right: 20px;
                top: 20px;
                  @media only screen and (max-width:768px){
                    right: 15px;
                    top: 10px;
                  }
                
              .jdgm-rev__rating{
                span{
                  color: #94b20f
                }
              }
              }

                .jdgm-row-profile{
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    justify-content: center;
                    align-items: center;
                .jdgm-rev__icon{
                  width: 85px;
                  height: 85px;
                  background: #0E4F5D;
                  border-radius: 100%;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  margin: 0px;
                   &:before{
                     color: #ffffff;
                     font-size: 40px;
                   }
                    @media only screen and (max-width:768px){
                      width: 65px;
                      height: 65px;
                    }
                }

                  .jdgm-rev__author-wrapper{
                    text-align: center;
                    .jdgm-rev__author{
                      color: #0E4F5D;
                      font-family: Urbanist;
                      font-size: 20px;
                      font-weight: 600;
                      line-height: normal;
                        @media only screen and (max-width:768px){
                          font-size: 17px;
                        }
                    }
                  }
                }

                .jdgm-row-extra{
                   display: none;
                }
              }

            .jdgm-rev__content{
              .jdgm-rev__title{
                 margin-bottom: 0;
              }
              .jdgm-rev__body{
                p{
                  color: #000;
                  font-family: Urbanist;
                  font-size: 18px;
                  font-weight: 400;
                  line-height: normal;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                    @media only screen and (max-width:768px){
                      font-size: 16px;
                    }
                }
              }
            }
          }
        }
      }
    }
  }
}

.qsc-sticky-container{
  .qsc-minimal-button-container{
    .qsc-atc-button-container{
      button{
        background-color: #0e4f5d !important;
        border-radius: 10px !important;
        font-size: 16px !important;
      }
    }
  }
}


.pdp-how-to-use{
  margin: 0 0 0px 0;
   .img-bg-main{
     img{
       height: 100%;
     }
       @media only screen and (max-width:1024px){
          min-height: max-content !important;
          max-height: max-content !important;
       }
       @media only screen and (max-width:1024px){
          min-height: 310px !important;
          max-height: 310px !important;
       }
     .cat-number{
        color: #ffffff;
        background-color: #0e4f5d;
     }
   }
      .cat-img-name{
       padding: 15px !important;
       p{
          color: #FFF;
          text-align: center;
          font-family: Urbanist;
          font-size: 24px;
          font-weight: 500;
          line-height: normal;
          text-transform: capitalize;
          margin: 0px;
          min-height: 50px;
       }
     }
}
  
.pdp-howToUse{
  .custom-collapsible-content{
      background: #F4FDFF;
      display: inline-block;
      width: 100%;
        .metafield-rich_text_field{
          background: unset;
        }
        .howToUse-row{
          padding: 20px 30px 30px 30px;
        }
  }
}

.effective-ingredients{
  .custom-collapsible-content{
    width: 100%;
    .howToUse-row{
      display: inline-block;
      background: #F4FDFF;
      padding: 20px 30px;
      width: 100%;
      .img-bg-main{
          min-height: 100%;
          max-height: 100%;
          border-radius: 0 !important;
      }
    }
    .metafield-rich_text_field{
      padding: 10px 20px;
    }
  }
}

.pdp-quantity-use{
  .quantityOfUse{
    .howToUse-row{
      padding: 10px 30px 30px 30px;
      background: #F4FDFF;
    }
  }
  .howToUse-row{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 25px;
      @media only screen and (max-width:1199px){
        grid-template-columns: repeat(3, 1fr);
      }
      @media only screen and (max-width:768px){
        grid-template-columns: repeat(2, 1fr);
      }
      @media only screen and (max-width:640px){
        grid-template-columns: 1fr;
      }

    .cat-img-name{
      p{
        font-size: 16px !important;
      }
    }
    .cat-img-pro{
      img
      {
        max-width:max-content !important;
      }
    }
  }
}


.pdp-desc-sec, .pdp-effective-ing, .pdp-how-to-use, .pdp-quantity-use{
  margin: 0 0 100px 0;
    @media only screen and (max-width:1280px){
      margin: 0 0 60px 0;
    }
    @media only screen and (max-width:1024px){
      margin: 0 0 30px 0;
    }
    @media only screen and (max-width:768px){
      margin: 0 0 15px 0;
    }
}

.pdp-effective-ing{
  .hoeToUse-col{
    .uploaded-video{
      max-width: 40%;
        @media only screen and (max-width:1280px){
         max-width: 60%;
        }
        @media only screen and (max-width:1024px){
         max-width: 55%;
        }
        @media only screen and (max-width:768px){
         max-width: 50%;
        }
       @media only screen and (max-width:575px){
         max-width: 90%;
        }
    }
  }
}

.pdp-pro-specification{
  margin: 0 0 60px 0;
    @media only screen and (max-width:1280px){
      margin: 0 0 40px 0;
    }
    @media only screen and (max-width:1024px){
      margin: 0 0 35px 0;
    }
}

.single-img-sec{
  margin: 100px 0 100px 0px;
    @media only screen and (max-width:1280px){
      margin: 80px 0 70px 0px;
    }
    @media only screen and (max-width:1024px){
      margin: 60px 0px;
    }
    @media only screen and (max-width:1024px){
      margin: 40px 0 50px 0px;
    }
    @media only screen and (max-width:768px){
      margin: 20px 0 40px 0px;
    }
  .single-img-main{
    img{width: 100%;}
    .desk-image{
        @media only screen and (max-width:575px){
          display: none;
        }
     }
    .mobile-image{
      display: none;
       @media only screen and (max-width:575px){
          display: block;
       }
    }
  }
}

.whyLoveIt-sec{
  background: #F4FDFF;
  padding: 40px 0 0 0;
  margin: 0 0 110px 0;
   @media only screen and (max-width:1024px){
        margin: 0 0 70px 0;
     }
    @media only screen and (max-width:768px){
        margin: 0 0 50px 0;
        padding: 25px 0 0 0;
     }
  .section-title{
    color: #000;
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 55px 0;
      @media only screen and (max-width:1024px){
       font-size: 20px;
        margin: 0 0 25px 0;
      }
      @media only screen and (max-width:768px){
        font-size: 16px;
      }
  }
  .loveit-img-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    @media only screen and (max-width:1024px){
        gap: 20px;
    }
    @media only screen and (max-width:768px){
      flex-direction: column;
       gap: 0px;
     align-items: start;
    }
    @media only screen and (max-width:575px){
        align-items: center;
     }
    .block-items{
      display: flex;
      align-items: center;
      gap: 22px;
      margin: 0 0 77px 0;
         @media only screen and (max-width:1024px){
            margin: 0 0 45px 0;
            gap: 15px;
         }
         @media only screen and (max-width:768px){
            margin: 0 0 25px 0;
         }
      .item-content{
        .cat-img-name{
          color: #0E4F5D;
          font-family: Urbanist;
          font-size: 20px;
          font-weight: 600;
          line-height: normal;
          margin: 0 0 5px 0px;
          padding: 0px;
          display: inline-block;
           @media only screen and (max-width:1024px){
              font-size: 18px;
            }
           @media only screen and (max-width:768px){
              font-size: 16px;
            }
           @media only screen and (max-width:575px){
              font-size: 14px;
           }
        }

        .cat-img-desc{
          color: #000;
          font-family: Urbanist;
          font-size: 18px;
          font-weight: 400;
          line-height: normal;
          margin: 0px;
          padding: 0px;
           @media only screen and (max-width:1024px){
              font-size: 16px;
            }
             @media only screen and (max-width:575px){
                font-size: 14px;
             }
           p{
            margin: 0px;
            padding: 0px;
           }
        }
      }
    }
    .left-block{
      @media only screen and (max-width:768px){
         order: 1;
       }
    }
    .right-block{
      @media only screen and (max-width:768px){
         order: 2;
       }
    }
    .center-part{
      @media only screen and (max-width:768px){
         order: 3;
         margin: 10px 0 0 0;
       }
    }
  }
}

.before-after-slider{
  background: #F4FDFF;
  padding: 25px 0;
  margin: 0 0 100px 0;
   @media only screen and (max-width:1024px){
     padding: 25px 0 10px 0;
     margin: 0 0 70px 0;
   }
   @media only screen and (max-width:768px){
     padding: 25px 0 0 0;
     margin: 0 0 50px 0;
   }
    main{
      position: relative;
        .Left-name{
          position: absolute;
          left: 60px;
          z-index: 1;
          top: 50px;
           @media only screen and (max-width:1024px){
             left: 20px;
             top: 15px;
           }
           @media only screen and (max-width:768px){
             left: 10px;
             top: 5px;
           }
        }
       .Right-name{
          position: absolute;
          right: 60px;
          top: 50px;
          z-index: 1;
          @media only screen and (max-width:1024px){
             right: 20px;
             top: 15px;
           }
           @media only screen and (max-width:768px){
             right: 10px;
             top: 5px;
           }
        }
    }
}

 .faq-accordion{
   margin: 20px 0 0 0;
    @media only screen and (max-width:768px){
       margin: 0px;
    }
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    gap: 5px;
    color: #000;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
      @media only screen and (max-width:1024px){
         font-size: 18px;
      }
      @media only screen and (max-width:768px){
         font-size: 16px;
      }
      @media only screen and (max-width:575px){
         font-size: 14px;
      }

    .plus-ic{
        display: flex;
      svg{
        @media only screen and (max-width:1024px){
          height: 18px;
          width: 18px;
        }
        @media only screen and (max-width:768px){
          height: 16px;
          width: 16px;
        }
        @media only screen and (max-width:575px){
          height: 14px;
          width: 14px;
        }
      }
    }
  
}

.faq-answer {
    color: #848484;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-height: 0;
    overflow: hidden;
    padding: 0px 0 0 30px;
    transition: max-height 0.5s ease, padding 0.5s ease;
      @media only screen and (max-width:575px){
        padding: 0 0 0 5px;
      }
    p{
      padding: 8px 0 0 0px;
    }
}


.faq-item {
  border-bottom: 1px solid #848484;
  padding: 18px 0;
} 

.pdp-faq-sec{
  margin: 80px 0 100px 0;
    @media only screen and (max-width:1280px){
       margin: 60px 0 80px 0;
    }
    @media only screen and (max-width:1024px){
       margin: 50px 0 70px 0;
    }
    @media only screen and (max-width:768px){
       margin: 40px 0 60px 0;
    }
}

/* .faq-question::before {
  content: '';
  background: url(plus-ic.png);
  height: 24px;
  width: 24px;
  font-size: 18px;
  background-repeat: no-repeat;
  font-weight: bold;
    @media only screen and (max-width:1024px){
      background-size: 18px;
      height: 18px;
      width: 18px;
    }
    @media only screen and (max-width:768px){
      background-size: 16px;
      height: 16px;
      width: 16px;
    }
    @media only screen and (max-width:575px){
      background-size: 14px;
      height: 14px;
      width: 14px;
    }
} */

.faq-item.active .faq-answer {
  max-height: 500px;
}

.quick-add-modal__content {
  .pdp-main-slide {
    .pdp-main-slide-inner {
      .product__media-item {
        .product__media {
            padding-top: 120%;
        }
      }
    }
  }
}


/* Floating Video Css  */

.floating-widget{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    background: white;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border-radius: 10px;
      @media only screen and (max-width:768px){
        border-radius: 100%;
        bottom: 10px;
        right: 10px;
      }
  .uploaded-video{
    video{
      max-height: 220px;
      width: auto;
      vertical-align: middle;
      border-radius: 10px;
        @media only screen and (max-width:768px){
          border-radius: 100%;
          max-height: 160px;
          width: 160px;
        }
    }
  }
  #close-video-btn {
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background: #333;
    color: white;
    padding: 3px 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: -8px;
    border-radius: 100%;
    top: -12px;
    z-index:10;
    @media only screen and (max-width:768px){
      top: 0px;.
      right: 0px;
    }
}

.embed-container{
  border-radius:10px;
  iframe{
    width: 220px;
    height: 220px;
    border:0px;
    border-radius: 10px;
    vertical-align: middle;
      @media only screen and (max-width:768px){
        border-radius: 100%;
        max-height: 180px;
        width: 180px;
      }
  }
}
}




