/*
 Theme Name:   HeveaOutdoor Child
 Template:     astra
 Version:      1.0.0
 Description:  Tema hijo para personalizaciones de HeveaOutdoor sobre Astra.
 Author:       TuNombre
*/
/* General container */
.ficha-producto {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  font-family: 'Inter', sans-serif;
}

/* HERO */
.producto-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 4rem;
}

.producto-galeria {
  flex: 1 1 50%;
}

.producto-info {
  flex: 1 1 45%;
}

.producto-info h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.producto-info .woocommerce-Price-amount {
  font-size: 1.8rem;
  color: #5a5a5a;
}

.producto-info .woocommerce-product-rating {
  margin-bottom: 1rem;
}

.producto-info .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #444;
}

.producto-info form.cart {
  margin-bottom: 2rem;
}

/* Secciones */
.ficha-producto section {
  margin-bottom: 4rem;
}

.ficha-producto section h2 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
  color: #111;
}

/* Tabs WooCommerce */
.woocommerce-Tabs-panel {
  font-size: 1rem;
  line-height: 1.7;
}

/* Testimonios (puedes adaptar según plugin) */
.producto-testimonios blockquote {
  font-style: italic;
  border-left: 4px solid #95C11E;
  margin-left: 0;
  padding-left: 1rem;
  color: #333;
}

/* Formulario */
.producto-formulario {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 6px;
}

.producto-formulario h2 {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .producto-hero {
    flex-direction: column;
  }
}


/* Estilo de los tabs de WooCommerce */
.woocommerce-tabs {
  margin-top: 4rem;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
}

.woocommerce-tabs ul.tabs li {
  margin-right: 2rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7;
  font-weight: 600;
  cursor: pointer;
}

.woocommerce-tabs ul.tabs li.active {
  background-color: #fff;
  border-color: #ccc;
  border-bottom: 2px solid #fff;
}

.woocommerce-Tabs-panel {
  background-color: #fff;
  padding: 2rem;
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  font-size: 1.1rem;
  line-height: 1.7;
}


.woocommerce button.button.alt {
  margin-top: 20px !important;
  display: inline-block;
}
