/** Shopify CDN: Minification failed

Line 142:0 Unexpected "#404"
Line 1022:0 Expected identifier but found "/"
Line 2378:4 "grid-remplate-columns" is not a known CSS property

**/
html{
  overflow-x: clip !important;
}

body{
  background-color:#fcfaf5;
}


  .testimonial p {
    font-size: 24px;
    line-height: 1.8;
    color: #6e4633;
    font-style: italic;
    margin-bottom: 20px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing:0.1px;
  }





  /* pdp page  */

     .faq-section {
      background-color: #ee6780;
      color: #fffcf5;
      padding: 60px 20px;
      font-family: "Poppins", sans-serif;
    }

    .faq-container {
      max-width: 700px;
      margin: 0 auto;
    }

    .faq-title {
      font-size: 42px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 30px;
      letter-spacing: 1px;
      text-align: center;
      font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

 .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
}

.footer-main .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
}
.ui-test-collection-list h3{
 font-family: 'Louize Display' !important;
  font-size:32px;
  color:#be6a14 !important;
  letter-spacing:0.2px;
  
}

  .faq-question {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-transform: uppercase;
}
    .faq-question p {
      margin-bottom:0px;
    }


    .faq-icon {
      font-size: 22px;
      font-weight: 400;
      width: 25px;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, opacity 0.3s ease;
      font-size: 18px;
      line-height: 1.6;
      margin-top: 8px;
      opacity: 0;
      font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
   .section-resource-list__header h3 {
    font-family: 'Louize Display' !important;
    color:#be6a14 !important;
    letter-spacing:0.2px;
    text-transform:capitalize !important;
}
    .faq-item.active .faq-answer {
      max-height: 200px;
      opacity: 1;
    }
.section-resource-list__header a {
    font-size: 16px;
    text-transform: capitalize;
    color:#be6a14;
    font-family:'Louize Display' !important;
}
    .faq-item.active .faq-icon::before {
      content: "–";
    }

    .faq-icon::before {
      content: "+";
      display: inline-block;
    }

    li.menu-list__list-item a span {
    color: #be6a14;
    font-size:15px;
    font-family:"GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#404 .section-resource-list__header {
    padding-left: 70px;
    padding-right: 70px;
}
  /* how to use section css start form here */
.hero__content-wrapper .group-block-content .button-secondary {
    padding: 13px 63px;
    border:1px solid #fffcf5 !important;
    color:#fffcf5 !important;
    margin-top:15px;
}
.hero__content-wrapper .group-block-content .text-block p {
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    Color: #fffcf5;
    letter-spacing: 0.1px;
}

.hero__content-wrapper .group-block-content .text-block h3 {
    font-size: 18px;
    color: #fffcf5;
    letter-spacing: 0.2px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding-bottom:10px;
}
.hero__container {
    padding-bottom: 100px;
}
.hero__content-wrapper .group-block-content .text-block h1 {
    font-family: 'Louize Display' !important;
    font-size: 40px;
    Color: #fffcf5;
    Letter-Spacing: 0.5px;
}

.hero__content-wrapper .group-block-content .button-secondary{
  padding: 12px 30px !important;
}
  .how-to-use {
    border-radius: 15px;
    padding: 50px 20px;
    width:100%;
    max-width:100%;
    margin: 0 auto;
    text-align: center;
  }

  .how-to-use h2 {
    margin-bottom: 40px;
    color: #222;
    font-weight: 400;
    font-size:42px;
    color: #be6a14 !important;
     font-family: 'Louize Display';
  }

.how-to-use .buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 40px;
}

.how-to-use .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    color: #be6a14 !important;
    font-size: 16px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: 8px 26px;
    border-radius: 999px;
    background: #be691417;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.2s;
    user-select: none;
}
  .btn.active {
    /* background: #fb5273 !important;
    color: #fffcf5 !important;*/
    border-color: #be6a14;
  }

  .step-content {
    display: none;
    animation: fadeIn 0.4s ease;
  }

  .step-content.active {
    display: block;
  }

.step-content img {
    object-fit: cover;
    width: 50%;
    border-radius: 10px;
    margin-top: 10px;
    max-height: 440px;
    margin: 20px auto;
    object-fit: cover;
}

.step-content-images {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #be6a14;
    padding-top: 20px;
}

 .step-content h3 {
    margin: 12px 0 6px;
    color: #be6a14!important;
    font-size: 22px;
    font-weight: 700;
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 .step-content p {
    font-size: 16px;
    color: #be6a14!important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 05px 0px 32px 0px;
}
.card-gallery .product-badges {
    position: absolute;
    top: 0;
    left: 0;
}


  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* how to use section css end here */


  /* REWARD SECTION CSS START FORM HERE */

  /* .rewards-sec {
  color: #6e4633;
} */

.rewards-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    background-color: #be6a140f;
}
.rewards-left {
    width: 50%;
}
.rewards-right{
width:50%;
padding:50px;
}
.rewards-left img {
    width: 100%;
    max-width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.rewards-right h2 {
    font-size: 32px;
    color: #b36a14;
    margin-bottom: 10px;
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
}
.rewards-right p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.join-btn {
    border: 1px solid #b36a14;
    background: none;
    color: #b36a14;
    padding: 6px 25px;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    transition: 0.3s;
    font-weight: 400;
}
.join-btn:hover {
  background: #b36a14;
  color: #fffcf5;
}
.faq {
  margin-top: 30px;
}
.faq-box {
    border-top: 1px solid #d8bca2;
    padding: 20px 0;
    text-align: left;
}
.faq-q {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
    font-size: 18PX;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.faq-a {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.faq-box.active .faq-a {
  display: block;
}
#home .rewards-right p {
    font-size: 15px;
}
div#wonderment-pdp-eta-text {
    margin-left: 0px !important;
}
#home .review_testimonial-section .testimonial p {
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;

}

.promoted-products-box {
    display: none !important;
}

/* div#shopify-block-Ab2NDWHN5dmxuNXNUN__yotpo_product_reviews_questions_and_answers_mR4yN3 {
    width: 100%;
    padding: 50px 20px;
    background: transparent !important;
} */


span.avg-score.font-color-gray-darker {
    font-size: 22px;
    color: #be6a14;
    font-weight: 500;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; 
}

span.reviews-qa-label.font-color-gray {
    color: #be6114 !important;
    font-size: 22px !important;
    font-weight: 500;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}


.filters-container .magnifying-glass-icon {
    color: #be6a14 !important;
}

.filters-container .free-text-search-input {
    border: solid 2px #be6a14 !important;
    color: #be6a14 !important;
}


.filters-container .free-text-search-input::placeholder {
  color: #be6a14 !important;
}

