/**
 * EBA WooCommerce Cart & Checkout — brand-themed overrides for WC default markup.
 * Targets .eba-shop wrapper so we don't break WC pages outside our widgets.
 * Brand: gold #d4a24c, charcoal #0f172a, ivory #fafaf7.
 */

/* ============================================================
 * SHARED SHELL
 * ============================================================ */
.eba-wrapper.eba-shop {
    padding: 64px 0 96px;
    background: #fafaf7;
    font-family: 'Inter', system-ui, sans-serif;
    color: #0f172a;
}
.eba-wrapper.eba-shop .eba-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.eba-wrapper.eba-shop .eba-shop__head {
    margin-bottom: 36px;
    text-align: left;
}
.eba-wrapper.eba-shop .eba-shop__title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #0f172a !important;
    margin: 0 0 10px;
    letter-spacing: -0.005em;
}
.eba-wrapper.eba-shop .eba-shop__subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748b !important;
    margin: 0;
    max-width: 640px;
}

.eba-wrapper.eba-shop .eba-shop__notice {
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
}
.eba-wrapper.eba-shop .eba-shop__notice--warning {
    background: #fef7e8;
    border: 1px solid #f5e6c8;
    color: #8b6914 !important;
}

/* ============================================================
 * EMPTY CART STATE
 * ============================================================ */
