/* ======================================================================
   Premium WooCommerce Cart
   ====================================================================== */

/* Page Shell */
.woocommerce-cart {
    background: #ffffff;
    color: var(--text-color);
    font-family: var(--font-primary);
}

.woocommerce-cart .content-area {
    padding: 0;
}

.woocommerce-cart .entry-content,
.woocommerce-cart .site-main,
.woocommerce-cart .container {
    max-width: none;
    width: 100%;
    padding: 0;
    overflow: visible;
}

.woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 30px;
    width: min(100%, 1536px);
    margin: 0 auto;
    padding: 14px 70px 0;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-error {
    margin: 0;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.woocommerce-cart .wpl-cart-intro {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 28px;
}

.woocommerce-cart .wpl-cart-intro p {
    margin: 0;
    color: #4b5568;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.woocommerce-cart .wpl-secure-checkout {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 30px;
    color: #43506a;
    font-size: 13px;
    font-weight: 500;
}

.woocommerce-cart .wpl-secure-checkout svg,
.woocommerce-cart .wpl-cart-assurance svg,
.woocommerce-cart .wpl-cart-footer-benefits svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Layout */
.woocommerce-cart form.woocommerce-cart-form {
    grid-column: 1;
    width: 100%;
    min-width: 0;
    margin: 0;
}

.woocommerce-cart .cart-collaterals {
    grid-column: 2;
    width: 100%;
    min-width: 0;
    margin: 0;
}

.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after,
.woocommerce-cart .woocommerce::before,
.woocommerce-cart .woocommerce::after {
    content: none;
}

/* Cart Table */
.woocommerce-cart table.shop_table {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #e6e9ee;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.woocommerce-cart table.shop_table thead,
.woocommerce-cart table.shop_table tbody {
    display: block;
    width: 100%;
}

.woocommerce-cart table.shop_table thead tr,
.woocommerce-cart table.shop_table tbody tr.cart_item {
    display: grid;
    grid-template-columns: 64px 150px minmax(230px, 1fr) 130px 190px 150px;
    align-items: center;
    width: 100%;
}

.woocommerce-cart table.shop_table thead tr {
    min-height: 52px;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
}

.woocommerce-cart table.shop_table thead th {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 18px;
    border: 0;
    color: #45516a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.woocommerce-cart table.shop_table thead th.product-remove,
.woocommerce-cart table.shop_table thead th.product-thumbnail {
    display: none;
}

.woocommerce-cart table.shop_table thead th.product-name {
    grid-column: 1 / 4;
    padding-left: 26px;
}

.woocommerce-cart table.shop_table thead th.product-price {
    grid-column: 4;
}

.woocommerce-cart table.shop_table thead th.product-quantity {
    grid-column: 5;
    justify-content: center;
}

.woocommerce-cart table.shop_table thead th.product-subtotal {
    grid-column: 6;
    justify-content: flex-end;
    padding-right: 28px;
}

.woocommerce-cart table.shop_table tbody tr.cart_item {
    min-height: 154px;
    border-bottom: 1px solid #e8ebf0;
    background: #ffffff;
    transition: background 0.25s ease, transform 0.25s ease;
}

.woocommerce-cart table.shop_table tbody tr.cart_item:hover {
    background: #fcfdff;
}

.woocommerce-cart table.shop_table tbody tr.cart_item:last-of-type {
    border-bottom: 0;
}

.woocommerce-cart table.shop_table tbody td {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 100%;
    padding: 22px 18px;
    border: 0;
    background: transparent;
    vertical-align: middle;
}

.woocommerce-cart table.shop_table .product-remove {
    justify-content: center;
    padding-left: 24px;
    padding-right: 0;
}

.woocommerce-cart table.shop_table .product-thumbnail {
    justify-content: flex-start;
}

.woocommerce-cart table.shop_table .product-name {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.woocommerce-cart table.shop_table .product-price {
    justify-content: flex-start;
}

.woocommerce-cart table.shop_table .product-quantity {
    justify-content: center;
}

.woocommerce-cart table.shop_table .product-subtotal {
    justify-content: flex-end;
    padding-right: 28px;
}

/* Product */
.woocommerce-cart table.shop_table .product-thumbnail a {
    display: block;
    width: 118px;
    height: 118px;
    border-radius: 10px;
    background: #eef2f5;
    overflow: hidden;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
    display: block;
    width: 118px;
    height: 118px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.woocommerce-cart table.shop_table tr.cart_item:hover .product-thumbnail img {
    transform: scale(1.04);
}

.woocommerce-cart table.shop_table .product-name a {
    margin: 0 0 8px;
    color: #071024;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.woocommerce-cart table.shop_table .product-name .variation,
.woocommerce-cart table.shop_table .product-name .variation p,
.woocommerce-cart table.shop_table .product-name small,
.woocommerce-cart table.shop_table .product-name .product-sku {
    margin: 0;
    color: #4d5a73;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.woocommerce-cart table.shop_table .product-name::after {
    content: "\2022  In stock";
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    color: #17853a;
    font-size: 13px;
    font-weight: 400;
}

.woocommerce-cart table.shop_table .product-price .amount,
.woocommerce-cart table.shop_table .product-subtotal .amount {
    color: #071024;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}

.woocommerce-cart table.shop_table .product-subtotal .amount {
    font-size: 24px;
    font-weight: 900;
}

/* Remove */
.woocommerce-cart table.shop_table .product-remove a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #fff0f1;
    color: #ff1717;
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.woocommerce-cart table.shop_table .product-remove a.remove::before {
    content: "×";
    font-size: 24px;
    line-height: 1;
}

.woocommerce-cart table.shop_table .product-remove a.remove:hover {
    background: #ff1717;
    color: #ffffff;
    transform: scale(1.06);
}

/* Quantity */
.woocommerce-cart table.shop_table .quantity {
    display: grid;
    grid-template-columns: 46px 54px 46px;
    width: 146px;
    height: 50px;
    border: 1px solid #dfe4eb;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.woocommerce-cart table.shop_table .quantity .qty {
    width: 54px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 0;
    border-right: 1px solid #edf0f4;
    border-left: 1px solid #edf0f4;
    background: transparent;
    color: #071024;
    font-size: 16px;
    font-weight: 800;
    line-height: 48px;
    text-align: center;
    appearance: textfield;
    box-shadow: none;
}

.woocommerce-cart table.shop_table .quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart table.shop_table .quantity .qty::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.woocommerce-cart table.shop_table .quantity .qty:focus {
    outline: none;
}

.woocommerce-cart table.shop_table .quantity:focus-within {
    border-color: #0b74e5;
    box-shadow: 0 0 0 4px rgba(11, 116, 229, 0.12);
}

.woocommerce-cart .quantity-decrement,
.woocommerce-cart .quantity-increment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #17233b;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.woocommerce-cart .quantity-decrement:hover,
.woocommerce-cart .quantity-increment:hover {
    background: #f5f8fc;
    color: #0b63d8;
    transform: scale(1.08);
}

.woocommerce-cart .quantity-decrement svg,
.woocommerce-cart .quantity-increment svg {
    width: 14px;
    height: 14px;
}

/* Coupon */
.woocommerce-cart table.shop_table tr:has(td.actions) {
    display: block;
}

.woocommerce-cart table.shop_table td.actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 84px;
    margin-top: 26px;
    padding: 22px 24px;
    border: 1px solid #e6e9ee;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.woocommerce-cart table.shop_table td.actions .coupon {
    display: flex;
    float: none;
    align-items: center;
    gap: 0;
}

.woocommerce-cart table.shop_table td.actions .coupon label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.woocommerce-cart table.shop_table td.actions .coupon::before {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #dfe4eb;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background:
        linear-gradient(45deg, transparent 38%, #526078 38% 48%, transparent 48%),
        radial-gradient(circle at 30px 16px, #ffffff 0 3px, transparent 3px),
        #ffffff;
}

.woocommerce-cart table.shop_table td.actions .coupon .input-text {
    width: 220px;
    height: 48px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #dfe4eb;
    border-radius: 0 8px 8px 0;
    background: #ffffff;
    color: #17233b;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    box-shadow: none;
}

.woocommerce-cart table.shop_table td.actions .coupon .input-text::placeholder {
    color: #65738c;
}

.woocommerce-cart table.shop_table td.actions .coupon .input-text:focus {
    border-color: #0b63d8;
    outline: none;
    box-shadow: 0 0 0 4px rgba(11, 99, 216, 0.12);
}

/* Buttons */
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button,
.woocommerce-cart a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #dfe4eb;
    border-radius: 8px;
    background: #ffffff;
    color: #17233b;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart input.button:hover,
.woocommerce-cart a.button:hover {
    border-color: #0b63d8;
    color: #0b63d8;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.woocommerce-cart .button:disabled,
.woocommerce-cart .button:disabled[disabled],
.woocommerce-cart button.button:disabled,
.woocommerce-cart button.button:disabled[disabled] {
    opacity: 0.56;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.woocommerce-cart table.shop_table td.actions .coupon .button {
    min-width: 132px;
    margin-left: 8px;
    border-color: #075ee5;
    background: #075ee5;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(7, 94, 229, 0.22);
}

.woocommerce-cart table.shop_table td.actions .coupon .button:hover {
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(7, 94, 229, 0.28);
}

.woocommerce-cart table.shop_table td.actions > .button {
    float: none;
    min-width: 168px;
}

.woocommerce-cart table.shop_table td.actions > .button::before {
    content: "↻";
    margin-right: 10px;
    font-size: 16px;
}

.woocommerce-cart .button:focus-visible,
.woocommerce-cart a:focus-visible,
.woocommerce-cart input:focus-visible,
.woocommerce-cart button:focus-visible {
    outline: 3px solid rgba(7, 94, 229, 0.24);
    outline-offset: 3px;
}

/* Cart Summary */
.woocommerce-cart .cart-collaterals .cart_totals {
    position: sticky;
    top: 28px;
    float: none;
    width: 100%;
    padding: 28px 26px 26px;
    border: 1px solid #e6e9ee;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 22px 64px rgba(15, 23, 42, 0.09);
}

.woocommerce-cart .cart_totals h2 {
    margin: 0 0 18px;
    color: #071024;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.woocommerce-cart .cart_totals table.shop_table {
    display: table;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.woocommerce-cart .cart_totals table.shop_table tbody,
.woocommerce-cart .cart_totals table.shop_table tr {
    display: table-row-group;
}

.woocommerce-cart .cart_totals table.shop_table tr {
    display: table-row;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    display: table-cell;
    height: auto;
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid #e7ebf0;
    background: transparent;
    color: #071024;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    vertical-align: top;
}

.woocommerce-cart .cart_totals table.shop_table th {
    width: 46%;
    text-align: left;
}

.woocommerce-cart .cart_totals table.shop_table td {
    text-align: right;
    font-weight: 800;
}

.woocommerce-cart .cart_totals table.shop_table .shipping ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-cart .cart_totals table.shop_table .shipping label,
.woocommerce-cart .cart_totals table.shop_table .woocommerce-shipping-destination,
.woocommerce-cart .cart_totals table.shop_table .woocommerce-shipping-calculator {
    display: block;
    color: #4d5a73;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.woocommerce-cart .cart_totals table.shop_table .shipping .amount,
.woocommerce-cart .cart_totals table.shop_table .shipping td {
    color: #118b31;
}

.woocommerce-cart .cart_totals table.shop_table .order-total th,
.woocommerce-cart .cart_totals table.shop_table .order-total td {
    padding-top: 24px;
    border-bottom: 0;
    font-size: 24px;
    font-weight: 900;
}

.woocommerce-cart .cart_totals table.shop_table .order-total .amount {
    color: #071024;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.woocommerce-cart .cart_totals .includes_tax,
.woocommerce-cart .cart_totals small {
    display: block;
    margin-top: 4px;
    color: #647089;
    font-size: 12px;
    font-weight: 400;
}

.woocommerce-cart .wpl-cart-save {
    margin: -4px 0 18px;
    color: #148033;
    font-size: 13px;
    font-weight: 500;
}

/* Checkout */
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 8px 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex;
    width: 100%;
    min-height: 60px;
    margin: 0;
    border: 0;
    border-radius: 7px;
    background: #075ee5;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 18px 38px rgba(7, 94, 229, 0.26);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before {
    content: "▢";
    margin-right: 12px;
    font-size: 16px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after {
    content: "→";
    margin-left: 14px;
    font-size: 20px;
    transition: transform 0.2s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(7, 94, 229, 0.32);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover::after {
    transform: translateX(4px);
}

.woocommerce-cart .wpl-cart-or {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0 16px;
    color: #69758c;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.woocommerce-cart .wpl-cart-or::before,
.woocommerce-cart .wpl-cart-or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e7ebf0;
}

.woocommerce-cart .wpl-continue-shopping {
    width: 100%;
    min-height: 50px;
    gap: 10px;
}

/* Trust Strip */
.woocommerce-cart .wpl-cart-assurance {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
    padding: 24px 44px;
    border: 1px solid #e6e9ee;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.woocommerce-cart .wpl-cart-assurance__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.woocommerce-cart .wpl-cart-assurance__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 999px;
    background: #f3f6fa;
    color: #526078;
}

.woocommerce-cart .wpl-cart-assurance strong,
.woocommerce-cart .wpl-cart-footer-benefits strong {
    display: block;
    color: #071024;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.woocommerce-cart .wpl-cart-assurance small,
.woocommerce-cart .wpl-cart-footer-benefits small {
    display: block;
    margin-top: 6px;
    color: #4d5a73;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
}

/* Proof And Payments */
.woocommerce-cart .wpl-cart-social-proof {
    grid-column: 1 / -1;
    padding: 30px 0 18px;
    text-align: center;
}

.woocommerce-cart .wpl-cart-social-proof p {
    margin: 0 0 18px;
    color: #26324a;
    font-size: 15px;
    font-weight: 500;
}

.woocommerce-cart .wpl-cart-proof-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 26px;
}

.woocommerce-cart .wpl-cart-avatars {
    display: flex;
    justify-content: flex-end;
}

.woocommerce-cart .wpl-cart-avatars span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-left: -8px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: linear-gradient(135deg, #17233b, #d9a47c);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.14);
}

.woocommerce-cart .wpl-cart-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #26324a;
    font-size: 14px;
    white-space: nowrap;
}

.woocommerce-cart .wpl-cart-rating span {
    color: #ffb000;
    font-size: 16px;
    letter-spacing: 1px;
}

.woocommerce-cart .wpl-cart-rating strong {
    color: #071024;
    font-weight: 800;
}

.woocommerce-cart .wpl-cart-rating em {
    color: #4d5a73;
    font-style: normal;
}

.woocommerce-cart .wpl-cart-payments {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
}

.woocommerce-cart .wpl-cart-payments span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #e3e7ed;
    border-radius: 5px;
    background: #ffffff;
    color: #0752ad;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.woocommerce-cart .wpl-cart-payments span:nth-child(2) {
    color: #e43a2e;
    font-size: 12px;
}

.woocommerce-cart .wpl-cart-payments span:nth-child(5),
.woocommerce-cart .wpl-cart-payments span:nth-child(6) {
    color: #111827;
    font-weight: 700;
}

.woocommerce-cart .wpl-cart-footer-benefits {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 10px -70px 0;
    padding: 28px 84px 26px;
    border-top: 1px solid #e6e9ee;
    background: #ffffff;
}

.woocommerce-cart .wpl-cart-footer-benefits div {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.woocommerce-cart .wpl-cart-footer-benefits svg {
    color: #526078;
    flex: 0 0 24px;
}

/* Empty Cart */
.woocommerce-cart .cart-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 70px 24px;
    border: 1px solid #e6e9ee;
    border-radius: 16px;
    background: #ffffff;
    color: #071024;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.07);
    text-align: center;
}

.woocommerce-cart .return-to-shop {
    grid-column: 1 / -1;
    margin: 0 auto;
}

.woocommerce-cart .return-to-shop .button {
    border-color: #075ee5;
    background: #075ee5;
    color: #ffffff;
}

/* Loading */
.woocommerce-cart .blockUI.blockOverlay {
    border-radius: 12px;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.68) 8%, rgba(230, 233, 238, 0.45) 18%, rgba(255, 255, 255, 0.68) 33%);
    background-size: 220% 100%;
    animation: wpl-cart-skeleton 1.2s ease-in-out infinite;
    opacity: 1;
}

@keyframes wpl-cart-skeleton {
    0% {
        background-position: 180% 0;
    }

    100% {
        background-position: -180% 0;
    }
}

/* Responsive */
@media (max-width: 1280px) {

    .woocommerce-cart .woocommerce {
        grid-template-columns: minmax(0, 1fr) 350px;
        padding-right: 32px;
        padding-left: 32px;
    }

    .woocommerce-cart table.shop_table thead tr,
    .woocommerce-cart table.shop_table tbody tr.cart_item {
        grid-template-columns: 56px 128px minmax(180px, 1fr) 108px 166px 128px;
    }

    .woocommerce-cart table.shop_table .product-thumbnail a,
    .woocommerce-cart table.shop_table .product-thumbnail img {
        width: 104px;
        height: 104px;
    }

    .woocommerce-cart .wpl-cart-footer-benefits {
        margin-right: -32px;
        margin-left: -32px;
        padding-right: 44px;
        padding-left: 44px;
    }
}

@media (max-width: 1024px) {
    .woocommerce-cart .woocommerce {
        grid-template-columns: 1fr;
    }

    .woocommerce-cart .cart-collaterals {
        grid-column: 1;
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        position: static;
    }

    .woocommerce-cart .wpl-secure-checkout {
        margin-right: 0;
    }

    .woocommerce-cart .wpl-cart-assurance,
    .woocommerce-cart .wpl-cart-footer-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce-cart .wpl-cart-proof-row {
        grid-template-columns: 1fr;
    }

    .woocommerce-cart .wpl-cart-avatars,
    .woocommerce-cart .wpl-cart-payments {
        justify-content: center;
    }
}

@media (max-width: 820px) {

    .woocommerce-cart .woocommerce {
        padding: 14px 18px 0;
    }

    .woocommerce-cart .wpl-cart-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .woocommerce-cart table.shop_table {
        border: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

    .woocommerce-cart table.shop_table thead {
        display: none;
    }

    .woocommerce-cart table.shop_table tbody tr.cart_item {
        display: grid;
        grid-template-columns: 52px 112px minmax(0, 1fr);
        min-height: 0;
        margin-bottom: 16px;
        padding: 18px;
        border: 1px solid #e6e9ee;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
    }

    .woocommerce-cart table.shop_table tbody td {
        padding: 0;
    }

    .woocommerce-cart table.shop_table .product-remove {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
        padding: 0;
    }

    .woocommerce-cart table.shop_table .product-thumbnail {
        grid-column: 2;
        grid-row: 1 / 5;
        align-self: start;
    }

    .woocommerce-cart table.shop_table .product-thumbnail a,
    .woocommerce-cart table.shop_table .product-thumbnail img {
        width: 96px;
        height: 96px;
    }

    .woocommerce-cart table.shop_table .product-name {
        grid-column: 3;
        grid-row: 1;
        padding-left: 10px;
    }

    .woocommerce-cart table.shop_table .product-price,
    .woocommerce-cart table.shop_table .product-quantity,
    .woocommerce-cart table.shop_table .product-subtotal {
        grid-column: 1 / -1;
        justify-content: space-between;
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid #e8ebf0;
    }

    .woocommerce-cart table.shop_table .product-price::before,
    .woocommerce-cart table.shop_table .product-quantity::before,
    .woocommerce-cart table.shop_table .product-subtotal::before {
        color: #65738c;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .woocommerce-cart table.shop_table .product-price::before {
        content: "Price";
    }

    .woocommerce-cart table.shop_table .product-quantity::before {
        content: "Quantity";
    }

    .woocommerce-cart table.shop_table .product-subtotal::before {
        content: "Subtotal";
    }

    .woocommerce-cart table.shop_table td.actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-top: 10px;
    }

    .woocommerce-cart table.shop_table td.actions .coupon {
        width: 100%;
    }

    .woocommerce-cart table.shop_table td.actions .coupon .input-text {
        width: 100%;
        min-width: 0;
    }

    .woocommerce-cart table.shop_table td.actions .coupon .button,
    .woocommerce-cart table.shop_table td.actions > .button {
        width: 100%;
        margin-left: 0;
    }

    .woocommerce-cart .wpl-cart-footer-benefits {
        margin-right: -18px;
        margin-left: -18px;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 560px) {
    .woocommerce-cart .wpl-cart-assurance,
    .woocommerce-cart .wpl-cart-footer-benefits {
        grid-template-columns: 1fr;
    }

    .woocommerce-cart table.shop_table tbody tr.cart_item {
        grid-template-columns: 44px 1fr;
        text-align: center;
    }

    .woocommerce-cart table.shop_table .product-thumbnail {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-content: center;
        margin-bottom: 14px;
    }

    .woocommerce-cart table.shop_table .product-remove {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .woocommerce-cart table.shop_table .product-name {
        grid-column: 1 / -1;
        grid-row: 2;
        align-items: center;
        padding-left: 0;
    }

    .woocommerce-cart table.shop_table td.actions .coupon {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .woocommerce-cart table.shop_table td.actions .coupon .button {
        grid-column: 1 / -1;
        margin-top: 10px;
    }

    .woocommerce-cart .wpl-cart-payments {
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .woocommerce-cart *,
    .woocommerce-cart *::before,
    .woocommerce-cart *::after {
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        scroll-behavior: auto;
        transition-duration: 0.01ms;
    }
}

/* ======================================================================
   Premium WooCommerce Checkout
   ====================================================================== */

/* Checkout Shell */
.woocommerce-checkout {
    background: #ffffff;
    color: var(--text-color);
    font-family: var(--font-primary);
}

.woocommerce-checkout .content-area {
    padding: 0;
}

.woocommerce-checkout .entry-content,
.woocommerce-checkout .site-main,
.woocommerce-checkout .container {
    max-width: none;
    width: 100%;
    padding: 0;
    overflow: visible;
}

.woocommerce-checkout .site-footer {
    display: none;
}

.woocommerce-checkout .woocommerce {
    width: min(100%, 1360px);
    margin: 0 auto;
    padding: 28px 64px 70px;
}

.woocommerce-checkout .woocommerce::before,
.woocommerce-checkout .woocommerce::after {
    content: none;
}

/* Checkout Notices */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-NoticeGroup {
    margin: 0 0 22px;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
    position: relative;
    margin: 0;
    padding: 18px 22px 18px 54px;
    border: 1px solid #e4e8ef;
    border-top: 3px solid #075ee5;
    border-radius: 12px;
    background: #f7f9fc;
    color: #26324a;
    font-size: 14px;
    line-height: 1.55;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before,
.woocommerce-checkout .woocommerce-error::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 22px;
    width: 13px;
    height: 13px;
    border: 2px solid #075ee5;
    border-radius: 3px;
    background: #ffffff;
}

.woocommerce-checkout .woocommerce-error {
    border-top-color: #ef4444;
}

.woocommerce-checkout .woocommerce-error::before {
    border-color: #ef4444;
}

.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-message a {
    color: #075ee5;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.woocommerce-checkout form.checkout_coupon {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin: -8px 0 24px;
    padding: 22px;
    border: 1px solid #e4e8ef;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

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

.woocommerce-checkout form.checkout_coupon .form-row-first {
    flex: 1;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: auto;
}

/* Checkout Layout */
.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    grid-template-areas:
        "customer order-title"
        "customer order-review";
    grid-template-rows: auto 1fr;
    gap: 32px;
    align-items: start;
}

.woocommerce-checkout #customer_details {
    display: grid;
    grid-area: customer;
    grid-template-columns: 1fr;
    gap: 24px;
    min-width: 0;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
    min-width: 0;
    padding: 28px;
    border: 1px solid #e4e8ef;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 20px 56px rgba(15, 23, 42, 0.07);
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    grid-column: auto;
}

.woocommerce-checkout #order_review_heading {
    grid-area: order-title;
    position: sticky;
    top: 28px;
    z-index: 2;
    margin: 0 0 -8px;
    padding: 28px 28px 0;
    border: 1px solid #e4e8ef;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: #ffffff;
    color: #071024;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 20px 56px rgba(15, 23, 42, 0.07);
}

.woocommerce-checkout #order_review {
    grid-area: order-review;
    position: sticky;
    top: 82px;
    align-self: start;
    padding: 18px 28px 28px;
    border: 1px solid #e4e8ef;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.09);
}

/* Checkout Headings */
.woocommerce-checkout h3 {
    margin: 0 0 20px;
    color: #071024;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-checkout .woocommerce-billing-fields h3::before,
.woocommerce-checkout .woocommerce-additional-fields h3::before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #eef4ff;
    box-shadow: inset 0 0 0 1px #dbe8ff;
}

/* Form Fields */
.woocommerce-checkout .form-row {
    margin: 0 0 18px;
    padding: 0;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: calc(50% - 10px);
}

.woocommerce-checkout .form-row-first {
    float: left;
}

.woocommerce-checkout .form-row-last {
    float: right;
}

.woocommerce-checkout .form-row-wide {
    clear: both;
    width: 100%;
}

.woocommerce-checkout label {
    display: block;
    margin: 0 0 8px;
    color: #071024;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.woocommerce-checkout abbr.required {
    border: 0;
    color: #ef4444;
    text-decoration: none;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #dfe4eb;
    border-radius: 9px;
    background: #ffffff;
    color: #17233b;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.woocommerce-checkout textarea {
    min-height: 112px;
    padding-top: 14px;
    line-height: 1.55;
    resize: vertical;
}

.woocommerce-checkout input.input-text::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: #7a879d;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout .select2-container--open .select2-selection--single {
    border-color: #075ee5;
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(7, 94, 229, 0.12);
}

.woocommerce-checkout .select2-container {
    width: 100%;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    padding-right: 38px;
}

.woocommerce-checkout .select2-container .select2-selection__rendered {
    padding: 0;
    color: #17233b;
    line-height: 48px;
}

.woocommerce-checkout .select2-container .select2-selection__arrow {
    top: 11px;
    right: 12px;
}

.woocommerce-checkout .woocommerce-invalid input.input-text,
.woocommerce-checkout .woocommerce-invalid select,
.woocommerce-checkout .woocommerce-invalid .select2-selection {
    border-color: #ef4444;
}

.woocommerce-checkout .woocommerce-validated input.input-text,
.woocommerce-checkout .woocommerce-validated select,
.woocommerce-checkout .woocommerce-validated .select2-selection {
    border-color: #16a34a;
}

/* Order Review */
.woocommerce-checkout table.shop_table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-radius: 0;
    background: transparent;
}

.woocommerce-checkout table.shop_table thead th {
    padding: 0 0 14px;
    border: 0;
    border-bottom: 1px solid #e7ebf0;
    color: #45516a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: left;
    text-transform: uppercase;
}

.woocommerce-checkout table.shop_table thead th.product-total {
    text-align: right;
}

.woocommerce-checkout table.shop_table tbody td,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid #e7ebf0;
    color: #071024;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
}

.woocommerce-checkout table.shop_table tbody td.product-name {
    font-weight: 700;
}

.woocommerce-checkout table.shop_table tbody td.product-total,
.woocommerce-checkout table.shop_table tfoot td {
    text-align: right;
    font-weight: 800;
}

.woocommerce-checkout table.shop_table tfoot th {
    font-weight: 700;
    text-align: left;
}

.woocommerce-checkout table.shop_table .order-total th,
.woocommerce-checkout table.shop_table .order-total td {
    padding-top: 22px;
    border-bottom: 0;
    font-size: 22px;
    font-weight: 900;
}

.woocommerce-checkout table.shop_table .order-total .amount {
    color: #071024;
    font-size: 32px;
    font-weight: 900;
}

/* Payment */
.woocommerce-checkout #payment {
    margin-top: 24px;
    border: 1px solid #e4e8ef;
    border-radius: 14px;
    background: #f7f9fc;
    overflow: hidden;
}

.woocommerce-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #e4e8ef;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin: 0;
    color: #26324a;
    font-size: 14px;
    line-height: 1.55;
}

.woocommerce-checkout #payment .woocommerce-info {
    margin: 0;
    box-shadow: none;
}

.woocommerce-checkout #payment div.form-row {
    margin: 0;
    padding: 22px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    margin: 0 0 18px;
    color: #4d5a73;
    font-size: 12px;
    line-height: 1.6;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #075ee5;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.woocommerce-checkout #place_order {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 0 24px;
    border: 0;
    border-radius: 9px;
    background: #075ee5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 18px 38px rgba(7, 94, 229, 0.28);
}

.woocommerce-checkout #place_order:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(7, 94, 229, 0.34);
}

.woocommerce-checkout .button,
.woocommerce-checkout button.button,
.woocommerce-checkout input.button,
.woocommerce-checkout a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #dfe4eb;
    border-radius: 9px;
    background: #ffffff;
    color: #17233b;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-checkout .button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout input.button:hover,
.woocommerce-checkout a.button:hover {
    border-color: #075ee5;
    color: #075ee5;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.woocommerce-checkout form.checkout_coupon .button {
    border-color: #075ee5;
    background: #075ee5;
    color: #ffffff;
}

.woocommerce-checkout form.checkout_coupon .button:hover {
    color: #ffffff;
}

.woocommerce-checkout .blockUI.blockOverlay {
    border-radius: 14px;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.68) 8%, rgba(230, 233, 238, 0.45) 18%, rgba(255, 255, 255, 0.68) 33%);
    background-size: 220% 100%;
    animation: wpl-cart-skeleton 1.2s ease-in-out infinite;
    opacity: 1;
}

/* Checkout Responsive */
@media (max-width: 1100px) {
    .woocommerce-checkout .woocommerce {
        padding-right: 32px;
        padding-left: 32px;
    }

    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "customer"
            "order-title"
            "order-review";
        grid-template-rows: auto;
    }

    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        grid-column: auto;
        position: static;
    }
}

