/** Shopify CDN: Minification failed

Line 583:0 Expected "}" to go with "{"

**/
.wishlist-link svg {
  width:25px;
  fill:rgb(110,104,59);
}
.wishlist-link {
  padding: 10px;
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
.wishlist-link svg {
    width: 20px;
}
  .wishlist-link {
  padding: 7px;
}
}
/****
PRODUCT PAGE
****/
.product-info .swym-add-to-wishlist {
        width: 100%;
    margin-top: 10px;
}
.product-info .swym-add-to-wishlist .swym-wishlist-cta {
  font-weight:bold !important;
}
.product-info .swym-added{

}
.product-info .swym-added.swym-add-to-wishlist {
background: transparent !important;
    border: 1px solid !important;
    color: #6e683a !important;
    opacity: 1 !important;  
}
/****
Whole Lotta Love
****/
.wll_slider {
  margin:0 !important;
  padding:80px 0;
}
.perks-tier__content h2,
.rewards-program h2,
.wll_slider h2 {
  font-size:50px;
}
.perks-tier__content h2 span,
.rewards-program h2 span,
.wll_slider h2 span {
  color:#f15d22;
}
.wll_slider .rte {
  font-size: 25px;
    line-height: 1.3;
}
.wll_slider .card__info {
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.wll_slider .slider.is-grabbable img {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain !important;
}
.perks-tier__content h2 {
  color:#efdfcd;
  margin-bottom:100px;
}
.rewards-program h2 {
  color:#6d3835;
}
.subtitle h2 {
  margin: 100px 0 50px !important;
}
/*
.perks-tier__card.perks-tier__card--pink {
  position:relative;
}
.perks-tier__card.perks-tier__card--pink:before {
    content: "";
    background: url(/cdn/shop/files/Asset_14_2_2x_8daa24cf-2554-4411-a963-7eff67a23b62.png?v=1733100866);
    width: 200px;
    height: 200px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat !important;
    bottom: -34px;
    left: -42%;
}
*/
.wll_faq .section__heading {
  color:#6b3835;
}
.wll_faq .section__heading span {
  color:#f15d20;
}
.wll_faq .disclosure--row[open] {
    border-bottom: 0 !important;
    background: #6b3835;
    color: #e5d3c3;
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.wll_faq .disclosure > summary {
  border-bottom: 2px solid #b7978b;
}
.wll_faq .disclosure--row[open] summary {
  border:0 ;
}
.wll_faq .disclosure__toggle {
    background: #f15d20;
    border-radius: 100%;
    color: #944330;
    padding: 3px;
}
.wll_faq .disclosure--row {
  padding: 0 20px;
    
  border:0 !important;
  border-top:0 !important;
}
.wll_faq .disclosure[open]>summary {
  padding-top:0;
}
.wll_faq .disclosure--row[open] .disclosure__title.text-current {
  color:#e78fb9 !important;
}
.wll_faq .disclosure__title.text-current {
  color:#6b3835;
    max-width: 100%; 
    margin-bottom: 0;
    font-size: 23px !important;
    font-weight: bold;
    
}
.wll_faq .disclosure__content {
    color: #e5d3c3;
    font-size: 20px;
}
.wll_slider {
  text-align:center;
}
.wll-slider__heading {
  margin-bottom:50px;
}
.wll-slider__icon {
height: 120px;
    margin-bottom: 40px;
}
.wll-slider__icon img {
  width:100%;
  height:100%;
  object-fit:contain;
}
.wll-slider__description  {
    font-size: 25px;
    line-height: 1.3;
}
.wll_slider .slick-track {
      display: flex;
    gap: 50px;
}
@media screen and (max-width: 1500px) {
.perks-tier__cards {
      gap: 20px;
}
}
@media screen and (max-width: 1200px) {
.perks-tier__cards {
      gap: 20px;
}
}

@media screen and (max-width: 767px) {
  .wll-banner__heading,
  .perks-tier__content h2,
  .wll-columns__heading,
  .rewards-program h2, 
  .wll_slider h2{
    font-size:30px !important;
  }
  
.wll_slider .slider__grid img {
max-height: 150px;
        object-fit: contain;
}
  .wll-slider__description,
  .wll_slider .rte {
    font-size: 18px;
}
  .wll_slider {
    padding: 50px 0 ;
  }
.subtitle h2 {
    margin: 50px 0px 20px !important;
}
  .wll_faq .disclosure__title.text-current {
    font-size: 18px !important;

}
  .wll-slider__icon {
    height: 80px;
}
  .wll_faq .disclosure__content {
    font-size:16px !important;
  }
}

























.wishlist-link {
  display: flex;
    align-items: center;
    gap: 3px;
    font-size: 28px;
}
.wishlist-icon {
    font-family: "swym-font";
}
.wishlist-icon:before {
    content: "";
    color: rgb(110, 104, 59);
}
.wishlist-count.full {
background: #e58fb8 !important;
    height: 15px;
    border: 2px solid #e58fb8 !important;
    border-radius: 100%;
    width: 15px;
    position: relative;
    bottom: -10px;
    left: -14px;
}
.wishlist-icon.full:before {
content: "";
  color:#8A865D;
}
div#wishlist-items-title {
  text-decoration:none !important;
}
.custom-wishlist-content * {
  border:0 !important;
}

button#swym-custom-add-toCartBtn {
    background:rgba(110,104,59,1) !important;
  color:#f0dfcc !important;
}
#custom-guest-shopper,
#swym-custom-add-all-to-cart,
button#swym-custom-share-button {
      border: var(--btn-border-width) solid rgb(var(--btn-bg-color));
    outline-color: rgb(var(--btn-bg-color));
    outline-offset: 3px;
    background: rgb(var(--btn-bg-hover-color)) linear-gradient(104deg, rgb(var(--btn-bg-hover-color)) 60%, rgb(var(--btn-bg-color)) 60% 100%) no-repeat 100% 100% ;
    background-size: 300% 100%;
    color: rgb(var(--btn-text-color));
  max-width:150px;
  width:100%;
  line-height:1.3;
