/** Shopify CDN: Minification failed

Line 220:1 Expected "}" to go with "{"

**/
@font-face {
    font-family: 'Canter Light';
    src: url(https://cdn.shopify.com/s/files/1/1093/4358/files/canter-light.eot?v=1668727526);
    src: url(https://cdn.shopify.com/s/files/1/1093/4358/files/canter-light.eot?v=1668727526) format('embedded-opentype'),
         url(https://cdn.shopify.com/s/files/1/1093/4358/files/canter-light.woff2?v=1668727526) format('woff2'),
         url(https://cdn.shopify.com/s/files/1/1093/4358/files/canter-light.woff?v=1668727526) format('woff'),
         url(https://cdn.shopify.com/s/files/1/1093/4358/files/canter-light.ttf?v=1668727526) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Canter Bold';
    src: url(https://cdn.shopify.com/s/files/1/1093/4358/files/Canter_Bold.eot?v=1669140143);
    src: url(https://cdn.shopify.com/s/files/1/1093/4358/files/Canter_Bold.eot?v=1669140143) format('embedded-opentype'),
         url(https://cdn.shopify.com/s/files/1/1093/4358/files/Canter_Bold.woff2?v=1669140143) format('woff2'),
         url(https://cdn.shopify.com/s/files/1/1093/4358/files/Canter_Bold.woff?v=1669140143) format('woff'),
         url(https://cdn.shopify.com/s/files/1/1093/4358/files/Canter_Bold.ttf?v=1669140143) format('truetype');
    font-display: swap;
}

:root {
  --font-stack-header: 'Canter Bold', Arial, Helvetica, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: var(--font-stack-header);
}

.megamenu__colection-image {
  padding-bottom: 75%;
}

.site-nav__link, .mobile-nav__link--top-level{
  letter-spacing: 0.08em !important;
}

.footer__title {
  letter-spacing: 0.02em !important;
  font-size: 22px !important;
}

.stamped-badge{
  margin-bottom: 10px;
}

.shg-c hr {
  margin: 30px 0;
}

.shogun-heading-component h2 {
  font-size: 32px !important;
}

.shogun-heading-component h3 {
  font-size: 26px !important;
}

h4.shogun-accordion-title {
  letter-spacing: 0.01em;
  font-size: 22px !important;
}

.searchanise-recommendations .snize-recommendation {
  margin-bottom: 50px;
}

.snize-recommendation h3.snize-recommendation-title {
  font-size: 33.8px;
  border: none;
}

.icon--inventory:after, .icon--inventory:before {
  background: #C9E2E2;
}

.add-to-cart {
  font-weight: 500;
  letter-spacing: 0.215em;
}

.store-availability {
  justify-content: flex-start;
}

.store-availability__info>div {
  margin-bottom: 2px;
}

.store-availability__small {
  margin-bottom: 0;
}

.store-availability__small a {
  margin-top: 5px;
}

.store-availability__info {
  flex: initial;
}

.product-block .shg-c:has(.shg-row) {
  display: none;
}

[data-center-text=true] .collapsible-trigger-btn {
  text-align: left;
}

.key-ingredients h2 {
  text-align: center;
}

.key-ingredients cite {
  text-align: center;
  font-family: var(--font-stack-header);
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tag-btns {
  text-align: left;
}

.tag-btn {
  display: inline-block;
  padding: 7px;
  border-radius: 12px;
  font-size: 11px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  margin-right: 10px;
  margin-bottom: 10px;
}

.usage {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .usage h2 {
    text-align: left;
  } 
}

.use-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 5%;
  grid-row-gap: 20px;
  text-align: left;
}

.use-grid-item {
  display: flex;
  gap: 20px;
}

.social-posts {
  text-align: center;
}

.social-posts .shg-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

.social-posts .shg-row div, .social-posts .shg-row div > .shg-c {
  display: inline-block;
}

.rte .shogun-heading-component {
  text-align: center;
}

.use-icon {
  
}

.use-text {
  flex: 1;
}

.fda {
  background: #F4F4F4;
  padding: 6px;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.015em;
  margin-top: 30px;

.rich-text-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 8%;
}

.rich-text-grid textarea {
  height: 100px;
}

.rich-text-grid input:active, .rich-text-grid input:focus, .rich-text-grid select:active, .rich-text-grid select:focus, .rich-text-grid textarea:active, .rich-text-grid textarea:focus {
  border: 1px solid white;
  outline: 1px solid rgba(255, 255, 255, .25) !important;
}

.btn[disabled]:hover {
  background-color: #f6f6f6 !important;
}