/** Shopify CDN: Minification failed

Line 1035:44 Unexpected "{"
Line 1236:49 Unexpected "{"

**/
  header.theme__header {
  background: transparent;
  top: 0;
  border: 0;
}


body.template-index main#MainContent {
background: linear-gradient(
  198.25deg,
  #f9e4e3 0%,
  #f1dffe 14.29%,
  #d6e5f1 28.57%,
  #f9e4e3 42.86%,
  #f1dffe 57.14%,
  #d6e5f1 71.43%,
  #f1dffe 85.71%,
  #f9e4e3 100%
);

}
body.template-index main#MainContent {
  background: linear-gradient(
    198.25deg,
    #f9e4e3 25.06%,
    #f1dffe 31.86%,
    #d6e5f1 51.39%,
    #f9e4e3 60.9%,
    #f1dffe 70.91%,
    #f9e4e3 87.9%
  );
}


body:not(#build-your-own-bundle):not(.template-index)  .shopify-section-group-group-header[id*="header"] {
  margin-bottom: -110px;
}

body:not(.template-index):not(#build-your-own-bundle) main#MainContent {
    padding-top: 180px;
}

.header__desktop__bar__l {
    justify-content: flex-end;
}

.header__desktop__bar__r {
    justify-content: flex-start;
}

.header__desktop.header__desktop--logo_center {
    gap: 60px;
}

.drawer__top__left .cart__drawer__title{
  font-size: 28px!important;
}

.drawer__top .drawer__button{
  color: #000;
}

.st-wishlist-details-button{
  bottom: 14px!important;
}

p{
  font-size: 18px!important;
  line-height: normal;
}


h2{
      font-size: 48px !important;
    margin-bottom: 20px !important;
    letter-spacing: 0px!important;
    text-transform: capitalize !important;
}

h1{
  letter-spacing: -1px!important;
}

h4 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -1px;
}


.bg-button{
  display: none;
}

.standard__cta,
.hero__cta__wrapper a,
.header-button a{
    min-width: 195px;
    height: 52px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 75px;   
    letter-spacing: -1px!important;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px!important;
  margin-bottom: 30px!important;
  transition: all 0.3s ease;
}

.header-button {
    margin: 30px auto 0;
}

.header-button a{
  margin: 0 auto!important;
}

.standard__cta:hover,
.hero__cta__wrapper a:hover{
  box-shadow: 0 4px 10px rgba(22, 22, 22, 0.3);
}

button.tab-link {
    width: 195px;
    height: 40px;
    letter-spacing: -1px!important;
    background: #fff;
    font-size: 18px!important;
    margin: 0 5px!important;
  transition: all 0.3s ease;
}

button.tab-link.current {
    background: #B594EE!important;
    color: #fff!important;
     }

button.tab-link:hover{
  box-shadow: 0 4px 10px rgba(22, 22, 22, 0.3);
}


.product-grid-slide.flickity-cell {
    max-width: 275px;
    background: #fff;
    border-radius: 20px;
    padding: 5px!important;
    box-sizing: border-box;
}

.product-grid-slide .relative,
.product-grid-slide img,
.product-grid-item__image-wrapper,
.product-grid-item__image-wrapper img
{
  border-radius: 20px;
}

.product__grid__actions form {
    width: 100%;
}

.st-wishlist-button {
  width: 45px;
  height: 45px;
  margin-left: 8px;
  align-items: center;
  justify-content: center;
}


.st-wishlist-button[data-type="details"] {
    border-color: #EAEAEA!important;
}



.button.gridatc {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 40px;
    background: #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 16px;
}

.product__grid__main-info {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    font-weight: 700;
    font-family: 'Montserrat';
  letter-spacing: 1px!important;
}


.product-grid-slide {
    padding: 5px!important;
    border-radius: 20px;
  background: #fff;
}

.product__grid__main-info p {
    font-weight: 700;
  letter-spacing: 0!important;
    margin: 0 10px!important;
}

.product__grid__title__wrapper{
  align-items: flex-start;
}

.product__grid__main-info .product__grid__title__wrapper p.product__grid__collection-name {
  font-size: 12px!important;
  font-weight: 300;
  font-family: 'Montserrat';
  color: #000;
  margin: 0 10px!important;
  letter-spacing: 0.5px!important;
  text-align: left;
}



.product__grid__price{
  font-size: 16px;
}

.product__grid__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 10px
}

.product__grid__actions form{
        margin: 0!important;
}

.brick__product.flickity-cell {
    padding: 5px;
    border-radius: 20px;
}

.brick__collection .flickity-button.flickity-prev-next-button {
    background: transparent;
    color: #fff;
}

.brick__collection .flickity-page-dots {
    background: transparent;
    bottom: 0;
    
}

.brick__collection .flickity-page-dot {
    width: 10px;
    height: 10px;
}



.collection-tabs-container {
    display: flex;
    flex-wrap: wrap!important;
    /* gap: 10px; */
    max-width: 885px;
    margin: auto;
}

.brick__product.flickity-cell{
  padding-bottom: 25px;
}
.collection-tabs-container {
    gap: 30px;
    padding: 0!Important;
    justify-content: center;
}

.collection-tabs .slide-item.product-grid-slide[data-item]{
  margin: 0;
}

  .slide-item.product-grid-slide[data-item] {
    width: 90%;
    margin: auto;
  }



  
.footer__newsletter__body {
    padding: 0 30px;
}

.footer__logo__wrapper {
    padding-bottom: 10px;
}

.footer__content {
    flex-wrap: nowrap;
    align-items: center;
}

.footer__block--socials {
    padding: 0;
    border: 0;
}

.footer__quicklinks {
    text-transform: uppercase;
}

.cart__items__title a{
  letter-spacing: -1px!important;
  font-size: 16px;
}

.cart__items__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}  

.quantity__wrapper input {
    border-color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 16px;
}

.quantity__button {
    
    font-size: 24px;
    padding: 0 12px;
}

p.line__price {
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 16px;
}

.cart__items__row {
    border: 0;
}

.drawer__top__left {
    width: 100%;
    justify-content: center;
}

.drawer__top__left .cart__drawer__title {
  letter-spacing: -1px!important;
    font-size: 20px;
}

.cart__drawer .drawer__top{
  background: transparent;
  border: 0;
}

.drawer__button {
  color: #fff;
}

.drawer__bottom__meta{
  display: none;
}



p.cart__footer__itemtotal,
.cart__footer__value{
    font-family: 'Montserrat';
    font-weight: 700!important;
    font-size: 16px!important;
    text-align: center;
}


.drawer__footer__subtotal .cart__footer__itemtotal {
    border-color: #fff;
   
}

.drawer__content {
    padding: 20px 0;
}

.drawer__bottom .btn--primary {
    width: 80%;
    margin: 0px auto;
    height: 52px;
    font-size: 18px!important;
    background: #000;
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drawer__continue-shopping {
    font-family: 'Montserrat';
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    width: 100%;
    margin: 0px auto 20px auto;
}

.tab__scroll .tabs {
    padding: 10px!important;
  }

  .shopthelook-active-img-container img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;  
}

.footer__newsletter__body .newsletter-block .input-group .input-group-field{
  background: transparent;
}

.footer__newsletter__body .float__wrapper label{
  color: #fff;
}


@media screen and (max-width: 768px) {

  .section-header-block{
    
  }

  p{
    font-size: 16px!important;
  }
  h2{
      font-size: 40px !important;
    margin-bottom: 10px!important;
  }

  h1{
    margin-bottom: 10px!important;
  }

  .standard__cta,
.hero__cta__wrapper a,
.header-button a{
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}



  .wrapper.section-padding{
    padding-bottom: 30px;
  }

  button.tab-link {
    width: 155px;
}

  .button.gridatc {
    font-size: 14px;
}

  .brick__collection .brick__product{
    width: 100%!important;
    border-radius: 20px!important;
        padding: 5px 5px 25px!important;
  }


@media (max-width: 575px) {

    .brick__collection .brick__product{
    width: 80%!important;
    border-radius: 20px!important;
        padding: 5px 5px 25px!important;
  }

  .collection-tabs .tabs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; /* adjust spacing if needed */
  }
}


.collection-tabs .tabs .tab-link {
    margin: 5px!important;
    font-size: 16px!important;
}

.collection-tabs .tabs__arrow {
    display: none;
}

  .collection-tabs-container[style*="--grid-large-items: 2"] {
    margin: 0 var(--outer-offset)!important;
}

  .brick__section{
    height: 100%;
  }

  .footer__newsletter__body {
    padding: 15px;
}


.footer__logo__wrapper a {
    margin: auto;
}

  .footer__block.footer__block--socials {
    text-align: center;
}
  
  
}

.announcement .section-padding{
  padding: 12px 16px;
}
@media screen and (min-width: 768px) {

  body[style*="overflow: hidden"] .st-wishlist-details-button {
    right: 460px;
    transition: 0.2s ease-in-out;
}
  
  product-grid-item__images aspect-[--wh-ratio]{
        --wh-ratio: 1;
  }
  .slide-item.product-grid-slide[data-item] {
    background: #Fff;
    width: calc(100% / var(--grid-large-items) - 20px);
}

  .footer__accordion__head {
    display: none;
}

  .footer__block--socials{
    flex: 0 1 70%
  }

}


.product__block__subscription:before {}

