.featured-categories-tabs .category-nav-tabs{margin:18px 0 22px;padding-bottom:10px;border-bottom:1px solid #C0C0C0}
.featured-categories-tabs .category-nav-tabs__nav{display:flex;flex-wrap:wrap;gap:14px;margin:0;padding:0;list-style:none}
.featured-categories-tabs .category-nav-tabs__tab{border:none;padding:10px 20px;cursor:pointer;font-family:var(--heading-font-family);font-size:17px;font-weight:400;color:#fff;transition:all .3s ease;background:#141c3d;border-radius:5px;box-shadow:0 0 6.3px 2px #C0C0C04D}
.featured-categories-tabs .category-nav-tabs__tab:hover,.featured-categories-tabs .category-nav-tabs__tab.active{opacity:.8}
.featured-categories-tabs .category-nav-tabs__tab.active{background:#b3eefd;color:#000}
.featured-categories-tabs .category-nav-content{display:none}
.featured-categories-tabs .category-nav-content.active{display:block}
.featured-categories-tabs .category-grid{display:grid;gap:2rem;margin-bottom:2rem}
.featured-categories-tabs .category-card{position:relative;overflow:hidden;border-radius:5px;transition:transform .3s ease,box-shadow .3s ease;display:block;text-decoration:none;color:inherit}
.featured-categories-tabs .category-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}
.featured-categories-tabs .category-card__image{width:100%;height:100%;object-fit:cover;display:block}
.featured-categories-tabs .category-card__overlay{position:absolute;top:0;left:0;right:0;padding:2rem 1.5rem 1.5rem;z-index:2;color:#fff}
.featured-categories-tabs .category-card__title{margin:0;font-weight:550;font-size:20px;line-height:100%;color:#fff;text-transform:capitalize;text-shadow:0 2px 0 #00000040}
.featured-categories-tabs .category-grid--small{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.featured-categories-tabs .category-grid--medium{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.featured-categories-tabs .category-grid--large{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.mobile-slider-tab-container{position:relative;overflow:hidden;display:none}
.mobile-slider-tab-wrapper{display:flex;transition:transform .3s ease;gap:14px;padding:0}
.mobile-slider-tab-slide{flex:0 0 280px;max-width:280px}
.mobile-slider-tab-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,.2);transition:all .3s ease}
.mobile-slider-tab-nav:hover{background:rgba(255,255,255,1);transform:translateY(-50%) scale(1.1)}
.mobile-slider-tab-nav--prev{left:10px}
.mobile-slider-tab-nav--next{right:10px}
.featured-categories-tabs .mobile-slider-tab-nav svg{width:20px;height:20px;fill:#333}
.featured-categories-tabs .mobile-slider-tab-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}
.featured-categories-tabs .mobile-slider-tab-dot{width:8px;height:8px;border-radius:50%;background:#ccc;cursor:pointer;transition:background .3s ease;display:none}
.featured-categories-tabs .mobile-slider-tab-dot.active{background:#01AADB}
.featured-category-tabs .section__heading{font-size:24px}
@media(max-width:767px){
.featured-category-tabs .section__heading{font-size:22px}
.mobile-slider-tab-slide:first-child{margin-left:30px}
.featured-categories-tabs .category-nav-tabs__nav{overflow-x:scroll;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;scrollbar-width:none}
.featured-categories-tabs .category-nav-tabs__tab{white-space:nowrap}
.featured-categories-tabs .category-grid{display:none}
.mobile-slider-tab-container{display:block}
.featured-categories-tabs .category-card__image{height:100%}
.featured-categories-tabs .category-nav-content .container{padding:0}
.featured-categories-tabs .mobile-slider-tab-slide{flex:0 0 85%;max-width:85%}
}