.eba-wrapper.eba-shop .eba-shop__empty {
    text-align: center;
    padding: 56px 24px;
    background: #fff;
    border: 1px solid #eee9df;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.eba-wrapper.eba-shop .eba-shop__empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px; height: 88px;
    background: rgba(212, 162, 76, 0.1);
    color: #d4a24c;
    border-radius: 50%;
    margin-bottom: 22px;
}
.eba-wrapper.eba-shop .eba-shop__empty-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #475569 !important;
    max-width: 460px;
    margin: 0 auto 24px;
}
.eba-wrapper.eba-shop .eba-shop__btn,
.eba-wrapper.eba-shop a.eba-shop__btn {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 12px 26px !important;
    border-radius: 10px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.15s;
    text-shadow: none !important;
    background-image: none;
}
.eba-wrapper.eba-shop .eba-shop__btn--primary {
    background: linear-gradient(135deg, #d4a24c, #e0b96b) !important;
    background-image: linear-gradient(135deg, #d4a24c, #e0b96b) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 4px 14px rgba(212, 162, 76, 0.32);
}
.eba-wrapper.eba-shop .eba-shop__btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(212, 162, 76, 0.42);
    color: #fff !important;
}

/* ============================================================
 * WOOCOMMERCE OVERRIDES (scoped to .eba-shop .eba-shop__wc)
 * ============================================================ */
.eba-wrapper.eba-shop .eba-shop__wc { font-family: 'Inter', system-ui, sans-serif; }

/* Suppress default WC noisy headings/tabs */
.eba-wrapper.eba-shop .eba-shop__wc .woocommerce-info,
.eba-wrapper.eba-shop .eba-shop__wc .woocommerce-notices-wrapper > .woocommerce-message {
    background: #fef7e8 !important;
    border: 1px solid #f5e6c8 !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    color: #8b6914 !important;
    font-size: 13.5px !important;
    box-shadow: none !important;
    margin-bottom: 18px;
}
.eba-wrapper.eba-shop .eba-shop__wc .woocommerce-error {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    color: #b91c1c !important;
}

/* ===== CART TABLE ===== */
.eba-wrapper.eba-shop .shop_table {
    width: 100%;
    background: #fff;
    border: 1px solid #eee9df !important;
    border-radius: 14px !important;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.eba-wrapper.eba-shop .shop_table thead {
    background: #fafaf7;
}
.eba-wrapper.eba-shop .shop_table thead th {
    padding: 14px 16px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8 !important;
    text-align: left;
    border-bottom: 1px solid #eee9df !important;
}
.eba-wrapper.eba-shop .shop_table tbody td {
    padding: 18px 16px !important;
    border-bottom: 1px solid #f5efe6 !important;
    vertical-align: middle;
    font-size: 14px;
    color: #0f172a;
}
.eba-wrapper.eba-shop .shop_table tbody tr:last-child td { border-bottom: 0 !important; }

.eba-wrapper.eba-shop .shop_table .product-thumbnail img {
    width: 64px; height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}
.eba-wrapper.eba-shop .shop_table .product-name a {
    color: #0f172a !important;
    font-weight: 600;
    font-size: 14.5px;
    text-decoration: none !important;
    transition: color 0.15s;
}
.eba-wrapper.eba-shop .shop_table .product-name a:hover { color: #d4a24c !important; }

.eba-wrapper.eba-shop .shop_table .product-price,
.eba-wrapper.eba-shop .shop_table .product-subtotal {
    font-weight: 600;
    color: #0f172a;
}
.eba-wrapper.eba-shop .shop_table .product-subtotal { color: #d4a24c !important; }

.eba-wrapper.eba-shop .shop_table .product-remove a.remove {
    background: #fafaf7 !important;
    color: #64748b !important;
    border-radius: 50% !important;
    width: 28px; height: 28px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    line-height: 1 !important;
    transition: all 0.15s;
    text-decoration: none !important;
}
.eba-wrapper.eba-shop .shop_table .product-remove a.remove:hover {
    background: #fef2f2 !important;
    color: #b91c1c !important;
}

.eba-wrapper.eba-shop .shop_table .quantity input.qty {
    width: 64px !important;
    padding: 8px 10px !important;
    border: 1px solid #ddd4c6 !important;
    border-radius: 8px !important;
    background: #fafaf7 !important;
    font-family: inherit !important;
    font-size: 13.5px !important;
    color: #0f172a !important;
    text-align: center;
    box-shadow: none !important;
}
.eba-wrapper.eba-shop .shop_table .quantity input.qty:focus {
    outline: none !important;
    border-color: #d4a24c !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(212, 162, 76, 0.15) !important;
}

/* Coupon + Update buttons row */
.eba-wrapper.eba-shop .shop_table .actions {
    padding: 18px 16px !important;
    background: #fafaf7 !important;
    border-top: 1px solid #eee9df !important;
}
.eba-wrapper.eba-shop .coupon {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.eba-wrapper.eba-shop .coupon input.input-text {
    padding: 10px 14px !important;
    border: 1px solid #ddd4c6 !important;
    border-radius: 8px !important;
    background: #fff !important;
    font-family: inherit !important;
    font-size: 13.5px !important;
    color: #0f172a !important;
    box-shadow: none !important;
    min-width: 180px;
}
.eba-wrapper.eba-shop .coupon input.input-text:focus {
    outline: none !important;
    border-color: #d4a24c !important;
    box-shadow: 0 0 0 3px rgba(212, 162, 76, 0.15) !important;
}

/* WC Buttons (apply coupon, update cart, etc.) */
.eba-wrapper.eba-shop .button,
.eba-wrapper.eba-shop button[type="submit"],
.eba-wrapper.eba-shop input[type="submit"].button,
.eba-wrapper.eba-shop a.button {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 10px 20px !important;
    background: #fff !important;
    background-image: none !important;
    color: #0f172a !important;
    border: 1px solid #ddd4c6 !important;
    border-radius: 8px !important;
    font-family: inherit !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.15s;
    box-shadow: none !important;
    text-shadow: none !important;
    line-height: 1.3;
}
.eba-wrapper.eba-shop .button:hover {
    border-color: #d4a24c !important;
    color: #d4a24c !important;
}
.eba-wrapper.eba-shop .button.alt,
.eba-wrapper.eba-shop button.alt,
.eba-wrapper.eba-shop .checkout-button,
.eba-wrapper.eba-shop button#place_order,
.eba-wrapper.eba-shop input#place_order {
    background: linear-gradient(135deg, #d4a24c, #e0b96b) !important;
    background-image: linear-gradient(135deg, #d4a24c, #e0b96b) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 4px 14px rgba(212, 162, 76, 0.32) !important;
    padding: 12px 26px !important;
    font-size: 14px !important;
}
.eba-wrapper.eba-shop .button.alt:hover,
.eba-wrapper.eba-shop .checkout-button:hover,
.eba-wrapper.eba-shop button#place_order:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(212, 162, 76, 0.42) !important;
    color: #fff !important;
}

/* ===== CART TOTALS BOX ===== */
.eba-wrapper.eba-shop .cart-collaterals {
    margin-top: 32px;
}
.eba-wrapper.eba-shop .cart_totals {
    background: #fff;
    border: 1px solid #eee9df;
    border-radius: 14px;
    padding: 26px 28px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    max-width: 480px;
    margin-left: auto;
}
.eba-wrapper.eba-shop .cart_totals h2 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600;
    font-size: 1.375rem;
    color: #0f172a !important;
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee9df;
}
.eba-wrapper.eba-shop .cart_totals table {
    width: 100%;
    background: transparent;
    border: 0 !important;
    box-shadow: none;
}
.eba-wrapper.eba-shop .cart_totals table th,
.eba-wrapper.eba-shop .cart_totals table td {
    padding: 10px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px dashed #f0eadf !important;
    font-size: 14px;
}
.eba-wrapper.eba-shop .cart_totals table tr:last-child th,
.eba-wrapper.eba-shop .cart_totals table tr:last-child td { border-bottom: 0 !important; }
.eba-wrapper.eba-shop .cart_totals table th {
    color: #64748b !important;
    font-weight: 500 !important;
    text-align: left;
}
.eba-wrapper.eba-shop .cart_totals table td { text-align: right; color: #0f172a; font-weight: 600; }
.eba-wrapper.eba-shop .cart_totals .order-total td .amount {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 700;
    font-size: 1.5rem;
    color: #d4a24c !important;
}

.eba-wrapper.eba-shop .wc-proceed-to-checkout { margin-top: 22px; padding: 0; }
.eba-wrapper.eba-shop .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    justify-content: center;
}

/* ============================================================
 * CHECKOUT PAGE — explicit grid areas so order_review_heading
 * and order_review both stack in the right column above the
 * billing fields' full height.
 * ============================================================ */
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc form.checkout {
    display: grid;
    grid-template-columns: 1fr 420px;
    grid-template-areas:
        "billing review-head"
        "billing review-body";
    grid-template-rows: auto 1fr;
    gap: 0 32px;
    align-items: start;
}
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc form.checkout > .col2-set { grid-area: billing; }
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc form.checkout > #order_review_heading { grid-area: review-head; }
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc form.checkout > #order_review { grid-area: review-body; }

.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc .col2-set {
    background: #fff;
    border: 1px solid #eee9df;
    border-radius: 14px;
    padding: 28px 30px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

/* Hide coupon bar when widget setting toggles it off */
.eba-wrapper.eba-shop.eba-shop--no-coupon .eba-shop__wc .woocommerce-form-coupon-toggle,
.eba-wrapper.eba-shop.eba-shop--no-coupon .eba-shop__wc .checkout_coupon { display: none !important; }

/* ===== ADDITIONAL INFORMATION (order notes) MODES =====
 * .ai-default → keep WC's native position (billing left, additional right or below billing)
 * .ai-bottom  → move to bottom of billing column via flex order
 * .ai-hide    → hide completely
 */

/* Hide mode */
.eba-wrapper.eba-shop.eba-shop--ai-hide .eba-shop__wc .woocommerce-additional-fields { display: none !important; }

/* Bottom mode — make col2-set a flex column and push additional fields to end */
.eba-wrapper.eba-shop.eba-shop--ai-bottom .eba-shop__wc #customer_details.col2-set {
    display: flex;
    flex-direction: column;
}
.eba-wrapper.eba-shop.eba-shop--ai-bottom .eba-shop__wc #customer_details .col-1 { order: 1; width: 100%; max-width: 100%; }
.eba-wrapper.eba-shop.eba-shop--ai-bottom .eba-shop__wc #customer_details .col-2 { order: 2; width: 100%; max-width: 100%; margin-top: 18px; }
.eba-wrapper.eba-shop.eba-shop--ai-bottom .eba-shop__wc .woocommerce-additional-fields {
    order: 99; /* always last */
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed #eee9df;
}
.eba-wrapper.eba-shop.eba-shop--ai-bottom .eba-shop__wc .woocommerce-additional-fields h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    color: #0f172a !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
}
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc h3 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600;
    font-size: 1.375rem;
    color: #0f172a !important;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee9df;
}

/* Form fields */
.eba-wrapper.eba-shop .eba-shop__wc .form-row label {
    display: block !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin-bottom: 6px !important;
}
.eba-wrapper.eba-shop .eba-shop__wc .form-row .required { color: #d4a24c !important; }
.eba-wrapper.eba-shop .eba-shop__wc .form-row .input-text,
.eba-wrapper.eba-shop .eba-shop__wc .form-row .select2-selection,
.eba-wrapper.eba-shop .eba-shop__wc .form-row select,
.eba-wrapper.eba-shop .eba-shop__wc .form-row textarea {
    width: 100% !important;
    padding: 11px 13px !important;
    border: 1px solid #ddd4c6 !important;
    border-radius: 9px !important;
    background: #fafaf7 !important;
    font-family: inherit !important;
    font-size: 13.5px !important;
    color: #0f172a !important;
    box-shadow: none !important;
    box-sizing: border-box;
    line-height: 1.4;
}
.eba-wrapper.eba-shop .eba-shop__wc .form-row .input-text:focus,
.eba-wrapper.eba-shop .eba-shop__wc .form-row select:focus,
.eba-wrapper.eba-shop .eba-shop__wc .form-row textarea:focus {
    outline: none !important;
    border-color: #d4a24c !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(212, 162, 76, 0.15) !important;
}
.eba-wrapper.eba-shop .eba-shop__wc .form-row {
    margin-bottom: 14px;
}

/* Order review card (right column) — heading + review render as a single sticky card */
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc #order_review_heading {
    background: #fff !important;
    border: 1px solid #eee9df !important;
    border-bottom: 0 !important;
    border-radius: 14px 14px 0 0 !important;
    margin: 0 !important;
    padding: 24px 28px 12px !important;
    box-shadow: 0 -2px 0 rgba(15, 23, 42, 0.0);
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 600 !important;
    font-size: 1.375rem !important;
    color: #0f172a !important;
    position: sticky;
    top: 24px;
    z-index: 2;
}
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc #order_review {
    background: #fff !important;
    border: 1px solid #eee9df !important;
    border-top: 0 !important;
    border-radius: 0 0 14px 14px !important;
    margin: 0 !important;
    padding: 8px 28px 24px !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    position: sticky;
    top: calc(24px + 64px);
    z-index: 1;
}

/* Visual separator below heading */
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc #order_review_heading::after {
    content: '';
    display: block;
    height: 1px;
    background: #eee9df;
    margin: 12px 0 0;
}
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc .woocommerce-checkout-review-order-table {
    background: transparent;
    border: 0 !important;
    box-shadow: none;
}
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc .woocommerce-checkout-review-order-table tbody td,
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc .woocommerce-checkout-review-order-table tfoot th,
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc .woocommerce-checkout-review-order-table tfoot td {
    background: transparent !important;
    padding: 10px 0 !important;
    border: 0 !important;
    border-bottom: 1px dashed #f0eadf !important;
    font-size: 13.5px;
}
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc .order-total td .amount,
.eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc .order-total th {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-weight: 700 !important;
    font-size: 1.375rem !important;
    color: #d4a24c !important;
    padding-top: 14px !important;
}

