/* ==========================================================================
   KUAD Theme Designer - Cart & Checkout Flow Containers & Cards
   Decoupled from theme-designer-public-modules-shop.css
   ========================================================================== */

.ks-section-my-account, .ks-section-cart, .ks-section-checkout-flow {
    width: 100% !important; max-width: 100% !important; margin: 0 !important;
    padding: clamp(50px, 6vw, 80px) 0 !important;
    background-color: var(--ks-block-bg-default, var(--ks-bg-color, #FFFFFF)) !important;
    box-sizing: border-box !important; position: relative !important;
}

.ks-section-my-account > *, .ks-section-cart > *, .ks-section-checkout-flow > * {
    max-width: 1200px !important; margin-left: auto !important; margin-right: auto !important;
    padding-left: 20px !important; padding-right: 20px !important; box-sizing: border-box !important;
}

.woocommerce table.shop_table, .cart-collaterals .cart_totals, .woocommerce-checkout #order_review {
    background: var(--ks-block-card-bg, #FFFFFF) !important;
    border-radius: var(--ks-card-radius, 18px) !important;
    padding: clamp(16px, 3vw, 24px) !important;
    box-shadow: var(--ks-card-shadow, 6px 6px 18px rgba(0, 0, 0, 0.05)) !important;
    border: var(--ks-neumorphic-border, 1px solid rgba(var(--ks-primary-rgb, 45, 26, 104), 0.05)) !important;
    box-sizing: border-box !important;
}

/* Responsive Empty Cart & Cart Actions */
.woocommerce .cart-empty,
.woocommerce-info {
    text-align: center !important;
    padding: clamp(24px, 4vw, 40px) 20px !important;
}

.woocommerce .return-to-shop,
.ks-cart-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.ks-btn-market-primary,
.ks-btn-market-secondary,
.woocommerce .return-to-shop a.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 12px 24px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

@media (max-width: 480px) {
    .ks-btn-market-primary,
    .ks-btn-market-secondary,
    .woocommerce .return-to-shop a.button {
        width: 100% !important;
    }
}

/* Responsive WooCommerce Classic Cart Table on Mobile */
@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive,
    .woocommerce table.shop_table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}
