.bundle-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.bundle-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bundle-box {
    display: flex;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.bundle-box input {
    margin-right: 15px;
}

.bundle-content {
    display: flex;
    flex-direction: column;
}

.bundle-title {
    font-size: 18px;
    font-weight: 600;
}

.discount-badge {
    background: #a585d6;
    color: white;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 12px;
    margin-left: 8px;
}

.popular-badge {
    position: absolute;
    top: -10px;
    right: 15px;
    background: #a585d6;
    color: white;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.bundle-price {
    font-size: 16px;
    margin-top: 5px;
}

.bundle-price .original {
    text-decoration: line-through;
    margin-left: 10px;
    opacity: 0.6;
}

.delivery-note {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 5px;
}