@media (max-width: 720px) {

    .woocommerce-checkout .woocommerce {
        padding: 24px 18px 56px;
    }

    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2,
    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_heading {
        padding-right: 20px;
        padding-left: 20px;
    }

    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        float: none;
        width: 100%;
    }

    .woocommerce-checkout form.checkout_coupon {
        flex-direction: column;
        align-items: stretch;
    }

    .woocommerce-checkout form.checkout_coupon .form-row-last,
    .woocommerce-checkout form.checkout_coupon .button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .woocommerce-checkout *,
    .woocommerce-checkout *::before,
    .woocommerce-checkout *::after {
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        scroll-behavior: auto;
        transition-duration: 0.01ms;
    }
}

/* ======================================================================
   My Account — Professional Dashboard
   ====================================================================== */

.woocommerce-account {
    --acct-bg: #ffffff;
    --acct-sidebar: 300px;
    --acct-gap: 32px;
    --acct-radius: 20px;
    --acct-radius-sm: 8px;
    --acct-radius-md: 12px;
    --acct-radius-lg: 16px;
    --acct-blue: #2563eb;
    --acct-blue-dark: #1d4ed8;
    --acct-text: #0f172a;
    --acct-muted: #64748b;
    --acct-border: #e5e7eb;
    --acct-light-bg: #f8fafc;
    --acct-shadow-sm: 0 16px 42px rgba(15, 23, 42, 0.06);
    --acct-shadow-md: 0 22px 60px rgba(15, 23, 42, 0.08);
    --acct-shadow-lg: 0 24px 70px rgba(15, 23, 42, 0.08);
    --acct-shadow-xl: 0 24px 58px rgba(15, 23, 42, 0.1);
    --acct-shadow-btn: 0 16px 34px rgba(37, 99, 235, 0.24);
    --acct-space-xs: 4px;
    --acct-space-sm: 8px;
    --acct-space-md: 12px;
    --acct-space-lg: 16px;
    --acct-space-xl: 24px;
    --acct-space-2xl: 32px;
    --acct-space-3xl: 48px;
    --acct-space-4xl: 64px;
}

