:root {
  --default-font-family: "tt-commons-pro", sans-serif;
  --secondary-font-family:  "adobe-caslon-pro", serif;
  --secondary-font-family-semibold: "adobe-caslon-pro", serif;
  --secondary-font-family-bold: "adobe-caslon-pro", serif;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-caption-transform: uppercase;
  --default-color: #402a14;
   --default-color-hover: #E7E5DC;
  --x-default-color-critical: #992600;
  --color-card-border: #f9ddad;
  --color-outofstock: #e94e48;
  --color-cool-gold: #f9ddad; 
  --color-warm-gold: #e4ba7;
  --color-overlay-text: #fff;
}
/*@media (min-width: 768px) {
  #main-content{
    margin: 0 24px;
  }
}*/
body,
p,
a,
input,
select,
h2,
h3,
h4{
  font-family: var(--default-font-family);
}

h2,
h3,
h4 {
  
   font-weight: 600;
   line-height: normal;
}

h1{
  font-family: var(--secondary-font-family);
  font-style: italic;
  text-transform: lowercase;
  font-weight: 700;
  /*line-height: 30px;*/
  letter-spacing:-0.063rem;
  
}

h1,
.text-display-xl {
  font-size: 5.0rem;
}
@media (min-width: 48em) {
  h1,
  .text-display-xl {
    font-size: 5.0rem;
  }
}

h2{
  font-family: var(--secondary-font-family);
  font-style: italic;
  text-transform: lowercase;
  font-weight: 600;
  /*line-height: 30px;*/
  letter-spacing:-0.03rem;
  font-size: 4rem;
}

h3{
 font-size: 1.75rem;
 text-transform: uppercase;
 letter-spacing: 1px;
}

h5{
  font-family: var(--secondary-font-family);
  font-size: 2.5rem;
  font-style: italic;
  line-height: 1.1;
  font-weight: 700;
}
h5 {
  font-size: 2.5rem;
  line-height: 1.1;
}
h6 {
  font-size: 1.35rem;
}

/* COCO */
p.text-xs,
p.banner__caption {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 1em;
}

/* Banner padding */
.banner__wrapper > div {
  padding: calc(var(--gap) / 1) !important;
}

