/** Shopify CDN: Minification failed

Line 287:62 Unexpected "}"

**/
.predictive-search__product-item-content .predictive-search__product-item-vendor {
  display: none !important;
}
a.collection-card.home-collection-title-text h3.collection-name {
  line-height: 1.4;
  font-weight: 700;
  color: #2a4234;
  text-decoration: underline;
  font-size:20px;
  text-shadow: none !important;
  padding-right:20px;
}
a.collection-card.home-collection-title-text h3.collection-name:hover {
  color:#b6a087 !important;
  border-color:#b6a087 !important;
}
a.collection-card.home-collection-title-text h3.collection-name:after {
  height: 5px;
  width: 5px;
  border: 2px solid #2a4234;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
}
a.collection-card.home-collection-title-text h3.collection-name:before {
  height: 2px;
  width: 12px;
  background: #2a4234;
  transform: translateY(-50%);
}
a.collection-card.home-collection-title-text h3.collection-name:before {
  content: "";
  transition: .1s ease-out;
  display: block;
  right: 15px !important;
  top: 50%;
  position: absolute;
}
a.collection-card.home-collection-title-text h3.collection-name:after {
  content: "";
  transition: .1s ease-out;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
}
a.collection-card.home-collection-title-text h3.collection-name:hover:before {
  transform: translate(3px,-50%);
  background: #b6a087;
}
a.collection-card.home-collection-title-text h3.collection-name:hover:after {
  transform: translate(3px,-50%) rotate(45deg);
  border-color: #b6a087;
}

/******************* PRODUCT PAGE BACK IN COLLECTION *******************/

p.backto-coll {
  margin-bottom: 10px;
  margin-top: 0;
}
.product__grid-column.product__grid-column--details.product-bre {
  margin-top: 25px;
}
p.backto-coll span.back-link {
  font-size: 13px;
}
p.backto-coll span.back-link span {
  font-size: 13px;
  color: #444444;
}
p.backto-coll span.back-link a.standard-link {
  text-decoration: underline;
  color: #444444;
  opacity:0.7;
}
p.backto-coll span.back-link a.standard-link:hover {
  opacity:1;
}
ul.collection-breadcumb li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}
ul.collection-breadcumb {
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.product-photo-badge.product-badges__badge.product-badges__badge--finalsale {
  width: 100px;
  position: absolute;
  z-index: 1;
  margin-top: 10px;
  margin-left: 10px;
}
p.backto-coll + .product-photo-badge.product-badges__badge.product-badges__badge--finalsale {
  margin-top: 35px !important;
}

@E

/******************* SHOP THE LOOK MOBILE SLIDER *******************/

@media screen and (max-width: 721px) {
  section#home-shop-the-look .bx-wrapper {
      background: none !important;
      box-shadow: none !important;
      border: none !important;
 }
  section#home-shop-the-look .bx-pager.bx-default-pager {
      display: none !important;
 }
  section#home-shop-the-look .bx-controls.bx-has-controls-direction.bx-has-pager {
      position: absolute !important;
      top: -45px !important;
      right: 40px !important;
 }
  section#home-shop-the-look .bx-controls.bx-has-controls-direction {
      position: absolute !important;
      top: -45px !important;
      right: 40px !important;
 }
  section#home-shop-the-look .section-intro.two-thirds.box-centered.text-center {
      text-align: left !important;
 }
  section#home-shop-the-look .bx-wrapper .bx-prev {
      left: -40px !important;
 }
  section#home-shop-the-look .bx-wrapper .bx-next {
      right: -35px !important;
 }

/******************* PRODUCT PAGE MOBILE FONT SIZE *******************/

  li.collection__list-item .product-card__clickable-area h3.product-card__title {
      font-size: 14px !important;
 }
  .product__grid-column.product__grid-column--details .product-block.product-block--title h1.product-block__title {
      font-size: 26px !important;
 }
  .product__grid-column.product__grid-column--details span.price__sale-compare.money {
      font-size: 21px !important;
 }
  .product__grid-column.product__grid-column--details span.price__sale-value.money {
      font-size: 21px !important;
 }
  .product__grid-column.product__grid-column--details span.price__regular-value.money {
      font-size: 21px !important;
 }
  .product__grid-column.product__grid-column--details label.input-radio__label {
      font-size: 14px !important;
 }
  span.product-block__quantity-label {
      font-size: 14px !important;
 }
  button.button-action.button-action--medium.button-action--shadow.button-action--secondary {
      font-size: 13px !important;
 }
  button.shopify-payment-button__more-options {
      font-size: 14px !important;
 }
  .product-block.product-block--sku span.product-block__sku {
      font-size: 12px !important;
 }
  .product-size-guide button.product-size-guide__drawer-btn {
      font-size: 13px !important;
 }
  .product-block.product-block--variant_picker fieldset.input-fieldset legend.input-fieldset__legend span {
      font-size: 11px !important;
 }
  .product-block.product-block--variant_picker fieldset.input-fieldset legend.input-fieldset__legend {
      max-width: 72% !important;
 }

/******************* FOOTER MENU IN DROPDOWN *******************/

  .flex.footer-menu-wrapper.mobile-hide-footer {
      display: none !important;
 }
  .flex.footer-menu-wrapper.accordion.mobile-display-footer {
      display: block !important;
      float: left;
      width: 100% !important;
 }

  #home-collections .slick-slide {
      width: 11% !important;
 }
  .product-card-slider__item {
      flex: 0 0 85% !important;
 }
}

/******************* SLIDESHOW FOR TABLET *******************/

