.wc_payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: transparent !important;
}

li.emcor-group-wrap {
    list-style: none !important;
    padding: 16px 16px 14px !important;
    margin: 0 !important;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

li.emcor-group-wrap--cod {
    background: #dcfce7;
    border-color: #86efac;
    box-shadow:
        0 6px 16px -4px rgba(5, 150, 105, 0.18),
        0 2px 4px -1px rgba(5, 150, 105, 0.08);
}

li.emcor-group-wrap--online {
    background: #dbeafe;
    border-color: #93c5fd;
    box-shadow:
        0 6px 16px -4px rgba(37, 99, 235, 0.18),
        0 2px 4px -1px rgba(37, 99, 235, 0.08);
}

li.emcor-group-wrap--installments {
    background: #fee2e2;
    border-color: #fca5a5;
    box-shadow:
        0 6px 16px -4px rgba(220, 38, 38, 0.18),
        0 2px 4px -1px rgba(220, 38, 38, 0.08);
}

ul.emcor-group-inner {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wc_payment_methods li.wc_payment_method {
    position: relative;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    overflow: hidden;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.wc_payment_methods li.wc_payment_method:hover {
    border-color: #cbd5e1 !important;
}

.wc_payment_methods li.wc_payment_method > input.input-radio {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 20px;
    height: 20px;
    margin: 0 !important;
    cursor: pointer;
    accent-color: #dc2626;
    z-index: 1;
}

.wc_payment_methods li.wc_payment_method > label {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 18px 54px 18px 18px !important;
    margin: 0 !important;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
    min-height: 44px;
}

.wc_payment_methods li.wc_payment_method > label img {
    max-height: 26px !important;
    width: auto !important;
    max-width: 90px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    border: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.wc_payment_methods li.wc_payment_method > .payment_box {
    display: none;
    padding: 14px 18px 16px !important;
    margin: 0 !important;
    background: #f8fafc !important;
    border: none !important;
    border-top: 1px solid #f1f5f9 !important;
    font-size: 13px !important;
    color: #475569 !important;
    line-height: 1.5 !important;
}

.wc_payment_methods li.wc_payment_method > .payment_box::before {
    display: none !important;
}

.wc_payment_methods li.wc_payment_method:has(input.input-radio:checked) > .payment_box {
    display: block;
}

.wc_payment_methods li.wc_payment_method > .payment_box p {
    margin: 0 0 8px !important;
}

.wc_payment_methods li.wc_payment_method > .payment_box p:last-child {
    margin-bottom: 0 !important;
}

.wc_payment_methods li.wc_payment_method:has(input.input-radio:checked) {
    border-color: #dc2626 !important;
    background: #fef2f2 !important;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.10);
}

.wc_payment_methods li.payment_method_cod:has(input.input-radio:checked) {
    border-color: #059669 !important;
    background: #ecfdf5 !important;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.12);
}
.wc_payment_methods li.payment_method_cod > input.input-radio {
    accent-color: #059669;
}

.wc_payment_methods li.payment_method_paymaya:has(input.input-radio:checked),
.wc_payment_methods li.payment_method_woocommerce_payments:has(input.input-radio:checked),
.wc_payment_methods li.payment_method_ipay88:has(input.input-radio:checked) {
    border-color: #2563eb !important;
    background: #eff6ff !important;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.12);
}
.wc_payment_methods li.payment_method_paymaya > input.input-radio,
.wc_payment_methods li.payment_method_woocommerce_payments > input.input-radio,
.wc_payment_methods li.payment_method_ipay88 > input.input-radio {
    accent-color: #2563eb;
}

.emcor-group-wrap > .emcor-payment-group {
    list-style: none !important;
    padding: 4px 4px 12px !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    pointer-events: none;
    display: block;
}

.emcor-payment-group__label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.emcor-payment-group__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    line-height: 1;
    flex-shrink: 0;
    background: #fff;
}

.emcor-payment-group__icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.emcor-payment-group--cod .emcor-payment-group__icon {
    color: #059669;
}
.emcor-payment-group--online .emcor-payment-group__icon {
    color: #2563eb;
}
.emcor-payment-group--installments .emcor-payment-group__icon {
    color: #dc2626;
}

.emcor-payment-group__sub {
    display: block;
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 5px;
    padding-left: 40px;
    line-height: 1.4;
}

@media (max-width: 600px) {
    .wc_payment_methods {
        gap: 18px;
    }
    .wc_payment_methods li.wc_payment_method > label {
        padding: 16px 48px 16px 16px !important;
        font-size: 14px !important;
        gap: 10px;
    }
    .wc_payment_methods li.wc_payment_method > input.input-radio {
        top: 18px;
        right: 16px;
    }
    .wc_payment_methods li.wc_payment_method > label img {
        max-height: 22px !important;
        max-width: 70px !important;
    }
    .wc_payment_methods li.wc_payment_method > .payment_box {
        padding: 12px 16px 14px !important;
        font-size: 12px !important;
    }
    li.emcor-group-wrap {
        padding: 14px 14px 12px !important;
        border-radius: 14px;
    }
    .emcor-group-wrap > .emcor-payment-group {
        padding: 2px 2px 10px !important;
    }
    .emcor-payment-group__label {
        font-size: 12px;
    }
    .emcor-payment-group__icon {
        width: 28px;
        height: 28px;
    }
    .emcor-payment-group__icon svg {
        width: 16px;
        height: 16px;
    }
    .emcor-payment-group__sub {
        font-size: 11px;
        padding-left: 36px;
    }
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    margin: 0 0 20px 0;
    box-shadow: 0 2px 6px -2px rgba(15, 23, 42, 0.06);
}

.woocommerce-checkout .woocommerce-shipping-fields {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 18px 0 0 0 !important;
    border-top: 1px dashed #e2e8f0 !important;
    padding-top: 18px !important;
}
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.woocommerce-checkout .e-checkout-secondary-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    line-height: 1.4 !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    color: #dc2626 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    display: block !important;
    text-align: left !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.woocommerce-checkout .e-checkout-secondary-title a {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
}
.woocommerce-checkout .e-checkout-secondary-title a:hover {
    color: #dc2626 !important;
}

.woocommerce-checkout #ship-to-different-address label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer;
    font-size: 13px !important;
    color: #0f172a !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
}

.woocommerce-checkout #ship-to-different-address input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: #dc2626;
    margin: 0 !important;
}

.woocommerce-checkout .form-row {
    padding: 0 !important;
    margin: 0 0 14px 0 !important;
    display: block;
}

.woocommerce-checkout .form-row label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.woocommerce-checkout form.checkout .form-row label .required,
.woocommerce-checkout form.checkout .form-row label abbr.required,
.woocommerce-checkout .form-row label span.required,
.woocommerce-checkout .form-row label abbr[title="required"] {
    color: #dc2626 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    margin-left: 3px !important;
    font-size: 11px !important;
    border: none !important;
    cursor: default !important;
    background: none !important;
}

.woocommerce-checkout .form-row .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="email"],
.woocommerce-checkout .form-row input[type="tel"],
.woocommerce-checkout .form-row input[type="password"],
.woocommerce-checkout .form-row input[type="number"],
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row .select2-container .select2-selection--single {
    width: 100% !important;
    padding: 12px 14px !important;
    height: auto !important;
    min-height: 44px !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    background: #fff !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    font-family: inherit !important;
    box-sizing: border-box !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
}

