/** Shopify CDN: Minification failed

Line 598:88 Unexpected "{"

**/
@font-face {
    font-family: IMPACTEDWeeDo;
    src: url("/cdn/shop/files/IMPACTED-WeeDo.otf?v=1710324284") format("otf");
    src: url("/cdn/shop/files/IMPACTED-WeeDo.woff?v=1710324725") format("woff");
}

:root{
  --color-main: #90DECD;
  --color-secondary: #4ACDD5;
  --color-light: #F1F2F6;
  --color-white: #FFFFFF;
  --color-black: #000000;

  --media-padding: px;
    --media-border-opacity: 0.05;
    --media-border-width: 1px;
    --media-radius: 0px;
    --media-shadow-opacity: 0.0;
    --media-shadow-horizontal-offset: 0px;
    --media-shadow-vertical-offset: 4px;
    --media-shadow-blur-radius: 5px;
    --media-shadow-visible: 0;
    --page-width: 120rem;
    --page-width-margin: 0rem;
    --product-card-image-padding: 0.0rem;
    --product-card-corner-radius: 0.0rem;
    --product-card-text-alignment: left;
    --product-card-border-width: 0.0rem;
    --product-card-border-opacity: 0.1;
    --product-card-shadow-opacity: 0.0;
    --product-card-shadow-visible: 0;
    --product-card-shadow-horizontal-offset: 0.0rem;
    --product-card-shadow-vertical-offset: 0.4rem;
    --product-card-shadow-blur-radius: 0.5rem;
    --collection-card-image-padding: 0.0rem;
    --collection-card-corner-radius: 0.0rem;
    --collection-card-text-alignment: left;
    --collection-card-border-width: 0.0rem;
    --collection-card-border-opacity: 0.1;
    --collection-card-shadow-opacity: 0.0;
    --collection-card-shadow-visible: 0;
    --collection-card-shadow-horizontal-offset: 0.0rem;
    --collection-card-shadow-vertical-offset: 0.4rem;
    --collection-card-shadow-blur-radius: 0.5rem;
    --blog-card-image-padding: 0.0rem;
    --blog-card-corner-radius: 0.0rem;
    --blog-card-text-alignment: left;
    --blog-card-border-width: 0.0rem;
    --blog-card-border-opacity: 0.1;
    --blog-card-shadow-opacity: 0.0;
    --blog-card-shadow-visible: 0;
    --blog-card-shadow-horizontal-offset: 0.0rem;
    --blog-card-shadow-vertical-offset: 0.4rem;
    --blog-card-shadow-blur-radius: 0.5rem;
    --badge-corner-radius: 4.0rem;
    --popup-border-width: 1px;
    --popup-border-opacity: 0.1;
    --popup-corner-radius: 0px;
    --popup-shadow-opacity: 0.05;
    --popup-shadow-horizontal-offset: 0px;
    --popup-shadow-vertical-offset: 4px;
    --popup-shadow-blur-radius: 5px;
    --drawer-border-width: 1px;
    --drawer-border-opacity: 0.1;
    --drawer-shadow-opacity: 0.0;
    --drawer-shadow-horizontal-offset: 0px;
    --drawer-shadow-vertical-offset: 4px;
    --drawer-shadow-blur-radius: 5px;
    --spacing-sections-desktop: 0px;
    --spacing-sections-mobile: 0px;
    --grid-desktop-vertical-spacing: 8px;
    --grid-desktop-horizontal-spacing: 8px;
    --grid-mobile-vertical-spacing: 4px;
    --grid-mobile-horizontal-spacing: 4px;
    --text-boxes-border-opacity: 0.1;
    --text-boxes-border-width: 0px;
    --text-boxes-radius: 0px;
    --text-boxes-shadow-opacity: 0.0;
    --text-boxes-shadow-visible: 0;
    --text-boxes-shadow-horizontal-offset: 0px;
    --text-boxes-shadow-vertical-offset: 4px;
    --text-boxes-shadow-blur-radius: 5px;
    --buttons-radius: 0px;
    --buttons-radius-outset: 0px;
    --buttons-border-width: 1px;
    --buttons-border-opacity: 1.0;
    --buttons-shadow-opacity: 0.0;
    --buttons-shadow-visible: 0;
    --buttons-shadow-horizontal-offset: 0px;
    --buttons-shadow-vertical-offset: 4px;
    --buttons-shadow-blur-radius: 5px;
    --buttons-border-offset: 0px;
    --inputs-radius: 0px;
    --inputs-border-width: 1px;
    --inputs-border-opacity: 0.55;
    --inputs-shadow-opacity: 0.0;
    --inputs-shadow-horizontal-offset: 0px;
    --inputs-margin-offset: 0px;
    --inputs-shadow-vertical-offset: 4px;
    --inputs-shadow-blur-radius: 5px;
    --inputs-radius-outset: 0px;
    --variant-pills-radius: 40px;
    --variant-pills-border-width: 1px;
    --variant-pills-border-opacity: 0.55;
    --variant-pills-shadow-opacity: 0.0;
    --variant-pills-shadow-horizontal-offset: 0px;
    --variant-pills-shadow-vertical-offset: 4px;
    --variant-pills-shadow-blur-radius: 5px;
}

