/** Shopify CDN: Minification failed

Line 142:45 Unexpected ","
Line 1406:16 Expected identifier but found "!"

**/
:root{
  --ampower-orange:#f54900;
  --ampower-black:#000;
  --ampower-white:#fff;
  --ampower-grey:#EFEFEF;
  --ampower-greyish:#3F3F46;
  --mono-font:"Fragment Mono"
}

/* Common CSS */
p, .junip-review-body { 
      font-weight: 500 !important; 
}
.text-orange{color:var(--ampower-orange)}
.text-white{color:var(--ampower-white)}
.bg-orange{background-color:var(--ampower-orange) !important}
.logo-left-menu-center .m-header__left, .logo-left-menu-center .m-header__right{
  flex:0 !important;
}

.m-menu__link--main{
  font-family:var(--mono-font);
}

.rise-system #MainContent,
.why-choose-ampower #MainContent,
.about-us #MainContent{
  padding-bottom:0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--ampower-orange);
  border: 1px solid var(--ampower-black);
  height: 100px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--ampower-orange);
  transition: 0.3s ease-in-out;
}

::-webkit-scrollbar-track {
  background: var(--ampower-black);
  border: 0;
  transition: 0.3s ease-in-out;
}

.m-header__center{
  justify-content:flex-end !important;
}

.m-button--primary:not(.m-button--scroll-top){
  font-family:var(--mono-font);
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding:0.9rem 1.3rem !important;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:0.7rem;
  border:0 !important;
}

.m-button--secondary, .discover-button{
  font-family:var(--mono-font);
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding:0.9rem 1.3rem !important;
  display:flex;
   justify-content:center; 
  align-items:center;
  gap:0.7rem; 
}
.main-video-banner .m-button--secondary .flip-back, .fuel-your-rise .flip-back {
    left: 1rem;
}
.amazon-buy-btn{
    border:1px solid var(--ampower-black);
}
product-form button.m-add-to-cart .flip-back::after {
    content: 'add to cart';
}
 .discover-button{
  color:var(--ampower-black);
  border:1px solid var(--ampower-black);
      border-radius: var(--btn-border-radius, 0);
    margin-top: 10px;   
     font-weight: var(--font-btn-weight, 500);
 }
 .discover-button:hover{
background-color:var(--ampower-black);
color:var(--ampower-white);
 }

 /* Buttons css */
.m-button, .shopify-payment-button__button, m-footer a.m-link , .junip-btn{
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}


.m-button span, .shopify-payment-button__button span, m-footer a.m-link span,
.junip-write-review-cta span {
  transition: transform 0.5s, opacity 0.5s;
}

m-footer a.m-link  .flip-back{
    transform: none !important
}
.m-button .flip-back, .shopify-payment-button__button .flip-back, m-footer a.m-link  .flip-back, .junip-write-review-cta .flip-back{
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
      justify-content: center;
    gap: 0.7rem;
  transform: translateY(-50%) rotateX(90deg);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}

 .shopify-payment-button__button .flip-back, , .junip-write-review-cta .flip-back{
    left: 0;
    top: 0;
}
.m-button:hover span,  .shopify-payment-button__button:hover span,  m-footer a.m-link:hover span
, .junip-write-review-cta:hover span {
  transform: translateY(50%) rotateX(90deg);
  opacity: 0;
}

.m-button:hover .flip-back, .shopify-payment-button__button:hover .flip-back,  m-footer a.m-link:hover .flip-back {
  transform: translateY(0) rotateX(0);
  opacity: 1;
}
m-footer a.m-link .flip-back{
    left: 0;
}
 .rise-in-action .m-richtext__button .m-button--link .flip-back{
    left: 0;
}
  m-footer .m-link-lists .m-link:after{
  display:none
}
#scroll-to-top-button span.flip-back::after, #scroll-to-top-button span::after {
    content: "↑";
}

.m-button--link .flip-back{
      color: var(--ampower-black) !important      ;
}
.why-rise-system .iconbox-button span.flip-back {
    margin-right: 1rem;
}
.rise-in-action .m-button--link:hover .flip-back{
      color: var(--ampower-orange) !important;
}


 /* Buttons css */

@media(min-width:769px) and (max-width:1024px){
  .m-button--secondary{
    font-size:0.8rem !important;
    padding:0.4rem 1rem !important;
  }
  .short-desc ul li {
    font-size: .7rem !important;
}
}

.shopify-payment-button{
  font-family:var(--mono-font);
  font-size: 1rem !important;
  line-height: 1.2rem !important;
  letter-spacing: 0.1px !important;
  text-transform: uppercase !important;
  box-shadow:none !important;
}

.m-button--primary,
.m-button--primary:hover,
.m-button--secondary,
.m-button--secondary:hover{
  box-shadow:0 0 0 0 !important;
}

.page-header h1{
  margin-top:0 !important;
  margin-bottom:1rem !important
}

.page-header h1,
.m-page-header__title{
  font-size: clamp(3.6rem,3vw,5rem) !important;
  line-height: clamp(4rem,3vw,5.3rem) !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: var(--ampower-black);
}