.product__block__subscription:before {
    content: "Subscription";
    font-weight: 700;
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

span.radio__legend__label {
    font-size: 17px;
    color: #000!important;
    opacity: 1!important;
}

legend.radio__legend {
    opacity: 1;
}

.grid__item.product__media__wrapper.large-up--five-eighths.medium--one-half.product__mobile--carousel {
    position: sticky;
    height: 100%;
    top: 0;
}

h2.jdgm-rev-widg__title:before {
    content: "The Reviews? Obsessive.";
    color: #000;
    letter-spacing: 0;
}

h2.jdgm-rev-widg__title {
    letter-spacing: -30px;
    color: transparent;
}
 /* Contact Page */
.contact__subtext {
  margin: 15px auto 30px auto;
  max-width: 570px;
}

.standard__kicker::after {
  display: none !important;
}

.float__wrapper {
  margin-bottom: 1.5rem;
}

.float__wrapper label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #000;
}

.float__wrapper input,
.float__wrapper textarea {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  background-color: #fff;
  font-size: 15px;
  color: #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.float__wrapper input:focus,
.float__wrapper textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #000;
}

.float__wrapper label::after {
  display: none !important;
}

.input-title {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

form#contact-us-page {
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    padding: 60px;
  max-width: 600px !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 768px) {

  
  form#contact-us-page {
    padding: 30px 40px !important;
  }
}
@media screen and (min-width: 1024px) {

  #shopify-section-template--22569406562327__section_custom_content_eMeDwn > section .brick__block:nth-of-type(1) {
    width: 40%;
}

#shopify-section-template--22569406562327__section_custom_content_eMeDwn > section .brick__block:nth-of-type(2){
        width: 60%;
}

#shopify-section-template--22569406562327__section_custom_content_eMeDwn > section .brick__block:nth-of-type(1) .brick__collection {
    padding: 0 15px 30px;
}

#shopify-section-template--22569406562327__section_custom_content_eMeDwn > section .brick__block:nth-of-type(1) .flickity-prev-next-button.next {
    right: -40px;
    width: 60px;
    height: 60px;
}

#shopify-section-template--22569406562327__section_custom_content_eMeDwn > section .brick__block:nth-of-type(1) .flickity-prev-next-button.previous {
    left: -40px;
    width: 60px;
    height: 60px;
}  


  
  .header__logo-centered-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }

  .header__menu-left,
  .header__menu-right {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .header__menu-left {
    justify-content: flex-end;
  }

  .header__menu-right {
    justify-content: flex-start;
  }

  .header__menu__inner {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
  }

  .header__menu-right__inner {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header__logo-centered {
    flex-shrink: 0;
    margin: 0 auto;
    width: 180px; /* adjust to your actual logo width */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    z-index: 1; /* not necessary but safe */
  }

  .header__desktop__bar__cart {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
}





[data-header-transparent=true] .theme__header:after {
    display: none;
}

.custom-prev-next-button.previous {
    display: none;
}

.custom-prev-next-button.next {
    display: none;
}

.flickity-page-dots {}

.section-slideshow .flickity-page-dots {
    display: none;
}

a.header__logo__link {
    text-align: center;
    display: flex;
    justify-content: center;
}


nav#header-menu .drawer__content {
    background: linear-gradient(198deg, rgba(249, 228, 227, 1) 12.7%, rgba(241, 223, 254, 1) 50.3%, rgba(214, 229, 241, 1) 87.9%);
}

/* Mobile drawer: top bar with centered logo */
nav#header-menu .drawer__top--with-logo {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.5rem;
}
nav#header-menu .drawer__top__left {
    justify-content: flex-start;
}
nav#header-menu .drawer__top__center {
    display: flex;
    justify-content: center;
    align-items: center;
}
nav#header-menu .drawer__logo-link {
    display: block;
    max-width: 120px;
}
nav#header-menu .drawer__logo-img {
    width: 100%;
    height: auto;
    display: block;
}
nav#header-menu .drawer__logo-text {
    font-weight: 600;
    font-size: 1.1rem;
}
nav#header-menu .drawer__close {
    justify-self: end;
}

/* Mobile drawer: featured image */
nav#header-menu .drawer__featured {
    width: 100%;
    line-height: 0;
}
nav#header-menu .drawer__featured img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Mobile drawer: menu list with thumbnails + accordion */
nav#header-menu .drawer__menu--accordion {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-height: none;
    height: auto;
    transform: none;
}
nav#header-menu .drawer-menu-item {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
nav#header-menu .drawer-menu-item__row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    gap: 12px;
    text-align: left;
    background: transparent;
    border: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    min-height: 56px;
    box-sizing: border-box;
}
nav#header-menu .drawer-menu-item__link:hover,
nav#header-menu .drawer-menu-item__toggle:hover {
    background: rgba(255,255,255,0.5);
}
nav#header-menu .drawer-menu-item__thumb {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0,0,0,0.06);
}
nav#header-menu .drawer-menu-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
nav#header-menu .drawer-menu-item__thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.04);
}
nav#header-menu .drawer-menu-item__label {
    flex: 1;
    font-weight: 500;
}
nav#header-menu .drawer-menu-item__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
}
nav#header-menu .drawer-menu-item__icon.is-hidden {
    display: none;
}
nav#header-menu .drawer-menu-item--is-open .drawer-menu-item__icon--plus {
    display: none;
}
nav#header-menu .drawer-menu-item--is-open .drawer-menu-item__icon--close {
    display: flex;
}
nav#header-menu .drawer-menu-item__children {
    padding: 0 16px 12px 76px; /* indent to align with label (48 + 12 gap + padding) */
    display: block;
}
nav#header-menu .drawer-menu-item__children[hidden] {
    display: none !important;
}
nav#header-menu .drawer-menu-item__child-link {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: inherit;
    font-size: 0.95rem;
}
nav#header-menu .drawer-menu-item__child-link:hover {
    text-decoration: underline;
}

.brat-bundle.full-width-padded {}

nav#header-menu .sliderow {
    background: transparent;
}

nav#header-menu  div#search-drawer {
    background: transparent;
}

nav#header-menu  button.drawer__button.drawer__close {
    background: transparent;
}

.product-section.section-padding.palette--light.bg--neutral {
    padding-top: 60px;
}

@media screen and (max-width: 768px) {
.product-section.section-padding.palette--light.bg--neutral {
    padding-top: 40px;
}
}

/* FAQ Page */


button.accordion__title.js.accent-size-5 {
  padding: 0px;
  font-size: 20px !important;
}
p.standard__kicker.text-center.accent-size-4 {
  font-size: 28px !important;
  text-transform: none;
  letter-spacing: 0;
}
.standard__heading.heading-size-8.aos-init.aos-animate p {
  font-size: 48px !important;
  letter-spacing: 0;
}
.rte.body-size-4 p {
  font-size: 16px !important;
}
@media screen and (max-width: 768px) {
  .standard__heading.heading-size-8.aos-init.aos-animate p {
    font-size: 34px !important;
    letter-spacing: 0;
  }
}

/* Product Page */

.shop-pay-terms {
    display: none;
}
button.btn--outline.btn--full.btn--primary.btn--add-to-cart,
a.btn--black.btn.hero__btn.btn--long.aos-init.aos-animate,
a.standard__cta,
a.btn.btn--black,
a.brat-featured-button {
  background:#61150F;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing:  0;
}
button.btn--outline.btn--full.btn--primary.btn--add-to-cart:hover {
  background: #7E1A12;
  color: #fff;
  border: solid #7E1A12 1px;
}
@media screen and (max-width: 768px) {
.grid__item.product__media__wrapper.large-up--five-eighths.medium--one-half.product__mobile--carousel {
  position: relative !important;
}
}

/*product page end*/

body:not(#build-your-own-bundle):not(.template-index) .header__wrapper:not(.meganav--visible) {
    position: fixed;
    width: 100%;
    top: 0;
}

body:not(#build-your-own-bundle):not(.template-index) .header__backfill{
  display: none;
}



body:not(.template-index):not(#build-your-own-bundle) [data-header-transparent=true]:not(.meganav--visible):not(.js__header__stuck) span.navtext {
    color: #000;
}

body:not(.template-index):not(#build-your-own-bundle) [data-header-transparent=true]:not(.meganav--visible):not(.js__header__stuck) .header__logo--has-transparent .logo__img--transparent {
    filter: invert(1);
}

body:not(.template-index):not(#build-your-own-bundle) [data-header-transparent=true]:not(.meganav--visible):not(.js__header__stuck)  .navlink .icon-theme {
    filter: invert(1);
}



@media screen and (min-width: 768px) and (max-width: 820px) {
  .slide-item.product-grid-slide[data-item],{
  width: calc(100% / var(--grid-large-items) - 20px);
    }

      .template-collection  .collection-tabs-container .slide-item.product-grid-slide[data-item]{
  width: calc(100% / var(--grid-large-items) - 15px);
    }

    .template-collection main > div:first-child .slide-item.product-grid-slide[data-item]{
      width: calc(100% / 3 - 20px);
    }

    body.template-collection .product__grid__price.product__grid__price--nowrap{
      min-width: 90px!important;
    }

   html .bundle-product__card {
    width: calc(50% - 10px);
}

.product__grid__main-info {
    flex-direction: column;
}

html:not(#S) body .product__grid__price.product__grid__price--nowrap {
    align-items: flex-start!Important;
    text-align: left!important;
    justify-content: flex-start!important;
}

.template-collection span.product__grid__cutline {
    display: none!important;
}

.collection-tabs-container {
    gap: 20px!Important;
}
}

@media screen and (max-width: 768px) {

body:not(.template-index) .header__wrapper:not(.js__header__stuck)  button.header__mobile__button svg {
    filter: invert(1);
}

body:not(.template-index)  .header__wrapper:not(.js__header__stuck) a.header__mobile__button svg {
    filter: invert(1);
}
.drawer__top__left {
    justify-content: flex-start;
}
.shopify-section.shopify-section-group-group-header {
    z-index: 10000;
}
}