/* footer typography - COCO */
.footer__content .text-xs,
.footer__localization {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.footer__content .text-xs {
  font-weight: 400;
  font-size: 11px !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fffbf7;
}

/* Handle */
 ::-webkit-scrollbar-thumb {
  background: var(--default-color);
   border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #713d19;
}

.text-display-lg {
  font-size: 3.0rem;
}


@media (min-width: 48em) {
 .text-display-lg {
    font-size: 3.0rem;
  }
  h2 {
    font-size: 4.0rem;
  }
}


h3,
.text-display-md {
   font-size: 1.8rem;
}
@media (min-width: 48em) {
  h3,
  .text-display-md {
    font-size: 1.8rem;
  }
}

h4,
.text-display-sm {
  font-size: 1rem;
  line-height: 20px;
}


h6 {
  font-size: 1.4rem;
}

p, li{
  font-size: 1.4rem;
}

.grid-content__header{
  overflow:visible;
}

input[type=radio]:checked + .button--pill {
    background-color: var(--color-background-button-secondary);
    color: var(--color-text-button-secondary);
    border-color: var(--color-border-button-secondary);
}

.quantity,
.quantity input{
  border-radius: 6px ;
}

.card {
height: 100%;
}
.card__title{
  font-family: var( --secondary-font-family);
  font-style: italic;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 30px;
  letter-spacing:-0.063rem;
}
/*.card--product,
.card--article,
.card--collection{
  border-radius: 6px;
  border-color: var(--color-card-border);
}
.card__image img,
.card__image video{
   border-radius: 6px;
}
*/
.card__content {
  justify-content: flex-start;
}

.card--product .card__description{
    /* to make the card_bottom align with other cards */
    min-height: 63px;
    max-height: 63px;
}

.card__badge{
    font-weight: bold;
     background: #fff;
     color: #402a14;
    -moz-border-radius: 0px;
     -webkit-border-radius: 0px 0px 0px 6px;
     border-radius: 0px 0px 0px 6px;
}

.card__badge--on-sale {
   /* color: var(--color-sale); */
}
.card__badge--out-of-stock{
  color: var(--color-outofstock);
}
.card__bottom .price{
  /* to make the price above the buttons */
  margin-bottom: 4.5rem;
}

.card__bottom form[data-type="add-to-cart-form"]{
  /* move add to cart button to the bottom of the collection grid card */
  align-self: flex-end;
}


@media (min-width: 1024px) or (max-width: 768px) {
   /* all of these class adjustments are to make the view collection link appear on the same row */
  .card--collection .card__content div:first-of-type{
    width: fit-content;
    display: inline-flex;
  }
  
  .card--collection .card__content{
    flex-direction: row;
  }

  .card__bottom{
    position: relative;
  }
  .card--collection .card__content .card__bottom{
     display: inline-flex;
     width: fit-content;
     margin-left: auto;
  }

}

@media (min-width: 48em) {
    .container--full_width {
        /*margin: 0 calc(var(--gap) * 2);*/
      margin: 0 auto !important;
    }

  .container--full_width {
      max-width: 1440px;
  }
}
.button--pill{
  border-radius: 6px !important;
}

.button--primary,
.button--secondary{
  border-radius: 6px !important;
}
.button--view-product{
  border-radius: 6px;
}

.button--sm.toggle-filtering,
.sort-by.facet-form select{
  border-radius: 6px;
}


.variant_options .button--pill{
  border-color: var(--color-text-links);
  color: var(--color-text-links);
  background: #fff;
}
.variant_options .button--pill:hover{
    color: #fff;
    background: var(--color-background-button-secondary-hover);
   border-color: var(--color-background-button-secondary-hover);
}

.button--view-product__text,
.button--card span{
  text-transform:capitalize;
  font-weight:600;
}


@media (min-width: 1024px) {
    #shopify-section-navigation-main .section__wrapper,
    #shopify-section-sections--19050350477554__navigation-main  .section__wrapper{
      padding: 8px var(--gap) 0 var(--gap);
    }
}
/* announcement bar free shipping */
@media (min-width: 768px) {

.shopify-section.announcement-bar .container--full_width{
  max-width: 1440px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
/* TODO: Change this back when first messageannouncement bar   is off */
 .announcement-bar:nth-of-type(2) .top-menu__left{
      margin-left: calc(50% - 172px);
  }

  .b2b-store .announcement-bar .top-menu__left{
      margin-left: calc(50% - 172px);
  }


    .announcement-bar .top-menu .container--default{
       /*max-width: 1440px !important;*/
      width: 100%;
    }

    .announcement-bar .top-menu .container--default .container,
    .top-menu .container {
       width: 100% !important;
    }

  .announcement-bar .top-menu__right a{
    font-size: 1.3rem
  }
  
   
   .announcement-bar  .top-menu__left p{
      font-weight: 700 !important;
      font-size: 14px;
      text-align: center;
      width: 340px;
    }

    .announcement-bar .top-menu__left.special{
        margin-left: auto;
        margin-right: auto;
        color:#fffbf7 !important;
    }

    announcement-bar .top-menu__left.special p{
        color:#fffbf7 !important;
     }



   /*.announcement-bar .top-menu__right{
      margin-right: 20px;
   }*/

}

@media (max-width: 77.5em) {
.announcement-bar .top-menu__right{
     /* margin-right: 30px;
  border : 1px solid red;*/
   }
  
}

.header__icons {
    min-width: 3.0rem;
}

.nav__content li{
  font-size: 1.5rem;
}

#shopify-section-navigation-main{
  background: #fffbf7;
}

#shopify-section-navigation-main .section__wrapper {
   max-width: 1440px !important;
    margin: 0 auto;
}

.b2c-store .header-column--fullwidth,
.b2b-store .header-column--fullwidth {
    width: 610px;
    flex-wrap: wrap;
    margin: -23px auto 0;
}

.b2b-store .header-column--fullwidth {
    width: 660px;
}

/* mega menu */

