.feedback-modal__intro strong {
    display: block;
    margin-top: 10px;
    color: var(--text);
    font-size: 14px;
    line-height: 1.4;
}

.feedback-field {
    display: grid;
    gap: 7px;
    color: #383838;
    font-size: 13px;
    font-weight: 800;
}

.feedback-field[hidden] {
    display: none;
}

.buy-button:disabled {
    background: #a8adb5;
    cursor: not-allowed;
}

.cart-item__unavailable {
    color: #a61b34;
    font-size: 13px;
    font-weight: 800;
}

.stock-inquiry-link {
    justify-self: start;
    border: 0;
    border-bottom: 1px dashed currentColor;
    padding: 0 0 2px;
    background: transparent;
    color: var(--accent);
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.cart-qty button:disabled {
    color: #9b9b9b;
    cursor: not-allowed;
}

.cart-checkout-blocked {
    padding: 20px 22px;
    border: 1px solid #f0c36d;
    border-radius: var(--radius);
    background: #fff8e8;
    color: #694c0c;
    font-weight: 800;
    line-height: 1.5;
}

.cart-notice--warning {
    border-color: #f0c36d;
    background: #fff8e8;
    color: #694c0c;
}

.cart-notice--warning strong {
    display: block;
    margin-bottom: 3px;
}
