/** Shopify CDN: Minification failed

Line 138:50 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.hidden_desktop{
        display : block;
}

.hidden_mobile{
      display : none;
}

@media screen and (max-width : 767px){
  .hidden_desktop{
    display : none;
  }
  
  .hidden_mobile{
      display : block;
  }
}
  
  .announcement-bar {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
  }
  .announcement-content {
    display: flex;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    flex: 1;
    gap : 2rem;
  }
  .announcement-content p{
    height: fit-content;
    margin-bottom : 0;
    margin-top: 0;
  }
  .announcement-button {
    display : flex;
    text-decoration: none;
  }
  .announcement-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
.desktop-hero-section .container{
  display: flex;
  gap: 20px;

}

.desktop-hero-section .container .col-left{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding-right: 50px;
}
.desktop-hero-section .container .col-right{
  width: 50%;
}

.mobile-hero-section{
  display: block;
}
.desktop-version{
  display :  none;
}
  
.mobile-hero-section {
  width: 100%;
  position: relative;
  padding: 0 0px; /*PARAMETERS*/
}

.mobile-hero-section .img-container{
  position: relative;
  width: 100%;
  min-height: 500px; /*PARAMETERS*/
  border-radius: 0; /*PARAMETERS*/
  background-color: #F7F7F7; /*PARAMETERS*/
}
  
.mobile-hero-section .img-container img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-hero-section .img-container .heading{
  position: absolute;
  left: 0px; /*PARAMETERS*/
  right: unset; /*PARAMETERS*/
  bottom: unset; /*PARAMETERS*/
  top: unset;

  display: flex;
  flex-direction: column;
}
  
.desktop-hero-section .rating,
.mobile-hero-section .rating{
  display: flex;
  align-items: center;
  gap: 0.3rem;
  width: 100%;
  z-index: 9;
  justify-content: center;
  margin: 5px 0;
}
  .desktop-hero-section .rating .stars,
 .mobile-hero-section .rating .stars{
   display: flex;
   justify-content: row;
   gap: 0rem;
   align-items: center;
   margin-right: 5px;
 }
  
  .mobile-hero-section .img-container .heading h1,{
    font-size: 36px;/*PARAMETERS*/
    line-height: 110%;/*PARAMETERS*/
    color: black;/*PARAMETERS*/ 
    text-align: center; /*PARAMETERS*/
    font-weight: 600;
    padding-bottom: 10px;/*PARAMETERS*/
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
    .desktop-hero-section .col-left h1{
    font-size: 36px;/*PARAMETERS*/
    line-height: 110%;/*PARAMETERS*/
    color: black;/*PARAMETERS*/ 
    font-weight: 500;
    padding-bottom: 10px;/*PARAMETERS*/
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    }

.mobile-hero-section .img-container .heading p{
  font-size: 20px;/*PARAMETERS*/
  line-height: 110%;/*PARAMETERS*/
  color: black;/*PARAMETERS*/
  text-align: center; /*PARAMETERS*/
  font-weight: 400;
}

.mobile-hero-section .img-container .cta-section{
  position: absolute;
  bottom: 20px;/*PARAMETERS*/
  left: 20px;/*PARAMETERS*/
  right: 20px;/*PARAMETERS*/
  margin: auto;
}

.v1-template2 .cta-buttons {
  display: flex;
  justify-content: space-between;
}

.v1-template2 .cta-button {
  text-decoration: none;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  border-radius: 5px;
  text-align: center;
}

.v1-template2 .cta-button:hover {
  opacity: 0.8;
}

  .mobile-hero-section{
    display:  none !important;
  }
  .desktop-hero-section{
    display: block !important;
  }


  .desktop-hero-section .container{
    flex-direction: column;
  }
  
  .desktop-hero-section .badge-image{
    width : 180px;
    height: auto;
    object-fit : contain;
    padding-top : 10px;
  }

  .desktop-hero-section .container .col-left,
.mobile-hero-section .container .col-left {
  background-color: white;
  border-radius: 15px;
  align-items: center !important;
  text-align: center !important;
  height: fit-content;
  padding: 1.6rem;
}
.mobile-hero-section .img-container .heading{
    height: fit-content;
  background-color: white;
  padding: 0.2rem 0.5rem !important;
  left : 20px !important;
  right : 20px !important;
  width: calc(100% - 40px);
  border-radius: 10px;
  border-radius: 10px;

}
.mobile-hero-section .img-container .cta-section {
  margin-top : 10px;
  bottom: unset !important;
  height: fit-content;
  background-color: white;
  padding: 1rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  position: relative !important;
  left : unset !important;
  right : unset !important;
}
.desktop-hero-section .container {
  align-items: center;
  justify-content: center;
}
.desktop-hero-section .container .col-right {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-hero-section{
      display:  block !important;
  }
  .desktop-hero-section{
    display: none !important;
  }
  
}