.yotpo-nav.yotpo-nav-primary span {
    color: #be6a14 !important;
    font-weight: 500;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
}
.filters-container-title {
    font-size: 14px;
    color: #be6a14 !important;
    font-weight: 400 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
span.suggested-topic {
    border-radius: 20px !important;
}
span.suggested-topic-text {
    color: #be6a14 !important;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dropdown-filters-container span.selected {
    color: #be6a14 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.dropdown-filters-container .yotpo-dropdown-button {
    background: transparent !important;
    border: 1px solid #be6a14 !important;
}

span.y-label.yotpo-user-name.yotpo-font-bold.pull-left {
    font-size: 14px !important;
    color: #b36a14 !important;
    font-weight: 400 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.content-title.yotpo-font-bold {
    font-size: 14px !important;
    color: #b36a14 !important;
    font-weight: 700 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

span.y-label.yotpo-user-title.yotpo-action-hover {
 font-size: 14px !important;
    color: #b36a14 !important;
    font-weight: 400 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.content-review {
    font-size: 14px !important;
    color: #be6a14 !important;
}

.footer-actions span {
    color: #be6a14 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size:14px !important;
}

.yotpo-helpful span {
    color: #be6a14 !important;
    font-size: 14px !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.filters-dropdown .yotpo-dropdown-button .yotpo-icon {
    color: #be6a14 !important;
}

.write-question-review-buttons-container span {
    color: #be6a14 !important;
    font-size: 14px !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight:400 !important;
}
.write-question-review-buttons-container button {
    border:1px solid #be6a14 !important;

}

span.y-label.yotpo-review-date {
 color: #be6a14 !important;
    font-size: 14px !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-weight:400 !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper{
  border-color:#be6a14 !important;
}


.yotpo-review yotpo-regular-box .yotpo-main {
    margin-top: 20px !important;
}

span.reviews-amount {
    color: #be6a14 !important;
    font-weight: 500 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
}

.yotpo .yotpo-bottomline .yotpo-icon-star{
    color:#fb5273 !important;
}

.yotpo.yotpo-main-widget {
    padding: 0px 30px 40px 30px !important;
}
@media (max-width: 375px) {
    .yotpo.yotpo-main-widget {
        padding: 0 15px 15px !important;
    }
}

@media (max-width: 768px) {
  .rewards-wrap {
    flex-direction: inherit;
    text-align: center;
  }
  #home #shopify-section-template--16706374467639__hero_7rgeAp a {
    padding: 8px 20px;
}
 #home .rewards-right h2 {
    font-size: 28px;
}
#home #shopify-section-template--16706374467639__hero_7rgeAp a {
    padding: 8px 28px !important;
}
#home .product-item .badge-text {
    font-size: 10px !important;
    padding:5px 14px !important;
}
}



.collection-card__content.layout-panel-flex--column p {
    color: #fffcf5;
    font-size: 18px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}



/* product page top style */
button#BuyButtons-ProductSubmitButton-AZmN1dVNGSDJMTm5pc__add-to-cart {
    background-color: #fb5273 !important;
    border-radius: 30px !important;
}


quantity-selector-component.quantity-selector {
    border-radius: 30px !important;
    border: 1px solid #be6114;
}

span.svg-wrapper.icon-plus {
    color: #be6114;
}

.quantity-selector input[type="number"] {
    color: #be6a14 !important;
}

.rc-radio.rc-option__onetime.rc-option.rc_widget__option.rc_widget__option--onetime.rc-legacy-radio.rc_widget__option--active.rc-option--active {
    background: transparent;
    border: 2px solid #be6a14;
    border-radius: 30px;
    color: #be6a14;
    width: 70%;
    font-size: 16px;
    padding:10px;
}
.rc-radio.rc-option__subsave.rc-option.rc_widget__option.rc_widget__option--subsave.rc-legacy-radio {
    background: transparent;
    border: 2px solid #be6a14;
    border-radius: 30px;
    color: #be6a14;
    width: 100%;
    font-size: 16px;
    padding:10px;
    
}

.rc-radio__input:checked {
  border-color: #e77aa4; /* border color when active */
  background-color: #e77aa4; /* fill color when active */
}


span.price.recharge-inner-most-price {
    font-size: 16px;
    font-weight: 500;
    color: #BE6A14;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


.product-details {
  justify-content: flex-start !important;
}
.rc-template__legacy-radio {
    display: flex;
    align-items: center;
    gap:20px;
}


.slideshow-control {
    width: 85px!important;
}


.slideshow-control[aria-selected='true'] {
  outline: 4px solid #E0B9A9 !important; 
  /* outline-offset: 3px !important;         */
}


.product-card__content
 p {  font-size: 16px;
    font-weight: 500;
    color: #BE6A14;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.product-card__content  span.price {
     font-size: 16px;
    font-weight: 500;
    color: #BE6A14;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


/* .group-block-content h3 {
    font-size: 24px !important;
    font-family: 'GT America Extended Bold' !important;
    Color: #fffcf5 !important;
} */


/* .section-resource-list__content h2 {
    color: #be6a14!important;
    font-weight: 500 !important;
    font-family: Louize Display !important;
    font-size: 40px!important;
}


.spacing-style.text-block.text-block--AOVV5aWRqZkhNS1NiV__text_D4VGBT.h2 h2 {
    font-family: 'Louize Display' !important;
    font-weight: 500 !important;
} */


#shopify-section-template--16706374565943__section_fcinEM h2 {
    font-size: 40px;
    font-family: 'Louize Display' !important;
    font-weight: 500 !important;
}

#shopify-section-template--16706374565943__product_recommendations_qggXJq h2 {
  color: #be6a14!important;
    font-weight: 500 !important;
    font-family: Louize Display !important;
    font-size: 40px!important;
}




.product-information summary.details__header {
    color: #be6a15;
    font-size: 18px !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.product-information .details-content p {
    font-size: 14px !important;
    color: #be6a14;
    font-weight: 400 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}


.product-information .details {
    border: none !important;
    border-bottom: 1px solid #6F3E0C33 !important;
}


.product-information span.svg-wrapper.icon-caret.icon-animated {
  display: none;
}
.product-information .accordion--caret .icon-plus,
.accordion--plus .icon-caret {
  display: block !important;
  color: #be6a14 !important;
}
ul.main-menu-right li {
    list-style: none;
    display: inline-block;
}
li.custom-menu-right a {
    color: #be6a14;
    font-size: 15px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding: 2px 12px;
}

.oct-quiz-btn {
    width: 219px !important;
    font-size: 12px;
    font-family: 'GT America Bold' !important;
    letter-spacing: .5px;
    border-radius: 50px !important;
}



/* footer gallery button  */
.yotpo-pictures-gallery .load-btn-white, .yotpo-pictures-widget .load-btn-white {
    color: #fffcf5 !important;
    border: 2px solid #fffcf5 !important;
    width: 120px;
    height: 30px;
    border-radius: 40px !important;
    background: transparent !important;
}

span.yotpo-icon-button-text {
    color: #fffcf5 !important;
    text-transform:capitalize !important;
}
section.rewards-sec {
    padding-top: 100px;
}
#collection- .image-block {
    height: 400px;
    object-fit: cover;
}
.footer-newsletter input::placeholder {
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.footer-newsletter button {
    max-width: 181px;
    margin-top: 10px;
}
.benefit-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    align-self: center;
}
 
.benefit-item {
    display: flex;
    gap: 3px;
}
.pdp-variations {
    display: flex;
    gap: 16px;
    flex-direction: row;
    align-items: center;
}
 
.pdp-benefits {
    display: flex;
    gap: 24px;
    padding-top: 20px;
}
span.benefit-text {
    font-size: 14px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    align-self: center;
    margin-left: 5px;
}

 
.metafield-variation {
    margin: 30px 0px 20px 0px;
}
 
.metafield-variation a {
    border: 1px solid #be6a14;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.metafield-variation a.is-active {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
}

.metafield-variation br {
    display: none;
}




div#wonderment-pdp-eta-display img {
    width: 19px;
    height: 19px;
    object-fit: cover;
    filter: invert(66%) sepia(57%) saturate(319%) hue-rotate(329deg) brightness(96%) contrast(88%);
}
 
div#yotpo-reviews-star-ratings-widget p {
    color: #be6a14 !important;
      color: #be6a14;
      font-size: 14px;
  font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.product-form-buttons.spacing-style.product-form-buttons--stacked {
    padding: 20px 0px 10px 0px;
}

.rc-purchase-option__selector {
    font-size: 16px !important;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    color: #be6a14 !important;
    font-weight: 400 !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

#page-new-shop-scent #shopify-section-template--16730686160951__section_X9RzAE .group-block-content:hover{
background-color:#f1ddc9 !important;
padding:0;

}

#header-component .header__row {
    border-bottom: 1px solid #be6a14 !important;
}

#page-new-sustainability .leaping-mains {
    padding: 0 4rem;
}
#page-new-sustainability .leaping-mains .faq-item:first-child {
    border-top: 1px solid #be6a14;
}

#page-new-sustainability .sustain-imger img {
    height: 790px;
    object-fit: cover;
}

