/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */



.product_meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

/* ==== Estilos del carrusel de productos ==== */

.ndc-carrusel {
  margin: 40px auto;
  width: 95%;
}

.ndc-item-producto {
  padding: 10px;
}

.ndc-card {
  background: #fff;
  border: 1px solid #eee !important;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  padding: 20px 15px 25px !Important;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.ndc-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.ndc-card img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.ndc-titulo-producto {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.ndc-card .price {
  display: block;
  color: #444;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Botón estilo "Ver más" */
.boton-ver-producto-relacionado {
  display: inline-block;
  background-color: #9b1c2e; /* rojo vino */
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 2px !Important;
  font-weight: 500;
  text-transform: none;
  transition: background-color 0.3s ease;
}

.boton-ver-producto-relacionado:hover {
  background-color: #7d1626;
}

.slick-prev:before, .slick-next:before {
  color: #9b1c2e;
  font-size: 26px;
}