.elementor-12883 .elementor-element.elementor-element-5cfdbc4.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-12883 .elementor-element.elementor-element-5cfdbc4.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-12883 .elementor-element.elementor-element-5cfdbc4.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-12883 .elementor-element.elementor-element-5cfdbc4.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-f0a1884 *//* ==========================================================================
   HERO SECTION (FULL WIDTH)
   ========================================================================== */

.shop-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(135deg, #f5f0eb 0%, #faf8f5 100%);
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0d5ca;
}

/* Contenedor interno para centrar el contenido */
.shop-hero .container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Tipografías y Elementos */
.shop-hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.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: 750px; /* Un poco más amplio para mejorar lectura en pantallas grandes */
  margin-bottom: 24px;
}

/* Estilos de la lista de beneficios */
.shop-benefits {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  list-style: none; /* Quita los puntos por defecto de la lista */
  padding: 0;
  margin: 0;
}

.benefit {
  font-size: 14px;
  color: #C9A892;
  font-weight: 600;
  display: flex;
  align-items: center;
}

/* Viñeta sutil antes de cada beneficio (opcional, reemplaza el check) */
.benefit::before {
  content: "•";
  margin-right: 8px;
  color: #C9A892;
}


/* ==========================================================================
   RESPONSIVE (MOBILE & TABLET)
   ========================================================================== */

@media (max-width: 768px) {
  /* Volver a ancho normal del flujo de la página */
  .shop-hero {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0;
  }

  .shop-hero h1 {
    font-size: 28px;
    letter-spacing: -0.5px;
  }

  .shop-subtitle {
    font-size: 14px;
  }

  .shop-description {
    font-size: 14px;
    line-height: 1.6;
  }

  .shop-benefits {
    gap: 12px;
    flex-direction: column; /* En móvil se lee mejor uno debajo del otro */
  }
}/* End custom CSS */
/* Start custom CSS for woocommerce-products, class: .elementor-element-5cfdbc4 *//* Mejorar producto cards */
.woocommerce ul.products li.product {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  background: #fff;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

/* Mejorar imágenes */
.woocommerce ul.products li.product img {
  transition: transform 0.4s ease;
  display: block;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.05);
}

/* Títulos de productos */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.4;
  padding: 0 12px;
}

/* Precios en nude */
.woocommerce ul.products li.product .price {
  color: #C9A892 !important;
  font-weight: 700;
  font-size: 15px;
  padding: 0 12px;
}

/* Botones mejorados */
.woocommerce ul.products li.product .button {
  background: #C9A892 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 16px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  margin: 12px;
  width: calc(100% - 24px);
}

.woocommerce ul.products li.product .button:hover {
  background: #B89680 !important;
  transform: translateY(-2px) !important;
}

/* Espaciado */
.woocommerce ul.products li.product-category {
  margin-bottom: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0131b99 */.newsletter-tienda {
  background: #f5f0eb;
  padding: 60px 0;
  margin: 40px 0;
  border-radius: 8px;
}

.newsletter-tienda h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 12px;
}

.newsletter-tienda p {
  font-size: 15px;
  color: #666;
  margin-bottom: 24px;
}

.newsletter-form {
  display: flex;
  gap: 0;
  max-width: 400px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}

.newsletter-form button {
  background: #C9A892;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 0 4px 4px 0;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: #B89680;
}/* End custom CSS */