#home button.add-btn:hover span {
    color: #fffcf5;
}
#home button.add-btn:hover {
    background-color: #be6a14;
    color: #fffcf5;
}

/* Make each product item equal height */
.product-item {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-flow: column nowrap;
    gap: var(--product-card-gap);
    align-items: var(--product-card-alignment);
    text-decoration: none;
    color: var(--color, var(--color-foreground));
    padding-block: var(--padding-block-start) var(--padding-block-end) 0px;
    padding-inline: var(--padding-inline-start) var(--padding-inline-end);
    overflow: hidden;
    justify-content: space-between;
}
/* Let product-info grow and push the button down */
.product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}


/* Push button area to the bottom */
.product-info .product-btn {
  margin-top: auto;
}

/* Optional: make images look equal */
.product-item .product-img img {
    /* width: 100%;
    height: 361px;
    object-fit: cover; */
}

#home .featured-left h2,
#home .shop-categories h2 {
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 20px;
}
#home .featured-products .title {
    letter-spacing: 0.5px !important;
    line-height: 20px;
}
#home .product-card .metafield-rich_text_field p {
    letter-spacing: 0;
    line-height: 20px;
}
#home .shop-categories {
    padding-top: 0px;
}
#home .get-the-look {
    padding-top: 0;
}
.product-btn .shop-btn {
    background-color: transparent;
}
.product-btn .shop-btn {
    font-size: 14px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
#home .product-btn span {
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
#home .product-title {
    line-height: 24px;
}
#home #shopify-section-template--16706374467639__hero_7rgeAp h2 {
    font-size: 32px;
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
}
#home #shopify-section-template--16706374467639__hero_7rgeAp a {
    border-radius: 20px;
    margin-top:10px;
}
#home #shopify-section-template--16706374467639__hero_9kexN4 a {
    padding: 10px 60px !important;
}

#page-new-sustainability .faq-title {
    padding: 20px 0;
}
#page-new-sustainability .faq-item {
    padding: 0;
}
.footer-main .faq-item {
    padding: 15px 0 !important;
}
#page-new-sustainability .faq-item.open .faq-content {
    margin: 15px 0;
}
#page-new-sustainability .faq-content ul li {
    color: #be6a14;
}

#page-new-sustainability .content-left h2 {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}
/* #page-reward .section-content-wrapper {
    padding: 0;
} */

#page-new-shop-scent .hero__container {
    padding-top: 100px !important;
}
#page-new-shop-scent #shopify-section-template--16730686160951__hero_FtbcWM h2 {
    color: #fffcf5;
    font-size: 48px;
    line-height: normal;
    letter-spacing: 0.5px;
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page-new-shop-scent .hero__container {
    padding-top: 100px !important;
}

#page-new-faq #shopify-section-template--16727674552375__section_DBi3Hi h3 {
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
/
}

#page-new-faq .hero__content-wrapper h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fffcf5;
}
.product-btn .button {
    border-radius: 50px;
    width: 100%;
    background: none;
    border: 1px solid #be6a14;
    padding: 7px 22px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    color: #be6a14;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    gap: 5px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    align-items: center;
    margin-top: auto !important;
}

 .product-btn .add-to-cart-text {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    align-items: end;
}
 .product-btn span.add-to-cart-left {
    display: flex;
}
.product-item .metafield-rich_text_field {
    margin-bottom: 15px;
}
.product-btn .button:hover{ 
    background: #be6a14;
    color: #fffcf5;
}
.product-btn .button:hover span{ 
    color: #fffcf5;
}

#page-reward .ways-to-earn-section {
    background-color: #fffcf5;
}
.footer-main .footer-links {
    justify-content: space-around;
}
/* #home .marquee-text {
    fill: #be6a14;
    color:#be6a14;
    font-family:'GT America Extended Bold' !important

} */


#home .section-title {
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 32px;
}
.review_testimonial-section .slick-dots li.slick-active button {
    background: #fb5373 !important;
}
#home .review_testimonial-section {
    background-color: #fefcf6;
    text-align: center;
    padding: 100px 0 29px 0;
}
.footer-main .footer-newsletter button {
    font-weight: 400;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.footer-main .footer-newsletter input {
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.custom-collection-right .product-img img {
    width: 100%;
    min-height: 332px;
    object-fit: cover;
    border-radius: inherit;
    max-width: 100%;
    /* margin-right: 0; */
    margin: 0;
}
.custom-collection-right .product-card {
    margin: 0 !important;
}
.subscribe-left .subscribe-left h3 {
    font-size: 20px;
}
.subscribe-left p {
    font-size: 15px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #be6a14;
}
.subscribe-left .btn-featured {
    margin-top: 10px;
}
#shopify-section-template--16723949355063__section_RMDrxE .custom-section-content h3 {
    font-size: 20px;
}
.subscribe-save-style .custom-collection-left {
    position: inherit;
}

.subscribe-left {
    margin: 5rem 0 3rem;
}
.subscribe-save-style {
    padding: 50px 40px !important;
}

#page-reward .section-content-wrapper {
    padding: 0;
}

#page-reward .group-block-content a {
    height: 40px;
    border-radius:50px;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    border: 1px solid #fb5373 !important;
    border: 1px solid;
    letter-spacing: 1.2px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #fb5373 !important;
}
.btn-redeem {
    border-radius: 50px !important; 
}
.email-signup__input::placeholder {
    color: #646464 !important;
    font-style: italic;
    letter-spacing: 0.2px;
}
#home .shop-categories .container {
    max-width: 1482px;
}
#page-reward .email-signup__button{
    padding: 9px 25px;
    border-radius: 50px;
}
#home .get-the-look .container {
    max-width: 1449px;
    margin: 0a auto;
}
#page-reward .group-block-content a:first-child {
    color: #fffcf5 !important;
}
#page-reward .ways-to-earn-section h2 {
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 400;
}
#page-reward .email-signup__input-group input {
    background-color: transparent;
    
}
#page-reward .email-signup__input-group label {
   color:#000 !important;
    
}
#shopify-section-template--16724335886391__section_NhnXcq input::placeholder {
    color: #000;
}

#page-reward .redeem-item img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: inherit;
    height: 250px;
    object-fit: cover;
}
.redeem-slider .slick-prev, .redeem-slider .slick-next {
    top: 41%;
}
.redeem-item p.redeem-name {
    padding-top: 23px;
}
.redeem-item p.redeem-name em {
    font-size: 18px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#page-reward .btn-redeem {
    padding: 7px 47px;
    margin-top: 45px;
    font-size: 18px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-style:italic;
}
#page-reward #shopify-section-template--16724335886391__section_NhnXcq h6 {
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#page-reward .email-signup__input-group {
    margin-top: 22px;
}
#page-reward #shopify-section-template--16724335886391__section_NhnXcq p {
    max-width: 100%;
}
#page-reward .redeem-products-section {
    padding: 60px 0 0px 0;

}
#page-reward .redeem-title {
    margin-bottom: 23px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#page-reward .redeem-section .redeem-title {
    margin-bottom: 10px !important;
}
#page-reward .redeem-section {
    padding: 70px 20px;
}
#page-reward .vip-heading {
    font-size: 36px;
    color: #be6a14;
    margin-bottom: 40px;
    font-weight: 400;
}
#page-reward .vip-card {
    width: 26%;
}
#page-reward .vip-card h3 {
    margin-top: -7px;
}
#home .tab-section {
    justify-content: center;
}
.product-cactus-fruit-3-in-1-styling-cream #step1 {
    display: block;
    padding: 50px 0 0 0;
}
#page-subscribe-save-1 .subscribe-left .btn-featured {
    margin-top: 0px;
}
#page-subscribe-save-1 .subscribe-left h3 {
    font-size: 20px;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin-bottom:0;

}
#page-shop-all-1 .view-all-btn {
    display: block;
    padding: 10px 51px;
    background: none;
    color: #be6a14;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    text-decoration: none;
    border-radius: 50px;
    margin: 35px auto 0;
    text-decoration: none;
    font-weight: 500;
    width: fit-content;
    border: 1px solid #be6a14;
}
#page-shop-all-1 .view-all-btn:hover {
    background-color: #be6a14;
    color: #fffcf5;
}
.product-card__content.layout-panel-flex.layout-panel-flex--column.product-grid__card.spacing-style.border-style.gap-style {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    /* height: 430px !important; */
}
#collection-all .buy-buttons-block {
    width: 100%;
    margin-top: auto;
}
.product-card__content .yotpo-widget-instance {
    min-height: 28px;
    margin-top: 5px;
    margin-bottom: 0;
  }