/* Payment methods */
.eba-wrapper.eba-shop .eba-shop__wc #payment {
    background: #fafaf7 !important;
    border: 1px solid #eee9df !important;
    border-radius: 10px !important;
    padding: 16px !important;
    margin-top: 18px;
}
.eba-wrapper.eba-shop .eba-shop__wc #payment ul.payment_methods {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 14px !important;
}
.eba-wrapper.eba-shop .eba-shop__wc #payment ul.payment_methods li {
    background: #fff !important;
    border: 1px solid #eee9df !important;
    border-radius: 8px !important;
    padding: 12px 14px !important;
    margin-bottom: 8px !important;
    list-style: none !important;
}
.eba-wrapper.eba-shop .eba-shop__wc #payment ul.payment_methods li label {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 !important;
}
.eba-wrapper.eba-shop .eba-shop__wc #payment div.payment_box {
    background: #fff !important;
    border: 1px solid #eee9df !important;
    border-radius: 8px !important;
    padding: 14px !important;
    margin-top: 8px !important;
    font-size: 13px !important;
    color: #475569 !important;
}

.eba-wrapper.eba-shop .eba-shop__wc .place-order {
    margin-top: 18px;
}
.eba-wrapper.eba-shop .eba-shop__wc button#place_order,
.eba-wrapper.eba-shop .eba-shop__wc input#place_order {
    width: 100%;
    justify-content: center;
}