.woocommerce-checkout .form-row select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none" stroke="%2364748b" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 8l5 5 5-5"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px 16px !important;
    padding-right: 40px !important;
    cursor: pointer;
}

.woocommerce-checkout .form-row select option {
    background: #fff !important;
    color: #0f172a !important;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: #dc2626 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08) !important;
}

.woocommerce-checkout .form-row .select2-container--open .select2-selection--single,
.woocommerce-checkout .form-row .select2-container--focus .select2-selection--single {
    border-color: #94a3b8 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.18) !important;
}

.woocommerce-checkout .form-row textarea {
    min-height: 96px !important;
    resize: vertical;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    flex: 1 1 calc(50% - 7px);
    min-width: 0;
}

.woocommerce-checkout .form-row-wide {
    flex: 1 1 100%;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.4 !important;
    padding: 0 !important;
    color: #0f172a !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 8px !important;
}

.woocommerce-checkout form.checkout_coupon {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    padding: 16px !important;
    margin: 0 0 20px 0 !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    width: 100% !important;
}

.woocommerce-checkout form.checkout_coupon p {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout form.checkout_coupon p.form-row-first {
    flex: 1 1 60%;
    min-width: 180px;
}

.woocommerce-checkout form.checkout_coupon p.form-row-last {
    flex: 0 0 auto;
}

.woocommerce-checkout form.checkout_coupon button[type="submit"] {
    padding: 12px 24px !important;
    height: auto !important;
    min-height: 44px !important;
    background: #dc2626 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.15s !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
}

.woocommerce-checkout form.checkout_coupon button[type="submit"]:hover {
    background: #b91c1c !important;
}

.woocommerce-checkout #order_review {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px 22px 20px 22px;
    margin: 0 0 20px 0;
    box-shadow: 0 2px 6px -2px rgba(15, 23, 42, 0.06);
}

.woocommerce-checkout #order_review table.shop_table {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 !important;
    table-layout: fixed !important;
}

.woocommerce-checkout #order_review table.shop_table thead th:first-child,
.woocommerce-checkout #order_review table.shop_table tbody td.product-name {
    width: 68% !important;
}
.woocommerce-checkout #order_review table.shop_table thead th:last-child,
.woocommerce-checkout #order_review table.shop_table tbody td.product-total {
    width: 32% !important;
    word-break: keep-all !important;
}

.woocommerce-checkout #order_review table.shop_table thead th {
    background: #f8fafc !important;
    color: #64748b !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    padding: 10px 14px !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    text-align: left !important;
}

