.elementor-837 .elementor-element.elementor-element-c1b941e{--display:flex;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-837 .elementor-element.elementor-element-6a6d194 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:32px;font-weight:600;color:var( --e-global-color-text );}.elementor-837 .elementor-element.elementor-element-9690ee{--display:flex;}.elementor-837 .elementor-element.elementor-element-48797c0c > .elementor-widget-container{border-style:solid;border-width:2px 2px 2px 2px;border-color:#C5A100;border-radius:12px 12px 12px 12px;box-shadow:0px 0px 10px 0px #C5A100;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-837 .elementor-element.elementor-element-c1b941e{--margin-top:-68px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-837 .elementor-element.elementor-element-6a6d194 .elementor-heading-title{font-size:24px;}.elementor-837 .elementor-element.elementor-element-9690ee{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-837 .elementor-element.elementor-element-48797c0c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:6px 6px 6px 6px;border-width:2px 2px 2px 2px;border-radius:12px 12px 12px 12px;}}/* Start custom CSS for shortcode, class: .elementor-element-48797c0c *//********************************************
 MÓVIL - Diseño tipo tarjeta SOLO PARA PRODUCTOS
********************************************/
@media (max-width: 768px) {

  /* Contenedor principal de cada producto */
  .woocommerce-cart-form table.shop_table_responsive tbody tr {
    display: grid !important;
    grid-template-columns: 80px 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 10px;
    background: #ffffff;
    border: 2px solid #c89e2a;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
    position: relative;
  }

  /* Reset de celdas SOLO para ítems */
  .woocommerce-cart-form table.shop_table_responsive tbody tr td {
    display: block !important;
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    text-align: left !important;
  }

  /* Ocultar encabezados móviles en productos */
  .woocommerce-cart-form table.shop_table_responsive tbody tr td::before {
    display: none !important;
  }

  /* Imagen */
  .woocommerce-cart-form__cart-item .product-thumbnail {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 10px;
  }

  /* Nombre */
  .woocommerce-cart-form__cart-item .product-name {
    grid-column: 2;
    grid-row: 1;
    padding-top: 5px;
  }

  .woocommerce-cart-form__cart-item .product-name a {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000 !important;
  }

  /* Eliminar producto */
  .woocommerce-cart-form__cart-item .product-remove {
    grid-column: 3;
    grid-row: 1;
    text-align: right;
  }

  .woocommerce-cart-form__cart-item .product-remove a {
    color: #c20000 !important;
    font-size: 24px !important;
    font-weight: bold !important;
  }

  /* Precio */
  .woocommerce-cart-form__cart-item .product-price {
    grid-column: 2 / 4;
    grid-row: 2;
    text-align: right;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #c89e2a !important;
    padding-top: 10px;
  }

  /* Cantidad */
  .woocommerce-cart-form__cart-item .product-quantity {
    grid-column: 1;
    grid-row: 3;
  }

  .woocommerce-cart-form__cart-item .quantity input {
    width: 60px !important;
    height: 36px !important;
    border: 2px solid #c89e2a !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  /* Subtotal oculto en móvil */
  .woocommerce-cart-form__cart-item .product-subtotal {
    display: none !important;
  }
}/* End custom CSS */