.elementor-53 .elementor-element.elementor-element-3961068c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-3961068c *//* ==============================
   Carrello verticale lista prodotti
============================== */
.wp-block-woocommerce-cart {
    font-family: 'Figtree', sans-serif;
    color: #232323;
    background-color: white;
    padding: 20px;
}

.wp-block-cart-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wp-block-cart-items__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.wp-block-cart-item__product {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wp-block-components-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 5px;
}

.wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wc-block-components-quantity-.elementor-53 .elementor-element.elementor-element-3961068c {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wc-block-components-quantity-.elementor-53 .elementor-element.elementor-element-3961068c__input {
    width: 50px;
    padding: 5px;
    border: 1px solid #232323;
    border-radius: 4px;
    text-align: center;
    color: #232323;
    background: #f4f4f4;
}

.wc-block-components-quantity-.elementor-53 .elementor-element.elementor-element-3961068c__button {
    background: #9e7320;
    color: #fff;
    border: none;
    padding: 0 8px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
}

.wc-block-components-quantity-.elementor-53 .elementor-element.elementor-element-3961068c__button:hover {
    background: white;
}

/* Prezzo a destra */
.wc-block-cart-item__total {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    margin-left: 20px;
    white-space: nowrap;
}

/* X rimuovi prodotto */
.wc-block-cart-item__remove-link {
    font-size: 20px;
    font-weight: bold;
    color: #9e7320;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 20px;
    transition: color 0.2s;
}

.wc-block-cart-item__remove-link:hover {
    color: #7a5916;
}

/* Sidebar Totale carrello */
.wp-block-woocommerce-cart-totals-block {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
}

.wp-block-woocommerce-cart-totals-block h2 {
    font-size: 22px;
    font-weight: 600;
    color: #9e7320;
    margin-bottom: 15px;
}

.wc-block-components-totals-item__label {
    color: #232323;
    font-weight: 500;
}

.wc-block-components-totals-item__value {
    color: #232323;
    font-weight: 600;
    font-size: 18px;
}

/* Procedi al pagamento */
.wc-block-cart__submit-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #9e7320;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s;
    margin-top: 20px;
}

.wc-block-cart__submit-button:hover {
    background-color: #7a5916;
}

/* Mobile */
@media (max-width: 768px) {
    .wp-block-cart-items__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .wc-block-cart-item__total,
    .wc-block-cart-item__remove-link {
        margin-left: 0;
        margin-top: 8px;
    }
}/* End custom CSS */