.elementor-10943 .elementor-element.elementor-element-6e00ffbc{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overlay-opacity:0.5;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:9%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}.elementor-10943 .elementor-element.elementor-element-6e00ffbc:not(.elementor-motion-effects-element-type-background), .elementor-10943 .elementor-element.elementor-element-6e00ffbc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://bahiagpu.com/wp-content/uploads/2025/10/Diseno-sin-titulo-1.png");background-position:0% 58%;background-repeat:no-repeat;background-size:cover;}.elementor-10943 .elementor-element.elementor-element-6e00ffbc::before, .elementor-10943 .elementor-element.elementor-element-6e00ffbc > .elementor-background-video-container::before, .elementor-10943 .elementor-element.elementor-element-6e00ffbc > .e-con-inner > .elementor-background-video-container::before, .elementor-10943 .elementor-element.elementor-element-6e00ffbc > .elementor-background-slideshow::before, .elementor-10943 .elementor-element.elementor-element-6e00ffbc > .e-con-inner > .elementor-background-slideshow::before, .elementor-10943 .elementor-element.elementor-element-6e00ffbc > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-10943 .elementor-element.elementor-element-c7064c0{--display:flex;--justify-content:center;}.elementor-10943 .elementor-element.elementor-element-1c8b982d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -18px) 0px;}.elementor-10943 .elementor-element.elementor-element-1c8b982d .woocommerce-breadcrumb{color:#FFFFFF;font-size:30px;text-align:center;}.elementor-10943 .elementor-element.elementor-element-1c8b982d .woocommerce-breadcrumb > a{color:#B49429;}.elementor-10943 .elementor-element.elementor-element-b9c5c88{--display:flex;}.elementor-10943 .elementor-element.elementor-element-3e7a421 .elementor-button{background-color:var( --e-global-color-a689ee3 );font-weight:600;text-decoration:none;fill:#FFFFFF;color:#FFFFFF;}.elementor-10943 .elementor-element.elementor-element-3e7a421 .elementor-button:hover, .elementor-10943 .elementor-element.elementor-element-3e7a421 .elementor-button:focus{background-color:#8B711A;}body.elementor-page-10943:not(.elementor-motion-effects-element-type-background), body.elementor-page-10943 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:1366px){.elementor-10943 .elementor-element.elementor-element-6e00ffbc:not(.elementor-motion-effects-element-type-background), .elementor-10943 .elementor-element.elementor-element-6e00ffbc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 8px;}}@media(max-width:1024px){.elementor-10943 .elementor-element.elementor-element-6e00ffbc:not(.elementor-motion-effects-element-type-background), .elementor-10943 .elementor-element.elementor-element-6e00ffbc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-281px 0px;}.elementor-10943 .elementor-element.elementor-element-6e00ffbc{--padding-top:140px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-10943 .elementor-element.elementor-element-c7064c0{--margin-top:0px;--margin-bottom:0px;--margin-left:10px;--margin-right:10px;}}@media(max-width:767px){.elementor-10943 .elementor-element.elementor-element-6e00ffbc:not(.elementor-motion-effects-element-type-background), .elementor-10943 .elementor-element.elementor-element-6e00ffbc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-405px 0px;}.elementor-10943 .elementor-element.elementor-element-6e00ffbc{--padding-top:150px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-10943 .elementor-element.elementor-element-c7064c0{--margin-top:0px;--margin-bottom:0px;--margin-left:5px;--margin-right:5px;}.elementor-10943 .elementor-element.elementor-element-b9c5c88{--margin-top:5px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-10943 .elementor-element.elementor-element-6e00ffbc{--content-width:1290px;}}/* Start custom CSS for shortcode, class: .elementor-element-9e977ff *//* 🧾 Campo "Código de cupón" más angosto (reducido 50%) */
.woocommerce-cart .coupon input.input-text {
  width: 115px !important; /* Antes 230px → reducido a la mitad */
  min-width: 115px;
  padding: 10px 14px;
  font-size: 14px;
}

