.p-cart__unit .variation:has(.oh-bundle-cart-meta) {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
}

.p-cart__unit .variation:has(.oh-bundle-cart-meta) dt,
.p-cart__unit .variation:has(.oh-bundle-cart-meta) dd,
.p-cart__unit .variation:has(.oh-bundle-cart-meta) p {
    display: inline;
    float: none;
    margin: 0;
    padding: 0;
}

.p-cart__unit .variation:has(.oh-bundle-cart-meta) dt {
    flex: 0 0 auto;
    font-weight: 700;
}

.oh-bundle-cart-meta {
    color: var(--color-forest, #6c9f53);
}

.oh-bundle-cart-group {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border: 1px solid rgba(108, 159, 83, .35);
    background: #f0f5ee;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
}

.oh-bundle-cart-group_header {
    margin-top: 20px;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
}

.oh-bundle-cart-group_footer {
    justify-content: space-between;
    margin-bottom: 20px;
    border-top: 0;
    border-radius: 0 0 18px 18px;
}

.oh-bundle-cart-group__label,
.oh-bundle-cart-group__discount {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.oh-bundle-cart-group__label {
    background: var(--color-forest, #6c9f53);
    color: #fff;
}

.oh-bundle-cart-group__discount {
    margin-left: auto;
    background: var(--color-accent-orange, #f4993d);
    color: #fff;
}

.oh-bundle-cart-group__title {
    min-width: 0;
    overflow: hidden;
    color: var(--color-text-primary, #001515);
    font-family: var(--font-garamond, serif);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oh-bundle-cart-item {
    margin: 0 !important;
    border-right: 1px solid rgba(108, 159, 83, .35) !important;
    border-left: 1px solid rgba(108, 159, 83, .35) !important;
    background: #fbfdf9;
}

.oh-bundle-cart-item + .oh-bundle-cart-item {
    border-top-color: rgba(108, 159, 83, .18) !important;
}

.oh-bundle-cart-group__total-label {
    font-size: 14px;
}

.oh-bundle-cart-price,
.oh-bundle-cart-group__price {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px 8px;
}

.oh-bundle-cart-price del,
.oh-bundle-cart-group__price del {
    color: rgba(0, 21, 21, .55);
    font-size: .78em;
    font-weight: 400;
}

.oh-bundle-cart-price ins,
.oh-bundle-cart-group__price strong {
    color: var(--color-text-primary, #001515);
    font-weight: 700;
    text-decoration: none;
}

.oh-bundle-cart-group__price del {
    font-size: clamp(14px, calc(12.545px + .455vw), 18px);
    line-height: 1.5;
}

.oh-bundle-cart-group__price strong {
    font-size: clamp(18px, calc(16.545px + .455vw), 22px);
    line-height: 1.2;
}

.oh-bundle-cart-savings {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    padding: 14px 0;
    border-top: 1px solid rgba(70, 71, 71, .2);
    color: var(--color-forest, #6c9f53);
}

.oh-bundle-cart-savings strong {
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .oh-bundle-cart-item {
        box-sizing: border-box;
        padding-right: 12px !important;
    }

    .oh-bundle-cart-item .p-cart__item-remove {
        right: 12px;
    }

    .oh-bundle-cart-item .p-cart__item-right,
    .oh-bundle-cart-item .p-cart__item-actions {
        flex-direction: row;
    }

    .oh-bundle-cart-item .p-cart__item-actions {
        margin-left: 12px;
    }

    .oh-bundle-cart-group {
        padding: 12px;
    }

    .oh-bundle-cart-group__title {
        font-size: 17px;
    }

    .oh-bundle-cart-group_header {
        display: grid;
        grid-template-columns: max-content max-content minmax(0, 1fr);
        grid-template-areas:
            "label discount ."
            "title title title";
        row-gap: 10px;
    }

    .oh-bundle-cart-group__label {
        grid-area: label;
    }

    .oh-bundle-cart-group__title {
        grid-area: title;
        white-space: normal;
    }

    .oh-bundle-cart-group__discount {
        grid-area: discount;
        margin-left: 0;
    }

    .oh-bundle-cart-group_footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media screen and (min-width: 1200px) {
    .p-cart__item:has(.oh-bundle-cart-meta) .p-card__text {
        min-width: 0;
        padding-bottom: 34px;
    }

    .p-cart__item:has(.oh-bundle-cart-meta) .p-card__title,
    .p-cart__item:has(.oh-bundle-cart-meta) .p-card__title a {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .p-cart__item:has(.oh-bundle-cart-meta) .p-cart__unit {
        right: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
