#infinite-footer .blog-credits {
    color: #888;
    font-size: 12px;
    text-align: right;
    display: none;
}

#infinite-footer .blog-info {
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
    display: none;
}
.img-margen {
  margin: 0 20px 10px 0;
  float: left;
  max-width: 150px;
}
.woocommerce-cart-form .product-thumbnail {
  display: none;
}
.menu-new {
  background-color: #d44f4f;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
.etiqueta-nuevo {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #db9f1e;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 20px;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.elementor-widget-container {
  position: relative;
}
.responsive-img img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block;
}
/* --- SINGLE PRODUCT: ESTILOS BÁSICOS BOOKS&ROL --- */

/* Contenedor más limpio y centrado */
.single-product .product {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Título del producto: sin cursiva y en negro */
.single-product .product_title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(32px, 4vw, 42px);
  color: #000000;
  margin-bottom: 0.5rem;
}

/* Precio: tamaño y color brand */
.single-product .summary .price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6b70b5;
  margin-bottom: 1rem;
}

/* Descripción corta: un poco más agradable de leer */
.single-product .summary .woocommerce-product-details__short-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Botón Añadir al carrito: estilo Books&Rol */
.single-product .summary .single_add_to_cart_button {
  background-color: #ad1e63;
  border-radius: 999px;
  padding: 0.75rem 1.8rem;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.single-product .summary .single_add_to_cart_button:hover {
  background-color: #6b70b5;
}

/* Quitar SKU, categorías, etiquetas (meta) si quedan feos */
.single-product .product .product_meta {
  display: none;
}

/* Tabs de descripción / valoraciones más finos */
.single-product .woocommerce-tabs ul.ta