/** Shopify CDN: Minification failed

Line 206:8 Expected identifier but found "/"
Line 206:76 Expected identifier but found "/"
Line 350:0 Unexpected "}"
Line 718:0 Expected "}" to go with "{"

**/
/** Shopify CDN: Minification failed

Line 198:8 Expected identifier but found "/"
Line 198:76 Expected identifier but found "/"
Line 342:0 Unexpected "}"
Line 710:0 Expected "}" to go with "{"

**/
/** Shopify CDN: Minification failed

Line 190:8 Expected identifier but found "/"
Line 190:76 Expected identifier but found "/"
Line 334:0 Unexpected "}"
Line 702:0 Expected "}" to go with "{"

**/
/* header CSS */
/* .header__inline-menu{
  text-align:right;
  margin-top:-45px !important;
}
.header__icons {
  padding-bottom: 40px;
} */
/* end header CSS */

/* rich text*/
.rch-txt .rich-text{
  border:none;
}

/* review section CSS  */

.vdo-collection {
    margin: 50px auto;
    max-width: 1400px;
}

.vdo-collection .slick-carousel{
  opacity: 0;
}
.vdo-collection .slick-initialized {
   width: 97%;
    margin: 0 auto;
    opacity: 1 !important;
}
.vdo-collection .slick-prev:before{
 background-image: url("/cdn/shop/files/angle-left-solid.svg?v=1700452318");

    border-radius: 50%;
      opacity: 1;
    color: transparent;
}

.vdo-collection .slick-next:before{
 background-image: url("/cdn/shop/files/angle-left-solid.svg?v=1700452318");
  
    border-radius: 50%;
      opacity: 1;
    color: transparent;
}
.vdo-collection .slick-next{
  transform: rotate(180deg);
}
.vdo-collection .slick-prev{
  left: -16px;
}
.vdo-collection .slick-next{
  right: -16px;
}
/* .vdo-collection .slick-carousel button{
  background: black;
    border-radius: 50%;
} */
 .vdo-collection  .heading-sec {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

 .vdo-collection .heading-title {
       font-family:Zurich Extended;
      
        font-weight: 700;
        color: #000;
        margin-top: 0;
    }

   .vdo-collection .heading-subtitle {
        /* font-size: 25px; */
        font-weight: 400;
        color: #000;
     text-align:center;
        /* margin-top: 25px; */
    }
    /*  slider css  */
  .vdo-collection  .wrapper {
        width: 95%;
        padding-top: 20px;
        text-align: center;
    }

   .vdo-collection .carousel {
        width: 95%;
        margin: 0px auto;
    }

  .vdo-collection .slick-slide {
        margin: 3px;
        position: relative;
     font-size:0;
    }


  .vdo-collection .slick-slide video {
        width: 100%;
        border: 3px solid #aea9b7;
        object-fit: cover;
    }

 .vdo-collection .wrapper .slick-dots li {
        margin: 0;
    }

  .vdo-collection  .wrapper .slick-dots li button:before {
        font-size: 10px;
    }


    /* end slider css  */

    /* play button CSS  */
    .vdo-collection .play-wrapper {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
       font-size:15px;
      display:none;
    }

   .vdo-collection .video-main {
        position: relative;
        display: inline-block;
    }

   .vdo-collection .video {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 100%;
        background: transparent;
        color: #fff;
        display: inline-block;
        background: #aea9b7;
        z-index: 999;
    }

    @keyframes waves {
        0% {
            -webkit-transform: scale(0.2, 0.2);
            transform: scale(0.2, 0.2);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

        50% {
            opacity: 0.9;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        }

        100% {
            -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }
    }

.vdo-collection .fa-play {
        line-height: 3;
    }

.vdo-collection .fa-play:before {
        content: "\f04b";
   padding-left:5px;
    }

    .vdo-collection .waves {
        position: absolute;
        width: 150px;
        height: 150px;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        / -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /
        border-radius: 100%;
        right: -50px;
        bottom: -50px;
        z-index: -1;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
    }

.vdo-collection .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

   .vdo-collection .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

  .vdo-collection  .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }


     /* end play button CSS  */

 /* end review section CSS  */

/* banner CSS */
.slideshow__text .brand-box{
        display: flex;

}

.slideshow__text .brand-item img{
        height: 95px;
          filter: invert(1);
    }
.slideshow__slide .desk-slider{
  display:block;
}
.slideshow__slide .mob-slider{
  display:none;
}
   /* end banner CSS */
   
/*  text with icon CSS  */
.homepg_icon{
  background-color: #FDF6F0;
  padding:10px 0px 20px;
}
.homepg_icon .custom-section{
  display:flex;
  width: 60%;
 justify-content: space-around;
  margin: 0 auto;
  max-width:1200px;
}

.homepg_icon h1, .homepg_icon h2{
  text-align:center;
  /* margin-bottom:0px; */
}
.homepg_icon p{
    padding: 0 20px;
    text-align:center;
  margin-top:0px;
}
.homepg_icon .custom-section .icon{
   text-align:center;
  }
 /* End text with icon CSS  */


/* shop by category CSS  */
.shop-category {
    max-width: 1400px;
    margin-top:50px;
  margin-bottom:0px;
    margin:auto;
    padding:40px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.shop-category .main-title{
  text-align:center;
  margin: 50px auto;
}

.shop-category .category-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.shop-category .category-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 25%;
    padding-bottom: 32%;
    margin-right: 20px;
    border-radius: 10px;
}

.shop-category .category-link {
    position: absolute;
    bottom: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 200px;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 16px);
    background-image: url(/cdn/shop/files/chevron-right.svg?v=1700134732);
    border-radius: 0 8px 8px 0;
     padding: 20px; 
}

