/** Shopify CDN: Minification failed

Line 92:3 Unexpected "/"

**/
/* /* =====================================================
   FENCEMYDOG BRAND COLORS
===================================================== */

:root{
  --fmd-bg: #F7F6F2;
  --fmd-heading: #1A2E1A;
  --fmd-text: #2C2C2C;
  --fmd-button: #2E7D4F;
  --fmd-amber: #D4890A;
  --fmd-border: #E0DDD6;
}

/* Backgrounds */
body,
.color-background-1{
  background: var(--fmd-bg);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.header__menu-item,
.header__active-menu-item{
  color: var(--fmd-heading) !important;
}

/* Paragraphs and body text */
body,
p,
.subtitle,
.rte,
.product__description{
  color: var(--fmd-text);
}

/* Buttons */
.button,
.shopify-payment-button__button,
button[type="submit"]{
  background: var(--fmd-button) !important;
  color:#fff !important;
}

/* Button hover */
.button:hover,
.shopify-payment-button__button:hover{
  background:#256741 !important;
}

/* Borders */
.card,
.product-form,
.accordion,
input,
textarea{
  border-color: var(--fmd-border);
}

/* Horizontal lines */
hr{
  background-color: var(--fmd-border);
}

/* Sale prices */
.price-item--sale{
  color: var(--fmd-amber);
}

/* Judge.me stars */
.jdgm-star{
  color: var(--fmd-amber) !important;
}

/* Footer */
.footer{
  background: var(--fmd-heading);
}

/* Footer text */
.footer *{
  color: var(--fmd-bg);
} */