/* Styling the Add to Cart button */
button.s-button-element.s-button-btn.s-button-outline {
    background-color: #000 !important; /* Black background */
    color: #fff !important; /* White text */
    border: none !important; /* Remove border */
    padding: 10px 20px !important; /* Adjust padding */
    border-radius: 5px !important; /* Rounded corners */
    cursor: pointer; /* Pointer cursor */
}