/* .product-card__content  span.price {
    color: #fffcf5;
} */
.custom-shop-btn:hover span{
    color:#fffcf5;
}
.product-card__content {
    display: flex;
    flex-direction: column;
    /* height: 422px; */
}

.custom-shop-btn {
    margin-top: auto;
    text-transform: capitalize;
}
/* .custom-shop-btn:hover span{
    background-color:#be6a14;
} */
/* #collection-all .product-media img {
    height: 100%;
    object-fit:cover;
} */
/* #collection-all .product-grid__item {
    display: flex;
    flex-direction: column-reverse;
    justify-content:space-between;
} */
#collection-all .gift-card-form-option {
    display: none;
}
/* #collection-all .product-card__content {
    justify-content: space-between;
} */
span.badge-text.badge-exclusive br {
    display: none !important;
}
.product-grid__item {
    display: flex;
    flex-direction: column;
}
.product-form-buttons{
    margin-top:auto;
}
#collection-all .product-item span {
    font-size: 12px;
    display: block;
    font-weight: bold;
    font-family: 'GT America Bold';
}
/* .product-media img {
    width: 351px;
    height: 351px;
    object-fit: cover;
} */
/* #shopify-section-template--16706374205495__main .badge-text {
    display: contents !important;
} */
 #page-shop-all-1 .product-item span {
    position: absolute !important;
}

/* media query */

@media (max-width: 1024px) {
  #home .hero {
    min-height: auto !important;
}
#home .featured-products .add-btn {
    padding: 10px 9px;
    font-size: 12px;
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#home .tab-section {
    gap: 22px;
}
#home .shop-btn {
    padding: 10px 15px;
}
#home .product-title {
    font-size: 12px;
}
.header__columns ul.main-menu-right {
    padding-left: 0;
}
#home .faq-q {
    font-size: 16PX;

}
#page-meet-dae .card-grid {
    justify-content: flex-start;
    padding: 0px !important;
}
#page-meet-dae .section-content-wrapper p {
    max-width: 100%;
}
#page-meet-dae .overlap_img_left {
    left: -45px;
}
#page-meet-dae .card-grid {
    gap: 19px;
}
#page-faq .details__header {
    font-size: 16px;
    line-height: 32px;
}
#page-faq .text-block p {
    max-width: 100% !important;
}
#page-faq .text-block a {
    color:#fd8d7a;
}

#page-faq #shopify-section-template--16727674552375__section_FUEQx6 {
    margin-top: -231px !important;
    margin-bottom: -212px !important;
}
#page-build-your-own-bundle-1 #shopify-section-template--16749998866487__section_FNrNRU {
    margin-top: -49px;
}
#page-new-contact-us .hero {
    min-height: 456px;
}
#page-new-shop-scent .hero {
    min-height: auto;
}
#page-new-shop-scent .scent-product-section {
    padding: 70px 20px 78px 30px;
}
#page-new-shop-scent .custom-shop-btn {
    padding: 10px 13px !important;
}
#page-new-sustainability .leaping-mains {
    padding: 0 2rem;
}
#collection-all .hero {
    min-height: auto;
}
#page-reward .vip-card {
    width: 30%;
}
#page-subscribe-save-1 .subscribe-left {
    margin: 1rem 0 0rem;
    padding-left:20px;
}
#page-subscribe-save-1 .faq-section {
    padding:30px 0 20px 0;
}
.details-content .text-block p {
    max-width: 100% !important;
}
.metafield-variation a {
    padding: 6px 8px !important;
    font-size: 12px;
}
#page-meet-dae #shopify-section-template--16717635452983__section_ciCHQW .learn-more-section .card-grid {
    padding: 0px !important;
}
#page-meet-dae #shopify-section-template--16717635452983__section_ciCHQW {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
#page-meet-dae .learn-more-section h2.section-title {
    padding-left: 0 !important;
}
}

@media (max-width: 991px) {
#home .featured-inner {
    padding: 0 20px;
}
#home .banner-text h2 {
    font-size: 30px;
    line-height: 42px;
}
#home .product-info .product-btn {
    margin-top: inherit;
}
#home .look-image {
    width: 32%;
}
#home .look-products {
    width: 65%;
}
#home .tab-section {
    justify-content: space-between;
}
#home .first_row_imgs, #home .second_row_imgs {
    display: flex;
     gap: 10px;
}
#home .product-btn .shop-btn {
    font-size: 12px;
}
#home .shop-btn {
    padding: 10px 6px;
}
#home .tab-section {
    gap: 15px !important;
}
#home .product-btn span {
    font-size: 12px;
}
#home .metafield-rich_text_field p {
    font-size: 12px;
}
#home #shopify-section-template--16706374467639__hero_7rgeAp a {
    padding: 8px 35px;
}
#page-meet-dae .card-grid {
    gap: 15px;
}
#page-meet-dae .about-dae-container {
    padding: 30px 20px;
}
#page-dae-accessibility-statement-1 .section-content-wrapper {
    padding-top: 12px;
}
#page-new-faq #shopify-section-template--16727674552375__section_FUEQx6 {
    margin-top: -153px !important;
    margin-bottom: -147px !important;
}
#page-new-shop-scent .product-form-buttons button {
    padding: 12px 10px;
}
#page-new-shop-scent .resource-list--grid {
    grid-template-columns: repeat(2,1fr);
}
#page-new-shop-scent .hero__container .hero__content-wrapper p{
   max-width:700px;
}
#page-new-shop-scent .section-resource-list {
    padding: 50px 0;
}
#collection-all .product-card__content {
    height: auto !important;
}
#page-reward .vip-card {
    width: 30%;
}
#page-reward #shopify-section-template--16724335886391__section_XMykei {
    padding: 50px 0;
}
#page-reward #shopify-section-template--16724335886391__section_XMykei h3 {
    font-size: 32px;
}
#page-subscribe-save-1 .subscribe-left {
    margin: 0rem 0 3rem;

}
#page-subscribe-save-1 .faq-container {
    margin: 22px 19px 36px 20px;
}
#shopify-section-template--16706374565943__section_mDwFLE h2 {
    font-size: 34px;
}
.header .header__drawer {
    display: block !important;
}
.header ul.main-menu-right {
    display: none;
}
.header .header__icon {
    color: #fb5273 !important;
}
.header-menu__inner .menu-list {
    display: none;
}
.header li.custom-menu-right a {
    font-size: 18px;
    color: #fb5373 !important;
    padding: 7px 12px;
    font-family:"GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.header .menu-drawer__list-item a{
    font-size: 18px;
    color: #fb5373 !important;
    padding: 7px 12px;
    font-family:"GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.header .menu-drawer__menu-item-text span{
    font-size: 18px;
    color: #fb5373 !important;
    padding: 7px 12px;
    font-family:"GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.header li.custom-menu-right {
    padding: 11px 0 0 0;
}
span.menu-drawer__menu-item-text.wrap-text {
    color: #fb5373 !important;
    font-size: 18px;
}
hr.menu-horizon {
    border: 1px solid #fb5373;
    margin: 20px auto 12px;
}
}
@media (max-width: 768px) {
    .metafield-variation a {
        padding: 6px 4px !important;
    }
    .pdp-variations .metafield-variation {
        width: 100%;
        align-self: center;
    }
    .pdp-variations .metafield-variation a {
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .how-to-use .buttons {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        gap: 10px;
        flex-wrap: wrap;
    }

    #shopify-section-template--16706374565943__main h1 {
        font-size: 18px !important;
        line-height: 28px;
    }
    .rc-radio.rc-option__onetime.rc-option.rc_widget__option.rc_widget__option--onetime.rc-legacy-radio.rc_widget__option--active.rc-option--active {
        width: 100%;
    }

    .rc-template__legacy-radio {
        flex-direction: column;
    }

    .curved-marquee-text {
        display:none !important;
    }

    .step-content h3 {
        font-size: 16px;
        font-weight: 700;
        font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .custom-dreamy-slider-section .section-title {
        font-size: 24px !important;
    }

    .product-information summary.details__header {
        color: #be6a15;
        font-size: 16px !important;
    }

    .how-to-use h2 {
        font-size: 24px !important;
    }
    .how-to-use .btn {
        font-size: 14px;
    }

    .how-to-use {
        text-align: center;
        padding:20px !important;
    }

    .ingredient h3 {
        font-size: 16px !important;
        font-weight: 600 !important;
        margin-bottom: 10px !important;
        line-height: 24px !important;
    }

    .ingredient p {
        font-size:14px;
        margin-top: 5px !important;
    }

    #shopify-section-template--16706374565943__section_mDwFLE h4 {
        font-size: 16px !important;
    }

    #shopify-section-template--16706374565943__section_mDwFLE p {
        font-size: 14px !important
    }
    #shopify-section-template--16706374565943__section_mDwFLE h2 {
        font-size: 24px !important;
    }

    #shopify-section-template--16706374565943__section_CFLEDe p {
        font-size: 12px !important;
        font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        width: 100%;
        max-width: 90%;
    }

    #shopify-section-template--16706374565943__section_CFLEDe accordion-custom .details__header {
        font-size: 16px !important;
        color: #fff !important;
    }

    #shopify-section-template--16706374565943__section_CFLEDe h3 {
        font-size: 24px !important;
    }

    #shopify-section-template--16706374565943__product_recommendations_qggXJq h2 {
        font-size: 24px!important;
    }

    slideshow-controls.desktop\:hidden.media-gallery__mobile-controls {
        /* display: none; */
    }

    slideshow-controls.mobile\:hidden {
        display: block !important;
    }
    .slideshow-control {
        /* width: 56px!important; */
        padding: 6px;
    }
    div#shopify-block-AR0dGL1k3aUZKL1VZb__rebuy_personalization_engine_rebuy_widget_iRVB6W .rebuy-product-block {
        width: 100%;
    }
    .about-dae-content {
        margin-left: 0px !important;
        padding: 30px !important;
    }
    
    .about-dae-container {
        gap: 20px !important;
        padding: 30px !important;
    }
    
    .overlap_img_left {
        position: absolute;
        left: -57px;
        top: 58%;
        transform: translateY(-58%);
        max-width: 47%;
    }
    
    .overlay_img_bottom {
        position: absolute;
        bottom: -50px;
        right: -23px;
        max-width: 59%;
        transform: translateX(17%);
    }
    #page-meet-dae .learn-more-section {
        padding: 45px 20px !important;
    }
    .card-grid {
        gap: 53px !important;
        padding: 0px !important;
    }
    .second_row_imgs {
        display: none !important;
    }
    .look-image img:nth-of-type(2) {
    display: none !important;
    }
    .tab-item {
        padding: 6px 5px !important;
    }


    .product-card {
        margin-bottom: 20px;
    }

    .hero__container {
        min-height: 409px !important;
    }
}

