/** Shopify CDN: Minification failed

Line 155:0 Unexpected "}"
Line 307:4 Expected identifier but found ":"

**/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.flex-container.centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column {
  width: 32%;
}

.column.two-thirds {
  width: 66%;
}

.column.two-thirds .flex-container {
  margin-bottom: 1.75vw;
}

.column.half {
  width: 49%;
}

.column.full-width {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .flex-container:not(.mobile-flex) {
    display: block;
  }
  .content-blob {
    width: 100% !important;
  }
  .column {
    width: 100% !important;
    margin-bottom: 1.75vw;
  }
}

.visually-hidden {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important
}

._35 {
  width: 35%;
}

._63 {
  width: 63%;
}

._48_5 {
  width: 48.5%;
}


h1, h2, h3, h4, h5,
.h0, .h1, .h2, .h3, .h4, .h5 {
  font-family: Amatic SC, var(--font-heading-family);
}

p a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

p a, .rte a {
  color: #c37730 !important;
}

.header-wrapper.greybrown {
  -webkit-box-shadow: 0 3px 5px rgba(179, 168, 152, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(179, 168, 152, 0.3);
  box-shadow: 0 3px 5px rgba(179, 168, 152, 0.3);
}

.header__submenu .header__menu-item {
    text-transform: lowercase;
}


.content-blob {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  opacity: .9;
  margin-bottom: 1.75vw;
}

.content-blob:last-child {
  margin-bottom: 0;
}

.content-blob img {
  max-width: 100%;
  height: auto;
}

.content-blob h1:first-child,
.content-blob h2:first-child,
.content-blob h3:first-child,
.content-blob h4:first-child,
.content-blob h5:first-child {
  margin-top: 0.25em;
}

main.greybrown {
  background-color: #d1c9bc;
}

.articles-and-sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5% 25%;
  grid-template-columns: 1fr 25%;
  grid-column-gap: 5%;
}

@media only screen and (max-width: 900px) {
  .articles-and-sidebar {
    display: block;
  }
}

.article-card__excerpt.rte-width {
  margin-top: 2rem;
  margin-left: 0;
}

p.read-more {
    margin-top: 0;
}

}
.blog-articles {
  display: block !important;
}

@media screen and (min-width: 750px) {
  .blog-articles {
    display: block !important;
  }
}

.blog-sidebar {
  text-align: center;
}

.blog-sidebar img.circular {
  max-width: 80%;
  border-radius: 50%;
  margin: auto;
}

.blog-sidebar section {
  margin-bottom: 5rem;
}

ul.blog-categories {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

ul.blog-categories a {
  color: rgba(var(--color-foreground),.75);
  font-style: italic;
  text-decoration: none;
}

.article:first-child {
  margin-top: 4rem;
}

.article-card {
  display: block !important;
  margin-bottom: 5rem;
  background-color: white !important;
}

.article-card__info {
  padding: 0 !important;
}

.pagination__item {
  font-family: Amatic SC, var(--font-heading-family); 
  font-weight: bold;
  font-size: 2.5rem;
}

.article-template__link {
  font-family: Amatic SC, var(--font-heading-family);
  font-size: 2.5rem !important;
}

.next-previous-links {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.icon-wrap.next {
  transform: rotate(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  margin-right: .5em;
}

.icon-wrap.prev {
  margin-left: .5em;
}

.arrow-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.next-previous-links a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
  font-family: Amatic SC, var(--font-heading-family);
  font-size: 2.5rem !important;
}

p.tags {
  display: block;
}

p.tags a {
  font-weight: bold;
  color: rgb(var(--color-foreground));
  font-style: italic;
}

.faq-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2rem;
}

@media only screen and (max-width: 900px) {
  .faq-container {
      display: block;
  }
  .faq-block {
    margin-bottom: 2rem;
  }
}

.newsletter-form__field-wrapper {
  margin-bottom: .75em; 
}

h3.card-information__text {
  font-family: 'Amatic SC', serif !important;
  font-size: 2.8rem;
}

.collection-hero__text-wrapper {
  text-align: center;
  margin-bottom: 1rem;
}

.collection-hero__title+.collection-hero__description {
  text-align: center;
  margin: auto;
  font-size: 1.5rem !important;
  max-width: 600px  !important;
}

.collection-hero__title {
    : 6rem 0 0 !important;
}

#Banner-mailing-list-banner .newsletter-form {
  margin-top: 2rem;
}

#shopify-section-mailing-list-banner {
  margin-top: 0 !important;
}

input[type=submit] {
  background-color: #edc176;
  box-shadow: 0 0 0 0.3rem transparent;
  color: #222;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  line-height: calc(1 + .2 / var(--font-body-scale));
  cursor: pointer;
  font: inherit;
  padding: 0.9rem 3rem 1.1rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
  min-width: 12rem;
  min-height: 4.5rem;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 2rem;
  width: auto !important;
  margin-bottom: 0 !important;
}

input[type=submit]:hover {
  box-shadow: none;
  background-color: #f2d39f;
}

.enquiry-form label, .enquiry-form input, .enquiry-form textarea {
  display: block;
  width: 100%;
}

.enquiry-form label {
  font-size: 0.8em;
  font-weight: bold;
}

.enquiry-form input, .enquiry-form textarea {
  margin-bottom: 1em;
  padding: 0.5em;
}

.klaviyo-form {
  width: 100%;
  float: none !important;
}

.contact-social p {
  margin: 0.5em 0;
}

.contact-social a {
  color: rgba(var(--color-foreground),.75) !important;
  font-size: 1.4rem;
}

.contact-social p:first-child a {
    font-size: 1.6rem;
}

.template-search .article-card__excerpt.rte-width {
  font-size: 0.8em;
}

#gift-note-section {
  display: flex;
  justify-content: space-between;
  width: 60%;
  height: 200px;
}

@media only screen and (max-width: 750px) {
  #gift-note-section {
    width: 100%;
  }
}

#gift-note-section .gift-note-image {
  width: 150px;
  background-size: cover;
  display: block;
}

#gift-note-section .cart__note {
  width: calc(100% - 150px - 1em);
}

@media only screen and (max-width: 400px) {
  #gift-note-section .gift-note-image {
    width: 100px;
  }
  #gift-note-section .cart__note {
    width: calc(100% - 100px - 1em);
  }
}

#gift-note-section .cart__note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#gift-note-section .cart__note label {
  height: auto;
  line-height: 1.2;
}

.list-menu.list-menu--inline li {
  padding: 0 5px;
}
