.elementor-2813 .elementor-element.elementor-element-075dd5d{--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;--padding-top:5%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}/* Start custom CSS for shortcode, class: .elementor-element-be6ef33 *//* =========================================================
   FIX WISHLIST · BOTÓN SIN TEXTO + ALINEACIÓN TABLA
   Pegar debajo del CSS anterior
   ========================================================= */

@media (min-width: 768px) {

    /* Filas más limpias y centradas */
    body.woocommerce-wishlist table.wishlist_table tbody tr {
        min-height: 150px !important;
    }

    body.woocommerce-wishlist table.wishlist_table tbody td {
        vertical-align: middle !important;
        padding-top: 26px !important;
        padding-bottom: 26px !important;
    }

    /* Que la foto tenga espacio y se vea */
    body.woocommerce-wishlist table.wishlist_table td.product-thumbnail {
        width: 130px !important;
        min-width: 130px !important;
        text-align: center !important;
    }

    body.woocommerce-wishlist table.wishlist_table td.product-thumbnail a {
        display: inline-block !important;
        width: 92px !important;
        height: 116px !important;
    }

    body.woocommerce-wishlist table.wishlist_table td.product-thumbnail img {
        width: 92px !important;
        height: 116px !important;
        object-fit: cover !important;
        display: block !important;
    }

    /* Nombre con más espacio */
    body.woocommerce-wishlist table.wishlist_table td.product-name {
        min-width: 250px !important;
        width: 250px !important;
    }

    body.woocommerce-wishlist table.wishlist_table td.product-name a {
        font-size: 13px !important;
        line-height: 1.45 !important;
        letter-spacing: 0.08em !important;
        color: #111 !important;
    }

    /* Precio */
    body.woocommerce-wishlist table.wishlist_table td.product-price {
        min-width: 150px !important;
        width: 150px !important;
    }

    /* Stock */
    body.woocommerce-wishlist table.wishlist_table td.product-stock-status {
        min-width: 150px !important;
        width: 150px !important;
        text-align: center !important;
    }

    /* Columna botón más controlada */
    body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart {
        width: 230px !important;
        min-width: 230px !important;
        max-width: 230px !important;
        text-align: center !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    /* Botón más compacto y legible */
    body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a.button,
    body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a.add_to_cart_button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 190px !important;
        min-height: 42px !important;
        padding: 10px 16px !important;
        margin: 0 auto !important;
        background: transparent !important;
        border: 1px solid #6a0e3d !important;
        border-radius: 0 !important;
        color: #6a0e3d !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        letter-spacing: 0.13em !important;
        text-transform: uppercase !important;
        line-height: 1.2 !important;
        text-align: center !important;
        text-decoration: none !important;
        white-space: normal !important;
    }

    body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a.button:hover,
    body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a.add_to_cart_button:hover {
        background: #6a0e3d !important;
        color: #fff !important;
    }

    /* Ocultar icono raro */
    body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a.button i,
    body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a.add_to_cart_button i {
        display: none !important;
    }

    /* Añadir texto cuando el botón simple viene vacío */
    body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a.product_type_simple.add_to_cart_button::after {
        content: "Añadir al carrito";
        display: inline-block;
    }

    /* Evitar doble texto en variables */
    body.woocommerce-wishlist table.wishlist_table td.product-add-to-cart a.product_type_variable.add_to_cart_button::after {
        content: none !important;
    }

    /* Botón eliminar: morado, redondo, cruz blanca */
    body.woocommerce-wishlist table.wishlist_table td.product-remove {
        width: 72px !important;
        min-width: 72px !important;
        text-align: center !important;
    }

    body.woocommerce-wishlist table.wishlist_table td.product-remove a,
    body.woocommerce-wishlist table.wishlist_table td.product-remove a.remove,
    body.woocommerce-wishlist table.wishlist_table td.product-remove a.remove_from_wishlist {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        min-height: 36px !important;
        padding: 0 !important;
        margin: 0 auto !important;
        background: #6a0e3d !important;
        border: 0 !important;
        border-radius: 50% !important;
        color: #fff !important;
        font-size: 0 !important;
        line-height: 1 !important;
        text-decoration: none !important;
    }

    body.woocommerce-wishlist table.wishlist_table td.product-remove a::before,
    body.woocommerce-wishlist table.wishlist_table td.product-remove a.remove::before,
    body.woocommerce-wishlist table.wishlist_table td.product-remove a.remove_from_wishlist::before {
        content: "×";
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
    }

    body.woocommerce-wishlist table.wishlist_table td.product-remove a i {
        display: none !important;
    }

    body.woocommerce-wishlist table.wishlist_table td.product-remove a:hover {
        background: #4f0a2e !important;
        color: #fff !important;
    }
}
/* =========================================================
   FIX WISHLIST · BOTONES RRSS COMO EL PRIMER CSS
   Pegar debajo del CSS anterior
   ========================================================= */

body.woocommerce-wishlist .yith_wcwl_wishlist_footer {
    margin-top: 56px !important;
    padding-top: 28px !important;
    border-top: 1px solid rgba(106, 14, 61, 0.18) !important;
}

body.woocommerce-wishlist .yith-wcwl-share {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-wishlist .yith-wcwl-share-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #999 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}

body.woocommerce-wishlist .yith-wcwl-share ul {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.woocommerce-wishlist .yith-wcwl-share li,
body.woocommerce-wishlist .yith-wcwl-share .share-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
}

body.woocommerce-wishlist .yith-wcwl-share a,
body.woocommerce-wishlist .yith-wcwl-share a.facebook,
body.woocommerce-wishlist .yith-wcwl-share a.twitter,
body.woocommerce-wishlist .yith-wcwl-share a.pinterest,
body.woocommerce-wishlist .yith-wcwl-share a.email,
body.woocommerce-wishlist .yith-wcwl-share a.whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 1px solid rgba(106, 14, 61, 0.22) !important;
    border-radius: 50% !important;
    color: #6a0e3d !important;
    text-decoration: none !important;
    line-height: 1 !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

body.woocommerce-wishlist .yith-wcwl-share a:hover,
body.woocommerce-wishlist .yith-wcwl-share a.facebook:hover,
body.woocommerce-wishlist .yith-wcwl-share a.twitter:hover,
body.woocommerce-wishlist .yith-wcwl-share a.pinterest:hover,
body.woocommerce-wishlist .yith-wcwl-share a.email:hover,
body.woocommerce-wishlist .yith-wcwl-share a.whatsapp:hover {
    background: #6a0e3d !important;
    border-color: #6a0e3d !important;
    color: #fff !important;
}

body.woocommerce-wishlist .yith-wcwl-share svg {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    color: currentColor !important;
    fill: currentColor !important;
}

body.woocommerce-wishlist .yith-wcwl-share svg path,
body.woocommerce-wishlist .yith-wcwl-share svg g,
body.woocommerce-wishlist .yith-wcwl-share svg rect {
    fill: currentColor !important;
}

/* Responsive */
@media (max-width: 767px) {
    body.woocommerce-wishlist .yith-wcwl-share {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 14px !important;
    }

    body.woocommerce-wishlist .yith-wcwl-share ul {
        flex-wrap: wrap !important;
    }
}/* End custom CSS */