.mb-home-products.mb-tabs{margin:6rem 0}
.mb-home-products.mb-tabs h2{text-align:center;margin-bottom:20px;font-size:24px;color:#333}
.mb-home-products.mb-tabs .tab-buttons ul{list-style:none;padding:0;margin:0;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #ddd;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;scroll-snap-type:x mandatory}
.mb-home-products.mb-tabs[data-tab-position="top"] .tab-buttons{position:-webkit-sticky;position:sticky;top:var(--mb-tabs-sticky-top,0);z-index:998;background:inherit;transition:box-shadow .15s ease}
.mb-home-products.mb-tabs[data-tab-position="top"] .tab-buttons.is-stuck{box-shadow:0 2px 6px rgba(0,0,0,.05)}
/* scrollbar visual helpers */
.mb-home-products.mb-tabs .tab-buttons ul::-webkit-scrollbar{height:6px}
.mb-home-products.mb-tabs .tab-buttons ul::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.12);border-radius:3px}
.mb-home-products.mb-tabs .tab-buttons ul li{padding:10px 20px;cursor:pointer;transition:all .3s ease;border-radius:5px 5px 0 0;margin-right:5px;flex:0 0 auto;scroll-snap-align:center}
.mb-home-products.mb-tabs .tab-buttons ul li:hover{opacity:.8}
.mb-home-products.mb-tabs .tab-buttons ul li.active{font-weight:bold}
.mb-home-products.mb-tabs .tab-buttons ul li span{display:block}
.mb-home-products.mb-tabs .mb-card{padding:20px;border:1px solid #ddd;border-top:none;border-radius:0 0 5px 5px;background:#fff}
.mb-home-products.mb-tabs .mb-card .tab{display:none}
.mb-home-products.mb-tabs .mb-card .tab.active{display:block}
.mb-home-products.mb-tabs .mb-card .tab>div .h2{display:none}

/* Profile / seller style for favorites subcategories */
.mb-home-products.mb-tabs .favorites-subcats{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
.mb-home-products.mb-tabs .favorite-subcat.profile-card{display:flex;align-items:flex-start;max-width:720px;width:100%;background:#fff;border:1px solid #eee;padding:16px;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,0.03)}
.mb-home-products.mb-tabs .favorite-subcat .profile-avatar{flex:0 0 96px;margin-right:16px}
.mb-home-products.mb-tabs .favorite-subcat .profile-avatar img{width:96px;height:96px;object-fit:cover;display:block}
.mb-home-products.mb-tabs .favorite-subcat .avatar-placeholder{width:96px;height:96px;background:#f0f0f0;display:block}
.mb-home-products.mb-tabs .favorite-subcat .profile-body{flex:1}
.mb-home-products.mb-tabs .favorite-subcat .profile-name{margin:0 0 6px 0;font-size:18px}
.mb-home-products.mb-tabs .favorite-subcat .profile-name a{color:inherit;text-decoration:none}
.mb-home-products.mb-tabs .favorite-subcat .profile-role{font-size:13px;color:#666;margin-bottom:8px}
.mb-home-products.mb-tabs .favorite-subcat .profile-desc{margin:0 0 10px 0;color:#444}
.mb-home-products.mb-tabs .favorite-subcat .profile-cta{display:inline-block;padding:8px 12px;background:#0095da;color:#fff;border-radius:6px;text-decoration:none;font-size:14px}
.mb-home-products.mb-tabs .favorite-subcat .profile-cta:hover{opacity:0.9}

/* Responsive */
@media (max-width:600px){
	.mb-home-products.mb-tabs .favorite-subcat.profile-card{flex-direction:row;align-items:center}
	.mb-home-products.mb-tabs .favorite-subcat .profile-avatar{flex:0 0 64px;margin-right:12px}
	.mb-home-products.mb-tabs .favorite-subcat .profile-avatar img{width:64px;height:64px}
}

/*# sourceMappingURL=style.css.map */