@media screen and (max-width: 768px) {
[data-grid][data-grid-large] [data-item], [data-section-type="section-columns"] [data-grid][data-grid-medium] [data-item] {
    margin-right: 20px;
    width: calc(100% - 15px);
}
}



body ul.bundle-notice {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
  border-radius: 10px;
  font-size: 15px;
  margin-top: -20px;
}

ul.bundle-notice li:before {

        content: "";
    background: url(/cdn/shop/files/verified.png?v=1755091608);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -20px;
    top: 3px;
}
body ul.bundle-notice li{
    list-style: none;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

body ul.bundle-notice li b{font-weight: 900;}

li {}

body ul.bundle-notice li b {
    font-weight: 700;
    display: block;
}

body ul.bundle-notice {
    padding: 20px 15px;
    padding-bottom: 10px;
}

.product-single .product__inner {
    max-width: 100%;
}

body .wrapper.product__align-left {
    max-width: 1320px;
}
@media screen and (max-width: 768px) {
body ul.bundle-notice {
    margin-top: 0;
}
}


.quantity__wrapper input {
    background: rgba(255, 255 ,255, .3);
}

.quantity__wrapper {
    max-width: 150px;
}

body ul.bundle-notice li {
    font-style: italic;
}

body ul.bundle-notice li b {
    font-style: normal;
}

@media screen and (max-width: 400px) {

}

product-form.product__block__buttons {
    width: 100%;
}

/* Mobile Product Header - Title, Price, Reviews above gallery */
.product__mobile-header {
    display: none;
}

@media screen and (max-width: 820px) {
  h1.product__mobile-header__title {
    margin-bottom: 0;
}
    .product__mobile-header {
        display: block!important;
        width: 100%;
        padding: 20px;
    }
    
    .product__mobile-header__content {
        max-width: 100%;
    }
    
    .product__mobile-header__title {
        font-family: 'DM Serif Display', serif;
        font-size: 32px;
        font-weight: 600;
        color: #000;
        margin: 0 0 16px 0;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }
    
    .product__mobile-header__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
    }
    
    .product__mobile-header__price {
        flex: 0 0 auto;
    }
    
    .product__mobile-header__reviews {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }
    
    .product__mobile-header__reviews .jdgm-prev-badge {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .jdgm-star{
       color: #F06F26!important;
    }
    .product__mobile-header__reviews .jdgm-star, {
        color: #F06F26;
        font-size: 18px;
    }
    
    .product__mobile-header__reviews .jdgm-prev-badge__text {
        font-size: 14px;
        color: #0066cc;
        text-decoration: underline;
    }
    
    /* Hide title, price, and reviews blocks in main content on mobile */
    .product__main__content .product__block__title,
    .product__main__content .product__block__price,
    .product__main__content [class*="judge_me_reviews"],
    .product__main__content [class*="judge-me-reviews"] {
        display: none;
    }
}

.product__grid__actions button.btn--outline.btn--full.btn--primary.btn--add-to-cart {
    padding: 5px;
    height: 45px;
    min-height: 45px;
       font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0;
    font-size: 15px;

}


p.line__price {
    display: flex;
    flex-direction: column;
}

h2.jdgm-rev-widg__title {display: flex;justify-content: center;letter-spacing: -30px!important;}

h2.jdgm-rev-widg__title:before {
    margin-left: auto;
    margin-right: auto;
    display: block;
    letter-spacing: 0!Important;
}

h2.jdgm-rev-widg__title {
    /* letter-spacing: -30px; */
    /* color: transparent; */
}

.jdgm-histogram__bar {
   
    background: #FFFFFF99;
}

.rating__wrapper__title {
    display: none;
}

.product__block__title {
    padding-bottom: 10px;
}

.product__inner .jdgm-prev-badge {
    padding-bottom: 15px;
}

.jdgm-histogram__bar {
    background: #FFFFFF99!important;
}

.jdgm-widget.jdgm-all-reviews-widget:before {
    content: "";
    content: "The Reviews? Obsessive.";
    color: #000;
    letter-spacing: 0;
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    display: block;
    margin-top: 20px;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.jdgm-widget.jdgm-all-reviews-widget:before{
    font-size: 40px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
}



.brick__collection .flickity-page-dots .flickity-page-dot {
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
.jdgm-medals-wrapper {
    width: 100%!important;
}

.jdgm-medals__container {
    white-space: initial!important;
}
}

/* Product Feature Icons Grid */
.product-feature-icons {
  background-color: var(--bg-color);
  padding-top: 40px;
  padding-bottom: var(--padding-bottom, 40px);
}

.product-feature-icons__container {
  max-width: 1152px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  text-align: center;
  color: #1f2937;
  padding: 0 16px;
}

.product-feature-icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.product-feature-icons__icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 8px;
}

.product-feature-icons__text {
  font-weight: 500;
  line-height: 1.25;
  font-size: 16px!important;
}

/* Desktop: 3 columns */
@media only screen and (min-width: 1024px) {
  .product-feature-icons__container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Product What's Included Block */
.product-whats-included {
  background: linear-gradient(198.25deg, #F9E4E3 12.7%, #F1DFFE 50.3%, #D6E5F1 87.9%);
  padding: var(--padding-top, 40px) var(--padding-horizontal, 40px) var(--padding-bottom, 40px);
  border-radius: var(--border-radius, 12px);
}

.product-whats-included__container {
  max-width: 1152px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  padding: 0 16px;
}

.product-whats-included__content {
  display: flex;
  flex-direction: column;
}

.product-whats-included__heading {
  margin-bottom: 16px;
}

.product-whats-included__text {
  /* Text styles */
}

.product-whats-included__image {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.product-whats-included__placeholder {
  background-color: #f0f0f0;
  padding: 2rem;
  text-align: center;
  border-radius: 8px;
}

.product-whats-included__placeholder-text {
  color: #999;
  margin: 0;
}

.product-whats-included__placeholder-text code {
  background-color: #e0e0e0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}

/* Tablet and Desktop: 2 columns */
@media only screen and (min-width: 768px) {
  .product-whats-included__container {
    grid-template-columns: 1fr 1fr;
  }
}


@media screen and (max-width: 768px) {
  .product-feature-icons__item {
      flex-direction: row;
      text-align: left;
      gap: 15px;
  }
  
  .product-feature-icons__icon {
      margin-bottom: 0;
  }
  
  .product-feature-icons__container {
      padding: 0;
  }
  
  img.product-feature-icons__icon {
      width: 45px;
      height: 45px;
  }
  }
  
  
  .product-feature-icons {
      padding: 20px 0;
  }
  
  .product-whats-included {
      margin-top: 20px;
  }


  @media screen and (max-width: 768px) {
    .product-feature-icons__item {
        flex-direction: row;
        text-align: left;
        gap: 15px;
    }
    
    .product-feature-icons__icon {
        margin-bottom: 0;
    }
    
    .product-feature-icons__container {
        padding: 0;
    }
    
    img.product-feature-icons__icon {
        width: 45px;
        height: 45px;
    }
    }
    
    
    .product-feature-icons {
        padding: 20px 0;
    }
    
    .product-whats-included {
        margin-top: 20px;
    }
    
    .product-whats-included {
        padding: 25px 30px;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    
    .product-whats-included__text li {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .product-whats-included__text ul {
        list-style: disc;
        margin-left: 15px;
        margin-bottom: 0;
    }
    
    .product-whats-included__container {
        padding: 0;
        gap: 15px;
    }
    
    .product-whats-included__image {
        margin-right: -10px;
    }
    
    .bundle-box {
        margin-bottom: 20px;
    }

    @media screen and (min-width: 768px) {
      .product__inner.is-sticky {
        padding-left: 60px;
    }
    }
    
  
  .product-whats-included__heading strong {
      font-weight: 700;
  }

  .template-product main#MainContent{
    background: linear-gradient(
      198deg,
      rgba(249, 228, 227, 1) 0%,
      rgba(241, 223, 254, 1) 16.6%,
      rgba(214, 229, 241, 1) 33.3%,
      rgba(249, 228, 227, 1) 50%,
      rgba(241, 223, 254, 1) 66.6%,
      rgba(214, 229, 241, 1) 83.3%,
      rgba(249, 228, 227, 1) 100%
    );

  }


.product__inner .shopify-product-form {
  max-width: 100%!important;
}

.bundle-box {
  background: #FFFFFF4D!important;
  border: 1px solid #fff;
}

.bundle-box__content {
  text-align: center;
}

h3.bundle-box__heading {
  font-family: 'Montserrat'!important;
  font-size: 16px!important;
}

a.bundle-box__button {
  font-family: 'Montserrat'!important;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
.bundle-box {
  padding: 25px!Important;
}
}


.jdgm-widget.jdgm-all-reviews-widget:before {
  font-family: 'DM Serif Display';
  font-weight: 600;
}

.jdgm-widget.jdgm-all-reviews-widget:before {
  font-family: 'DM Serif Display';
  font-weight: 600;
}

h2.kicker-flourished.mb-r11, h3,
h1.product__title.heading-size-9,
h1, h2, h3 {
  font-family: 'DM Serif Display';
  font-weight: 500;
} 


.quantity__button--minus {
  border-right: 0!important;
  border-radius: 4px 0 0 4px;
}

.quantity__button--plus {
  border-left: 0!Important;
  border-radius: 0 4px 4px 0;
}

.quantity__wrapper {
  max-width: 100px;
  border-radius: 4px;
}

.product__submit__buttons {
  gap: 10px!Important;
}

.quantity__wrapper input {
  border-radius: 4px;
}

button.btn--outline.btn--full.btn--primary.btn--add-to-cart {
  border-radius: 4px!Important;
  font-family: 'Montserrat';
}

@media screen and (max-width: 820px) {
.product__mobile-header.medium-up--hide {
    text-align: center;
    padding: 0;
    padding-bottom: 10px;
}

.product__mobile-header__bottom {
    justify-content: center;
}

.product__inner .jdgm-prev-badge {
    display: none!Important;
}

.product__inner.is-sticky hr {
    display: none;
}
}

.jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #F06F26;
}

span.jdgm-prev-badge__text {
    color: #0095F6;
    text-decoration: underline;
    margin-left: 5px;
}

.jdgm-widget.jdgm-all-reviews-widget:before {
    font-weight: 500!Important;
}

.sticky-cta-bar__rating .jdgm-prev-badge {
    display: flex!important;
}

@media screen and (max-width: 768px) {
.product-whats-included__container {
    display: flex;
    gap: 0;
}

.product-whats-included {
    padding: 20px;
}

.product-whats-included__image {
    max-width: 130px;
}
}

.sticky-cta-bar__rating {
    display: inline-flex;
}

span.jdgm-prev-badge__text {
    cursor: pointer;
}

.btn {
    font-family: 'Montserrat';
}


.product__block__text li{
  font-size: 16px!Important;
  margin-bottom: 0!important;
}

.sticky-cta-bar__product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-buttons-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 40px;
}

product-form.product__block__buttons {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) and (min-width: 500px) {
.product-whats-included__image {
    max-width: 100%!important;
}
}




button.media__button.media__button--zoom {
    opacity: 1;
    background: #FFFFFFB2;
    border-radius: 0;
    padding: 0px;
}

.media__buttons__holder {
    left: 10px;
    bottom: 10px;
}

.media__button svg {
    font-size: 18px;
}

.product__grid .flickity-prev-next-button {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    top: 50%;
    transform: translateY(-50%);
    color: #111;
    opacity: 1;
    transition: transform 0.2s ease, opacity 0.2s ease;
    z-index: 5;
}

.product__grid .flickity-prev-next-button:hover {
    opacity: 0.9;
    transform: translateY(-50%) scale(1.05);
}

.product__grid .flickity-prev-next-button.previous {
    left: 12px;
}

.product__grid .flickity-prev-next-button.next {
    right: 12px;
}

.product__grid .flickity-prev-next-button .flickity-button-icon {
    fill: currentColor;
}

.product__grid .flickity-prev-next-button[disabled] {
    display: none;
}

.product__media__wrapper {
    position: relative;
}

.product__slider-counter {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0 12px;
    
    
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #00000066;

    z-index: 6;
    pointer-events: none;
}

.product__slider-counter.is-hidden {
    display: none;
}

@media screen and (min-width: 768px) {
  .product__grid .flickity-prev-next-button,
  .product__slider-counter,
  .product__slider-counter {
display: none;
  }
}
@media screen and (max-width: 768px) {
  .product__mobile--carousel .product__media:not(.is-selected) {
    opacity: 0;
}

.product__mobile--carousel .product__media{
  transition: .2s ease-in-out;
}

.product__mobile--carousel .product__media {
    width: calc(100% - 22px);
}

.product__grid .flickity-prev-next-button {
  background: #FFFFFFB2!important;
  border-radius: 0;
  width: 30px;
  height: 30px;
}

button.flickity-button.flickity-prev-next-button.next {
  right: 26px;
  bottom: 10px!important;
  transform: none;
  top: auto;
}

button.media__button.media__button--zoom {
  width: 30px;
  height: 30px;
}

button.flickity-button.flickity-prev-next-button.previous {
  right: 65px;
  bottom: 10px !important;
  transform: none;
  top: auto;
  left: auto;
}
}


.cart__items__meta p {
    font-size: 12px!important;
}

.st-wishlist-button[data-type="details"]{
  display: none!Important;
}


@media screen and (max-width: 768px) {
.sticky-cta-visible  .needsclick.kl-private-reset-css-Xuajs1[class*="kl-teaser"] {
    bottom: -100px!Important;
    opacity: 0;
    transition: .2s ease-in-out;
}
}


.product__badge.product__badge--sale {
    background: #FF6D6D;
    color: #Fff;
}


body.klaviyo-prevent-body-scrolling.template-collection {
    overflow: initial!important;
}

.product__grid__main-info p {
    text-align: left;
    line-height: 1.3em;
}

body .product__grid__price.product__grid__price--nowrap {
    /* min-width: 130px; */
    flex-wrap: wrap;
    justify-content: flex-end;
}

body:not(.template-index).template-collection .header__wrapper:not(.js__header__stuck) button.header__mobile__button svg {
    filter: invert(1);
}

body:not(.template-index).template-collection .header__wrapper:not(.js__header__stuck) a.header__mobile__button svg {
    filter: invert(1);
}
.bundle-product__price {
    flex-direction: column;
    gap: 2px;
}

span.bundle-product__price--sale {
    color: #f4a482;
}

.product__badge.product__badge--sale {
    border-radius: 5px;
    top: auto;
    bottom: 10px;
    left: 10px;
    right: auto;
}

span.price {
  color: #000;
}
span.price.on-sale {
  color: #61150f;
}

a.standard__cta.btn.btn--long.btn--black.aos-init.aos-animate {
  margin: 30px 0px !important;
}

span.compare-at {
  color: #969696 !important;
  font-weight: 400;
}

.product__price__main {
  color: #000;
}

/* Base price (no sale) */
.product__block__price .product__price-current {
  color: #000;
}

/* On sale */
.product__block__price.is-on-sale .product__price-current {
  color: #61150F;
}

/* Compare price */
.product__price--compare {
  margin-left: 8px;
  color: #969696;
  text-decoration: line-through;
  font-weight: 400;
}
@media screen and (max-width: 768px) {

.collection-tabs .tabs .tab-link span {
    font-size: 16px!important;
    font-weight: 700;
}

:not(#s) .collection-tabs .tabs .tab-link:not(#s) {
    font-size: 16px!Important;
    letter-spacing: 0!important;
}

}



.template-collection .product__grid__price.product__grid__price--nowrap {
    gap: 7px;
}

.template-collection  span.product__grid__cutline {
    display: none;
}

.template-collection  .product__grid__price--nowrap .compare-at {
    font-weight: 500;
}

.template-collection  .product__grid__price.product__grid__price--nowrap {
    flex-wrap: nowrap!important;
    min-width: 100px!Important;
    justify-content: flex-start!Important;
    align-items: flex-start!important;
}

span.price.on-sale {
    order: 2;
}

span.product__grid__cutline {
    display: none!important;
}

.product__grid__price.product__grid__price--nowrap {
    gap: 5px;
    letter-spacing: 0;
}

.bundle-products__cart-progress-fill {
    max-width: 100%;
}

.bundle-product__details {
    align-items: center;
}
.template-index a.standard__cta.btn.btn--long.btn--black.aos-init.aos-animate {
  padding-left: 20px;
  padding-right: 20px;
}



.product__block__text {}

div#appstle_subscription_widget0 {
    margin-top: 0;
}

.appstle_widget_title {
    font-size: 16px;
    font-weight: 600;
}

.appstle-tootltip-parent {
    display: none;
}

.appstle_subscribe_option_grid {
    display: flex;
    gap: 10px;
}

.appstle_subscription_wrapper_option {
    background: #FFFFFF1A!important;
    border-color: #fff!important;
    cursor: pointer;
}

span.appstle_one_time_text {
    /* font-size: 16px; */
    /* font-family: 'DM Sans'; */
}

span.appstle_dot {
    background: #0B97F6!important;
    width: 16px;
    height: 16px;
}

:not(#s) .appstle_circle {
    border-color: #fff!Important;
    border-width: 1px!important;
    width: 22px;
    height: 22px;
}

:not(#s) .appstle-active-option .appstle_circle {
    border-color: #0B97F6!important;
}

span.appstle-save-badge {
    letter-spacing: 0!important;
    font-size: 10px!important;
}

div#appstle_subscription_widget0 * {
    letter-spacing: 0!important;
}

#appstle_subscription_widget0 .appstle_subscription_wrapper .appstle_select {
    font-size: 14px;
    letter-spacing: 0!important;
    border: 0!Important;
    background: #fff;
    padding: 9px 12px!Important;
    padding-right: 30px!Important;
}

.appstle_custom_select {
    border: 0!important;
}

span.appstle_subscription_compare_amount.transcy-money {
    color: #969696;
}

span.appstle_subscription_amount.transcy-money {
    order: 2;
    position: relative;
}

#appstle_subscription_widget0 .appstle_subscription_amount_wrapper {
    display: flex;
    gap: 8px;
}

