.elementor-3210 .elementor-element.elementor-element-2733026d{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3fb3c8a *//* =====================================================
   CARRELLO WOOCOMMERCE OIBEI
   ===================================================== */

/* Contenitore principale */

body.woocommerce-cart .woocommerce {
    max-width: 1280px;
    margin: 0 auto;
    padding: 45px 22px 80px;
    color: #1e251d;
}

/* Titolo della pagina */

body.woocommerce-cart h1.entry-title,
body.woocommerce-cart .page-title {
    position: relative;
    display: inline-block;
    margin-bottom: 42px;
    color: #1e251d !important;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}

body.woocommerce-cart h1.entry-title::after,
body.woocommerce-cart .page-title::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 74px;
    height: 5px;
    border-radius: 10px;
    background: linear-gradient(90deg, #f2b32d, #78a936);
}

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

body.woocommerce-cart form.woocommerce-cart-form table.shop_table {
    overflow: hidden;
    margin: 0;
    border: 1px solid #e5e8df !important;
    border-radius: 22px;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(37, 55, 25, 0.13);
    animation: oibei-cart-enter 0.5s ease both;
}

body.woocommerce-cart form.woocommerce-cart-form table.shop_table thead {
    background: linear-gradient(135deg, #f8faf5, #eef4e9);
}

body.woocommerce-cart form.woocommerce-cart-form table.shop_table th {
    padding: 20px 17px;
    border: 0;
    border-bottom: 1px solid #e5e8df;
    color: #53604f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.woocommerce-cart form.woocommerce-cart-form table.shop_table td {
    padding: 22px 17px;
    border: 0;
    border-bottom: 1px solid #e5e8df;
    vertical-align: middle;
}

body.woocommerce-cart tr.cart_item {
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

body.woocommerce-cart tr.cart_item:hover {
    background: #fbfcf8;
}

/* =====================================================
   IMMAGINE PRODOTTO
   ===================================================== */

body.woocommerce-cart td.product-thumbnail {
    width: 125px;
}

body.woocommerce-cart td.product-thumbnail img {
    width: 96px !important;
    height: 96px !important;
    padding: 6px;
    border: 1px solid #e5e8df;
    border-radius: 18px;
    background: #f8f7f1;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(42, 61, 30, 0.09);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

body.woocommerce-cart td.product-thumbnail a:hover img {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 16px 30px rgba(42, 61, 30, 0.16);
}

/* Nome prodotto */

body.woocommerce-cart td.product-name a {
    color: #1e251d !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

body.woocommerce-cart td.product-name a:hover {
    color: #78a936 !important;
}

/* Prezzi */

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
    color: #1e251d;
    font-size: 17px;
    font-weight: 700;
}

body.woocommerce-cart .woocommerce-Price-amount {
    color: #1e251d;
}

/* =====================================================
   PULSANTE RIMUOVI
   ===================================================== */

body.woocommerce-cart td.product-remove a.remove {
    display: flex;
    width: 38px;
    height: 38px;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0ed;
    color: #c84c3e !important;
    font-size: 22px;
    line-height: 1;
    transition: all 0.25s ease;
}

body.woocommerce-cart td.product-remove a.remove:hover {
    background: #c84c3e;
    color: #ffffff !important;
    transform: rotate(90deg) scale(1.08);
}

/* =====================================================
   QUANTITÀ
   ===================================================== */

body.woocommerce-cart .quantity .qty {
    width: 72px;
    min-height: 48px;
    border: 1px solid #ccd3c6;
    border-radius: 12px;
    background: #ffffff;
    color: #1e251d;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    box-shadow: inset 0 2px 4px rgba(25, 35, 20, 0.04);
}

body.woocommerce-cart .quantity .qty:focus {
    border-color: #78a936;
    outline: 3px solid rgba(120, 169, 54, 0.16);
}

/* =====================================================
   COUPON E AGGIORNAMENTO
   ===================================================== */

body.woocommerce-cart table.cart td.actions {
    padding: 20px !important;
    background: linear-gradient(135deg, #fafbf8, #f2f6ed);
}

body.woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 230px !important;
    min-height: 48px;
    padding: 0 15px;
    border: 1px solid #ccd3c6;
    border-radius: 12px;
    background: #ffffff;
    color: #1e251d;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
    border-color: #78a936;
    outline: 3px solid rgba(120, 169, 54, 0.14);
}

/* Pulsanti secondari */

body.woocommerce-cart .woocommerce button.button {
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    border-radius: 12px;
    background: #1e251d;
    color: #ffffff;
    font-weight: 700;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

body.woocommerce-cart .woocommerce button.button:hover {
    background: #4e7527;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(60, 92, 33, 0.2);
    transform: translateY(-2px);
}

body.woocommerce-cart .woocommerce button.button:disabled {
    background: #e2e4df;
    color: #9a9e96;
    opacity: 1;
}

/* =====================================================
   TOTALE CARRELLO
   ===================================================== */

body.woocommerce-cart .cart-collaterals {
    position: relative;
    margin-top: 55px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    float: none !important;
    width: 650px !important;
    max-width: 100%;
    margin-left: auto;
    padding: 34px;
    border: 1px solid #e5e8df;
    border-top: 6px solid #f2b32d;
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(242, 179, 45, 0.14),
            transparent 34%
        ),
        #ffffff;
    box-shadow: 0 24px 70px rgba(37, 55, 25, 0.13);
    animation: oibei-cart-enter 0.6s 0.1s ease both;
}

body.woocommerce-cart .cart_totals h2 {
    margin: 0 0 25px;
    color: #1e251d;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1px;
}

body.woocommerce-cart .cart_totals table.shop_table {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e5e8df !important;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
    padding: 17px 15px;
    border-color: #e5e8df;
    background: transparent;
}

body.woocommerce-cart .cart_totals table th {
    color: #535d50;
    font-weight: 700;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td,
body.woocommerce-cart .cart_totals .order-total .amount {
    color: #4e7527;
    font-size: 21px;
    font-weight: 800;
}

body.woocommerce-cart .shipping-calculator-button {
    color: #78a936 !important;
    font-weight: 700;
    text-decoration: none;
}

/* =====================================================
   PULSANTE CHECKOUT
   ===================================================== */

body.woocommerce-cart .wc-proceed-to-checkout {
    padding: 8px 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 20px 28px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        #78a936,
        #4e7527
    ) !important;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.2px;
    box-shadow: 0 16px 30px rgba(76, 116, 38, 0.28);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after {
    content: "→";
    display: inline-block;
    margin-left: 12px;
    transition: transform 0.25s ease;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: linear-gradient(
        135deg,
        #85b93c,
        #42651f
    ) !important;
    box-shadow: 0 20px 38px rgba(76, 116, 38, 0.38);
    transform: translateY(-3px);
}

body.woocommerce-cart
    .wc-proceed-to-checkout
    a.checkout-button:hover::after {
    transform: translateX(6px);
}

/* =====================================================
   CARRELLO VUOTO
   ===================================================== */

/* Nasconde prodotti consigliati e pulsante negozio */

body.woocommerce-cart:has(.cart-empty) .return-to-shop,
body.woocommerce-cart:has(.cart-empty) .products,
body.woocommerce-cart:has(.cart-empty) .wc-block-grid {
    display: none !important;
}

body.woocommerce-cart .cart-empty {
    position: relative;
    max-width: 850px;
    margin: 45px auto !important;
    padding: 75px 25px !important;
    border: 1px solid #e5e8df !important;
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 50% 0,
            rgba(242, 179, 45, 0.18),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            #ffffff,
            #f8f7f1
        ) !important;
    color: #1e251d !important;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 24px 70px rgba(37, 55, 25, 0.13);
}

body.woocommerce-cart .cart-empty::before {
    content: "✦";
    position: static;
    display: flex;
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242, 179, 45, 0.42);
    border-radius: 50%;
    background: #ffffff;
    color: #f2b32d;
    font-size: 34px;
    box-shadow: 0 14px 30px rgba(89, 99, 67, 0.12);
}

/* =====================================================
   ANIMAZIONE
   ===================================================== */

@keyframes oibei-cart-enter {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =====================================================
   TABLET E SMARTPHONE
   ===================================================== */

@media screen and (max-width: 768px) {
    body.woocommerce-cart .woocommerce {
        padding: 26px 14px 55px;
    }

    body.woocommerce-cart h1.entry-title,
    body.woocommerce-cart .page-title {
        margin-bottom: 34px;
        font-size: 38px;
        letter-spacing: -1px;
    }

    body.woocommerce-cart form.woocommerce-cart-form table.shop_table {
        border-radius: 16px;
    }

    body.woocommerce-cart td.product-thumbnail {
        display: block !important;
        width: 100%;
        text-align: center !important;
    }

    body.woocommerce-cart td.product-thumbnail::before {
        display: none;
    }

    body.woocommerce-cart td.product-thumbnail img {
        width: 115px !important;
        height: 115px !important;
    }

    body.woocommerce-cart table.cart td.actions .coupon {
        float: none !important;
        width: 100%;
    }

    body.woocommerce-cart table.cart td.actions .coupon .input-text,
    body.woocommerce-cart table.cart td.actions .coupon .button {
        width: 100% !important;
    }

    body.woocommerce-cart table.cart td.actions > button.button {
        width: 100%;
        margin-top: 10px;
    }

    body.woocommerce-cart .cart-collaterals {
        margin-top: 30px;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals {
        width: 100% !important;
        padding: 24px 18px;
        border-radius: 18px;
    }

    body.woocommerce-cart .cart_totals h2 {
        font-size: 30px;
    }

    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        padding: 18px 16px;
        font-size: 18px;
    }

    body.woocommerce-cart .cart-empty {
        padding: 55px 20px !important;
        border-radius: 20px;
        font-size: 24px;
    }
}

/* Accessibilità: disattiva animazioni se richiesto */

@media (prefers-reduced-motion: reduce) {
    body.woocommerce-cart *,
    body.woocommerce-cart *::before,
    body.woocommerce-cart *::after {
        animation: none !important;
        transition: none !important;
    }
}/* End custom CSS */