.bundle-selection {
    margin-top: 30px;
    text-align: center;
}

.bundle-image {
    max-width: 300px;
    margin-bottom: 20px;
}

.bundle-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bundle-option {
    display: flex;
    align-items: center;
}

.bundle-add-to-cart {
    margin-top: 20px;
    background-color: #ff6600;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.bundle-add-to-cart:hover {
    background-color: #e55b00;
}