.nav .megamenu__container:has(.megamenu__banner) {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.megamenu__container h2{
  /*margin: 24px 0 0 24px;*/
}
.megamenu__sidebar{
  background-color: var(--default-color) !important;
}
.megamenu__sidebar li a.nav__main-menu-link:not(.nav__main-menu-link--active){
  color: #fffbf7 !important;
  font-size: 1.6rem;
  font-weight: 500;
  height: 3.4rem;
}

.nav__main-menu-link--active {
  background: var(--default-color) !important;
  color: #fffbf7 !important;
  font-size: 1.6rem !important;
  height: 3.4rem;
}


.megamenu__sidebar li a.nav__main-menu-link:hover,
.megamenu__sidebar li a.nav__main-menu-link--active{
   /*color: #fffbf7 !important;*/
  font-weight: 700;
}
.megamenu__content .megamenu__links li a{
   font-size: 1.6rem;
  font-weight: 400;
}

.megamenu__content .megamenu__links li a:before{
   content: "\203A"; /* Unicode for rightwards arrow */
  /* Optional styling for the arrow */
  display: inline-block; /* Ensures proper positioning and styling */
  margin-right: 13px;
  color: var(--default-color);
  font-size: 3rem;
}

.megamenu__content .megamenu__links li a:hover{
   font-weight: 700;
}
/*
.main-nav-item.megamenu-open.multi_level_megamenu [data-tooltip-trigger] + [data-tooltip] #arrow:after {
  background: #402A14;
 }
*/

@media (min-width: 64em) {
    .header > .container + .container {
         padding: 0 !important;
    }
}

/* Desktop hide the secondary items from the main nav so we can display them in the burger menu */
a.main-nav-item[href*="/pages/rewards"],
a.main-nav-item[href*="/pages/store-locator"],
a.main-nav-item[href*="/pages/about-us"]  {
  display:none;
}

@media (max-width: 63.99em){
   .header > .container + .container {
        padding: 0 !important;
    }
    /* Mobile show the secondary menu items from the main nav in the burger menu */
    a.main-nav-item[href*="/pages/rewards"],
    a.main-nav-item[href*="/pages/store-locator"],
    a.main-nav-item[href*="/pages/about-us"]  {
      display:auto;
    }
}

/* feature bar */
.features-bar{
    /*max-width: 1440px;  */
  margin: 0 auto;
}
/*.features-bar__item div strong {
    color: #E4BA7E !important;
}
*/
@media (min-width: 47.8125em) and (max-width: 53.125em){
    .features-bar__item div strong,
    .features-bar__item div p {
        font-size: 1.25rem !important;
        max-width: 16rem !important;
    }
}


@media (max-width: 77.5em) {
  .shopify-section.features-bar{
    overflow: visible;
    max-width: 100vw;
  }
  
 .features-bar .container--default {
    max-width: 100%;
    border-radius: 0 !important;
  }
}

/* category hero */

.shopify-section.hero-basic .has-image-background .collection-icons{

}

.shopify-section.hero-basic .no-image-background .collection-icons{
  position: absolute;
  right: 0;
}

.hero-basic__description p,
.hero-basic__description h3{
  color:#fff;
}

body.template-collection .hero-basic__description p,
body.template-collection .hero-basic__description h3{
  color:#402a14;
}

.hero-basic__description p{
  font-size: 1.8rem;
  line-height: 24px;
}




/* footer */

.form-email-signup__form .button.button--sm:hover{
  color: var(--default-color);
}

.form-email-signup__content .subheading {
  margin-top: -10px;
}

footer {
  margin-top: 0 !important;
}
.footer .container {
   gap: 0rem;
}
 .footer .container .footer__content .footer__menu p{
   font-weight: bold;
   font-size: 1.6rem;
 }
@media (min-width: 1024px) {
    #shopify-section-sections--19050350510322__navigation-footer .footer__content {
        flex: 0 15% !important;
        max-width: 15% !important;
    }

   #shopify-section-sections--19050350510322__navigation-footer .footer__content:first-child {
       flex: 0 22% !important;
        max-width: 22% !important;
        padding-right: 4.0rem;
        margin-top: 0;
    }

     #shopify-section-sections--19050350510322__navigation-footer .container:last-child .footer__content:last-child {
       margin-top: 0;
    }
