/** Shopify CDN: Minification failed

Line 70:10 Expected identifier but found "{"
Line 70:11 Unexpected "{"
Line 70:20 Expected ":"
Line 70:44 Expected identifier but found "!"
Line 73:10 Expected identifier but found "{"
Line 73:11 Unexpected "{"
Line 73:20 Expected ":"
Line 73:47 Expected identifier but found "!"
Line 76:10 Expected identifier but found "{"
Line 76:11 Unexpected "{"
... and 2 more hidden warnings

**/
   
/*########### Popular Collections ###########*/
.coll_pp{
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 15px;
  padding-top:15px;
  text-align: center;
  /*border-bottom: 1px solid #0b1f4e;*/
  background-color: #e5eafa;
}
.coll_pp span{
  display: inline-flex;
  background-color: #0b1f4e;
  border-radius: 15px;
  padding: 2px 12px;
  font-size: 14px;
  color:#fff;
  text-transform: capitalize;
}
.coll_pp span + span{
  margin-left: 15px;
}
.coll_pp::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.coll_pp::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #EBEBEB;
}

.coll_pp::-webkit-scrollbar-track:hover {
  background-color: #EBEBEB;
}

.coll_pp::-webkit-scrollbar-track:active {
  background-color: #EBEBEB;
}

.coll_pp::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #b19459;
}

.coll_pp::-webkit-scrollbar-thumb:hover {
  background-color: #b19459;
}

.coll_pp::-webkit-scrollbar-thumb:active {
  background-color: #b19459;
}
  .banner-with-breadcrumbs .bwb-title{
    color:{{ section.settings.title_color}} !important;
  }
  .banner-with-breadcrumbs .bwb-subtitle{
    color:{{ section.settings.subtitle_color}} !important;
  }
  .banner-with-breadcrumbs .breadcrumb{
    color:{{ section.settings.breadcrumb_color}} !important;
  }
  
@media only screen and (max-width: 768px) {   
    .coll_pp {
      display: flex;
      white-space: normal;
      overflow-x: auto;
      padding-bottom: 15px;
      flex-wrap: wrap;
      padding-top: 15px;
      text-align: center;
      background-color: #e5eafa;
      justify-content: center;
      row-gap: 10px;
    }
  }