.woocommerce-account .container,
.woocommerce-account .entry-content {
    max-width: none;
    width: 100%;
    padding: 0;
}

.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: var(--acct-sidebar) minmax(0, 1fr);
    gap: var(--acct-gap);
    align-items: start;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 44px 64px 76px;
    background:
        radial-gradient(circle at 8% 4%, rgba(37, 99, 235, 0.07), transparent 28rem),
        linear-gradient(180deg, var(--acct-bg) 0%, var(--acct-light-bg) 100%);
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
    content: none;
}

/* Notices */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    grid-column: 1 / -1;
    margin: 0 0 24px;
    padding: 16px 22px 16px 50px;
    border: 1px solid var(--acct-border);
    border-left: 4px solid var(--acct-blue);
    border-radius: 14px;
    background: var(--acct-light-bg);
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
}

.woocommerce-account .woocommerce-error {
    border-left-color: #ef4444;
}

.woocommerce-account .woocommerce-message {
    border-left-color: #16a34a;
}

/* ─── Sidebar ─── */

.woocommerce-account .wpl-account-profile {
    position: sticky;
    top: 24px;
    grid-column: 1;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    min-height: 112px;
    margin: 0 0 -1px;
    padding: 24px;
    border: 1px solid var(--acct-border);
    border-bottom: 0;
    border-radius: var(--acct-radius) var(--acct-radius) 0 0;
    background: var(--acct-bg);
    box-shadow: var(--acct-shadow-md);
    z-index: 4;
}