@media(max-width:768px){

  .m-page-header__title{
    font-size:clamp(2.4rem,3vw,4.5rem) !important;
    line-height: clamp(2.9rem,3vw,4.7rem) !important;
  }

}

@media(min-width:992px){
.main-video-banner  .m-richtext__description  {
    padding-right: 50% !important;
}
.home-testi .m-testimonial__description {
    min-height: 63px;
}
.m-footer--middle .container-fluid{
    padding-right: 0 !important;
}
.m-footer--bottom-left {
    width: auto !important
}


}


.m-section__heading,
.daily-ampower .m-richtext__description,
.h2,
h2{
  font-size: clamp(3rem,2vw,3.5rem);
  line-height: clamp(2.8rem,2vw,4.5rem);
  text-transform: uppercase;
  font-family:var(--font-stack-header);
}

.daily-ampower .m-richtext__description,
.daily-ampower .m-richtext__description p{
  margin:0;
}

/* Body Font */
.hero-banner .m-richtext__description,
.fuel-your-rise .m-hero__text,
.built-clean .m-section__description,
.rise-in-action .m-richtext__description{
  font-size: clamp(0.9rem, 3vw, 1.2rem);
  line-height: clamp(1.3rem,3vw,1.8rem);
}

/* End common css */

/* Hero Banner */

.hero-banner .m-richtext__title,
.collection-banner h1{
  font-size: clamp(4rem,3vw,5.4rem);
  line-height: clamp(4.4rem,3vw,5.9rem);
  text-transform: uppercase;
  color: #FFFFFF !important;
}

@media(min-width:769px){
  .collection-banner h1{
    max-width:50%;
  }
}

.hero-banner .m-richtext__description{
  padding-right:35%;
  color: #FFFFFF;
}

.hero-banner .m-button--primary{
  background:#FFF !important;
  color:var(--ampower-black) !important;
  text-transform:uppercase !important;
      border: 1px solid #fff !important;
}

.hero-banner .m-button--primary:before{
  content:url("/cdn/shop/files/spark.svg");
  width:10px;
  height:20px;
  display:block;
  position:static;
}

.iconbox-button .m-button{
  position:relative
}

.iconbox-button .m-button:after,
.hero-banner .m-button--primary:after{
  content:"→";
  width:10px;
  height:20px;
  display:block;
  position:static;
}

.hero-banner .m-button--secondary:before{
  content:url("/cdn/shop/files/video.svg?v=1765279620");
  width:20px;
  height:20px;
  display:block;
      /* margin-right: 0.7rem; */
  position:static;
}

.hero-banner .m-button--primary:hover{
  background:var(--ampower-orange) !important;
  color:var(--ampower-black) !important;
    border-color:var(--ampower-orange) !important;
}

body .hero-banner .m-button--secondary:hover{
  background:var(--ampower-black) !important;
  border-color:var(--ampower-black) !important;
}

.hero-banner .m-slide__content{
  max-width:100%;
  width:100%;
  padding-right:30%;
}

.hero-banner .m-slider__footer{
  bottom:unset !important;
  padding:0 !important;
  flex-direction:column !important;
}

.hero-banner .m-slider__footer span{
  text-align:center;
}
.hero-video-wrapper-custom {
  position: relative;
  width: 100%;
  height: 100vh;
   background-image: url("/cdn/shop/files/desktop-cover-image.jpg?v=1767702375");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}


.main-banner-text {
    z-index: 1;
    position: relative;
    height: 100%;
    align-content: center;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 10;
  padding: 4rem 2rem;
  max-width: 60%;
}


/* Hero Banner end */




.variery-pro .add-to-cart-wrapper, .custom-variant-selector .add-to-cart-wrapper{
    display: block;
    width: 100%;    margin-top: 1rem;
}

.variery-pro .m-product-info--wrapper button.m-add-to-cart, .custom-variant-selector button.m-add-to-cart {
    margin-right: 0;
    width: 100%;
}

.scroll-black
{   
   font-weight: 400;
    font-size: 1rem !important;
    line-height: 1.2rem 19.2px  !important;
    letter-spacing: .1px;
    text-transform: uppercase;
    color: var(--ampower-black);
    font-family: var(--mono-font);
  }

/* wholesale page */
  .why-partner responsive-image {
    width: 35px !important;
    height: 35px !important;
  }
  .why-partner .m-custom-content__wrapper * {
    text-transform: uppercase;
    font-weight: 300;
}
  .grid-whole .m-image-card__content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 100%);
    z-index: 0;
}
.whole-cards.home-product-cards .m\:column {
    padding-left: calc(var(--column-gap, 0) / 2) !important;
    padding-right: calc(var(--column-gap, 0) / 2)  !important;
}
.whole-cards .m-product-card.m-product-card--style-4 {
    border: 1px solid var(--ampower-black);
}
form .m-button.m-button--primary {
    width: 100%;
}
/* wholesale page */

.m-cart-drawer__title, .custom-variant-selector h5 {
    text-transform: uppercase;
}




