/** Shopify CDN: Minification failed

Line 678:2 Unexpected ","
Line 817:43 Expected identifier but found "!"

**/

/* Global Styling */

.container-full {
  padding: 0;
}

@font-face {
    font-family: 'Urban Shadow';
    src: url('/cdn/shop/files/Urban_Shadow_Sans_Serif.otf?v=1762426468') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

body {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Urban Shadow', sans-serif;
  text-transform: uppercase;
}

h2{
  font-size: 158px !important;
  letter-spacing: -1.58px;
  line-height: 0.82em;
}

.m-button--primary{
  padding: 19px 60px 19px 24px;
  border: none;
  border-radius: 0;
  background-color: #ED2734;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
  position: relative;
  box-shadow: none !important;
}

.m-button--primary:after{
  content: '';
  background-image: url('//amino-asylum-supps.myshopify.com/cdn/shop/t/2/assets/right-arrow.svg?v=42219420410499454111762500484');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: unset;
  right: 24px;
  transform: translateY(-50%);
}

.m-button--primary:hover{
  padding: 19px 42px;
  background-color: #2F251C;
  text-align: center;
}

.m-button--primary:hover:after{
  opacity:0;
}

.m-button--scroll-top{
  display: none !important;
}

@media(max-width:1024px){

  .m-button--primary{
    padding: 14px 24px;
    text-align: left;
    width: 100%;
  }

  .m-button--primary:hover{
    padding: 14px 42px;
  }
}

/* Navbar */

.m-header{
  min-height: 70px !important;
}

.m-header .m-header__desktop .container-fluid{
  max-width: 100%;
  padding: 4px 24px;
}

.m-header .m-header__desktop .m-header__left{
  flex: 0;
}

.m-header .m-header__desktop .m-header__left .m-header__logo a{
  padding: 0;
}

.m-header .m-header__desktop .m-header__center{
  flex-grow: 1;
  justify-content: flex-end;
}

.m-header .m-header__desktop .m-header__center ul{
  display: flex;
  gap: 48px;
  margin-right: 48px;
}

.m-header .m-header__desktop .m-header__center ul li a{
  padding: 0;
  color: #DDD;
  font-weight:600 !important;
}

.m-header .m-header__desktop .m-header__center ul li a:hover{
  color: #fff;
}

.m-header .m-header__desktop .m-header__center ul li a:hover:before{
  content: '';
  background-color: #ED2734;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -23px;
  left: 0;
}

.m-header .m-header__desktop .m-header__center ul li a:after{
  display: none;
}

.m-header .m-header__desktop .m-header__right{
  flex: 0;
  gap: 8px;
}

.m-header .m-header__desktop .m-header__right .m-header__search{
  display: none;
}

.m-header .m-header__desktop .m-header__right a{
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.10);
}

.m-header .m-header__desktop .m-header__right a span{
  padding: 0;
}

@media(max-width:1024px){

  .m-header{
    min-height: unset !important;
  }
}


/* Home Header */

.home-header{
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/home_header_banner.png?v=78932164033002522841767952652');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #DDD;
  background-blend-mode: luminosity;
}

.home-header .m-image-with-text__content {
  justify-content: center;
}

.home-header .m-content-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 590px;
}

.home-header .m-content-box .m-richtext__title{
  font-size: 158px !important;
  letter-spacing: -1.58px;
  line-height: 0.82em;
  margin-bottom: 94px;
}

.home-header .m-content-box .m-richtext__title span{
  font-size: 60px !important;
  letter-spacing: 1.2px;
  line-height: 1em;
  display: block;
  text-align: center;
  padding: 32px 0;
  position: relative;
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/home_header_graphics.svg?v=145993850218680325271767952426');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -34px;
  z-index: 9;
  max-width: 94%;
}

.home-header .m-richtext__description{
  width: 58%;
  margin: 0;
}

.home-header .m-richtext__description p{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45em;
  color: #493F36;
}

.home-header .m-richtext__button{
  margin: 0;
}

.home-header .m-image-with-text__image{
  position: relative;
}

.home-header .m-image-with-text__image:before{
  content: '';
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/home_header_divider.png?v=12914717870373663601767956899');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -1px;
  width: 12px;
  height: 100%;
  z-index: 9;
}

@media(max-width:1024px){

  .home-header .m-image-with-text__inner{
    flex-direction: column-reverse;
  }

  .home-header .m-image-with-text__content,
  .home-header .m-image-with-text__image{
    width: 100%;
  }

  .home-header .m-image-with-text__content{
    padding: 80px 40px;
  }

  .home-header .m-content-box{
    max-width: 100%;
    flex-wrap: no-wrap;
    flex-direction: column;
    justify-content: center;
  }

  .home-header .m-content-box .m-richtext__title{
    font-size: 100px !important;
    letter-spacing: -1px;
    line-height: 0.82em;
    margin-bottom: 30px;
    text-align: center;
    max-width: 650px;
  }

  .home-header .m-content-box .m-richtext__title span{
    font-size: 46px !important;
    letter-spacing: 0.98px;
    padding: 32px 20px;
    margin: -24px auto 0;
    max-width: fit-content;
  }

  .home-header .m-richtext__description{
    width: 100%;
    text-align: center;
    max-width: 450px;
    margin-bottom: 36px;
  }

  .home-header .m-richtext__button{
    width: 100%;
    max-width: 300px;
  }

  .home-header .m-image-with-text__image:before{
    content: '';
    background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/our-features-divider.png?v=119279490416860639711767951226');
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: 9;
  }
}

@media(max-width:767px){

  .home-header .m-image-with-text__content{
    padding: 60px 20px;
  }
  
  .home-header .m-content-box .m-richtext__title{
    font-size: 80px !important;
    letter-spacing: -0.8px;
    line-height: 0.84em;
    margin-bottom: 20px;
    max-width: 350px;
  }

  .home-header .m-content-box .m-richtext__title span{
    font-size: 32px !important;
    letter-spacing: 0px;
    padding: 15px 24px;
    margin: -16px auto 0;
  }

  .home-header .m-richtext__description{
    max-width: 350px;
    margin-bottom: 20px;
  }

  .home-header .m-richtext__description p{
    font-size: 18px;
  }
}

@media(min-width:1025px) and (max-width:1600px){

  .home-header .m-content-box{
    max-width: 530px;
  }

  .home-header .m-content-box .m-richtext__title{
    font-size: 110px !important;
    letter-spacing: -1.1px;
    margin-bottom: 50px;
  }

  .home-header .m-content-box .m-richtext__title span{
    font-size: 46px !important;
    background-size: contain;
    max-width: 80%;
  }

  .home-header .m-richtext__description p{
    font-size: 20px;
  }
}


/* Home - Our Features */

.our-features{
  padding: 125px 0 135px;
  background-color: #2F251C;
  position: relative;
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/our_features.jpg?v=155969914257622905141767957873');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.our-features .container{
  z-index: 11;
  position: relative;
  padding: 0;
}

.divider-graphic{
  position:relative !important;
}

.divider-graphic:before{
  content: '';
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/our_features_divider_updated.png?v=3884385927192480591767957080');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 9;
}

.our-features:after{
  content: '';
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/featured_product.svg?v=144518604291145982801767957756');
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: unset;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 878px;
  height: 878px;
}

.our-features .m-section__heading{
  color: #DDDDDD;
  font-size: 92px !important;
  line-height: 0.95em !important;
  max-width: 790px;
  margin: 0 auto;
}

.our-features .m-image-card .m-image-card__inner {
  background-color: transparent;
}

.our-features .m-image-card:nth-child(2) {
  visibility: hidden;
}

.our-features .m-image-card__img:before{
  padding-top: 0 !important;
  display: inline !important;
}

.our-features .m-image-card__img .m-media{
  position: unset !important;
}

.our-features .m-image-card__img img{
  position: unset !important;
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.our-features .m-image-card .m-image-card__content{
  position: relative;
  padding: 24px 20px 14px;
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/our_features_graphics.svg?v=93709294527013384241767957408');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
  width: fit-content;
  margin: 0 auto;
}

.our-features .m-image-card .m-image-card__content .m-image-card__heading{
  font-size: 46px;
  line-height: 1.2em;
}

@media(max-width:1024px){

  .our-features{
    padding: 100px 40px;
  }

  .our-features:before{
    display: none !important;
  }

  .our-features:after{
    display: none !important;
  }

  .our-features .m-section__heading{
    font-size: 70px !important;
    max-width: 600px;
  }

  .our-features .m-mixed-layout .m-mixed-layout__inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
    column-gap: 16px;
  }

  .our-features .m-image-card:nth-child(2) {
    display: none !important;
  }

  .our-features .m-image-card .m-image-card__content .m-image-card__heading{
    font-size: 32px;
  }
}

