/** Shopify CDN: Minification failed

Line 1367:0 Unexpected "}"

**/

  .header__icon--account span,
.header__icon--cart > span {
    width: auto;
    height: auto;
    clip: unset;
    clip-path: unset;  /* add this */
    white-space: normal;  /* add this */
    position: static !important;
    overflow: visible;
}
/*------------------------------------
 *   CUSTOM FONTS
 *------------------------------------*/


@font-face { 
font-family: 'suisse';
src: url(/cdn/shop/files/suisseintl-regular-webfont.woff2?v=1737003342) format('woff2'), 
src: url(/cdn/shop/files/suisseintl-regular-webfont.woff?v=1737003342) format('woff');
} 


@font-face { 
font-family: 'suisse-light';
src: url(/cdn/shop/files/suisseintl-light-webfont.woff?v=1737003342) format('woff'), 
src: url(/cdn/shop/files/suisseintl-light-webfont.woff2?v=1737003342) format('woff2');
} 


@font-face { 
font-family: 'suisse-semi';
src: url(/cdn/shop/files/suisseintl-semibold-webfont.woff?v=1737003342) format('woff'), 
src: url(/cdn/shop/files/suisseintl-semibold-webfont.woff2?v=1737003342) format('woff2');
} 


@font-face { 
font-family: 'suisse-thin';
src: url(/cdn/shop/files/suisseintl-thin-webfont.woff?v=1737003342) format('woff'), 
src: url(/cdn/shop/files/suisseintl-thin-webfont.woff2?v=1737003342) format('woff2');
} 


@font-face { 
font-family: 'attila';
src: url(/cdn/shop/files/AttilaSansSharp-Light_1.woff?v=1737430870) format('woff'), 
src: url(/cdn/shop/files/AttilaSansSharp-Light_1.woff2?v=1737430870) format('woff2');
} 






:root {
   --font-heading-family: 'suisse' !important;
   --font-body-family: 'suisse' !important;
}






h3, .h3 {
  font-family: 'suisse-light' !important;
}

h4, .h4 {
  font-family: 'suisse' !important;
  text-transform: uppercase !important;
  letter-spacing: .15em !important;
  font-size: 1.3rem !important;
}

p {
  font-family: 'suisse' !important;
}


/*------------------------------------
 *   MENU + MEGA MENU
 *------------------------------------*/


.mega_column-image-wrapper {
  padding-bottom: 100%;
}
.mega-menu__content {
  padding-right: 5%;
  border-bottom: 1px solid;
}

.mega-heading a {
  text-transform: uppercase;
  color: #000;
  font-size: 1.4rem;
  padding-top: 0px;
}





.list-menu__item {
  letter-spacing: .2em;
}



.header__active-menu-item {
text-decoration-thickness: 2px !important;
  text-decoration: underline;
}

.header__menu-item:hover span {
  text-decoration: none !important;
  color: #949083;
  background: none !important;
}


.header__icons {
  display: flex;
  align-items: center; /* Aligns all items vertically */
  gap: 8px; /* Optional: add spacing between links */
  letter-spacing: 0.1em;
}


.drawer__heading {
  font-family: 'attila' !important;
  text-transform: uppercase;
}

cart-items .title-wrapper-with-link h1 {
   font-family: 'attila' !important;
  text-transform: uppercase;
}


/*------------------------------------
 *   BUTTONS
 *------------------------------------*/



.button--secondary:hover {
  background-color: #fff !important;
}

.button--secondary:after {
  display: none !important;
}

.button--secondary {
  border: 1px solid #000;
}

/*------------------------------------
 *   CUSTOM SECTIONS
 *------------------------------------*/



.bg-left {
width:48% !important;
height:100% !important;
}

.bg-left .ss-inline-image , .bg-right .ss-inline-image {
width:100% !important;
height:100% !important;
padding-bottom:0 !important;
}

.bg-right {
width:48% !important;
height:100% !important;
right:0 !important;
left:initial !important;
}

.bg-right .ss-video-block, .bg-left .ss-video-block {
position:absolute;
inset:0;
width:auto;
height:auto;
}

.bg-right .ss-inline-image img, .bg-left .ss-inline-image img {
object-fit:cover;
}

@media screen and (max-width:749px) {
.ss-decor.show-mobile {

display:block  !important;
}

.ss-decor.full-width {
width:100%  !important;
}

}



