/** Shopify CDN: Minification failed

Line 9:21 Expected identifier but found whitespace
Line 9:23 Unexpected "{"
Line 9:32 Expected ":"

**/
.color-box {
    background-color: {{ section.settings.background_color | default: '#EFEFEF' }};
    display: flex;
    justify-content: center;
    padding: 5rem;
}

.background-Savage {
  background-color: #3A452C; 
  color: #ffffff;
  padding: 2rem;
}
.my-text-poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 500; /* Medium */
  /* text-transform: uppercase; */
  letter-spacing: 0.075em; /* 75% of font size */
}
.prose.text-galderglynn p{
  font-family: 'Poppins';
  /* text-transform: uppercase; */
  font-weight: 500;
  letter-spacing: 1.2px; /* Adjust spacing as needed */
}

.veil-text {
  color: #ffffff;
}

  .bg-wisp{
  background-color: rgba(245, 247, 250, 0.2);
  }


/* home page css */
.text-obscura {
    color: #0f1922;
  }
  .text-junicode{
	font-family: 'Junicode';
    /* text-transform: uppercase; */
    letter-spacing: 0.02em;
}
.text-junicodeitalic{
	font-family: 'Junicode Italic';
}
  .text-poppins-ls75 {
  font-family: 'Poppins';
  /* text-transform: uppercase; */
  letter-spacing: 0.075em;
  }
  .text-poppins-ls100 {
  font-family: 'Poppins';
  letter-spacing: 0.1em;
  }
  .text-poppins-uppercase {
  text-transform: uppercase;
  }
  .text-poppins-fw400 {
    font-weight: 400;
  }
  .text-poppins-fw-light {
      font-weight: 300;
  }
  .text-poppins-product {
    font-family: 'Poppins';
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: uppercase;
  }
  .text-galderglynn {
  font-family: 'Galderglynn';
  letter-spacing: 0.075em;
}


.text-junicode-titlcase {
  font-family: 'junicode';
  text-transform: capitalize;
}
.text-galderglynn-ls50 {
  font-family: 'Galderglynn';
  letter-spacing: 0.050em;
}
section.shopify-section--slideshow > .slideshow {
    background-color: rgba(245, 247, 250, 0.2);
  }
  /* section.shopify-section--featured-collections > .section-spacing.color-scheme {
    background-color: rgba(245, 247, 250, 0.2);
  } */
 section.shopify-section--media-grid > .section-spacing.color-scheme {
    background-color: rgba(245, 247, 250, 0.2);
  }
  section.shopify-section--before-after-image > .section-spacing.color-scheme {
    background-color: rgba(245, 247, 250, 0.2);
  }
    /* section.shopify-section--multi-column > .section-spacing.color-scheme.home-multi_one {
    background-color: #3A452C;
  } */
  /* section.shopify-section--multi-column > .section-spacing.color-scheme.home-multi_two {
    background-color: #FFFFFF;
  } */
  /* section.shopify-section--text-with-icons > .section-spacing.color-scheme.home-text_icon {
    background-color: rgba(245, 247, 250, 0.2);
  } */

  /* section.shopify-section--image-with-text > .color-scheme {
  background-color: rgba(245, 247, 250, 0.2);
  } */

  section.shopify-section--timeline > .section-spacing.color-scheme {
  background-color: rgba(245, 247, 250, 0.2);
}

/* section.shopify-section--multiple-media-with-text > .section-spacing.color-scheme{
  background-color: rgba(245, 247, 250, 0.2);
} */
section.shopify-section--contact > .section-spacing.color-scheme{
  background-color: rgb(255, 255, 255);
}
/* section.shopify-section--featured-collections > .section-spacing.color-scheme.catalog-featured-collection {
    background-color: #3A452C;
} */

.shopify-section:has(.showroom-search) {
  background-color: rgba(245, 247, 250, 0.2);
}
section.shopify-section--apps > .color-scheme.section-spacing {
	background-color: #FFFFFF;
}
.shopify-section:has(.mailing-list-container) {
  background-color: #FFFFFF;
}

.template-page.where-to-buy .shopify-section--multi-column .section-spacing.color-scheme.home-multi_two
{
background-color: rgba(245, 247, 250, 0.2);
}
.shopify-section:has(.faq-question) {
  background-color: #FFFFFF;
}
.prose .simple-text-block.heading-text,
.prose .h4.text-galderglynn {
  font-weight: normal !important;
}