.single-product .single_variation_wrap .bundle_sells_form .bundled_product_images.images {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.single-product .bundle_sells_form .bundled_product_image {
    width: 200px;
}

.single-product .single_variation_wrap .bundle_sells_form .details {
    width: 100%;
    padding: 24px 0 0;
}

.single-product .bundled_product_excerpt.product_excerpt {
    position: relative;
    max-height: 122px;
    overflow: hidden;
}

.single-product .bundled_product_excerpt.product_excerpt p:last-of-type {
    padding-bottom: 0;
}

.single-product .bundled_product_excerpt.product_excerpt:not(.opened):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    z-index: 1;
}

.single-product .details .load-more-excerpt {
    display: block;
    margin-top: 8px;
}

.single-product .details .bundled_product_optional_checkbox {
    display: block;
    margin-top: 16px;
}

.single-product .details span.price {
    display: inline-flex;
    align-items: baseline;
    column-gap: 4px;
}

@media (min-width: 768px) {
    .bundled_item_1.bundled_product.bundled_product_summary.product.bundled_item_optional {
        display: flex;
        column-gap: 8px;
    }

    .single-product .bundle_sells_form .bundled_product_image {
        margin-top: 30px;
    }
}