.woocommerce-checkout #order_review table.shop_table thead th:last-child {
    text-align: right !important;
}

.woocommerce-checkout #order_review table.shop_table tbody td {
    padding: 14px !important;
    border: none !important;
    border-bottom: 1px dashed #f1f5f9 !important;
    font-size: 14px !important;
    color: #0f172a !important;
    vertical-align: top;
}

.woocommerce-checkout #order_review table.shop_table tbody tr:last-child td {
    border-bottom: 1px solid #e2e8f0 !important;
}

.woocommerce-checkout #order_review table.shop_table tbody td.product-name {
    font-weight: 600 !important;
    padding: 16px 14px !important;
    vertical-align: top !important;
}

.woocommerce-checkout #order_review table.shop_table tbody td.product-name .product-quantity {
    display: none !important;
}

.woocommerce-checkout #order_review .emcor-oi {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.woocommerce-checkout #order_review .emcor-oi__thumb-wrap {
    flex: 0 0 auto;
    width: 56px;
}

.woocommerce-checkout #order_review .emcor-oi__thumb-img {
    width: 56px !important;
    height: 56px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    display: block !important;
    background: #f8fafc;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout #order_review .emcor-oi__body {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 2px;
}

.woocommerce-checkout #order_review .emcor-oi__name {
    display: block !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 0 4px 0 !important;
    text-decoration: none !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

.woocommerce-checkout #order_review .emcor-oi__name a,
.woocommerce-checkout #order_review .emcor-oi__name a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.woocommerce-checkout #order_review .emcor-oi__meta {
    display: block;
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    line-height: 1.3;
}

.woocommerce-checkout #order_review table.shop_table tbody td.product-name dl.variation,
.woocommerce-checkout #order_review table.shop_table tbody td.product-name .wc-item-meta {
    display: block;
    margin: 6px 0 0 68px;
    font-size: 11px;
    color: #64748b;
    padding: 0;
    list-style: none;
}

.woocommerce-checkout #order_review table.shop_table tbody td.product-name dl.variation dt,
.woocommerce-checkout #order_review table.shop_table tbody td.product-name .wc-item-meta strong {
    font-weight: 700;
    display: inline;
}

.woocommerce-checkout a.woocommerce-remove-coupon {
    display: inline-flex !important;
    vertical-align: middle !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 0 0 8px !important;
    padding: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    background: #fef2f2 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23dc2626" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 6 5 6 21 6"/><path d="M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"/><line x1="10" y1="11" x2="10" y2="17"/><line x1="14" y1="11" x2="14" y2="17"/><path d="M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"/></svg>') no-repeat center !important;
    background-size: 14px 14px !important;
    border: 1px solid #fecaca !important;
    border-radius: 6px !important;
    transition: background-color 0.15s ease, border-color 0.15s ease !important;
    line-height: 1 !important;
    cursor: pointer;
}

.woocommerce-checkout a.woocommerce-remove-coupon:hover {
    background-color: #fee2e2 !important;
    border-color: #fca5a5 !important;
}

.woocommerce-checkout a.woocommerce-remove-coupon:active {
    background-color: #fecaca !important;
}

.woocommerce-checkout #order_review table.shop_table tbody tr.emcor-order-count td {
    background: #f8fafc !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    padding: 10px 14px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    border-top: 1px solid #f1f5f9 !important;
}

.woocommerce-checkout #order_review table.shop_table tfoot tr.shipping {
    background: transparent !important;
    border: none !important;
}

.woocommerce-checkout #order_review table.shop_table tfoot tr.shipping td {
    padding: 14px 0 6px !important;
    text-align: left !important;
    border: none !important;
    background: transparent !important;
    width: auto !important;
}

.woocommerce-checkout #order_review table.shop_table tfoot tr.shipping td::before {
    content: 'SHIPMENT';
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 10px 0;
}

.woocommerce-checkout #order_review ul#shipping_method {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    width: 100% !important;
}

.woocommerce-checkout #order_review ul#shipping_method li {
    position: relative;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 100%;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    overflow: hidden;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.woocommerce-checkout #order_review ul#shipping_method li:hover {
    border-color: #cbd5e1;
}

.woocommerce-checkout #order_review ul#shipping_method li:has(input.shipping_method:checked) {
    border-color: #dc2626;
    background: #fef2f2;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.10);
}

.woocommerce-checkout #order_review ul#shipping_method svg.emcor-ship-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #64748b;
    transition: color 0.15s ease;
    pointer-events: none;
}

.woocommerce-checkout #order_review ul#shipping_method li:has(input.shipping_method:checked) svg.emcor-ship-icon {
    color: #dc2626;
}

.woocommerce-checkout #order_review ul#shipping_method li input.shipping_method {
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    width: 16px !important;
    height: 16px !important;
    accent-color: #dc2626;
    margin: 0 !important;
    cursor: pointer;
    z-index: 1;
}

