
   .scrollbar-hide::-webkit-scrollbar { display: none; }
   
   #product-showcase .product-card {
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
   }

   #product-showcase a, 
   #product-showcase a:hover, 
   #product-showcase a:focus, 
   #product-showcase a:active {
        text-decoration: none !important;
        outline: none !important;
        box-shadow: none !important;
   }