padding:10px;
  text-align:center;
}
#custom-guest-shopper:hover,
#swym-custom-add-all-to-cart:hover,
button#swym-custom-share-button:hover {
   background:rgba(110,104,59,1) !important;

}
#swym-list-value {
  text-decoration:none !important;
}
.swym-is-button .swym-title.swym-title-1 {
  color:rgba(110,104,59,1);
  font-family:var(--body-font-family);
  text-decoration:none;
  font-weight:700;
}
.swym-wishlist-grid .swym-wishlist-image-wrapper {
  background-color: #faf2e9 !important;
}
.swym-wishlist-grid .swym-wishlist-image-wrapper img {
  mix-blend-mode:multiply;
}

.swym-wishlist-item.swym-is-anchor:hover {
  background:transparent !important;
  transform:none !important;
}

.product-info sticky-scroll-direction {
  position:relative;
}
.product-info .swym-button-bar {
display: none; 
}
.product-info .wym-button-bar.swym-button-bar {
      width: 100% !important;
    max-width: 40px !important;
}
.product-info .swym-button-bar .swym-wishlist-cta {
  display:none !important;
}
.product-info .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext {
  background:transparent !important;
}
.swym-btn-container .swym-button:active, .swym-btn-container .swym-button:focus {
  outline:none !important;
}


.product-info .swym-btn-container[data-position="default"] .swym-add-to-wishlist.swym-icontext:after, 
.product-info .swym-added.swym-add-to-wishlist {
  color:#8A865D !important;
}

.swym-btn-container .swym-button.swym-added:after,
.swym-button-bar *,
.swym-button-bar {
  opacity:1 !important;
}
div[data-gorgias-help-center-uid] {
    width: 1000px;
  }

.swym-wishlist-container-title-bar {
  font-weight: 500;
}


.swym-add-all-to-cart-btn {
  text-transform: none;
  background-color: #6e683b;
  color: #ece4d8;
}