.woocommerce-checkout #order_review ul#shipping_method li label {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 2px !important;
    position: relative;
    padding: 12px 34px 12px 38px !important;
    margin: 0 !important;
    cursor: pointer;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    line-height: 1.35 !important;
    min-height: 52px;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.woocommerce-checkout #order_review ul#shipping_method li label .woocommerce-Price-amount {
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 1.2 !important;
}
.woocommerce-checkout #order_review ul#shipping_method li:has(input.shipping_method:checked) label .woocommerce-Price-amount {
    color: #dc2626 !important;
}

.woocommerce-checkout #order_review ul#shipping_method li::before,
.woocommerce-checkout #order_review ul#shipping_method li::marker {
    display: none !important;
    content: none !important;
}

.woocommerce-checkout #order_review table.shop_table tbody td.product-total,
.woocommerce-checkout #order_review table.shop_table tfoot td {
    text-align: right !important;
}

.woocommerce-checkout #order_review table.shop_table tfoot th,
.woocommerce-checkout #order_review table.shop_table tfoot td {
    padding: 10px 14px !important;
    border: none !important;
    font-size: 14px !important;
    color: #334155 !important;
    background: transparent !important;
}

.woocommerce-checkout #order_review table.shop_table tfoot tr th {
    font-weight: 600 !important;
    text-align: left !important;
}

.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th,
.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td {
    padding: 16px 14px 8px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    border-top: 2px solid #e2e8f0 !important;
}

.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total .amount {
    color: #dc2626 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.woocommerce-checkout #place_order,
.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
    width: 100% !important;
    padding: 18px 24px !important;
    background: #dc2626 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    box-shadow: 0 6px 18px -4px rgba(220, 38, 38, 0.35) !important;
    cursor: pointer !important;
    transition: background 0.15s, box-shadow 0.15s, transform 0.15s !important;
    margin: 22px 0 0 0 !important;
    line-height: 1.2 !important;
    height: auto !important;
    min-height: 56px;
}

.woocommerce-checkout #place_order:hover {
    background: #b91c1c !important;
    box-shadow: 0 8px 22px -4px rgba(220, 38, 38, 0.45) !important;
    transform: translateY(-1px);
}

.woocommerce-checkout #place_order:active {
    transform: translateY(0);
    background: #991b1b !important;
}

@media (max-width: 768px) {
    .woocommerce-checkout .woocommerce-billing-fields,
    .woocommerce-checkout .woocommerce-additional-fields {
        padding: 18px 16px;
        border-radius: 14px;
        margin-bottom: 16px;
    }
    .woocommerce-checkout .woocommerce-shipping-fields {
        margin-top: 14px !important;
        padding-top: 14px !important;
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
        gap: 0;
    }

    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        flex: 1 1 100%;
    }

    .woocommerce-checkout #order_review {
        padding: 18px 18px;
        border-radius: 14px;
        margin-bottom: 16px;
    }

    .woocommerce-checkout #order_review table.shop_table tbody td,
    .woocommerce-checkout #order_review table.shop_table tfoot th,
    .woocommerce-checkout #order_review table.shop_table tfoot td {
        padding: 12px 10px !important;
        font-size: 13px !important;
    }

    .woocommerce-checkout #order_review .emcor-oi__thumb-wrap {
        width: 48px;
    }
    .woocommerce-checkout #order_review .emcor-oi__thumb-img {
        width: 48px !important;
        height: 48px !important;
    }
    .woocommerce-checkout #order_review .emcor-oi__name {
        font-size: 13px;
    }
    .woocommerce-checkout #order_review table.shop_table tbody td.product-name dl.variation,
    .woocommerce-checkout #order_review table.shop_table tbody td.product-name .wc-item-meta {
        margin-left: 60px;
    }

    .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total .amount {
        font-size: 18px !important;
    }

    .woocommerce-checkout form.checkout_coupon {
        padding: 14px !important;
    }

    .woocommerce-checkout form.checkout_coupon p.form-row-first,
    .woocommerce-checkout form.checkout_coupon p.form-row-last {
        flex: 1 1 100%;
    }

    .woocommerce-checkout #place_order {
        font-size: 14px !important;
        padding: 16px 20px !important;
        min-height: 52px;
    }
}

body > .select2-container--open .select2-dropdown {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 28px -6px rgba(15, 23, 42, 0.18), 0 4px 10px -2px rgba(15, 23, 42, 0.08) !important;
    overflow: hidden;
    background: #fff !important;
}

body > .select2-container--open .select2-dropdown--below {
    margin-top: 6px;
}
body > .select2-container--open .select2-dropdown--above {
    margin-bottom: 6px;
}

body > .select2-container--open .select2-search--dropdown {
    padding: 10px !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

body > .select2-container--open .select2-search--dropdown .select2-search__field {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-family: inherit !important;
    color: #0f172a !important;
    background: #fff !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.12s ease;
}

body > .select2-container--open .select2-search--dropdown .select2-search__field:focus {
    border-color: #94a3b8 !important;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.12) !important;
}

body > .select2-container--open .select2-results__options {
    max-height: 280px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    padding: 6px 0 !important;
    scrollbar-width: thin;
    scrollbar-color: #94a3b8 transparent;
}

body > .select2-container--open .select2-results__options::-webkit-scrollbar {
    width: 8px;
}
body > .select2-container--open .select2-results__options::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 4px;
}
body > .select2-container--open .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}
body > .select2-container--open .select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}

