.elementor-156 .elementor-element.elementor-element-6beda73b{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-156 .elementor-element.elementor-element-0da8b71 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-467675bf *//* === Botón principal "Finalizar compra" (verde) === */
.woocommerce .wc-proceed-to-checkout a.checkout-button{
  background:#28a745 !important;
  border-radius:25px !important;
  font-size:18px !important;
  font-weight:600;
  padding:14px 30px;
  border:none !important;
  color:#fff !important;
  transition:.3s ease;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{
  background:#218838 !important;
}

/* === Botones secundarios globales (gris): Aplicar cupón / Actualizar carrito, etc. === */
.woocommerce .button,
.woocommerce-page .button{
  background:#c5c6c7 !important; /* corregido */
  color:#333 !important;
  border-radius:25px !important;
  font-size:16px !important;
  font-weight:500;
  padding:10px 20px;
  border:none !important;
  transition:.3s ease;
}
.woocommerce .button:hover,
.woocommerce-page .button:hover{
  background:#b8b9ba !important;
  color:#fff !important; /* texto blanco en hover */
}

/* === Campo de cupón (input) más grande y cómodo === */
.woocommerce-cart .coupon input.input-text{
  min-width:260px;
  padding:10px 15px;
  font-size:16px;
  border-radius:25px;
}
@media (max-width:768px){
  .woocommerce-cart .coupon{
    display:flex;
    gap:10px;
  }
  .woocommerce-cart .coupon input.input-text{
    flex:1;           /* ocupa el ancho disponible en móvil */
    min-width:0;
  }
}

/* === Tabla del carrito (tipografía + bordes suaves) === */
.woocommerce-cart table.shop_table{
  border-collapse:separate;
  border-spacing:0;
  border-radius:8px;
  overflow:hidden;
  font-size:16px !important; /* +2px */
}
.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th{
  border-color:#e9e9ee;
}

/* ========== Fila del producto: CARD limpio y legible ========== */
.woocommerce-cart .cart_item .product-thumbnail img{
  width:90px !important;
  height:auto;
  border-radius:8px;
  object-fit:cover;
}
.woocommerce-cart .cart_item .product-name{
  background:#f8f9fb;
  border:1px solid #eceff3;
  border-radius:12px;
  padding:14px 16px;
  line-height:1.5;
}

/* === Título del producto (verde) === */
.woocommerce-cart .cart_item .product-name > a{
  display:block;
  margin:0 0 10px;
  font-size:20px;
  font-weight:700;
  color:#28a745; /* verde principal */
  text-decoration:none;
}
.woocommerce-cart .cart_item .product-name > a:hover{
  color:#218838; /* verde más oscuro en hover */
  opacity:1;
}

/* === Metadatos (dl.variation) en grid: Etiqueta | Valor === */
.woocommerce-cart .cart_item .product-name .variation{
  margin:0;
  padding:12px;
  background:#fff;
  border:1px solid #eceff3;
  border-radius:10px;
  display:grid;
  grid-template-columns:140px 1fr; /* label | value */
  column-gap:14px;
  row-gap:10px;
}
.woocommerce-cart .cart_item .product-name .variation dt,
.woocommerce-cart .cart_item .product-name .variation dd{
  margin:0; padding:6px 0;
  background:transparent !important;
  border:0; border-radius:0;
  font-size:14px; line-height:1.35;
}
.woocommerce-cart .cart_item .product-name .variation dt{
  color:#6b7280; font-weight:600; text-align:right;
}
.woocommerce-cart .cart_item .product-name .variation dd{
  color:#111827; font-weight:600;
}
/* separador sutil por fila */
.woocommerce-cart .cart_item .product-name .variation dt:not(:nth-last-of-type(1)),
.woocommerce-cart .cart_item .product-name .variation dd:not(:last-child){
  box-shadow:inset 0 -1px 0 #eef1f5;
}

/* ===== Responsive ===== */
@media (max-width:768px){
  .woocommerce-cart .cart_item .product-thumbnail{ text-align:center; margin-bottom:10px; }
  .woocommerce-cart .cart_item .product-thumbnail img{ width:120px !important; }
  .woocommerce-cart .cart_item .product-name{ padding:12px; }
  .woocommerce-cart .cart_item .product-name > a{ font-size:18px; }
  .woocommerce-cart .cart_item .product-name .variation{
    grid-template-columns:1fr; /* apilar en móvil */
    row-gap:6px;
  }
  .woocommerce-cart .cart_item .product-name .variation dt{
    text-align:left; font-size:13px; padding-bottom:0;
  }
  .woocommerce-cart .cart_item .product-name .variation dd{
    font-size:15px; font-weight:700; padding-top:2px;
  }
}/* End custom CSS */