/* Product cards */

.home-product-cards .m\:column{
  padding-left:0 !important;
  padding-right:0 !important;
      background-color: white;
}

/* .home-product-cards .m-mixed-layout__inner{
  gap:1px !important;
} */

.home-product-cards .m-product-card{
  display:flex;
  flex-direction:column;
  gap:0px !important;
  height:100%;
    border-right: 1px solid var(--ampower-black);
}

.home-product-cards .m-product-card__name{
  font-weight:600 !important;
}

.home-product-cards .m-product-card__info small{
  font-size:90% !important;
}

.home-product-cards .m-product-card__content{
  border-top:1px solid var(--ampower-black);
  background: #FFF;
  color: #000;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  flex:1;
      gap: 5px;
}

.home-product-cards .m-product-card__info,
.home-product-cards .m-product-card__action-wrapper{
  margin-top:0 !important;
}

.home-product-cards .m-product-card__info{
  flex:1 1 60%;
}

.home-product-cards .m-product-card__action-wrapper{
  flex:1 1 40%;
}

.home-product-cards .m-product-card__info .m-product-card__title{
  color:#000;
  margin:0 !important;
  font-family: var(--font-stack-body);
  font-size: clamp(0.8rem,3vw,1rem);
  line-height: clamp(1.2rem,3vw,1.4rem);
  color: var(--ampower-black);
}

.home-product-cards .m-product-card__info .m-product-card__title a:hover{
  color:#000 !important;
}

.home-product-cards .m-product-card__price,
.home-product-cards .m-product-card__reviews{
  display:none;
}

.home-product-cards .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button{
  background:var(--ampower-white);
  padding:0.7rem 1.3rem !important;
  font-size: 0.8rem;
  line-height: 1.1rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border: 1px solid var(--ampower-black);
  color:var(--ampower-black);
  width:auto !important;
  margin-left:auto !important;
}
.home-product-cards .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button:hover{
    background:var(--ampower-black);
  border: 1px solid var(--ampower-white);
  color:var(--ampower-white);
}

.home-product-cards .m-product-card--style-4 .overlay-items{
  display:flex;
  position:absolute;
  top:3%;
  left:4%;
}

.home-product-cards .m-product-card--style-4 .overlay-items .review-stars .junip-product-summary-stars-wrapper{
  background:#F3F3F1;
  border:1px solid #000;
  color:#000;
  padding:4px 5px;
}

.home-product-cards .m-product-card--style-4 .overlay-items .review-stars .junip-product-summary-star{
  width:1rem;
  height:1rem;
}

.home-product-cards .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button:after,
.home-product-cards .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .flip-back:after{
  content:"+";
  width:10px;
  height:20px;
  display:block;
  position:static;
}

@media(max-width:768px){
  .home-product-cards .m-product-card__content{
    flex-direction:column;
    align-items:flex-start;
    gap:0.7rem;
  }
  .home-product-cards .m-product-card__info{
    flex:1 1 100% !important;
  }
  .home-product-cards .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button{
    margin-left:0 !important;
  }
}

/* Product cards end */

.daily-ampower .m-richtext__button{
  max-width:max-content;
}

.daily-ampower .m-button{
  color:#FFF !important;
  border-color:#fff !important;
  width:auto !important;
  letter-spacing: 0.1px;
  padding:1.1rem 1.8rem !important;
}

.daily-ampower .m-button:before{
  content:url("/cdn/shop/files/spark-white.svg");
  width:10px;
  height:20px;
  display:block;
  position:static;
}

.daily-ampower .m-button:after{
  content:"→";
  width:10px;
  height:20px;
  display:block;
  position:static;
}

.daily-ampower .text-footer-content{
  display: flex;
  gap: 0.4rem;
  color: var(--ampower-orange);
  align-items: center;
}

.fuel-your-rise .m-button--primary:before{
  content:url("/cdn/shop/files/video.svg?v=1765279620");
  width:20px;
  height:20px;
  display:block;
  position:static;
}

.fuel-your-rise .m-hero__text{
  color:#FFF !important;
}

.built-clean .m-section__description{
  text-align: center;
  margin-top:1.8rem;
}

.built-clean .m-hover-box__wrapper img{
  padding:5px;
}

.built-clean .m-swiper-overflow{
  padding-top:3rem;
}

.built-clean .m-mixed-layout--mobile-scroll .m-mixed-layout__inner{
  --slider-grid: auto / auto-flow var(--mobile-column-width, 20vw) !important;
}
@media(max-width:767px){
.built-clean .m-swiper-overflow {
    padding-top: 0rem;
}
}
@media(min-width:768px){
  .built-clean .m-section__description{
    max-width:70%;
    margin-left:auto;
    margin-right:auto;
  }
  product-info .main-product__block .shopify-app-block:has([class^=junip-]) {
    float: right;
  }
.product-grid1
 {
    padding: 0 15px;
}


}

.grey-marquee .container-full{
  border-top:1px solid #000;
}