span.appstle_subscription_amount.transcy-money {}

.appstle_include_dropdown span.appstle_subscription_amount.transcy-money {
    color: #61150F;
    font-weight: 600;
}

#appstle_subscription_widget0 .appstle_subscription_wrapper_option.appstle-active-option {
    border-color: #CD9E9C!important;
    background: #F9E4E3!important;
}

.appstle_subscription_wrapper_option.appstle-active-option .appstle_subscription_radio_wrapper {
    border-bottom: 1px solid #CD9E9C;
    padding-bottom: 16px;
    margin-bottom: 12px;
}

.appstle_sub_widget input[name=selling_plan] {
    cursor: pointer;
}

label.appstle_select_label {
    font-size: 16px!important;
}

@media screen and (max-width: 768px) {
#appstle_subscription_widget0 .appstle_subscription_wrapper .appstle_select {
font-size: 16px!Important;
}
}


.appstle_subscription_wrapper_option:not(.appstle-active-option) .appstle_subscription_radio_wrapper {
    position: static;
}

.appstle_subscription_wrapper_option .appstle_subscription_radio_wrapper {
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    margin-bottom: 12px;
}

#appstle_subscription_widget0 .appstle_subscribe_option {
    opacity: 1!important;
    height: 100% !important;
    grid-template-rows: auto !important;
    /* margin-top: 20px !important; */
}

