/** Shopify CDN: Minification failed

Line 91:0 Unexpected "}"

**/
:root{
  --ss-orange:#B94C28;
  --ss-green:#2F5D50;
  --ss-green-dark:#1E3D35;
  --ss-cream:#FDF8F3;
  --ss-dark:#21110B;
}

/* FOND */
body,
.gradient{
  background:var(--ss-cream)!important;
  color:var(--ss-dark)!important;
}

/* HEADER */
.header-wrapper{
  background:#fff!important;
  box-shadow:0 6px 20px rgba(0,0,0,.06)!important;
}

/* LOGO */
.header__heading-logo img{
  max-height:70px!important;
  width:auto!important;
}

/* MENU */
.header__menu-item,
.list-menu__item{
  color:var(--ss-dark)!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  font-size:13px!important;
}

.header__menu-item:hover{
  color:var(--ss-green)!important;
}

/* TITRES */
h1,h2,h3,
.banner__heading,
.rich-text__heading{
  color:var(--ss-dark)!important;
}

/* BOUTONS */
.button,
.button--primary{
  background:var(--ss-orange)!important;
  color:#fff!important;
  border:none!important;
  border-radius:999px!important;
}

.button:hover,
.button--primary:hover{
  background:var(--ss-green)!important;
}

/* PRODUITS */
.card,
.product-card-wrapper{
  background:#fff!important;
  border-radius:22px!important;
  overflow:hidden!important;
  box-shadow:0 10px 25px rgba(0,0,0,.06)!important;
}

/* PRIX */
.price{
  color:var(--ss-green)!important;
  font-weight:700!important;
}

/* FOOTER */
.footer{
  background:var(--ss-green-dark)!important;
}

.footer h3 {
  color: white !important;
}
} .quick-add__submit,
.quick-add__submit button {
    background: #a52a2a !important;
    color: white !important;
    opacity: 1 !important;
    border: none !important;
}

.quick-add__submit:hover {
    background: #8b1f1f !important;
}/* Centre le logo Instagram */
.custom-liquid {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}

/* Centre le logo principal */
.header__heading-link {
    display: flex;
    justify-content: center;
}