/* Checkout coupon link */
.eba-wrapper.eba-shop .eba-shop__wc .woocommerce-form-coupon-toggle,
.eba-wrapper.eba-shop .eba-shop__wc .woocommerce-form-login-toggle {
    margin-bottom: 18px;
}
.eba-wrapper.eba-shop .eba-shop__wc .checkout_coupon {
    margin: 12px 0 24px;
    padding: 18px;
    background: #fff;
    border: 1px solid #eee9df;
    border-radius: 12px;
}

/* ============================================================
 * TRUST BADGES (below checkout)
 * ============================================================ */
.eba-wrapper.eba-shop .eba-shop__trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
    padding-top: 36px;
    border-top: 1px solid #eee9df;
    text-align: center;
}
.eba-wrapper.eba-shop .eba-shop__trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.eba-wrapper.eba-shop .eba-shop__trust-item svg { color: #d4a24c; margin-bottom: 4px; }
.eba-wrapper.eba-shop .eba-shop__trust-item strong {
    font-size: 13.5px;
    color: #0f172a !important;
    font-weight: 700;
}
.eba-wrapper.eba-shop .eba-shop__trust-item small {
    font-size: 12px;
    color: #94a3b8 !important;
}

/* ============================================================
 * RESPONSIVE
 * ============================================================ */
@media (max-width: 900px) {
    .eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc form.checkout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "billing"
            "review-head"
            "review-body";
        gap: 24px;
    }
    .eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc #order_review_heading,
    .eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc #order_review {
        position: static;
        top: auto;
    }
}

