/* Botón PedidosYa en menú (entregas inmediatas) */
.header-navigation .menu > li.btn-pedidosya > a{
  background:#fa0050;color:#fff !important;font-weight:800;
  border-radius:999px;padding:8px 16px !important;margin-left:8px;
  line-height:1.2;white-space:nowrap;transition:background .15s, transform .15s;
}
.header-navigation .menu > li.btn-pedidosya > a:hover{background:#d80045;transform:translateY(-1px);}
.mobile-navigation ul li.btn-pedidosya > a{
  background:#fa0050;color:#fff !important;font-weight:800;
  border-radius:8px;margin:10px 0;padding:12px 16px !important;text-align:center;justify-content:center;
}
/* Hover del botón PedidosYa siempre blanco */
.header-navigation .menu > li.btn-pedidosya > a,
.header-navigation .menu > li.btn-pedidosya > a:hover,
.header-navigation .menu > li.btn-pedidosya > a:focus,
.mobile-navigation ul li.btn-pedidosya > a:hover{color:#fff !important;}

/* cdb-pya-fix: alineación franja PedidosYa en home */
.cdb-pya .cdb-pya-txt{margin:0 !important;padding:0;}
.cdb-pya .cdb-pya-in{align-items:center;}
.cdb-pya .cdb-pya-btn{line-height:1.2;}
/* Títulos de producto: hasta 3 líneas, sin cortes */
body ul.products li.product .woocommerce-loop-product__title {
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  -webkit-line-clamp: 3 !important;
  max-height: none !important;
  min-height: calc(1.35em * 3) !important; /* todas las tarjetas quedan alineadas */
  margin: 0 0 8px !important;
  box-sizing: content-box !important;
}
body ul.products li.product .woocommerce-loop-product__title a {
  display: inline !important; /* para que aparezcan los "…" si algo no entra */
}
@media(max-width:600px){.cdb-pya{padding:14px 16px;}.cdb-pya .cdb-pya-in{gap:8px;}}