.elementor-2943 .elementor-element.elementor-element-227235b8{--display:flex;--margin-top:-130px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-2943 .elementor-element.elementor-element-04a6669{--update-cart-automatically-display:none;--links-normal-color:var( --e-global-color-2db397d );--sections-radio-buttons-color:#000000;--order-summary-quantity-border-weight:0px;--totals-color:#000000;--checkout-button-border-radius:0px 0px 0px 0px;}.elementor-2943 .elementor-element.elementor-element-04a6669 {--sections-descriptions-color:#000000;}.elementor-2943 .elementor-element.elementor-element-04a6669 #shipping_method li label{font-size:14px;}.elementor-2943 .elementor-element.elementor-element-04a6669 .coupon .input-text, .elementor-2943 .elementor-element.elementor-element-04a6669 .cart-collaterals .input-text, .elementor-2943 .elementor-element.elementor-element-04a6669 select, .elementor-2943 .elementor-element.elementor-element-04a6669 .select2-selection--single{font-family:"Bai Jamjuree", Sans-serif;}.elementor-2943 .elementor-element.elementor-element-04a6669 .shop_table .button{font-family:"Bai Jamjuree", Sans-serif;}.elementor-2943 .elementor-element.elementor-element-04a6669 .e-shop-table .cart th, .elementor-2943 .elementor-element.elementor-element-04a6669 .e-shop-table .cart td:before{font-family:"Bai Jamjuree", Sans-serif;}.elementor-2943 .elementor-element.elementor-element-04a6669 .cart_totals .shop_table td:before, .elementor-2943 .elementor-element.elementor-element-04a6669 .cart_totals .shop_table td .woocommerce-Price-amount{font-family:"Bai Jamjuree", Sans-serif;font-size:13px;}.elementor-2943 .elementor-element.elementor-element-04a6669 .checkout-button{font-family:"Bai Jamjuree", Sans-serif;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}/* Start custom CSS for container, class: .elementor-element-227235b8 *//* =====================================================
   CARRELLO LUXURY MINIMAL – RUE DES LILAS
   Colore principale: #6B4D7D
===================================================== */

.woocommerce-cart {
    --rdl-purple: #6B4D7D;
    --rdl-purple-hover: #593E69;
    --rdl-text: #252126;
    --rdl-muted: #77717A;
    --rdl-line: #D9D2CA;
    --rdl-background: transparent;
}

/* Rimuove box, bordi esterni e ombre di Elementor */
.woocommerce-cart .elementor-widget-woocommerce-cart,
.woocommerce-cart .e-cart__container,
.woocommerce-cart .e-cart__column,
.woocommerce-cart .e-cart__column-start,
.woocommerce-cart .e-cart__column-end,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Layout principale */
.woocommerce-cart .e-cart__container {
    display: grid !important;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.8fr);
    gap: 55px !important;
    align-items: start;
}

/* Separatore verticale prima dei totali */
.woocommerce-cart .e-cart__column-end {
    padding-left: 50px !important;
    border-left: 1px solid var(--rdl-line) !important;
}

/* =====================================================
   TABELLA PRODOTTI
===================================================== */

.woocommerce-cart table.shop_table,
.woocommerce-cart table.cart {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Intestazione tabella */
.woocommerce-cart table.shop_table thead,
.woocommerce-cart table.cart thead {
    background: transparent !important;
}

.woocommerce-cart table.shop_table thead th,
.woocommerce-cart table.cart thead th {
    padding: 0 18px 22px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--rdl-line) !important;
    color: var(--rdl-text) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* Riga prodotto */
.woocommerce-cart table.shop_table tbody tr.cart_item,
.woocommerce-cart table.cart tbody tr.cart_item {
    background: transparent !important;
    border: 0 !important;
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.cart td {
    padding: 30px 18px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--rdl-line) !important;
    color: var(--rdl-text);
    vertical-align: middle;
}

/* Immagine prodotto */
.woocommerce-cart td.product-thumbnail img {
    width: 85px !important;
    max-width: 85px !important;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Titolo prodotto: elimina azzurro */
.woocommerce-cart td.product-name a,
.woocommerce-cart .product-name a {
    color: var(--rdl-text) !important;
    font-family: inherit;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.woocommerce-cart td.product-name a:hover,
.woocommerce-cart .product-name a:hover {
    color: var(--rdl-purple) !important;
}

/* Prezzo e subtotale */
.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal {
    color: var(--rdl-text) !important;
    font-size: 16px;
    font-weight: 500;
}

/* Pulsante rimuovi */
.woocommerce-cart td.product-remove a.remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: var(--rdl-text) !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.woocommerce-cart td.product-remove a.remove:hover {
    background: transparent !important;
    color: var(--rdl-purple) !important;
}

/* Quantità */
.woocommerce-cart .quantity {
    display: inline-flex;
    align-items: center;
}

.woocommerce-cart .quantity input.qty {
    width: 85px !important;
    min-height: 46px;
    padding: 8px 12px !important;
    background: transparent !important;
    border: 1px solid var(--rdl-line) !important;
    border-radius: 0 !important;
    color: var(--rdl-text) !important;
    font-size: 16px;
    text-align: center;
    box-shadow: none !important;
}

.woocommerce-cart .quantity input.qty:focus {
    border-color: var(--rdl-purple) !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(107, 77, 125, 0.08) !important;
}

/* =====================================================
   AGGIORNA CARRELLO
===================================================== */

/* Pulsanti secondari: niente viola */
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart .actions > button.button,
.woocommerce-cart .actions > input.button {
    min-height: auto !important;
    padding: 12px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--rdl-text) !important;
    border-radius: 0 !important;
    color: var(--rdl-text) !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.woocommerce-cart button[name="update_cart"]:hover,
.woocommerce-cart .actions > button.button:hover,
.woocommerce-cart .actions > input.button:hover {
    background: transparent !important;
    border-color: var(--rdl-purple) !important;
    color: var(--rdl-purple) !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Riga azioni */
.woocommerce-cart table.cart td.actions {
    padding: 28px 0 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
}

/* =====================================================
   COUPON
===================================================== */

.woocommerce-cart .coupon {
    display: flex !important;
    align-items: stretch;
    gap: 18px;
    width: 100%;
    margin-top: 25px;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.woocommerce-cart .coupon input.input-text,
.woocommerce-cart .coupon input[type="text"] {
    flex: 1 1 auto;
    width: auto !important;
    min-height: 52px;
    padding: 0 18px !important;
    background: transparent !important;
    border: 1px solid var(--rdl-line) !important;
    border-radius: 0 !important;
    color: var(--rdl-text) !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

.woocommerce-cart .coupon input::placeholder {
    color: #AAA3AB;
    opacity: 1;
}

.woocommerce-cart .coupon input:focus {
    border-color: var(--rdl-purple) !important;
    outline: none !important;
}

/* Applica coupon: stile testuale elegante */
.woocommerce-cart .coupon button.button,
.woocommerce-cart .coupon input.button {
    flex: 0 0 auto;
    min-width: 155px;
    padding: 0 10px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--rdl-text) !important;
    border-radius: 0 !important;
    color: var(--rdl-text) !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.woocommerce-cart .coupon button.button:hover,
.woocommerce-cart .coupon input.button:hover {
    background: transparent !important;
    border-color: var(--rdl-purple) !important;
    color: var(--rdl-purple) !important;
    transform: none !important;
    box-shadow: none !important;
}

/* =====================================================
   TOTALI CARRELLO
===================================================== */

.woocommerce-cart .cart_totals {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Titolo totali */
.woocommerce-cart .cart_totals h2 {
    margin: 0 0 32px !important;
    padding: 0 0 18px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--rdl-line) !important;
    color: var(--rdl-text) !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Tabella totali */
.woocommerce-cart .cart_totals table.shop_table {
    margin-bottom: 28px !important;
}

.woocommerce-cart .cart_totals table.shop_table tr {
    background: transparent !important;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
    padding: 18px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--rdl-line) !important;
    color: var(--rdl-text) !important;
    font-size: 16px !important;
}

.woocommerce-cart .cart_totals table.shop_table th {
    font-weight: 400 !important;
    text-align: left;
}

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

/* Totale finale */
.woocommerce-cart .cart_totals tr.order-total th,
.woocommerce-cart .cart_totals tr.order-total td,
.woocommerce-cart .cart_totals tr.order-total .amount {
    color: var(--rdl-text) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

/* Corregge testo attaccato: Totale€40 */
.woocommerce-cart .cart_totals td strong,
.woocommerce-cart .cart_totals td .woocommerce-Price-amount {
    display: inline-block;
}

/* =====================================================
   SOLO CHECKOUT IN VIOLA
===================================================== */

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important;
    margin-top: 32px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 64px;
    margin: 0 !important;
    padding: 18px 28px !important;
    background: var(--rdl-purple) !important;
    border: 1px solid var(--rdl-purple) !important;
    border-radius: 3px !important;
    color: #FFFFFF !important;
    box-shadow: 0 12px 28px rgba(107, 77, 125, 0.18) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--rdl-purple-hover) !important;
    border-color: var(--rdl-purple-hover) !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(107, 77, 125, 0.26) !important;
}

/* =====================================================
   RESPONSIVE TABLET
===================================================== */

@media (max-width: 1024px) {

    .woocommerce-cart .e-cart__container {
        grid-template-columns: 1fr !important;
        gap: 45px !important;
    }

    .woocommerce-cart .e-cart__column-end {
        padding-left: 0 !important;
        padding-top: 40px !important;
        border-left: 0 !important;
        border-top: 1px solid var(--rdl-line) !important;
    }
}

/* =====================================================
   RESPONSIVE MOBILE
===================================================== */

@media (max-width: 767px) {

    .woocommerce-cart .e-cart__container {
        display: block !important;
    }

    .woocommerce-cart table.shop_table_responsive,
    .woocommerce-cart table.cart {
        display: block;
    }

    .woocommerce-cart table.shop_table_responsive thead,
    .woocommerce-cart table.cart thead {
        display: none !important;
    }

    .woocommerce-cart table.shop_table_responsive tbody,
    .woocommerce-cart table.shop_table_responsive tr,
    .woocommerce-cart table.shop_table_responsive td {
        display: block;
        width: 100%;
    }

    .woocommerce-cart table.shop_table_responsive tr.cart_item {
        position: relative;
        padding: 25px 0;
        border-bottom: 1px solid var(--rdl-line) !important;
    }

    .woocommerce-cart table.shop_table_responsive td {
        padding: 10px 0 !important;
        border: 0 !important;
        text-align: right !important;
    }

    .woocommerce-cart table.shop_table_responsive td::before {
        color: var(--rdl-muted);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .woocommerce-cart table.shop_table_responsive td.product-remove {
        position: absolute;
        top: 20px;
        right: 0;
        width: auto;
        padding: 0 !important;
    }

    .woocommerce-cart table.shop_table_responsive td.product-thumbnail {
        text-align: left !important;
    }

    .woocommerce-cart td.product-thumbnail img {
        width: 100px !important;
        max-width: 100px !important;
    }

    .woocommerce-cart table.shop_table_responsive td.product-name {
        text-align: left !important;
    }

    .woocommerce-cart td.product-name a {
        font-size: 18px !important;
    }

    .woocommerce-cart table.cart td.actions {
        padding-top: 25px !important;
    }

    .woocommerce-cart .coupon {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .woocommerce-cart .coupon input.input-text,
    .woocommerce-cart .coupon button.button,
    .woocommerce-cart .coupon input.button {
        width: 100% !important;
        min-height: 52px;
    }

    .woocommerce-cart .coupon button.button,
    .woocommerce-cart .coupon input.button {
        border: 1px solid var(--rdl-line) !important;
    }

    .woocommerce-cart button[name="update_cart"] {
        width: 100%;
        min-height: 52px !important;
        border: 1px solid var(--rdl-line) !important;
    }

    .woocommerce-cart .e-cart__column-end {
        margin-top: 40px;
        padding-top: 35px !important;
    }

    .woocommerce-cart .cart_totals h2 {
        font-size: 21px !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        min-height: 58px;
        padding: 16px 20px !important;
        font-size: 12px !important;
    }
}/* End custom CSS */