#wc-back-button {
    position: fixed;
    bottom: 36px;
    left: 36px; /* Changed from right to left */
    z-index: 9999;
}

#wc-back-button button {
    background: white;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 300px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

#wc-back-button button:hover {
    background-color: #f0f0f0;
}
