/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 13:0 Unexpected "{"
Line 13:1 Expected identifier but found "%"

**/
{% if template == 'index' %}
header:not(.is-solid) {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0))!important;
}
{% endif %}


/* body.has-slider .header-wrapper::before {
  /* Apply the gradient styles from step 2 here */
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: -1;
  pointer-events: none; 
} */


  .slideshow__image, .slideshow__image img {
    animation-duration: 6s !important;
  }