@media screen and (min-width: 767px) and (max-width: 990px) {
  #home-hero .hero-slide {
      height: 40vh !important;
 }
  section#home-hero {
      height: 45vh !important;
 }
}


/******************* FEATURED COLLECTION GRID *******************/

.ProductItem__Custom{
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: s;
  justify-content: center;
}
.ProductItem__Image{
  height: 100%;
  background-position: center;
  background-size: cover;
}
.collection_image_desc{
  height: 100%;
}
.collection-info-link{
  text-decoration: underline;
  margin-top: 40px;
}
.collection_info_title{
  margin-bottom: 0px;
}
.collection-info-description{
  margin: 40px 0 0 0;
}
.fc-button-container{
  display:flex;
  justify-content:center;
  margin-top:20px;
}
@media screen and (min-width: 750px) {
  .collection_info_title{
      font-size: 2rem;
 }
  .ProductItem__Custom{
      padding: 30px;
 }
  .ProductItem__Image{
      padding: 0px;
 }
}
@media screen and (max-width: 749px) {
  .collection_info_title{
      font-size: 1.3rem;
 }
  .ProductItem__Custom{
      padding: 15px;
 }
  .ProductItem__Image{
      padding: 0px;
 }
}
html {
  scroll-behavior: smooth;
}
div#rebuy-widget-61667{
  max-width: 1600px;
  margin: 0 auto;
}
div#rebuy-widget-56470{
  max-width: 1400px;
  margin: 0 auto;
}
div.stamped-container[data-widget-style], div[data-widget-style] div.stamped-container{
  max-width: 1300px !important;
}

/******************* PUT COLLECTION DESCRIPTION BOTTOM PADDING *******************/


/******************* REDUCE SWATCH SIZE IN MOBILE *******************/

/******************* LOGIN PAGE B2B LOGIN *******************/}

.login-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-form-container{
  width: 100%;
}
.trade-login-container{
  border: 1px solid #6B705D;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s;
  max-width: 400px;
  margin: 60px auto;
}
.trade-login-container p{
  margin: 0;
}
.trade-login-container a{
  display: flex;
  align-items: center;
}
.trade-login-container a::after{
  content:'\2192';
  margin-left: 10px 
}

/******************* ARTISAN BLOCK IN PRODUCT PAGE *******************/