@media (max-width: 768px)  {
    #page-meet-dae .about-dae-content {
        margin-left: 0;
    }
    #page-meet-dae .about-dae-container {
        padding: 0 !important;
    }
    #page-meet-dae .info-card {
        margin-bottom: 32px;
    }
    #page-test-page button.c66ffa9487c120e3ec4736ca3146afe5b61e4a98b {
        padding: 16px 11px;
        font-size: 14px;
    }
}
@media (max-width: 639px) {
    .get-the-look {
        padding: 60px 20px;
    }
    #home .section-resource-list__header {
        padding-left: 20px;
        padding-right: 20px;
    }
    #home .section-resource-list .group-block h3 {
        font-size: 22px;
    }

    #home .banner-content {
        height: 433px;
    }
    #home .curved-marquee svg {
        width: auto;
        height: 152px;
    }
    #home .rewards-right h2 {
        font-size: 24px !important;
    }
    #home .banner-content a.btn {
        padding: 10px 49px;
        font-size:14px;
    }
    #home .banner-text h2 {
        font-size: 24px;
        line-height: 32px;
        max-width: 100%;

    }
    #home .banner-text .banner-heading.banner-heading--custom {
        font-size: 24px;
        line-height: 20px;
        font-style: italic;
    }
    #home .curved-marquee {
        height: 82px;
    }
    #home .shop-categories {
        padding-top: 0px; 
    }
    #home .shop-mains {
        width: 100%;
    }
    #home .shop-contents h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    #home .category-content h3 {
        text-align: center;
    }
    #home .hero__container .hero__content-wrapper p {
        font-size: 28px;
        line-height: 34px;
    }
    #home .get-the-look {
        padding: 0px 20px 0px 20px;
    }
    #home .hero__container .hero__content-wrapper .paragraph p{
    font-size:20px;
    }
    #home .review_testimonial-section {
        padding: 40px 20px;
    }
    #home .svg-container {
        height: 65px;
    }
    #home .shops-imagers img {
        height: 380px;
        object-fit: cover;
    }
    .footer-logo-img {
        width: 90px !important;
        margin-top: 20px;
    }
    shopify-section shopify-section-group-footer-group .footer-links-section {
        padding: 0px;
    }
    .footer-main .footer-newsletter input {
        width: 100%;
    }

    .footer-main .footer-newsletter button {
        width: 100% !important;
        font-size: 16px;
        letter-spacing: 0.2px;
    }
    .footer-newsletter input::placeholder {
        font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 18px;
        letter-spacing: 0.2px;
    }
    .footer-links-section .faq-item {
        display: flex;
        justify-content: space-between;
    }
    .shopify-section shopify-section-group-footer-group .footer-main .footer-social {
        display: block;
        text-align: center;
    }
    .shopify-section shopify-section-group-footer-group .footer-main .footer-bottom-bar {
        display: block;
    }
    .shopify-section shopify-section-group-footer-group .footer-main .footer-credit p {
        padding-top: 10px;
        text-align:center;
    }
    .shopify-section shopify-section-group-footer-group .footer-main .rewards-right p {
        text-align: left;
    }
    #page-subscribe-save-1 .imager-content {
        text-align: center;
        padding: 50px 20px;
    }
    #page-subscribe-save-1 .feature-container {
        gap: 50px;
    }
    #page-subscribe-save-1 .get-the-look {
        padding: 50px 20px;
    }
    #page-subscribe-save-1 .faq-container {
        max-width: 100%;
        margin: 0;
    }
    #page-subscribe-save-1 .faq-section {
        padding: 40px 20px;
    }
    #page-subscribe-save-1 .faq-question p {
        font-size: 14px;
    }
    .shopify-section shopify-section-group-footer-group .svg-container {
        height: 68px;
    }
    .shopify-section shopify-section-group-footer-group .footer-newsletter h4 {
        font-size: 24px;
    }
    .shopify-section shopify-section-group-footer-group .faq-item span {
        color: #fffcf5;
    }
    .shopify-section shopify-section-group-footer-group .svg-container {
        height: 61px;
    }
    .shopify-section shopify-section-group-footer-group .footer-logo-img {
        width: 93px;
    }
    .shopify-section shopify-section-group-footer-group .footer-logo-img {
        margin-bottom: 20px;
    }
    .header__column.header__column--right ul.main-menu-right li {
        display: none;
    }
    .footer-links-section {
        padding:0px !important;

    }
    .footer-newsletter h4 {
        font-size: 24px !important;
    }
    .footer-main .footer-newsletter button {
        max-width: 100%;
    }
    .footer-main .footer-logo {
        padding-bottom: 0px;
    }
    #shopify-section-sections--16706374598711__custom_footer_FCkbqk .svg-container {
        height: 74px;
    }
    .oct-quiz-title {
        padding-top: 0;
    }
    #octane-quiz-wrapper {
        padding: 40px 35px 80px 35px !important;
    }
    #octane-quiz-wrapper .cdf4265b8a5f1db9f07479d1ca5f8837907050bcd {
        padding: 60px 0px 30px 0px;
    }
    #octane-question-wrapper1056231071b42e6c538b6ce42d9158b1eaa544ce{
        padding:0;
    }
    .oct-quiz-btn {
        margin-top: 15px !important;
        margin-left: 10px !important;
    }
    #octane-question-wrapper9a096494e7ff7ffd8584eb9925ee7dd395a4f582 {
        padding: 30px 0 0 0;
    }
    #page-new-shop-scent .hero__container {
        padding-bottom: 25px;
    }
    #page-new-shop-scent .hero__container .hero__content-wrapper h1 {
        font-size: 30px !important;
    }
    .scent-product-section {
        padding: 30px 0px 60px 0px;
    }

    #home .product-item {
        margin: 0 4px;
    }
    #home .featured-products .featured-inner {
        padding: 0 20px;
    }
    #home .featured-products .add-btn {
        padding: 7px 17px;
    }
    #home .featured-right {
        width: 30%;
    }
    #home .featured-left {
        width: 70%;
    }
    #home .featured-products .title {
        font-size: 14px;
    }

    .menu-drawer .close-button svg {
        color: #be6a14;
        width: 90px;
        height: 52px;
    }
    li.custom-menu-right {
        padding: 11px 0 0 0;
    }
    li.custom-menu-right a {
        color: #fb5373;
        font-size: 18px;
        font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        padding:0;
    }
    .has-submenu li.menu-drawer__list-item a {
        font-size: 18px;
        font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        color: #fb5373 !important;
    }
    li.menu-drawer__list-item span{
        font-size: 18px;
        font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        color: #fb5373 !important;
    }
    ul.menu-drawer__menu.has-submenu {
        padding: 0 32px;
    }
    li.menu-drawer__list-item span:hover{
        color:#be6a14;
    }
    .has-submenu li.menu-drawer__list-item a:hover , li.custom-menu-right a:hover{
    color:#be6a14;
    }
    .menu-drawer .close-button {
        color: #fb5373;
        width: 73px;
        height: 51px;
    }
    .header__icon--summary .header-drawer-icon {
        color: #fb5373;
    }
    .footer-main .footer-credit {
        text-align: center;
    }
    .footer-main .custom_mobile_faq_menu {
        color: #fffcf5;
    }
    .footer-main .footer-bottom-bar {
        display: block;
    }
    .footer-main .faq-item span {
        color: #fffcf5;
    }
    .footer-main .footer-social {
        display: block;
        text-align: center;
        margin-top: 40px;
    }
    .footer-main .footer-credit p {
        margin-top: 15px;
    }
    #page-new-shop-scent .hero-wrapper .hero__content-wrapper p {
        padding: 0 20px;
    }
    #page-new-shop-scent .hero__content-wrapper .text-block h2 {
        font-size: 30px !important;
        padding-bottom: 16px;
    }
    #page-new-shop-scent .scent-product-section {
        padding: 60px 20px 60px 30px;
    }
    #page-new-shop-scent .scent-product-title {
        padding-top: 1.5rem;
    }
    #page-new-sustainability .leaping-mains {
        padding: 0 1rem;
    }
    #page-new-sustainability .leaping-mains {
        gap: 30px;
        display: block;
    }
    #home #shopify-section-template--16706374467639__hero_7rgeAp h2 {
        line-height: normal;
    }
    #home .faq-q {
        font-size: 16PX;

    }
    #page-meet-dae #shopify-section-template--16717635452983__section_ciCHQW p {
        max-width: 100%;
    }
    hr.menu-horizon {
        border: 1px solid #fb5373;
        margin: 20px auto 12px;
    }
    #page-new-sustainability .content-left h2 {
        margin-bottom: 20px;
    }
    #shopify-section-template--16730686160951__hero_pFQVGe .hero__container {
        padding-top: 0 !important;
    }
    #product-styling-bestsellers-trio .group-block-content p {
        max-width: 100%;
    }
    .footer-social a {
        padding: 0 6px;
    }
    .subscribe-save-style {
        padding: 40px 15px;
    }
    .subscribe-left h3 {
        margin: 0;
    }
    .subscribe-left h3 {
        font-size: 20px;

    }
    #page-subscribe-save-1 .subscribe-left {
        margin: 0;
    }
    #page-subscribe-save-1 .subscribe-left {
        padding-left: 0;
    }
    #page-subscribe-save-1 .custom-collection-wrapper {
        gap: 30px;
    }
    #page-reward .vip-card {
        width: 100%;
        margin-bottom: 15px;
    }
    .hiw-boxes {
        gap: 0px;
    }
    .earn-grid {
        grid-template-columns: 1fr;
    }
    #page-reward .custom-section-content {
        padding-top:0px;
    }
    #page-reward .group-block {
        width: 100%;
    }
    #page-reward #shopify-section-template--16724335886391__section_XMykei h3 {
        font-size: 26px;
    }
    #page-reward .how-it-works {
        padding: 40px 0;

    }
    #page-reward .hiw-title {
        margin-bottom: 40px;

    }
    #page-reward .hiw-boxes {
        gap: 0px;
    }
    .hiw-heading {
        font-size: 24px;
        margin-bottom: 0;
        color: #C16C1A;
        margin-top: 0;
        font-weight: 400;
        font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    #page-reward .earn-grid {
        grid-template-columns: 1fr;
    }
    #page-reward .ways-to-earn-section {
        padding: 60px 20px;
    }
    #page-reward .ways-to-earn-section h2 {
        margin-bottom: 20px;
    }
    #page-reward .earn-grid {
        gap: 0px;
    }
    #page-reward .redeem-section {
        padding: 60px 20px;
    }
    #page-reward .redeem-title {
        font-size: 32px;
    }
    #page-reward .redeem-subtitle {
        font-size: 18px;
    }
    #page-reward .vip-heading {
        font-size: 30px;
    }
    #page-reward #shopify-section-template--16724335886391__section_NhnXcq h2 {
        padding: 15px 0px;
    }
    #home .collective-btn a {
        font-size: 14px;
    }
    #home .featured-products {
        padding: 50px 0 20px 0;
    }
    #page-build-your-own-bundle-1 .section-content-wrapper {
        padding-bottom: 0px;
    }

    #page-build-your-own-bundle-1 #shopify-section-template--16749998866487__section_FNrNRU h3 {
        font-size: 16px;
    }
    #page-build-your-own-bundle-1 .hero__container {
        margin-top: 40px;
    }
    #page-test-page #octane-question-wrapper416313945af3c8b2738358dc3cc75cee628d2584 {
        padding: 20px 0px 0 0;
    }
    #page-new-shop-scent .hero__container .hero__content-wrapper {
        padding: 0 5px;
    }
    #page-new-shop-scent .hero__container {
        padding-top: 40px !important;
    }
    #page-new-shop-scent #shopify-section-template--16730686160951__hero_FtbcWM h2 {
        padding-bottom: 0;
    }
    .group-block-content .text-block p {
        width: 100%;
        max-width: 100% !important;
    }
    .desert-ingredients {
        padding: 50px 0 20px 0;
    }
    #product-cactus-fruit-3-in-1-styling-cream .custom-dreamy-slider-section .section-subtitle {
        max-width: 313px;
        margin: 0 auto;
    }
    #product-cactus-fruit-3-in-1-styling-cream .see-it-in-action .section-title {
        margin-bottom: 20px;

    }
    .subscribe-left h3 {
        margin-bottom: 0;
    }
    #page-reward .image-block {
        margin-top: 30px;
    }
    #page-reward .group-block-content a {
        width: 100%;
    } 
    #page-reward .hiw-item:last-child {
        margin-bottom: 0;
    }
    #page-reward #shopify-section-template--16724335886391__section_NhnXcq h2 {
        font-size: 28px;
        padding-bottom: 0 !important;
    }
    #page-reward .group-block {
        padding-right: 30px;
    }
    #home .category-content h3 {
        text-align: center;
        font-size: 24px !important;
    }
    .get-the-look .section-title {
        font-size: 24px !important;
    }
    #home #shopify-section-template--16706374467639__hero_7rgeAp h2 {
        font-size: 28px;
    }
    #home .featured-products .add-btn {
        font-size: 12px;
        font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    #home .tab-item {
        width: calc(100% / 3 - 20px);
        text-align: center;
    }
    #shopify-section-template--16706374565943__section_CFLEDe p {
        max-width: 100% !important;
    }
    .footer-main .faq-content {
        max-height: inherit !important;
    }
    .footer-main .faq-content p {
    color:#fffcf5;
    font-size: 13px;

    }
    #collection-all .product-card__content.layout-panel-flex.layout-panel-flex--column.product-grid__card.spacing-style.border-style.gap-style {
        height: 414px !important;
        margin-bottom: 20px;
    }
    #home .look-image {
        width: 100%;
    }
    #home .look-products {
        width: 100%;
    }
    #page-meet-dae .card-corner {
        bottom: -38px;
        border-width: 37px 33px 0 0;
    }
    #page-build-your-own-bundle-1 .hero__container {
        min-height: 450px;
    }
    #page-new-faq #shopify-section-template--16727674552375__section_DzdwK6 h3 {
        font-size: 16px;
        line-height: 28px;
    }
    #page-new-faq summary.details__header {
        padding: 4px 0;
    }
    #page-new-faq .hero__content-wrapper h1 {
        font-size: 16px;
    }
    #page-new-faq #shopify-section-template--16727674552375__section_FUEQx6 {
        margin-top: -45px !important;
        margin-bottom: -30px !important;
    }
    #page-new-faq .details__header {
        font-size: 16px !important;
        line-height: 28px;
    }
    #page-new-faq .section-content-wrapper {
        gap: 0px;
    }
    #page-build-your-own-bundle-1 #shopify-section-template--16749998866487__section_FNrNRU {
        margin-top: -16px;
    }
    #page-new-contact-us #shopify-section-template--16727236083767__section_P4g4fC h3 {
        font-size: 16px;
    }
    #page-new-shop-scent .product-card__content {
        height: 383px;
    }
    #page-new-shop-scent .resource-list--grid {
        grid-template-columns: repeat(1,1fr);
    }
    #page-new-shop-scent .resource-list {
        gap: 30px;
    }
    #page-new-sustainability .sustain-imger img {
        height: 490px;
    }
    .resource-list {
        grid-template-columns: repeat(1,1fr);
    }
    .header .header__drawer {
        display: flex !important;
    }
    #page-meet-dae #shopify-section-template--16717635452983__section_ciCHQW .group-block .group-block-content {
        padding-left: 0px !important;
    }
    #page-meet-dae .learn-more-section h2.section-title {
        padding-left: 0 !important;
    }
    #page-meet-dae #shopify-section-template--16717635452983__section_ciCHQW {
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (max-width: 579px) {
    #page-new-contact-us #shopify-section-template--16727236083767__section_P4g4fC {
        margin-top: -20px;
    }
    #collection-all .product-grid{
    grid-remplate-columns:repeat(1,1fr) !important;
    }
    #product-recommendations-template--16730686160951__product_recommendations_qaURiW  h3 ,
    #product-recommendations-template--16730686160951__product_recommendations_JYPq7g h3{
        font-size: 18px !important;
    }
    #product-recommendations-template--16730686160951__product_recommendations_qaURiW  h3, 
    #product-recommendations-template--16730686160951__product_recommendations_JYPq7g h3 {
        letter-spacing: 0.1px;
    }
    #page-new-shop-scent .section-resource-list__content {
        align-items: center;
    }
    .pdp-variations .metafield-variation a {
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    .how-to-use .btn {
        padding: 8px 20px;
    }
    .how-to-use h2 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
  div#shopify-block-AR0dGL1k3aUZKL1VZb__rebuy_personalization_engine_rebuy_widget_iRVB6W .rebuy-product-block {
    width: 50%;
    }
    .how-to-use .btn {
        font-size: 16px;
    }
    .step-content p {
        font-size: 14px;
    }
    .step-content h3 {
        font-size: 20px;
    }
    .how-to-use h2 {
    font-size: 32px;
    }
    .ingredient h3 {
        font-size: 15px;
    }


}





