/** Shopify CDN: Minification failed

Line 20:12 Unexpected "{"
Line 20:21 Expected ":"
Line 21:16 Expected identifier but found whitespace
Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 21:78 Expected ":"
Line 22:19 Expected identifier but found whitespace
Line 22:21 Unexpected "{"
Line 22:30 Expected ":"
Line 22:84 Expected ":"
... and 10 more hidden warnings

**/
:root{
    --font-family: Suisse Intl, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --color-secondary: rgba(98, 203, 186, 1);
}
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
  .video-pdp-section-container {
    max-width: 1880px;
    margin: 0 auto;
  }
  .video-pdp-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    
  }
  .video-pdp-section.page-width {
    max-width: 1880px;
    padding: 100px 0px;
    margin-right: 0 ;
    padding-left: 40px;
  }
  
  .video-pdp-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .video-pdp-text {
    width: 100%;
    max-width: 50%;
  }
  
  .video-pdp-videos {
    width: 100%;

  }

 
  .video-pdp-text .title:before{
    content: "";
    position: absolute;
    transform: translateX(-29px);
    top: 0;
    background-color: var(--color-secondary);
    width: 12px;
    height: 12px;
    clip-path: polygon(0px 0px, 100% 0px, 0px 100%);
  }
  .video-pdp-text .title, .video-for-you  {
    font-size: 48px;
    line-height: 1.125;
    margin-bottom: 0;
    margin-top: 0px;
    font-family: var(--font-family);
    color: black;
  }
  
  .video-pdp-text  .video-for-you {
    font-weight: 400;
  } 

  .video-container {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .video-container:last-child {
    margin-bottom: 0;
  }

  .no-videos-message {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
    text-align: center;
  }
  .video-pdp-section.page-width{
    padding-left: 125px;
  }

  @media screen and (max-width: 1440px) {
    .video-pdp-text {
      max-width: 25%;
    }
    
  }
  @media screen and (max-width: 1000px) {
    .video-pdp-wrapper {
      flex-direction: column;
    }
    .video-pdp-text {
      max-width: 100%;
    }
  }

  @media screen and (max-width: 768px) {
    .video-pdp-text{
     padding-left: 25px;
    }
    .video-pdp-text .title, .video-for-you  {
      font-size: 30px;
    }
    .video-pdp-section.page-width{
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media screen and (max-width: 500px) {
    .video-pdp-text .title, .video-for-you{
      font-size: 24px;
    }
    .video-pdp-text .title:before{
      width: 1rem;
      height: 1rem;
    }
  }
  
 .pdp-videos-sliders {
  width: 100%;
  height: auto;
  position: relative;

}

.pdp-videos-sliders__wrapper {
  display: flex;
}

.pdp-videos-sliders .swiper-slide {
    height: 360px !important;
    width: 100%;
    max-width: 650px;
}
.pdp-videos-sliders__slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdp-videos-sliders__video-container {
  width: 100%;
  height: 100%;
}

.pdp-videos-sliders__video-container iframe{
  height: 100%;
  width: 100%;
  max-width: 640px;
}
.video-pdp-section .swiper-pagination-bullet{
  display: none;
}
.pdp-videos-sliders__button-prev,
.pdp-videos-sliders__button-next {
  color: #fff;
}

.pdp-videos-sliders .swiper-button-container .pdp-videos-sliders__pagination.pdp-videos-sliders__pagination {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ccc;
}

.pdp-videos-sliders .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #000;
}
.pdp-videos-sliders .swiper-button-next:after,
.pdp-videos-sliders .swiper-button-prev:after {
  display: none;
}

.pdp-videos-sliders .swiper-button-prev{
    transform: rotate(180deg);
    
}

.pdp-videos-sliders .swiper-button-next.pdp-videos-sliders__button-next,.pdp-videos-sliders .swiper-button-prev.pdp-videos-sliders__button-prev{
    position: static !important;
    margin-top: 0 ;
    top: 0 ;
    z-index: 1;
 }
 .pdp-videos-sliders .swiper-button-container{
    max-width: 99%;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
    justify-content: space-between;
}
.pdp-videos-sliders .swiper-button-next svg, .pdp-videos-sliders .swiper-button-prev svg{
  color: black;
}
 
