.bold-od-floating-card {
    border-radius: 8px;
    overflow: hidden;
    position: fixed;
    background-color: #fff;
    margin: 40px;
    justify-self: end;
    bottom: 0;
    padding: 0;
    width: 550px;
    border: none;
    box-shadow: 0px 0px 20px 5px #000A2833;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
}

.bold-od-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.bold-od-card-header h3 {
    margin: 0;
    font-size: 16px;
}

.bold-od-close-button {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
}

.bold-od-card-body {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.bold-od-product-display {
    display: flex;
    margin: 0;
    font-size: 12px;
}

.bold-od-card-message {
    font-size: 14px;
}

.bold-od-product-image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.bold-od-product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bold-od-product-title {
    font-weight: bold;
}

.bold-od-product-price {
    color: #888;
}

.bold-od-last-ordered {
    font-size: 0.9em;
    color: #aaa;
}

.bold-od-card-footer {
    padding: 10px;
    border-top: 1px solid #ccc;
}

.bold-od-secondary-button,
.bold-od-primary-button {
    padding: 5px 10px;
    margin: 5px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.bold-od-button-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.bold-od-button-group > * {
    font-size: 12px;
}

.bold-od-primary-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    gap: 2px;
    isolation: isolate;
    color: #fff;
    background: #303030;
    border-radius: 8px;
}

.bold-od-secondary-button {
    color: #333;
    padding: 6px 12px;
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px #B5B5B5, inset -1px 0px 0px #E3E3E3, inset 1px 0px 0px #E3E3E3, inset 0px 1px 0px #E3E3E3;
    border-radius: 8px;
}

on-demand-product-notification {
    position: absolute;
    z-index: 99;
}