.artisan__image{
  width: auto;
  max-width: 120px;
  display: block;
  margin: 10px 0;
  border-radius: 50%;
}
.artisan-fairtrade-icon{
  max-width: 45px;
  width: auto;
}
.artisan-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 20px;
}
.artisan-container p{
  margin: 0px;
}
div.artisan-info{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  justify-items: center;
  padding: 10px 0;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  margin: 20px 0;
  text-align: center;
}
div.artisan-info div{
  width: 100%;
}
div.num-of-artisan{
  border-right: 1px solid #a7a7a7;
}
p.artisan__title {
  font-size: 0.7rem;
  font-weight: 700;
  color: #AD8862;
  padding-bottom: 5px;
}
p.artisan__subtitle {
  font-size: 1rem;
}
p.artisan__quote {
  text-align: center;
  padding: 20px 0;
  max-width: 350px;
}
p.artisan__author {
  font-size: 0.75rem;
}
a.artisan__link{
  padding: 20px 0 0 0;
  text-decoration: underline;
  font-size: 0.8rem;
  font-weight: 700;
}
.artisan-info-title{
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.artisan-fair-trade {
  display: grid;
  grid-template-columns: 1fr 3fr;
  max-width: 350px;
}
@media screen and (max-width: 1500px) {
  .header__navigation .block-meganav{
      justify-content: space-evenly;
 }
}

/******************* BLOG PAGE *******************/

@media screen and (min-width: 1024px){
  .main-blog__content-wrapper {
      grid-template-columns: repeat(2,1fr);
 }
}
.article-card__image-wrapper{
  height: 100%;
}
.article-card__title{
  font-weight: 700;
  text-transform: uppercase;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.article-card__excerpt{
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.main-blog section-wrapper{
  max-width: 1800px;
}
@media screen and (min-width: 750px) {
  .article-card__excerpt{
      font-size: 1rem;
 }
  .article-card__title{
      font-size: 1.5rem;
      line-height: 2.3rem;
 }
}
@media screen and (max-width: 749px) {
  .article-card__excerpt{
      line-height: 1.2rem;
 }
  .article-card__title{
      line-height: 1.8rem;
 }
}
.blog-posts-header{
  position: relative;
}
.main-article__header-wrapper{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .main-article__title{
      font-size: 3rem;
 }
}
@media screen and (max-width: 749px) {
  .main-article__title{
      font-size: 2rem;
      line-height: 2.5rem;
 }
}
.main-article__title{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 700;
  text-transform: uppercase;
}
.main-article__image-wrapper{
  max-width: none;
  padding: 0px;
}
.main-article__featured-image{
  height: auto;
  margin-top: 0px;
}

/******************* SLICK SLIDER *******************/

.slider-containers-template img{
  padding: 20px 4px;
  max-height: 600px;
}
.main-article__body{
  max-width: none;
}
.main-article__content > * {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.slider-container, .slider-container-2{
  display: none;
}
.slider-containers-template{
  display: none;
}
.slider-containers-template .slick-prev{
  left: 20px;
}
.slider-containers-template .slick-next{
  right: 20px;
}

/******************* REMOVE DOTS ON HERO BANNER *******************/

#home-hero .slick-dots{
  display: none;
}

/******************* ANNOUNCEMENT BAR *******************/

.block-announcement a{
  text-decoration: underline;
}

/******************* SECTION TITLE *******************/

.section-title{
  font-size: 1.8rem;
  margin: 0px;
}
@media screen and (max-width: 749px) {
  .section-title{
    font-size: 1.3rem;
  }
}

/**********************  HEADER | HIDE SEARCH AND ACCOUNT ICON **********************/

.header__search-text, .header__account-text{
  display: none;
}

/**********************  HEADER | ADJUST PADDING **********************/

.header__wrapper{
  padding: 10px 30px !important;
}

@media screen and (min-width: 1120px) {
  .header__wrapper{
    display: grid !important;
    grid-template-columns: 1fr 8fr 1fr;
  }
}

/**********************  MEGA MENU | HEADER **********************/

.grid-one-column{
  display: grid;
  grid-template-columns: 1fr;
}
.grid-two-column{
  display: flex;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.grid-two-column .block-meganav__submenu{
  /* max-width: none !important; */
}
.grid-two-column-reverse{
  display: grid;
  grid-template-columns: 4fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 0px;
}
.grid-three-column{
  display: grid;
  grid-template-columns: 2fr 3fr 1.5fr;
  grid-gap: 0px;
}


@media screen and (min-width: 1020px) and (max-width: 1400px) {
  .grid-three-column .block-meganav__promos:last-child{
    display: none !important;
  }
  .grid-three-column{
    grid-template-columns: 1.5fr 4fr;
  }
  .promotion-text__heading{
    font-size: 1.5rem !important;
  }
}
.grid-two-promo{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.block-meganav__promos{
  width: 100%;
}
.block-meganav-bothpromos{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.block-meganav-bothpromos .responsive-image-promo{
  aspect-ratio: auto;
}

/**********************  MEGA MENU | PROMO TEXT CONTAINER **********************/

.promotion-text-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.promotion-text__heading{
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.3rem;
  text-align: center;
}

.promotion-text-container a.button.promotion-text__button{
  max-width: 500px;
  font-family: 'Montserrat','sans-serif' !important;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 400;
}

.promotion-text-container > *{
  max-width: 500px;
}
p.promotion-text_subheading{
  font-size: 1rem;
}

.block-meganav__promos {
  width: 100%;
  height: 100%;
  gap: 0.7rem;
  min-width: 400px;
  max-width: 400px;
}

.nav-desktop .nav-desktop__tier-1 .block-meganav__submenu-heading.block-meganav__link{
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 700;
}

.block-meganav__submenu-item{
  margin: 5px 0;
}

.block-meganav__submenu-shopall{
  margin-top: 40px;
  text-transform: none;
}

span.submenu_shop_text{
  text-decoration: underline;
}

.block-meganav__submenu-shopall a{
  font-weight: 700;
}

.nav-desktop .nav-desktop__tier-1 a, .nav-desktop .nav-desktop__tier-1 .block-meganav__submenu-shopall span{
  text-transform: none;
}

.block-meganav__submenu-shopall a::after {
  content: '→';
}

.responsive-image-promo__headingbelow::after{
  content: '→';
}

.responsive-image-promo__headingbelow span::after{
  content: '';
}

.responsive-image-promo__headingbelow {
  font-size: 1rem;
  font-family: Aleo,serif! important;
  margin-top: 20px;
  display: inline-block;
}

.responsive-image-promo__headingbelow span {
  text-decoration: underline;
}

.nav-drawer[data-animation-state=open]{
  height: 100vh;
  position: absolute;
  top: 0;
  max-height: fit-content;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.block-meganav__submenu{
  padding: 0 10px !important;
  margin: 0 auto !important;
}

/**********************  SEARCH BAR - MOBILE VIEW **********************/

.live-search__query-input[type=search]{
  padding: 5px 10px 5px 40px;
  background-color: white;
}
.header__live-search-container{
  gap: 0px;
  padding: 0px 30px 20px 30px;
}

.live-search__query-input[type=search]~svg{
  right: auto;
  left: 10px;
}

.nav-drawer {
  transition: none;
}

.nav-drawer-close-container{
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 10px;
}

.header__menu-close-button svg{
  width: 0.9rem;
  height: 0.9rem;
}

.nav-desktop__tier-1-link{
  text-transform:uppercase
}

.header--nav-position-left-center .header__controls.header__controls--first{
  padding: 0px !important;
}

/**********************  BEST SELLER - GENERAL **********************/

.best-seller__item{
  background-color: #EAE7E4;
}

.best-seller section-wrapper{
  padding: 0px;
}

@media screen and (max-width: 749px) {
  .best-seller-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  .best-seller-items .product-card__link{
    font-size: 14px;
  }
  .button.best-seller__button{
    max-width: 500px;
  }
}

@media screen and (min-width: 750px) {
  .best-seller-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
  }
}

@media screen and (min-width: 1500px) {
  .best-seller .inner-wrapper{
    padding: 0 100px;
  }
}

.best-seller__header-text h2{
  text-align: center;
}

.best-seller-button-container{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/********************** BEST SELLER -  PRODUCT CARD **********************/


/* .best-seller__item span.stamped-product-reviews-badge{
  margin-left: -4px;
  margin-top: 5px;
}


.best-seller-items .product-card__title{
  text-align: left;
  width: 100%;
  margin: 0;
  padding-left: 5px;
}

.best-seller-items .product-card__price{
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
}
.best-seller-items .price__regular{
  color: #000;
  font-weight: 700;
} */

/********************** MAIN COLLECTION - PRODUCT CARD **********************/

.product-card__title{
  text-align: left;
  width: 100%;
}
.product-card{
  background-color: #EAE7E4;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card-swatches__show-more{
  background-color: transparent;
  color: black;
  font-weight: 700;
}

.product-card-swatches__wrapper{
  padding: 0px 5px 5px 5px !important;
}

.pds-showmore-desktop{
  font-size: 14px;
}

@media screen and (max-width: 549px) {
  .pds-showmore-desktop{
    display: none;
  }
  .pds-showmore-mobile{
    display: block;
    font-size: 10px;
  }
  .product-card{
    padding-bottom: 0px !important;
  }
  .product-card__title{
    padding: 0 10px;
    margin: 0px;
  }
  .product-card__price{
    padding: 0 10px;
    margin: 0px;
  }
  .product-card-swatches{
    padding-left: 10px;
    /* justify-content: flex-start; */
  }
  .product-card .price{
    text-align: left;
    margin-top: 0px;
  }
  .product-card .price > div{
    text-align: left;
    justify-content: flex-start;
  }
  .fa-star-half-o:before, .fa-star-o:before, .fa-star:before, .stamped-fa-star-half-o:before, .stamped-fa-star-o:before, .stamped-fa-star:before{
    font-size: 14px !important;
  }
  .stamped-badge{
    text-align: left;
  }
  .stamped-product-reviews-badge{
    margin: 0 0 0 -3px;
    padding: 5px 0 3px 0;
    text-align: left !important;
  }
  .stamped-badge-caption, .stamped-badge-caption span{
    font-size: 10px;
  }
  .product-card__swatches{
    padding-bottom: 0px !important;
  }
  .product-card-swatches__wrapper{
    gap: 5px !important;
    /* padding: 5px; */
    align-items: center;
    /* margin-right: 5px; */
    max-height: 30px;
    justify-content: flex-start;
  }
  .product-card-swatches__wrapper{
    margin-left: 0px;
  }

  .product-card-swatches{
    justify-content: flex-start;
    margin: 0px;
  }
  button.product-card-swatches__swatch-button{
      width: 24px !important;
  }
  .product-card-swatches__swatch-button [data-component=swatch]{
      width: 18px !important;
      height: 18px !important;
  }
}

@media screen and (min-width: 550px) {
  .pds-showmore-desktop{
    display: block;
    margin-top: 6px;
  }
  
  .pds-showmore-mobile{
    display: none;
  }
  .product-card__title{
    padding-left: 15px;
    margin: 0px;
  }
  .product-card__price{
    padding-left: 15px;
    margin: 0px;
  }
  .product-card-swatches{
    padding-left: 12px;
    justify-content: flex-start;
  }
  .product-card .price{
    text-align: left;
    margin-top: 0px;
    font-weight: 700
  }
  .product-card .price > div{
    text-align: left;
    justify-content: flex-start;
  }
  .product-card .price span{
    font-size: 20px !important;
  }
  .product-card .price span, .product-card__title{
    font-size: 20px;
  }
  .stamped-badge{
    text-align: left;
  }
  .stamped-product-reviews-badge{
    margin: 0 0 0 -3px;
    padding: 5px 0 3px 0;
    text-align: left !important;
  }
  .product-card-swatches__wrapper{
    /* gap: 5px !important; */
    /* padding: 5px; */
    align-items: center;
    /* margin-right: 5px; */
    max-height: 30px;
    justify-content: flex-start;
  }
  .product-card-swatches__wrapper{
    margin-left: 0px;
  }

  .product-card-swatches{
    justify-content: flex-start;
    margin: 0px;
  }
}


/********************** GENERAL -  PRODUCT CARD **********************/

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

}

/* #stamped-main-widget{
  padding: 0 20px;
}

.product-card .price {
  text-align: left;
  padding-left: 5px;
}

@media screen and (max-width: 549px) {
  .product-card .price {
    padding-left: 5px;
  }
  .stamped-badge-caption, .stamped-badge-caption span{
    font-size: 10px;
  }
}

.product-card-swatches{
  width: 100%;
}
.stamped-product-reviews-badge{
  margin: 0 0 0 7px;
}

.product-card-swatches__wrapper{
  gap: 5px;
  padding: 5px;
  align-items: center;
}


.product-card-swatches__wrapper{
  margin-left: 0px;
}

.product-card-swatches{
  justify-content: flex-start;
  margin: 0px;
} */

/********************** PRODUCT PAGE **********************/

.product__grid-column .product__grid-column--details {
  margin-left: 5%;;
}

.product__grid-column.product__grid-column--gallery{
  width: 90%;
  margin-left: 5%;
}

section#main-product-wrapper{
  margin-top: 0px;
}

@media screen and (max-width: 549px) {
  .featured-product-gallery-navigation__arrows{
    position: absolute;
    bottom: 0px;
    color: white;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #gallery-prev-arrow, #gallery-next-arrow{
    color:#AD8862;
  }
}

.product-main-image-slider{
  list-style-type: none;
}

/********************** KEY TRAITS **********************/

.key-traits-container{
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(65px, 1fr) );
  grid-gap:0.75rem;
  /* padding: 0 25px; */
}

.key-traits__image{
  max-width: 65px;
}

.key-traits-item{
  /* text-align: center; */
  justify-items: center;
}

.key-traits__text{
  font-weight: 700;
  max-width: 90px;
  margin: 0 auto;
}
.key-traits-item:last-child .key-traits__text{
  max-width: 120px;
}

.product-block .key-traits__text{
  display: block;
  font-weight: 700;
}
.product-block .key-traits__text p{
  margin: 10px 0 0 0;
  font-weight: 700;
}

@media screen and (max-width: 549px) {
  .key-traits-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product-block .key-traits__text p{
    font-size: 14px;
  }
}

/********************** FEATURED REVIEW **********************/

@media screen and (max-width: 1019px) {
  .product-featured-review-mobile{
    display: block;
    margin-top: 80px;
  }
  .product-featured-review-desktop{
    display: none;
  }
  .product__grid-column--details{
    padding: 0 20px;
  }
  .product__grid-column.product__grid-column--gallery{
    width: 100%;
    margin: 0px;
  }
}

@media screen and (min-width: 1020px) {
  .product-featured-review-desktop{
    display: block;
    margin-top: 130px;
  }
  .product-featured-review-mobile{
    display: none;
  }
  .product__grid-column--details{
    padding-right: 20px;
  }
}

.product-featured-review {
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 10PX;
  padding: 30px 10px;
}

.featured-review__title{
  font-size: 1.5rem;
  margin: 20px 0;
}

.featured-review__content{
  font-size: 1rem;
}

.featured-review__buyer{
  font-size: 1rem;
  font-weight: 700;
}

.product-featured-review .rating__star{
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #a78b67
}

@media screen and (min-width: 550px) and (max-width: 721px) {
  .product__grid-column--details{
    margin-top: 0px;
  }
}

@media screen and (min-width: 722px) and (max-width: 1019px) {
  .product__grid-column--details{
    margin-top: 100px;
  }
}

.product-size-guide__drawer-btn{
  color: #8d653d;
  font-weight: 700;
}


/********************** STL - PRODUCTS **********************/

.stl-products .product-card__button-container{
  position: relative;
  padding: 10px;
}

.stl-products .product-card__quick-add-button{
  transform: translateY(0);
  opacity: 1;
}

.stl-products .product-card__quick-add-button {
  display: block;
}
.stl-products .product-card:hover .product-card__quick-add-button, .product-card:focus-within .product-card__quick-add-button, .has-touch .product-card__quick-add-button {
  opacity: 1;
  transform: none;
}

.stl-products .product-card__button-container [data-component=button-floating]{
  display: none;
}

@media screen and (max-width: 1400px) {
  .stl-products{
    padding-left: 20px;
  }
  .product-recommendations section-wrapper{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .stl-products{
    padding-left: 10px;
  }

  .stl-products .product-slider-button.slick-prev{
    right: 55px !important;
  }
  .stl-products section-header{
    text-align: left;
  }
  .stl-products {
    text-align: center;
  }
  .stl-products .slick-dots{
    display: block !important;
    opacity: 1;
  }
  .stl-products__subheading{
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 750px) {
  .stl-products__subheading{
    font-size: 25px;
  }
}

/********************** COLLECTION PAGE - FILTER COLOR **********************/

.filters-buttons-mobile__filter-button{
  background-color: transparent;
  border-right: 1px solid;
  color: #444;
}

.filters-buttons-mobile__filter-button svg{
  color: #444;
}

.product-block.product-block--buy_buttons{
  padding-top: 10px;
}

.custom-newsletter-container button{
  box-shadow: none;
  border: none;
  margin-left: 1px;
}

a.shop-by-category__cta.button{
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-newsletter .contact-form{
  margin: 0;
}



/**********************  COLLECTION PAGE **********************/

.collection-banner__description{
  padding: 24px;
  line-height: 1.5;
}

@media screen and (min-width: 750px){
  .main-collection-grid {
    margin:0px;
    padding-left:24px;
    padding-right:24px;
  }
}

@media screen and (max-width: 749px){
  .main-collection-grid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/********************** SEARCH BAR **********************/

.live-search__results-container{
  left: 0;
}

.main-collection-grid{
  scroll-margin-top: 300px;
  margin-bottom: 0px;
}

/**********************  PRODUCT RECOMMENDATIONS **********************/

.product-card__quick-add-button{
  font-weight: 700;
}

.product-recommendations__wrapper .slick-dots{
  display: block !important;
}

.product-card-slider__item{
  margin: 0 10px;
}

.stl-products .product-card-slider__item, .product-recommendations .product-card-slider__item{
  margin: 0px;
}

.product-card-slider__list--mobile-single-row .product-card-slider__item{
  padding-left: 0px;
}

.product-recommendations .product-slider-button#product-slider-button-next {
  top: 20px;
  right: 0;
}

.product-recommendations .product-slider-button#product-slider-button-prev {
  top: 20px;
  right: 50px;
}

a.contact-info.email-info, .contact-info.phone-info {
  display: flex !important;
  justify-content: center;
  grid-gap: 5px;
}

.product-block .key-traits-item{
  text-align: center;
}


/**********************  TOP MOBILE NAVIGATION **********************/

@media screen and (max-width: 1019px) {
  .nav-drawer__navigation span{
    font-size: 18px;
  }
  .nav-drawer__shopnow_btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 18px;
    flex-grow: 1;
  }
  .nav-drawer__button{
    display: block;
    min-width: 300px;
  }
  .nav-drawer__button-text{
    margin: 10px 0 0 0;
  }
}

.product__grid button.shopify-payment-button__button{
  background-color:#FFC439 !important;
  color: #000 !important;
}

@media screen and (max-width: 549px) {
  .product-recommendations__heading{
    font-size: 1.2rem;
  }
  .stl-products__heading{
    font-size: 1.5rem;
  }  
}

.header__cart-count{
  display: block;
}

@media screen and (max-width: 1019px) {
  .promotion-image-container{
    display: none;
  }
  .nav-drawer__tier-2-promos{
    display: none;
  }

}
@media screen and (max-width: 549px) {
  .product-badges__badge{
    font-size: 8px;
    padding: 4px 8px;
  }
}

.product-badges__badge{
  margin: 5px 0;
}

#shopify-section-ade12299-9105-4a31-913a-6f57cabac217 section{
  margin-top: 0px;
}

/**********************  IMAGE BANNER **********************/

@media screen and (max-width: 479px) {
  .image-banner__desktop{
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .image-banner__mobile{
    display: none;
  }
}

.image-banner__wrapper{
  width: 100%;
}

/**********************  PRODUCT CARD - SWATCHES **********************/

@media screen and (max-width: 749px) {
  .hidden-swatches{
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .hidden-swatches{
    display: block;
  }
  .hidden-swatches-desktop{
    display: none;
  }
}

/**********************  IMAGE BANNER **********************/

.rebuy-cart__flyout-header{
  display: flex;
}

.rebuy-cart__flyout-recommendations .primary-title{
  font-weight: 700;
  margin: 20px !important;
}

.rebuy-cart__flyout-recommendations .rebuy-product-block{
  margin: 0 10px !important; 
  background-color: #fff;
  display: grid !important;
  grid-template-columns: 1.5fr 2fr  !important;
  align-items: baseline;
  padding: 10px !important;
}

.rebuy-cart__flyout-recommendations{
  background-color: #e8dac0;
  height: 100%;
}

.rebuy-cart__flyout-recommendations .rebuy-product-actions{
  grid-column-start: 2;
  width: 100% !important;
  padding: 0 20px !important;
}
.rebuy-cart__flyout-recommendations .rebuy-product-actions .rebuy-button{
  background-color: none;
}

.rebuy-cart__flyout-recommendations .rebuy-product-info{
  width: 100% !important;
  height: 100%;
  padding-top: 10px !important;
}
.rebuy-cart__flyout-recommendations .rebuy-product-media{
  width: 100% !important;
  grid-row: 1/3;
}

.rebuy-cart__flyout-recommendations .slick-list{padding:0 5% 0 5% !important;}
.rebuy-cart__continue-shopping-button{
  display: none !important;
}

.cart-footer-text-container {
  text-align: center;
  margin-top: 10px;
}

.rebuy-cart__flyout-item{
  display: grid !important;
  grid-template-columns: 2fr 3fr;
}

.rebuy-cart__flyout-item-media{
  width: 100% !important;
}

.rebuy-cart__flyout-item-info{
  width: auto !important;
}

.rebuy-cart__flyout-item-price{
  width: 100% !important;
  text-align: left !important;
}

.rebuy-cart__flyout-item-remove{
  top: auto !important;
  bottom: 0 !important;
  right: 40px !important;
  color: #3a3827;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

.empty-cart__subheading{
  margin: 0px;
  padding: 10px 0;
}

.rebuy-custom-empty-cart-container {
  height: 100%;
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  display: none;
}

.empty-cart-collections-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}

.empty-cart-collections {
  padding: 0 20px;
}

.button.empty-cart-cta{
  max-width: none !important;
}

.empty-cart-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-cart-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid gainsboro;
}

.empty-cart-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

h3.empty-cart__heading {
  font-size: 1.5rem;
  margin: 0;
}

a.empty-cart-collections-item {
  border: 1px solid gainsboro;
}

p.empty-cart-collection-title {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  margin: 0px;
}

p.empty-cart-footer-text {
  text-align: center;
  padding-top: 10px;
  margin: 0;
}

/**********************  SLICK DOTS **********************/

.slick-dots li.slick-active button:before{
  color: #895c42;
  opacity: 1;
  font-size: 10px;
}
.slick-dots li button:before{
  color: #838c8e;
  font-size: 10px;
}

/**********************  REBUY ADJUSTMENTS **********************/
  
 .rebuy-button {
  border-radius: var(--button-radius) !important;
}

.rebuy-product-options select {
  font-size: 1rem !important;
}

.rebuy-button span {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
}

.rebuy-widget .flickity-page-dots .dot {
  background: #998878 !important;
  width: 10px !important;
  height: 10px !important;
}

.rebuy-widget .flickity-prev-next-button {
  background-color: #998878 !important;
  color: #fff !important;
}

.rebuy-product-info {
  color: var(--body-color);
  transition: color 0.2s ease-in-out;
}

.rebuy-widget .primary-title {
  font-style: var(--heading-font-style);  
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
  margin-bottom: 20px !important;
}


#rebuy-widget-56434 .flickity-button svg, 
#rebuy-widget-56470 .flickity-button svg, 
#rebuy-widget-61667 .flickity-button svg{
  color: #040301;
}

#rebuy-widget-56434 .flickity-button, 
#rebuy-widget-56470 .flickity-button, 
#rebuy-widget-61667 .flickity-button{
  border: 2px solid #333 !important;
  background: transparent !important;
}



#rebuy-widget-56434,
#rebuy-widget-61667{
  max-width: 1600px;
  padding: 20px 0px;
  margin: 0 auto;
}

#rebuy-widget-56434 .primary-title,
#rebuy-widget-56470 .primary-title,
#rebuy-widget-61667 .primary-title{
  font-family: Aleo,sans-serif!important;

  text-align: left;
  margin: 0px !important;
  letter-spacing: 0.5px;
    font-weight: normal !important;
  color: #3a3827;
  font-size: 29px;
}

#rebuy-widget-56434 .rebuy-product-grid,
#rebuy-widget-61667 .rebuy-product-grid{
  padding-left: 0px;
  padding-right: 0px;
}

