:root {
    --mechan-bundle-accent: var(--mechan-copper, #c87a1d);
    --mechan-bundle-border: var(--mechan-rule, #d9d9d9);
}

.bundle-component-notice {
    margin: 0 0 20px;
    padding: 14px 16px;
    border-left: 4px solid var(--mechan-bundle-accent);
    background: #fff7ed;
    color: var(--mechan-text, #000);
}

.cart-item-row.bundle-child-row td.product,
.order-details-page tr.bundle-child-row td.product {
    padding-left: 32px;
}

.bundle-component-label {
    display: block;
    margin-bottom: 4px;
    color: var(--mechan-bundle-accent);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.mini-shopping-cart .item.bundle-child-item {
    margin-left: 18px;
    border-left: 2px solid var(--mechan-bundle-border);
}
