
    /* 1. DESTRUYE LAS LÍNEAS BLANCAS EN CUALQUIER DETALLE DE PRODUCTO */
    .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;
    }

    /* Oculta cualquier etiqueta de separación mecánica o línea <hr> residual */
    .product-detail hr,
    .product-tabs hr,
    [class*="separator"] {
        display: none !important;
        height: 0 !important;
        border: none !important;
    }

    /* 2. BLINDAJE EXTENDIDO DE FONDO NEGRO PARA LA LANDING DEL PRODUCTO */
    .product-detail,
    .product-detail *,
    .product-tabs,
    .product-tabs *,
    .tab-content,
    .tab-content *,
    .detail-desc,
    .detail-desc * {
        background-color: #000000 !important;
        background: #000000 !important;
    }

    /* 3. PROTECCIÓN EXCLUSIVA PARA LOS BOTONES NATIVOS DE COMPRA DE UEESHOP 
       (Evita que el fondo negro universal rompa el diseño del carrito de la tienda) */
    .product-info button,
    .product-info .btn,
    .product-info a,
    .product-info input,
    .product-info select,
    [class*="add-to-cart"],
    [class*="buy-now"],
    [class*="quantity"] {
        background-color: initial !important;
        background: initial !important;
        color: initial !important;
    }