/*------------------------------------
 *   BLOG CARD
 *------------------------------------*/


ul.article-tags {
    padding-inline-start: 0 !important;
}

ul.article-tags {
    text-transform: uppercase;
  letter-spacing: .1em;
    color: #000 !important;
    display: flex;
    justify-content: center;
    gap: 1rem;

}

ul.article-tags > li {
    color: transparent;
}

ul.article-tags > li a {
    color: #000 !important;
    text-decoration: none;
}

.article-card__excerpt {
  display: none;
}
.article-card .card__heading {
  font-family: "suisse-light";
  font-size: 2.2rem;
}
.card__information {
  padding-left: 3px;
  text-align: center;
}



/*------------------------------------
 *   ACCORDIAN
 *------------------------------------*/

.accordion summary {
  margin-top: 0px !important;
  background-color: #eeece6;
  border-radius: 50px !important;
  padding: 1rem !important;
}

.accordion__content {
  padding: 1rem !important;
  font-size: 1.2rem !important;
  padding-left: 20px !important;
  
}
.accordion {
  border: 0px !important;
}
.accordion__title {
  padding-left: 20px !important;
}



/*------------------------------------
 *   PRODUCT CARDS
 *------------------------------------*/


@media screen and (min-width:1024px) {
.card-wrapper.product-card-wrapper .card__inner+.card__content .card__information {
    display: block !important;
}

}

@media screen and (max-width: 767px) {
  .card__heading {
    font-size: 1.6rem !important;
    text-align: left !important;
    margin-bottom: 3% !important;
  }

  .facet-checkbox__text {
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
  }

 
}

.mobile-facets__inner {
  background-color: #ECEAE4 !important;
}


@media screen and (min-width: 767px) {
.card__heading {
  text-align: left;
  font-size: 1.7rem !important;
  margin-bottom: 3% !important;
  width: 85% !important;
  margin: auto;
}

.price {
  font-size: 1.2rem !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;

}

.card-information .price {
    width: 85% !important;
  margin: auto;
}

  .card__inner {
    width: 85% !important;
    margin: auto !important;
}

.card-information {
  width: 85% !important;
    margin: auto !important;
}
}

.facets__summary, .product-count__text {
  font-size: 1.3rem !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}

.facets__heading {
  font-size: 1.3rem !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  font-family: 'suisse-semi' !important;
}

.facet-filters__field .select__select, .mobile-facets__sort .select__select {
font-size: 1.3rem !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important; 
}

.facet-filters__label  {
  font-size: 1.3rem !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
  font-family: 'suisse-semi' !important;
}



/*------------------------------------
 *   FORM
 *------------------------------------*/


._formFieldContainer_1ydxd_5 { 
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 1px solid #000 !important;

}



/*------------------------------------
 *   FOOTER
 *------------------------------------*/

#section-sections--18972985524449__power_footer_az3RN8 .list-menu__item--link {
  font-family: "suisse";
  font-size: 1.1rem;
}
@media screen and (min-width: 767px) {
#section-sections--18972985524449__power_footer_az3RN8  .newsletter-form {
    margin-left: 0px !important;
  }
}


@media screen and (max-width: 775px) {
 #section-sections--18972985524449__power_footer_az3RN8 .ss-col-12 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
#section-sections--18972985524449__power_footer_az3RN8  .mobile-newsletter {
    display: grid;
    grid-column: 1 / span 2;
  }
 #section-sections--18972985524449__power_footer_az3RN8 .ss-spacer {
    display: none;
  }
 #section-sections--18972985524449__power_footer_az3RN8 .ss-grid__item--Spacer {
    display: none;
  }
 #section-sections--18972985524449__power_footer_az3RN8 .mobile-footer-logo {
    grid-column: span 2;
    width: 80%;
    margin: 0% auto 10% auto;
  }
  

  #section-sections--18972985524449__power_footer_az3RN8 .mobile-social {
    margin-top: 5%;
  }

 #section-sections--18972985524449__power_footer_az3RN8 .list-menu__item--link {
    justify-content: center !important;
  }

  #section-sections--18972985524449__power_footer_az3RN8 {
    padding-left: 7%;
    padding-right: 7%;
  }
}


/*------------------------------------
   BLOG CARDS
 *------------------------------------*/

.article-card__excerpt {
  display: none;
}
.article-card .card__heading {
  font-family: "suisse-light";
  font-size: 2rem;
  text-align: center;
}
.card__information {
  padding-left: 3px;
}


