/** Shopify CDN: Minification failed

Line 89:21 Expected identifier but found "{"
Line 89:22 Unexpected "{"
Line 89:30 Expected ":"

**/


/* CSS from section stylesheet tags */
.details_popup p strong{
  font-size:18px;
}
  .details_popup p{
    font-size:16px;
  }
.popup_buttons {
    width: 100%;
    display: flex;
    gap: 10px;
}
  .popup_buttons_first {
    width: 50%;
}
  .popup_buttons_first a{
    padding:13px 8px;
    background-color: #c4d600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-transform: capitalize;
    color: black;
    border-radius: 25px;
     align-items: center;
    font-weight: 600;
}
   .popup_buttons_second {
    width: 50%;
 }
  .popup_buttons_second a{
    padding:13px 8px;
    background-color: #c4d600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-transform: capitalize;
    color: black;
    align-items: center;
    border-radius: 25px;
    font-weight: 600;
}
.collection_popup {
    max-width: 1000px;
    margin: 0 auto;
    max-height: 500px;
    transition: .25s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:none;
    z-index: 99999;
    
}
  .popup_main_wrapper {
    position: relative;
     /* width: 980px;  */
    padding: 15px;
    border-radius: 10px;
    background-color: white;
   }
.col_popup.details_popup, .col_popup.details_popup h2 {
    color: #fff;
    padding: 15px 20px 15px 0;
    font-size: 28px;
    margin: 0;
    line-height: normal;
}
 .col_popup.details_popup h2 span {
    color: #01a601;
}

.collection_popup_row {
    display: flex;
    gap: 20px;
    align-self: stretch;
    background-color:{{section.settings.colorscheme}};
    border-radius: 12px;
}
.image_popup img {
    width: 100%;
    display: flex;
    border-radius: 12px 0px 0px 12px;
    height: 100%;
    object-fit: cover;
}
 .popup_main_wrapper .col_popup.image_popup {
    width: calc(40% - 10px);
}
.popup_main_wrapper .col_popup.details_popup{
   width: calc(60% - 10px);
}
.popup_main_wrapper svg#Capa_1 {
    position: absolute;
    padding: 5px;
    background: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    right: -10px;
    top: -10px;
    font-weight: 700;
    cursor: pointer;
}
.hide_popup_section {
    display: none;
}
  .col_popup.image_popup.full-width-popup-image img {
    border-radius: 12px;
}
.popup_collection_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #00000096;
    transition:0.5s ease-in;
    opacity: 0;
    z-index: -1; 
}
  .col_popup.image_popup.full-width-popup-image {
    width: 100%;
}
 .popup_main_wrapper .details_popup p {
    font-size: 16px;
}
  .details_popup h3 {
    color: white;
    font-size: 32px;
    font-weight: 900;
}
  .col_popup.details_popup ul li {
    font-size: 18px;
    list-style:none;
    display: flex;
    margin: 10px 0px;
    align-items: center;
}
  .col_popup.details_popup ul li span {
    margin-right: 10px;
}
button.show_hide_popup_button {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #840016;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #ffff;
} 
 @media screen and (min-width: 481px) and (max-width: 1240px) {
  .collection_popup {
    width: 90%;
    max-width: 850px;
    padding: 0 20px;
    
}
 }
   @media screen and (min-width: 993px) and (max-width: 1240px) {
      .popup_main_wrapper {
       width: 100%;
     }
   }
   @media screen and (min-width: 769px) and (max-width:992px) {
     .popup_main_wrapper {
       width: 100%;
    }
   }
   @media screen and (min-width: 481px) and (max-width:768px) {
    .collection_popup {
      overflow-x: scroll; 
     }
      /* .popup_main_wrapper {
        width: 850px;
     } */
   }
  @media screen and (max-width: 768px) {
    .popup_buttons_second {
    width: 100%;
  }
    .popup_buttons_first {
    width: 100%;
   }
    .popup_buttons {
    flex-direction: column;
    }
    .details_popup p strong{
      font-size:18px;
    }
    .details_popup p{
    font-size:16px;
    }
    .collection_popup_row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
   .popup_main_wrapper .col_popup.details_popup {
    width: 100%;
  }
     .popup_main_wrapper .col_popup.image_popup {
    width: 100%;
  }
    .image_popup img {
     border-radius:0px;  
  }
     .popup_main_wrapper svg#Capa_1 {
    position: absolute;
    right: 0px;
    top: 0px;
   }
  }
 @media screen and (max-width: 480px) {
.collection_popup_row {
    flex-direction: column;
}
   .popup_main_wrapper .col_popup.image_popup {
    width:100%;
}
 .popup_main_wrapper .col_popup.details_popup{
   width: 100%;
}
.col_popup.details_popup {
    padding: 10px;
}
.image_popup img {
    border-radius: 12px 12px 0 0;
}
  .collection_popup {
    width: 90%;
    max-width: max-content;
    padding: 0;
    overflow-x: scroll;
}
   .popup_main_wrapper {
     width: 100%;
 }
 }