.woocommerce-account .wpl-account-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--acct-blue), #60a5fa);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.26);
}

.woocommerce-account .wpl-account-profile__meta {
    display: block;
    min-width: 0;
}

.woocommerce-account .wpl-account-profile__meta strong,
.woocommerce-account .wpl-account-profile__meta small,
.woocommerce-account .wpl-account-profile__meta em {
    display: block;
}

.woocommerce-account .wpl-account-profile__meta strong {
    overflow: hidden;
    color: var(--acct-text);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woocommerce-account .wpl-account-profile__meta small {
    overflow: hidden;
    margin-top: 4px;
    color: var(--acct-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woocommerce-account .wpl-account-profile__meta em {
    width: max-content;
    margin-top: 8px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #ecfdf5;
    color: #15803d;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

/* Navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 135px;
    grid-column: 1;
    float: none;
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--acct-border);
    border-top: 0;
    border-radius: 0 0 var(--acct-radius) var(--acct-radius);
    background: var(--acct-bg);
    box-shadow: var(--acct-shadow-md);
    z-index: 3;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 38px 0 50px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::after {
    content: "\203A";
    position: absolute;
    right: 14px;
    color: currentColor;
    font-size: 22px;
    line-height: 1;
    opacity: 0.45;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    border-color: var(--acct-blue);
    background: var(--acct-blue);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.22);
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover::after,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after {
    opacity: 1;
    transform: translateX(3px);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    border-color: transparent;
    background: linear-gradient(135deg, var(--acct-blue), var(--acct-blue-dark));
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.24);
}

/* Nav Icon */
.woocommerce-account .wpl-account-nav-icon {
    position: absolute;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.woocommerce-account .wpl-account-nav-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.woocommerce-account .wpl-account-nav-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.woocommerce-account .wpl-account-nav-arrow {
    margin-left: auto;
    color: currentColor;
    font-size: 22px;
    line-height: 1;
    opacity: 0.48;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.woocommerce-account .wpl-account-sidebar a:hover .wpl-account-nav-arrow,
.woocommerce-account .wpl-account-sidebar .is-active .wpl-account-nav-arrow {
    opacity: 1;
    transform: translateX(3px);
}

/* ─── Content ─── */

.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 2;
    float: none;
    width: 100%;
    min-width: 0;
    padding: 40px;
    border: 1px solid var(--acct-border);
    border-radius: var(--acct-radius);
    background: var(--acct-bg);
    box-shadow: var(--acct-shadow-md);
}

.woocommerce-account .woocommerce-MyAccount-content p {
    margin: 0 0 16px;
    color: #334155;
    font-size: 15px;
    line-height: 1.7;
}

.woocommerce-account .woocommerce-MyAccount-content p:last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content strong {
    color: var(--acct-text);
    font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: var(--acct-blue);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Page Head */
.woocommerce-account .wpl-account-page-head {
    margin: 0 0 32px;
}

.woocommerce-account .wpl-account-page-head > span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 12px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--acct-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.woocommerce-account .wpl-account-page-head h2 {
    margin: 0;
    color: var(--acct-text);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.woocommerce-account .wpl-account-page-head p {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--acct-muted);
    font-size: 16px;
    line-height: 1.65;
}

/* ─── Dashboard Stats ─── */

.woocommerce-account .wpl-account-dashboard {
    margin-bottom: 28px;
}

.woocommerce-account .wpl-account-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.woocommerce-account .wpl-account-stat {
    padding: 22px;
    border: 1px solid var(--acct-border);
    border-radius: var(--acct-radius);
    background: var(--acct-bg);
    box-shadow: var(--acct-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.woocommerce-account .wpl-account-stat:hover {
    border-color: rgba(37, 99, 235, 0.28);
    transform: translateY(-3px);
    box-shadow: var(--acct-shadow-xl);
}

.woocommerce-account .wpl-account-stat > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #eff6ff;
    color: var(--acct-blue);
}

.woocommerce-account .wpl-account-stat svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.woocommerce-account .wpl-account-stat strong {
    display: block;
    margin-top: 20px;
    color: var(--acct-text);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.woocommerce-account .wpl-account-stat small {
    display: block;
    margin-top: 8px;
    color: var(--acct-muted);
    font-size: 14px;
    font-weight: 600;
}

/* ─── Dashboard Panels ─── */

.woocommerce-account .wpl-account-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.woocommerce-account .wpl-account-panel {
    padding: 24px;
    border: 1px solid var(--acct-border);
    border-radius: var(--acct-radius);
    background: var(--acct-bg);
    box-shadow: var(--acct-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.woocommerce-account .wpl-account-panel:hover {
    border-color: rgba(37, 99, 235, 0.28);
    transform: translateY(-3px);
    box-shadow: var(--acct-shadow-xl);
}

.woocommerce-account .wpl-account-panel__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.woocommerce-account .wpl-account-panel__head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #eff6ff;
    color: var(--acct-blue);
}

.woocommerce-account .wpl-account-panel svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.woocommerce-account .wpl-account-panel h3 {
    margin: 0;
    color: var(--acct-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.woocommerce-account .wpl-account-panel p,
.woocommerce-account .wpl-account-panel address,
.woocommerce-account .wpl-empty-mini {
    margin: 4px 0 0;
    color: var(--acct-muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
}

.woocommerce-account .wpl-account-panel .button {
    margin-top: 16px;
}

.woocommerce-account .wpl-recent-order {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.woocommerce-account .wpl-recent-order strong {
    color: var(--acct-text);
    font-size: 16px;
    font-weight: 800;
}

.woocommerce-account .wpl-recent-order small {
    color: var(--acct-muted);
    font-size: 13px;
}

.woocommerce-account .wpl-recent-order .button {
    grid-column: 1 / -1;
    margin-top: 6px;
}

/* ─── Status Badges ─── */

.woocommerce-account mark.order-status,
.woocommerce-account .wpl-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--acct-blue);
    font-size: 12px;
    font-weight: 800;
}

.woocommerce-account mark.order-status.status-completed,
.woocommerce-account .wpl-status-completed {
    background: #ecfdf5;
    color: #15803d;
}

.woocommerce-account mark.order-status.status-pending,
.woocommerce-account .wpl-status-pending {
    background: #fff7ed;
    color: #c2410c;
}

.woocommerce-account mark.order-status.status-cancelled,
.woocommerce-account .wpl-status-cancelled {
    background: #fef2f2;
    color: #dc2626;
}

/* ─── Orders / Downloads Cards ─── */

.woocommerce-account .wpl-orders-list,
.woocommerce-account .wpl-downloads-list {
    display: grid;
    gap: 16px;
}

.woocommerce-account .wpl-order-card,
.woocommerce-account .wpl-download-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 18px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--acct-border);
    border-radius: var(--acct-radius);
    background: var(--acct-bg);
    box-shadow: var(--acct-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.woocommerce-account .wpl-order-card:hover,
.woocommerce-account .wpl-download-card:hover {
    border-color: rgba(37, 99, 235, 0.28);
    transform: translateY(-3px);
    box-shadow: var(--acct-shadow-xl);
}

.woocommerce-account .wpl-order-card__main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.woocommerce-account .wpl-order-icon,
.woocommerce-account .wpl-download-card > span,
.woocommerce-account .wpl-account-empty > span,
.woocommerce-account .wpl-address-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 16px;
    background: #eff6ff;
    color: var(--acct-blue);
}

.woocommerce-account .wpl-order-icon svg,
.woocommerce-account .wpl-download-card svg,
.woocommerce-account .wpl-account-empty svg,
.woocommerce-account .wpl-address-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.woocommerce-account .wpl-order-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.woocommerce-account .wpl-order-card h3 a {
    color: var(--acct-text);
    text-decoration: none;
}

.woocommerce-account .wpl-order-card p,
.woocommerce-account .wpl-download-card p {
    margin: 6px 0 0;
    color: var(--acct-muted);
    font-size: 14px;
    line-height: 1.5;
}

.woocommerce-account .wpl-order-total {
    color: var(--acct-text);
    font-size: 17px;
    font-weight: 900;
    white-space: nowrap;
    min-width: 0;
}

.woocommerce-account .wpl-order-card__actions {
    display: flex;
    justify-content: flex-end;
}

.woocommerce-account .wpl-account-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

/* ─── Empty States ─── */

.woocommerce-account .wpl-account-empty {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 340px;
    padding: 48px 24px;
    border: 1px solid var(--acct-border);
    border-radius: var(--acct-radius);
    background:
        radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.08), transparent 18rem),
        var(--acct-bg);
    box-shadow: var(--acct-shadow-sm);
    text-align: center;
}

.woocommerce-account .wpl-account-empty > span {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    border-radius: var(--acct-radius-lg);
}

.woocommerce-account .wpl-account-empty > span svg {
    width: 34px;
    height: 34px;
}

.woocommerce-account .wpl-account-empty h3 {
    margin: 0;
    color: var(--acct-text);
    font-size: 24px;
    font-weight: 800;
}

.woocommerce-account .wpl-account-empty p {
    max-width: 440px;
    margin: 10px 0 22px;
    color: var(--acct-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* ─── Order Detail ─── */

.woocommerce-account .wpl-order-detail .shop_table {
    margin-top: 24px;
}

/* ─── Addresses ─── */

.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.woocommerce-account .woocommerce-Address {
    width: 100%;
    padding: 28px;
    border: 1px solid var(--acct-border);
    border-radius: var(--acct-radius);
    background: var(--acct-bg);
    box-shadow: var(--acct-shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.woocommerce-account .woocommerce-Address:hover {
    border-color: rgba(37, 99, 235, 0.28);
    transform: translateY(-3px);
    box-shadow: var(--acct-shadow-xl);
}

.woocommerce-account .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.woocommerce-account .woocommerce-Address-title h3 {
    margin: 0;
    color: var(--acct-text);
    font-size: 18px;
    font-weight: 800;
}

.woocommerce-account .woocommerce-Address-title a {
    color: var(--acct-blue);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.woocommerce-account address {
    margin: 0;
    color: var(--acct-muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.7;
}

.woocommerce-account .wpl-address-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.woocommerce-account .wpl-address-card .woocommerce-Address-title {
    align-items: flex-start;
}

.woocommerce-account .wpl-address-card .woocommerce-Address-title > div {
    flex: 1;
    min-width: 0;
}

.woocommerce-account .wpl-address-card small {
    display: block;
    margin-top: 5px;
    color: var(--acct-muted);
    font-size: 13px;
    line-height: 1.4;
}

.woocommerce-account .wpl-address-phone,
.woocommerce-account .wpl-address-email {
    margin: 8px 0 0;
    color: var(--acct-muted);
    font-size: 14px;
    line-height: 1.55;
}

/* ─── Table Wrapper ─── */

.woocommerce-account .wpl-account-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ─── Tables ─── */

.woocommerce-account table.shop_table {
    width: 100%;
    margin: 20px 0 0;
    border: 1px solid var(--acct-border);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--acct-radius);
    background: var(--acct-bg);
    overflow: hidden;
}

.woocommerce-account table.shop_table thead th {
    padding: 16px 20px;
    border: 0;
    border-bottom: 1px solid #e7ebf0;
    background: var(--acct-light-bg);
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: left;
    text-transform: uppercase;
}

.woocommerce-account table.shop_table td {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid #edf0f4;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
}

.woocommerce-account table.shop_table tr:last-child td {
    border-bottom: 0;
}

.woocommerce-account table.shop_table .woocommerce-orders-table__cell-order-number a {
    color: var(--acct-text);
    font-weight: 800;
    text-decoration: none;
}

/* ─── Buttons ─── */

.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account input.button,
.woocommerce-account a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--acct-blue), var(--acct-blue-dark));
    color: #ffffff;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: var(--acct-shadow-btn);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover,
.woocommerce-account a.button:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(37, 99, 235, 0.3);
}

.woocommerce-account .woocommerce-Button--next,
.woocommerce-account .woocommerce-Button--previous {
    margin-top: 18px;
}

/* ─── Forms ─── */

.woocommerce-account .u-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    float: none;
    width: 100%;
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2,
.woocommerce-account form.edit-account legend {
    margin: 0 0 18px;
    color: var(--acct-text);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account form.edit-account,
.woocommerce-account form.woocommerce-EditAccountForm {
    margin: 0;
    padding: 28px;
    border: 1px solid var(--acct-border);
    border-radius: var(--acct-radius);
    background: var(--acct-bg);
    box-shadow: var(--acct-shadow-sm);
}

.woocommerce-account .wpl-account-form-card form.login,
.woocommerce-account .wpl-account-form-card form.register,
.woocommerce-account .wpl-account-form-card form.edit-account,
.woocommerce-account .wpl-account-form-card form.woocommerce-EditAccountForm {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.woocommerce-account form.edit-account fieldset {
    margin: 26px 0 0;
    padding: 22px;
    border: 1px solid var(--acct-border);
    border-radius: 14px;
    background: var(--acct-light-bg);
}

.woocommerce-account .form-row {
    margin: 0 0 18px;
    padding: 0;
}

.woocommerce-account .form-row-first,
.woocommerce-account .form-row-last {
    width: calc(50% - 10px);
}

.woocommerce-account .form-row-first {
    float: left;
}

.woocommerce-account .form-row-last {
    float: right;
}

.woocommerce-account .form-row-wide {
    clear: both;
    width: 100%;
}

.woocommerce-account label {
    display: block;
    margin: 0 0 8px;
    color: var(--acct-text);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.woocommerce-account abbr.required {
    border: 0;
    color: #ef4444;
    text-decoration: none;
}

.woocommerce-account input.input-text,
.woocommerce-account textarea,
.woocommerce-account select,
.woocommerce-account .select2-container .select2-selection--single {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #dfe4eb;
    border-radius: 14px;
    background: var(--acct-bg);
    color: #1e293b;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 54px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-account textarea {
    min-height: 120px;
    padding-top: 16px;
    line-height: 1.55;
    resize: vertical;
}

.woocommerce-account input.input-text:focus,
.woocommerce-account textarea:focus,
.woocommerce-account select:focus,
.woocommerce-account .select2-container--open .select2-selection--single {
    border-color: var(--acct-blue);
    outline: none;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.woocommerce-account .select2-container {
    width: 100%;
}

.woocommerce-account .select2-container .select2-selection__rendered {
    padding: 0;
    color: #1e293b;
    line-height: 54px;
}

.woocommerce-account .select2-container .select2-selection__arrow {
    top: 14px;
    right: 12px;
}

.woocommerce-account .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
}

.woocommerce-account input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--acct-blue);
}

.woocommerce-account .lost_password {
    margin-top: 16px;
}

.woocommerce-account form.edit-account .button,
.woocommerce-account .woocommerce-EditAccountForm .button,
.woocommerce-account button[name="save_account_details"] {
    min-width: 210px;
    min-height: 52px;
    border-radius: 14px;
}

/* ─── Form Cards ─── */

.woocommerce-account .wpl-account-form,
.woocommerce-account .wpl-address-form {
    display: grid;
    gap: 24px;
}

.woocommerce-account .wpl-account-form-card {
    padding: 28px;
    border: 1px solid var(--acct-border);
    border-radius: var(--acct-radius);
    background: var(--acct-bg);
    box-shadow: var(--acct-shadow-sm);
}

.woocommerce-account .wpl-account-form-card .wpl-account-page-head {
    margin-bottom: 24px;
}

.woocommerce-account .wpl-account-form-card h3 {
    margin: 0 0 18px;
    color: var(--acct-text);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.woocommerce-account .wpl-password-card > p {
    margin: -8px 0 20px;
    color: var(--acct-muted);
    font-size: 14px;
}

.woocommerce-account .wpl-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.woocommerce-account .wpl-form-grid .form-row-wide,
.woocommerce-account .wpl-form-grid .form-row,
.woocommerce-account .wpl-address-form .form-row-wide,
.woocommerce-account .wpl-address-form .form-row {
    width: 100%;
    margin: 0;
    grid-column: span 2;
}

.woocommerce-account .wpl-password-field {
    position: relative;
}

.woocommerce-account .wpl-password-field input {
    padding-right: 76px;
}

.woocommerce-account .wpl-password-toggle {
    position: absolute;
    right: 10px;
    bottom: 9px;
    min-width: 54px;
    height: 36px;
    padding: 0 10px;
    border: 0;
    border-radius: 10px;
    background: #eff6ff;
    color: var(--acct-blue);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.woocommerce-account .wpl-password-strength {
    margin-top: 8px;
}

.woocommerce-account .wpl-password-strength span {
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background:
        linear-gradient(90deg, #ef4444 0 25%, #f97316 25% 50%, #eab308 50% 75%, #22c55e 75% 100%);
    clip-path: inset(0 100% 0 0 round 999px);
    transition: clip-path 0.25s ease;
}

.woocommerce-account .wpl-password-strength[data-strength="1"] span { clip-path: inset(0 75% 0 0 round 999px); }
.woocommerce-account .wpl-password-strength[data-strength="2"] span { clip-path: inset(0 50% 0 0 round 999px); }
.woocommerce-account .wpl-password-strength[data-strength="3"] span { clip-path: inset(0 25% 0 0 round 999px); }
.woocommerce-account .wpl-password-strength[data-strength="4"] span { clip-path: inset(0 0 0 0 round 999px); }

.woocommerce-account .wpl-password-strength small {
    display: block;
    margin-top: 8px;
    color: var(--acct-muted);
    font-size: 12px;
    font-weight: 700;
}

.woocommerce-account .wpl-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.woocommerce-account .wpl-account-muted {
    color: var(--acct-muted);
}

/* ─── Responsive ─── */

/* Tablet: navigation on top, content below */
@media (max-width: 1180px) {
    .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
        padding: 32px 40px;
    }

    .woocommerce-account .wpl-account-profile,
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        position: static;
        grid-column: 1;
        width: 100%;
        min-width: 0;
    }

    .woocommerce-account .wpl-account-profile {
        margin-bottom: -1px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 24px;
        border-radius: 0 0 var(--acct-radius) var(--acct-radius);
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .woocommerce-account .wpl-account-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .woocommerce-account .woocommerce {
        padding: 24px 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 24px;
    }

    .woocommerce-account .wpl-account-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .wpl-account-page-head h2 {
        font-size: 30px;
    }

    .woocommerce-account table.shop_table,
    .woocommerce-account table.shop_table tbody,
    .woocommerce-account table.shop_table tr,
    .woocommerce-account table.shop_table td {
        display: block;
        width: 100%;
        white-space: normal;
    }

    .woocommerce-account table.shop_table thead {
        display: none;
    }

    .woocommerce-account table.shop_table tr {
        padding: 18px;
        border-bottom: 1px solid var(--acct-border);
    }

    .woocommerce-account table.shop_table td {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        padding: 10px 0;
        border-bottom: 0;
    }

    .woocommerce-account table.shop_table td::before {
        content: attr(data-title);
        color: var(--acct-muted);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .woocommerce-account table.shop_table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 720px) {
    .woocommerce-account .wpl-form-grid {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .wpl-form-grid .form-row-wide,
    .woocommerce-account .wpl-form-grid .form-row {
        grid-column: auto;
    }

    .woocommerce-account .wpl-form-actions {
        justify-content: stretch;
    }

    .woocommerce-account .wpl-form-actions .button {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .woocommerce-account .woocommerce {
        padding: 16px 12px;
    }

    .woocommerce-account .wpl-account-stats {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .wpl-account-profile {
        align-items: flex-start;
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 16px;
        border-radius: var(--acct-radius-lg);
    }

    .woocommerce-account .wpl-account-page-head h2 {
        font-size: 26px;
    }

    .woocommerce-account .wpl-account-form-card {
        padding: 20px;
        border-radius: var(--acct-radius-lg);
    }

    .woocommerce-account .wpl-account-form-card .wpl-account-page-head h2 {
        font-size: 22px;
    }

    .woocommerce-account form.login,
    .woocommerce-account form.register,
    .woocommerce-account form.edit-account,
    .woocommerce-account form.woocommerce-EditAccountForm {
        padding: 20px;
    }
}

@media (max-width: 980px) {
    .woocommerce-account .wpl-order-card,
    .woocommerce-account .wpl-download-card {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .wpl-order-card__actions {
        justify-content: flex-start;
    }

    .woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .wpl-address-grid {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .u-columns {
        grid-template-columns: 1fr;
    }
}
