/** Shopify CDN: Minification failed

Line 56:13 Unexpected "<"

**/
.product-card__content {
    margin-left: 25px;
    padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
a.header__nav__link.full-unstyled-link.focus-inset {
    color: #3b141d;
}


h2.products-carousel__title.h4 {
    color: #3b141d;
}

h3.featured-collection__title.h4 {
     color: #3b141d;
}

h4.images-with-text__title.h3 {
    color: #67645e;
}

h4.links-with-image__title.h3 {
    color: #67645e;
}

h5.multi-column-text__title.h5 {
    color: #67645e;
}

a.images-with-text__button.button.button--medium.motion-reduce {
    border-radius: 0;
    position: relative;
    overflow: visible;
}

a.images-with-text__button.button.button--medium.motion-reduce:before{
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    border: 1px solid #bbb583;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
}


.nunito-sans-<uniquifier>, 
.nunito-sans-<uniquifier> h1, 
.nunito-sans-<uniquifier> h2, 
.nunito-sans-<uniquifier> h3, 
.nunito-sans-<uniquifier> h4, 
.nunito-sans-<uniquifier> h5, 
.nunito-sans-<uniquifier> h6, 
.nunito-sans-<uniquifier> strong, 
.nunito-sans-<uniquifier> li, 
.nunito-sans-<uniquifier> ul, 
.nunito-sans-<uniquifier> a, 
.nunito-sans-<uniquifier> span, 
.nunito-sans-<uniquifier> p {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

@media screen and (min-width: 990px) {
    .footer__main--style-2 .footer__logo, .footer__content {
        margin-top: -20px !important;
    }
}
@media screen and (min-width: 990px) {
    .grid__col--lg-2:not(.swiper.swiper-initialized .swiper-slide) {
        display: flex;
    }
  .footer__newsletter {
    margin-bottom: 3rem;
}
}

label.field__label {
    display: none !important;
}


@media screen and (min-width: 990px) {
.template-index .products-carousel--spacing-desktop-compact {
  margin-top: 0px;
  padding:0 0px !important;
}
.template-index .images-with-text--spacing-mobile-compact {
  padding: 3rem 0;
}
  
}
@media screen and (min-width: 990px) {
    .featured-collection--spacing-desktop-compact {
        padding: 0rem 0 !important;
    }
}
.product-card__title a.full-unstyled-link {
    color: #67645E !important;
}
p.featured-collection__entry.p1.color-body {
    color: #67645E !important;
}
.featured-collection__link {
    color: #2B2A29 !important;
}

.footer__newsletter .field__input {
    border: .1rem solid #767373 !important;
}
.footer__content a {
    text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .featured-collection__arrows {
      inset-inline-end: -4.8rem !important;
      inset-inline-start: -4.8rem !important;
  }
  .featured-collection__slider-slide.swiper-slide.swiper-slide-active {
      opacity: 1;
  }
  
  .featured-collection__slider-slide.swiper-slide.swiper-slide-next {
      opacity: 1;
  }
  
  .featured-collection__slider-slide {
      opacity: 0;
  }
}
.header--border-bottom {
    border-block-end: none !important;
}


product-card .media{
  border-radius: 15px !important;
}
product-card .product-card__media {
    border-radius: 15px !important;
}
.product-card {
    display: block;
    border-radius: 15px !important;
}
/* product page  css */

.template-product .price {
    display: flex;
    column-count: 0;
    column-gap: 10px;
    align-items: center;
}
.template-product .main-product__tax {
    font-size: 12px;
    margin: 0;
}
.template-product .main-product__title {
        margin: 0 0 0.5rem !important;
}
.template-product .accordion__content {
    font-size: 14px;
}
@media screen and (min-width: 990px) {
.products-carousel--recommendations .container.container--md-start {
    padding: 0 5.6rem 0 5.8rem !important;
}}



.footer__logo img {
    width: 194px !important;
    height: auto;
}