.grey-marquee .m-promotion__text{
  font-family:var(--mono-font);
}

.grey-marquee .m-promotion__text,
.black-marquee .m-promotion__text{
  font-weight: 400;
  font-size: 1rem !important;
  line-height: 1.2rem !important;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: var(--ampower-black);
}

.black-marquee .m-promotion__text{
  color:#FFF !important;
}

@media(max-width:768px){
  .grey-marquee .container-full{
    padding-top:1.8rem !important;
    padding-bottom:1.8rem !important;
  }
  .grey-marquee .m-promotion__text, .scroll-black .m-promotion__text{
    font-size:0.8rem !important;
  }

}

.rise-in-action .review-stars path{
  stroke:#000;
  fill:#000;
}

.rise-in-action .text-footer-content{
  position:absolute;
  top:-20%;
  margin:0 !important;
}

.rise-in-action .custom-content-button-wrapper{
  display:flex;
  gap:2rem;
  align-items:center;
}

.rise-in-action .m-button--link{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: var(--ampower-black);
}

.m-testimonials--layout-3 .m-testimonial__wrapper{
  border:1px solid #000;
  transition:all 0.3s ease-in-out;
}

.m-testimonials--layout-3 .m-testimonial__wrapper:hover{
  background:var(--ampower-black);
  color:#fff !important;
}

.m-testimonials--layout-3 .m-testimonial__wrapper:hover .m-star svg{
  fill:#fff !important;
  stroke:#fff !important;
}

.m-testimonials--layout-3 .m-testimonial__description{
  font-size: 1rem;
  line-height: 1.3rem;
  color: var(--ampower-black) !important;
}

.m-testimonials--layout-3 .m-testimonial__wrapper:hover .m-testimonial__description{
  color:#FFF !important;
}

.m-testimonials--layout-3 .m-testimonial__name h4{
  font-family:var(--font-stack-body) !important;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--ampower-black);
}

.m-testimonials--layout-3 .m-testimonial__name h5{
  font-family:var(--font-stack-body) !important;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: var(--ampower-black);
}

.m-testimonials--layout-3 .m-testimonial__name p{
  font-size:0.75rem !important;
  line-height:1.1rem !important;
}

.m-testimonials--layout-3 .m-testimonial__wrapper:hover .m-testimonial__name h4,
.m-testimonials--layout-3 .m-testimonial__wrapper:hover .m-testimonial__name h5{
  color:#FFF !important;
}

.m-testimonials--layout-3 .m-slider-controls__wrapper{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0;
  margin-top:1rem;
  gap:0.5rem;
}

.m-testimonials--layout-3 .m-slider-controls__wrapper .m-slider-controls__button{
  position:static !important;
  transform:unset !important;
  box-shadow:0 0 0 0 !important;
}

@media(min-width:1200px){
  .m-main-product--info{
    padding-right:clamp(2rem,3vw,10rem);
  }
}

@media(min-width:768px){
  .m-main-product--media{
    padding-left:0 !important;
    width:60%;
  }
  
  .m-main-product--info{
    width:40%;
  }
.why-partner  .m-custom-content__block-inner {
    padding: 4rem 3rem !important;
}



}

.m-main-product--info .m-product-title{
  text-transform:uppercase;
  font-size: clamp(1.7rem,1vw,3rem)!important;
      line-height: 1 !important;
}

.main-product__block-buy_buttons{
  margin-bottom:24px !important;
}

.main-product__block-collapsible_tab{
  margin-top: 0 !important;
}

.m-main-product--info .m-collapsible--button,
.m-main-product--info .m-collapsible--button span{
  font-weight: 500;
  font-size: 0.8rem !important;
  line-height: 1.1rem !important;
  letter-spacing: 0.7px;
  text-transform: uppercase !important;
  color: var(--ampower-black);
}

.short-desc ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  margin-top: -0.5rem !important;display: flex;gap: 8px;
  justify-content: space-between;
}

.short-desc ul li{
  position:relative;
    padding-left: 0.8rem;
    font-size: .8rem;
    line-height: 1rem;
  color: var(--ampower-black);
}

.short-desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
    width: 9px;
    height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20width='11'%20height='15'%20viewBox='0%200%2011%2015'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0%208.57143L9.53333%200L5.86667%206.96429H11L2.2%2015L5.13333%208.57143H0Z'%20fill='black'/%3E%3C/svg%3E");
}

.bulk-order-link{
  display:flex;
  gap:0.6rem;
  align-items:center;
  margin-bottom:0.9rem;
}

.result-tabs .m-tabs-component .m-collage-tabs__header{
  margin:0 0 1px;
  gap:1px !important;
}

.result-tabs .m-tabs-component .m-collage-tabs__wrapper{
  margin:0 auto;
  margin-top:clamp(4rem,1vw,6rem);
  max-width:90%;
}

.science-backed .container-full{
  padding:0 !important;
}