body > .select2-container--open .select2-results__option {
    padding: 10px 14px !important;
    font-size: 13px !important;
    color: #334155 !important;
    line-height: 1.4 !important;
    cursor: pointer;
    transition: background 0.08s ease;
}

body > .select2-container--open .select2-results__option--highlighted,
body > .select2-container--open .select2-results__option--highlighted[aria-selected] {
    background: #f1f5f9 !important;
    color: #0f172a !important;
}

body > .select2-container--open .select2-results__option[aria-selected="true"] {
    background: #f8fafc !important;
    color: #0f172a !important;
    font-weight: 600 !important;
}

body > .select2-container--open .select2-results__option[aria-selected="true"].select2-results__option--highlighted {
    background: #e2e8f0 !important;
}

body > .select2-container--open .select2-results__message {
    padding: 14px !important;
    color: #94a3b8 !important;
    font-size: 13px !important;
    text-align: center;
}

.woocommerce-checkout .emcor-combo {
    position: relative;
    width: 100%;
}

.woocommerce-checkout .emcor-combo__input {
    width: 100% !important;
    padding: 12px 40px 12px 14px !important;
    height: auto !important;
    min-height: 44px !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    background: #fff !important;
    box-sizing: border-box !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.woocommerce-checkout .emcor-combo__input:focus {
    border-color: #94a3b8 !important;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.18) !important;
}

.woocommerce-checkout .emcor-combo--open .emcor-combo__input {
    border-color: #94a3b8 !important;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.18) !important;
}

.woocommerce-checkout .emcor-combo__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: transform 0.18s ease;
}

.woocommerce-checkout .emcor-combo--open .emcor-combo__icon {
    transform: translateY(-50%) rotate(180deg);
}

.woocommerce-checkout .emcor-combo__list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 12px 28px -6px rgba(15, 23, 42, 0.18), 0 4px 10px -2px rgba(15, 23, 42, 0.08);
    z-index: 200;
    scrollbar-width: thin;
    scrollbar-color: #94a3b8 transparent;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.woocommerce-checkout .emcor-combo__list::-webkit-scrollbar {
    width: 8px;
}
.woocommerce-checkout .emcor-combo__list::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 4px;
}
.woocommerce-checkout .emcor-combo__list::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}
.woocommerce-checkout .emcor-combo__list::-webkit-scrollbar-track {
    background: transparent;
}

.woocommerce-checkout .emcor-combo__item {
    padding: 10px 14px;
    font-size: 13px;
    color: #334155;
    cursor: pointer;
    line-height: 1.4;
    transition: background 0.08s ease, color 0.08s ease;
    -webkit-user-select: none;
    user-select: none;
}

.woocommerce-checkout .emcor-combo__item--highlighted,
.woocommerce-checkout .emcor-combo__item:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.woocommerce-checkout .emcor-combo__item--selected {
    background: #f8fafc;
    font-weight: 600;
    color: #0f172a;
}

.woocommerce-checkout .emcor-combo__item--selected.emcor-combo__item--highlighted {
    background: #e2e8f0;
}

.woocommerce-checkout .emcor-combo__empty {
    padding: 14px;
    font-size: 13px;
    color: #94a3b8;
    text-align: center;
    list-style: none;
}

.woocommerce-checkout .form-row.emcor-phone-wrap .woocommerce-input-wrapper {
    position: relative;
}

.woocommerce-checkout .emcor-phone-prefix {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #475569;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
    padding-right: 10px;
    border-right: 1px solid #e2e8f0;
    font-family: inherit;
}

.woocommerce-checkout .emcor-phone-input {
    padding-left: 60px !important;
}