/*------------------------------------
   ingredients
 *------------------------------------*/
@media screen and (max-width: 767px) {
  #section-template--18975863963873__power_section_cJCHje {
    padding-top: 50px !important;
  }

  #section-template--18975863963873__video_image_LfFAry .c-video-section__media {
    min-height: 40vh !important;
  }
}

/*------------------------------------
   OUR STORY
 *------------------------------------*/
@media screen and (max-width: 767px) {
  .image-fill {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
}


/*------------------------------------
   CONTACT
 *------------------------------------*/ 

#section-template--18972985327841__power_section_9tJqHa .ss-content {
  align-items: center;
}

@media screen and (max-width: 767px) {
  #section-template--18972985327841__power_section_9tJqHa {
    padding-top: 0px !important;
  }
}

  @media screen and (min-width: 767px) {
#section-template--18972985327841__power_section_9tJqHa .ss-content {
    padding-left: 30% !important;
  }
}

/*------------------------------------
 *   WHOLESALE FORM
 *------------------------------------*/


#section-template--19006520361185__power_section_9tJqHa .ss-content {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section-template--19006520361185__power_section_9tJqHa {
    padding-top: 0px !important;
  }

  .form {
    padding-top: 10% !important;
  }
}









@media screen and (min-width: 767px) {
#shopify-section-template--18972985327841__power_section_9tJqHa .ss-content {
  padding-left: 30%;
}
}


@media screen and (min-width: 767px) {
#section-template--19006520361185__power_section_9tJqHa .ss-content {
  padding-left: 30%;
}
}





/*------------------------------------
 *   BLOG
 *------------------------------------*/


@media screen and (max-width: 767px) {
  .article-body {
    padding: 15% 0% !important;
  }
  .article-header {
    width: 100%;
  }
  .article-body-image-2 {
    display: none;
  }
  .blog-body-image-1 {
    width: 75%;
    margin-top: 10%;
  }
}



/*------------------------------------
 *   PRODUCT THUMBNAILS
 *------------------------------------*/

@media screen and (min-width: 990px) {
    /* Make the second image full width when the total number of images is even */
    .product--stacked .product__media-item:nth-child(2):last-child {
        max-width: 100% !important;
    }

  .product--stacked .product__media-item:nth-child(even):last-child {
        max-width: 100% !important;
    }


}






#shopify-section-template--18975638487265__rich_text_CJDYBr {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#shopify-section-template--18975638487265__rich_text_CJDYBr::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -90px;
  width: 450px;
  height: 100%;
  background-image: url("/cdn/shop/files/Artboard_4_copy.png?v=1743180366");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  transform: rotate(-18deg);
  z-index: 1;
  pointer-events: none;
  opacity: .5;

}

@media screen and (max-width: 767px) {
  #shopify-section-template--18975638487265__rich_text_CJDYBr::before {
    z-index: 0 !important;
  }

  .section-template--18975638487265__rich_text_CJDYBr-padding {
    background-color: transparent !important;
  }
}






/*------------------------------------
 *   SPRING GIFTING HERO
 *------------------------------------*/

a[href="#bloom"] {
  position: relative;
  display: inline-block;
  text-decoration: underline dashed;
  text-underline-offset: 3px;
  color: inherit;
  font-family: 'suisse' !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  font-size: 1.3rem !important;
}

/* Tooltip box */
#bloom-tooltip {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #000;
  padding: 10px;
  width: 250px;
  z-index: 1000;
  font-family: 'suisse' !important;
  font-size: 1.1rem !important;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  white-space: normal;
}

#bloom-tooltip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 8px;
}

/* Prevent unwanted browser scroll to anchor target */
:target::before {
  display: none !important;
}

.popup-cta {
  display: inline-block;
  margin: 10px 0 8px 0;
  font-size: 1rem;
  font-family: 'suisse' !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.popup-cta:hover {
  border-color: #000;
}


a[href="#cream"] {
  position: relative;
  display: inline-block;
  text-decoration: underline dashed;
  text-underline-offset: 3px;
  color: inherit;
  font-family: 'suisse' !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  font-size: 1.3rem !important;
}

#cream-tooltip {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #000;
  padding: 10px;
  width: 250px;
  z-index: 1000;
  font-family: 'suisse' !important;
  font-size: 1.1rem !important;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  white-space: normal;
}