/* product badge */
 /* .featured-products .badge-text {
    background: #ff6fa3;
    position: absolute;
    font-size: 12px;
    color: ##fffcf5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'GT America Bold';
} */

.badge-text {
    background: #ff6fa3;
    position: unset !important;
    font-size: 12px;
    color: #fffcf5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    text-transform: uppercase;
    text-align: center;
    /* font-family: 'GT America Bold'; */
}
#home .badge-text {
    position: absolute !important;
    padding: 4px 12px;
}

.badge-new { background-color: #F85474 !important; }
.badge-best { background-color: #EEA693 !important; }
.badge-exclusive { background-color: #BE6A14 !important; }
.badge-sale { background-color: #AEB863 !important; }


#page-reward .email-signup__input-group input:focus-visible {
    outline: none;
}

#page-new-faq .section-content-wrapper h3 {
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}
#shopify-section-template--16727674552375__section_9aLrpf accordion-custom .details {
    padding: 15px 0px !important;
}
#page-new-faq .section-content-wrapper {
    padding-bottom: 0;
}
span.cart-bubble__background {
    background-color: #fb5273;
}
#page-new-faq #shopify-section-template--16727674552375__section_FUEQx6 {
    margin-top: -104px;
    margin-bottom: -60px;
}
#page-subscribe-save-1 .badge-text {
    position: absolute !important;
}
#page-subscribe-save-1 .spacing-style.layout-panel-flex.layout-panel-flex--row.section-content-wrapper.mobile-column {
    align-items: flex-start !important;
}
button.custom-shop-btn {
    text-transform: uppercase !important;
    padding: 10px 16px !important;
}
.product-grid .product-badges__badge {
    background-color: #ff6fa3 !important;
    color: #fffcf5 !important;
    border-radius: inherit !important;
    text-transform: uppercase !important;
    font-family:"GT America" !important;
    font-size:12px !important;
}

