html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #f1f3f6;
}

.out-of-stock-btn {
    background-color: #ccc !important;
    cursor: not-allowed !important;
    color: #666 !important;
    border: 1px solid #999 !important;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px; /* Adjust as needed for desired height */
    font-size: 14px;
    min-height: 40px; /* Ensure minimum height */
    box-sizing: border-box;
}