/* 📱 MEDIA QUERY: Ajustes para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .woocommerce-cart .coupon {
    display: flex;
    flex-direction: row; /* ✅ ahora se muestran lado a lado */
    justify-content: flex-start;
    align-items: center;
    gap: 8px; /* pequeño espacio entre input y botón */
    flex-wrap: nowrap; /* evita que se salte de línea */
  }

  .woocommerce-cart .coupon input.input-text {
    width: 50% !important; /* ocupa la mitad del ancho disponible */
    max-width: 130px; /* límite razonable */
    box-sizing: border-box;
    margin-bottom: 0; /* elimina espacio extra */
  }

  .woocommerce-cart .coupon button.button {
    width: auto !important;
    white-space: nowrap; /* evita que el texto del botón se corte */
    box-sizing: border-box;
    padding: 10px 14px;
  }

  .woocommerce-cart .actions .button {
    width: 100% !important;
    max-width: 200px;
    box-sizing: border-box;
  }
}


/* 🟡 Botón aplicar cupón */
.woocommerce-cart .coupon button.button {
  background-color: #caa636 !important; /* dorado BahíaGPU */
  color: #000 !important;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.woocommerce-cart .coupon button.button:hover {
  background-color: #e5c451 !important;
}

/* 💜 Botón "Ir a finalizar la compra" */
.woocommerce a.checkout-button,
.woocommerce button.checkout-button,
.woocommerce a.button.alt {
  background-color: #CBA424 !important;
  color: #000 !important;
  font-weight: 600;
  border-radius: 10px;
  padding: 16px 24px;
  text-transform: uppercase;
  transition: 0.25s ease;
}
.woocommerce a.checkout-button:hover,
.woocommerce button.checkout-button:hover,
.woocommerce a.button.alt:hover {
  background-color: #e5c451 !important;
}

/* 🤍 Texto "Total del carrito" blanco */
.woocommerce-cart .cart_totals h2 {
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* 💵 Subtotal / Total */
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table th {
  color: #f5f5f5;
}

/* 🖤 Fondo general del bloque de totales */
.woocommerce-cart .cart_totals {
  background-color: #111;
  border-radius: 12px;
  padding: 20px;
}

/* Nombres de los productos en color amarillo */
.woocommerce-cart table.shop_table td.product-name a {
  color: #e5c451 !important;
}

/* Icono de eliminar producto */
.woocommerce-cart table.shop_table .product-remove a {
  color: #e5c451 !important;
}
/* 🤍 Títulos del carrito (Producto / Precio / Cantidad / Subtotal) */
.woocommerce-cart table.shop_table th {
  color: #ffffff !important;
  font-weight: 600;
}

/* 🤍 Valores del carrito (precios, subtotales, cantidades) */
.woocommerce-cart table.shop_table td {
  color: #ffffff !important;
}

/* ✅ Asegura que los totales dentro de la tabla sigan siendo visibles */
.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table th {
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS *//* 🎨 Estilo BahíaGPU para mensajes de entrega en carrito y checkout */
.bahiagpu-mensaje-entrega {
  margin: 15px 0 25px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  background: #0d0d0d;
  border-left: 4px solid #CBA424;
  box-shadow: 0 0 12px rgba(203,164,36,0.25);
}

/* 🟢 STOCK INMEDIATO */
.bahiagpu-mensaje-entrega.stock {
  color: #CBA424;
  background: linear-gradient(90deg, #141414, #1e1e1e);
}

/* 🟡 ENCARGO */
.bahiagpu-mensaje-entrega.encargo {
  color: #ffffff;
  background: linear-gradient(90deg, #1a1a1a, #0d0d0d);
  border-left-color: #777;
}

/* ⚠️ MIXTO */
.bahiagpu-mensaje-entrega.mixto {
  color: #ffffff;
  background: linear-gradient(90deg, #2a2a2a, #111);
  border-left-color: #CBA424;
}/* End custom CSS */