.appstle_subscription_wrapper_option input[type=radio]:focus + label .appstle_circle:before {
    display: none;
}

span.appstle_dot {}

span.appstle-save-badge {
    background: #FF6D6D!important;
    color: #Fff;
    border-radius: 4px!Important;
}

.appstle_one_time_price_wrapper {
    font-weight: 500;
}
span.product__grid__cutline {
    display: none!important;
}

.template-collection .product__grid__price.product__grid__price--nowrap {
    justify-content: flex-end!important;
    flex-direction: row!important;
    align-items: center!Important;
}

span.price.on-sale {}


.needsclick.kl-teaser-VaSdGV.kl-private-reset-css-Xuajs1 {
    z-index: 1000!important;
}

.sticky-cta-bar.sticky-cta-bar--visible {
    z-index: 9999!important;
}

.drawer__bottom .btn--primary
{
  border-radius: 0px !important;
  font-weight: 600;
}

p.footer__title {
  font-weight: 600;
}

form.needsclick.klaviyo-form.klaviyo-form-version-cid_1.go3279073480.kl-private-reset-css-Xuajs1 {
  padding: 10px 0px !important;
  
}

/* ============================= */
/* FOOTER COLUMN LAYOUT FIX */
/* ============================= */

/* Main footer content wrapper */
.footer__content__inner {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

/* Logo column */
.footer__logo__wrapper {
  flex: 0 0 220px; /* fixed logo column */
}

/* Menu + blocks container */
.footer__content__inner > .float-grid {
  flex: 1;
}

/* Inside the menu grid → columns */
.footer .float-grid {
  display: flex;
  gap: 64px;
}

/* Each menu block = its own column */
.footer .grid__item {
  flex: 1;
  width: auto !important;
  float: none !important;
}

/* Newsletter column wider */
.footer__aside {
  flex: 1.5;
}

/* Mobile fallback */
@media (max-width: 768px) {
  .footer__content__inner {
    flex-direction: column;
    gap: 32px;
  }

  .footer .float-grid {
    display: block;
  }
}


.appstleSelectedSellingPlanOptionDescription ul {
    margin-bottom: 0;
}

.appstle_subscribe_option_grid {
    flex-wrap: wrap;
}

.appstleSelectedSellingPlanOptionDescription li:before {
    content: "";
    background: url(/cdn/shop/files/verified.png?v=1755091608);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
}

.appstleSelectedSellingPlanOptionDescription li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

/* Subscription Info Icon */
.subscription-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    cursor: pointer;
    vertical-align: middle;
}

.subscription-info-icon__circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #61150F;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    font-family: serif;
    transition: opacity 0.2s ease;
}

.subscription-info-icon:hover .subscription-info-icon__circle {
    opacity: 0.8;
}

.subscription-info-icon:focus {
    outline: 2px solid #61150F;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Subscription Info Popup Modal */
.subscription-info-modal {
    background: #fff;
    padding: 40px;
    max-width: 700px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 8px;
}

.subscription-info-modal__title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px 0;
    color: #000;
    text-align: center;
}

.subscription-info-modal__table-wrapper {
    overflow-x: auto;
}

.subscription-info-modal__table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.subscription-info-modal__table thead {
    background-color: #f5f5f5;
}

.subscription-info-modal__table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #ddd;
    color: #000;
}

.subscription-info-modal__table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #333;
}

.subscription-info-modal__table tbody tr:hover {
    background-color: #f9f9f9;
}

.subscription-info-modal__table tbody tr:last-child td {
    border-bottom: none;
}

.subscription-info-modal__discount {
    color: #61150F;
    font-weight: 600;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .subscription-info-modal {
        padding: 30px 20px;
        width: 95%;
    }
    
    .subscription-info-modal__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .subscription-info-modal__table th,
    .subscription-info-modal__table td {
        padding: 10px 8px;
        font-size: 14px;
    }
}


span.subscription-info-icon {
  z-index: 9999;
}

h2.subscription-info-modal__title {
  font-size: 22px!important;
  text-align: left;
  letter-spacing: 0.5px!important;
}

.modal__container.subscription-info-modal {
  border-radius: 20px;
}

table.subscription-info-modal__table tr > td:nth-child(1),
.subscription-info-modal__table th:nth-child(1){
  background: #FFF2F1;
  font-weight: 600;
}


table.subscription-info-modal__table tr > td:nth-child(2),
.subscription-info-modal__table th:nth-child(2){
  background: #ffebea;
}


table.subscription-info-modal__table tr > td:nth-child(3),
.subscription-info-modal__table th:nth-child(3){
  background: #ffe0de;
}

.subscription-info-modal__table td {
  border: 0;
  padding: 8px 20px;
  font-size: 14px;
}

.subscription-info-modal__table th {
  border: 0;
  padding: 10px 20px;
  padding-top: 30px;
  font-size: 14px;
  /* min-width: 210px; */
  /* text-align: center; */
}

span.subscription-info-modal__discount {
  color: #FF6E6E;
  font-weight: 700;
}

table.subscription-info-modal__table {
  border-radius: 10px;
}

table.subscription-info-modal__table thead {
  border-radius: 10px;
}

.subscription-info-modal {
  max-width: 800px;
}
@media screen and (min-width: 768px) {
.subscription-info-modal__table th {
  min-width: 200px;
  font-size: 14px;
}

}
.subscription-info-modal__table tr:last-child td {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
.subscription-info-modal__table th {
  padding: 10px;
  padding-top: 20px;
  width: 33%;
}

.subscription-info-modal__table td {
  padding: 7px 10px;
  font-size: 13px;
  line-height: 1.3em;
}

.subscription-info-modal__table tr:last-child td {
  padding-bottom: 20px;
}

h2.subscription-info-modal__title {
  text-align: center;
  font-weight: 500;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
}


span.appstle-save-badge:empty {
    display: none!important;
}

span.appstle-save-badge:empty {
    display: none!important;
}

.subscription-info-icon__circle {
    border: 1.5px solid #61150F;
    background: transparent;
    color: #61150F;
    font-style: normal;
}


span.appstle-save-badge:empty {
    display: none!important;
}

.subscription-info-icon__circle {
    border: 1.5px solid #61150F;
    background: transparent;
    color: #61150F;
    font-style: normal;
}

.product__grid__price--nowrap span.price.appstle_subscription_final_price {
    display: none;
}

.product__grid__price--nowrap .price[style*="line-through"] {
    text-decoration: none!important;
}





.footer__block.footer__aside {
    width: 30%;
    flex: auto;
    margin-left: 0;
}

.footer__content {
    flex: auto;
    width: 60%;
    align-items: flex-start;
}

.footer__content__inner {
    padding: 0;
}

.footer__content__inner {align-self: initial!important;}

.footer__holder {}

.subfooter .section-padding.wrapper--full {
    padding: 0;
}

footer.footer {
    padding: 60px 0;
}

.footer__quicklinks a {
    font-size: 14px;
    text-transform: initial;
}

.footer__quicklinks li {
    margin-bottom: 3px;
}

label.footer__title.footer__accordion__head.no-js {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
    color:  #FFFFFF80;
    font-size: 15px;
    letter-spacing: 0;
}

footer div.needsclick.kl-private-reset-css-Xuajs1 {
    flex-direction: row!important;
    width: 100%!important;
    gap: 10px;
}

footer button.needsclick.go443571185.kl-private-reset-css-Xuajs1 {
    padding-left: 15px;
    padding-right: 15px;
}

footer input.needsclick.kl-private-reset-css-Xuajs1 {
    width: 100%!important;
    background: #FFFFFF4D!important;
    border-radius: 5px!important;
}

footer div.needsclick.kl-private-reset-css-Xuajs1:empty {
    display: none!important;
}

.footer__holder {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


.lifhg-gray-text {
    opacity: .5;
    font-size: 14px;
    margin-top: 40px;
    font-weight: 500;
}

a.footer__icon.footer__icon--social {
    margin-right: 5px;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    max-width: 100%;
}

.lifhg-gray-text {
    opacity: .5;
    font-size: 14px;
    margin-top: 40px;
    font-weight: 500;
}

a.footer__icon.footer__icon--social {
    margin-right: 5px;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    max-width: 100%;
        background: #FFFFFF1A;
}

.subfooter__item.subfooter__item--copyright {
    text-align: center;
    justify-content: center;
    border-top: 1px solid #222;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 15px;
}

@media screen and (max-width: 820px) {
.footer__block.footer__aside {
    width: 100%;
}

.footer__content {
    width: 100%;
    display: block;
}

.footer__logo__wrapper {
    flex: auto;
    width: 100%;
}

.footer__content__inner {
    width: 100%;
}

.float-grid.grid--uniform {
    width: 100%;
}

.socials-container {
    /* justify-content: center; */
    /* display: flex; */
    text-align: center;
}

footer div.needsclick.kl-private-reset-css-Xuajs1 {
    flex-wrap: wrap!important;
}

a.footer__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    top: 40px;
}

footer.footer {
    padding-top: 150px;
}

footer .wrapper--full.section-padding-custom {
    padding-left: 30px;
    padding-right: 30px;
}

.footer__newsletter__body {
    padding: 0;
}
.footer__quicklinks {
    display: block!important;
}

.grid__item.medium-up--one-half.footer__block > *:not(ul) {
    display: none;
}

p.footer__title {
    display: block!important;
    pointer-events: none;
    padding: 0!important;
    border: 0!Important;
    font-size: 15px!Important;
    color: #666;
}

.float-grid.grid--uniform {
    display: flex;
}

p.footer__title svg {
    display: none!important;
}

footer.footer {
    padding-bottom: 40px;
}
}


/* ============================= */
/* CART SUBTOTAL LAYOUT */
/* ============================= */

.cart__footer__itemtotal,
.cart__footer__discount {
  display: flex;
  justify-content: space-between; /* pushes text to sides */
  align-items: center;
  width: 100%;
  text-align: left; /* override centering */
  
}

/* Optional: font consistency */
.cart__footer__label {
  font-weight: 500;
}

.cart__footer__value {
  font-weight: 600;
  text-align: right;
}


/* ===== CART DRAWER – DISCOUNT + SUBTOTAL WIREFRAME FIX ===== */

/* Discount input container padding */
.cart__discount {
  padding-left: 22.5px;
  padding-right: 22.5px;
  margin-bottom: 16px;
}

/* Discount row layout */
.cart__discount__row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Discount label */
.cart__discount__label {
  font-size: 15px;
  color: #000;
  flex-shrink: 0;
}

/* Input + button wrapper */
.cart__discount__form {
  display: flex;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
}

/* Discount input */
.cart__discount__input {
  height: 46px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.15);
  background: transparent;
  font-size: 15px;
  max-width: 200px;
}