/* footer link columns */
     #shopify-section-sections--19050350510322__navigation-footer .footer__content:nth-of-type(2),
     #shopify-section-sections--19050350510322__navigation-footer .footer__content:nth-of-type(3),
     #shopify-section-sections--19050350510322__navigation-footer .footer__content:nth-of-type(4),
     #shopify-section-sections--19050350510322__navigation-footer .footer__content:nth-of-type(5) {
        margin-top: 80px;
     }
}

.footer__menu{
  margin-top: 12px;
}

#sections--19050350510322__form_email_signup_rNPyQf h3{
  font-weight: bold;
  font-style: italic;
}

.form-email-signup{
  width: 100vw;
  background: var(--default-color);
}
.form-email-signup .section__wrapper{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
 .form__output-wrapper.success{
      color: #fff;
      padding: 4px 0 0;
   justify-content: center;
  }
@media (min-width: 768px) {
  .form__output-wrapper.success{
       position: absolute;
  }
}
@media (min-width: 1024px) {
  .form__output-wrapper.success{
       position: absolute;
      padding: .5rem 0 0 4rem;
      justify-content: flex-start;
  }
}

/* predictive search */
.predictive-search{
  border: 1px solid #E7E5DC;
  border-radius: 6px;
  padding: 16px 32px;
}
.predictive-search-wrapper .form__input-wrapper{
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
  border: none;
}

.predictive-search-wrapper .search-trigger .search-icon{
  padding-top: 6px;
}

.form__input-wrapper input[type=search]{
  background: #fff;
  border: 1px solid #f9ddad;
  border-radius: 6px;
  color: #402a14;
  flex: none;
  width: calc(100% - 90px);
  height: 40px;
}

.predictive-search-wrapper .form__input-wrapper button {
    border-radius: 6px !important;
    height: 40px;
    font-size: 1.6rem;
    background: var(--color-background-button-secondary);
    border-color: var(--color-background-button-secondary);
    color: var(--color-text-button-secondary);
}

.predictive-search-wrapper .form__input-wrapper button:hover {
    background: var(--color-background-button-secondary-hover);
    border-color: var(--color-background-button-secondary-hover);
    color: var(--color-text-button-secondary);
}


.predictive-search__mobile-header{
  border-bottom: none !important;
  padding: 0 !important;
  margin-bottom: 32px;
}

.banner__wrapper--header,
.predictive-search img{
  border-radius: 6px;
}
.search-sidebar__clear{
    border-radius: 6px !important;
    padding: 8px;
}

.predictive-search .search-sidebar{
  border: 1px solid #f9ddad;
  background: #fff;
  border-radius: 6px;
}

.predictive-search .search-products .card {
height: 100% !important;
}

search-products__grid .card__content {
justify-content: flex-start;
}

.predictive-search .search-products__grid .card__title{
  text-align: center;
}

.search-sidebar__list recent-searches{
  margin: 0;
}

.predictive-search .search-banners{
  padding: 0;
}

/* store locator */
#shopify-section-template--19050350772466__main .section__wrapper {
  padding-top: 32px !important;
}
#shopify-section-template--19050350772466__main .wysiwyg h1{
    margin: 0 0 2rem;
}

#shopify-section-template--19050350772466__main .container {
    width: calc(100% - 24px);
    margin: 0 12px;
}

/* search page */
.shopify-section.search-results{
  padding-top: 68px;
}
.search-results .form__input-wrapper {
     background: var(--color-background-body);
    border: none;
    border-radius: 0;
    color: #402a14;
}

.search-results .form__input-wrapper .button{
      border-radius: 6px !important;
      height: 40px;
      font-size: 1.6rem;
     text-transform: lowercase;
}

.predictive-search__results-container .search-sidebar{
  margin-top: 2.1rem;
}

/* PDP */
/*@media (min-width: 48em) {
  .sticky-add-to-cart {
    top: 156px;
  }
}*/
.b2b-store .main-product{
  height: 1px;  /* to allow for copy from but also hide it */
  overflow:hidden;
}
.main-product__blocks > *:first-child {
    margin-top: 0;
    margin-bottom: 4px;
}

