/** Shopify CDN: Minification failed

Line 63:13 Expected identifier but found whitespace
Line 63:19 Unexpected ";"

**/
/* The Herb Shed: footer customisations (loaded from sections/footer.liquid) */

footer,
.footer__content-bottom,
.footer-bottom {
  background: #070707 !important;
  background-image: none !important;
}

@media screen and (min-width: 990px) {
  .footer__blocks-wrapper {
    flex-wrap: nowrap;
    column-gap: 4rem;
  }
  .footer__blocks-wrapper > .footer-block {
    flex: 1 1 0;
    width: auto;
    max-width: none;
  }
  .footer__blocks-wrapper > .footer-block:first-child {
    flex: 0 0 15rem;
  }
  .footer__blocks-wrapper > .footer-block:first-child .footer-block__image-wrapper {
    margin-left: -2.3rem;
  }
  .footer__blocks-wrapper > .footer-block:last-child {
    flex: 1.6 1 0;
  }
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.5rem);
  }
}

@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 990px) {
  .footer__blocks-wrapper > .footer-block:last-child {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .footer__content-top {
    padding-bottom: 2.5rem;
  }
}    display: block;
    line-height: 1.5;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;

.footer .footer-block__heading,
.footer .footer-block__details-content .list-menu__item--link,
.footer .footer-block__details-content,
.footer .copyright__content,
.footer .copyright__content a {
  color: #bd9444;
}

@media screen and (max-width: 749px) {
  .footer .footer-block {
    text-align: center;
  }
  .footer .footer-block__details-content .list-menu__item--link {
    justify-content: center;
  }
}

@media screen and (max-width: 749px) {
  .footer .footer-block.grid__item {
    margin: 2.5rem 0;
  }
  .footer .footer-block.grid__item:first-child {
    margin-top: 0;
  }
  .footer .footer-block__details-content {
    margin-bottom: 0;
  }
  .footer .footer-block__details-content .list-menu__item--link {
    display: block;
    line-height: 1.5;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}