#cream-tooltip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 8px;
}



a[href="#trio"] {
  position: relative;
  display: inline-block;
  text-decoration: underline dashed;
  text-underline-offset: 3px;
  color: inherit;
  font-family: 'suisse' !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  font-size: 1.3rem !important;
}

/* Tooltip box */
#trio-tooltip {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #000;
  padding: 10px;
  width: 250px;
  z-index: 1000;
  font-family: 'suisse' !important;
  font-size: 1.1rem !important;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  white-space: normal;
}

#trio-tooltip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 8px;
}

a[href="#nova"] {
  position: relative;
  display: inline-block;
  text-decoration: underline dashed;
  text-underline-offset: 3px;
  color: inherit;
  font-family: 'suisse' !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  font-size: 1.3rem !important;
}

/* Tooltip box */
#nova-tooltip {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #000;
  padding: 10px;
  width: 250px;
  z-index: 1000;
  font-family: 'suisse' !important;
  font-size: 1.1rem !important;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  white-space: normal;
}

#nova-tooltip img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 8px;
}

a[href="#bloom"],
a[href="#cream"],
a[href="#nova"],
a[href="#trio"] {
  text-decoration: underline dashed !important;
  text-underline-offset: 3px !important;
}


@media (max-width: 768px) {
  #bloom-tooltip,
  #cream-tooltip,
  #trio-tooltip,
  #nova-tooltip,
  .popup-content {
    max-width: 90vw;
    width: 250px;
  }



}

@media (max-width: 768px) {
  a[href="#bloom"],
  a[href="#cream"],
  a[href="#nova"],
  a[href="#trio"] {
    text-decoration: underline dashed !important;
    text-decoration-style: dashed !important;
    text-decoration-line: underline !important;
    text-underline-offset: 3px !important;
    -webkit-text-decoration: underline dashed !important;
  }
}




/*------------------------------------
 *   CATEGORIZE
 *------------------------------------*/

.content-promotion-message {
  font-family: suisse;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.3rem;
  padding: 3%;
}

.drawer__inner-empty, .drawer__inner {
  padding: 0px !important;
}

    .cart-items, .drawer__header, .drawer__footer {
  padding: 5% !important;
}

.drawer__close {
  padding-right: 5% !important;
}



@media screen and (max-width: 767px) {
    .background-split--right .section-background {
    width: 100% !important;
    left: 0 !important;
}
}
/*------------------------------------
 *   TESTIMONIALS
 *------------------------------------*/


#shopify-section-template--19624765817057__rich_text_PLJnJY {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#shopify-section-template--19624765817057__rich_text_PLJnJY::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -90px;
  width: 450px;
  height: 100%;
  background-image: url("/cdn/shop/files/Artboard_4_copy.png?v=1743180366");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  transform: rotate(-18deg);
  z-index: 1;
  pointer-events: none;
  opacity: .5;

}

@media screen and (max-width: 767px) {
  #shopify-section-template--19624765817057__rich_text_PLJnJY::before {
    z-index: 0 !important;
  }

  .shopify-section-template--19624765817057__rich_text_PLJnJY-padding {
    background-color: transparent !important;
  }
}












.sticky-item {
grid-row: 1 / span 50 !important;
align-self:flex-start;
position:sticky;
top:0;
border-right:0px solid #000;
min-height:100vh;
box-sizing:border-box;

}

.sticky-item .ss-text__content {
padding:4vw !important;

}

.sticky-item .ss-text__content .ss-image-wrapper {
padding-bottom:50% !important;
width:50% !important;
}

.sticky-item .ss-text__content .ss-image-wrapper img {
object-fit:cover;
}

.sticky-item .ss-text__content.ss-grid-block {
align-items:center;
}

.ss-section.no-gap .ss-col-12 {
 grid-gap:0 !important;

}



.testimonial-olive {
  background-color: #969285;
}
.testimonial-olive h4,
.testimonial-olive p {
  color: #fff !important;
}
.testimonial-black {
  background-color: #222222;
}
.testimonial-black h4,
.testimonial-black h2,
.testimonial-black p {
  color: #fff !important;
}
.testimonial-white {
  background-color: #fff;

}
.testimonial-product {
  padding: 10%;
}
.testimonial-copy {
  min-height: 300px;
  padding: 5%;
}




@media screen and (max-width:749px) {
 .sticky-item.disable-mobile-sticky {
  position:relative !important;
  min-height:unset !important;
 }
}






