
    /* Rompe los bordes blancos superiores e inferiores de las pestañas en Ueeshop */
    .product-detail,
    .product-tabs,
    .tab-title,
    .tab-content,
    .detail-desc,
    .detail-item,
    [class*="product-info"],
    [class*="desc-wrapper"],
    [class*="tab-panel"] {
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
        box-shadow: none !important;
    }

    /* Si la plantilla usa líneas divisorias <hr> o bordes de separación, los vuelve negros */
    .product-detail hr,
    .product-tabs hr,
    #tarmex-seccion-stencil hr,
    [class*="separator"] {
        display: none !important;
        background-color: #000000 !important;
        border: none !important;
        height: 0 !important;
    }