#rebuy-widget-56470 .rebuy-product-block{
  padding-left: 15px;
  padding-right: 15px;
}flickity-button
#rebuy-widget-56470 .rebuy-product-info{
  text-align: left;
}

@media screen and (min-width: 750px) {
  #rebuy-widget-56434 .primary-title,
  #rebuy-widget-56470 .primary-title,
  #rebuy-widget-61667 .primary-title{
    font-size: 29px;
    padding-left: 10px;
  }

  #rebuy-widget-61667 .primary-title{
    padding-left: 15px;
  }
  #rebuy-widget-56434 .flickity-page-dots{
    display: none;
  }
  #rebuy-widget-56434 .flickity-prev-next-button.next, 
  #rebuy-widget-56470 .flickity-prev-next-button.next, 
  #rebuy-widget-61667 .flickity-prev-next-button.next {
    top: -20px;
    right: 20px;
  }

  #rebuy-widget-56434 .flickity-prev-next-button.previous, 
  #rebuy-widget-56470 .flickity-prev-next-button.previous, 
  #rebuy-widget-61667 .flickity-prev-next-button.previous {
    top: -20px; 
    left: auto;
    right: 75px;
  }
  #rebuy-widget-56470 .rebuy-product-grid{
    padding-left: 0px;
    padding-right: 0px;
  }
  #rebuy-widget-56470 .rebuy-product-info a{
    font-size: 20px;
  }
  #rebuy-widget-56434 .rebuy-product-block,
  #rebuy-widget-61667 .rebuy-product-block{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 749px) {
  #rebuy-widget-56434 .primary-title{
    font-size: 28px;
    text-align: center;
  }
  #rebuy-widget-56470 .primary-title,
  #rebuy-widget-61667 .primary-title{
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
  }
  #rebuy-widget-56470 .flickity-button,
  #rebuy-widget-61667 .flickity-button{
    width: 35px;
    height: 35px;
  }
  
  #rebuy-widget-56434 .flickity-button{
    display: none;
  }
  #rebuy-widget-56434 .rebuy-product-info,
  #rebuy-widget-56470 .rebuy-product-info,
  #rebuy-widget-61667 .rebuy-product-info{
    text-align: left;
  }
  #rebuy-widget-56434 .rebuy-product-info a,
  #rebuy-widget-56470 .rebuy-product-info a,
  #rebuy-widget-61667 .rebuy-product-info a{
    font-size: 17px;
  }
  #rebuy-widget-56434 .flickity-prev-next-button.next, 
  #rebuy-widget-56470 .flickity-prev-next-button.next, 
  #rebuy-widget-61667 .flickity-prev-next-button.next {
    top: -10px;
    right: 10px;
  }

  #rebuy-widget-56434 .flickity-prev-next-button.previous, 
  #rebuy-widget-56470 .flickity-prev-next-button.previous, 
  #rebuy-widget-61667 .flickity-prev-next-button.previous {
    top: -10px; 
    left: auto;
    right: 55px;
  } 
}

