#.boton-tienda {
#text-decoration:none;
#background-color:#a09785;
#}

#.boton-tienda:hover {
#background-color:#C19F8B;
#}

nav.woocommerce-breadcrumb {
    display: none;
}

.site-info {display:none}

.site-header-cart .cart-contents .count {
    opacity: 1;
}

.elementor-menu-cart__product-price {
    color: #201c1c;
}

a.cart-contents, .site-header-cart .widget_shopping_cart a {
    color: #ffffff;
		
}

.dropdown-toggle {
    color: #4c2c19;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    display: var(--view-cart-button-display,inline-block);
    color: #782323;
    padding: var(--view-cart-button-padding,15px);
    background-color: #b99369;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    display: var(--checkout-button-display,inline-block);
    color: var(--checkout-button-text-color,#fff);
    padding: var(--checkout-button-padding,15px);
    background-color: #b99369;
}

a.cart-contents, .site-header-cart .widget_shopping_cart a {
    color: #000000;
}

.right-sidebar .content-area {
    width: 100%;
    float: left;
    margin-right: 4.347826087%;
}

.sku_wrapper {display:none!important}



.site-header .site-branding img{
						max-width:300px;
            max-height: 240px !important;

}

/*
.storefront-primary-navigation {
    background-color: black;
}


*/
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 60px; /* Ajusta la altura mínima para los títulos */
    line-height: 1.2; /* Controla el espaciado entre líneas */
}

.woocommerce ul.products li.product .button {
    margin-top: auto; /* Empuja el botón hacia el final del contenedor */
}
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 

.storefront-primary-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff; /* Cambia este color si tu barra tiene un fondo distinto */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Añade una sombra si quieres */
}

.storefront-primary-navigation ul {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 60px; /* Ajusta este valor según la altura de tu barra */
}
.elementor-hidden-desktop,
.elementor-hidden-tablet,
.elementor-hidden-mobile {
    display: none !important;
}


/* Fuerza estilos en todas las páginas del widget de productos */
.eael-product-gallery ul.products,
.eael-product-gallery .products,
.woocommerce .eael-product-gallery ul.products,
.woocommerce-page .eael-product-gallery ul.products {
  position: static !important;
  height: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px;
}

.eael-product-gallery ul.products > li,
.eael-product-gallery .products > li {
  position: static !important;
  width: 23% !important; /* ajusta según diseño */
  margin: 0 !important;
}
	
	
	
	
	
	
	
	
	

  table.woocommerce-product-attributes.shop_attributes,
  table.woocommerce-product-attributes.shop_attributes th,
  table.woocommerce-product-attributes.shop_attributes td,
  table.woocommerce-product-attributes.shop_attributes tr,
  table.woocommerce-product-attributes.shop_attributes tbody,
  table.woocommerce-product-attributes.shop_attributes thead {
    font-family: "Poppins", sans-serif !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  table.woocommerce-product-attributes.shop_attributes {
    width: 100% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: transparent !important;
    margin-top: 16px !important;
  }

  table.woocommerce-product-attributes.shop_attributes th,
  table.woocommerce-product-attributes.shop_attributes td {
    padding: 12px 16px !important;
    border: 1px solid #e5e5e5 !important;
    font-size: 13px !important;
    color: #333 !important;
  }

  table.woocommerce-product-attributes.shop_attributes th {
    background: #dbe8d8 !important;
    font-weight: 600 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  table.woocommerce-product-attributes.shop_attributes td {
    background: #f3f5f1 !important;
    text-align: left !important;
  }

  /* Limpia cualquier color raro que meta el tema */
  table.woocommerce-product-attributes.shop_attributes tr,
  table.woocommerce-product-attributes.shop_attributes tr:nth-child(odd),
  table.woocommerce-product-attributes.shop_attributes tr:nth-child(even) {
    background: transparent !important;
  }

  /* Esquinas redondeadas */
  table.woocommerce-product-attributes.shop_attributes tr:first-child th {
    border-top-left-radius: 12px !important;
  }
  table.woocommerce-product-attributes.shop_attributes tr:first-child td {
    border-top-right-radius: 12px !important;
  }
  table.woocommerce-product-attributes.shop_attributes tr:last-child th {
    border-bottom-left-radius: 12px !important;
  }
  table.woocommerce-product-attributes.shop_attributes tr:last-child td {
    border-bottom-right-radius: 12px !important;
  }


	
selector .tabs {
  display: none !important;
}

selector .woocommerce-Tabs-panel--description,
selector .woocommerce-Tabs-panel--additional_information {
  display: none !important;
}

selector .woocommerce-Tabs-panel--reviews {
  display: block !important;
}

#reviews .woocommerce-Reviews-title {
  display: none !important;
}



/* Estrellas rellenas completamente negras */
body .woocommerce div.product .star-rating span::before {
    color: #000000 !important;
}

/* Estrellas vacías en gris claro */
body .woocommerce div.product .star-rating::before {
    color: #cccccc !important;
}

/* Aumentar tamaño */
body .woocommerce div.product .star-rating,
body .woocommerce div.product .star-rating::before,
body .woocommerce div.product .star-rating span::before {
    font-size: 22px !important;
    line-height: 1;
}

/* Romper la caja de Storefront y ampliar TODA la web a 1400px */
.col-full {
    max-width: 1400px !important;
    width: 100% !important;
}

	
	/* Franja full-width que rompe el contenedor */
.vetro-fullbleed {
  position: relative;
  width: 100vw;          /* ocupa todo el ancho de la ventana */
  left: 50%;
  right: 50%;
  margin-left: -50vw;    /* la sacamos del centro del contenedor */
  margin-right: -50vw;
}

/* Quitar límites internos de Elementor en ese contenedor */
.vetro-fullbleed.e-con {
  --container-max-width: 100vw !important;
  max-width: 100vw !important;
}