.main-product__title div h1 {
  font-family: var(--secondary-font-family);
  font-weight: 600;
  font-style: italic;
}
@media (min-width: 48em) {
    .main-product__blocks .main-product__title + .shopify-block.shopify-app-block{
     margin: 0 !important;
   }
}
.button--add-to-cart{
   background-color:var(--color-background-button-secondary);
  border-color:  var(--color-border-button-secondary);
  color: var(--color-text-button-secondary);
}
.button--add-to-cart:hover{
   border-color:  var(--color-border-button-secondary-hover);
  background-color: var(--color-background-button-secondary-hover) !important;
  color: var(--color-text-button-secondary-hover);
}
.shopify-payment-button button{
  background-color:var(--color-background-button-primary);
  border-color:  var(--color-border-button-primary);
  color: var(--color-text-button-primary);
}
.shopify-payment-button button:hover{
  border-color:  var(--color-border-button-primary-hover);
  background-color: var(--color-background-button-primary-hover) !important;
  color: var(--color-text-button-primary-hover);
}

/* to narrow the bottom margin of PDP scent notes */
.main-product__description + .alignment-horizontal--left{
  margin-bottom: -20px;
}

/* PDP reviews widget */
.jdgm-carousel--card-theme .jdgm-carousel-item__inner-wrapper {
     padding: 12px !important;
    box-shadow:none !important;
    background:#fff !important;
    border: 1px solid  var(--color-border-button-primary);
    border-radius: 10px !important;
    width: 100%;
}