@media screen and (max-width: 549px) {
  #rebuy-widget-56470 .rebuy-product-block{
    padding-left: 0px;
    padding-right: 0px;
  }
  #rebuy-widget-61667 .rebuy-product-grid{
    padding-left: 20px;
    padding-right: 20px;
  }
}



.rebuy-star-rating-foreground{
  background-color: #998878;
}

.rebuy-widget .rebuy-product-review .rebuy-star-rating .rebuy-star-rating-foreground{
  background-image: url('/cdn/shop/files/rebuy-stars.svg?v=1688808291') !important;
  background-color: transparent;
}

.rebuy-review-count-parenthesis{
  display: none;
}

.rebuy-widget .rebuy-product-review .rebuy-review-count{
  font-weight: 400 !important;
}

@media screen and (max-width: 480px) {
  .rebuy-product-grid{
    padding: 0px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1499px) {
  .rebuy-product-grid {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#rebuy-widget-56313 .primary-title {
  font-size: 1rem !important;
  font-weight: normal;
}

.rebuy-product-title {
  font-weight: normal;
  font-family: Aleo,sans-serif!important;
  font-weight: var(--heading-font-weight);
}

@media screen and (max-width: 767px) {
  .rebuy-product-title {
    font-size: 14px;
  }
  
}

/* HEADING ADJUSTMENTS */

@media screen and (max-width: 749px) {
  .standard-heading{
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 750px) {
  .standard-heading{
    font-size: 32px;
    margin-bottom: 30px;
  }
}

/********************** COLLECTION CONTENT - MAIN COLLECTION **********************/

.collection-content-star{
  width: 20px;
  height: 20px;
}

.align-item-center{
  text-align: center;
}

.collection_content_description{
  margin: 20px 0 0 0;
}

.collection_content_description p{
  margin: 0px;
}

@media screen and (min-width: 641px){
  .collection_content_description p{
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px){
  .collection_content_description p{
    font-size: 1.4rem;
  }
}

.collection_content_stars{
  text-align: center;
}

.product-social-proof {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  background: white;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen  and (max-width: 549px){
  .product-social-proof {
    width: 80%;
    height:80%;
  }
  h3.social-proof__title{
    font-size: 22px;
  }
  .social-proof__content{
    font-size: 13px;
  }
}

@media screen  and (min-width: 550px){
  .product-social-proof {
    width: 80%;
    height:80%;
  }
}

@media screen  and (min-width: 750px){
  .product-social-proof {
    width: 60%;
    height: 60%;
  }
}

@media screen  and (min-width: 1008px){
  .product-social-proof {
    width: 80%;
    height: 80%;
  }
}

@media screen  and (min-width: 1400px){
  .product-social-proof {
    width: 60%;
    height: 60%;
  }
}

.social-proof-rating__star{
  width: 25px;
  height: 25px;
}

.product-featured-traits {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  padding: 10px;
  max-width: 100px;
  text-align: center;
  border-radius: 10px;
}

.product-featured-traits__title{
  font-weight: 700;
  margin: 0;
}

h3.social-proof__title {
  font-weight: 700;
  margin: 20px 0;
  font-size: 1.7rem;
  margin-top: 20px;
}

h3.social-proof__title {
  font-weight: 700;
  margin: 20px 0;
  font-size: 1.7rem;
}

p.social-proof__content {
  font-size: 16px;
  line-height: 1.5rem;
  margin: 0px 0px 10px 0;
}
.social-proof__buyer{
  margin: 10px 0;
  font-weight: 700;
  font-size: 14px;
}


.notif_date{
  text-transform: uppercase;
}

@media screen and (max-width: 721px) {
  .header .header__wrapper{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
tr.faq_tr {
  border-bottom: 0.5px solid gainsboro;
}
td.faq_td {
  padding: 10px 20px 10px 0px;
  text-align: center;
  min-width: 150px;
}

img.faq__image{
  width: auto;
}

.collection_info_description{
  display: block;
  margin: 40px 0 0 0;
}

.custom-tag-all{
  font-weight: 700 !important;
}


.product-badges__badge, .responsive-image-promo__heading{
  font-weight: 700 !important;
}

.page-width{
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/**********************  RECOMMENDED SLIDER **********************/

.more-collection-slider .slick-track
{
    display: flex !important;
}

.more-collection-slider .slick-slide
{
    height: inherit !important;
}

.more-from-collection__heading{
  font-size: 29px;
  padding-left: 10px;
}

@media screen and (max-width: 1019px) {
  .more-from-collection .product-card-slider__item{
    flex: auto;
  }
}

@media screen and (min-width: 550px) {
  .more-from-collection .slick-next{
    position: absolute;
    right: 15px;
    top: 12px;
  }
  
  
  .more-from-collection .slick-prev{
      position: absolute;
      top: 12px;
      right: 70px;
      left: auto;
  }

  .more-from-collection{
    margin-bottom: 60px;
  }
}


@media screen and (max-width: 749px) {
  .more-from-collection__heading{
    font-size: 20px;
  }
}
@media screen and (max-width: 549px) {
  
  
  .more-from-collection .slick-next{
    position: absolute;
    right: 5px;
    top: 15px;
    height: 35px;
    width: 35px;
  }
  .more-from-collection .slick-next::after{
    width: 20px;
    height: 20px;
  }
  
  .more-from-collection .slick-prev{
    position: absolute;
    top: 15px;
    right: 48px;
    left: auto;
    height: 35px;
    width: 35px;
  }

  .more-from-collection .slick-prev::after{
    width: 20px;
    height: 20px;
  }
}

/**********************  PAGINATION **********************/

.pagination__mobile{
  font-size: 17.6px;
}

.pagination__next-button svg, .pagination__previous-button svg{
  width: 17px;
  height: 17px;
}


@media screen and (min-width: 750px) {
  .header__logo-image {
    min-width: 250px;
  }
}


@media screen and (max-width: 549px) {
  .header__mobile-image{
    margin-left: -10px;
  }
}

/**********************  CART DRAWER **********************/

@media screen and (min-width:641px) {
  .Cart__Continue-Shopping{
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .Cart__Continue-Shopping{
    display: block;
  }
}

body .collection-banner__description{
  padding-top: 0px;
}


.mobile-image-container{
  position: relative;
  display: flex;
}

.mobile-text-container{
  position: absolute;
  top: 0;
}
.mobile-text-container {
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

@media screen and (min-width: 480px) {
  .mobile-text-container{
    display: none;
  }
}

@media screen and (max-width: 549px){
  .mobile-text-container .block-heading h2{
    font-size: 25px;
  }
  .mobile-text-container .block-preheading{
    font-weight: 14px;
  }
}

.center-align-title{
  text-align: center;
}

@media screen and (max-width: 721px)   {
  .header .header__wrapper {
    padding: 0 30px !important;
  }
  .header__live-search-container{
    padding-bottom: 10px;
  }
}

.law-label__image{
  padding-bottom: 20px;
  max-width: 280px;
}

@media screen and (min-width: 1020px) and (max-width: 1342px) {
  .header__logo-image{
    min-width: 150px;
  }
  .header__wrapper,
  .header__live-search-container{
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .header__title{
    margin: 0px !important;
  }
  .header--nav-position-left-center .header__controls.header__controls--first{
    flex: 4;
  }
  .nav-desktop .nav-desktop__tier-1 span{
    font-size: 11px !important;
  }
  .nav-desktop__tier-1 .nav-desktop__tier-1-link.nav-desktop__tier-1-link--parent{
    padding-right: 12px;
  }
  .nav-desktop__tier-1-link--parent:after{
    right: -0.1rem;
  }
  .highlight_keyword{
    padding: 5px 7px;
  }
  .header__logo{
    max-width: 150px !important;
  }
  .header--nav-position-left-center .header__controls--last{
    flex: 0.5;
  }
}