#MainProduct-template--20009899065569__main .subtitle, #MainProduct-template--20837157142753__main .subtitle {
  background-color: #939084;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1.5% 3%;
  border-radius: 20px;
  max-width: fit-content !important;
}



#shopify-section-template--18972985262305__power_section_pybtti .section-background__image {
    background-position: bottom !important;
}

.shopify-installments, .product__tax .caption .rte {
  display: none
}







/*------------------------------------
 *  custom card badges
 *------------------------------------*/


.grid__item .custom-badge--wrapper {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    
}

.grid__item .custom-badge--wrapper .custom-badge {
    background-color: #969285;
    position: relative;
    padding: 1.5em;
    border-radius: 50%;
    color: #fff !important;
    font-family: suisse;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.1em;
    letter-spacing: .05em;
    width: 80px;  /* Set fixed width */
    height: 80px; /* Set fixed height equal to width */
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.grid__item .card__inner {
isolation:isolate;
}


.product .custom-badge--wrapper {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
}


.product .product__media-wrapper {
    position: relative;
    isolation: isolate;
}





.essential-preorder-initial-add-to-cart-button:hover {
background-color: #000 !important;
}




@media screen and (max-width: 749px) {
  /* Hide image 1 on mobile */
  #shopify-section-template--18972985262305__image_banner_h1_GLcMMz {
    display: none;
  }
}

@media screen and (min-width: 749px) {
#shopify-section-template--18972985262305__image_banner_h1_px7DML {
  display: none;
}
}








.le-section .le-text {
  background-color: #fff;
}
.le-section h2 {
  font-family: "attila" !important;
  text-transform: uppercase;
  font-size: 5rem !important;
  margin-bottom: 1%;
  margin-top: 1%;
  line-height: 1.1em;
  font-size: 2.5rem;
}
.le-section p {
  font-size: 1.3rem;
  line-height: 1.4em;
}
.le-section .button {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  margin-top: 3% !important;
}
@media screen and (max-width: 767px) {
  .le-section h2 {
    font-size: 4.2rem !important;
  }

  .le-section .ss-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.le-section .le-text h2 {
  font-size: 2.8rem !important;
}




.Y0svs_IAz5tGkI0JsrCI, .Gck76QnUoG50LcOB9LUR {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
      }

      .slOLwbRdLtF1InEDJej1 {
        border-radius: 0px !important;
      }
      
      .Y0svs_IAz5tGkI0JsrCI {
      background-color: #959184 !important;
    }


    .QTuNv89wbFrEoRDu8g6c {
      font-family: 'attila' !important;
      text-transform: capitalize !important;
      font-weight: 500 !important;
      font-size: 18px !important;
    }

    .A1N7NR2wCpEsRGXijMmJ, .ph0cks6lIz2AGKVf22l7 {
      text-transform: uppercase !important;
      font-family: suisse !important;
      font-size: 1.3rem !important;
    }

    .jqd7lhvA_BEQpA2IaPxd {
      width: 600px !important;
    }









.appstleLoyaltyPageV2HeroHeading, .appstleLoyaltyPageV2HeroCustomerHeading {
  font-family: 'attila' !important;
  text-transform: uppercase !important;
  z-index: 2;
  width: 75% !important;
  margin: auto !important;
  text-wrap: balance !important;
  display: block !important;
}



.appstleLoyaltyPageV2HeroSection .appstleLoyaltyPageV2HeroContainer {
  position: relative;
}

.appstleLoyaltyPageV2HeroSection .appstleLoyaltyPageV2HeroContainer::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: -1;
}


.appstleLoyaltyPageV2 .al-bg-loyalty-bg-primary {
  background-color: #FFFFFF;
}

.appstleLoyaltyPageV2HowItWorksHeader, .al-text-loyalty-text-primary {
font-family: 'suisse-thin';

}

#appstleLoyaltyPageV2RewardsSection {
  background-color: #fff !important;
  border-bottom: 1px solid !important
}

#appstleLoyaltyPageV2HowItWorks > div > div,
#appstleLoyaltyPageV2WaysToRedeem > div > div,
#appstleLoyaltyPageV2FaqSection > div > div,
#appstleLoyaltyPageV2EarnRewardsSection > div > div,
#appstleLoyaltyPageV2TransactionHistorySection > div > div,
#appstleLoyaltyPageV2RewardsSection > div > div {
  padding-top: 100px !important;
  padding-bottom: 100px !important;

}

