/* =========================================================
   BOTÓN SOLICITAR COTIZACIÓN – YITH
========================================================= */

.yith-ywraq-button,
.ywraq-link,
.yith-ywraq-add-to-quote a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  border-radius: 12px !important;
  text-transform: uppercase !important;
  background-color: #2e7d32 !important;
  color: #ffffff !important;
  display: inline-block !important;
  transition: all 0.3s ease;
}

.yith-ywraq-add-to-quote a:hover {
  background-color: #1b5e20 !important;
}

/* =========================================================
   REQUEST A QUOTE – SOLO FORMULARIO (PÁGINA REQUEST QUOTE)
========================================================= */

/* OCULTAR TODO LO RELACIONADO A PRODUCTOS */
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-pagination,
.page-numbers,
.load-more,
.loadmore,
.infinite-scroll-button {
  display: none !important;
}

/* Ocultar cards de productos */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: none !important;
}

/* Ocultar imágenes */
.woocommerce ul.products li.product img {
  display: none !important;
}

/* Ocultar títulos */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: none !important;
}

/* =========================================================
   YITH REQUEST A QUOTE – OCULTAR LISTADO COMPLETO
========================================================= */

.yith-ywraq-list,
.yith-ywraq-list-table,
.yith-ywraq-list-wrapper,
.yith-ywraq-list-products,
.yith-ywraq-list-products table,
.yith-ywraq-list-products tr,
.yith-ywraq-list-products td,
.yith-ywraq-list-products th,
.yith-ywraq-item-name,
.yith-ywraq-item-thumbnail,
.yith-ywraq-item-thumbnail img {
  display: none !important;
}

/* Ocultar encabezados de tabla */
.yith-ywraq-list thead {
  display: none !important;
}

/* =========================================================
   MANTENER SOLO EL FORMULARIO
========================================================= */

.yith-ywraq-form {
  display: block !important;
  margin-top: 0 !important;
}

/* Seguridad extra por si el theme fuerza estilos */
.yith-ywraq-wrapper ul,
.yith-ywraq-wrapper li {
  display: none !important;
}