.collection_list{display:flex;align-items:center;gap:8px;padding-top:24px;}
.featured_collection_section_bottom .collection-list{display:none;}
.featured_collection_section_bottom .collection-list.active{display:block;}
.collection_list li{font-size:11px;font-weight:400;text-transform:uppercase;line-height:24px;letter-spacing:0.77px;background:#fff;padding:0 8px;border-radius:6px;cursor:pointer;white-space:nowrap;}
.collection_list li.active-col{font-weight:600;background:#EEECEC;}
.featured_collection_section_top{text-align:center;}
.featured_collection_section_top h3{letter-spacing:2.1px;color: #4D4D4D;font-weight:600;font-size:14px;}

@media (min-width:768px){
  .featured_collection_section_bottom .collection__grid{column-gap:8px!important;row-gap:24px!important;}
  .featured_collection_section_top{padding:0 20px;}
  .collection_list{justify-content:center;padding-bottom:40px;}
  .featured_collection_section_top h3{line-height:20px;}
}
@media (max-width: 767px){
  .featured_collection_section_bottom .collection__grid{column-gap:7px !important;row-gap:16px !important;}
  .featured_collection_section_bottom .singal-pi{z-index:1;transition:.33s;}
  .featured_collection_section_bottom .singal-pi.active {z-index:2;}
  .collection_list_wrap{width:100%;}
  .collection_list{padding-left:16px;overflow-x:scroll;padding-right:16px;padding-bottom:32px;}
  .featured_collection_section_top h3{padding:0 16px;}
}