.all-in-one-section .m-custom-content__block-inner,
.all-in-one-section .m\:block,
.all-in-one-section .m\:block > div,
.all-in-one-section responsive-image,
.science-backed .m-custom-content__block-inner,
.science-backed .m\:block,
.science-backed .m\:block > div,
.science-backed responsive-image{
  height:100%;
  max-height:100%;
}

@media(min-width:1024px){
  .result-tabs .m-section__heading{
    max-width:45%;
    margin:0 auto;
  }
}

.result-tabs.m-collage-tabs .m-tab-header{
  flex:1 !important;
  background:#FFF !important;
  color:#000 !important;
  font-family:var(--font-stack-body);
  font-weight: 500;
  font-size: clamp(1rem,3vw,1.2rem);
  line-height: clamp(1.4rem,3vw,1.5rem);
  text-transform: uppercase;
  opacity:1 !important;
  padding:1.4rem !important;
}

.result-tabs.m-collage-tabs .m-tab-header::after{
  display:none !important;
}

.result-tabs .m-tab-header.active, .result-tabs .m-tab-header:hover{
  background:#222222 !important;
  color:#FFF !important;
}

.result-tabs .m-collage-tab--description{
  font-size: clamp(1rem,1vw,1.3rem);
  line-height: clamp(1.3rem,1vw,1.7rem);
  color: #525252;
}

.perfectly-sweet .m-hero__content{
  max-width:45% !important;
}

.perfectly-sweet .m-hero__title{
  padding-right:4%;
}

.perfectly-sweet .m-hero__text{
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4rem;
  color: var(--ampower-black) !important;
  padding-right:15%;
}

.m-product-info--wrapper .m-product-form--input{
  width:100% !important;
  margin-bottom:1.1rem;
}

.m-product-info--wrapper .m-product-form--input .m-quantity{
    max-width: 100%;
    border: 1px solid var(--ampower-black);
}

.m-product-info--wrapper button.m-add-to-cart{
  margin-right:1rem;
}

.m-product-info--wrapper button.m-add-to-cart,
.m-product-info--wrapper .amazon-buy-btn{
  flex:1 1 45%;
}

.template-product #MainContent{
  padding-bottom:0;
}


@media(min-width:768px){
  .custom-pdp-faqs .m-section-py{
    display:flex;
    gap:clamp(7rem,3vw,8rem);
  }
}

.custom-pdp-faqs .m-section__header{
  position:relative;
}

.custom-pdp-faqs .m-section__header:after{
  content:"";
  position:relative;
  display:block;
  background:url("/cdn/shop/files/faq-images.jpg?v=1766826730");
  width:160px;
  height:78px;
  margin-top:2rem;
}

.custom-pdp-faqs .m-collapsible--button{
  font-family: var(--font-stack-body);
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: var(--ampower-black);
}

.compare-section{
  margin:50px 0;
}

.compare-section .container-full{
  padding:0 !important;
}

.about-ampower{
  border-top:1px solid var(--ampower-black);
  border-bottom:1px solid var(--ampower-black);
}

.father-son-mission .m-content-box{
  padding:5rem !important;
}

.father-son-mission h3,
h3.m-richtext__title{
  font-size: clamp(1.6rem,3vw,2rem);
  line-height: clamp(2rem,3vw,2.2rem);
  text-transform: uppercase;
}

.m-content-box .m-button{
  width:max-content;
}

@media(max-width:768px){
  .father-son-mission .m-content-box{
    padding:2rem 0 !important;
  }
  .father-son-mission h3{
    font-size:clamp(1.3rem,3vw,1.7rem);
    line-height:clamp(1.4rem,3vw,2.1rem);
  }
}

@media(max-width:375px){
  .father-son-mission .m-content-box{
    padding:1rem 0 !important;
  }
}

.why-we-exist .m-image-card__content{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.76) 100%);
}

