.elementor-3951 .elementor-element.elementor-element-3728100{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3951 .elementor-element.elementor-element-6dd3315{--display:flex;}.elementor-3951 .elementor-element.elementor-element-42e3a54{--update-cart-automatically-display:none;--sections-title-color:var( --e-global-color-astglobalcolor0 );--order-summary-color:var( --e-global-color-astglobalcolor1 );--order-summary-variations-color:var( --e-global-color-astglobalcolor0 );--product-link-normal-color:var( --e-global-color-astglobalcolor0 );--order-summary-items-divider-color:var( --e-global-color-astglobalcolor0 );--order-summary-quantity-border-color:var( --e-global-color-astglobalcolor0 );--order-summary-remove-icon-normal-color:var( --e-global-color-astglobalcolor0 );--totals-color:var( --e-global-color-astglobalcolor0 );--totals-divider-color:var( --e-global-color-astglobalcolor0 );}.elementor-3951 .elementor-element.elementor-element-42e3a54 .woocommerce .wc-proceed-to-checkout .checkout-button{background-color:#FE0404;}.elementor-3951 .elementor-element.elementor-element-42e3a54 .woocommerce-cart-form{--order-summary-title-color:var( --e-global-color-astglobalcolor0 );}.elementor-3951 .elementor-element.elementor-element-0da310b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3951 .elementor-element.elementor-element-883c3da{--display:flex;}.elementor-3951 .elementor-element.elementor-element-883c3da:not(.elementor-motion-effects-element-type-background), .elementor-3951 .elementor-element.elementor-element-883c3da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3951 .elementor-element.elementor-element-deb9869{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-3951 .elementor-element.elementor-element-835ef2a{text-align:left;}.elementor-3951 .elementor-element.elementor-element-835ef2a .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:24px;}.elementor-3951 .elementor-element.elementor-element-3203e4e{text-align:right;}.elementor-3951 .elementor-element.elementor-element-3203e4e .elementor-heading-title{font-family:"Alef", Sans-serif;font-size:15px;font-weight:100;color:#F54646;}@media(max-width:1024px){.elementor-3951 .elementor-element.elementor-element-deb9869{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-3951 .elementor-element.elementor-element-deb9869{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-42e3a54 *//* ===== CHART SIP - CART MOBILE FIX REVISI ===== */
.chartsip {
    /* Style untuk desktop tetap normal */
}

/* MOBILE VERSION */
@media (max-width: 768px) {
    .chartsip table.shop_table.cart {
        width: 100% !important;
        border: none !important;
    }
    
    .chartsip table.shop_table.cart tbody {
        display: block !important;
    }
    
    .chartsip table.shop_table.cart tr {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        border: 1px solid #ff69b4 !important;
        border-radius: 10px !important;
        margin-bottom: 20px !important;
        padding: 15px !important;
        background: #fff9fc !important;
    }
    
    /* 1. GAMBAR PRODUK DIPERBESAR */
    .chartsip td.product-thumbnail {
        order: 1 !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 15px !important;
        padding: 0 !important;
        border: none !important;
    }
    
    .chartsip td.product-thumbnail img {
        display: inline-block !important;
        max-width: 250px !important; /* DIPERBESAR dari 200px */
        width: 100% !important;
        height: auto !important;
        border-radius: 8px !important;
        box-shadow: 0 3px 10px rgba(255, 105, 180, 0.2) !important;
    }
    
    /* 2. NAMA PRODUK - FONT DIPERKECIL */
    .chartsip td.product-name {
        order: 2 !important;
        width: 100% !important;
        font-size: 14px !important; /* DIPERKECIL dari 16px */
        font-weight: 600 !important;
        color: #ff69b4 !important;
        margin-bottom: 8px !important; /* Dirapikan */
        padding: 0 !important;
        border: none !important;
        line-height: 1.3 !important;
    }
    
    .chartsip td.product-name a {
        color: #ff69b4 !important;
        text-decoration: none !important;
        font-size: 14px !important; /* Pastikan konsisten */
    }
    
    /* 3. HARGA - FONT KECIL */
    .chartsip td.product-price {
        order: 3 !important;
        width: 100% !important;
        font-size: 13px !important; /* Sedikit lebih kecil */
        color: #666 !important;
        margin-bottom: 8px !important;
        padding: 0 !important;
        border: none !important;
    }
    
    /* 4. JUMLAH */
    .chartsip td.product-quantity {
        order: 4 !important;
        width: 100% !important;
        margin-bottom: 8px !important;
        padding: 0 !important;
        border: none !important;
    }
    
    .chartsip td.product-quantity .quantity {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .chartsip td.product-quantity .quantity .minus,
    .chartsip td.product-quantity .quantity .plus {
        display: none !important;
    }
    
    .chartsip td.product-quantity .quantity .qty {
        width: 70px !important; /* Sedikit lebih kecil */
        height: 35px !important;
        text-align: center !important;
        font-size: 14px !important; /* Diperkecil */
        border: 2px solid #ff69b4 !important;
        border-radius: 5px !important;
        color: #ff69b4 !important;
        background: white !important;
    }
    
    /* 5. SUBTOTAL */
    .chartsip td.product-subtotal {
        order: 5 !important;
        width: 100% !important;
        font-size: 15px !important; /* Diperkecil dari 16px */
        font-weight: 700 !important;
        color: #ff69b4 !important;
        margin-bottom: 8px !important;
        padding: 0 !important;
        border: none !important;
    }
    
    /* 6. TOMBOL HAPUS */
    .chartsip td.product-remove {
        order: 6 !important;
        width: 100% !important;
        padding: 0 !important;
        border: none !important;
    }
    
    .chartsip td.product-remove a.remove {
        display: inline-block !important;
        width: 35px !important; /* Diperkecil */
        height: 35px !important;
        line-height: 35px !important;
        background: #ff69b4 !important;
        color: white !important;
        border-radius: 50% !important;
        font-size: 18px !important; /* Diperkecil */
        margin: 0 auto !important;
    }
    
    /* 7. HEADER TABEL - SEMBUNYIKAN */
    .chartsip thead {
        display: none !important;
    }
    
    /* OPTIONAL: Responsive lebih kecil untuk phone sangat kecil */
    @media (max-width: 480px) {
        .chartsip td.product-thumbnail img {
            max-width: 200px !important;
        }
        
        .chartsip td.product-name {
            font-size: 13px !important;
        }
        
        .chartsip td.product-price {
            font-size: 12px !important;
        }
    }
}/* End custom CSS */