/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"
Line 11:1 Expected identifier but found "%"
Line 11:30 Expected identifier but found "%"
Line 12:0 Unexpected "{"
Line 12:1 Expected identifier but found "%"
Line 12:24 Expected identifier but found "%"

**/
{% comment %}feedback-somebug{% endcomment %}
{% comment %}breadcrumb{% endcomment %}
.breadcrumb.breadcrumb-background{
  height: 417px;  
  position: relative;
}

.breadcrumb.breadcrumb-background:before{
  content: "";
  position: absolute;      
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
} 
.breadcrumb.breadcrumb-background .grid-container{
  position: relative;
}
@media screen and (max-width: 1260px){
  .breadcrumb.breadcrumb-background{
    height: 200px; 
  }
}
@media screen and (max-width: 800px){
  .breadcrumb.breadcrumb-background{
    height: 150px; 
  }
}