SHOP BY BRAND

}

NEW ARRIVALS

All products .brand-section { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; padding: 60px 20px; background: #000; } .brand-section img { height: 40px; opacity: 0.7; transition: 0.3s ease; } .brand-section img:hover { opacity: 1; transform: scale(1.05); }