/* Apply button */
.cart__discount__apply {
  height: 46px;
  padding: 0 22px;
  border-radius: 10px;
  background: #e9ddff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

/* Divider under discount */
.cart__divider {
  border: none;
  height: 1px;
  background: rgba(0,0,0,0.12);
  margin: 18px 22.5px;
}

/* FORCE subtotal row layout */
.cart__footer__itemtotal,
.cart__footer__discount {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 22.5px;
}

/* Subtotal typography */
.cart__footer__itemtotal {
  font-size: 16px;
  font-weight: 500;
}

/* Applied discount row */
.cart__footer__discount {
  margin-top: 10px;
  font-size: 15px;
  color: #000000; /* wireframe peach */
}

/* Value alignment */
.cart__footer__value {
  text-align: right !important;
  color: #61150F !important;
}

/* Discount input container */
.cart__discount {
  padding: 0 22.5px;
  margin-bottom: 16px;
}

.cart__discount__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart__discount__label {
  font-weight: 500;
}

/* Input + button */
.cart__discount__form {
  display: flex;
  gap: 10px;
}

.cart__discount__input {
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  min-width: 160px;
}

.cart__discount__apply {
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: #e9dcff;
  border: none;
  font-weight: 500;
}

/* Applied discount row */
.cart__footer__discount {
  padding: 12px 22.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart__footer__badge {
  background: #e9dcff;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 500;
}

.cart__footer__discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart__footer__discount-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 10px;
  background-color: #E5BAFE ; 
  font-weight: 600;
  white-space: nowrap;
}

.cart__footer__discount-name {
  font-size: 0.95rem;
}

.cart__footer__discount-value {
  font-size: 0.95rem;
}

span.cart__footer__label {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 600 !important;
}


@media screen and (max-width: 768px) {
.footer .grid__item {
    min-width: 110px;
}
}

@media screen and (min-width: 768px) {
.appstleSelectedSellingPlanOptionDescription li {
    font-size: 15px;
}
}




.appstle_subscription_radio_wrapper .appstle_subscription_amount_wrapper:after {
   content: "+ FREE SHIPPING";
    position: absolute;
    right: 0;
    color: #24B500;
    font-weight: 600;
    font-size: 14px;
    bottom: -18px;
    width: 100%;
    min-width: 130px;
    letter-spacing: -.6px;
}

.appstle_subscription_radio_wrapper{
    padding-bottom: 35px!important
    ;
}

.appstle_subscription_amount_wrapper {
  position: relative;
}

.appstle_subscription_amount_wrapper {
    position: relative;
}

span.subscription-info-modal__discount.green-text {
    color: #24B500;
}

.subscription-info-modal__table th,.subscription-info-modal__table b, .subscription-info-modal__table strong {
    font-weight: 700;
}



table.subscription-info-modal__table tr > td:nth-child(1), .subscription-info-modal__table th:nth-child(1) {
    font-weight: 700;
}

.appstle_subscription_amount_wrapper {
    position: relative;
}

span.subscription-info-modal__discount.green-text {
    color: #24B500;
}

.subscription-info-modal__table th {
    font-weight: 700;
}

table.subscription-info-modal__table tr > td:nth-child(1), .subscription-info-modal__table th:nth-child(1) {
    font-weight: 700;
}

table.subscription-info-modal__table {}

table.subscription-info-modal__table tbody > tr:nth-child(1), table.subscription-info-modal__table tbody > tr:nth-child(2) {
    border-bottom: 1px solid #FCD2CF;
}

.subscription-info-modal__table td {
    padding: 15px 20px;
    letter-spacing: -0.5px;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
table.subscription-info-modal__table tr > td:nth-child(1), .subscription-info-modal__table th:nth-child(1) {
    min-width: 210px;
}

span.subscription-info-modal__discount.purple-text.br {
    margin-left: 28px;
}
}


.asterisk-description {
    letter-spacing: -.5px;
    font-style: italic;
    margin-top: 20px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
span.subscription-info-modal__discount {
    display: block;
    font-size: 12px;
}

.subscription-info-modal__table td {
    padding: 10px;
}

.modal__container.subscription-info-modal {
    padding-left: 10px;
    padding-right: 10px;
}
}

span.subscription-info-modal__discount.purple-text.br {
    color: #C603F2;
    display: block;
}


span.asterisk-text-bullet {
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.product__price--compare {
    order: -1;
}

span.product__price--off {
    background: #FF6E6E;
    color: #fff;
    border: 0;
    
}

.trio-bundle  .appstle_subscription_radio_wrapper:after{
 content: "+ FREE MYSTERY SET*";
    position: absolute;
    right: 14px;
    color: #C603F2;
    font-weight: 600;
    font-size: 14px;
    bottom: 8px;
    width: 100%;
    min-width: 130px;
    letter-spacing: -.6px;
}



.trio-bundle .appstle_one_time_price_wrapper.has-compare-price:after {
    content: "+ FREE SHIPPING";
    position: absolute;
    right: 14px;
    color: #24B500;
    font-weight: 600;
    font-size: 14px;
    bottom: 8px;
    width: 100%;
    min-width: 130px;
    letter-spacing: -.6px;
}

.bundle .appstle_one_time_price_wrapper.has-compare-price:after {
    content: "+ FREE SHIPPING";
    position: absolute;
    right: 14px;
    color: #24B500;
    font-weight: 600;
    font-size: 14px;
    bottom: 8px;
    width: 100%;
    min-width: 130px;
    letter-spacing: -.6px;
}

.trio-bundle .appstle_one_time_price_wrapper.has-compare-price,
.bundle .appstle_one_time_price_wrapper.has-compare-price {
    font-size: 16px;
    margin-top: -8px;
}

#appstle_subscription_widget0 .appstle_subscription_wrapper_option:not(.appstle_include_dropdown) {
    /* padding-top: 10px; */
    /* padding-bottom: 25px; */
}


.appstle_subscription_amount_wrapper {
    font-size: 16px;
    font-weight: 700;
}

.appstle_subscription_radio_wrapper {
    position: relative!important;
}

.trio-bundle .appstle_subscription_radio_wrapper:after {
    right: 0;
    left: auto;
    text-align: right;
    bottom: 10px;
}

.trio-bundle .appstle_subscription_radio_wrapper {
    padding-bottom: 45px!important;
}

span.appstle_subscription_amount_compare_at_price.transcy-money {
    order: -1;
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    margin-right: 8px;
}

.appstle_one_time_price_wrapper.has-compare-price {
    display: flex;
    align-items: center;
}

span.appstle_subscription_compare_amount.transcy-money {
    font-weight: 400;
}

span.appstle_subscription_amount.transcy-money {
    font-weight: 700!important;
}

.appstle_one_time_details_wrapper {}

.appstle_one_time_details_wrapper span.appstle_subscription_amount.transcy-money {
    font-weight: 600!important;
}

.appstle_one_time_price_wrapper {
    font-size: 16px;
}


@media screen and (min-width: 768px) {

  .appstle_subscription_radio_wrapper label.appstle_radio_label {
    margin-top: 10px!important;
}

.appstle_subscription_radio_wrapper {
    padding-bottom: 25px!Important;
}

.trio-bundle .appstle_subscription_radio_wrapper label.appstle_radio_label {
    margin-top: 20px!important;
}


.trio-bundle  .appstle_subscription_radio_wrapper {
    padding-bottom: 40px!Important;
}

.trio-bundle .appstle_subscription_radio_wrapper:after {
    bottom: 25px;
}
}



.subscription-info-modal button.modal__close {
    color: #000;
    box-shadow: none;
    text-shadow: none;
}



table.subscription-info-modal__table {
    border-radius: 10px;
}

.subscription-info-modal__table th:nth-child(1) {
    border-radius: 8px 0 0 0!important;
}

.subscription-info-modal__table th:nth-child(3) {
    border-radius: 0 8px 0 0 !important;
}

table.subscription-info-modal__table thead {
    background: transparent;
}

.subscription-info-modal__table tbody tr:last-child td:nth-child(1) {
    border-radius: 0 0 0 8px!important;
}

.subscription-info-modal__table tbody tr:last-child td:nth-child(3) {
    border-radius: 0 0 8px 0px !important;
}

span.product__price--sale {
    color: #61150F;
}



.cart__drawer .drawer__content {
    padding-bottom: 0px!important;
}

.cart__drawer  p.bundle-progress-bar__text {
    margin-top: 0;
}

.cart__drawer  .bundle-progress-divider {
    margin-top: 20px;
    margin-bottom: 0;
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px!important;
}

.cart__drawer  .cart__items__remove {right: 23px;}

.cart__drawer  .bundle-progress-bar__track {
    max-width: calc(100% - 60px);
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
.cart__drawer  .bundle-progress-bar__track {
    max-width: 100%;
}

.cart__drawer  .bundle-progress-divider {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}

h2 {
    font-size: 46px!important;
}

@media screen and (max-width: 820px) {
h2 {
    font-size: 34px!important;
}

.gfa-content__text.heading-NaZWxdcpdaxx > h3, .gfa-content__text.heading-NaZWxdcpdaxx > span {
    font-size: 40px!important;
}
}




@media screen and (max-width: 820px) and (min-width: 769px){
a.brat-featured-button {
    margin-left: auto;
    margin-right: auto;
}

    .brat-featured {
    flex-direction: column;
}
    .brick__collection {
    padding-left: 20px;
    padding-right: 20px;
}

.brick__section.brick--3.use_pixels_650 {
    height: 600px;
}

.gfa-widget.GSC-uIxMwmNBjDcAIwD {
    margin-top: -40px!important;
}

.gfa-content__carousel-slide{
  min-width: 25%!important;
}

}

@media screen and (max-width: 900px) and (min-width: 768px) {
.template-product .product-grid-slide.flickity-cell {
    width: calc(50% - 20px)!Important;
}
.product-single .grid__item {
    width: 100%;
    
}
#faqs [data-grid] {
    justify-content: center;
}
#about-us main#MainContent section.image-text-custom,

#about-us main#MainContent .wrapper.section-padding{
   max-width: 650px;
   margin-left: auto;
   margin-right: auto;
}

.layer-overlay {
    padding-bottom: 80px;
    /* padding-left: 10px; */
}
.product__main__content.grid__item.medium-up--one-half {
    width: 100%;
}

.product__inner.is-sticky {
    padding-left: 0;
    padding-top: 40px;
}

.product-feature-icons__container {
    grid-template-columns: repeat(3, 1fr);
}

.template-product main#MainContent {
    padding-left: 0;
    padding-right: 0;
}

