/* Nexus Product -> Legacy Cart Bridge v1 */
.nx-product-cart-panel { margin-top: 14px; }
.nx-product-cart-quantity {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    margin: 0 0 12px; padding: 11px 12px; border: 1px solid #dce7f2;
    border-radius: 14px; background: #f8fbfe; color: #344a63; font-size: 12px; font-weight: 800;
}
.nx-product-cart-stepper {
    display: grid; grid-template-columns: 34px 48px 34px; direction: ltr;
    overflow: hidden; border: 1px solid #cfddea; border-radius: 11px; background: #fff;
}
.nx-product-cart-stepper button,
.nx-product-cart-stepper input {
    height: 34px; border: 0; background: transparent; color: #173554; font: inherit; text-align: center;
}
.nx-product-cart-stepper button { cursor: pointer; font-size: 17px; font-weight: 900; }
.nx-product-cart-stepper button:hover { background: #edf6ff; color: #0b67b2; }
.nx-product-cart-stepper input { width: 48px; border-inline: 1px solid #e1eaf2; outline: 0; font-weight: 900; }
.nx-product-cart-stepper input::-webkit-outer-spin-button,
.nx-product-cart-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.nx-product-add-cart { border: 0; cursor: pointer; }
.nx-product-add-cart:disabled { cursor: wait; opacity: .68; }
.nx-product-cart-feedback {
    margin-top: 11px; padding: 11px 12px; border-radius: 13px; font-size: 11px; line-height: 1.9;
}
.nx-product-cart-feedback strong,
.nx-product-cart-feedback span { display: block; }
.nx-product-cart-feedback a { display: inline-flex; margin-top: 5px; font-weight: 900; }
.nx-product-cart-feedback.is-success { border: 1px solid #bfe7cf; background: #f2fbf6; color: #17683d; }
.nx-product-cart-feedback.is-success a { color: #0b67b2; }
.nx-product-cart-feedback.is-error { border: 1px solid #f1c5c5; background: #fff7f7; color: #9c2929; }
.nx-mobile-buybar-action { border: 0; cursor: pointer; }
@media (max-width: 560px) {
    .nx-product-cart-quantity { padding: 9px 10px; }
    .nx-product-cart-stepper { grid-template-columns: 32px 44px 32px; }
    .nx-product-cart-stepper input { width: 44px; }
}
