/** Shopify CDN: Minification failed

Line 79:26 Expected ":"

**/
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.05 !important;
}

body {
    font-weight: 400;
    line-height: 1.5 !important;
}

.announcement-bar__message {
    font-family: Inter;
}

.button--primary {
    background-color: #905b53;
    color: #fff;
}

.button--secondary {
    border: solid 1px #fff;
}

.button--secondary:hover {
    border: solid 2px #fff;
}

.prod-label {
    color: #915f4c;
    background-color: #f3e5cf;
    border-radius: 20px;
    padding: 7px 14px;
    max-width: 150px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.footer__copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer__copyright > *:first-child {
  max-width: 420px;
  text-align: left;
}

.footer__copyright > *:last-child {
  max-width: 720px;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .footer__copyright {
    flex-direction: column;
    text-align: center;
  }

  .footer__copyright > * {
    width: 100%;
    text-align: center;
  }

  .footer__copyright > *:first-child {
    order: 2;
    margin-top: 20px;
    text-align: center;
  }

  .footer__copyright > *:last-child {
    margin-top: 20px;Small Object. Big Feeling.
    order: 1;
    text-align: center;
  }
}