.product-page {
    padding-left: 60px;
    padding-right: 60px;
}

div#shopify-section-template--23209815703575__section_image_UdpBbw {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.layer-mobile-slider.mobile-only {
    max-width: 550px;
}

.layer-overlay h4 {
    font-size: 28px!Important;
}

:not(#s).layer-overlay p {
    font-size: 16px!important;
}
html .layer-slider-track .layer-slide:first-child .layer-content {
    padding-bottom: 80px;
}
  html  .layer-slide {
        flex: 0 0 100%;
        scroll-snap-align: center;
        position: relative;
        border-radius: 0px;
        overflow: hidden;
        min-height: calc(100vw + 20px);
    }

.layer-bg {}
}


.brick__collection.flickity-badge-dots.flickity-disabled-mobile.flickity-enabled.is-draggable {}

@media screen and (max-width: 820px) {
.template-index main .image-text-custom__inner {
    max-width: 550px;
}
.shopify-section-group-group-header {
    z-index: 99999;
}

.footer__content__inner {
    flex-direction: column;
    gap: 40px;
}

.footer__container.footer__container--reversed {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.brat-featured {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

div#shopify-section-template--23209815736343__section_image_PkKzpV {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.product__grid__main-info .product__grid__title__wrapper p.product__grid__collection-name {
    margin-left: 5px!Important;
}

.product__grid__main-info p,
html:not(#S) body .product__grid__price.product__grid__price--nowrap {
    margin-left: 5px!important;
}

}






@media screen and (max-width: 1000px) {
.cart__footer__notes {
    min-width: 0!important;
    width: 100%;
}

.cart__footer__total {
    width: 100%;
}

li.cart-trust-points__item {
    text-align:left;
}
}


@media screen and (max-width: 768px) {
.template__cart__footer .cart__footer__total{
  max-width: 100%!important;
}
}

/* Split-right layout for nested banner */
.nested-banner--split-right {
  min-height: 500px;
}

.nested-banner--split-right .nested-banner__split-container {
  position: relative;
  z-index: 1;
}

.nested-banner--split-right .nested-banner__split-content {
  position: relative;
  z-index: 2;
}

.nested-banner--split-right .nested-banner__split-image {
  position: relative;
  z-index: 1;
}

.nested-banner--split-right .nested-banner__split-image .nested-banner__section-image {
  height: 100%;
  width: 100%;
}

.nested-banner--split-right .nested-banner__split-image .nested-banner__section-image img,
.nested-banner--split-right .nested-banner__split-image .nested-banner__section-image svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Ensure content text is left-aligned in split-right layout on desktop */
@media screen and (min-width: 768px) {
  .nested-banner--split-right .nested-banner__split-content {
    text-align: left !important;
  }
  
  .nested-banner--split-right .nested-banner__split-content * {
    text-align: left !important;
  }
  
  .nested-banner--split-right .nested-banner__split-content .flex {
    align-items: flex-start !important;
  }
}

@media screen and (max-width: 767px) {
  .nested-banner--split-right .nested-banner__split-container {
    min-height: auto;
  }
  
  .nested-banner--split-right .nested-banner__split-image {
    min-height: 300px;
  }
}

/* Mobile placement for section-hero */
@media screen and (max-width: 767px) {
  .hero__content__wrapper--mobile-top-left {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: start !important;
  }
  .hero__content__wrapper--mobile-top-center {
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero__content__wrapper--mobile-top-right {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    text-align: end !important;
  }
  .hero__content__wrapper--mobile-middle-left {
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: start !important;
  }
  .hero__content__wrapper--mobile-middle-center {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero__content__wrapper--mobile-middle-right {
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: end !important;
  }
  .hero__content__wrapper--mobile-bottom-left {
    align-items: flex-end !important;
    justify-content: flex-start !important;
    text-align: start !important;
  }
  .hero__content__wrapper--mobile-bottom-center {
    align-items: flex-end !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero__content__wrapper--mobile-bottom-right {
    align-items: flex-end !important;
    justify-content: flex-end !important;
    text-align: end !important;
  }
}

/* Desktop placement for section-hero */
@media screen and (min-width: 768px) {
  .hero__content__wrapper--desktop-top-left {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: start !important;
  }
  .hero__content__wrapper--desktop-top-center {
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero__content__wrapper--desktop-top-right {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    text-align: end !important;
  }
  .hero__content__wrapper--desktop-middle-left {
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: start !important;
  }
  .hero__content__wrapper--desktop-middle-center {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero__content__wrapper--desktop-middle-right {
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: left !important;
  }
  
  .hero__content__wrapper--desktop-middle-right .text__standard {
    text-align: left !important;
    max-width: 400px;
  }
  
  .hero__content__wrapper--desktop-middle-right .hero__cta__wrapper {
    justify-content: flex-start !important;
  }
  .hero__content__wrapper--desktop-bottom-left {
    align-items: flex-end !important;
    justify-content: flex-start !important;
    text-align: start !important;
  }
  .hero__content__wrapper--desktop-bottom-center {
    align-items: flex-end !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero__content__wrapper--desktop-bottom-right {
    align-items: flex-end !important;
    justify-content: flex-end !important;
    text-align: end !important;
  }
}



@media screen and (min-width: 768px) {
  .hero__content__wrapper--desktop-middle-right .hero__content {
      max-width: 40% !important;
  }
  }
  

  .bundle-product__bestseller-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #b594ee;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 2;
}

.bundle-product__card:hover {
  transform: translateY(-3px);
}

.bundle-product__card {
  transition: .2s ease-in-out;
}

.bundle-product__card:hover {
  transform: translateY(-3px);
}

.bundle-product__card {
  transition: .2s ease-in-out;
}

body  .build-gift-box__cart-item:has(.build-gift-box__cart-item-placeholder.hidden) {
  order: -1;
}

body  .build-gift-box__write-note:not(:disabled) {
  background: #FF6D6D;
}
@media screen and (min-width: 768px) {
  body  .build-gift-box__cart:has(button.build-gift-box__note-checkout[style*="block"]) .build-gift-box__cart-items {
    max-height: 30vh;
    overflow: auto;
  }
  
}

@media screen and (max-width: 768px) {

  body .build-gift-box__filter-btn {
    min-width: 100px;
    font-size: 16px!important;
}

body .build-gift-box__filters {
    padding-left: 0;
    padding-right: 0;
}
body .bundle-product__bestseller-badge {
  padding: 3px 7px;
  top: 4px;
  right: 6px;
  letter-spacing: -0.5px;
  font-weight: 600;
  bottom: 6px;
  top: auto;
}

body:has(.build-gift-box__cart.show) {
  overflow: hidden;
}

body:has(.js__header__stuck.is-visible) .build-gift-box__cart {
  top: 0!important;
}
}

p.build-gift-box__note-error {
  font-size: 13px!Important;
}

body .bundle-product__quantity-wrapper {
  border: 1px solid #D1D1D1;
  width: 100%!important;
  border-radius: 4px;
}

body .bundle-product__quantity-button {
  border: 0;
}

body .bundle-product__card.added .bundle-product__quantity-wrapper input {
  margin: 0;
  padding: 0;
}

.bundle-product__actions:has(.bundle-product__quantity-wrapper[style*="flex"]) button.bundle-product__atc {
    display: none!important;
}

.bundle-product__quantity-wrapper {}

input.bundle-product__quantity-input {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
.product__grid__main-info {
    flex-direction: column;
    justify-content: flex-start;
}

body .product__grid__price.product__grid__price--nowrap {
    justify-content: flex-start;
}
}


#build-a-gift .standard__heading strong {
  font-weight: 500!important;
}


@media screen and (max-width: 768px) {
.collection-tabs-container {
    padding: 0 30px!important;
}

.bundle-products__filters {
    flex-wrap: wrap;
    gap: 12px;
}

.bundle-products {
    padding: 50px 20px;
}

.bundle-products__grid {
    padding: 0 40px!important;
}

.bundle-products__filter-btn {
    width: auto;
    min-width: 150px;
    margin: 0!important;
}
}


@media screen and (max-width: 768px) {
.bundle-product__card {
    width: 100%;
    max-width:100%;
}

 body:not(.template-index)  .collection-tabs-container {
    padding: 0!important;
    flex-wrap: nowrap!important;
    justify-content: flex-start!important;
    gap: 20px!Important;
    max-width: initial!important;
    width: auto!important;
    min-width: 100%!important;
}

body:not(.template-index)  .collection-tabs .slide-item.product-grid-slide[data-item] {
    min-width: 80vw;
    scroll-snap-align: start;
}

body:not(.template-index) .collection-tabs-container {
    overflow: scroll!important;
    scroll-behavior: smooth;
    scroll-snap-align: start;
}

body:not(.template-index) .collection-tabs-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  -webkit-overflow-scrolling: touch;
  gap: 12px;

  /* Optional: visible scrollbar on iOS */
  scrollbar-width: thin;
}

body:not(.template-index) .collection-tabs-container>* {
  scroll-snap-align: start; /* or center if you want centered snaps */
  
}


.slide-item.product-grid-slide {}
}

a.drawer-menu-item__row.drawer-menu-item__link {}

nav#header-menu .drawer-menu-item {
    border-color: #fff;
    padding: 0;
}

nav#header-menu .drawer-menu-item__row {
    padding: 0;
}

nav#header-menu .drawer-menu-item__thumb img {
    width: 180px;
    height: 80px;
}

nav#header-menu .drawer-menu-item__thumb {
    width: 180px;
    height: 80px;
}
@media screen and (max-width: 1180px) {
  a.drawer-menu-item__row.drawer-menu-item__link {}

  nav#header-menu .drawer-menu-item {
      border-color: #fff;
      padding: 0;
  }
  
  nav#header-menu .drawer-menu-item__row {
      padding: 0;
  }
  
  nav#header-menu .drawer-menu-item__thumb img {
      width: 180px;
      height: 80px;
  }
  
  nav#header-menu .drawer-menu-item__thumb {
      width: 180px;
      height: 80px;
  }
  
  nav#header-menu .drawer__featured {
      margin: 20px 0;
  }
  
  nav#header-menu .drawer__top--with-logo {
      height: auto;
      border: 0;
  }
  
  nav#header-menu .drawer__logo-link {
      max-width: 70px;
  }
  
  .search__predictive__main {
      border: 1px solid #FFFFFF;
      background: #FFFFFF4D;
      border-radius: 10px;
      margin-bottom: 20px;
      padding: 0px 20px;
  }
  
  .drawer__search .search__predictive__button {
      right: 15px;
  }
  
  .drawer__search .search__predictive__actions input, .drawer__search .search__predictive__actions input:focus {
      color: #000;
  }
  
  nav#header-menu .drawer-menu-item:first-child {
      border-top: 1px solid #fff;
  }
  span.drawer-menu-item__label {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}
