/* =====================================================
   Cart Layout
===================================================== */

.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals {
    border-radius: 22px;
}

.woocommerce-cart table.shop_table {
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    vertical-align: middle;
}

.woocommerce-cart .product-thumbnail img {
    border-radius: 14px;
}

.woocommerce-cart .quantity input.qty {
    border-radius: 12px;
    min-height: 42px;
}

.woocommerce-cart .coupon input.input-text {
    border-radius: 12px;
    min-height: 44px;
}

.woocommerce-cart .coupon button,
.woocommerce-cart button[name="update_cart"] {
    border-radius: 12px;
    min-height: 44px;
    font-weight: 900;
}

/* =====================================================
   Cart Totals
===================================================== */

.woocommerce-cart .cart_totals {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    min-height: 54px;
    border-radius: 16px;
    font-weight: 900;
}

/* =====================================================
   Dual Checkout
===================================================== */

.totoland-cart-dual-checkout {
    margin-top: 18px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.totoland-cart-dual-checkout h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
}

.totoland-cart-dual-checkout > p {
    margin: 0 0 14px;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

.totoland-cart-checkout-primary,
.totoland-whatsapp-cart-btn {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.totoland-cart-checkout-primary {
    background: #00AEEF;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(0,174,239,.22);
}

.totoland-cart-checkout-primary:hover {
    background: #111827;
    transform: translateY(-2px);
}

.totoland-cart-checkout-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    color: #666666;
    font-size: 12px;
    font-weight: 900;
}

.totoland-cart-checkout-divider::before,
.totoland-cart-checkout-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #eeeeee;
}

.totoland-cart-checkout-divider span {
    padding: 0 8px;
}

/* =====================================================
   WhatsApp Checkout Form
===================================================== */

.totoland-whatsapp-cart-box h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.totoland-whatsapp-cart-box > p {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

.totoland-whatsapp-cart-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.totoland-whatsapp-cart-fields label {
    flex: 1 1 calc(50% - 12px);
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.totoland-whatsapp-cart-fields label:last-child {
    flex: 1 1 100%;
}

.totoland-whatsapp-cart-fields span {
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.totoland-whatsapp-cart-fields input,
.totoland-whatsapp-cart-fields select,
.totoland-whatsapp-cart-fields textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 9px 12px;
    background: #ffffff;
    color: #111827;
}

.totoland-whatsapp-cart-fields textarea {
    resize: vertical;
}

.totoland-whatsapp-cart-fields input:focus,
.totoland-whatsapp-cart-fields select:focus,
.totoland-whatsapp-cart-fields textarea:focus,
.totoland-cart-checkout-primary:focus,
.totoland-whatsapp-cart-btn:focus,
.totoland-cart-continue-shopping a:focus,
.totoland-empty-cart-actions a:focus {
    outline: 2px solid #FFC83D;
    outline-offset: 3px;
}

.totoland-whatsapp-cart-btn {
    background: #25D366;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(37,211,102,.28);
}

.totoland-whatsapp-cart-btn:hover {
    background: #1EBE5D;
    transform: translateY(-2px);
}

.totoland-whatsapp-cart-note {
    margin: 12px 0 0;
    color: #666666;
    font-size: 12px;
}

/* =====================================================
   Continue Shopping
===================================================== */

.totoland-cart-continue-shopping {
    margin: 0 0 18px;
}

.totoland-cart-continue-shopping a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    background: #F7FBFF;
    border: 1px solid #EAF1F7;
    color: #111827;
    text-decoration: none;
    font-weight: 900;
}

.totoland-cart-continue-shopping a:hover {
    color: #00AEEF;
}

/* =====================================================
   Trust Badges
===================================================== */

.woocommerce-cart .totoland-trust-badges {
    margin-top: 18px;
}

/* =====================================================
   Empty Cart
===================================================== */

.totoland-empty-cart-help {
    max-width: 720px;
    margin: 30px auto;
    padding: 34px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.totoland-empty-cart-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background: #EAF9FE;
    color: #00AEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.totoland-empty-cart-help h2 {
    margin: 0 0 10px;
    color: #111827;
    font-weight: 900;
}

.totoland-empty-cart-help p {
    color: #666666;
    line-height: 1.7;
}

.totoland-empty-cart-actions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.totoland-empty-cart-actions a {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    background: #00AEEF;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 900;
}

.totoland-empty-cart-actions a:nth-child(2) {
    background: #FFC83D;
    color: #111827;
}

.totoland-empty-cart-actions a:nth-child(3) {
    background: #58C63A;
}

/* =====================================================
   Responsive
===================================================== */

@media (max-width: 767px) {
    .totoland-cart-dual-checkout,
    .woocommerce-cart .cart_totals {
        padding: 16px;
        border-radius: 18px;
    }

    .totoland-whatsapp-cart-fields label {
        flex: 1 1 100%;
    }

    .totoland-empty-cart-help {
        padding: 24px;
    }
}
.totoland-whatsapp-cart-btn {
    border: 0;
    cursor: pointer;
    font-family: inherit;
}