.elementor-470 .elementor-element.elementor-element-6f588408{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-470 .elementor-element.elementor-element-46c8cbb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-06120c0 */@import url('https://fonts.googleapis.com/css2?family=Anton&amp;family=Montserrat:wght@400;500;600;700;800;900&amp;display=swap');

:root {
  --aupa-orange: #FF9F3C;
  --aupa-blue: #62B6DE;
  --aupa-text: #333333;
  --aupa-white: #ffffff;
  --aupa-soft-blue: rgba(98, 182, 222, 0.12);
  --aupa-soft-orange: rgba(255, 159, 60, 0.12);
}

/* FONDO GENERAL DEL CARRITO */
body.woocommerce-cart {
  background: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* CONTENEDOR PRINCIPAL */
body.woocommerce-cart .site-main,
body.woocommerce-cart .content-area,
body.woocommerce-cart main {
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 70px 5% !important;
}

/* TÍTULO CARRITO */
body.woocommerce-cart h1,
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title {
  font-family: 'Anton', sans-serif !important;
  font-size: clamp(48px, 7vw, 90px) !important;
  line-height: 1.02 !important;
  font-weight: 400 !important;
  color: var(--aupa-orange) !important;
  text-align: center !important;
  margin-bottom: 36px !important;
}

/* MENSAJE SUPERIOR SOLIDARIO */
body.woocommerce-cart .woocommerce::before {
  content: "Tu compra ayuda a seguir acompañando a niños, niñas y familias.";
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 36px;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--aupa-soft-blue);
  color: var(--aupa-text);
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}

/* TABLA DEL CARRITO COMO TARJETA */
body.woocommerce-cart table.shop_table {
  border: 2px solid rgba(98, 182, 222, 0.18) !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

/* CABECERA TABLA */
body.woocommerce-cart table.shop_table thead {
  background: var(--aupa-blue) !important;
}

body.woocommerce-cart table.shop_table th {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  padding: 22px 18px !important;
  border: none !important;
}

/* CELDAS */
body.woocommerce-cart table.shop_table td {
  border-top: 1px solid rgba(98, 182, 222, 0.14) !important;
  padding: 22px 18px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--aupa-text) !important;
  vertical-align: middle !important;
}

/* IMAGEN PRODUCTO */
body.woocommerce-cart table.cart img {
  width: 95px !important;
  height: 95px !important;
  object-fit: cover !important;
  border-radius: 22px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08) !important;
}

/* NOMBRE PRODUCTO */
body.woocommerce-cart td.product-name a {
  font-family: 'Anton', sans-serif !important;
  font-size: 26px !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  color: var(--aupa-blue) !important;
  text-decoration: none !important;
}

body.woocommerce-cart td.product-name a:hover {
  color: var(--aupa-orange) !important;
}

/* PRECIO Y SUBTOTAL */
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
  color: var(--aupa-orange) !important;
  font-weight: 900 !important;
}

