/* UPSEX_PRODUCT_BREADCRUMB_HOME_MOBILE_V1_START */
@media screen and (max-width:767px){

    /*
     * El ícono Font Awesome se rompe en móvil.
     * Se oculta solo ese glifo y se usa un SVG independiente.
     */
    html body.product-product
    .txp-v132-breadcrumb
    a:first-child{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        gap:8px!important;
    }

    html body.product-product
    .txp-v132-breadcrumb
    a:first-child
    > i.fa-home{
        display:none!important;
        visibility:hidden!important;
        width:0!important;
        height:0!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
    }

    html body.product-product
    .txp-v132-breadcrumb
    a:first-child::before{
        content:""!important;
        display:block!important;
        flex:0 0 19px!important;
        width:19px!important;
        height:19px!important;
        margin:0!important;
        padding:0!important;

        background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23B88A00' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.5 10.5V21h13V10.5'/%3E%3Cpath d='M9.5 21v-6h5v6'/%3E%3C/svg%3E")!important;
        background-repeat:no-repeat!important;
        background-position:center!important;
        background-size:contain!important;

        font-family:initial!important;
        line-height:1!important;
    }
}
/* UPSEX_PRODUCT_BREADCRUMB_HOME_MOBILE_V1_END */
