/* LaGreen Product Description */
.single-product .lagreen-description{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding:0;
  box-sizing:border-box;
  direction:rtl;
  text-align:center;
}

.single-product .lagreen-description .description-image{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  margin:0 0 18px;
  border:0;
}

.single-product .lagreen-description .product-description-urgency{
  margin:10px auto 12px;
  color:var(--lg-p-primary,#16a34a);
  font-size:20px;
  font-weight:700;
  line-height:1.4;
  text-align:center;
}

.single-product .lagreen-description a.product-description-cta{
  display:block;
  width:calc(100% - 72px);
  max-width:360px;
  margin:16px auto;
  padding:14px 22px;
  box-sizing:border-box;
  direction:rtl;
  text-align:center;
  text-decoration:none;
  color:#fff;
  font-family:inherit;
  font-size:21px;
  font-weight:900;
  line-height:1.2;
  border:0;
  border-radius:999px;
  background:linear-gradient(
    110deg,
    var(--lg-description-button1,#16d94b) 0%,
    var(--lg-description-button1,#16d94b) 28%,
    var(--lg-description-button2,#d9f000) 52%,
    var(--lg-description-button1,#16d94b) 76%,
    var(--lg-description-button1,#16d94b) 100%
  );
  background-size:240% 100%;
  box-shadow:0 6px 20px color-mix(
    in srgb,
    var(--lg-description-button1,#16d94b) 28%,
    transparent
  );
  animation:lg-description-gradient-flow 5.5s cubic-bezier(.45,0,.55,1) infinite;
}

.single-product .lagreen-description a.product-description-cta:hover{
  color:#fff;
  text-decoration:none;
  filter:brightness(1.05);
}

.single-product .lagreen-description a.product-description-cta:active{
  filter:brightness(.98);
}

.single-product .lagreen-description a.product-description-cta:focus-visible{
  outline:3px solid color-mix(
    in srgb,
    var(--lg-description-button1,#16d94b) 35%,
    transparent
  );
  outline-offset:3px;
}

@keyframes lg-description-gradient-flow{
  0%,100%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
}

@media (max-width:600px){
  .single-product .lagreen-description{
    width:calc(100% + 24px);
    max-width:none;
    margin-left:-12px;
    margin-right:-12px;
  }

  .single-product .lagreen-description .description-image{
    max-width:none;
    margin-bottom:14px;
  }

  .single-product .lagreen-description .product-description-urgency{
    font-size:16px;
  }

  .single-product .lagreen-description a.product-description-cta{
    width:calc(100% - 52px);
    max-width:340px;
    margin:14px auto;
    padding:13px 18px;
    font-size:21px;
  }
}

@media (max-width:380px){
  .single-product .lagreen-description a.product-description-cta{
    width:calc(100% - 20px);
    max-width:340px;
  }
}

.single-product #rsi-form-top-anchor{
  scroll-margin-top:24px;
}

@media (prefers-reduced-motion:reduce){
  .single-product .lagreen-description a.product-description-cta{
    animation:none;
  }
}