@media (min-width: 768px) {
    .emcor-sticky-gallery {
        position: sticky !important;
        top: 130px !important;
        align-self: flex-start !important;
        z-index: 10;
        display: flex !important;
        flex-direction: column !important;
        max-height: calc(100vh - 130px) !important;
    }

    body.admin-bar .emcor-sticky-gallery {
        top: 162px !important;
        max-height: calc(100vh - 162px) !important;
    }

    .emcor-sticky-gallery > .e-con:first-child {
        flex: 1 1 0% !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .emcor-sticky-gallery > *:not(:first-child) {
        flex: 0 0 auto !important;
    }

    .emcor-sticky-gallery .woocommerce-product-gallery,
    .emcor-sticky-gallery .woocommerce-product-gallery .flex-viewport {
        height: 100% !important;
    }

    .emcor-sticky-gallery .woocommerce-product-gallery .flex-viewport img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .emcor-sticky-gallery .elementor-widget-button {
        width: 100% !important;
        min-width: 0 !important;
        flex: 0 0 auto !important;
    }

    .emcor-sticky-gallery .elementor-widget-button .elementor-button {
        width: 100% !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
        text-align: center !important;
        padding: 12px 16px !important;
        font-size: 13px !important;
    }

    .emcor-sticky-gallery > .e-con:not(:first-child) {
        flex-wrap: wrap !important;
    }

    .emcor-sticky-gallery > .e-con:not(:first-child) .e-con {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }
}

.emcor-cm {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    -webkit-tap-highlight-color: transparent;
}
.emcor-cm.is-open { display: flex; }
.emcor-cm__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.emcor-cm__panel {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 60px -12px rgba(15, 23, 42, 0.3);
    max-width: 440px;
    width: 100%;
    padding: 28px 28px 24px;
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    animation: emcor-cm-slide 0.22s ease-out;
}
@keyframes emcor-cm-slide {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}
body .emcor-cm .emcor-cm__close,
body .emcor-cm button.emcor-cm__close,
body .emcor-cm .emcor-cm__close:focus {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 32px !important;
    height: 32px !important;
    min-height: 0 !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    border: none !important;
    outline: none !important;
    color: #64748b !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: background 0.15s, color 0.15s !important;
    font-family: inherit !important;
}
body .emcor-cm .emcor-cm__close:hover {
    background: #fee2e2 !important;
    color: #dc2626 !important;
}
.emcor-cm__title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
    padding-right: 32px;
    line-height: 1.3;
}
.emcor-cm__lede {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.emcor-cm__field {
    display: block;
    margin-bottom: 14px;
}
.emcor-cm__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.emcor-cm__input {
    width: 100%;
    padding: 12px 14px;
    height: 44px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #0f172a;
    background: #fff;
    box-sizing: border-box;
    font-family: inherit;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.emcor-cm__input:focus {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}
.emcor-cm__hint {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 6px;
    line-height: 1.4;
}
.emcor-cm__hint--error {
    color: #dc2626;
    font-weight: 600;
}
body .emcor-cm form {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

body .emcor-cm button.emcor-cm__primary,
body .emcor-cm .emcor-cm__primary,
body .emcor-cm .emcor-cm__primary:link,
body .emcor-cm .emcor-cm__primary:visited,
body .emcor-cm .emcor-cm__primary:focus {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 13px 20px !important;
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    background-color: #dc2626 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
    transition: background 0.15s, transform 0.15s, box-shadow 0.15s !important;
    margin: 6px 0 0 0 !important;
    height: auto !important;
    min-height: 0 !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
}
body .emcor-cm button.emcor-cm__primary:hover,
body .emcor-cm .emcor-cm__primary:hover {
    background: linear-gradient(135deg, #b91c1c, #991b1b) !important;
    background-color: #b91c1c !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px -4px rgba(220, 38, 38, 0.4) !important;
}
body .emcor-cm button.emcor-cm__primary:active,
body .emcor-cm .emcor-cm__primary:active {
    background: linear-gradient(135deg, #991b1b, #7f1d1d) !important;
    background-color: #991b1b !important;
    color: #fff !important;
    transform: translateY(0) !important;
    box-shadow: none !important;
}
.emcor-cm__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 16px;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.emcor-cm__divider::before,
.emcor-cm__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

body .emcor-cm button.emcor-cm__secondary,
body .emcor-cm .emcor-cm__secondary,
body .emcor-cm .emcor-cm__secondary:link,
body .emcor-cm .emcor-cm__secondary:visited,
body .emcor-cm .emcor-cm__secondary:focus {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 12px 20px !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #dc2626 !important;
    border: 1.5px solid #fee2e2 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    margin: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
    transition: background 0.15s, border-color 0.15s !important;
}
body .emcor-cm button.emcor-cm__secondary:hover,
body .emcor-cm .emcor-cm__secondary:hover {
    background: #fef2f2 !important;
    background-color: #fef2f2 !important;
    color: #dc2626 !important;
    border-color: #fca5a5 !important;
}
body .emcor-cm button.emcor-cm__secondary:active,
body .emcor-cm .emcor-cm__secondary:active {
    background: #fee2e2 !important;
    color: #dc2626 !important;
    border-color: #f87171 !important;
}

.emcor-cm__view { display: none; }
.emcor-cm__view.is-active { display: block; }

body .emcor-cm button.emcor-cm__secondary.emcor-cm__use-other-email,
body .emcor-cm .emcor-cm__secondary.emcor-cm__use-other-email {
    margin-top: 20px !important;
}
body .emcor-cm .emcor-cm__secondary[hidden] { display: none !important; }

.emcor-cm__email-display {
    margin: 0 0 16px 0;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.emcor-cm__email-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}
.emcor-cm__email-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.emcor-cm__email-row[hidden] { display: none; }
.emcor-cm__email-value {
    font-size: 14px;
    color: #0f172a;
    font-weight: 600;
    word-break: break-all;
    flex: 1 1 auto;
    min-width: 0;
}
.emcor-cm__email-edit {
    flex: 0 0 auto;
    background: none;
    border: 0;
    padding: 4px 8px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    font-family: inherit;
}
.emcor-cm__email-edit:hover { color: #b91c1c; }
.emcor-cm__email-edit-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.emcor-cm__email-edit-row[hidden] { display: none; }
.emcor-cm__email-input {
    flex: 1 1 200px;
    min-width: 0;
    padding: 10px 12px;
    height: 40px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
    background: #fff;
    font-family: inherit;
    box-sizing: border-box;
}
.emcor-cm__email-input:focus {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}
.emcor-cm__email-save,
.emcor-cm__email-cancel {
    flex: 0 0 auto;
    padding: 0 14px;
    height: 40px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    border: 1.5px solid transparent;
}
.emcor-cm__email-save {
    background: #dc2626;
    color: #fff;
}
.emcor-cm__email-save:hover { background: #b91c1c; }
.emcor-cm__email-cancel {
    background: #fff;
    color: #475569;
    border-color: #e2e8f0;
}
.emcor-cm__email-cancel:hover { background: #f1f5f9; }
.emcor-cm__email-error {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #dc2626;
    font-weight: 500;
}
.emcor-cm__email-error[hidden] { display: none; }

.emcor-cm__custom-warn {
    display: flex;
    gap: 12px;
    padding: 12px 14px;
    margin: 0 0 16px 0;
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 12px;
    align-items: flex-start;
}
.emcor-cm__custom-warn[hidden] { display: none; }
.emcor-cm__custom-warn-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    color: #d97706;
    margin-top: 2px;
}
.emcor-cm__custom-warn strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #78350f;
    margin: 0 0 4px 0;
}
.emcor-cm__custom-warn p {
    margin: 0;
    font-size: 12px;
    color: #78350f;
    line-height: 1.5;
}
.emcor-cm__custom-warn-fields {
    font-weight: 700;
    color: #92400e;
}

.emcor-combo--invalid .emcor-combo__input {
    border-color: #dc2626 !important;
    background: #fef2f2 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.18) !important;
    animation: emcorComboShake 0.32s ease-out;
}
@keyframes emcorComboShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}

.emcor-cm--coupon .emcor-cm__panel--compact {
    max-width: 420px;
    text-align: center;
    padding: 28px 26px 24px;
}
.emcor-cm__coupon-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
}
.emcor-cm__coupon-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.emcor-cm__coupon-icon svg { width: 30px; height: 30px; }
.emcor-cm--coupon-success .emcor-cm__coupon-icon { background: #dcfce7; color: #15803d; }
.emcor-cm--coupon-error   .emcor-cm__coupon-icon { background: #fef2f2; color: #dc2626; }
.emcor-cm__coupon-title {
    font-size: 18px;
    margin: 0 0 4px 0;
    color: #0f172a;
}
.emcor-cm--coupon-success .emcor-cm__coupon-title { color: #15803d; }
.emcor-cm--coupon-error   .emcor-cm__coupon-title { color: #dc2626; }
.emcor-cm__coupon-msg {
    font-size: 14px;
    color: #475569;
    margin: 0 0 14px 0;
}
.emcor-cm__coupon-detail {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.emcor-cm__coupon-detail[hidden] { display: none; }
.emcor-cm__coupon-detail > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.emcor-cm__coupon-detail dt {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}
.emcor-cm__coupon-detail dd {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    text-align: right;
    word-break: break-all;
}
.emcor-cm--coupon-success .emcor-cm__coupon-detail dd { color: #15803d; }

tr.cart-discount td {
    white-space: nowrap;
}
tr.cart-discount td .woocommerce-remove-coupon.emcor-coupon-remove-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    padding: 0;
    color: #dc2626;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 6px;
    line-height: 0;
    transition: background 0.15s ease, color 0.15s ease;
}
tr.cart-discount td .woocommerce-remove-coupon.emcor-coupon-remove-link svg {
    width: 16px;
    height: 16px;
    display: block;
}
tr.cart-discount td .woocommerce-remove-coupon.emcor-coupon-remove-link:hover,
tr.cart-discount td .woocommerce-remove-coupon.emcor-coupon-remove-link:focus-visible {
    color: #b91c1c;
    background: #fef2f2;
    outline: none;
}

.emcor-cm__coupon-discount {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.emcor-cm__coupon-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 4px;
    margin: 0;
    cursor: pointer;
    color: #dc2626;
    line-height: 0;
    border-radius: 6px;
    transition: background 0.15s ease, color 0.15s ease;
}
.emcor-cm__coupon-remove[hidden] { display: none; }
.emcor-cm__coupon-remove svg { width: 16px; height: 16px; }
.emcor-cm__coupon-remove:hover,
.emcor-cm__coupon-remove:focus-visible { color: #b91c1c; background: #fef2f2; outline: none; }

.emcor-cm__login-form { margin: 0 0 14px 0; }
.emcor-cm__login-inline-error {
    display: block;
    margin: 10px 0 4px 0;
    padding: 10px 12px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    font-size: 13px;
    color: #991b1b;
    line-height: 1.45;
}
.emcor-cm__login-inline-error[hidden] { display: none; }
.emcor-cm__captcha {
    display: flex;
    justify-content: center;
    margin: 0 0 14px 0;
    min-height: 78px;
}
.emcor-cm__login-form .emcor-cm__primary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

body.woocommerce-checkout form.checkout .blockUI.blockOverlay {
    background: transparent !important;
    opacity: 0 !important;
}
body.woocommerce-checkout form.checkout .blockUI.blockMsg {
    display: none !important;
}

.woocommerce-notices-wrapper ul.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error,
form.checkout > .woocommerce-error,
form[name="checkout"] > .woocommerce-error,
body > ul.woocommerce-error,
ul.woocommerce-error[role="alert"] {
    display: none !important;
}

.woocommerce-notices-wrapper:not(:has(form)),
.elementor-widget-woocommerce-checkout-page:not(:has(form.checkout)):not(:has(form[name="checkout"])) {
    display: none !important;
}

.emcor-cm--error .emcor-cm__title { color: #dc2626; }
.emcor-cm__errors {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    max-height: 260px;
    overflow-y: auto;
}
.emcor-cm__errors li {
    position: relative;
    padding: 10px 14px 10px 40px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    font-size: 13px;
    color: #7f1d1d;
    line-height: 1.45;
    margin-bottom: 8px;
}
.emcor-cm__errors li:last-child { margin-bottom: 0; }
.emcor-cm__errors li::before {
    content: '!';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

body.emcor-errors-in-modal form.checkout > .woocommerce-NoticeGroup,
body.emcor-errors-in-modal form.checkout > .woocommerce-error,
body.emcor-errors-in-modal form.checkout > .woocommerce-message,
body.emcor-errors-in-modal form[name="checkout"] > .woocommerce-NoticeGroup,
body.emcor-errors-in-modal form[name="checkout"] > .woocommerce-error {
    display: none !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout p.form-row.terms,
.woocommerce-checkout .wc-terms-and-conditions {
    display: none !important;
}

body .woocommerce-checkout label[for="order_comments"] {
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    line-height: 1.4 !important;
    color: #dc2626 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
body .woocommerce-checkout label[for="order_comments"] .optional {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #94a3b8 !important;
    text-transform: none !important;
    margin-left: 4px;
}

.woocommerce-checkout #customer_details.col2-set,
.woocommerce-checkout .col2-set {
    display: block !important;
    grid-template-columns: none !important;
    grid-gap: 0 !important;
    gap: 0 !important;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce-checkout .woocommerce-shipping-fields:has(#ship-to-different-address-checkbox:not(:checked)) .shipping_address {
    display: none;
}

body .emcor-cm .emcor-cm__terms {
    margin: 18px 0 0 0 !important;
    padding: 12px 14px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    text-align: center !important;
    line-height: 1.5 !important;
}
body .emcor-cm .emcor-cm__terms a {
    color: #dc2626 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}
body .emcor-cm .emcor-cm__terms a:hover {
    color: #991b1b !important;
}

.emcor-cm--loader { z-index: 100020; }
.emcor-cm--loader .emcor-cm__overlay {
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.emcor-cm--loader .emcor-cm__panel--loader {
    max-width: 380px !important;
    width: calc(100% - 32px) !important;
    padding: 32px 28px 28px !important;
    text-align: center !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 64px rgba(2, 6, 23, 0.32) !important;
    background: #ffffff !important;
}
.emcor-cm--loader .emcor-cm__loader-spinner {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
}
.emcor-cm--loader .emcor-cm__loader-spinner svg {
    width: 56px;
    height: 56px;
    animation: emcorLoaderRotate 1.1s linear infinite;
}
.emcor-cm--loader .emcor-cm__loader-spinner circle {
    stroke-dasharray: 90 150;
    stroke-dashoffset: 0;
    animation: emcorLoaderDash 1.4s ease-in-out infinite;
    transform-origin: center;
}
.emcor-cm--loader .emcor-cm__loader-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 6px !important;
}
.emcor-cm--loader .emcor-cm__loader-status {
    font-size: 14px !important;
    color: #475569 !important;
    margin: 0 !important;
    min-height: 1.2em;
}
@keyframes emcorLoaderRotate {
    to { transform: rotate(360deg); }
}
@keyframes emcorLoaderDash {
    0%   { stroke-dasharray: 1 150; stroke-dashoffset: 0; }
    50%  { stroke-dasharray: 90 150; stroke-dashoffset: -35; }
    100% { stroke-dasharray: 90 150; stroke-dashoffset: -124; }
}
@media (prefers-reduced-motion: reduce) {
    .emcor-cm--loader .emcor-cm__loader-spinner svg,
    .emcor-cm--loader .emcor-cm__loader-spinner circle {
        animation: none;
    }
}
