/** Shopify CDN: Minification failed

Line 116:8 Expected ":"

**/
/* ============================================================
   Gilroy font faces
   ============================================================ */
@font-face {
  font-family: 'Gilroy';
  src: url('Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('Gilroy-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   Utility classes
   ============================================================ */
.gilroy-light {
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
}

.gilroy {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
}

.gilroy-medium {
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
}

.gilroy-bold {
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
}

.gilroy-heavy {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
}

.ll-section-carousel-products {
  background: #F9F8F4 !important;
}

.product__title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__title span{
  font-size: 20px;

}

.product__title h1{
  font-family: 'Gilroy', sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.product__view-details{
  display: none !important;
;
}

.LL-desc{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #292F36;
  border-bottom: 1px solid #B7D5F2;
  padding-bottom: 15px;
}

.LL-desc-desc {

}

.LL-benefs-item p{
  margin 0 0 10px 0;
  color: #292F36;
  font-size: 14px;
  white-space: nowrap;
}

.LL-benefs-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px){
  .header{
    padding: 10px 20px !important;
  }

  .ll-gallery-strip{
    padding: 13px !important;
  }

  .product__info-container {
    padding: 0 13px;
  }

  .product__title{
    flex-direction: column;
    align-items: flex-start;
  }

  .product__title h1{
    font-size: 24px;
  }

  .product__title span{
    font-size: 14px;
  }
}
