.elementor-715 .elementor-element.elementor-element-805f0b4{--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;--margin-top:-550px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:500px;--padding-left:0px;--padding-right:0px;}.elementor-715 .elementor-element.elementor-element-805f0b4:not(.elementor-motion-effects-element-type-background), .elementor-715 .elementor-element.elementor-element-805f0b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ux.orzn.idwow.it/wp-content/uploads/2025/09/5-1-scaled.png");background-position:0px 900px;background-size:cover;}.elementor-715 .elementor-element.elementor-element-7426ba7{--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-715 .elementor-element.elementor-element-a4d6b31 > .elementor-widget-container{margin:050px 0px 0px 0px;}.elementor-715 .elementor-element.elementor-element-a4d6b31{text-align:center;}.elementor-715 .elementor-element.elementor-element-2ad7d827{--display:flex;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-715 .elementor-element.elementor-element-87485c1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-715 .elementor-element.elementor-element-805f0b4:not(.elementor-motion-effects-element-type-background), .elementor-715 .elementor-element.elementor-element-805f0b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-715 .elementor-element.elementor-element-805f0b4:not(.elementor-motion-effects-element-type-background), .elementor-715 .elementor-element.elementor-element-805f0b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}.elementor-715 .elementor-element.elementor-element-2ad7d827{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-715 .elementor-element.elementor-element-87485c1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 20px 20px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-87485c1 *//* ================== GENERALE ================== */

/* Nascondi titoli h2 */
.elementor-715 .elementor-element.elementor-element-87485c1 h2 {
    display: none;
}

/* Titoli della tabella wishlist */
.woocommerce .wishlist_table th span.nobr {
    font-size: 16px;  
    font-weight: 600; 
}

/* Testo generico dei prodotti e altri elementi */
.woocommerce .yith-wcwl-wrapper,
.woocommerce .wishlist-title-container,
.woocommerce .wishlist-title-container h2,
.woocommerce .wishlist-items-wrapper,
.woocommerce .wishlist-items-wrapper td,
.woocommerce .wishlist-items-wrapper a,
.woocommerce .yith-wcwl-wishlist-footer,
.woocommerce .yith-wcwl-share {
    font-size: 16px;
}

/* ================== MOBILE SOLO ================== */
@media (max-width: 768px) {

    /* Riduce margine tra titolo wishlist e contenuto */
    .woocommerce .wishlist-title-container {
        margin-bottom: 10px;
    }

    /* Ogni prodotto diventa card verticale centrata */
    .woocommerce .wishlist_table li .item-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    /* Dettagli principali del prodotto: linea sotto */
    .woocommerce .wishlist_table li .item-wrapper > .item-details {
        border-bottom: 2px solid #eee;
        padding-bottom: 15px;
        width: 100%;
    }

    /* Thumbnail prodotto centrata */
    .woocommerce .wishlist_table li .product-thumbnail {
        width: 100%;
        max-width: 100px;
        margin-bottom: 10px;
    }
    .woocommerce .wishlist_table li .product-thumbnail img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    /* Nome prodotto e link */
    .woocommerce .wishlist_table li .product-name h3 {
        font-size: 15px;
        margin: 0 0 4px 0;
        line-height: 1.2;
    }
    .woocommerce .wishlist_table li .product-name h3 a {
        font-size: 14px;
    }

    /* Tabella dettagli prodotto (prezzo, varianti) */
    .woocommerce .wishlist_table li .item-details-table {
        width: 100%;
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
    }

    /* Sezione aggiuntiva (disponibilità, pulsanti, ecc.) */
    .woocommerce .wishlist_table li .additional-info-wrapper {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    /* Disponibilità leggermente spostata verso sinistra */
    .woocommerce .wishlist_table li .wishlist-in-stock {
        position: relative;
        left: -20px; /* regola quanto vuoi spostarla */
        font-size: 14px;
        font-weight: 600;
        color: #555555;
    }

    /* Icona rimuovi prodotto (cestino) */
    .woocommerce .wishlist_table li .product-remove {
        display: block !important; /* forza visibilità su mobile */
    }
    .woocommerce .wishlist_table li .product-remove a {
        display: inline-flex !important;
        font-size: 14px;
        color: #555555; /* grigio scuro */
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        margin-top: 8px;
    }
    .woocommerce .wishlist_table li .product-remove a:hover {
        color: #333333;
    }
    .woocommerce .wishlist_table li .product-remove a i {
        font-size: 16px;
    }

    /* Titolo wishlist */
    .woocommerce .wishlist-title-container h2 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
        text-align: center;
    }

    /* Sezione condivisione */
    .woocommerce .yith-wcwl-share h4 {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: center;
    }
    .woocommerce .yith-wcwl-share ul li a {
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 3px;
    }
}/* End custom CSS */