footer .footer__content-top .grid__item.index-1 .footer-block__heading:hover {
    text-decoration: underline;
}
.testonomial_slidesss{
    text-align:center;
  }

.testo_author_nm h3 {
    color: #fff;
}
.testo_img {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
  .testo_img img {
    /* max-width: 100px!important; */
    border-radius: 200px;
}
.testo_heading h2 {
    color: #fff;
    /* margin: 10px; */
}
.testonomial_slidesss {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
}

.testo_svg svg {
    display: inline-block;
    text-align: center;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}
 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #ffffff;
    border: 0;
    outline: 0;
    background: 0 0;
}


  
.details_popup p strong{
  font-size:18px;
}
  .details_popup p{
    font-size:16px;
  }
.testslide{
  width:100%;
}
.testimonial_popup {
    max-width: 1000px;
    margin: 0 auto;
    max-height: 400px;
    transition: .25s ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:none;
    z-index: 99999;
}
  .popup_testimonial_wrapper {
    position: relative;
    width: 980px;
    padding: 5px;
    border-radius: 10px;
    background-color: white;
   }
.col_popup.details_popup, .col_popup.details_popup h2 {
    color: #fff;
    padding: 15px 20px 15px 0;
    font-size: 28px;
    margin: 0;
    line-height: normal;
}
 .col_popup.details_popup h2 span {
    color: #01a601;
}

.collection_popup_row {
    display: flex;
    gap: 20px;
    align-self: stretch;
    background: #000000e8;
    border-radius: 12px;
}
.image_popup img {
    width: 100%;
    display: flex;
    border-radius: 12px 0px 0px 12px;
    height: 100%;
    object-fit: cover;
}
 .col_popup.image_popup {
    width: calc(60% - 10px);
}
.col_popup.details_popup{
   width: calc(40% - 10px);
}
.popup_testimonial_wrapper svg#Capa_1 {
    position: absolute;
    padding: 5px;
    background: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    right: -10px;
    top: -10px;
    font-weight: 700;
    cursor: pointer;
}
.hide_popup_section {
    display: none;
}
  .col_popup.image_popup.full-width-popup-image img {
    border-radius: 12px;
}
.popup_testimonial_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #00000096;
    transition:0.5s ease-in;
    opacity: 0;
    z-index: -1; 
}
  .col_popup.image_popup.full-width-popup-image {
    width: 100%;
}
  .details_popup p {
    font-size: 33px;
}
  .details_popup h3 {
    color: white;
    font-size: 32px;
    font-weight: 900;
}
  .col_popup.details_popup ul li {
    font-size: 18px;
    list-style:none;
    display: flex;
    margin: 10px 0px;
    align-items: center;
}
  .col_popup.details_popup ul li span {
    margin-right: 10px;
}
button.show_hide_popup_button {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #840016;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #ffff;
} 
 @media screen and (min-width: 481px) and (max-width: 1240px) {
  .testimonial_popup {
    width: 90%;
    max-width: 850px;
    padding: 0 20px;
    
}
 }
   @media screen and (min-width: 993px) and (max-width: 1240px) {
      .popup_testimonial_wrapper {
       width: 100%;
     }
   }
   @media screen and (min-width: 769px) and (max-width:992px) {
     .popup_testimonial_wrapper {
       width: 100%;
    }
  
   }
   @media screen and (min-width: 481px) and (max-width:768px) {
    .testimonial_popup {
      overflow-x: scroll; 
     }
      /* .popup_testimonial_wrapper {
        width: 850px;
     } */
   }
  @media screen and (max-width: 768px) {
   .popup_testimonial_wrapper {
    position: relative;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
  }
    .details_popup p strong{
      font-size:18px;
    }
  .details_popup p{
    font-size:16px;
  }
    .collection_popup_row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
    .col_popup.details_popup {
    width: 100%;
  }
    .col_popup.image_popup {
    width: 100%;
  }
    .image_popup img {
     border-radius:0px;  
  }
     .popup_testimonial_wrapper svg#Capa_1 {
    position: absolute;
    right: 0px;
    top: 0px;
   }
      .testo_img img {
    max-width: 50px;
    border-radius: 200px;
}
    .testo_heading h2 {
    color: #fff;
    margin-bottom: 0px;
}
    .testo_author_nm h3 {
    color: #fff;
    margin: 5px 0px;
}
  }
 @media screen and (max-width: 480px) {
.collection_popup_row {
    flex-direction: column;
}
  .col_popup.image_popup {
    width:100%;
}
.col_popup.details_popup{
   width: 100%;
}
.col_popup.details_popup {
    padding: 10px;
}
.image_popup img {
    border-radius: 12px 12px 0 0;
}
  .testimonial_popup {
    width: 90%;
    max-width: max-content;
    padding: 0;
    overflow-x: scroll;
}
   .testo_img img {
    max-width: 50px!important;
    border-radius: 200px;
}
 }