.wizzy-shopify-collection-page-banner {
    max-width: 1300px; 
    margin: auto; 
    margin-bottom: 20px
  }
  
  .wizzy-shopify-collection-page-banner .featured-banner {
    background: white;
  }
  
  .wizzy-collection-page-banner-image{
    position:relative;
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .wizzy-collection-page-banner-image:after{
    content:" ";
    position:absolute;
    height:100%;
    width:100%;
    background: rgba(0,0,0,0.5);
  }
  
  .wizzy-collection-page-banner-title{
    color: white; 
    z-index:1;
  }
  
  .wizzy-shopify-collection-page-breadcrumb {
    max-width: 1300px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    list-style: none;
    padding: 0;
  }
  
  .wizzy-shopify-collection-page-breadcrumb li {
    display: inline;
  }
  
  .wizzy-shopify-collection-page-breadcrumb li:not(:last-child):after {
    content: ">";
    margin: 0 5px;
  }