.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.flutter-product-grid{gap:8px}.flutter-product-card{transition:transform .2s ease-out}.flutter-product-card:hover{transform:translateY(-4px)}@media (max-width:640px){.flutter-product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.flutter-product-card{width:100%}}@media (min-width:641px) and (max-width:768px){.flutter-product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:769px) and (max-width:1024px){.flutter-product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1025px){.flutter-product-grid{grid-template-columns:repeat(5,1fr)}}