.shop-category .category-link .title-text {
    padding: 0px 24px 0px 16px;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0;
}
.shop-category .category-box .category-item:nth-child(4){
  margin-right:0;
}
 /* End shop by category CSS  */


 /* review CSS  */
.home_pg-review .bef_aft{
      display: flex;
    justify-content: space-around;
         position: relative;
    top: 41px;
}
}
.home_pg-review .bef_aft h3{
  margin:0;
      
}
.home_pg-review .bef_aft .before{
  background-color: #A5AF63;
    padding: 9px 10px;
      border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;

}
.home_pg-review .bef_aft .after{
  background-color: #A5AF63;
    padding: 9px 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.home_pg-review .reviewblock .main_img{
      width:100%;
  border-radius: 12px;
}
.home_pg-review .reviewblock .star{
  object-fit:contain;
  margin-bottom:10px;
}
.home_pg-review .reviewblock p{
  margin:0;
}
.home_pg-review .reviewblock h3{
  margin:0;
}
.home_pg-review .details-review{
  margin:10px 0px 5px !important;
}
.home_pg-review .review-section{
  display:flex;
      justify-content: space-evenly;
 padding: 0 15px;
  max-width: 1400px;
  margin:0 auto;
}
.home_pg-review .reviewblock{
  padding:0 15px;
}
.home_pg-review .reviewblock .main_re{
  height: 54px;
border-bottom: 1px solid #E1DDD8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.home_pg-review .reviewblock {
  width:33%;
}
.home_pg-review h1{
  text-align: center;
    margin: 0;
}
.home_pg-review .product_sec{
  display: flex;
    justify-content: space-around;
  align-items: center;
    border: 1px solid #F6F2F1;
    background-color: white;
    margin-top: 20px;
      padding: 15px 0;
  border-radius: 10px;
}
.home_pg-review .product_sec .img_div{
  width: 20%;
   display: flex;
    justify-content: center;
}
.home_pg-review .product_sec .img_div img{
  border-radius:50%;
}
.home_pg-review .product_sec .produ_details{
  width: 55%;
}
.home_pg-review .product_sec .but_div{
  width:25%;
      background-color: #A5AF63;
    text-align: center;
    padding: 10px 0;
    border-radius: 12px;
    margin-right: 15px;
}
.home_pg-review .product_sec .but_div a{
      text-decoration: none;
    color: white;
}
.home_pg-review{
    background-color: #FDF6F0;
  /* padding:50px 0;
  padding-bottom: 50px; */
 padding: 50px 0px;
}
.home_pg-review .slick-prev:before{
 background-image: url("/cdn/shop/files/angle-left-solid.svg?v=1700452318");
   background-color: white;
    border-radius: 50%;
      opacity: 1;
    color: transparent;
}

.home_pg-review .slick-next:before{
  position: relative;
    top: 61%;
 background-image: url("/cdn/shop/files/angle-left-solid.svg?v=1700452318");
   background-color: white;
    border-radius: 50%;
      opacity: 1;
    color: transparent;
}
.home_pg-review .slick-prev {
    left: 0;

  }
  .home_pg-review .slick-next {
    right: 0;
    transform: rotate(180deg);
     
  }

 /* End review CSS  */

.collection-set .title {
  text-align:center;
}
.collection-set .underlined-link:hover{
  color:white;
}
.blog__posts .article-card .card__information {
  padding-left:0px !important;
}
.blog  h2 {
  width:100%;
  text-align:center;
}

/* footer css */
.footer .list-social{
 justify-content:center;
  
}
.footer_subhead{
  margin:0;
  text-align: center;
}
.footer .footer-block-image.center{
  margin:0;
}
.footer .list-social__item a svg{
  color: #042A11;
}
.footer .footer__content-top{
  padding-bottom: 20px;
}

.footer .footer__list-social.list-social:only-child{
  justify-content:left;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--1-col-tablet.grid--4-col-desktop.scroll-trigger.animate--slide-in{
  justify-content:space-between;
}
.footer-block.grid__item:nth-child(2){
  padding-left: 45px;
}
.footer__content-bottom{
  padding-top:0!important;
}
.footer.bottom_padding{
  padding-bottom:0;
}
 .footer__copyright{
 padding-bottom:14px;
    margin-top: 0px!important;
} 

 /* tab carousel CSS */
  .products_slider .d-none {
      display: none;
  }

  .tab_content .slider {
      /* background-color: aquamarine; */
      width: 250px;
      /* height: 250px; */
    height:auto;
      /* background-color: aquamarine; */
      margin: 10px;
  }

  /* .tab_content:nth-child(1) .slider {
      background-color: rgb(34, 29, 136);
  }

  .tab_content:nth-child(2) .slider {
      background-color: rgb(46, 113, 91);
  }

  .tab_content:nth-child(3) .slider {
      background-color: rgb(54, 28, 78);
  }

  .tab_content:nth-child(4) .slider {
      background-color: rgb(185, 127, 255);
  } */

 /* .slick-arrow{
      background-color: black;
  } */

/* end tab carousel */

/* products_slider CSS */
.products_slider {
    width: 100%;
    max-width: 1480px;
    padding: 30px 40px 0;
    margin: auto;

    & .section-title {
        padding-bottom: 8px;
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        margin: 0;
    }

    &  .section-sub-title {
        text-align: center;
        font-size: 26px;
    }
    & .tab-box{
       display: flex;
       justify-content: center;
       padding: 24px 0;
    }
    & .tab {
       display: flex;
       align-items: center;
       justify-content: center;
       height: 65px;
       width: 25%;
       margin-right: 12px;
       background: #F7F4F0 0% 0% no-repeat padding-box;
       border: 2px solid #E1DDD8;
       border-radius: 5px;
       cursor: pointer;
       user-select: none;
      filter: opacity(0.5);
    }
    & .tab_links {
       display: flex;
      align-items:center;
      border:none;
      background:transparent;
      cursor: pointer;
    }
    & .tab-button-image{
        width: 34px;
        height: auto;
        margin-right: 8px;
    }
    & .tab_links p{
                text-align: center;
                font-size: 17px;
                font-weight: bold;
                color: #000;
                margin:0;
            text-transform: uppercase;
       padding-top: 3px;
            }
   &  .tab.active{
    border:2px solid #000;
    filter: opacity(1);
}
}
.slider_section {
            width: 100%;
            max-width: 1480px;
            padding: 20px 40px 30px;
            margin: auto;

         & .card-header {
                height: 350px;
            }

            & .card-header img {
                width: 100%;
                height: 100%;
                border-radius: 12px;
              object-fit:cover;
            }
    & .card-body{
                min-height: 120px;
            }
            & .card-title{
                text-align: left;
                font-size: 18px;
                color: #000;
                padding: 11px 0 1px 0;
            }
  & .card-text p{
                padding: 0;
                font-size: 18px;
                font-weight: bold;
                margin: 0;
            }
  & .card-review{
                width: 50%;
            }
   & .card-review img{
                width: 100%;
            }
  & .add-button {
                height: 57px;
                background: #A2D3BC 0% 0% no-repeat padding-box;
                text-decoration: none;
                border-radius: 4px;
                text-align: center;
                font-size: 19px;
                font-weight: bold;
                text-transform: uppercase;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                color: #000;
            }
  & .slick-prev:before {
 background-image: url("/cdn/shop/files/angle-left-solid.svg?v=1700452318");
    color: transparent;
}
  & .slick-next:before {
    background-image:url("/cdn/shop/files/angle-right-solid.svg?v=1700562603");
    color:transparent;
    background-size:cover;
  }
  & .slick-arrow{
    background:#fff;
    height:50px;
    width:50px;
    z-index:11;
    border-radius:10px;
  }
  & .slick-next{
    right:0;
  }
  & .slick-prev{
    left:0;
  }
  .slick-prev, .slick-next{
    top:40%;
  }
  

/* end products_slider CSS */



.quick-add__submit span{
  color:white;
  text-transform: uppercase;
}