@media(max-width:767px){

  .our-features{
    padding: 80px 20px;
  }

  .our-features .m-section__heading{
    font-size: 46px !important;
    max-width: 350px;
  }

  .our-features .m-mixed-layout .m-mixed-layout__inner{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    row-gap: 20px;
    column-gap: 0px;
  }

  .our-features .m-image-card__img img{
    position: unset !important;
    width: 92px;
    height: 92px;
    margin: 0 auto;
  }

  .our-features .m-image-card{
    margin: 0 !important;
  }

  .our-features .m-image-card .m-image-card__content{
    padding: 20px 12px 10px;
  }

  .our-features .m-image-card .m-image-card__content .m-image-card__heading{
    font-size: 28px;
  }
}

@media(min-width:1025px) and (max-width:1600px){

  .our-features .m-section__heading{
    font-size: 72px !important;
    max-width: 790px;
  }

  .our-features .m-image-card .m-image-card__content .m-image-card__heading{
    font-size: 36px;
  }

  .our-features:after{
    background-size: contain;
    width: 65%;
    height: 100%;
  }
}


/* --- Home - Products Container --- */

.products-container{
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/products-container.jpg?v=136140431923037876851767951226');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E8E5D6;
  background-blend-mode: luminosity;
  padding: 100px 0;
}

.products-container.divider-graphic:before{
  transform: rotate(180deg) !important;
  top: -8px !important;
}

.products-container .m-gradient{
  background-color: transparent;
}

.products-container .m-section__header{
  margin-bottom: 40px;
}

.products-container .m-section__heading{
  font-size: 92px !important;
  line-height: 0.95em !important;
}

.products-container .m-custom-content__wrapper .m-custom-content__block-text_card_with_image{
  padding: 0;
}

.products-container .m-custom-content__block-inner{
  padding: 40px 20px;
  margin-right: 14px;
  background-color: #ffffff !important;
}

.products-container .m-custom-content__wrapper .m-custom-content__block-text_card_with_image:last-child .m-custom-content__block-inner{
  padding: 40px 60px;
  margin-left: 14px;
  background-color: #ffffff;
}

.products-container .text-card-with-image .text-card-with-image__media{
  display: flex;
  justify-content: center;
}

.products-container .text-card-with-image .text-card-with-image__media:hover .m-image{
  transform: none !important;
}

.products-container .text-card-with-image .text-card-with-image__media .m-image{
  width: 80%;
}

.products-container .text-card-with-image .text-card-with-image__content .m-richtext__title span{
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.9px;
  position: relative;
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/product-title-graphics.svg?v=83979949321656811821767951226');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10px;
}

.products-container .text-card-with-image .text-card-with-image__content .m-richtext__title{
  font-size: 66px;
  line-height: 1.3em;
}

.products-container .text-card-with-image .text-card-with-image__content .m-richtext__description{
  margin: 0;
}

.products-container .text-card-with-image .text-card-with-image__content .m-richtext__description p strong{
  font-family: 'Urban Shadow', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: line-through;
  color: rgba(73, 63, 54, 0.5);
}

.products-container .text-card-with-image .text-card-with-image__content .m-richtext__description p{
  font-family: 'Urban Shadow', sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
  color: #ED2734;
}

.products-container .text-card-with-image .text-card-with-image__content {
  max-width: 765px;
}

