.custom-product-buttons {
display: flex;
gap: 20px; margin-top: 20px;
} .custom-product-buttons .button {
background-color: #2a3f54; color: #fff !important;
padding: 12px 24px;
border-radius: 6px;
font-weight: 600;
transition: all 0.3s ease;
text-decoration: none;
} .custom-product-buttons .button:hover {
background-color: #1a2736;
transform: translateY(-2px);
}