 
    .no-scrollbar::-webkit-scrollbar { display: none; }
    .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

    .active-tab {
        background: rgba(59, 130, 246, 0.2);
        color: white !important;
        box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.4);
    }

   
    .product-card {
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        will-change: transform, opacity; 
    }
 