Preset Solids

Collection is empty

.collection-description { font-size: 1.2rem; /* Slightly larger text */ font-weight: 500; /* Medium font weight */ color: #333; /* Dark gray color for readability */ max-width: 800px; /* Limit width for better readability */ margin: 0 auto 2rem; /* Center align and add spacing below */ padding: 15px; /* Add padding around */ background: #f8f8f8; /* Light gray background */ border-radius: 10px; /* Rounded corners */ box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */ }