/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.0-public-alpha.23.4.1758666573
Updated: 2025-09-23 17:29:33

*/

.tamano-producto {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  margin: 6px 0;
}

.woocommerce a.added_to_cart {
  display: none !important;
}

/* Oculta los mensajes de WooCommerce (ej: "View cart") */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: none !important;
}

/* Boton vaciar carrito  */
a.button.vaciar-carrito {
  display: inline-block;
  text-align: center;
  background: rgb(250, 140, 38);
  color: #fff !important;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(250, 140, 38, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

a.button.vaciar-carrito:hover {
  display: inline-block;
  text-align: center;
  background: rgb(250, 140, 38);
  color: #fff !important;
  border: none;
  border-radius: 10px !important;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(250, 140, 38, 0.4);
}

/* Estilo base para los botones de variación */
.cfvsw-swatches-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    line-height: 1.3;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: rgb(255, 255, 255);
    color: #666 !important;
    padding: 10px 18px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

/* Hover con efecto de escala y sombra más intensa */
.cfvsw-swatches-option:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Estado seleccionado (activo) */
.cfvsw-selected-swatch {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