#appstleLoyaltyPageV2HowItWorks,
#appstleLoyaltyPageV2WaysToRedeem,
#appstleLoyaltyPageV2FaqSection,
#appstleLoyaltyPageV2EarnRewardsSection,
#appstleLoyaltyPageV2TransactionHistorySection,
#appstleLoyaltyPageV2RewardsSection { 
  border-bottom: 1px solid;
}


#appstleLoyaltyPageV2EarnRewardsSection .al-text-loyalty-text-primary {  
  color: #fff !important;
}

#appstleLoyaltyPageV2TransactionHistorySection .al-text-loyalty-text-primary {
    color: #fff !important;
}

#appstleLoyaltyPageV2EarnRewardsSection > div > div > div.al-text-center.al-mb-8.md\:al-mb-12.appstleLoyaltyPageV2SectionHeader.appstleLoyaltyPageV2EarnRewardsSectionHeader > div.al-mt-3.al-text-base.md\:al-text-lg.al-text-loyalty-text-secondary.appstleLoyaltyPageV2SectionHeaderSubTitle.appstleLoyaltyPageV2EarnRewardsSectionHeaderSubtitle {
    color: #fff !important;
}

#appstleLoyaltyPageV2TransactionHistorySection > div > div > div.al-text-center.al-mb-8.md\:al-mb-12.appstleLoyaltyPageV2SectionHeader.appstleLoyaltyPageV2TransactionHistorySectionHeader > div.al-mt-3.al-text-base.md\:al-text-lg.al-text-loyalty-text-secondary.appstleLoyaltyPageV2SectionHeaderSubTitle.appstleLoyaltyPageV2TransactionHistorySectionHeaderSubtitle {
     color: #fff !important;
}

.md\:al-text-7xl {
    font-size: 1.5rem !important;
    font-family: "utopia-std", serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
  }

 
  .appstleLoyaltyPageV2HowItWorksBlock .al-font-bold {
    font-weight: 500 !important;
  }

.appstleLoyaltyPageV2 .al-text-loyalty-text-secondary {
  color: #000 !important;
  opacity: 1 !important;
  text-wrap: balance !important;
}



.appstleLoyaltyPageV2FaqSection .appstleLoyaltyPageV2FaqListItemTitle {
  text-transform: uppercase !important;
  font-family: 'suisse-semi';
  letter-spacing: .09em !important;
}

.appstleLoyaltyPageV2FaqSection p, .appstleLoyaltyPageV2FaqSection li {
  text-transform: none !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-family: suisse !important;
}

.appstleLoyaltyPageV2HeroCardTitle {
  text-transform: uppercase !important;
  font-family: 'suisse';
  letter-spacing: .09em !important;
}



.al-rounded-xl {
  border-radius: 0px !important;
}



.spring-hero h1 {
  font-family: "suisse-light" !important;
  margin-top: 3% !important;
  margin-bottom: 0% !important;
  line-height: 1.1em !important;
  text-wrap: balance !important;
}
.spring-hero h1 strong {
  font-family: "utopia-std", serif !important;
  font-weight: 300 !important;
}
.spring-hero .ss-text__content {
  padding: 6rem 0rem !important;
}
@media screen and (min-width: 767px) {
  .spring-hero h1 {
    font-size: 7rem;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  .spring-hero h1 {
    font-size: 3rem !important;
  }
  .spring-hero.ss-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.spring-hero p {
  text-wrap: balance !important;
  width: 85% !important;
}
.spring-hero .button {
  margin-top: 3rem !important;
}



.kUR4r_QzpDdBrQqKsNTr {
  justify-content: center !important;
}




@media screen and (max-width: 767px) {
  .sg8gDbCsoN_pt5VIyDCx {
  font-size: 1.1rem !important;
  overflow: visible;
  display: block !important;
}

.sg8gDbCsoN_pt5VIyDCx
}

button.x5N2SjT0SzmA4F4vEf0_   {
  border: 0px !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  font-family: 'suisse' !important;
  letter-spacing: .10em !important;
  padding: 10px 15px !important;
  font-size: 1.1rem !important;
}

.sg8gDbCsoN_pt5VIyDCx {
  text-transform: uppercase !important;
  font-family: 'suisse' !important;
  letter-spacing: .10em !important;
}