.elementor-3836 .elementor-element.elementor-element-4e54f10a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-329463ec *//* ========================================
   CARRELLO WOOCOMMERCE - IL GIARDINO DI GINEVRA
   Versione completa e pulita
   ======================================== */

/* ===== REMOVE ===== */
.elementor-shortcode .product-remove .remove {
    color: #e74c3c !important;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.elementor-shortcode .product-remove .remove:hover {
    background-color: #e74c3c !important;
    color: #fff !important;
    transform: scale(1.1);
}

/* ===== BOTTONI ===== */
.elementor-shortcode .actions .button,
.elementor-shortcode .button[name="apply_coupon"],
.elementor-shortcode .checkout-button,
.elementor-shortcode .wc-forward {
    background: linear-gradient(135deg, #a8ad00, #8f9400) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease;
}
.elementor-shortcode .actions .button:hover:not(:disabled),
.elementor-shortcode .button[name="apply_coupon"]:hover,
.elementor-shortcode .checkout-button:hover,
.elementor-shortcode .wc-forward:hover {
    background: linear-gradient(135deg, #8f9400, #7a7d00) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(168,173,0,0.4) !important;
}
.elementor-shortcode .actions .button:disabled {
    background: #bdc3c7 !important;
    color: #7f8c8d !important;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* ===== INPUT FOCUS ===== */
.elementor-shortcode .coupon .input-text:focus,
.elementor-shortcode .qty:focus {
    border-color: #a8ad00 !important;
    box-shadow: 0 0 0 3px rgba(168,173,0,0.15) !important;
    outline: none;
}

/* ===== LINK PRODOTTO ===== */
.elementor-shortcode .product-name a:hover {
    color: #a8ad00 !important;
}

/* ===== THEAD PREMIUM ===== */
.elementor-shortcode .wpr-shop-table.cart thead tr,
.elementor-shortcode .shop_table.cart thead tr {
    background: linear-gradient(135deg, #a8ad00 0%, #8f9400 100%) !important;
}
.elementor-shortcode .wpr-shop-table.cart thead th,
.elementor-shortcode .shop_table.cart thead th {
    background: transparent !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 18px 20px !important;
    border: none !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.elementor-shortcode .wpr-shop-table.cart thead th:hover,
.elementor-shortcode .shop_table.cart thead th:hover {
    background: rgba(255,255,255,0.15) !important;
    transition: background 0.2s ease;
}

/* ===== TABELLA TOTALI ===== */
.elementor-shortcode .cart_totals .shop_table {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid #f1f3f4;
    margin-bottom: 24px;
}
.elementor-shortcode .cart_totals .shop_table tr {
    border-bottom: 1px solid #f1f3f4;
}
.elementor-shortcode .cart_totals .shop_table tr:last-child {
    border-bottom: none;
}
.elementor-shortcode .cart_totals .shop_table th {
    font-weight: 600;
    color: #2c3e50;
    padding: 16px 24px;
    font-size: 15px;
    text-align: left;
}
.elementor-shortcode .cart_totals .shop_table td {
    font-weight: 500;
    color: #2c3e50;
    padding: 16px 24px;
    font-size: 15px;
    text-align: right;
}
.elementor-shortcode .cart_totals .cart-subtotal th,
.elementor-shortcode .cart_totals .cart-subtotal td {
    color: #34495e;
}
.elementor-shortcode .cart_totals .order-total {
    background: linear-gradient(90deg, rgba(168,173,0,0.06) 0%, transparent 100%);
}
.elementor-shortcode .cart_totals .order-total th {
    font-weight: 700;
    font-size: 18px;
    color: #a8ad00;
    letter-spacing: 0.5px;
}
.elementor-shortcode .cart_totals .order-total td {
    font-weight: 700;
    font-size: 22px;
    color: #2c3e50;
}
.elementor-shortcode .cart_totals .woocommerce-Price-amount {
    font-feature-settings: "tnum" 1;
}

/* ========================================
   MOBILE - iPhone Ottimizzato
   ======================================== */
@media screen and (max-width: 768px) {

    /* Nascondi thead */
    .elementor-shortcode .wpr-shop-table.cart thead,
    .elementor-shortcode .shop_table.cart thead {
        display: none !important;
    }

    /* Tabella e tbody → block */
    .elementor-shortcode .wpr-shop-table.cart,
    .elementor-shortcode .shop_table.cart,
    .elementor-shortcode .wpr-shop-table.cart tbody,
    .elementor-shortcode .shop_table.cart tbody {
        display: block !important;
        width: 100% !important;
    }

    /* Card prodotto con grid */
    .elementor-shortcode .woocommerce-cart-form__cart-item.cart_item {
        display: grid !important;
        grid-template-columns: 90px 1fr !important;
        grid-template-rows: auto auto auto auto !important;
        grid-template-areas:
            "del    del"
            "img    name"
            "img    price"
            "img    qty"
            "sub    sub" !important;
        gap: 8px 16px !important;
        padding: 20px !important;
        border: 1px solid #e9ecef !important;
        border-radius: 16px !important;
        margin: 0 0 16px 0 !important;
        background: #fff !important;
        box-shadow: 0 6px 24px rgba(0,0,0,0.08) !important;
    }

    /* Reset celle */
    .elementor-shortcode .woocommerce-cart-form__cart-item.cart_item td {
        display: block !important;
        padding: 0 !important;
        border: none !important;
        width: auto !important;
        overflow: visible !important;
    }

    /* Remove → riga intera top */
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-remove {
        grid-area: del !important;
        display: flex !important;
        justify-content: flex-end !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #f1f3f4 !important;
    }
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-remove .remove {
        font-size: 20px !important;
    }

    /* Thumbnail */
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-thumbnail {
        grid-area: img !important;
        display: flex !important;
        align-items: flex-start !important;
        padding-top: 4px !important;
    }
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-thumbnail img {
        width: 80px !important;
        height: 80px !important;
        object-fit: cover !important;
        border-radius: 12px !important;
        display: block !important;
    }

    /* Nome */
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-name {
        grid-area: name !important;
        display: flex !important;
        align-items: center !important;
    }
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-name a {
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #2c3e50 !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }

    /* Prezzo unitario */
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-price {
        grid-area: price !important;
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        font-size: 14px !important;
        color: #7f8c8d !important;
    }
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-price::before {
        content: attr(data-title) ": " !important;
        font-size: 13px !important;
        color: #aaa !important;
    }

    /* Quantità */
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-quantity {
        grid-area: qty !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-quantity::before {
        content: "Q.tà: " !important;
        font-size: 13px !important;
        color: #aaa !important;
    }
    .elementor-shortcode .qty {
        width: 68px !important;
        height: 44px !important;
        border: 2px solid #dee2e6 !important;
        border-radius: 10px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }

    /* Subtotale → riga intera bottom */
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-subtotal {
        grid-area: sub !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding-top: 12px !important;
        margin-top: 4px !important;
        border-top: 1px solid #f1f3f4 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #a8ad00 !important;
    }
    .elementor-shortcode .woocommerce-cart-form__cart-item .product-subtotal::before {
        content: "Totale: " !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #7f8c8d !important;
    }

    /* ===== AZIONI MOBILE ===== */
    .elementor-shortcode .woocommerce-cart-form__cart-item ~ tr td {
        display: block !important;
        padding: 16px 0 !important;
        border: none !important;
    }
    .elementor-shortcode .coupon {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-bottom: 12px !important;
    }
    .elementor-shortcode .coupon label {
        font-weight: 600 !important;
        font-size: 14px !important;
        color: #2c3e50 !important;
    }
    .elementor-shortcode .coupon .input-text {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 16px !important;
        border-radius: 10px !important;
        border: 2px solid #dee2e6 !important;
        font-size: 16px !important;
    }
    .elementor-shortcode .coupon .button,
    .elementor-shortcode .button[name="update_cart"] {
        width: 100% !important;
        text-align: center !important;
        padding: 15px !important;
        font-size: 15px !important;
        border-radius: 10px !important;
        margin-bottom: 8px !important;
        display: block !important;
    }

    /* ===== TOTALI MOBILE ===== */
    .elementor-shortcode .cart_totals .shop_table th,
    .elementor-shortcode .cart_totals .shop_table td {
        padding: 16px 20px !important;
        font-size: 16px !important;
    }
    .elementor-shortcode .cart_totals .order-total th {
        font-size: 17px !important;
    }
    .elementor-shortcode .cart_totals .order-total td {
        font-size: 20px !important;
    }
    .elementor-shortcode .checkout-button,
    .elementor-shortcode .wc-forward {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
        padding: 18px !important;
        font-size: 17px !important;
        border-radius: 12px !important;
        margin-top: 8px !important;
    }
}

@media screen and (min-width: 769px) {
    .elementor-shortcode .coupon label[for="coupon_code"] {
        padding-right: 380px !important;
    }
}


.elementor-shortcode .button[name="update_cart"] {
margin-top: 2rem;
}/* End custom CSS */