.elementor-13313 .elementor-element.elementor-element-bfcdd84.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-13313 .elementor-element.elementor-element-bfcdd84.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-13313 .elementor-element.elementor-element-bfcdd84.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-13313 .elementor-element.elementor-element-bfcdd84.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-1e4e44a0 *//* HERO SIMPLIFICADO */
.shop-hero {
  background: linear-gradient(135deg, #f5f0eb 0%, #faf8f5 100%);
  padding: 40px 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0d5ca;
}

.shop-hero .container {
  max-width: 1320px;
  margin: 0 auto;
}

.shop-hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.shop-subtitle {
  font-size: 16px;
  color: #C9A892;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.shop-description {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 600px;
  margin-bottom: 24px;
}

.shop-benefits {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.benefit {
  font-size: 14px;
  color: #C9A892;
  font-weight: 600;
}

@media (max-width: 768px) {
  .shop-hero h1 {
    font-size: 28px;
  }
  .shop-benefits {
    gap: 16px;
  }
}/* ========== FIX HERO ALIGNMENT ========== */

.shop-hero .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: block;
}

.shop-hero-content {
  width: 100%;
}

.shop-hero h1 {
  max-width: 100%;
}

.shop-description {
  max-width: 100% !important;
}

/* Asegurar que los benefits se vean bien */
.shop-benefits {
  width: 100%;
}/* End custom CSS */
/* Start custom CSS for woocommerce-products, class: .elementor-element-bfcdd84 *//* GRID DE PRODUCTOS - LIMPIO Y OPTIMIZADO */

/* Ocultar badges de oferta */
.woocommerce .product .onsale,
.woocommerce-page .product .onsale {
  display: none !important;
}

/* Tarjetas de producto */
.woocommerce ul.products li.product {
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  overflow: hidden;
  background: white;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.woocommerce ul.products li.product:hover {
  border-color: #C9A892;
  box-shadow: 0 8px 24px rgba(201, 168, 146, 0.2);
  transform: translateY(-4px);
}

/* Imagen del producto */
.woocommerce ul.products li.product img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.05);
}

/* Contenedor de texto */
.woocommerce ul.products li.product > *:not(.product-image) {
  padding: 16px;
}

/* Título del producto */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 600;
  color: #2E2E2E;
  margin: 0 0 8px 0;
  line-height: 1.4;
  display: block;
}

/* Precio */
.woocommerce ul.products li.product .price {
  color: #C9A892 !important;
  font-weight: 700;
  font-size: 14px;
  margin: 8px 0 12px 0;
  display: block;
}

/* Botón "Seleccionar opciones" */
.woocommerce ul.products li.product .button {
  background: #C9A892 !important;
  color: white !important;
  border: none !important;
  padding: 10px 16px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease !important;
  letter-spacing: 0.5px !important;
  display: block !important;
}

.woocommerce ul.products li.product .button:hover {
  background: #B8987F !important;
  transform: translateY(-2px) !important;
}

/* Grid spacing */
.woocommerce ul.products {
  grid-gap: 24px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b3c73f0 *//* ========== NEWSLETTER MEJORADO ========== */

.newsletter-tienda {
  background: linear-gradient(135deg, #f5f0eb 0%, #faf8f5 100%);
  padding: 60px 20px;
  margin: 60px 0 40px 0;
  width: 100%;
}

.newsletter-inner {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-tienda h3 {
  font-size: 32px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 12px;
}

.newsletter-tienda p {
  font-size: 15px;
  color: #666;
  margin-bottom: 28px;
}

.newsletter-form {
  display: flex;
  gap: 0;
  justify-content: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.newsletter-form input {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  min-width: 300px;
  background: #fff;
}

.newsletter-form input:focus {
  outline: none;
  border-color: #C9A892;
}

.newsletter-form button {
  background: #C9A892;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 0 4px 4px 0;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
}

.newsletter-form button:hover {
  background: #B89680;
}

.newsletter-note {
  font-size: 12px;
  color: #999;
  font-weight: 300;
}

@media (max-width: 768px) {
  .newsletter-form {
    flex-direction: column;
    gap: 10px;
  }
  
  .newsletter-form input,
  .newsletter-form button {
    border-radius: 4px;
    width: 100%;
    min-width: auto;
  }
  
  .newsletter-tienda h3 {
    font-size: 24px;
  }
}/* End custom CSS */