new arrival





circle-collections { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin: 50px auto; max-width: 800px; } .collection-item { width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, #00c6ff, #0072ff); color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; box-shadow: 0 8px 20px rgba(0,0,0,0.2); transition: transform 0.3s ease; } .collection-item:hover { transform: scale(1.1) rotate(5deg); background: linear-gradient(135deg, #ff6a00, #ee0979); }
rainContainer.style.width