.jdgm-carousel-item__review-body>p,
.jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name-wrapper
{
  font-size: 14px !important;
    text-align: center;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__review-rating {
    text-align: center;
}

.jdgm-carousel-wrapper .jdgm-star.jdgm-star, 
.jdgm-carousel .jdgm-star.jdgm-star {
    color: var(--default-color) !important;
    background: #fff !important;
}
.jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name:before{
    content: '-';
}
.jdgm-carousel--card-theme .jdgm-carousel-item__reviewer-name-wrapper{
    text-align: center !important;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #e4ba7e !important;
}

.recommended-products{
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
}

.recommended-products .grid-content__header--left{
  padding-left: 0 !important
}

.recommended-products h2{
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 600;
}
/* about us truncation */
.richtext-with-truncation-handling{
  height: 190px;
}

.richTextTruncated{
 display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.richTextNotTruncated{
   overflow:visible; 
   white-space:auto; 
  text-overflow: visible;
}

/* About us */
.template-page-about-us .rich-text__content h2{
   font-family: var(--secondary-font-family);
   font-size: 4rem;
   font-style: italic;
   letter-spacing: -0.03rem;
    text-transform: lowercase;
    line-height: 1.1;
}

.template-page-about-us swiper-slide .button__text{
  color: var(--color-text);
}


  /* blog page TODO: NEED TO FIND A WAY TO TARGET BETTER*/
  .hero__wrapper{
    position: relative;
  }
  .hero__wrapper .hero__ui-share-print{
   position: absolute;
    right: 0px;
    top: 36px;
    z-index: 2;
  }
  .ui-share-print{
    /*height: 2.5rem;*/
  }

/* all sliders */
.shopify-section.grid-content.slider.slider-enabled .container{
  overflow: hidden;
}





/* Heros */
.shopify-section.hero-basic {
  font-weight: 300;
  max-width: 1440px;
  margin: 0 auto;
}

.hero__wrapper .rich-text__content {
  width: 40%;
  font-size: 1.85rem;
  line-height: 2.2rem;
}
.hero .breadcrumbs .container ol li a[aria-current] {
    background-color: transparent;
    border-radius: unset;
}

.shopify-section.hero-basic .hero-basic__description div:nth-of-type(2){
  display: none;
}

.hero__wrapper .hero__ui-share-print{
  top: auto;
  bottom: 0;
}

/* About Us */
.template-page-about-us .grid-content__column > figure img {
  border-radius: 6px;
}


/* minicart */
#mini-cart{
  z-index: 999999999999999999999999999999999999 !important;
}
.mini-cart__close,
.mini-cart__footer,
.accordion details{
  border-radius: 0 !important;
}

.accordion details{
  background: var(--color-background-body) !important;
}

/* burger menu */
.nav__mobile-accordion-opener{
  border-radius: 0 !important;
}


/* forms */
.form-contact__alerts.success,
.form-contact__alerts.error{
  font-weight: bold;
  font-size: 2.0rem;
}

.form-contact__alerts.error{
  color: var(--x-default-color-critical);
}

@media (min-width: 64em) {
    .form-contact__information {
        padding: 3.4rem 0 0 3.4rem !important;
    }
}





/* cart complimentary products */


/* homepage */

body.homepage swiper-slide .banner__caption{
  text-transform: uppercase;
  font-size: 1.8rem;
   color: var(--color-overlay-text);
}
body.homepage swiper-slide h2{
  font-family: var(--secondary-font-family);
  font-style: italic;
  font-size: 4.8rem;
  line-height: 5.4rem;
  margin: 12px 0 !important;
  color: var(--color-overlay-text);
}

body.homepage h3{
  text-transform: uppercase;
}

body.homepage h1.rich-text__heading,
body.homepage h2{
  text-transform: lowercase;
}

body.homepage h2{
  font-family: var(--secondary-font-family);
  font-weight: var(--font-bold);
  font-style: italic;
  font-size: 4.0rem !important;
  letter-spacing: -0.03rem;
  text-transform: lowercase;
  line-height: 1.1;
}
body.homepage .subheading,
body.homepage .subheading p{
 font-size: 1.6rem;
}

body.homepage .subheading h2{
  font-size: 5rem !important;
}

body.homepage .slideshow-text-controls__heading{
   font-size: 2.4rem;
   font-family: var(--secondary-font-family);
   font-weight: var(--font-bold);
   font-style: italic;
   transition: transform .2s;
    color: var(--color-text);
    margin: .4rem 0;
    transform: translate(0);
    transform-origin: left;
} 

body.homepage .rich-text__content h5{
  font-family: var(--secondary-font-family);
  font-weight: var(--font-bold);
  font-style: italic;
  font-size: 1.85rem !important;
  text-align: center;
  word-break: break-all;
  line-height: 2.3rem
}

body.homepage .grid-content.slider .heading__section .text--caption{
  text-transform: var(--font-caption-transform);
  font-size: 1.5rem;
}

body.homepage .grid-content.slider .buttons__wrapper--below {
    margin-top: 3em;
}
/* modify the collection list card title and cta */
body.homepage .card--collection .card__title{
  font-size: 1.85rem;
}


body.homepage .rich-text__content .text--caption{
  margin-bottom: 2.25rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.button--plain, .button--plain-xs, .button--plain-sm {
     font-weight: var(--font-semi-bold);
    border-bottom: 1px solid var(--default-color);  
}

body.homepage .banner__wrapper h1{
    letter-spacing: -0.03rem;
    line-height: 1.1;
  color: var(--color-overlay-text);
  max-width: 530px;
}

body.homepage .grid-content__header > *, 
body.homepage .grid-content__header-block > *{
  margin-bottom: 0 !important;
}


body.homepage .grid-content__header .text--caption{
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

body.homepage .grid-content__header .subheading h2{
  padding-top: 1.2rem;
}

body.homepage .grid-content__header .subheading h2{
  padding-top: 1.2rem;
}

body.homepage .slider-enabled swiper-container[data-desktop-layout=slider]{
  margin-top: 4.0rem;
}

body.homepage .banner__wrapper .buttons__wrapper .button--plain{
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
}



body.homepage .banner__wrapper .banner__subheading h2,
body.homepage .banner__wrapper .banner__subheading h1{
  color: #fff;
}

body.homepage .grid-content__header.grid-content__header--center{
  margin-bottom: 50px;
}

body.homepage .banner__background {
 

}


/* PLP */
.hero-basic__description{
  line-height: 1.5;
  width: 80%;
}

/*.card--text-v__bottom.card--style-padding .card__image{
  padding: 0 !important;
}*/

.card--style-padding figure{
  border-radius: unset;
}

.card--text-v__bottom .card__content {
    justify-content: center;
}

/* PDP */
.template-product .main-product__price{
  margin-top: 12px; /* until review stars get turned on */
}





/* BLOG */
.template-article h2{
    font-family: var(--primary-font-family);
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: none;
}

.template-password #nav-wrapper {
  display: none;
}

.template-password h1 {
    font-family: var(--primary-font-family);
    font-size: 1.8rem;
    text-transform: none;
}

.template-password .main-password__wrapper p:first-child{
  display: none;
}

.template-password .main-password__wrapper form{
  width: 400px;
  margin: 100px auto;
}

body.template-page-rewards #shopify-section-template--20193076314354__custom_liquid_JeReyV{
  margin-top: 64px;
}

.yotpo-widget-hero-section .yotpo-title{
  margin-bottom: 1.6rem;
}

.yotpo-widget-hero-section .yotpo-title,
.yotpo-widget-campaign-widget .yotpo-container-headline,
.yotpo-customized-text.yotpo-headline .yotpo-inner-text,
.yotpo-coupons-redemption-widget-container .yotpo-headline{
    font-family: var(--secondary-font-family);
    font-style: italic !important;
    text-transform: lowercase ;
    font-weight: 600;
    letter-spacing: -.03rem;
    font-size: 3.0rem !important;
}

.yotpo-widgets-action-button,
.yotpo-button-style{
  font-weight: 600 !important;
  font-style: normal;
  text-transform: capitalize !important;
  font-family: var(--default-font-family) !important;
}

.yotpo-description,
.yotpo-description-text,
.yotpo-inner-text:not(.yotpo-customized-text.yotpo-headline .yotpo-inner-text){
    font-family: var(--default-font-family) !important;
}

.yotpo-coupons-redemption-widget .yotpo-coupons-redemption-widget-container{
  padding-top: 3.5rem !important;
}

.yotpo-coupons-redemption-widget .swiper-pagination-bullet,
.yotpo-coupons-redemption-widget .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff !important;
}