#page-meet-dae #shopify-section-template--16717635452983__section_ciCHQW .image-block {
    height: 300px !important;
    object-fit: cover;
}
#page-meet-dae #shopify-section-template--16717635452983__section_ciCHQW{
 padding-top:5rem;
 padding-bottom:5rem;
}
#page-meet-dae #shopify-section-template--16717635452983__section_ciCHQW .group-block-content {
    padding-left: 30px !important;
}
#page-meet-dae #shopify-section-template--16717635452983__section_ciCHQW .group-block-content p {
    max-width: 618px !important;
}
#page-meet-dae .learn-more-section .card-grid {
    padding: 0px 140px;
}
#page-meet-dae .learn-more-section h2.section-title {
    padding-left: 80px;
}
#page-meet-dae #shopify-section-template--16717635452983__learn_more_card_MDmQnB .learn-more-section {
    padding-bottom: 130px;
}

.shop-by-scent .scent-product-card {
    padding: 30px;
}
.shop-by-scent #shopify-section-template--16730686160951__section_cjXPNB .group-block:hover {
    height: 300px;
}
#shopify-section-template--16730686160951__section_nwkMDV h2 , #shopify-section-template--16730686160951__section_dhg6Bb p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #fffcf5 !important;
    margin: 0px;
    padding: 15px;
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.shop-by-scent #shopify-section-template--16730686160951__section_X9RzAE img {
    height: 122px;
    object-fit: contain;
}
#product-recommendations-template--16730686160951__product_recommendations_qaURiW  h3 ,
 #product-recommendations-template--16730686160951__product_recommendations_JYPq7g h3{
    color: #be6a14;
    font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom:20px;
}
#shopify-section-template--16726739779639__recycling_initiative_section_MPWCYH .leaping-bunny-section {
    padding-bottom: 0;
}
.redeem-subtitle {
    font-style: italic;
}



