.single-product .single-submit {
background-color: #00cfff !important; /* أزرق سماوي */
color: white !important;
border: none;
padding: 10px 20px;
font-weight: bold;
border-radius: 4px; /* ⬅ نقصنا الحواف هنا */
transition: background-color 0.3s ease;
}