/** Shopify CDN: Minification failed

Line 9:0 Unexpected "<"
Line 9:8 Unexpected "{"
Line 9:10 Expected identifier but found "'custom.css'"
Line 10:0 Unexpected "<"

**/
<head> {{ 'custom.css' | asset_url | stylesheet_tag }}
</head>

/* # Buy with Prime Widget  */
iframe#bwpFrame {
  margin-top: 1rem;
}
#bwp_container {
  background-color: white;
  margin-bottom: 1rem;
  padding: 1rem;
}
#bwp_container a {
    appearance: none;
    background: #000000;
    color: white;
    display: inline-flex;
    align-items: center;
    height: 26px;
    text-decoration: none;
    line-height: 26px;
    padding: 0 14px;
    font-size: 14px;
    margin: 0;
}

#bwp_container a:hover {
  background: rgba(#2a9dcc, 0.1);
}

#bwp_container .bwpBlock {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(#613b1f, 0.2);
  background: white;
}

.excerpt-hidden {
  height: 5rem;
  overflow: hidden;
  position: relative;
}

.excerpt-hidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100% );
}

.excerpt-visible {
  height: auto;
  overflow: auto;
}

/* # Collections  */
div#bwp-hero-mobile {
  margin-bottom: 1rem;
}
div#bwp-hero-mobile img {
  width: 100%;
}
div#bwp-hero-desktop {
  display: none;
}
@media screen and (min-width: 1080px) {
  div#bwp-hero-desktop {
    display: block;
    margin-bottom: 1rem;
  }
  div#bwp-hero-desktop img {
    width: 100%;
  }
  div#bwp-hero-mobile {
    display: none;
  }
}

/* Code for Desktop Banner */

/* Default: show desktop hero, hide mobile hero */
#shopify-section-hero_fenricicomfort_nchBQX {
  display: block;
}

#shopify-section-hero_fenricicomfort_k3UDt9 {
  display: none;
}

/* On screens 768px wide and below: hide desktop, show mobile */
@media screen and (max-width: 568px) {
  #shopify-section-hero_fenricicomfort_nchBQX {
    display: none !important;
  }

  #shopify-section-hero_fenricicomfort_k3UDt9 {
    display: block !important;
  }
}