/* BOTÓN ELIMINAR */
body.woocommerce-cart a.remove {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(255, 159, 60, 0.14) !important;
  color: var(--aupa-orange) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

body.woocommerce-cart a.remove:hover {
  background: var(--aupa-orange) !important;
  color: #ffffff !important;
  transform: scale(1.08);
}

/* CANTIDAD */
body.woocommerce-cart .quantity input.qty {
  width: 78px !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  border: 2px solid rgba(98, 182, 222, 0.24) !important;
  background: #ffffff !important;
  color: var(--aupa-text) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

/* CUPÓN */
body.woocommerce-cart .coupon {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

body.woocommerce-cart .coupon input.input-text {
  min-height: 52px !important;
  min-width: 230px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  border: 2px solid rgba(98, 182, 222, 0.24) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

/* BOTONES GENERALES */
body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button,
body.woocommerce-cart .checkout-button {
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: var(--aupa-orange) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0 28px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow: 0 14px 28px rgba(255, 159, 60, 0.26) !important;
  transition: all 0.3s ease !important;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart .checkout-button:hover {
  background: var(--aupa-blue) !important;
  color: #ffffff !important;
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(98, 182, 222, 0.28) !important;
}

/* BOTÓN ACTUALIZAR CARRITO DESACTIVADO */
body.woocommerce-cart button.button:disabled,
body.woocommerce-cart button.button:disabled[disabled] {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* TOTALES DEL CARRITO */
body.woocommerce-cart .cart-collaterals {
  margin-top: 46px !important;
}

body.woocommerce-cart .cart_totals {
  width: 100% !important;
  max-width: 520px !important;
  padding: 34px !important;
  border-radius: 34px !important;
  background: #ffffff !important;
  border: 2px solid rgba(255, 159, 60, 0.20) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06) !important;
  position: relative !important;
  overflow: hidden !important;
}

body.woocommerce-cart .cart_totals::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -60px;
  top: -60px;
  border-radius: 999px;
  background: rgba(255, 159, 60, 0.12);
  z-index: 0;
}

body.woocommerce-cart .cart_totals h2 {
  position: relative;
  z-index: 2;
  font-family: 'Anton', sans-serif !important;
  font-size: 42px !important;
  line-height: 1.05 !important;
  font-weight: 400 !important;
  color: var(--aupa-blue) !important;
  margin: 0 0 20px !important;
}

/* TABLA DE TOTALES */
body.woocommerce-cart .cart_totals table {
  position: relative;
  z-index: 2;
  border: none !important;
  margin-bottom: 24px !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  border-top: 1px solid rgba(98, 182, 222, 0.14) !important;
  padding: 18px 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  color: var(--aupa-text) !important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  color: var(--aupa-orange) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

/* BOTÓN FINALIZAR COMPRA */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  min-height: 64px !important;
  font-size: 18px !important;
  margin-top: 12px !important;
  background: var(--aupa-orange) !important;
}

/* MENSAJES WOOCOMMERCE CORREGIDOS */
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  position: relative !important;
  border-radius: 24px !important;
  border-top: none !important;
  background: rgba(98, 182, 222, 0.10) !important;
  color: var(--aupa-text) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 18px 24px 18px 58px !important;
  margin-bottom: 24px !important;
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: none !important;
}

/* ICONO DEL MENSAJE WOOCOMMERCE */
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-error::before {
  position: absolute !important;
  left: 22px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

/* SI EL MENSAJE TIENE BOTÓN */
body.woocommerce-cart .woocommerce-message .button,
body.woocommerce-cart .woocommerce-info .button,
body.woocommerce-cart .woocommerce-error .button {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* CARRITO VACÍO */
body.woocommerce-cart .cart-empty {
  max-width: 760px;
  margin: 0 auto 24px !important;
  padding: 40px 32px !important;
  border-radius: 34px !important;
  background: rgba(98, 182, 222, 0.10) !important;
  color: var(--aupa-text) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

body.woocommerce-cart .return-to-shop {
  text-align: center !important;
}

/* RESPONSIVE TABLET */
@media (max-width: 1024px) {
  body.woocommerce-cart .site-main,
  body.woocommerce-cart .content-area,
  body.woocommerce-cart main {
    padding: 60px 5% !important;
  }

  body.woocommerce-cart table.cart img {
    width: 78px !important;
    height: 78px !important;
  }

  body.woocommerce-cart td.product-name a {
    font-size: 23px !important;
  }
}

/* RESPONSIVE MÓVIL */
@media (max-width: 767px) {
  body.woocommerce-cart .site-main,
  body.woocommerce-cart .content-area,
  body.woocommerce-cart main {
    padding: 45px 5% !important;
  }

  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-title,
  body.woocommerce-cart .page-title {
    font-size: clamp(42px, 13vw, 64px) !important;
  }

  body.woocommerce-cart .woocommerce::before {
    font-size: 15px;
    border-radius: 22px;
    padding: 14px 20px;
  }

  body.woocommerce-cart table.shop_table {
    border-radius: 26px !important;
  }

  body.woocommerce-cart table.shop_table td {
    font-size: 15px !important;
    padding: 18px 12px !important;
  }

  body.woocommerce-cart table.cart img {
    width: 68px !important;
    height: 68px !important;
    border-radius: 18px !important;
  }

  body.woocommerce-cart td.product-name a {
    font-size: 21px !important;
  }

  body.woocommerce-cart .coupon {
    flex-direction: column !important;
  }

  body.woocommerce-cart .coupon input.input-text,
  body.woocommerce-cart .coupon button {
    width: 100% !important;
  }

  body.woocommerce-cart .cart_totals {
    max-width: 100% !important;
    padding: 26px 22px !important;
    border-radius: 28px !important;
  }

  body.woocommerce-cart .cart_totals h2 {
    font-size: 34px !important;
  }

  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px !important;
  }

  body.woocommerce-cart .woocommerce-message,
  body.woocommerce-cart .woocommerce-info,
  body.woocommerce-cart .woocommerce-error {
    font-size: 15px !important;
    padding: 16px 18px 16px 52px !important;
    border-radius: 22px !important;
  }

  body.woocommerce-cart .woocommerce-message::before,
  body.woocommerce-cart .woocommerce-info::before,
  body.woocommerce-cart .woocommerce-error::before {
    left: 20px !important;
    font-size: 17px !important;
  }
}/* End custom CSS */