.swym-add-all-to-cart-btn * {
  color: #ece4d8;
}
#swym-custom-add-all-to-cart,
#swym-custom-share-button,
#custom-guest-shopper {
    font-weight: 600;
}
.swym-modal-content input,
.swym-modal-content textarea {
    border: 1px solid #ccc;
    width: 100%;
}

#swym-custom-share-submit-button,
#swym-custom-share-copy-link {
    border-radius: 0;
    font-weight: 500;
    background-color: #6e683b;
    color: #ece4d8;
}

#swym-custom-share-submit-button:hover,
#swym-custom-share-copy-link:hover {
    background-color: #6e683b;
    color: #ece4d8;
}


/*****
START OF MOBILE MENU
*****/
.menu_icons_mobile {
  display:none;
}
@media only screen and (max-width: 767px) {
    .desktop_only {
      display:none;
    }
  .header__logo {
        display: flex;
    align-items: center;
    justify-content: center;
  }
  .wishlist-link {
    font-size: 23px;
}
  .menu_icons_mobile {
    display: flex !important;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: auto;
  }
  .menu_icons_mobile > a {
    width:33%;
    position:relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .menu_icons_mobile .header__icon:before {
 content: "Account";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -11px;
        text-align: center;
        font-size: 14px;
    color:rgba(110,104,59,1) !important;
  }
.menu_icons_mobile .wishlist-link:before {
 content: "Wishlist";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -16px;
        text-align: center;
        font-size: 14px;
   color:rgba(110,104,59,1) !important;
  }
  .menu_icons_mobile .wll_page:before {
 content: "Loyalty";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -22px;
        text-align: center;
        font-size: 14px;
   color:rgba(110,104,59,1) !important;
  }
  .menu_icons_mobile .wll_page img {
        width: 100%;
    height: 100%;
    max-width: 23px;
  }

  .js-show-search.header__icon {
    top: 2px;
    position: relative;
    padding-right: 0;
}
  #cart-icon {
    padding-left:0;
  }




/*****
END OF MOBILE MENU
*****/

.swym-add-to-wishlist-view-product.swym-loaded:after {
    color: #695F28 !important;
  
}
.product-info__add-button .restock-alerts-notify-button {
  background-color: #6E683B !important;
  color: #F0DFCC !important;
  font-weight: 600 !important;
  padding: 3px 10px !important;
  font-size: 14px !important;
  letter-spacing: 0.05em !important;
  border: none !important;
  width: 100% !important; /* Changed to full width since it's in the add button container */
  cursor: pointer !important;
  min-height: 44px !important; /* Match other buttons in the container */
}

/* Hide the sold out button when notify me is present */
.product-info__add-button button[disabled] {
  display: none !important;
}

/* Container adjustments */
.product-info__add-button > div {
  width: 100% !important;
}

/* Hover state */
.product-info__add-button .restock-alerts-notify-button:hover {
  background-color: #6E683B !important;
  opacity: 0.9 !important;
}
.swym-button.swym-add-to-wishlist {
    background-color: #695f28 !important;
    color: #f0dfcc !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    border-radius: 5px !important;
    display: inline-block !important;
}

/* Remove the icon if it's being added via pseudo-elements */
.swym-button.swym-add-to-wishlist::before,
.swym-button.swym-add-to-wishlist::after {
    display: none !important;
    content: "" !important;
}

/* Ensure the text is centered properly */
.swym-button.swym-add-to-wishlist .swym-wishlist-cta {
    display: inline-block !important;
    text-align: center !important;
}
.wishlist-full-width {
    width: 100% !important;
    display: block !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    text-align: center !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    border: none !important;
    background-color: var(--wishlist-bg, #f5f5f5) !important; /* Default light gray */
    color: var(--wishlist-text, #333) !important; /* Default dark gray */
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.wishlist-full-width:hover {
    background-color: var(--wishlist-bg-hover, #e0e0e0) !important; /* Slightly darker on hover */
}
  .wishlist-full-width:after {
    background-color: #F5F5DC !important; /* Cream */
    color: #3A6B35 !important; /* Green */
    content: "Added to Wishlist"; /* Ensure content appears if needed */
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
}
.swym-add-to-wishlist {
  color: f0dfcc !important;
}
