body{
  margin:0;
  padding:0;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;

  font-size: 14px;
}

.lp-reviews p{
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  color: var(--color-black);
  
}
.b{
 font-weight: 700;
}
.hero{
  font-family: IMPACTEDWeeDo, sans-serif;
  font-optical-sizing: auto;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.hero.big{
  font-size: 40px;
  margin-bottom: 0.4em;
}
.impacted-20{
   font-family: IMPACTEDWeeDo, sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.lp-bar{
  width: 100%;
  background-color: var(--color-main);
}
.bar-container{
  padding: 7px 0px 7px 0px;
}
.bar-text{
  display: flex;
  align-items: center;
  gap:5px;
}
.bar-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-banner{
  position:relative;
  
}
.lp-award{
    width: 65px;
    background: var(--color-light);
    padding: 10px;
}
.top{
    top: 0px;
}
.bot{
    bottom: 25px;
}
.banner-absolute{
  position: absolute;
    z-index: 5;
}
.btn-light{
  background: var(--color-light);
  color: var(--color-black);
  display: flex;
  gap:10px;
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.btn-light::before{
    content: '';
    position: absolute;
    top: -40%;
    left: -50%;
    width: 30px;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(20deg);
    animation: slide 5s linear infinite;

}

  .lp-banner-full{
    width:100%;
  }
.hero-title .hero{
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
.slide-product-img{
  box-sizing: border-box;
  display: block;
}
.hero-slide{
  width: 85px !important;
}
.slide-product-img.selected{
  border: 2px solid var(--color-black);
}
.swiper-slide{
  width: fit-content;
}

.lp-product{
  margin: 20px 0px 20px 0px;
  width: 100%;
  background-color: var(--color-white);
}
.lp-grow{
  width: 100%;
      background-color: var(--color-light);
}
.lp-grow-content{
  padding: 20px 0px 15px 0px;
}
.grow-text{
  text-align: center;
}
.lp-grow-full{
  width: 100%;
  position: relative;
}
.text-highlight{
  position: relative;
  z-index: 1;
  display: inline-block;
}
.text-highlight:before{
  position: absolute;
  content: '';
  top:-2.5%;
  left:-2.5%;
  width: 105%;
  height: 85%;
  background-color: var(--color-main);
  z-index:-1;
}
.lp-media-content{
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lp-cards{
  margin: 35px auto ;
  overflow:hidden;
}
.card-content{
  opacity: 0;
  text-align: center;
  transition: all 0.4s ease;
}
.swiper-slide-active .card-content{
  opacity: 1;
  transition: all 0.4s ease;
}
.card-content .hero{
  margin: 0.4em 0 0.4em 0;
}

.hero-swiper .swiper-slide{
  margin-right: 10px;
}
.play-center{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.play-text svg{
  margin-left: 3px;
  margin-bottom: 2px;
}
.lp-reviews{
  background-color: var(--color-main);
  overflow:hidden;
  width: 100%;
  position:relative;
}
.lp-reviews .swiper-pagination{
    position: absolute;
    width: 100%;
    bottom: 0;
    top: auto !important;
    height: 5px;
}
.lp-reviews .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: var(--color-black);
}
.reviews-header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reviews-header .hero.big{
  font-size: 45px;
  margin-bottom: 0.2em;
}
.reviews-header-stars{
  margin-bottom: 0.3em;
}

.hero.white{
  color: var(--color-white);
  margin-bottom: 1em;
}
.review-slide{
  width: 300px;
}
.card-slide{
  width: 300px;
}
.reviews-swiper{
  overflow: visible;
  margin-bottom: 45px;
}
.review-content{
  min-height: 100px;
    display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  background-color: var(--color-white);
}
.review-content-head{
      width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cards-center{
      width: 300px;
    margin: auto;
}
.like-block-icon{
  width: 30px;
}
.like-block{
  display: flex;
  gap: 15px;
}
.like-block-container{
  display: flex;
   gap: 1em;
    flex-direction: column;
    align-items: center;
  margin:1em 0 1em 1em;
  font-size: 14px;
}
.like-block-wrapper{
    display: flex;
   gap: 1em;
    flex-direction: column;
  
}
.like-title{
  font-weight: 700;
  text-transform: uppercase;
}

.lp-buy-now{
      background-color: var(--color-main);
    color: var(--color-black);
    display: flex;
    padding: 14px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  margin-top: 0.5em;
  margin-bottom: 1em;
  position:relative;
}
.lp-buy-now::after{
  content: '';
    box-shadow: var(--color-main) 0px 5px 15px;
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;
    border-radius: var(--buttons-radius);
  
    transition: box-shadow var(--duration-short) ease;

}
.featuredSlide{
  width: 100%;
}
.thumbSlide{
  width: 80px;
  height: 80px;
}
.thumbImg{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.product__title{
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.lp-price_container{
  background-color: var(--color-light);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-badge{
  font-weight: 700;
  padding: 7px 10px;
  background-color: var(--color-main);
}
.lp-price_container .right{
  font-size: 12px;
}
.lp-info_container{
      display: flex;
    justify-content: space-between;
  margin-top: 0.8em;
  margin-bottom: 1.2em;
}
.buy-button-info{
      display: flex;
    justify-content: center;
}
.buy-button-info_wrapper{
  display: flex;
  align-items: center;
  opacity: 0.7;
}
.info-reviews-stars path{
  fill: #FAD05C;
}
.variant-option{
  position: relative;
}
.variant-option input{
  visibility: hidden;
  display:none;
}

.variant-option input:checked + label {
background-color: var(--color-black);
color: var(--color-white);
}
.product-variants{
  display: flex;
  gap: 0.8em;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.variant-option label{
  display: inline-block;
  background-color: var(--color-light);
  padding: 5px 10px;
}
.lp-price_container .left{
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-compare{
  text-decoration: line-through;
}
.product-variants .text-small{
  display: flex;
  align-items: center;
}
.review-content-head h3{
      font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 8px 0px;
  
}
.circle-pulse.low{
  background: #f39459;
}
.circle-pulse.low::before{
  background: #f39459;
}
.circle-pulse.low::after{
  background: #f39459;
}
.circle-pulse{
  background: var(--color-main);
      display: inline-flex;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    animation: pulse-animation 1.5s infinite;
}
.circle-pulse::before{
    transform: scale(.5);
    animation: beat-before 1.5s ease-out .2s infinite;
  background: var(--color-main);
      content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .4;
}
.circle-pulse::after{
    transform: scale(.8);
    animation: beat-after 1.5s ease-out .4s infinite;
  background: var(--color-main);
      content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .4;
}

.weedo-arrow::after{
  font-size: 15px;
  color: var(--color-black);
}

.weedo-arrow.swiper-button-disabled{
  opacity: 0;
}


.weedo-fade-next{
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    height: 100%;
    width: 65px;
    background: linear-gradient(90deg, #ffffff00, white);
    z-index: 9;
      opacity: 1;
    margin: 0;
  transition: opacity 0.4s ease;
}
.weedo-fade-prev{
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    width: 65px;
    background: linear-gradient(90deg, white, #ffffff00);
    z-index: 9;
    opacity: 1;
  margin: 0;
  transition: opacity 0.4s ease;
}

.swiper-button-disabled + .weedo-fade-prev, .swiper-button-disabled + .weedo-fade-prev, {
  opacity: 0;
}
.variant-option.soldout label:after {
    transform: rotate(40deg);
}
.variant-option.soldout label:before {
    transform: rotate(-40deg);
}
.variant-option.soldout label:before, .variant-option.soldout label:after{
    position: absolute;
    left: 39%;
    top: 0;
    content: "";
    color: red;
    font-size: 40px;
    text-align: center;
    width: 4px;
    height: 29px;
    background: red;
    opacity: .5;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  transition: all 0.4s ease;
}

.modal-content {
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  position: relative;
}
#videoFrame{
  width: 100%;
}
.video-frame{
  width: 100%;
}
.close {
  float: right;
  margin-bottom: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#openVideo{
    cursor: pointer;
}
.scrollBtn{
  position: fixed;
  z-index: 99;
  bottom: 0;
  left:0;
  right:0;
  background-color: var(--color-main);
  transition: all 0.4s ease;
    transform: translateY(0%);
}
.btn-black{
    background-color: var(--color-black);
    color: var(--color-white);
    display: flex;
    padding: 14px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
flex: 1;
    position: relative;
}
.scrollInfo{
      display: flex;
    flex-direction: column;
    gap: 5px;
}
.scrollBtn-container{
  width: 100%;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8em;
    margin-bottom: 0.8em;
}
.scrollBtn .circle-pulse, .scrollBtn .circle-pulse::before, .scrollBtn .circle-pulse::after{
  background: var(--color-black);
}
.scrollBtn.active{
  transform: translateY(110%);
}
.product-content{
    position: sticky;
    top: 150px;
    height: max-content;
}
.product-box{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1fr);
  width: 100%
}
#PopupSignupForm_0{
  display: none !important;
}

@media only screen and (min-width: 1000px) {
  #shopify-section-template--19222706487560__lp_banner_fcPhGU {
    display: none;
  }
  .slide-product-img{
    width: 100px;
    height: 100px;
  }
  .product-box{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 25px;
  }
  .lp-grow-full {
    width: 100%;
    position: relative;
    max-height: 200px;
    overflow: hidden;
}
}