@media (max-width: 680px) {
    .eba-wrapper.eba-shop { padding: 40px 0 64px; }
    .eba-wrapper.eba-shop .eba-container { padding: 0 16px; }

    /* Stack cart table on mobile */
    .eba-wrapper.eba-shop .shop_table.cart thead { display: none; }
    .eba-wrapper.eba-shop .shop_table.cart tbody tr {
        display: grid;
        grid-template-columns: 80px 1fr auto;
        gap: 8px 12px;
        padding: 14px;
        border-bottom: 1px solid #eee9df;
    }
    .eba-wrapper.eba-shop .shop_table.cart tbody td {
        padding: 0 !important;
        border: 0 !important;
        font-size: 13px;
    }
    .eba-wrapper.eba-shop .shop_table.cart tbody td.product-thumbnail { grid-row: 1 / span 3; align-self: start; }
    .eba-wrapper.eba-shop .shop_table.cart tbody td.product-name { grid-column: 2 / 4; }
    .eba-wrapper.eba-shop .shop_table.cart tbody td.product-price::before { content: 'Price: '; color: #94a3b8; font-size: 11.5px; }
    .eba-wrapper.eba-shop .shop_table.cart tbody td.product-quantity { justify-self: start; }
    .eba-wrapper.eba-shop .shop_table.cart tbody td.product-subtotal::before { content: 'Subtotal: '; color: #94a3b8; font-size: 11.5px; }
    .eba-wrapper.eba-shop .shop_table.cart tbody td.product-remove {
        position: absolute;
        right: 14px; top: 14px;
    }
    .eba-wrapper.eba-shop .shop_table.cart tbody tr { position: relative; }

    .eba-wrapper.eba-shop .cart-collaterals .cart_totals { max-width: 100%; margin: 0; }
    .eba-wrapper.eba-shop .coupon { width: 100%; }
    .eba-wrapper.eba-shop .coupon input.input-text { width: 100%; min-width: 0; }

    .eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc .col2-set,
    .eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc #order_review_heading,
    .eba-wrapper.eba-shop.eba-shop--checkout .eba-shop__wc #order_review {
        padding: 22px 20px !important;
    }

    .eba-wrapper.eba-shop .eba-shop__trust { grid-template-columns: 1fr; gap: 18px; }
}
