.bundle-products h3 {
    font-family: var( --e-global-typography-38b55a9-font-family ), Sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.bundle-products ul {
    list-style: none !important;
    padding-left: 0px !important;
}

.bundle-products ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #77777736;
    padding: 8px 0px;
}

.bundle-products ul li:first-child {
    border-top: 1px solid #77777736;
}

.bundle-products .bundle-product-name-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bundle-products .bundle-product-name {
    font-family: var( --e-global-typography-b5fb20d-font-family ), Sans-serif;
    color: var( --e-global-color-35b97ee );
    font-size: 16px;
    font-weight: 400;
}

.bundle-products .bundle-product-price {
    font-family: var( --e-global-typography-b5fb20d-font-family ), Sans-serif;
    color: var( --e-global-color-1aaedd5 );
    font-size: 16px;
    font-weight: 400;
}


.bundled-items-list ul {
    list-style: none !important;
    padding-left: 0px !important;
}

.bundled-items-list ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
    gap: 4px;
}

.bundled-items-list img {
    height: 50px !important;
    object-fit: contain;
}

.bundled-items-list .bundled-item-link {
    font-family: var(--e-global-typography-b5fb20d-font-family), Sans-serif !important;
    color: var(--e-global-color-35b97ee) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
