/** Shopify CDN: Minification failed

Line 14:5 Expected ":"
Line 21:5 Expected ":"
Line 28:5 Expected ":"

**/

/* Custom Font */

@font-face {
  font-family: "Museo Slab";
  src: url("/cdn/shop/files/Museo_Slab_500.woff?v=1691603702") format("woff");
  src url("/cdn/shop/files/Museo_Slab_500.woff2?v=1691603702") format("woff2");
  src: url("/cdn/shop/files/Museo_Slab_500.eot?v=1695305042") format("embedded-opentype");
  src: url("/cdn/shop/files/Museo_Slab_500.ttf?v=1695748981") format("truetype");
  font-weight: 500;

  font-family: "Museo Sans";
  src: url("/cdn/shop/files/MuseoSans-300.woff?v=1691603702") format("woff");
  src url("/cdn/shop/files/MuseoSans-300.woff2?v=1691603702") format("woff2");
  src: url("/cdn/shop/files/MuseoSans-300.eot?v=1695305048") format('embedded-opentype');
  src: url("/cdn/shop/files/MuseoSans-300.ttf?v=1695748996") format('truetype');
  font-weight: 300;

  font-family: "Museo Sans Bold";
  src: url("/cdn/shop/files/MuseoSans_700.woff?v=1716987398") format("woff");
  src url("/cdn/shop/files/MuseoSans_700.woff2?v=1716987398") format("woff2");
  src: url("/cdn/shop/files/MuseoSans_700.eot?v=1716987685") format('embedded-opentype');
  src: url("/cdn/shop/files/MuseoSans_700.ttf?v=1716987856") format('truetype');
  font-weight: 700;
}

:root {
  --font-heading: "Museo Slab"; 
  --font-heading-weight: 500;
  --font-heading-style: unset;

  --font-body: "Museo Sans";
  --font-body-weight: 300;
  --font-body-style: unset;

}

strong, b {
  font-family: "Museo Sans Bold";
  
}

.header__links.header__links-primary {
  font-family: "Museo Sans";
  font-size: 15px;
  color: #555;
}

.meganav__list-parent li.has-children h4 {
  margin-bottom:15px;
  font-family: "Museo Sans";
  font-size: 15px;
  text-transform:uppercase;
  font-weight:bolder;
}


/* Product Page Customizations  */

.product__chip {
  padding: 7px 11px;
}
.stamped-badge-starrating {
  margin: 0 15px 0 0!important;
}

/* Collection Page Customizations  */

.collection__products {
  column-gap: 2px;
}
.product-item:hover {
position: relative;
z-index: 9999 !important;
}



/* Blog Banners Customizations */

.shop-blog-product-banner {
    color:#9c9c9c;
    text-transform:uppercase;
    font-size: 11px;
  }
.shop-blog-content-banner {
    color:#9c9c9c;
    text-transform:uppercase;
    font-size: 11px;
  }

@media (max-width: 719px){
  .desktop-banner {
    position:relative;
    display:none;
  }
  .shop-blog-product-banner {
    font-size: 11px;
  }
}

@media (min-width: 720px){
  .mobile-banner {
    position:relative;
    display:none;
  }
  .shop-blog-product-banner {
    font-size: 11px;
  }
}

/* Blog Journal Featured Article Customizations */

 
  .featured-blog-article-col-1 {
    display:block;
    border:1px solid green;
    width:50%;
    position:relative;
    float:left;
    
  }
  .featured-blog-article-col-2 {
    display:block;
    border:1px solid pink;
    width:40%;
    position:relative;
    float:left;
  }

