/** Shopify CDN: Minification failed

Line 139:2 Unexpected "{"
Line 139:3 Expected identifier but found "%"
Line 215:2 Unexpected "{"
Line 215:3 Expected identifier but found "%"

**/
.image-with-text-product-section .hide-desktop {
  display: none !important;
}
  
.image-with-text-product-section .image-with-text-product .inner {
  display: flex;
/*   align-items: center; */
  justify-content: space-between;
  column-gap: 50px;
}

.image-with-text-product-section .image-with-text-product .top-block {
  padding-bottom: 80px;
}

.image-with-text-product-section .image-with-text-product .top-block h2{
   text-align: center;
}  

.image-with-text-product-section .image-with-text-product .top-block p{
  text-align: center;
  max-width: 1400px;
  margin: auto;
}  

.image-with-text-product-section .image-with-text-product h2 {
  font-family: var(--font-body-family) !important;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  color: #1F1F1F;
  text-transform: uppercase;
}

.image-with-text-product-section .image-with-text-product p {
  font-family: var(--font-body-family) !important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #1F1F1F;
}

.image-with-text-product-section .image-with-text-product .inner .content {
  width: 35%;
}
  
.image-with-text-product-section .image-with-text-product .inner .image {
  width: 65%;
}
.image-with-text-product-section .image-with-text-product .inner .image video{
  width: 100%;
}
.image-with-text-product-section .image-with-text-product .inner .image img{
  border-radius: 5px;
}  

.image-with-text-product-section .image-with-text-product .inner .content h2 {
  font-family: var(--font-body-family) !important;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  color: #1F1F1F;
  margin-bottom: 30px;
}

.image-with-text-product-section .image-with-text-product .inner .content h3{ 
  font-family: var(--font-body-family) !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 0;
  color: #1F1F1F;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.image-with-text-product-section .image-with-text-product .inner .content p {
  font-family: var(--font-body-family) !important;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 1200px) {  
  .image-with-text-product-section .image-with-text-product .inner .content p {
    line-height: 30px;
  }  
}

@media screen and (max-width: 1000px) {  

  .image-with-text-product-section .image-with-text-product .inner .content h3{ 
    font-size: 14px;
    line-height: 16px;
    margin-top: 40px;
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  
  .image-with-text-product-section .hide-desktop {
    display: block !important;
  }

  .image-with-text-product-section .hide-mobile {
    display: none !important;
  }

  .image-with-text-product-section .image-with-text-product .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .image-with-text-product-section .image-with-text-product .inner .content,
  .image-with-text-product-section .image-with-text-product .inner .image {
    width: 100%;
  }

  .image-with-text-product-section .image-with-text-product .top-block {
    text-align: center;
    padding-bottom: 20px;
  }

  .image-with-text-product-section .image-with-text-product .inner .content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  {%- if section.settings.mobile-slider -%}
  .image-with-text-product-section .image-with-text-product-slider {
    padding-top: 20px;
  }
  
  .image-with-text-product-section .slick-slide {
    margin: 0 15px;
  }

  .image-with-text-product-section .slick-list {
    margin: 0 -15px;
  }

  .image-with-text-product-section .image-with-text-product .inner .image img,
  .image-with-text-product-section .image-with-text-product .inner .image video{
    border-radius: 0;
    border: 2px solid #1F1F1F;
  }

  .image-with-text-product-section .image-with-text-product .inner .content {
    text-align: center;
  }

  .image-with-text-product-section .slide-arrow {
    position: absolute;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: rgba(31,31,31,.4);
    top: 50%;
  }

  .image-with-text-product-section .slide-arrow.prev-arrow {
    left: 15px;
  }

  .image-with-text-product-section .slide-arrow svg {
    fill: #FFF;
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }

  .image-with-text-product-section .slide-arrow.next-arrow {
    right: 15px;
    transform: rotate(180deg);
  }

  .image-with-text-product-section .slide-arrow.next-arrow.slick-disabled,
  .image-with-text-product-section .slide-arrow.prev-arrow.slick-disabled {
    display: none !important;
  }

  .image-with-text-product-section .slick-dots {
    bottom: -30px;
  }

  .image-with-text-product-section .slick-dots li {
    margin: 0 3px;
  }

  .image-with-text-product-section .slick-dots li button:before {
    font-size: 55px;
    opacity: 50%;
    color: #CFCFCF;
  }

  .image-with-text-product-section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #CDCDCD;
  }
  {%- endif -%}
}

@media screen and (min-width: 1001px) {
  .image-with-text-product-section .image-with-text-product .inner.row-reverse {
    flex-direction: row-reverse;
  }
}


@media screen and (max-width: 749px) { 

  .image-with-text-product-section .image-with-text-product .top-block {
    padding-bottom: 15px;
  }
  
  .image-with-text-product-section .image-with-text-product .inner .content p {
    line-height: 25px;
    font-size: 14px;
  } 

   .image-with-text-product-section .image-with-text-product .inner .content h2 {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .image-with-text-product-section .image-with-text-product .top-block p{
    font-size: 14px;
  }  
  
}