/** Shopify CDN: Minification failed

Line 136:0 Unexpected "}"

**/
/* overrides by filip */


/*** header ***/
/* reduce top nav upper margin */
.\#main-nav-container {
  margin-top: calc(var(--spacer) * 0.5) !important;
}

.\#main-header.\@sticky .\#main-nav-container {
  margin-top:0 !important;
}



h3 {
  color: #008A88;
}

.\@color-scheme\:invert h3 {
  color: inherit;
}

h1 {
  color: #004F4F;
}

.\@color-scheme\:invert h1 {
  color: inherit;
}



article h3 {
   color: rgba(var(--color-text),1);
}

.\#hero-text {
  opacity: 1
}

/* buttons */

.\#button.\@color\:default
{
  /* --background-color: #974919; */
    --background-color: #CE6A12;
}

 .\#button.\@color\:default:not(.\@ghost):not(.\@link)::after
{
  --background-color: #B5561B;
  opacity:1;
}

.\#cart-counter {
  --cart-counter-bg-color: #B5561B !important;
}

  /* add to cart buttons only */
/* .\#product-meta-block.\@type\:buy_buttons .\#button.\@color\:default
{
  --background-color: #8a451b;
}

.\#product-meta-block.\@type\:buy_buttons  .\#button.\@color\:default:not(.\@ghost):not(.\@link)::after
{
    --background-color: #B5561B;
  opacity:1;
} */


/*** footer ***/
.footer-logo {
  display: block;
  margin:0 auto 1em;
  max-width: 250px;
  height: auto;

}

.\#main-footer-grid {
  justify-content: center;
}

@media (min-width: 992px) {
  .\#main-footer-block {
    min-width: 180px;
    max-width: 575px;
  }
}


/* blog overrides */

/* add thin border to article listing */
.\#article-card .\#article-card-image {
  border: 1px #004F4F solid;
}


/* reduce h1 size */
.\#article-title {
  font-size: calc(var(--font-size-base) * 2.5) !important;
}
@media (max-width: 991px) {
.\#article-title {
  font-size: calc(var(--font-size-base) * 2) !important;
}
}

/* youtube iframe fix */
iframe[allowfullscreen] {
    aspect-ratio: 16 / 9;
}

video {
  max-width: 100%;
}


/* mobile featured image square */
@media (max-width: 991px) {
  .\#article-container:first-child.\@type\:image {
    padding: 0;
  }
  .\#article-container:first-child.\@type\:image .\#media {
     aspect-ratio: 1/1 !important;
  }
}
}