/*
Theme Name: Flechando.cl
Version: 1.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");
/* Your awesome customization starts here */

/* Contenedor general */
.wtcpl_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #000000;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.wtcpl_category_nav {
  background: #000000;

}

/* Navegación de pestañas */
.wtcpl_category_nav ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  background: #000000;

}

.wtcpl_category_nav li a {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 30px;
  background: #000000;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid transparent;
}

.wtcpl_category_nav li a:hover,
.wtcpl_category_nav li a.active {
  background: #000000;
  color: #fff;
  border-color: #ff4b7d;
}

/* Contenedor de productos */
.product_content {
  padding: 10px;
  background: #000000;

}

/* Estilo del producto */
ul.products li.product {
  border: 1px solid #333;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  background: #000000;
  transition: box-shadow 0.3s ease;
}

ul.products li.product:hover {
  box-shadow: 0 8px 20px rgba(255, 75, 125, 0.2);
  background: #000000;

}

ul.products li.product img {
  border-radius: 8px;
}

/* Título del producto */
.woocommerce-loop-product__title {
  font-size: 1.1em;
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

#wtcpl_tabs_container , #nav-holder {

  background: #000000;

}

/* Precio */
.price {
  display: block;
  text-align: center;
  color: #ffbad4;
  font-size: 1em;
  margin-top: 10px;
}

/* Oferta */
.onsale {
  background: #ff4b7d;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.75em;
  font-weight: 700;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}
