
        /* GP Quoter: catálogo — ocultar YITH/WCMMQ, estilizar CTA */

        /* Ocultar botones originales de YITH y WCMMQ */
        .woocommerce-card__header .yith-ywraq-add-to-quote,
        .woocommerce-card__header .yith-ywraq-add-button-container,
        .woocommerce-card__header .wcmmq-wrap {
            display: none !important;
        }

        /* Botón "Cotizar este producto" dentro del card Shoptimizer */
        .woocommerce-card__header a.button.gp-cotizar-btn {
            background: #111827 !important;
            color: #ffffff !important;
            border: none !important;
            border-radius: 6px !important;
            font-size: 13px !important;
            font-weight: 500 !important;
            letter-spacing: 0.3px !important;
            padding: 10px 16px !important;
            width: 100% !important;
            text-align: center !important;
            display: block !important;
            box-sizing: border-box !important;
            text-decoration: none !important;
            margin: 10px 0 0 0 !important;
            line-height: 1.4 !important;
            cursor: pointer !important;
        }
        .woocommerce-card__header a.button.gp-cotizar-btn:hover {
            background: #1f2937 !important;
            color: #ffffff !important;
        }
    