.product-details .custom-shop-btn {
    border: none;
    background-color: #fb5373;
    color: #fffcf5;
}

.product-details .custom-shop-btn .price{
    display:none;
}
.product-details .custom-shop-btn {
    justify-content:center;
}
.product-size-text {
    padding-top: 10px;
}
.pdp-one-liner {
    padding-top: 12px;
}


div#shopify-block-Ab2NDWHN5dmxuNXNUN__yotpo_product_reviews_questions_and_answers_mR4yN3 {
    width: 100% !important;
    max-width: 100% !important;
}


/* review star shop all */
#page-shop-all-1 .custom-collections-page .yotpo-widget-instance span {
    position: static !important;
}

.container {
    width: 100% !important;
    max-width: 1482px !important;
    margin: 0 auto !important;

}

:root {
  --font-body-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading-family: "Louize Display", Georgia, serif;
}

.rebuy-widget .widget-type-cart h4.primary-title {
    font-weight: 700;
    text-transform: uppercase;
}

.rebuy-widget .widget-type-cart button.flickity-button.flickity-prev-next-button.previous {
    left: -20px;
}
.rebuy-widget .widget-type-cart button.flickity-button.flickity-prev-next-button.next {
    right: -20px;
}
.rebuy-widget .widget-type-cart button.flickity-button.flickity-prev-next-button {
    background: #ffffff96;
}

.rebuy-widget .widget-type-cart .rebuy-product-block {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (max-width: 620px) {

    .pdp-variations {
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }
    .pdp-variations .metafield-variation a:focus {
            background-color: #fb5373 !important;
            color: #fff;
    }
    
}

@media (max-width: 639px) {
    div#shopify-section-template--17028947345463__17624984814b59fb90 .shopify-block.shopify-app-block {
        width: 90%;
        margin: 0 auto;
    }
    
    .rebuy-widget .rebuy-product-grid, .rebuy-recommended-products .rebuy-product-grid {
        display: block !important;
    }

    .rebuy-widget .rebuy-product-grid.small-columns-4 .rebuy-product-block, .rebuy-recommended-products .rebuy-product-grid.small-columns-4 .rebuy-product-block {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    /* Adjust the pdp page product benefits */
    span.benefit-text {
        font-size: 11px;
        font-weight: 600;
    }


}

/* =========================
   FACETS – tighten + scale down
   ========================= */


   .facets--filters-title {
        display: block;
        font-size: 15px;
        letter-spacing: 0px;
        font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: calc(var(--font-heading-scale) * .06rem);
        display: none;
    }

    .filters-title {
        display: block;
        font-size: 15px;
        letter-spacing: 0px;
        font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: calc(var(--font-heading-scale) * .06rem); 
        color: #be6a14;  
    }

   .facets.facets--vertical accordion-custom summary.facets__summary {
            margin-bottom: 0 !important;
            justify-content: flex-start !important;
    }


   .facets.facets--vertical accordion-custom summary.facets__summary .facets__label {
        color: #be6a14;
        font-size: 12px !important;
        text-transform: uppercase;
        cursor: pointer;
        font-family: "GT America Extended Bold", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
        flex-direction: row-reverse;
    }

    .facets__inputs-wrapper:not(:has(.facets__inputs-list)), .facets__inputs-wrapper .facets__inputs-list {
        gap: 0px !important;
    }

    .facets .checkbox__label {
        position: relative;
        display: inline-flex;
        cursor: var(--checkbox-cursor);
        line-height: var(--checkbox-size);
        min-width: var(--minimum-touch-target);
        align-items: center;
        gap: 4px;
    }

/* FILTER heading ("Filters") */
.facets.facets--vertical .facets__heading,
.facets.facets--vertical h2.facets__heading {
  font-size: 22px !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 14px !important;
}

/* Section headers (PRODUCT TYPE, CONCERN) */
.facets.facets--vertical summary.facets__summary {
  margin: 14px 0 6px !important; /* was looser */
  gap: 10px !important;
 flex-direction: row-reverse;
 text-align: left;
 justify-content: flex-end;
 flex-wrap: wrap;
}

.facets--vertical .facets__status-wrapper {
    gap: 0 !important;
}

.facets.facets--vertical summary.facets__summary .facets__label {
  font-size: 15px !important;
  width: 100%;
  letter-spacing: 0.05em !important;
}



.facets__status-wrapper * {
    transition: color .2s ease,font-weight .2s ease;
    color: #be6a14;
    font-size: 14px !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Caret spacing */
.facets.facets--vertical summary.facets__summary .icon-caret {
  margin-right: 6px;
}

/* List container spacing */
.facets.facets--vertical .facets__inputs-wrapper {
  margin-top: 6px;
}

/* Individual facet rows */
.facets.facets--vertical .facets__inputs-list-item {
  margin: 10px 0 !important; /* tighter rows */
}

/* Checkbox size */
.facets.facets--vertical .checkbox__input {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

/* Facet item text */
.facets.facets--vertical .checkbox__label-text {
  font-size: 18px !important; /* down from 22 */
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* Reduce space between groups */
.facets.facets--vertical .facets__item {
  margin-bottom: 18px !important;
}

/* Selected filter pills (top area) */
.facets.facets--vertical .facets-remove,
.facets.facets--vertical .facets-remove--mobile-and-vertical {
  margin-bottom: 14px;
}

.facets.facets--vertical .facets-remove .active-facets__button {
  font-size: 14px;
  padding: 6px 12px;
}

/* Clear all link */
.facets.facets--vertical .facets-remove a,
.facets.facets--vertical .facets-remove button {
  font-size: 14px;
  margin-top: 6px;
}

.facets .checkbox .checkbox__label-text {
    transition: color .2s ease,font-weight .2s ease;
    color: #be6a14;
    font-size: 14px !important;
    font-family: "GT America", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* =========================
   FIX caret placement when filters are selected
   ========================= */

/* Make the summary a stable 2-column row */
.facets.facets--vertical accordion-custom summary.facets__summary {
  display: flex !important;
  flex-direction: row !important;     /* undo row-reverse */
  flex-wrap: nowrap !important;       /* prevent wrapping chaos */
  align-items: center !important;
  /* justify-content: space-between !important; */
  gap: 10px !important;
}

/* Label on the left */
.facets.facets--vertical accordion-custom summary.facets__summary .facets__label {
  width: auto !important; 
}

/* Status/caret pinned to the right */
.facets.facets--vertical accordion-custom summary.facets__summary .facets__status-wrapper {
  /* margin-left: auto !important; */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  gap: 8px !important;
  white-space: nowrap !important;
}

/* If you don't want the "selected" text to show, hide it,
   but keep the wrapper so the caret doesn't move */
.facets.facets--vertical accordion-custom summary.facets__summary
  .facets__status-wrapper facet-status-component,
.facets.facets--vertical accordion-custom summary.facets__summary
  .facets__status-wrapper .facets__status,
.facets.facets--vertical accordion-custom summary.facets__summary
  .facets__status-wrapper [ref="facetStatus"] {
  display: none !important;
}

/* Keep caret consistent */
.facets.facets--vertical accordion-custom summary.facets__summary .icon-caret {
  margin: 0 !important;               /* undo margin-right */
  flex: 0 0 auto !important;
}

/* Rotate caret on open (details open) */
.facets.facets--vertical accordion-custom details[open] summary.facets__summary .icon-caret {
  transform: rotate(180deg);
}