@media(max-width:1024px){

  .products-container{
    padding: 80px 40px;
  }

  ,products-container .container-fluid{
    padding: 0;
  }

  .products-container .m-custom-content__wrapper{
    row-gap: 30px;
  }

  .products-container .m-custom-content__wrapper .m-custom-content__block-text_card_with_image:first-child .m-custom-content__block-inner{
    margin-right: 0;
  }

  .products-container .m-custom-content__wrapper .m-custom-content__block-text_card_with_image:last-child .m-custom-content__block-inner{
    margin-left: 0;
  }

  .products-container .text-card-with-image .text-card-with-image__media .m-image{
    width: 100%;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__title span{
    font-size: 38px;
    padding-top: 10px;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__title{
    font-size: 70px;
    line-height: 1.3em;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__description p strong{
    font-size: 26px;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__description p{ 
    font-size: 36px;
  }

  .products-container .m-richtext__button{
    width: 100%;
    max-width: 300px;
    margin: 24px auto 0;
  }
}

@media(max-width:767px){

  .products-container{
    padding: 60px 20px;
  }

  .products-container .m-custom-content__wrapper{
    row-gap: 24px;
  }

  .products-container .m-custom-content__wrapper .m-custom-content__block-text_card_with_image:first-child .m-custom-content__block-inner{
    padding: 36px 24px;
  }

  .products-container .m-custom-content__wrapper .m-custom-content__block-text_card_with_image:last-child .m-custom-content__block-inner{
    padding: 36px 24px;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__title span{
    font-size: 28px;
    padding-top: 10px;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__title{
    font-size: 46px;
    line-height: 1.3em;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__description p strong{
    font-size: 22px;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__description p{ 
    font-size: 28px;
  }

  .products-container .m-richtext__button{
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
  }
}

@media(min-width:1025px) and (max-width:1600px){

  .products-container .container-fluid{
    max-width: 90%;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__title span{
    font-size: 36px;
  }

  .products-container .text-card-with-image .text-card-with-image__content .m-richtext__title{
    font-size: 72px;
  }
}

/* Home - Our Testimonials */

.our-testimonials{
  padding: 150px 0;
}

.our-testimonials .container{
  padding: 0;
  overflow:hidden !important;
}

.our-testimonials .m-section__heading {
  font-size: 92px !important;
  line-height: 0.95em !important;
}

.our-testimonials .m-testimonial__fraction{
    display: none !important;
}

.our-testimonials .m-testimonial__wrapper .m-testimonial__content{
   padding: 0 !important; 
}

.our-testimonials .m-testimonial__description{
  margin-bottom: 40px !important;
  max-width: 625px;
  margin: 0 auto;
}

.our-testimonials .m-testimonial__description p{
  font-size: 22px;
  line-height: 1.44em;
}

.our-testimonials .m-testimonial__name p{
  font-family: 'Urban Shadow', sans-serif; !important;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.our-testimonials .swiper-slide .m-testimonial__wrapper{
  opacity: 0;
}

.our-testimonials .swiper-slide.swiper-slide-active .m-testimonial__wrapper{
  opacity: 1;
}

.our-testimonials .swiper-slide .m-testimonial .m-stars{
  margin-bottom: 20px !important;
  display: none;
} 

.our-testimonials .swiper-pagination{
  margin-top: 16px !important;
  display: none !important;
}

.our-testimonials .swiper-pagination .swiper-pagination-bullet{
  margin: 6px;   
}

.our-testimonials .swiper-pagination .swiper-pagination-bullet:before{
    border-radius: 0 !important;
    width: 28px !important;
    height: 4px !important;
    background: #ED2734 !important;
    opacity: 0.2 !important;
}

.our-testimonials .swiper-pagination .swiper-pagination-bullet:after{
  display: none !important;
}

.our-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    opacity: 1 !important;
}

.our-testimonials .m-testimonial__wrapper{
  position: relative;
  padding-top: 72px;
}

.our-testimonials .m-testimonial__wrapper:before{
  content: '';
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/review-stars.svg?v=13134990300836225971767951226');
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 258px;
  height: 100%;
}

.our-testimonials .m-testimonial__name p{
  position: relative;
  padding:  6px 24px 0px;
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/testimonials_name_graphics.svg?v=117265158850573047721767958698');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
  width: fit-content;
  margin: 0 auto;
}

.our-testimonials .m-slider-controls__button{
  background-color: rgba(47, 37, 28, 0.12);
  border-radius: 0;
  border: none !important;
  box-shadow: none !important;
  width: 60px;
  height: 60px;
}

.our-testimonials .m-slider-controls__button:hover{
  background-color: #2F251C;
}

.our-testimonials .m-slider-controls__button-prev{
  left: 10% !important;
}

.our-testimonials .m-slider-controls__button-next{
  right: 10% !important;
}

.our-testimonials .m-slider-controls__button svg{
  width: 24px;
  height: 24px
}

@media(max-width:1024px){

  .our-testimonials{
    padding: 80px 0px;
  }

  .our-testimonials .m-section__heading {
    font-size: 70px !important;
    max-width: 550px;
    margin: 0 auto;
  }

  .our-testimonials .m-testimonial__description p{
    font-size: 20px;
  }

  .our-testimonials .m-testimonial__name p{
    font-size: 26px;
    letter-spacing: 0.78px;
  }

  .our-testimonials .m-slider-controls{
    margin-top: 20px;
  }

  .our-testimonials .swiper-slide .m-testimonial .m-stars{
    margin-bottom: 20px !important;
    display: none;
  } 

  .our-testimonials .swiper-pagination{
    margin-top: 16px !important;
    display: block !important;
  }

  .our-testimonials .swiper-pagination .swiper-pagination-bullet{
    margin: 0 4px;   
  }

  .our-testimonials .swiper-pagination .swiper-pagination-bullet:before{
    border-radius: 100% !important;
    width: 12px !important;
    height: 12px !important;
    background: #ED2734 !important;
    opacity: 0.2 !important;
  }

  .our-testimonials .swiper-pagination .swiper-pagination-bullet:after{
    display: none !important;
  }

  .our-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
      opacity: 1 !important;
  }

  .our-testimonials .m-testimonial__wrapper{
    position: relative;
    padding-top: 72px;
  }

  .our-testimonials .m-slider-controls__button{
    display: none !important;
  }
}

@media(max-width:767px){
 
  .our-testimonials{
    padding: 60px 0px;
  }

  .our-testimonials .m-section__heading {
    font-size: 46px !important;
    max-width: 265px;
    letter-spacing: 0;
    margin: 0 auto;
  }

  .our-testimonials .m-testimonial__wrapper .m-testimonial__content{
    padding: 0 !important; 
  }

  .our-testimonials .m-testimonial__description{
    margin-bottom: 20px !important;
  }

  .our-testimonials .m-testimonial__description p{
    font-size: 18px;
  }

  .our-testimonials .m-testimonial__name p{
    font-size: 22px;
    letter-spacing: 0.66px;
  }

  .our-testimonials .m-slider-controls{
    margin-top: 20px;
  }

  .our-testimonials .swiper-slide .m-testimonial__wrapper{
    opacity: 0;
  }

  .our-testimonials .swiper-slide.swiper-slide-active .m-testimonial__wrapper{
    opacity: 1;
  }

  .our-testimonials .swiper-slide .m-testimonial .m-stars{
    margin-bottom: 20px !important;
    display: none;
  } 

  .our-testimonials .swiper-pagination{
    margin-top: 16px !important;
    display: block !important;
  }

  .our-testimonials .swiper-pagination .swiper-pagination-bullet{
    margin: 0 2px;   
  }

  .our-testimonials .swiper-pagination .swiper-pagination-bullet:before{
    width: 10px !important;
    height: 10px !important;
  }

  .our-testimonials .swiper-pagination .swiper-pagination-bullet:after{
    display: none !important;
  }

  .our-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
      opacity: 1 !important;
  }

  .our-testimonials .m-testimonial__wrapper{
    padding-top: 54px;
  }

  .our-testimonials .m-testimonial__wrapper:before{
    background-size: contain;
    width: 198px;
  }

  .our-testimonials .m-testimonial__name p{
    padding:  8px 30px 0px;
  }
}

@media(min-width:1025px) and (max-width:1600px){

  .our-testimonials .m-section__heading{
    font-size: 72px !important;
  }
}

/* Discount Banner */

/* .discount-banner{
  position: relative;
}

.discount-banner:before{
  content: '';
  background-image: url('//amino-asylum-supps.myshopify.com/cdn/shop/t/2/assets/our-features-divider.png?v=119279490416860639711762589008');
  background-size: auto;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 9;
}

.discount-banner .m-hero--has-overlay{
  background-color: #2F251C;
}

.discount-banner .m-hero__inner{
  padding: 120px 0;
}

.discount-banner .m-hero__content{
  max-width: 570px;
}

.discount-banner .m-hero__title {
  font-size: 92px !important;
  line-height: 0.95em !important;
  color: #E8E5D6;
}

.discount-banner .m-hero__title span{
  color: #C2B290;
}

.discount-banner .m-hero__text{
  color: #E8E5D6;
  font-size: 18px;
  line-height: 1.4em;
}

@media(max-width:1024px){

  .discount-banner .m-hero{
    min-height: 100vh;
    background-image: url('//amino-asylum-supps.myshopify.com/cdn/shop/t/2/assets/discount-banner-responsive-bg.jpg?v=29772618376641006161763459855');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .discount-banner .m-hero__bg{
    display: none !important;
  }

  .discount-banner .m-hero__inner{
    padding: 100px 40px;
    justify-content: flex-start;
    align-items: flex-start !important;
  }

  .discount-banner .m-hero__content{
    max-width: 660px;
  }
} */

/* Discount */

/* .discount{
  padding: 120px 0;
  background-image: url('//amino-asylum-supps.myshopify.com/cdn/shop/t/2/assets/discount-banner.jpg?v=90717221583525329281763460491');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2F251C;
}

.discount .m-image-with-text__image{
  display: none;
}

.discount .m-image-with-text__content{
  width: 100%;
  max-width: 580px;
  margin: 0 0 0 auto;
}

.discount .m-content-box__heading{
  font-size: 92px !important;
  line-height: 0.95em !important;
  color: #E8E5D6;
}

.discount .m-content-box__heading span{
  color: #C2B290;
}

.discount .m-content-box__description{
  color: #E8E5D6;
  font-size: 18px;
  line-height: 1.4em;
} */

/* Footer */

.m-footer .m-footer--middle,
.m-footer .m-footer--bottom{
  background-color: #161616;
}

.m-footer .m-footer--middle .m-footer--block {
  padding: 64px 0;
}

.m-footer .m-footer--middle .block-image{
  margin: 0 !important;
}

.m-footer .m-image{
  max-width: 173px;
}

.m-footer .m-accordion--item .m-footer--block-title{
  display: none !important;
}

.m-footer .m-accordion--item .list-unstyled{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 48px;
}

.m-footer .m-accordion--item .list-unstyled li a{
  color: #DDD !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.m-footer .m-accordion--item .list-unstyled li a:hover{
  color: #ffffff !important;
}

.m-footer .m-accordion--item .list-unstyled li a:after{
  display: none !important;
}

.m-footer .m-footer--bottom{
  border-top: 1px solid rgba(255, 255, 255, 0.10); 
}

.m-footer .m-footer--bottom .m-footer--bottom-inner{
  padding: 16px 0;
  display: flex;
  justify-content: center;
}

.m-footer .m-footer--bottom .m-footer--bottom-inner .m-footer__copyright{
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px !important;
  line-height: 1.34em;
}

.m-footer .m-footer--bottom .m-footer--bottom-inner .m-footer--bottom-right{
  display: none !important;
}

.m-footer .m-footer--bottom .m-footer--bottom-inner .m-footer--bottom-left{
    text-align: center;
  }

@media(max-width:1024px){

  .m-footer .container-fluid{
    padding: 0;
  }

  .m-footer .m-footer--middle{
    padding: 80px 40px;
  }

  .m-footer .m-footer--middle .m-footer--accordion{
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .m-footer .m-footer--middle .m-footer--block {
    padding: 0;
    width: 100%;
  }

  .m-footer .m-footer--middle .block-image{
    display: flex;
    justify-content: center;
  }

  .m-footer .m-accordion--item .list-unstyled{
    justify-content: center;
    gap: 36px;
  }

  .m-footer .m-footer--bottom{
    padding: 0;
  }

  .m-footer .m-footer--bottom .m-footer--bottom-inner{
    padding: 16px 40px;
  }

  .m-footer .m-footer--bottom .m-footer--bottom-inner .m-footer--bottom-left{
    margin: 0;
    text-align: center;
  }
}

@media(max-width:767px){

  .m-footer .container-fluid{
    padding: 0;
  }

  .m-footer .m-footer--middle{
    padding: 60px 20px;
  }

  .m-footer .m-footer--middle .m-footer--accordion{
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .m-footer .m-footer--middle .m-footer--block {
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .m-footer .m-footer--middle .block-image{
    display: flex;
    justify-content: center;
  }

  .m-footer .m-footer--accordion .m-accordion--item{
    --content-max-height: 20px !important;
  }

  .m-footer .m-accordion--item .list-unstyled{
    justify-content: center;
    gap: 24px;
  }

  .m-footer .m-accordion--item .list-unstyled li a{
    font-size: 14px;
  }

  .m-footer .m-footer--bottom{
    padding: 0;
  }

  .m-footer .m-footer--bottom .m-footer--bottom-inner{
    padding: 16px 20px;
  }

  .m-footer .m-footer--bottom .m-footer--bottom-inner .m-footer__copyright{
    font-size: 14px !important;
  }

  .m-footer .m-footer--bottom .m-footer--bottom-inner .m-footer--bottom-left{
    margin: 0;
    text-align: center;
  }
}

@media(min-width:1025px) and (max-width:1600px){

  .m-footer .m-footer--middle .container-fluid{
    max-width: 90%;
  }
}


/* --- Product Index --- */

/* --- Product Index Header --- */

.template-collection .m-collection-page-header .m-collection-page-header__inner {
  z-index: 9;
  padding: 0;
}

.template-collection #MainContent{
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/products-container.jpg?v=136140431923037876851767951226');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #DDD;
  background-blend-mode: luminosity;
}

.template-collection .m-collection-page-header__wrapper{
  padding: 120px 0;
  /* display: flex;
  flex-direction: column-reverse; */
  background-color:#161616;
  gap: 40px;
  /* background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/contact-us-header.jpg?v=117732050227060747521767951226');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

.template-collection .m-collection-page-header__wrapper:before {
    content: '';
    background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/our_features_divider_updated.png?v=3884385927192480591767957080');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 9;
    transform: rotate(180deg) !important;
}

/* .template-collection .m-collection-page-header .container-fluid {
  width: 100%;
  max-width: 100%;
} */

.template-collection .m-breadcrumb {
  margin: 0px !important;
}

/* .template-collection .m-collection-page-header .m-collection-page-header__wrapper {
  border-radius: 20px;
}

.template-collection .m-collection-page-header .m-collection-page-header__inner {
 height: 420px;
} */

.template-collection .m-collection-page-header .m-collection-page-header__inner .m-collection-page-header__title {
  font-size: 92px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  color:#fff !important;
}


/* --- Product Index Product List --- */

.template-collection .m-collection--wrapper .m-collection-toolbar .m-toolbar--right {
  justify-content: end;
}

.template-collection .m-collection--wrapper .m-collection-toolbar .m-sidebar--open,
.template-collection .m-collection--wrapper .m-collection-toolbar .m-toolbar--sortby {
  background-color:#DDD;
  padding: 16px 25px 14px;
  border-radius: 8px;
}

.template-collection .m-collection--wrapper .m-collection-toolbar .m-sidebar--open {
  margin-right: 0;
}

.template-collection .m-collection--wrapper .m-collection-toolbar .m-sidebar--open span,
.template-collection .m-collection--wrapper .m-collection-toolbar .m-toolbar--sortby .m-select-custom--trigger-text {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
}

.template-collection .m-collection--wrapper .m-collection-toolbar .m-toolbar--sortby .m-select-custom--trigger svg {
  width: 12px;
  height: 12px;
}

.template-collection .m-collection--wrapper .m-collection-products .m-product-card {
  background-color: #FFF;
  border-radius: 12px;
  overflow: hidden;
}

.template-collection .m-collection--wrapper .m-collection-products .m-product-card__media:hover .m-product-card__main-image {
  transform: none;
}

.template-collection .m-collection--wrapper .m-collection-products .m-product-card .m-product-card__content {
  padding: 28px;
  border-top: 1px solid rgba(0, 13, 20, 0.15);
}

.template-collection .m-collection--wrapper .m-collection-products.m-cols-1 .m-product-card .m-product-card__content {
  border-left: 1px solid rgba(0, 13, 20, 0.15);
  border-top:0 !important;
}

.template-collection .m-cols-1 .m-product-card .m-product-card__content{
  padding-right:28px !important;
}



.template-collection .m-collection--wrapper .m-collection-products .m-product-card .m-product-card__content .m-product-card__info {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.template-collection .m-collection--wrapper .m-collection-products .m-product-card .m-product-card__title,
.template-collection .m-collection--wrapper .m-collection-products .m-product-card .m-product-card__title a {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-weight: 700;
  letter-spacing:1px;
  font-family: 'Urban Shadow', sans-serif;
}

.template-collection .m-collection--wrapper .m-collection-products .m-product-card .m-price-item {
  font-size: 18px;
  color: #ED2734;
  font-weight: 700;
  font-family: 'Urban Shadow', sans-serif;
  letter-spacing:1px;
}

.template-collection .m-collection--wrapper .m-collection-products .m-product-card .m-product-card__action-wrapper button {
  font-size: 18px;
  font-weight: 600;
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border:0 !important;
  padding: 16px 20px !important;
  border: 0px !important;
  font-family: aktiv-grotesk, sans-serif;
}

.template-collection .m-collection--wrapper .m-collection-products .m-product-card .m-product-card__action-wrapper button:hover {
  color:#fff !important;
  background-color: #ED2734 !important;
  border:0 !important;
  box-shadow:none !important;
}

@media(max-width:767px){
  .m-collection-toolbar--wrapper{
    padding:10px !important;
  }

  .template-collection .m-collection--wrapper .m-collection-toolbar .m-sidebar--open{
    margin-right:10px !important;
  }

  .template-collection .m-collection--wrapper .m-collection-toolbar .m-sidebar--open span,
  .template-collection .m-collection--wrapper .m-collection-toolbar .m-toolbar--sortby .m-select-custom--trigger-text,
  .m-collection-toolbar .m-sortby--open>span {
    font-size: 12px !important;
  }
}

@media(max-width:480px){

  .template-collection .m-collection--wrapper {
    justify-content: space-between;
  }

  .template-collection .m-collection--wrapper .m-toolbar--column-switcher {
    padding-left: 10px !important;
  }


  .template-collection .m-collection--wrapper .m-collection-products{
    flex-direction:column !important;
  }

  .template-collection .m-collection--wrapper .m-collection-products .m-product-item{
    width:100% !important;
  }

  .template-collection .m-collection--wrapper .m-collection-products .m-product-item:last-child {
    margin-bottom: 0px;
  }


}

/* --- Product Index Pagination --- */

.template-collection .m-collection--wrapper .m-collection-products .m-product-card .m-product-tag {
 font-size: 14px;
 line-height: 1.2em;
 font-weight: 700;
 color: #fff;
 background: #0181cc;
 width: fit-content;
 height: fit-content;
 border-radius: 8px;
 padding: 12px 15px;
}


  .m-collection--wrapper {
    margin: 60px 0px 0px !important;
  }

.template-collection .m-collection--wrapper .m-collection-products {
  margin: 52px 0px 0;
}

.template-collection .m-collection--wrapper .m-collection--pagination .m-pagination span {
 width: 60px;
 height: 60px;
}

.template-collection .m-collection--wrapper .m-collection--pagination .m-pagination span a {
 font-size: 16px;
 font-weight: 700;
}

.template-collection .m-collection--wrapper .m-collection--pagination .m-pagination span.current {
 background: #000D14 !important;
}

.template-collection .m-collection--wrapper .m-collection--pagination .m-pagination span.page {
  background: #E9F0F4;
}

.template-collection .m-collection--wrapper .m-collection--pagination .m-pagination span.page:hover,
.template-collection .m-collection--wrapper .m-collection--pagination .m-pagination span.next:hover {
  color: #fff; 
  background: #0181cc;
}

.template-collection .m-collection--wrapper .m-collection--pagination .m-pagination span.next {
 color: #0181cc;
 background: #E9F0F4;
}

@media (max-width: 1024px) {

  .m-collection-page-header__inner {
    padding: 80px 0px;
  }

  .template-collection .m-collection-page-header .m-collection-page-header__inner {
    height: 360px;
  }

  .template-collection .m-collection-page-header .m-collection-page-header__inner .m-collection-page-header__title {
    font-size: 48px;
    letter-spacing: -1.04px;
  }

  .m-collection--wrapper {
    margin: 60px 0px 0px !important;
  }

  .template-collection .m-collection--wrapper .m-collection-toolbar .m-sidebar--open span,
  .template-collection .m-collection--wrapper .m-collection-toolbar .m-toolbar--sortby .m-select-custom--trigger-text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .template-collection .m-collection-page-header .m-collection-page-header__inner .m-collection-page-header__title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}


/* --- Product Popup --- */

.m-open-modal .m-modal--content {
  max-width: 1080px;
  width: 100% !important;
}

.m-open-modal .m-modal--content .m-product-info--wrapper {
  padding: 40px;
}

.m-open-modal
  .m-modal--content
  .m-product-info--wrapper
  .m-product-inventory__text {
  color: #0181cc;
}

.m-product-inventory__pin:before,
.m-product-inventory__pin:after {
  background-color: #0181cc !important;
}




/* Single Product Template */


/* --- Breadcrumb Style--- */

.template-product .m-breadcrumb .container-fluid{
  max-width:1600px;
}

.template-product .m-breadcrumb .container-fluid .m-breadcrumb--wrapper {
    margin: 0;
}

.template-product .m-breadcrumb .m-breadcrumb--item{
  color: rgba(0, 13, 20, 0.80);
  opacity:0.8;
}

.template-product .m-breadcrumb .m-breadcrumb--item:hover{
  opacity:1;
}

.template-product .m-breadcrumb .m-breadcrumb--item-current{
  opacity:1;
}


/* --- Product Gallery Style--- */



.template-product .m-header.header-sticky-always .m-logo .m-logo__image-transparent,
.template-cart .m-header.header-sticky-always .m-logo .m-logo__image-transparent{
  display: block !important;
}

.template-product .m-product-media--slider__images .swiper-wrapper .m-product-media--item{
  max-width:100% !important;
}

/* .template-product .m-product-media--slider__images .swiper-wrapper .m-product-media--item.swiper-slide-active{
  background:#E9F0F4;
} */

.template-product .m-product-media--slider .m-product-media--slider__thumbnails .swiper-slide{
  margin-bottom:20px !important;
  height: auto !important;
}

.template-product .m-product-media--slider .m-product-media--slider__thumbnails .swiper-container-thumbs{
  width: 100px;
}

.template-product .m-product-media--slider .m-product-media--slider__thumbnails .swiper-slide .m-product-media{
  padding:0;
  border: 1px solid rgba(47, 37, 28, 0.12);
}

/* .template-product .m-product-media--slider .swiper-slide .m-product-media .m-image{
  background-color: #E9F0F4;
  mix-blend-mode: multiply;
} */

.template-product .swiper-slide .m-product-media img{
  border: 1px solid rgba(47, 37, 28, 0.12);
  /* mix-blend-mode: multiply !important; */
}


/* --- Product Info Style--- */



/* .template-product .m-header .m-header__menu .m-menu__item:first-child a,
.template-cart .m-header .m-header__menu .m-menu__item:first-child a{
  background: transparent !important;
  color: #0181CC !important;
  border-color: #0181CC;
} */

/* .template-product .m-header .m-header__menu .m-menu__item:first-child a:hover,
.template-product .m-header .m-header__menu .m-menu__item:last-child a:hover,
.template-cart .m-header .m-header__menu .m-menu__item:first-child a:hover,
.template-cart .m-header .m-header__menu .m-menu__item:last-child a:hover{
  background: #000D14 !important;
  color: #fff!important;
  border-color: #000D14 !important;
}

.template-product .m-header.header-sticky-always .m-header__menu .m-menu__item:first-child a:hover,
.template-product .m-header.header-sticky-always .m-header__menu .m-menu__item:last-child a:hover,
.template-cart .m-header.header-sticky-always .m-header__menu .m-menu__item:first-child a:hover,
.template-cart .m-header.header-sticky-always .m-header__menu .m-menu__item:last-child a:hover{
  background: #ffffff !important;
  color: #000D14!important;
  border-color: #ffffff !important;
} */

.template-product #MainContent,
.template-cart #MainContent{
  padding-top: 80px;
  padding-bottom:80px !important;
  background-color: #DDD;
}

.template-page #MainContent{
  padding-bottom:0 !important;
}

.template-product .m-main-product{
  margin-bottom: 80px;
  margin-top: 0px;
  background-color: #DDD;
}

.template-product .m-main-product .container{
  max-width:1600px;
  padding:0;
}

.template-product .m-product-option--node__label{
  opacity: 1;
}

.template-product .m-product-option--node__label:before{
  display: none;
}

.template-product .m-main-product .container .m-product-title{
  font-size: 92px;
  line-height: 1em;
  text-transform: uppercase;
}

.template-product .m-main-product .container .m-product-info--wrapper{
  max-width: 657px;
  margin: 0 auto;
}

@media(max-width:767px){

  .template-product #MainContent,
  .template-cart #MainContent{
    padding-bottom:0 !important;
    padding-top: 100px;
  }

  /* .template-product #MainContent,
  .template-cart #MainContent{
    padding-bottom:0 !important;
    padding-top: 150px;
  } */
}


/* --- Product Price Style--- */

.template-product .main-product__block-price{
  margin-top:20px!important;
}

.template-product .m-main-product .m-price__sale .m-price-item--sale,
.template-product .m-main-product .m-price .m-price__regular .m-price-item--regular{
  font-size:46px;
  font-family: 'Urban Shadow', sans-serif !important;
  text-transform: uppercase;
  line-height: 1.2em;
  color:#2F251C;
}

.template-product .m-main-product .m-price__sale .m-price-item--regular{
  font-size:30px;
  font-family: 'Urban Shadow', sans-serif !important;
  text-transform: uppercase;
  line-height: 1.2em;
  color:#493F36;
   text-decoration: none !important;
   position: relative;
}

.m-price-item--regular {
  position: relative;
  display: inline-block;
}

.m-price__sale .m-price-item--regular{
  text-decoration:none !important;
  position:relative !important;
}

.m-price__sale .m-price-item--regular::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 44%;
  height: 2px; 
  background-color: currentColor;
  transform: translateY(-50%);
  opacity: 0.8;
}

.template-product .m-main-product .m-price--on-sale .m-price__sale{
  gap: 2px 12px;
}


/* --- Variant Picker Style--- */

.template-product .m-product-option .option-label{
  border:0 !important;
}

.template-product .m-product-option--content{
  gap:16px !important;
}

.template-product .m-product-option--content .m-product-option--node{
  flex-grow:1;
  border: 1px solid #dedfe1 !important;
  position:relative;
  overflow:hidden !important;
}

.template-product .m-product-option--content .m-product-option--node:hover{
  border: 1px solid #ED2734 !important;
}

.template-product .m-product-option--content .m-product-option--node label{
  justify-content: flex-start;
  min-height:52px;
  border: 0 !important;
  margin:0 !important;
  background:#fff !important;
  margin-left: 45px !important;
  padding: 10px 14px !important;
}

.template-product .m-product-option--content .m-product-option--node label:hover{
  color:#0181CC !important;
}

.template-product .m-product-option--content .m-product-option--node:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:52px;
  width:52px;
  background:transparent;
  border:8px solid #fff;
  outline: 5px solid #fff;
  outline-offset: -1px;
}

.template-product .m-product-option--button .m-product-option--node[data-value="Citrus"] {
    background-color: #BAE627; 
}

.template-product .m-product-option--button .m-product-option--node[data-value="Cherry Limeade"] {
    background-color: #FF2D30; 
}

.template-product .m-product-option--node input:checked + label {
  color:#0181CC !important;
}


.template-product .main-product__block-variant_picker{
  margin-top: 20px !important;
}

.template-product .main-product__block-variant_picker variant-picker{
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  flex-wrap: nowrap;
}

.template-product .main-product__block-variant_picker variant-picker .m-product-option{
  flex-grow: 1;
  width: 100%;
}

.template-product .main-product__block-variant_picker variant-picker .m-product-option.m-product-option--button{
  order: 1;
}

.template-product .main-product__block-variant_picker variant-picker .m-product-option .m-product-option--content{
  width:100%;
}

.template-product .main-product__block-variant_picker variant-picker .m-product-option.m-product-option--button label {
  border: 1px solid #2F251C;
}

.template-product .main-product__block-variant_picker variant-picker .option-label .option-label--title,
.template-product .main-product__block-buy_buttons .m-product-form .m-product-option--label{
  font-size:18px;
  font-weight: 400;
  line-height: 1.2em;
  color:#000D14;
  margin-bottom:12px;
}

.template-product .main-product__block-variant_picker variant-picker .option-label .option-label--selected{
  display:none;
}

.template-product .main-product__block-buy_buttons .m-product-form .m-quantity{
  min-height: 54px !important;
}

.template-product .main-product__block-variant_picker variant-picker .m-product-option--dropdown select,
.template-product .main-product__block-buy_buttons .m-product-form .m-quantity{
  font-size:16px;
  min-height: 54px;
  padding: 8px 40px 4px 16px;
  border: 1px solid rgba(0, 13, 20, 0.15);
  background-color: transparent;

}

.template-product .main-product__block-buy_buttons .m-add-to-cart {
  padding: 16px 32px !important;
}


.template-product .main-product__block-variant_picker variant-picker .m-product-option--dropdown select:focus-visible{
  outline-color:#0181CC !important;
  outline-width: 1px!important;
}

.template-product .main-product__block-buy_buttons .m-product-form .m-add-to-cart:hover,
.template-product .main-product__block-buy_buttons .m-product-form .shopify-payment-button__button:hover{
  background:#000D14 !important;
  border:1px solid #2F251C!important;
  color:#fff!important;
}

.template-product .main-product__block-buy_buttons .m-product-form .shopify-payment-button__button{
  padding:19px 32px;
  height: unset;
  font-size: 20px;
  font-family: 'Urban Shadow', sans-serif;
  text-transform: uppercase;
  line-height: 1em !important;
}

.template-product .main-product__block-buy_buttons .m-product-form .m-product-form--wrapper{
  column-gap: 20px;
}

.template-product .main-product__block-buy_buttons .m-product-form .m-product-form--wrapper .m-product-form--input{
  margin-right:0 !important;
}

.template-product .main-product__block-buy_buttons .m-product-form .m-product-form--wrapper .m-product-form--input,
.template-product .main-product__block-buy_buttons .m-product-form .m-add-to-cart{
    flex-grow: 1!important;
    width: 45%!important;
}

.template-product .main-product__block-buy_buttons{
  margin-top:0 !important;
}

@media(max-width:767px){
  .template-product .main-product__block-buy_buttons .m-product-form .m-product-form--wrapper .m-product-form--input{
    width:100% !important;
  }
}


/* --- Free Shipping Style--- */

.template-product .main-product__block-shipping{
  margin-top: 40px !important;
  margin-bottom:20px !important;
  padding-bottom:20px !important;
  border-bottom:1px solid rgba(0, 13, 20, 0.15);
}

.template-product .main-product__block-shipping .m-product-shipping .m-product-shipping--icon svg {
  display: none;
}

.template-product .main-product__block-shipping .m-product-shipping .m-product-shipping--icon{
  position:relative;
}

.template-product .main-product__block-shipping .m-product-shipping .m-product-shipping--icon:before {
  content: url(//aminoasylumsupps.com/cdn/shop/t/4/assets/delivery.svg?v=30251306101193101071767951226);
  position: absolute;
  top: -14px;
  left: 0;
  width:22px;
  height:22px;
}

.template-product .main-product__block-shipping .m-product-shipping .m-product-shipping--content p{
  font-size: 18px;
}


/* --- Product Detail Style--- */

.template-product .m-product-details-tabs{
  max-width: 1600px;
  margin: 0 auto;
  overflow:hidden;
  position:relative;
  background-color: #DDD;
   background-image: linear-gradient(rgba(221, 221, 221, 0.6),rgba(221, 221, 221, 0.6)), url(//aminoasylumsupps.com/cdn/shop/t/4/assets/product-info-banner.png?v=80096298909421882391768040053);
  background-size:cover;
  background-position:top;
  background-repeat:no-repeat; 
  mix-blend-mode: luminosity;
}

.template-product .m-product-details-tabs:before,
.template-product .m-product-details-tabs:after{
  content: '';
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/our_features_divider_updated.png?v=3884385927192480591767957080');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 9;
}

.template-product .m-product-details-tabs:before {
  top: 0;  
}

.template-product .m-product-details-tabs:after {
  bottom: -1px;
  transform: rotate(180deg) !important;
}

.template-product .m-product-details-tabs .container{
  padding-left:0;
  padding-right:0;
  z-index: 2;
  position: relative;
  max-width: 100%;
}

.template-product .m-tabs__content{
  padding-top:28px;
  padding-left:40px;
  padding-right:40px;
}

.template-product .m-tabs__content h4{
  margin: 0;
}

.template-product .m-product-details-tabs .m-tabs__header{
  padding:0 30px; 
  font-size:20px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  line-height:1.2em;
  font-family: 'Urban Shadow', sans-serif !important;
  border-bottom:1px solid rgba(47, 37, 28, 0.12);
}

.template-product .m-product-details-tabs .m-tabs__header .m-tab-header{
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.9px;
  padding:20px 0;
  color:#000d1480;
  opacity:1;
}

.template-product .m-product-details-tabs .m-tabs__header .m-tab-header.active,
.template-product .m-product-details-tabs .m-tabs__header .m-tab-header:hover{
  color:#000d14; 
}

.template-product .m-product-details-tabs .m-tabs__header .m-tab-header.active:after{
  height: 3px;
  background-color: #ED2734; 
}

.template-product .m-product-details-tabs .m-tabs__header .m-tabs__header-inner{
  column-gap: 52px;
}

.template-product .m-tabs__content p{
  color:rgba(0, 13, 20, 1);
}

.template-product .m-tabs__content h2 {
  font-size: 24px;
  line-height: 1.2em;
}

.template-product .m-tabs__content h3 {
  font-size: 20px;
  line-height: 1.2em;
}

.template-product .m-tabs__content h4 {
  font-size: 18px;
  line-height: 1.2em;
}


.template-product .m-tabs__content ul{
  margin-bottom:0;
  margin-top:16px;
  padding-left:20px;
}

.template-product .m-tabs__content ul li::marker{
  color:#0181CC !important;
  font-size: 20px !important;
}

.template-product .m-tabs__content ul li:not(:last-child){
  margin-bottom:16px;
}

.template-product .m-tabs__content ul li{
  color:rgba(0, 13, 20, 1);
  line-height:1.32em;
}

.template-product .m-tabs__content ul li{
   font-size:18px;
}

.template-product .m-tabs__content ul li strong{
  font-size:20px;
}

.template-product .m-sticky-addtocart .m-sticky-addtocart--leftblock {
  align-items: center;
}

.template-product .m-sticky-addtocart .m-sticky-addtocart--rightblock .m-button--primary:hover {
  background: #000D14;
  border-color: #000D14;
  color: #ffffff;
}
      
@media (min-width: 1280px) and (max-width: 1780px) {
    .template-product .m-main-product .container .m-product-title{
      font-size: 42px;
      max-width: 370px;
    }
    
    .template-product .m-main-product .m-price__sale .m-price-item--sale,
    .template-product .m-main-product .m-price .m-price__regular .m-price-item--regular{
        font-size: 28px;
    }
  
    .template-product .m-main-product .m-price__sale .m-price-item--regular {
     font-size: 22px;
    }

    .template-product .main-product__block-variant_picker variant-picker .option-label .option-label--title,
    .template-product .main-product__block-buy_buttons .m-product-form .m-product-option--label{
     font-size:16px;
    }

    .template-product .m-product-details-tabs .m-tabs__header .m-tab-header{
      font-size:18px;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .template-product .m-main-product .container .m-product-title {
    font-size: 38px;
  }

  .template-product .m-main-product .m-price__sale .m-price-item--sale,
  .template-product .m-main-product .m-price .m-price__regular .m-price-item--regular{
    font-size: 26px;
  }

  .template-product .m-main-product .m-price__sale .m-price-item--regular {
    font-size: 20px;
  }

  .template-product .main-product__block-variant_picker variant-picker .option-label .option-label--title,
  .template-product .main-product__block-buy_buttons .m-product-form .m-product-option--label{
     font-size:14px;
   }

   .template-product .m-product-details-tabs .m-tabs__header .m-tab-header{
      font-size:16px;
    }
}

@media (max-width: 1024px) {

  .template-product .m-product-details-tabs:before{
  content:'';
  background: url(//goob.shop/cdn/shop/t/7/assets/product-info-mobile-graphic.png?v=161435611297441068911761289720);
  background-size:cover;
  background-position:top;
  background-repeat:no-repeat; 
  opacity:0.4;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

  .template-product .m-main-product .container .m-product-title {
    font-size: 40px;
    max-width: 360px
  }

  .template-product .m-main-product .m-price__sale .m-price-item--sale,
  .template-product .m-main-product .m-price .m-price__regular .m-price-item--regular{
    font-size: 24px;
  }

  .template-product .m-main-product .m-price__sale .m-price-item--regular {
    font-size: 18px;
  }

  .template-product .main-product__block-variant_picker variant-picker .option-label .option-label--title,
  .template-product .main-product__block-buy_buttons .m-product-form .m-product-option--label{
    font-size:16px;
    letter-spacing: -0.32px;
  }

  .template-product .m-product-details-tabs .m-tabs__header .m-tab-header{
    font-size:14px;
    letter-spacing: -0.28px;
  }

  .template-product .m-tabs__content p,
  .template-product .m-tabs__content ul li,
  .template-product .m-product-description p{
    font-size:18px;
  }

  .template-product .m-tabs__content ul{
    margin-top: 0;
  }
  
  .template-product .m-main-product{
    margin-bottom: 60px;
    margin-top: 60px;
    padding:0 22px;
  }

  .template-product .m-main-product .container .m-main-product--wrapper{
    flex-direction:column;
  }

  .template-product .m-main-product .container .m-main-product--wrapper > div{
    width:100% !important;
  }

  .template-product .m-breadcrumb .container-fluid .m-breadcrumb--wrapper{
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap:10px;
  }

  .template-product .m-main-product .container .m-product-info--wrapper{
    max-width:100% !important;
  }

  .template-product .m-product-details-tabs{
    margin:0 22px;
  }

  .template-product .m-product-details-tabs .m-tabs__header{
   padding: 0 20px; 
  }

  .template-product .m-tabs__content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .template-product .m-product-media--slider .m-product-media--slider__thumbnails .swiper-slide{
    width: 100px !important;
    margin-bottom: 0 !important;
  } 
}


@media (max-width: 767px) {

  .template-product .m-product-details-tabs .container{
    padding-bottom:24px;
  }

  .template-product .m-product-details-tabs .m-tabs__header .m-tabs__header-inner{
    column-gap:24px;
  }

  .template-product .main-product__block-shipping {
    margin-top: 24px !important;
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
  }

  .template-product .main-product__block-buy_buttons .m-product-form .m-product-option--label{
    margin-bottom:0 !important;
  }

  .template-product .main-product__block-variant_picker variant-picker .m-product-option--dropdown select{
    min-height: 43px !important;
  }

  .template-product .main-product__block-buy_buttons .m-product-form .m-quantity{
    min-height: 43px !important;
  }

  .template-product .m-breadcrumb{
    padding: 14px 0;
  }

  .template-product .m-main-product {
    margin-bottom: 32px;
    margin-top: 24px;
    padding: 0 12px;
  }

  .template-product .main-product__block-variant_picker variant-picker{
    gap:12px;
  }

  .template-product .main-product__block-variant_picker,
  .template-product .main-product__block-price{
   margin-top: 12px !important; 
  }

  .template-product .m-product-details-tabs {
    margin: 0 12px;
  }

  .template-product .m-main-product .container .m-product-title {
    font-size: 28px;
    letter-spacing: -0.56px;
    max-width: 260px;
  }

  .template-product .m-tabs__content p, .template-product .m-tabs__content ul li, 
  .template-product .m-product-description p{
    font-size: 16px;
  }

  .template-product .m-tabs__content h2 {
    font-size: 20px;
  }

  .template-product .m-tabs__content h3 {
    font-size: 18px;
  }

  .template-product .m-tabs__content h4 {
    font-size: 16px;
  }

  .template-product .main-product__block-buy_buttons .m-product-form .shopify-payment-button__button{
    padding: 17px 32px;
    font-size: 18px;
  }
  
  .template-product .m-product-media--slider .m-product-media--slider__thumbnails .swiper-slide{
    width: 60px !important;
  }

  .template-product .m-product-details-tabs .m-tabs__header .m-tab-header{
    padding: 16px 0;
  }
}

/* --- Contact Us --- */

.contact .m-page-header{
  padding: 120px 0;
  display: flex;
  flex-direction: column-reverse;
  background-color: #161616;
  gap: 40px;
  /* background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/contact-us-header.jpg?v=117732050227060747521767951226');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

.contact .m-page-header nav{
  margin: 0;
}

.contact .m-page-header .m-breadcrumb--wrapper{
  display: flex;
  gap: 12px;
}

.contact .m-page-header .m-breadcrumb--wrapper .m-breadcrumb--item{
  color: rgba(200, 200, 200, 0.5);
  line-height: 1em;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}

.contact .m-page-header .m-breadcrumb--wrapper a.m-breadcrumb--item{
  color: #ffffff;
  padding: 0;
}

.contact .m-page-header .m-breadcrumb--wrapper .m-breadcrumb--separator svg{
  width: 10px;
  height: 10px;
}

.contact .m-page-header .m-breadcrumb--wrapper .m-breadcrumb--separator svg path{
  fill: #ffffff !important;
}

.contact .m-page-header .m-page-header__title{
  color: #ffffff;
  font-size: 92px;
  line-height: 0.95em !important;
}

.contact .m-contact-form{
  padding: 100px 0;
  margin: 0;
  position: relative;
  background-color: #DDD;
}

.contact .m-contact-form:before{
  content: '';
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/our_features_divider_updated.png?v=3884385927192480591767957080');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 9;
  transform: rotate(180deg) !important;
}

.contact .m-contact-form .m-contact-form__main{
  width: 100%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact .m-contact-form .m-contact-form__heading{
  font-size: 92px;
  line-height: 0.95em !important;
  color: #161616;
}

.contact .m-contact-form .m-contact-form__description{
  color: #161616;
  font-size: 22px;
  text-align:center;
}

.contact .m-contact-form form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact .m-contact-form form input,
.contact .m-contact-form form select{
  min-height: 55px;
  border-radius: 0;
  border: none;
  padding: 16px;
  color: #493F36;
}

.contact .m-contact-form form textarea{
  border-radius: 0;
  border: none;
  padding: 16px;
  color: #493F36;
}

.contact .m-contact-form form input::placeholder,
.contact .m-contact-form form select selected,
.contact .m-contact-form form textarea::placeholder{
  color: rgba(47, 37, 28, 0.4) !important;
}

.contact .m-contact-form form .m-contact-form__dropdown{
  padding: 0;
  margin-top: 30px;
}

.contact .m-button--primary{
  padding: 19px 42px;
  text-align: center;
}

.contact .m-button--primary:hover{
  background:#161616 !important;
}

.contact .m-button--primary:after{
  display:none !important;
}

@media(max-width:1024px){
  .contact .m-contact-form form .m-contact-form__dropdown{
    margin-top: 16px;
  }

  .contact .m-contact-form .m-contact-form__description{
    font-size:20px !important;
  }
}

@media(max-width:767px){
  .contact .m-contact-form form input, 
  .contact .m-contact-form form select{
    min-height:52px !important;
    padding: 8px 16px !important;
  }

  .contact .m-contact-form form textarea{
    height:146px !important;
  }

  .contact .m-contact-form .m-contact-form__heading,
  .contact .m-page-header .m-page-header__title{
    font-size:46px !important;
    text-align:center !important;
  }

  .contact .m-contact-form .m-contact-form__description{
    font-size:18px !important;
  }
}

/* --- Error Header Style--- */

.error-header{
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/error_header_banner.jpg?v=104379654090877703281768277475');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color:#2F251C !important;
  min-height:75vh;
  display: flex !important;
  align-items: center !important;
}

.error-header .m-richtext__title{
  color:#ED2734!important;
  font-size: 200px !important;
  letter-spacing: -4px !important;
  line-height:1em;
  font-family: 'Urban Shadow', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.error-header .m-richtext__subtitle{
  color:#DDD !important;
  font-size: 72px !important;
  letter-spacing: -1.44px !important;
  line-height:1.2em;
  font-family: 'Urban Shadow', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-top:0 !important;
}

.error-header .m-richtext__description{
  color:#DDD !important;
  font-size: 22px !important;
  line-height:1.4em !important;
  margin-top:0 !important;
}

.error-header .m-richtext{
  max-width:485px !important;
  margin:0 auto;
}

.error-header .m-button{
  color:#fff!important;
  font-weight: 600 !important;
  font-size:18px !important;
  text-decoration:none !important;
  padding:16px 40px !important;
  border:1px solid #fff !important;
}

.error-header .m-button::after,
.error-header .m-button::before{
  display:none !important;
}

.error-header .m-button:hover{
  background:#ED2734 !important;
  border:1px solid #ED2734 !important;
}

.error-header .m-richtext__button{
  margin-top:28px !important;
}

@media(max-width:767px){
  .error-header .m-richtext__title{
    font-size: 100px !important;
    letter-spacing: -2px !important;
  }
  
  .error-header .m-richtext__subtitle{
    font-size: 40px !important;
    letter-spacing: -1px !important;
  }

  .error-header .m-richtext__description{
    font-size: 18px !important;
  }
}

/** Breadcrumb Style **/

.m-breadcrumb--wrapper .m-breadcrumb--item-current,
.m-breadcrumb--wrapper .m-breadcrumb--item{
  color:#FFF !important;
  font-weight: 600;
  font-size:18px !important;
}

.m-breadcrumb--wrapper .m-breadcrumb--item-current{
  opacity:0.5 !important;
}

/** Cart Style **/

.cart-wrapper form{
  display:flex;
  flex-direction:row;
  gap:48px;
  align-items: flex-start;
}

.cart-wrapper .m-cart__footer--wrapper{
  padding:32px !important;
  background: #9A9A9A !important;
}

.cart-wrapper .m-cart__wrapper{
  border:1px solid rgba(47, 37, 28, 0.12) !important;
}

.cart-wrapper .m-cart__wrapper .m-cart__header{
  background:#161616 !important;
  padding: 16px 20px !important;
}

.cart-wrapper .m-cart__wrapper .m-cart__header .m-cart__column{
  color:#DDD !important;
}

.cart-wrapper .m-cart-item__title,
.cart-wrapper .m-cart__subtotal--label,
.cart-wrapper .m-cart__subtotal--price{
  color:#161616 !important;
}

.cart-wrapper .m-cart__wrapper .m-cart__header .m-cart__column,
.cart-wrapper .m-cart-item__title,
.cart-wrapper .m-cart__subtotal--label,
.cart-wrapper .m-cart__subtotal--price{
  font-size:30px !important;
  letter-spacing: 0.9px !important;
  text-transform: uppercase!important;
  font-family: 'Urban Shadow', sans-serif !important;
}

.cart-wrapper .m-cart-item{
  padding: 16px 20px !important;
  border-bottom:1px solid rgba(47, 37, 28, 0.12) !important;
}

.cart-wrapper .m-quantity{
  background:transparent!important;
  border:1px solid rgba(47, 37, 28, 0.12) !important;
  border-radius:0 !important;
  font-size:22px !important;
  color:#493F36 !important;
}

.cart-wrapper .m-cart-item__price--regular{
  font-size:22px !important;
  color:#383838!important;
}

.cart-wrapper .m-cart-item__image{
  border:1px solid rgba(47, 37, 28, 0.12) !important;
}

.cart-wrapper .m-cart__summary{
  margin:32px 0 !important;
}

.cart-wrapper .m-cart__checkout .m-button--primary:after{
  display:none !important;
}

.cart-wrapper .m-cart__checkout .m-button--primary{
  padding:19px 24px !important;
  text-align:center !important;
}

.cart-wrapper .m-cart__summary .m-cart__shipping-note{
 font-size:18px !important;
 margin-top:8px !important;
 color:#2F251C !important;
}

.cart-wrapper .m-cart{
  margin-bottom:0 !important;
}

.template-cart #MainContent{
  min-height:75vh !important;
}

.template-cart .m-page-header{
  padding-top:0 !important;
}

.template-cart .m-breadcrumb--wrapper a,
.template-cart .m-breadcrumb--wrapper span{
  color:#493F36 !important;
  font-weight:500 !important;
  padding:0 !important;
}

  .template-cart .m-breadcrumb--wrapper{
    display:flex;
    flex-direction:row;
    gap:16px;
    align-items:center;
    justify-content:center;
  }

.template-cart .m-breadcrumb--wrapper span.m-breadcrumb--separator svg path{
  fill:#493F36 !important;
}

.cart-wrapper .m-cart-addon__header button{
  background:#DDDDDD !important;
}

.cart-wrapper .m-cart-addon__header button:hover{
  background:#2F251C !important;
}

.cart-wrapper .m-cart-item__product{
  align-items:center !important;
}

.template-cart .m-page-header__title{
    font-size:46px !important;
  }

.m-cart-addon__action .m-cart-addon--save{
    padding: 13px 60px 14px 24px !important;
    border-radius:8px !important;
}

.m-cart-addon__action .m-cart-addon--close:hover{
  box-shadow:none !important;
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .cart-wrapper form{
    display:flex;
    flex-direction:column;
    gap:48px;
    align-items: flex-end;
  }
}

@media(max-width:1024px){
  .cart-wrapper form{
    display:flex;
    flex-direction:column;
    gap:30px;
    align-items: flex-end;
  }
}

@media(max-width:767px){
  .template-cart #MainContent{
    padding:68px 0 44px !important;
  }

  .template-cart m-page-header__title{
    font-size:46px !important;
  }

  .cart-wrapper .m-cart__wrapper .m-cart__header .m-cart__column,
  .cart-wrapper .m-cart-item__title,
  .cart-wrapper .m-cart__subtotal--label,
  .cart-wrapper .m-cart__subtotal--price{
    font-size:22px !important;
    letter-spacing: 0.66px !important;
  }

  .cart-wrapper form{
    gap:24px !important;
  }

  .cart-wrapper .m-cart__footer{
    width:100% !important;
  }

  .cart-wrapper .m-cart__summary .m-cart__shipping-note{
    font-size:14px !important;
    margin-top:2px !important;
  }

  .cart-wrapper .m-quantity,
  .cart-wrapper .m-cart-item__price--regular{
    font-size:16px !important;
  }

  .cart-wrapper .m-cart__checkout .m-button--primary{
    font-size:16px !important;
  }

  .template-cart .m-breadcrumb--wrapper a,
  .template-cart .m-breadcrumb--wrapper span{
    padding:0 !important;
  }

  .template-cart .m-breadcrumb--wrapper{
    gap:12px;
  }
}

/* Homepage - Our Products Style */

.our-products {
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/products-container.jpg?v=136140431923037876851767951226');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #DDD;
  background-blend-mode: luminosity;
  padding: 100px 0;
}

.our-products.divider-graphic:before{
  transform: rotate(180deg) !important;
  top: -8px !important;
}

.our-products .m-section__heading{
  font-size: 92px !important;
  line-height: 0.95em !important;
}

.our-products .m-product-list .m-mixed-layout__inner{
  gap:28px !important;
}

.our-products .m-product-list .m-mixed-layout__inner .swiper-slide{
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/product-thumbnail.svg?v=172488606885881053491767951226');
  background-repeat: no-repeat;
  background-size: cover;
  padding:30px 30px 40px !important;
  position:relative;
}

.our-products .m-product-list .m-mixed-layout__inner .swiper-slide:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 10px;
  width: 97%;
  height:16px;
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/light-divider-pattern.svg?v=80622023951687084631767951226');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}

.our-products .m-product-list .m-mixed-layout__inner .swiper-slide:after{
  content: '';
  position: absolute;
  bottom: -6px;
  left: 10px;
  width: 97%;
  height:16px;
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/light-divider-pattern.svg?v=80622023951687084631767951226');
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  z-index: 3;
}

.our-products .m-product-list .m-product-card__name span{
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.9px;
  position: relative;
  background-image: url('//aminoasylumsupps.com/cdn/shop/t/4/assets/product_title_graphics.svg?v=63703814362494053551767958492');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10px;
}

.our-products .m-product-list .m-product-card__name{
  font-size: 66px;
  line-height: 1.3em;
  text-align:center;
}

.our-products .m-product-list .m-product-card__name:hover{
  color:#2F251C !important;
}

.our-products .m-product-card__price{
  text-align:center;
}

.our-products .m-product-card__price .m-price__regular .m-price-item,
.our-products .m-price__sale .m-price-item--sale{
  font-family: 'Urban Shadow', sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
  color: #ED2734;
}

.our-products .m-price__sale .m-price-item--regular{
  font-family: 'Urban Shadow', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: line-through;
  color: rgba(73, 63, 54, 0.5);
}

.our-products .m-price__sale .m-price-item--regular::after {
  top: 42% !important;
}

.our-products .m-product-card button{
  background:#ED2734!important;
  color:#fff !important;
  font-size:18px !important;
  font-weight: 600 !important;
  border-color:#ED2734!important;
  border-radius:0 !important;
  padding: 15px 60px 15px 24px;
  width:fit-content !important;
  position:relative;
  text-align:left;
  text-transform: capitalize;
}

.our-products .m-product-card button:hover{
  background:#2F251C!important;
  color:#fff !important;
  font-size:18px !important;
  font-weight: 600 !important;
  border-color:#2F251C!important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding: 15px 42px;
  text-align:center;
}


.our-products .m-product-card button:after{
  content: '';
  background-image: url('//amino-asylum-supps.myshopify.com/cdn/shop/t/2/assets/right-arrow.svg?v=42219420410499454111762500484');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: unset;
  right: 24px;
  transform: translateY(-50%);
}


.our-products .m-product-card button:hover:after{
  opacity:0;
}

.our-products .m-product-card .m-product-card__action-wrapper{
  display: flex;
  justify-content: center;
  text-align: center;
}

.m-featured-collection-section .container-fluid{
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.m-featured-collection-section .m-section__header{
  margin-bottom:40px !important;
}

.our-products .m-product-card__main-image img,
.our-products .m-product-card__hover-image img,
.our-products .m-product-card__main-image .m-image,
.our-products .m-product-card__hover-image .m-image{
  aspect-ratio: 1 / 1 !important;
}

@media(max-width:1024px){
  .our-products .m-product-list .m-mixed-layout__inner{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .m-featured-collection-section .m-section__header{
    margin-bottom:30px !important;
  }

  .our-products .m-product-list .m-mixed-layout__inner .swiper-slide:after {
    bottom: -7px;
    left: 5px;
    width: 98%;
  }
}

@media(max-width:767px){
  .our-products .m-product-list .m-mixed-layout__inner{
    gap:24px !important;
  }

   .our-products .m-product-list .m-product-card__name span{
    font-size: 28px;
    padding-top: 10px;
  }

  .our-products .m-product-list .m-product-card__name,
  .our-products .m-section__heading{
    font-size: 46px !important;
    line-height: 1.3em;
  }

  .our-products .m-price__sale .m-price-item--regular{
    font-size: 22px;
  }

  .our-products .m-product-card__price .m-price__regular .m-price-item,
  .our-products .m-price__sale .m-price-item--sale{ 
    font-size: 28px;
  }

  .our-products .m-product-card button{
    width:100% !important;
  }

  .m-featured-collection-section .m-section__header{
    margin-bottom:24px !important;
  }
}


/* Slideout Cart Style */

.m-cart-drawer .m-cart-item--drawer__wrapper .m-cart-item__title{
  font-size:22px !important;
  font-weight:400 !important;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  font-family: 'Urban Shadow', sans-serif;
}

.m-cart-drawer .m-cart-item--drawer__wrapper .m-cart-item__price--regular{
  font-size:18px !important;
  font-weight:700 !important;
  text-transform: uppercase;
  font-family: aktiv-grotesk, sans-serif;
  color:#ED2734 !important;
}

.m-cart-drawer .m-cart-drawer__footer{
  background:rgba(22, 22, 22, 0.12) !important;
}

.m-cart-drawer .m-cart-drawer__footer .m-cart-addon__header .m-cart-addon--trigger-button{
  background:#fff;
  padding: 20px 10px !important;
  display:flex;
  flex-direction:column;
}

.m-cart-drawer .m-cart-drawer__footer .m-cart-addon__header .m-cart-addon--trigger-button .m-cart-addon__text{
  margin-left:0 !important;
}

.m-cart-drawer .m-cart-drawer__footer .m-cart-addon__header .m-cart-addon--trigger-button:hover{
  background:#161616 !important;
}

.m-cart-drawer .m-cart-drawer__footer a.m-cart-drawer__link-to-cart{
  padding: 15px;
  border: 1px solid #161616;
  width: 100%;
  font-size:18px !important;
  font-weight:700 !important;
  font-family: aktiv-grotesk, sans-serif;
}

.m-cart-drawer .m-cart-drawer__footer a.m-cart-drawer__link-to-cart:hover{
  border: 1px solid #ED2734;
  background:#ED2734;
  color:#fff;
}

.m-cart-drawer .m-cart-drawer__footer a.m-cart-drawer__link-to-cart:before,
.m-cart-drawer .m-cart-drawer__footer a.m-cart-drawer__link-to-cart:after{
  display:none !important;
}

.m-cart-item__image.m-cart-drawer-item__image{
  border: 1px solid #1717171f !important;
}

.m-cart-drawer-item{
  padding: 32px 0;
}

.m-cart-drawer-item:not(:last-child){
  border-bottom: 1px solid #1717171f !important;
}

@media(max-width:1024px){
  .m-cart-drawer .m-cart-drawer__footer a.m-cart-drawer__link-to-cart{
    padding:10px !important;
  }
}

