.section-featured-collections .tabs-wrapper{display:flex;gap:40px;align-items:center;padding:16px 0;border-bottom:1px solid var(--border-color);width:max-content;margin-bottom:40px;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;max-width:100%;}
.section-featured-collections .tabs-wrapper .tab{font-size: 16px;font-weight: 500;ine-height: normal;letter-spacing: -0.16px;opacity:.5;position:relative;cursor:pointer;flex: 0 0 auto;font-family:var(--font-inter);}
.section-featured-collections .tabs-wrapper .tab.active{opacity:1;}
.section-featured-collections .tabs-wrapper .tab:after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-16px;height:1px;background:var(--brown);width:0;transition:.33s;}
.section-featured-collections .tabs-wrapper .tab.active:after{width:100%;}
.section-featured-collections .products{display:none;}
.section-featured-collections .products.active{display:flex;}