/** Shopify CDN: Minification failed

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

**/
@media screen and (max-width: 767px) {
  .header__logo img,
  .header__logo svg {
    transform: translateY(4px);
  }
}
@media screen and (min-width: 768px) {
  .header__logo img,
  .header__logo svg {
    transform: translateY(6px);
  }
.custom-cart-count {
  background-color: #C1B5A8 !important;
  color: #ffffff !important;
}

/* Header colors */
header[data-section-type="header"] a,
header[data-section-type="header"] button,
header[data-section-type="header"] summary {
  color: #C1B5A8 !important;
}

body.header-is-solid header[data-section-type="header"] a,
body.header-is-solid header[data-section-type="header"] button,
body.header-is-solid header[data-section-type="header"] summary {
  color: #8A6845 !important;
}

/* Cart count bubble */
.custom-cart-count {
  background-color: #C1B5A8 !important;
  color: #ffffff !important;
}
body.header-is-solid .custom-cart-count {
  background-color: #8A6845 !important;
  color: #ffffff !important;
}

header[data-section-type="header"],
body.header-is-solid header[data-section-type="header"] {
  --height-header: 66px !important;
  --header-desktop-sticky-height: 66px !important;
}