/* JOY loyalty */
.Joy-Work__Container{

}

.Joy-Work__Container .Joy-Work__Item{
  text-align: center;
}

.Joy-Work__Container .Joy-Work__Item .Joy-Work__Item__Title,
.Joy-Work__Container .Joy-Work__Item .Joy-Work__Item-SubTitle{
  justify-content: center;
  cursor: default;
}

.Joy-Work__Container .Joy-Work__Item .Joy-Work__Item--Link{
  display: none;
}

.Joy-HowItWorks,
.Joy__Way-To-Earn{
   padding: 65px 24px 0 24px !important;
}



/* Google Chrome theme fix 10302025 */
.header__logo, .card__title{
  position: relative;
}

/* Tablet updates */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shopify-section{
      padding: 0 1.8rem;
  }

  .shopify-section.announcement-bar{
    padding:0;
  }

  .shopify-section.announcement-bar .container--full_width {
        width: calc(100% - 40px);
  }

  .shopify-section.blog, 
  .shopify-section.collection{
       padding-left: 1.8rem;
       padding-right: 1.8rem;
  }

  .grid-archive__content--one-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}



/* end table updates */

/* account subscribe and unsubscribe */
.shopify-email-marketing-confirmation__container{
    max-width: 1240px !important;
    width: 1240px;
    margin-top: 64px !important;
    margin-bottom: 64px !important;
}

.shopify-email-marketing-confirmation__container a{
    font-family: var(--font-button-family);
    font-weight: var(--font-button-weight);
    font-style: var(--font-button-style);
    text-transform: var(--font-button-transform);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: start;
    gap: 0.8rem;
    flex-shrink: 0;
    margin: 12px 0;
    text-align: center;
    text-decoration: none;
    border: 0.1rem solid var(--color-border-button-primary);
    border-radius: var(--border-radius);
    padding: 1.2rem 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-background-button-primary);
    color: var(--color-text-button-primary);
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}