.why-we-exist .m-richtext__description{
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.raise-bar-section .container-fluid,
.why-rise-system,
.why-rise-system .container-fluid{
  position:relative;
  z-index:2;
}

.raise-bar-section:after,
.why-rise-system:after{
  content:"";
  position:absolute;
  background:url("/cdn/shop/files/custom-cards-background.jpg?v=1766819017");
  width:100vw;
  height:100%;
  bottom:0;
  left:0;
  z-index:1;
  background-position:0% 5%;
}

.why-rise-system:after{
  height:70%;
}

.why-rise-system .m-icon-box{
  background:transparent !important;
}

.why-rise-system .m-icon-box-section__wrapper{
  padding-top:clamp(2.3rem,3vw,3rem);
  padding-bottom:clamp(2.3rem,3vw,3rem);
  margin-bottom:1rem !important;
}

.why-rise-system .m-mixed-layout__inner .m\:column{
  padding-left:clamp(4rem,3vw,5rem);
  border-left:1px solid #7d7d7d;
}

.why-rise-system .m-mixed-layout__inner .m\:column:nth-of-type(1){
  border:0 !important;
}

.why-rise-system .m-icon-box__heading{
  font-family:var(--font-stack-body);
  font-weight: 700;
  font-size: clamp(1.3rem,3vw,1.6rem);
  line-height: clamp(1.8rem,3vw,2.2rem);
  text-transform: uppercase;
  color: #FFFFFF;
}

.why-rise-system .m-icon-box__description{
  font-weight: 500;
  font-size: clamp(0.9rem,3vw,1.1rem);
  line-height: 20px;
  color: #FFFFFF;
}

.main-video-banner  .m-button--secondary {
    color: #FFFFFF;
    border: 1px solid  #FFFFFF;
}
.main-video-banner  .m-richtext__button {
    gap: 16px;
}
/* full ingredient section css */
.full-ingred .m-image-card__content {
    position: unset !important;    padding: 1rem;
}
.full-ingred h3.m-richtext__title{  
font-size: calc(((var(--font-h5-desktop)) / (var(--font-base-size))) * 1rem);  
 line-height: 20px !important;
    }

.full-ingred .m-image-card__img{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;border-radius: 50%;
}

.full-ingred .m-custom-content__block-image_card:hover .m-image-card__img{
    transform: scale(1.08);
}
.full-ingred .m-custom-content__block-image_card img{
        padding: 1rem;
    border-radius: 50%;
}
.ingredients-section .right-content {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ingredients-section .right-content h3 {
    font-size: 1.5rem;
    line-height: normal;
}
/* full ingredient section css */


/* product css */

.product-grid1 .m-main-product--info {
 width: 100% !important;
}
.product-grid1  .m-richtext__title  {
      font-weight: bold !important;
    font-family: var(--font-stack-header);
    font-size: clamp(1.6rem, 3vw, 1.8rem);
}
.product-grid1 .m-image-with-text__content {
align-items: flex-end;
    padding-bottom: 5rem;
    border-right: 1px solid;
}
.product-grid1 .m-image-with-text__inner {
    border: 1px solid var(--ampower-black);
}

.product-grid1  .m-image-with-text__image {
      padding-right: 0;
    padding-left: 0;
}


/* product css */



/* ambasador css */

.text-black .m-richtext__description{color:Var(--ampower-black)}
.why-join-sec responsive-image {
    width: 65px;
    height: 65px;
}
.why-join-sec .m-custom-content__block-inner{
    background-color: var(--ampower-black);
        padding: 1rem;
}
.why-join-sec  h3.m-richtext__title{
      font-size: clamp(1.3rem, 3vw, 1rem);
    line-height: clamp(1.5rem, 3vw, 2rem);
}
.why-join-sec .m-custom-content__wrapper * {
  color:var(--ampower-white)
}
.abs-wrapper{
  padding:4rem;
  background-color:var(--ampower-white)
}
.abs-wrapper .m-contact-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
  .abs-wrapper   .m-contact-form__main {
        padding-right: 0 !important;
        width: 100%;
    }

   .abs-form .m-gradient {
    background-color: transparent !important;
    }
  .abs-form .m-custom-content__block-text *{
color: var(--ampower-white) !important
    }
/* ambasador css */

    .m-product-quickview--info .m-product-form--input,
     .m-product-quickview--info .m-product-info--wrapper button.m-add-to-cart {
        margin-right: 0 !important;
    }

  .m-main-product--info .main-product__block-collapsible_tab ul {
    margin: 0 !important;
}


/* Footer */

.m-footer--block-newsletter{
  background:#191919;
}

.m-footer .m-footer--block-title{
  font-family: var(--font-stack-body);
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem !important;
  line-height: 1.2rem !important;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.m-footer .m-footer--block-content .m-link-lists--item{
  font-family: var(--font-stack-body);
  font-style: normal;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.2rem;
}

.m-footer--block-newsletter-desc{
  font-size: 1rem;
  line-height: 1.3rem;
  color: #9F9FA9;
}

.m-footer .m-footer--block-content .m-link-lists--item a{
  color: #9F9FA9;
}

.m-footer .m-footer--block-content .m-link-lists--item a:hover{
  color:#fff !important;
}

.m-footer .m-footer--block-newsletter .m-footer--block-title{
  font-family: var(--font-stack-header) !important;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #FFFFFF;
}

.m-newsletter-form__wrapper{
  gap:12px !important;
}

.m-footer .form-field{
  background:#000 !important;
  color:#fff !important;
  border-color:#71717b;
  border-radius:0 !important;
}

.m-footer input::placeholder{
  color:#71717b !important;
}

.m-footer .m-newsletter-form__button-inline .m-newsletter-form__button{
  position:static !important;
  border-radius:0 !important;
  font-family: var(--font-stack-body);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--ampower-black);
  text-transform:none !important;
}

.m-footer .m-footer--bottom-inner{
  align-items:center;
  border-top:1px solid #fff;
}

.m-footer .m-footer--bottom-right{
  justify-content:flex-start;
}

@media screen and (min-width: 1024px) {
  .m-footer--middle .m-footer--accordion{
    margin:0 !important;
  }
  .m-footer--middle .m-footer--block{
    padding-top:50px !important;
    padding-bottom:50px !important;
  }
  .m-footer--bottom-inner {
    padding: 40px 0 32px !important;
    flex-direction:row-reverse;
  }
    product-recommendations  .m-mixed-layout {
        margin-left: 0;
        margin-right: 0;
    }
    .m-header .m-cart-icon-bubble {
        margin-right: 0 !important;
    }
.main-product__block+.main-product__block {
        margin-top: 15px !important;
}
   m-footer .m-footer--middle .m-footer--block-inner {
        padding: 0;
    }
.m-footer--block-newsletter {
        padding: 0 2rem;
        padding-right: 65px;
        padding-left: 65px;
}
.m-footer--bottom .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.m-footer .m-footer--bottom-inner {
    padding: 40px var(--fluid-container-offset, 60px) !important;
    padding-bottom: 32px !important;
}





}

.m-footer .m-footer__copyright{
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #FFFFFF;
}
.footer-logo .container-full {
  padding-left: 0;
  padding-right: 0;
}

@media(min-width:769px) and (max-width:1300px){
  .why-rise-system .m-icon-box__heading{
    font-size: clamp(1.2rem,3vw,1.4rem);
    line-height: clamp(1.5rem,3vw,1.8rem);
  }
  .why-rise-system .m-mixed-layout__inner .m\:column{
    padding-left:clamp(2rem,3vw,3rem);
  }
}

@media(min-width:768px){
  .footer-logo  .m-image {
    margin-bottom: -10px;
  }

.product-grid1 .m-richtext__title {
    width: 75%;
}
.product-grid1 a.m-button.m-button--primary {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    font-size: 0.9rem !important;
}
.abs-form .m-custom-content__block-text {
    width: 40%; !important
}
.abs-form .m-custom-content__block-liquid{width: 60% !important;}
  .review-app{
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

}

@media screen and (max-width: 767px) {
  .m-footer--bottom {
    padding-top:2rem !important;
    padding-bottom: 0 !important;
  }
  .m-footer--block-newsletter-desc{
    font-size:0.8rem !important;
    line-height:1.2rem !important;
  }
  .m-footer .m-footer--bottom-inner{
    padding-top:2rem;
  }
  .footer-logo{
    padding-bottom: calc(var(--mobile-sticky-bar-height, 0px));
  }
  .m-footer .form-field{
    font-size:1rem !important;
    line-height:1.1rem !important;
  }
  .m-footer .m-newsletter-form__button-inline .m-newsletter-form__button{
    padding: 0.5rem 1rem!important;
    font-size:1rem !important;
  }
      .father-son-mission .m-content-box {
        padding: 0 !important;
    }
.father-son-mission .m-section-py {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


}

@media(max-width:767px){

  .page-header h1, .m-page-header__title, .collection-banner h1
 {
    font-size: clamp(2.5rem, 3vw, 5rem) !important;
    line-height: clamp(2.8rem, 3vw, 5.3rem) !important;
 }

  .m-section__heading,
  .h2,
  h2{
    font-size: clamp(1.8rem,2vw,2.5rem);
    line-height: clamp(2rem,2vw,2.6rem);
    text-transform: uppercase;
  }

  p,
  span{
    font-size:0.9rem !important;
  }

  .hero-banner .m-richtext__title{
    font-size:clamp(3rem,3vw,5rem);
  }
.main-video-banner .m-richtext__title{
        font-size: clamp(2rem, 3vw, 5rem) !important;
        line-height: clamp(2.2rem, 3vw, 5.9rem) !important;
    }
   .main-video-banner .main-banner-text {
    align-content: flex-start !important;
    padding-top: 5rem;
}

  .hero-banner .review-stars{
    flex-direction:column;
  }

  .hero-banner .m-button--primary{
    border:1px solid var(--ampower-black) !important;
  }

  .hero-banner .m-richtext__description, .fuel-your-rise .m-hero__text, .built-clean .m-section__description, .rise-in-action .m-richtext__description{
    font-size:clamp(0.9rem,3vw,1rem) !important;
    line-height:clamp(1.3rem,3vw,1.7rem) !important;
    padding-right:0 !important;
  }

  .daily-ampower .m-richtext{
    text-align:center;
  }

  .daily-ampower .m-richtext__button{
    margin:0 auto;
  }

  .daily-ampower .text-footer-content{
    justify-content: center;
  }

  .rise-in-action .custom-content-button-wrapper{
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
  }
  .rise-in-action .text-footer-content {
    top: -15% !important;
  }
  .home-testi .m-section-py {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}
  .m-main-product--info{
    padding-right:1rem !important;
  }
  .m-product-info--wrapper .m-product-form--input{
    align-items: flex-start !important;
    justify-content: space-between !important;
    flex-direction: column !important;
  }
  .m-product-info--wrapper .m-product-form--input .m-quantity{
         max-width: 100% !important;
        margin-top: 1rem !important;
        width: 100%;
  }
  .science-backed .m-custom-content__wrapper{
    flex-direction:column-reverse !important;
  }
  .result-tabs.m-collage-tabs .m-tab-header{
    font-size:0.8rem !important;
    line-height:1.3rem !important;
    padding:0.4rem 0.8rem !important;
  }
  .perfectly-sweet .m-hero__content{
    max-width:unset !important;
  }
  .perfectly-sweet .m-hero__text{
    padding-right:0 !important;
  }
  .perfectly-sweet .m-hero__title{
    padding-right:0 !important;
  }
  .m-main-product--media{
    padding:0 !important;
  }
  body .why-we-exist .m-mixed-layout--mobile-scroll .m-image-card__content{
    position:absolute !important;
    top:unset !important;
    padding:1rem !important;
    align-items:flex-end !important;
    height:100% !important;
  }
  .why-we-exist .m-image-card__content{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.76) 100%);
  }
  .why-we-exist .m-image-card__img{
    height:100% !important;
  }
  .raise-bar-section .container-fluid{
    padding-top:4rem;
    padding-bottom:4rem;
  }
  .raise-bar-section:after{
    background-position:center;
  }
  .why-rise-system .m-mixed-layout__inner .m\:column{
    padding-left:2rem !important;
  }
  .why-rise-system:after{
    height:40%;
    background-position:center;
  }
.sm-py-0 .m-section-py{
  padding-top: 0 !important;
  padding-bottom:0 !important
}
  .hero-video-wrapper-custom {
     background-image: url("/cdn/shop/files/mobile-cover.jpg?v=1767702373");
  }
.hero-content {
  max-width: 80%;
}
.built-clean .m-icon-box--vertical .m-icon-box__content {
    display: none;
}
    .m-footer--middle .m-accordion--item .m-accordion--item-content {
        max-height: unset !important;
    }
.m-footer .m-footer--block-content .m-link-lists--item {
        font-size: 0.9rem;
        line-height: 1.5rem;
}
    .main-product__block+.main-product__block {
        margin-top: 10px !important;
    }

.scroll-black {
  padding-top:20px !important; padding-bottom:20px !important
}
.scroll-black .container-full {
    padding-top: 0;
    padding-bottom: 0;
}
.result-tabs  .m-collage-tab--content {
    padding: 1.5rem 1rem !important
}
.home-product-cards .m-product-card__info small {
font-size: 90% !important;
        min-height: 42px;
        display: inline-block;
        line-height: 1.25;
}
.home-product-cards .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button {
    padding: .7rem 0.2rem !important;
}
product-recommendations .m-section-py {
    padding-top: 0 !important    ;
}

    .w-banner .m-richtext__title {
        font-size: clamp(2rem, 3vw, 5rem) !important;
        line-height: clamp(2.2rem, 3vw, 5.9rem) !important;
    }

    .w-banner .m-slide__content {
    align-self: self-start;
    padding-top: 1rem !important;
}

    .w-banner .m-slide__content{
    padding: 0 !important;
}

.w-built .m-section-py {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.why-partner .m-custom-content__block-inner {
    padding: 2rem !important;}


   div.grid-whole  .m-image-card__content {
        position: absolute !important;
        bottom: 0 !important;
        align-items: flex-end !important;
    }
      .grid-whole .m-richtext__subtitle {
        color: var(--ampower-white) !important;
    }

.abs-wrapper {
    padding: 2rem !important;}

 .collection-banner .m-hero__inner{
    align-items: flex-start !important    ;
}
.product-grid1 .m-image-with-text__content {
        padding-bottom: 2rem !important;
}
.product-grid1
 {
    padding: 0 15px;
}
.home-product-cards .m-mixed-layout--mobile-scroll .m-mixed-layout__inner{
    --column-gap-mobile: 0 !important;
}
    product-info .main-product__block .shopify-app-block:has([class^=junip-]) {
        float: right;
    }
hr.brd-btm {
    display: none;
}
.why-join-sec responsive-image {
    width: 35px;
    height: 35px;
}


}

@media(max-width:400px){
  .m-button--secondary{
    font-size:0.9rem !important;
    line-height:1.3rem !important;
    padding:0.5rem 0.9rem !important;
  }
  
}


@media screen and (min-width: 1280px) {
    .variery-pro .container-fluid {
        --container-width: 1280px;
           max-width: 100%;
    }
         .variery-pro  .m-main-product--media {
                padding-left: calc(var(--column-gap, 0) / 2) !important;
        }

}

@media screen and (min-width: 1320px) {
    /* .sibling-wrapper .content-wrapper {
    min-height: 5rem !important;
    } */
    .home-product-cards .m-product-card__info small {
    font-size: 80% !important;
    }

    
}


@media screen and (min-width: 1050px) and (max-width: 1250px) {

    .m-footer .m-footer--bottom-inner {
        padding: 40px 15px !important
    }
    .sibling-wrapper .content-wrapper {
           min-height: 4rem !important;
        padding: 0rem 1rem !important;
    }
        .m-header .m-cart-icon-bubble {
        margin-right: 22px !important;
    }
.short-desc ul li {
    font-size: .7rem;
}
}
@media screen and (min-width: 1700px) {
.short-desc ul li {
    font-size: .9rem !important;
}
}


.d-none{
  display:none !important
}