Collection: Products

/* Style the Sort By dropdown - black background with white text */ select[name="sort_by"] { background-color: #000000; /* Black background */ color: #ffffff; /* White text */ border: 1px solid #444444; /* Optional: subtle border */ padding: 8px; border-radius: 4px; appearance: none; /* Optional: remove default styling (esp. on Safari) */ }