span.drawer-menu-item__label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}

.drawer__search .search__predictive__actions input::placeholder {
  color: #000;
  font-style: normal;
}

nav#header-menu .drawer-menu-item__children {
  background: #FFFFFF4D;
  padding: 20px;
  padding-left: 200px;
}

nav#header-menu .drawer-menu-item__child-link {
  font-weight: 500;
}

.drawer__inner {
  /* overflow: initial; */
}

.drawer__content {
  overflow-y: auto;
}

.search__results__actions * {
  font-size: 14px;
  letter-spacing: 0;
}

.search__results__other__list * {
  font-size: 14px;
}

p.search__results__title {
  font-size: 14px!important;
}
}

[data-header-transparent=true] .theme__header .parent .header__dropdown {
    border-radius: 10px;
    margin-top: -10px;
    padding: 0;
}

.menu__item.parent .navlink--child {
    padding: 12px 24px;
    min-width: 224px;
    transition: .2s ease-in-out;
}

.menu__item.parent .navlink--child:hover {
    background: #61150F;
    color: #fff!important;
    
}
.menu__item.parent .navlink--child:hover span{
    color: #fff!important;
}
.header__dropdown__inner {
    border-radius: 10px;
}

.menu__item.parent .navlink--child:first-child {
    border-radius: 10px 10px 0 0;
}

.menu__item.parent .navlink--child:last-child {
    border-radius: 0 0 10px 10px;
}

a.navlink.navlink--child {}

.menu__item.parent .navlink--child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 20px;
}


.header__dropdown__inner a:not(:hover) svg {
    filter: invert(1);
}

svg {}

nav#header-menu .drawer-menu-item__thumb img {
    border-radius: 0;
}

nav#header-menu .drawer-menu-item__thumb {
    border-radius: 0;
}

.sticky-footer {
    z-index: 10!important;
}

#build-a-gift .needsclick.kl-teaser-RJbDRM.kl-private-reset-css-Xuajs1:has([data-testid="animated-teaser"]) {
    bottom: 90px!important;
}

#build-your-own .needsclick.kl-teaser-RJbDRM.kl-private-reset-css-Xuajs1:has([data-testid="animated-teaser"]) {
    bottom: 90px!important;
}

.header__logo.header__logo--image.header__logo--has-transparent {}
@media screen and (max-width: 820px) {
.shopify-section.shopify-section-group-group-header {
    z-index: 999999;
}
}


.header__dropdown__inner a:not(:hover) svg {
    filter: invert(1);
}

svg {}

nav#header-menu .drawer-menu-item__thumb img {
    border-radius: 0;
}

nav#header-menu .drawer-menu-item__thumb {
    border-radius: 0;
}

.sticky-footer {
    z-index: 10!important;
}

#build-a-gift .needsclick.kl-teaser-RJbDRM.kl-private-reset-css-Xuajs1:has([data-testid="animated-teaser"]) {
    bottom: 90px!important;
}

#build-your-own .needsclick.kl-teaser-RJbDRM.kl-private-reset-css-Xuajs1:has([data-testid="animated-teaser"]) {
    bottom: 90px!important;
}

.template-product .needsclick.kl-private-reset-css-Xuajs1:has([data-testid="animated-teaser"]) {
    bottom: 90px!important;
}

.header__logo.header__logo--image.header__logo--has-transparent {}
@media screen and (max-width: 820px) {
.shopify-section.shopify-section-group-group-header {
    z-index: 999999;
}
}


nav#header-menu .drawer-menu-item__icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-right: 4px;
}

nav#header-menu .drawer-menu-item--is-open .drawer-menu-item__icon--plus {
    display: flex;
    transform: rotate(45deg);
}
span.drawer-menu-item__icon.drawer-menu-item__icon--close.is-hidden {
    display: none!important;
}

nav#header-menu .drawer-menu-item__icon--plus {
    transition: .2s ease-in-out;
}

span.navtext {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.navlink.navlink--toplevel .navtext svg path {
    stroke: #fff;
}

#pre-curated-bundles .product__grid__price.product__grid__price--nowrap {
    flex-direction: row!important;
    gap: 10px!Important;
    align-items: center;
}

#pre-curated-bundles .product__grid__price--nowrap .compare-at {
    margin-left: 0;
}

#pre-curated-bundles .product__grid__main-info {
    padding: 5px 0;
    padding-right: 10px;
}
@media screen and (max-width: 768px) {
#pre-curated-bundles .product__grid__main-info {
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
    padding-right: 12px;
}

#pre-curated-bundles  .product__grid__main-info p {
    font-size: 17px!Important;
}
}


.needsclick.kl-private-reset-css-Xuajs1[aria-label="POPUP Form"] {
    z-index: 9999999!important;
}

body:not(#build-your-own-bundle):not(.template-index) .shopify-section-group-group-header[id*="header"] {
    z-index: 999;
}

body:not(.template-index):not(#build-your-own-bundle) [data-header-transparent=true]:not(.meganav--visible):not(.js__header__stuck) span.navtext path {
    stroke: #000!important;
}

@media screen and (max-width: 768px) {

.template-index .brick__block__product__inner .text__standard.text-center {
    padding-top: 0!important;
    margin-top: -20px;
}
.template-collection .bundle-products__grid {
  justify-content: center!important;
}
}



body:not(.template-index) .header__mobile__left svg,body:not(.template-index)  .header__mobile__right svg {
    stroke: #000;
}

.needsclick.kl-private-reset-css-Xuajs1:has([data-testid="animated-teaser"]) {
    z-index: 900!important;
}


@media screen and (max-width: 1180px) and (min-width: 768px) {
.layer-card.main-card {
    max-height: 730px!important;
}
.build-gift-box__container {
    max-width: 1060px!important;
}
}