.opt-product-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.opt-product-info-image {
    width: 56px;
    height: 56px;
    object-fit: cover;
    object-position: center;
}

.opt-product-info-name {
    font-family: NespressoLucas, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #1b1b1b;
}

.opt-product-info-headline {
    font-family: NespressoLucas, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #292929;
}

.opt-product-info>div>div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.opt-005 nb-add-to-cart-bar-coffee {
    z-index: 55000;
    height: fit-content;
    padding-top: 21px;
    padding-bottom: 21px;
    bottom: -200px;
}

.opt-005 nb-add-to-cart-bar-coffee.c-add-to-cart-bar--visible {
    bottom: 0;
}

.opt-005 nb-add-to-cart-bar-coffee .cb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 16px;
    gap: 16px;
    max-width: 72.5rem;
}

.opt-005 .opt-product-info nb-intensity .bar {
    width: 0.125rem;
    height: 0.625rem;
    background-color: #876c43;
    margin-right: 0.125rem;
    display: inline-block;
    opacity: 0.25;
}

.opt-005 .opt-product-info nb-intensity .bar.filled {
    opacity: 1;
}

.opt-005 .opt-product-info nb-intensity .t-xs-700-sl {
    margin: 0 4px 0 2px;
}

.opt-005 nb-add-to-cart-bar-coffee .add-to-cart-bar__container {
    flex-wrap: wrap;
}

.opt-005 nb-popin {
    z-index: 55002;
}

.opt-005 .nb-overlay {
    z-index: 55001;
}

@media screen and (min-width: 900px) {
    .opt-005 nb-add-to-cart-bar-coffee .add-to-cart-bar__container {
        min-width: max-content;
    }
}

@media screen and (max-width: 767px) {
    .opt-005 nb-add-to-cart-bar-coffee {
        height: fit-content;
        padding: 14px 16px;
    }

    .opt-005 nb-add-to-cart-bar-coffee .add-to-cart-bar__container {
        flex-direction: column;
        align-items: end;
        justify-content: end;
        gap: 8px;
        text-align: right;
    }

    .opt-product-info>div>div {
        flex-direction: column;
        align-items: start;
        gap: 4px;
    }

    .opt-005 nb-add-to-cart-bar-coffee .opt-add .AddToBagButtonLarge__label {
        display: none;
    }

    .opt-005 nb-add-to-cart-bar-coffee .opt-add .AddToBagButtonLarge__plusIcon {
        display: block !important;
    }

    .opt-005 nb-add-to-cart-bar-coffee .opt-add button.AddToBagButton {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0;
    }

    .opt-product-info-image {
        width: 50px;
        height: 50px;
    }

    .opt-product-info-name {
        font-size: 16px;
        line-height: 19px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .opt-product-info-headline {
        font-size: 14px;
        line-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .opt-005 nb-add-to-cart-bar-coffee .AddToBagButton__container>div:not(.opt-add) .AddToBagButtonLarge__label {
        max-width: 100px;
        max-height: 20px;
        overflow: hidden;
        padding: 0;
        font-size: 18px !important;
    }

    .opt-005 nb-add-to-cart-bar-coffee .AddToBagButton__container>div:not(.opt-add) button {
        max-width: 120px;
        padding-right: 8px;
    }

    .opt-005 nb-add-to-cart-bar-coffee .AddToBagButton__container>div .AddToBagButtonLarge__quantity {
        margin-right: 4px !important;
    }

    .opt-005 nb-add-to-cart-bar-coffee .cb-price-current {
        min-width: max-content;
        font-size: 18px;
        margin-left: auto;
    }

    .opt-005 nb-add-to-cart-bar-coffee .cb-inner {
        padding: 0;
    }
}

@media screen and (max-width: 370px) {
    .opt-product-info nb-intensity .t-xs-500-sl {
        display: block;
    }
}