@media (min-width: 768px) {
  .sys_notbar_a {
    font-size: 0.9rem;
  }
  .sys-btn,
  .button,
  button[type="submit"],
  input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.2;
    position: relative;
    transition-property:
      background, border, box-shadow, color, opacity, transform;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border: 1px solid white;
  }

  .sys-btn-style_1 {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 17px;
    background: #423f87;
    border-color: transparent;
    color: #ffffff !important;
  }

  .sys-btn-style_1:hover {
    background: #bad0ff;
    color: #000 !important;
  }

  .sys-btn-style_2 {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 5px 10px;
    border-color: transparent;
  }

  .sys-btn-style_2:hover {
    background: #d6d6d6;
    color: #000 !important;
  }
  .sys-btn-style_5 {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 5px 10px;
    background: grey;
    border-color: transparent;
    color: #ffffff !important;
  }

  .sys-btn-style_5:hover {
    background: #d6d6d6;
    color: #000 !important;
  }
  .sys-btn-style_6 {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 11px;
    background: red;
    border-color: transparent;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .sys-btn-style_6:hover {
    background: #d6d6d6;
    color: #000 !important;
  }
  .sys-btn-style_7 {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 11px;
    background: darkgreen;
    border-color: transparent;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .sys-btn-style_7:hover {
    background: green;
    color: #000 !important;
  }
  .sys_notbar {
    background-color: white;
    position: fixed;
    z-index: 112;
    width: 450px;
    height: 30px;
    right: 20px;
    top: 5px;
    text-align: right;
    padding-right: 10px;
  }
  .sys_logo {
    max-height: 70px;
  }
  .sys_carrito {
    float: right;
    margin: 0px 0 0 22px;
    position: relative;
    display: flex;
    width: 30px;
    font-size: 20px;
    cursor: pointer;
  }
  .sys_indicador_carrito {
    position: absolute;
    z-index: 100;
     background-color: #c90909ed;
    color: white;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    top: 10px;
    right: -8px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sys_mensaje_movil {
    display: none;
  }
  .sys_texto_portada {
    font-size: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0.1em 0.1em black;
    font-weight: bold;
    text-align: center;
  }

  /* estilos carrito lateral */
  .sys-btn-style_3 {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: red;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sys-btn-style_3:hover {
    background: #d6d6d6;
    color: #000 !important;
  }
  .sys-btn-style_4 {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: darkred;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sys-btn-style_4:hover {
    background: #d6d6d6;
    color: #000 !important;
  }
  .sys_blockcart_content {
    position: fixed;
    top: 0px;
    height: 100vh;
    z-index: 300;
    background-color: white;
    width: 330px;
    right: -300px;
    transition: all 0.8s;
    box-shadow: -7px 0px 5px 0px rgba(0, 0, 0, 0.4);
    display: none;
    padding: 20px;
  }
  .sys_blockcart_contenido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .sys_cart_products {
    width: 100%;
    min-height: 100px;
    margin-bottom: 30px;
  }
  #sys_cart_productsslide {
    width: 100%;
    min-height: 100px;
    height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent;
  }

  .sys_cesta_ofertas {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100px;
    width: 24%;
    flex-direction: column;
    margin-right: 20px;
    margin-top: 20px;
  }
  .sys_caja_dto {
    font-weight: normal;
    margin-right: 30px;
    text-align: center;
    font-size: 1.1rem;
    background-color: red;
    color: white;
    border-radius: 4px;
    padding: 8px;
  }
  .sys_cart_totalsdto {
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color: white;
  }
  .sys_cart_totals {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sys_subtitulo {
    font-size: 0.6rem;
  }
  .sys_cart_buttons {
    width: 100%;
    height: 35px;
    color: #ffffff;
    border-radius: 8px;
    margin-top: 20px;
  }

  .sys_cart_buttons2 {
    margin-left: 30px;
    width: 100%;
    height: 50px;
    background-color: #3361fd;
    color: #ffffff;
    border-radius: 8px;
  }

  .sys_cart_buttons3 {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    background-color: #3361fd;
    color: #ffffff;
    border-radius: 8px;
  }
  /* estilos carrito lateral */

  .caja_boton_movil {
    display: none;
  }

  /* caja precios */
  .caja_precios {
    width: 100%;
    display: flex;
    min-height: 100px;
    justify-content: space-around;
    align-items: flex-start;
  }
  .caja_interior_precios {
    background-color: red;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
  }
  .cols1 {
    width: 100% !important;
  }
  .cols2 {
    width: 49% !important;
  }
  .cols3 {
    width: 32% !important;
  }
  .cols4 {
    width: 24% !important;
  }

  .caja_interior_contenedor {
    background-color: white;
    color: grey;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid grey;
  }
  /* caja precios */

  /* seguro cancelacion */
  .seguro_cancelacion {
    width: 100%;
    display: flex;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .texto_cancelacion {
    text-align: center;
    padding-top: 10px;
    font-size: 1.2rem;
  }
  .cerrar_seguro {
    display: none;
  }
  /* seguro cancelacion */

  /* destinos */
  .caja_destinos {
    width: 100%;
    display: flex;
    min-height: 100px;
    justify-content: flex-start;
    padding: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .subcaja_destinos {
    width: 22%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: -7px 0px 5px 0px rgb(0 0 0 / 20%);
    flex-direction: column;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .subcaja_destinos:hover {
    box-shadow: -7px 0px 5px 0px rgb(0 0 0 / 60%);
  }
  .subcaja_foto {
    width: 100%;
    display: flex;
    height: 250px;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .subcaja_titulo {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    height: 40px;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .subcaja_subtitulo {
    width: 100%;
    font-size: 0.8rem;
    font-weight: normal;
    height: 100px;
    text-align: left;
    padding: 20px;
  }
  .subcaja_boton {
    width: 100%;
    font-size: 0.8rem;
    font-weight: normal;
    min-height: 40px;
    text-align: justify;
    padding: 20px;
  }
  .subcaja_precio {
    width: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    min-height: 40px;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  /* destinos */

  /* checkout */
  .sys_titulo_checkout {
    display: flex;
    align-items: center;
    width: 100%;

    font-family:
      -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
      "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.01em;

    color: #36445d;
    background: #ffffff;

    min-height: 56px;
    padding: 0 30px;
    margin-bottom: 24px;
    margin-top: 20px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }

  .sys-checkout-step {
    display: flex;
    align-items: center;
    gap: 14px;
    width: min(100%, 1080px);
    margin: 8px auto 18px;
    padding: 0 4px;

    font-family:
      -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
      "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .sys-checkout-step__badge {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.96rem;
    font-weight: 700;

    color: #ffffff;
    background: linear-gradient(135deg, #394481, #5a67b8);
    box-shadow: 0 12px 24px rgba(57, 68, 129, 0.2);

    border-radius: 50%;
    flex-shrink: 0;
  }

  .sys-checkout-step__text {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #23304d;
  }

  .sys_titulo_checkout_blue {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: blue;
    color: white !important;
    justify-content: flex-start;
    min-height: 50px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.8rem;
  }
  .sys_blockcart_checkout {
    top: 0px;
    background-color: white;
    width: 100%;
  }
  .sys_blockcart_contenido_checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .sys_blockcart_confirmar {
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sys_blockcart_contenido_confirmar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sys_blockcart_titulo_confirmar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    height: 60px;
    color: darkred;
    justify-content: space-between;
    width: 100%;
  }
  .sys_blockcart_titulo_checkout {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    background-color: #3361fd;
    color: #ffffff;
    justify-content: space-between;
    width: 100%;
  }
  .sys_blockcart_titulo_pro_checkout {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    color: #3361fd;
    font-size: 1.2rem;
    justify-content: space-between;
    width: 100%;
  }
  .sys_blockcart_titulo_pro_checkout_caja {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    width: 100%;
    min-height: 64px;
    padding: 14px 16px;

    background: #fff;
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
  }

  /* barra lateral con el color */
  .sys_blockcart_titulo_pro_checkout_caja::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to bottom, var(--accent), rgba(0, 0, 0, 0.18));
  }

  /* espacio para que el texto no se pegue a la barra */
  .sys_blockcart_titulo_pro_checkout_caja > * {
    position: relative;
    z-index: 1;
  }

  .sys_blockcart_titulo_pro_checkout_caja .sys_card_product_text {
    color: #0f172a !important;
  }

  .sys_blockcart_titulo_pro_slide_caja {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #3361fd;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
    justify-content: space-between;
    width: 100%;
  
  }
  .sys_cart_products_checkout {
    width: 100%;
  }
  .sys_cart_totals_checkout {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
  }
  .sys_caja_formulario_contenedor {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sys-checkout-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: min(100%, 1080px);
    max-width: 1080px;
    margin: 22px auto 28px;
    padding: 24px;
    border-radius: 30px;
    background:
      radial-gradient(circle at top right, rgba(31, 138, 192, 0.12), transparent 32%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 247, 255, 0.99));
    border: 1px solid rgba(57, 68, 129, 0.14);
    box-shadow:
      0 24px 54px rgba(57, 68, 129, 0.12),
      0 10px 24px rgba(15, 23, 42, 0.06);
    font-family:
      -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
      "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .sys-checkout-form .sys-full {
    grid-column: 1 / -1;
  }

  .sys-checkout-form__intro {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 82px;
    padding: 18px 20px;
    border-radius: 24px;
    background:
      linear-gradient(135deg, rgba(57, 68, 129, 0.09), rgba(31, 138, 192, 0.08));
    border: 1px solid rgba(57, 68, 129, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .sys-checkout-form__introIcon,
  .sys-field__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .sys-checkout-form__introIcon {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #394481, #5a67b8);
    box-shadow: 0 14px 28px rgba(57, 68, 129, 0.24);
    font-size: 1.15rem;
  }

  .sys-checkout-form__title {
    color: #0b132b;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .sys_caja_formulario {
    width: 100%;
    max-width: none;
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(57, 68, 129, 0.12);
    box-shadow:
      0 14px 28px rgba(15, 23, 42, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .sys_caja_formulario.sys-full {
    width: 100%;
    max-width: none;
  }

  .sys-field__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: #394481;
    background: linear-gradient(180deg, rgba(57, 68, 129, 0.1), rgba(57, 68, 129, 0.06));
  }

  .sys-field:focus-within {
    border-color: rgba(57, 68, 129, 0.28);
    box-shadow:
      0 18px 34px rgba(57, 68, 129, 0.11),
      0 0 0 5px rgba(57, 68, 129, 0.08);
  }

  .sys_caja_formulario input {
    width: 100%;
    height: 52px;
    padding: 0 8px 0 2px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 16px;
    border: 0;
    background: transparent;
    color: #0b0b0b;
    outline: none;
    transition:
      border-color 0.15s ease,
      box-shadow 0.15s ease;
  }

  .sys_caja_formulario input::placeholder {
    color: #8b90b3;
  }

  .sys_caja_formulario input:focus {
    box-shadow: none;
  }

  .sys-checkout-form .sys_caja_formulario select {
    width: 116px !important;
    min-width: 116px;
    max-width: 116px;
    height: 52px;
    padding: 0 12px;
    border-radius: 16px;
    border: 1px solid rgba(57, 68, 129, 0.1);
    background: rgba(57, 68, 129, 0.04);
    color: #23304d;
    font-size: 0.95rem;
  }

  .sys-field--phone {
    gap: 12px;
  }

  .sys-field--phone input {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
  }

  .sys_caja_formulario input.is-error {
    box-shadow: none;
  }

  .cajas_detalles_checkout {
    display: flex;
    align-items: center;
    width: min(100%, 1080px);
    max-width: 1080px;
    margin: 18px auto 24px !important;
  }

  .sys-payment-card {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 22px;
    border-radius: 26px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 247, 255, 0.99));
    border: 1px solid rgba(57, 68, 129, 0.12);
    box-shadow:
      0 20px 42px rgba(57, 68, 129, 0.1),
      0 8px 18px rgba(15, 23, 42, 0.05);
  }

  .sys-payment-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    background: linear-gradient(135deg, #394481, #5a67b8);
    font-size: 1.15rem;
  }

  .sys-payment-card__content {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .sys-payment-card__eyebrow {
    margin-bottom: 5px;
    color: #6b7396;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .sys-payment-card__title {
    color: #0b132b;
    font-size: 1.08rem;
    font-weight: 700;
  }

  .sys-payment-card__hint {
    margin-top: 6px;
    color: #5f6788;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .sys-payment-card__brands {
    display: block;
    width: 190px;
    height: auto;
    margin: 12px 0 0;
  }

  .sys-checkoption {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 247, 255, 0.99));
    border: 1px solid rgba(57, 68, 129, 0.12);
    box-shadow:
      0 18px 36px rgba(57, 68, 129, 0.1),
      0 8px 16px rgba(15, 23, 42, 0.05);
    cursor: pointer;
  }

  .sys-checkoption input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .sys-checkoption__mark {
    width: 28px;
    height: 28px;
    margin-top: 2px;
    border-radius: 10px;
    flex-shrink: 0;
    border: 2px solid rgba(57, 68, 129, 0.42);
    background: #eef2ff;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
    transition:
      background 0.15s ease,
      border-color 0.15s ease,
      box-shadow 0.15s ease,
      transform 0.15s ease;
  }

  .sys-checkoption__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }

  .sys-checkoption__title {
    color: #0b132b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .sys-checkoption__text,
  .sys-checkoption__text a {
    color: #394481;
    font-size: 0.94rem;
    line-height: 1.45;
    text-decoration: none;
  }

  .sys-checkoption__text a {
    font-weight: 700;
  }

  .sys-checkoption--promo {
    align-items: center;
    justify-content: space-between;
  }

  .sys-checkoption--promo .sys-checkoption__content {
    order: 1;
  }

  .sys-checkoption--promo .sys-checkoption__mark {
    order: 2;
    margin-top: 0;
    margin-left: 16px;
  }

  .sys-checkoption input:checked + .sys-checkoption__mark {
    border-color: #394481;
    background: linear-gradient(135deg, #394481, #5a67b8);
    box-shadow:
      0 10px 22px rgba(57, 68, 129, 0.2),
      inset 0 0 0 1px rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
  }

  .sys-checkoption--promo input:checked + .sys-checkoption__mark {
    border-color: #b9ddff;
    background: linear-gradient(135deg, #d7ecff, #edf7ff);
    box-shadow:
      0 10px 22px rgba(185, 221, 255, 0.28),
      inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  }

  .sys-checkoption input:checked + .sys-checkoption__mark::before {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 6px 0 0 10px;
  }
  .boton_centrado {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* checkout */
  #mail {
    width: 350px;
	height: 50px;
	padding: 10px;
	border-radius: 30px; 
  }
  #code {
    width: 350px;
	height: 50px;
	padding: 10px;
	border-radius: 30px; 
  }
	
 #mail_recupera{
	 width: 350px;
	height: 50px;
	padding: 10px;
	border-radius: 30px; 	
	}
  .caja_accesot {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 70px;
  }
  .caja_accesot_form {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .sys_caja_detalle {
    font-size: 0.9rem !important;
    line-height: 1.3em;
    font-weight: normal;
  }
	
  .ticket-panel__btn {
	    display: inline-block;
  padding: 16px 36px;
  background-color: #1f8ac0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  min-width: 260px;
  cursor: pointer;
  transition: all 0.3s ease;
	}

  .ticket-panel__actions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-align: center;
    margin-top: 30px;
  }

  .ticket-panel__hint {
    margin: 0;
    text-align: center;
  }

  .ticket-panel__card--muted {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(10, 42, 67, 0.18);
  }
	
	 .ticket-panel__btn:hover {
	  background-color: #166b94;
  transform: translateY(-2px);
	}
  /* cajas catalogo */
  /* =========================
   CART / CESTA - Modern UI
   ========================= */

  :root {
    --cart-radius: 18px;
    --cart-border: rgba(0, 0, 0, 0.08);
    --cart-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    --cart-shadow-hover: 0 14px 36px rgba(0, 0, 0, 0.12);
    --text: #0f172a;
    --muted: rgba(15, 23, 42, 0.7);
    --bg: #ffffff;
    --soft: rgba(15, 23, 42, 0.06);
    --danger: #ef4444;
    --brand: #3361fd;
  }

  /* Card */
  .cesta_slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    padding: 10px;
    border: 1px solid var(--cart-border);
    border-radius: var(--cart-radius);
    background: var(--bg);
    box-shadow: var(--cart-shadow);
    overflow: hidden;
  }

  .cesta_slide:hover {
    box-shadow: var(--cart-shadow-hover);
  }

  /* Header strip (la banda de color) */
  .sys_blockcart_titulo_pro_checkout_caja {
    border-radius: 14px;
    padding: 10px 12px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
  }

  /* Tipos de texto */
  .sys_card_product_text {
    color: #fff !important;
    line-height: 1.2;
  }

  .sys_card_product_text.is-title {
    font-size: clamp(16px, 1vw + 13px, 20px) !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px;
    margin-left: 20px;
  }

  .sys_card_product_text.is-subtitle {
    font-size: clamp(13px, 0.6vw + 11px, 16px) !important;
    font-weight: 600 !important;
    opacity: 0.95;
    color: #b91c1c !important;
  }

  /* Body layout */
  .sys-product-body {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: stretch;
  }

  .sys-product-image {
    width: 240px; /* más grande */
    min-height: 140px; /* más alto */
    border-radius: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .sys-product-info {
    flex: 1;
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--text);
  }

  .sys-product-title {
    font-size: clamp(18px, 1vw + 14px, 22px);
    font-weight: 700;
    color: var(--text);
  }

  .sys-product-code {
    font-size: clamp(15px, 0.7vw + 12px, 18px);
    font-weight: 650;
    color: var(--muted);
  }

  /* “Detalles” / texto reserva */
  .sys_caja_detalle {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 16px;
    line-height: 1.45;
    color: var(--text);
  }

  /* Fechas */
  .sys-meta {
    font-size: 16px;
    color: var(--muted);
    font-weight: 600;
  }

  /* Pasajeros + acciones */
  .sys-passengers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 60px;
    /*padding-top: 10px;*/
    border-top: 1px solid rgba(15, 23, 42, 0.12);
  }

  .sys-passengers-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .sys-passenger-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  .sys-passenger-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
  }

  .sys-passenger-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
  }

  /* Subcesta (cancelación) */
  .subcesta_slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    height: 50px;
    /*margin-top: 6px;
    padding: 8px 10px;*/
    border-radius: 12px;
    background: rgb(194 203 233 / 7%);
    border: 1px solid rgba(51, 97, 253, 0.18);
  }

  /* Botones */
  .sys-btn-style_2 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 34px;
    min-width: 34px;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    color: var(--text) !important;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
    transition:
      transform 0.12s ease,
      box-shadow 0.12s ease,
      opacity 0.12s ease;
  }

  .sys-btn-style_2:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.1);
  }

  .sys-btn-style_2.is-danger {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
    color: #b91c1c !important;
  }

  .sys-btn-style_2.is-brand {
    background: var(--brand);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
  }

  /* Importes / resumen */
  .caja_importes {
    width: 100% !important;
    padding: 14px !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    border-radius: 16px !important;
    background: rgba(15, 23, 42, 0.03) !important;
  }

  .caja_importes .numbercesta {
    width: 110px;
    text-align: right;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 18px !important;
    color: var(--text);
    outline: none;
  }

  .cesta_ofertas {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100px;
    width: 23%;
    flex-direction: column;
    margin-right: 20px;
    margin-top: 20px;
  }

  .subcesta_ofertas {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 40px;
    margin-top: 10px;
    width: 100%;
  }

  /* ===== CARRITO SLIDE ONLY ===== */
  #sys_cart_productsslide .cesta_slide {
    gap: 12px;
    margin-top: 14px;
    padding: 0;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(57, 68, 129, 0.12);
    box-shadow:
      0 18px 36px rgba(57, 68, 129, 0.12),
      0 8px 16px rgba(15, 23, 42, 0.05);
  }

  #sys_cart_productsslide .sys_blockcart_titulo_pro_slide_caja {
    margin-bottom: 2px;
    padding: 12px 14px;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
  }

  #sys_cart_productsslide .cesta_slide > div[style*="width: 100%;"] {
    padding: 10px;
  }

  #sys_cart_productsslide .sys_blockcart_titulo_pro_slide_caja span {
    margin-left: 0;
    text-align: left;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    font-weight: 700;
  }

  #sys_cart_productsslide [id^="caja_pasajeros__slide_"] {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 14px;
    width: 100% !important;
    padding-top: 6px;
  }

  #sys_cart_productsslide [id="pasaj"] {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto;
  }

  #sys_cart_productsslide [id="pasaj"] > div {
    margin-right: 0 !important;
  }

  #sys_cart_productsslide [id="pasaj"] > div:not(:last-child) {
    margin-bottom: 8px;
  }

  #sys_cart_productsslide [id="pasaj"] span,
  #sys_cart_productsslide [id="pasaj"] > div > div {
    line-height: 1.35 !important;
  }

  #sys_cart_productsslide [id="delpasaj"] {
    width: auto !important;
    flex: 0 0 auto;
    text-align: right;
  }

  #sys_cart_productsslide [id="delpasaj"] p {
    margin: 0;
  }

  #sys_cart_productsslide [id="delpasaj"] .sys-btn-style_2 {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 0.95rem !important;
  }

  #sys_cart_productsslide .subcesta_slide,
  #sys_cart_productsslide [id^="caja_pasajeros_dtoslide_"] {
    align-items: center !important;
    gap: 10px;
   
    border-radius: 16px;
    background: rgba(57, 68, 129, 0.06);
    border: 1px solid rgba(57, 68, 129, 0.12);
  }

  #sys_cart_productsslide [id^="pasaj_t_"] {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
  }

  #sys_cart_productsslide [id^="pasaj_t_"] > div {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px;
  }

  #sys_cart_productsslide [id^="pasaj_t_"] > div > div:first-child {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0 !important;
    font-size: 0.92rem !important;
    font-weight: 700;
    color: #0b132b;
  }

  #sys_cart_productsslide [id^="pasaj_t_"] > div > div:last-child {
    width: auto !important;
    white-space: nowrap;
    font-size: 0.92rem !important;
    font-weight: 700;
    color: #394481;
  }

  #sys_cart_productsslide [id^="pasaj_b_"] {
    width: auto !important;
    flex: 0 0 auto;
  }

  #sys_cart_productsslide [id^="pasaj_b_"] p {
    margin: 0;
  }

  #sys_cart_productsslide [id^="pasaj_b_"] .sys-btn-style_2 {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 12px;
  }
  .cesta_checkout {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100px;
    width: 100%;
    flex-direction: column;
    margin-right: 20px;
    margin-top: 20px;
    border-bottom: 1px solid black;
    padding: 10px;
  }

  .subcesta_checkout {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 40px;
    margin-top: 10px;
    width: 100%;
  }
  .cesta_confirmacion {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 100px;
    width: 25%;
    flex-direction: column;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .subcesta_confirmacion {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .sys-confirm-card__media {
    position: relative;
    min-height: 215px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .sys-confirm-card__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 18px;
  }

  .sys-confirm-card__header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    text-align: center;
  }

  .sys-confirm-card__title {
    margin: 0;
    font-size: 1.28rem;
    line-height: 1.2;
    font-weight: 800;
    text-wrap: balance;
    color: #0f172a;
  }

  .sys-confirm-card__ref {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 700;
  }

  .sys-confirm-card__details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
    min-height: 88px;
    padding: 16px 0 2px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
  }

  .cesta_confirmacion:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(15, 23, 42, 0.14);
  }

  .sys-confirm-card__details p {
    margin: 0;
    width: 100%;
  }

  .sys-confirm-card__details a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
  }

  .sys-confirm-card__action--primary {
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%) !important;
    border: 1px solid #2563eb !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24) !important;
  }

  .sys-confirm-card__action--primary:hover {
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%) !important;
    box-shadow: 0 14px 28px rgba(29, 78, 216, 0.28) !important;
  }

  .sys-confirm-card__action--danger {
    background: linear-gradient(180deg, #fca5a5 0%, #f87171 100%) !important;
    border: 1px solid #ef4444 !important;
    color: #7f1d1d !important;
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.14) !important;
  }

  .sys-confirm-card__action--danger:hover {
    background: linear-gradient(180deg, #f87171 0%, #ef4444 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(239, 68, 68, 0.2) !important;
  }

  .caja_descuentos_y_totales {
    font-weight: normal;
    text-align: center;
    font-size: 1.1rem;
  }
  .caja_descuentos_y_totales > span {
    font-size: 1.5rem !important;
    width: 100%;
    text-align: center;
    margin-right: 20px;
    font-weight: bold;
  }
  .sys_cart_totals_b {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #nombre_total {
    font-size: 0.9rem !important;
  }
  #sys_cart_subtotal1 {
    font-size: 0.9rem !important;
    text-decoration: line-through;
  }
  #caja_dto_checkout {
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
    font-size: 1.1rem;
  }
  #sys_cart_totalsdto_check {
    width: 100%;
    text-align: center;
    color: black;
    right: 0px;
  }
  #totall_dto_slide {
    display: none;
    padding: 20px;
    width: 100%;
    color: white;
    background-color: red;
    margin-bottom: 10px;
  }
  #totall_dto_slide_text {
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
  }
  #caja_importes_slide {
    width: 100%;
    /*padding: 15px;*/
    display: flex;
    margin-bottom: 10px;
  }
  #caja_importes_checkout {
    width: 100%;
    padding: 15px;
    display: flex;
    margin-bottom: 10px;
  }
  #caja_importes {
    width: 100%;
    border: 2px solid #a8a8a8;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }

  .sys_cart_totals_checkout_desc1 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    color: red;
  }
  .sys_cart_totals_checkout_desc2 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 1.3rem;
    color: red;
    font-weight: bold;
  }
  .sys_cart_totals_checkout_total1 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    color: black;
  }
  .sys_cart_totals_checkout_total2 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 1.3rem;
    color: black;
    font-weight: bold;
  }

  .marco_modal_ {
    padding: 10px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subrayado {
    text-decoration: line-through;
  }

  .caja_resumen_unico_checkout {
    font-size: 1.8rem;
    margin-left: 60px;
    color: #333131;
    width: calc(100% - 60px);
  }

  .sys_caja_opciones {
    overflow-y: auto;
    background-color: white;
    border-radius: 5px;
    width: 100%;
  }
  .input_white {
    background-color: white !important;
    border: 1px solid grey !important;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0em;
    border-radius: 0.2em;
    min-height: var(--inputs-height);
    line-height: var(--inputs-height);
    padding: 0 var(--inputs-padding);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .input_white_read {
    background-color: white !important;
    color: black !important;
    border: none !important;
    font-weight: 400;
    letter-spacing: 0em;
    border-radius: 0.2em;
    min-height: var(--inputs-height);
    line-height: var(--inputs-height);
    padding: 0 var(--inputs-padding);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .row_contenido {
    background-color: white;
  }

  .row_contenido:hover {
    background-color: rgba(208, 0, 0, 0.5);
  }
  .row_contenido_calendario {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 45px;
    width: calc(100% / 7);
    display: flex;
    font-size: 0.9rem;
  }
  .row_contenido_calendario_pasado {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 45px;
    width: calc(100% / 7);
    display: flex;
    font-size: 0.9rem;
    color: grey;
    background-color: #f3f3f3;
  }
  .row_contenido_calendario_marcado {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 45px;
    width: calc(100% / 7);
    display: flex;
    font-size: 0.9rem;
    color: white;
    background-color: blue;
  }
  .row_contenido_calendario:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .def_destacado {
    height: 30px;
    width: 70px;
    background-color: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .def_destacado_marcado {
    height: 30px;
    width: 70px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }

  .map {
    width: 100%;
    height: 500px;
  }
  .subtitulo_gris {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-bottom: 1px solid grey;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    background-color: #3d3d3d;
  }
  #botonn1 {
    display: none;
  }
  .numbercesta {
    
    padding: 0px !important;
    margin-right: 3px !important;
    font-size: 0.8rem !important;
    text-align: right !important;
    padding-right: 3px !important;
    min-height: 10px !important;
    line-height: 0px !important;
    box-shadow: none !important;
  }

  #acciones_checkout {
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%;
    flex-direction: column;
  }

  #caja_importes_checkout {
    border: 1px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 50%;
  }
  .caja_resumen_unico_checkout {
    font-size: 1.8rem;
    color: #333131;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
  }

  /* Ocultamos el checkbox html */
  .switch input {
    display: none;
  }

  /* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  /* Pintamos la perilla de control o slider usando el selector before */
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  /* Cambiamos el color de fondo cuando el checkbox esta activado */
  input:checked + .slider {
    background-color: #0799ef;
  }

  /* Deslizamos el slider a la derecha cuando el checkbox esta activado */
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  /* Scope checkout */
  .sys-checkout {
    font-family:
      -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
      "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0b0b0b;
  }

  /* Card contenedora (cada item del carrito) */
  .sys-checkout .cesta_slide {
    margin-top: 10px !important; /* pisa inline margin-top:20px */
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  }

  /* Layout imagen + texto */
  .sys-checkout .caja_contenedor_30_68 {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 10px;
    padding: 10px;
    border: 0 !important; /* adiós borde verde / debug */
  }

  /* “Imagen” (div con background-image) */
  .sys-checkout .caja_30 {
    width: 20%;
    min-height: 90px !important; /* pisa min-height:160px */
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background-position: center !important;
    background-size: cover !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  }

  /* Texto */
  .sys-checkout .caja_68 {
    width: 80%;
    padding: 2px 2px !important; /* pisa inline padding:20px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
  }

  /* Tipos de texto dentro */
  .sys-checkout .caja_68 span {
    color: #0b0b0b;
  }

  .sys-checkout .caja_68 span[style*="font-size:1.2rem"] {
    font-weight: 600 !important;
    letter-spacing: -0.01em;
  }

  /* Detalle / meta */
  .sys-checkout .sys_caja_detalle {
    color: rgba(11, 11, 11, 0.7);
    font-size: 0.88rem;
    line-height: 1.25;
  }

  .sys_card_product_text {
    font-family:
      -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
      "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  /* Compactacion visual extra solo desktop */
  .sys-product-image {
    width: 210px;
    min-height: 120px;
    border-radius: 12px;
  }

  .sys-product-info {
    padding: 4px 2px;
    gap: 6px;
  }

  .sys_caja_detalle {
    padding: 9px 10px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  .sys-meta {
    font-size: 14px;
  }

  @media (min-width: 980px) {
    #sys_cart_productsslide .cesta_slide {
      gap: 0;
      margin-top: 16px;
      border-radius: 24px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 249, 253, 0.98));
      border: 1px solid rgba(57, 68, 129, 0.12);
      box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.08),
        0 8px 20px rgba(57, 68, 129, 0.08);
      overflow: hidden;
    }

    #sys_cart_productsslide .sys_blockcart_titulo_pro_slide_caja {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      align-items: center;
      gap: 12px;
      min-height: 62px;
      margin-bottom: 0;
      padding: 14px 16px;
      box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
    }

    #sys_cart_productsslide .sys_blockcart_titulo_pro_slide_caja i {
      width: 36px;
      height: 36px;
      margin: 0 !important;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.16);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
      font-size: 0.9rem !important;
    }

    #sys_cart_productsslide .sys_blockcart_titulo_pro_slide_caja span {
      margin-left: 0;
      text-align: left;
      font-size: 0.98rem !important;
      line-height: 1.15 !important;
      font-weight: 700;
      letter-spacing: -0.02em;
    }


    #sys_cart_productsslide .cesta_slide > div[style*="width: 100%;"] > div:first-child:not([id]) {
      margin-bottom: 4px;
      padding: 0 0 12px;
      border-bottom: 1px solid rgba(57, 68, 129, 0.08);
    }

    #sys_cart_productsslide .cesta_slide > div[style*="width: 100%;"] > div:first-child:not([id]) span {
      display: block;
      color: #0f172a;
      font-size: 0.92rem !important;
      font-weight: 700 !important;
      line-height: 1.2 !important;
      letter-spacing: -0.02em;
      margin: 0 !important;
    }

    .sys-checkout .cesta_slide {
      margin-top: 0 !important;
    
      border: 1px solid rgba(57, 68, 129, 0.12);
      border-radius: 28px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 249, 253, 0.98));
      box-shadow:
        0 26px 60px rgba(15, 23, 42, 0.08),
        0 8px 22px rgba(57, 68, 129, 0.08);
      overflow: visible;
    }

    .sys-checkout .cesta_slide + .cesta_slide {
      margin-top: 22px !important;
    }

    .sys_blockcart_titulo_pro_checkout_caja {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 20px;
      min-height: 0;
      padding: 18px 24px 18px 26px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 252, 0.96));
      border: 1px solid rgba(57, 68, 129, 0.1);
      border-radius: 22px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    }

    .sys_blockcart_titulo_pro_checkout_caja::before {
      width: 7px;
      top: 16px;
      bottom: 16px;
      left: 12px;
      border-radius: 999px;
      background: linear-gradient(180deg, var(--accent), rgba(57, 68, 129, 0.22));
    }

    .sys_blockcart_titulo_pro_checkout_caja .sys_card_product_text.is-title {
      width: auto;
      padding: 0 0 0 18px;
      font-size: 1.3rem !important;
      font-weight: 700 !important;
      letter-spacing: -0.03em;
      line-height: 1.15;
    }

    .sys_blockcart_titulo_pro_checkout_caja .sys_card_product_text.is-subtitle {
      margin: 0;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(228, 77, 38, 0.1);
      border: 1px solid rgba(228, 77, 38, 0.16);
      box-shadow: none;
      color: #d94827 !important;
      font-size: 0.9rem !important;
      font-weight: 700 !important;
      line-height: 1.2;
      white-space: nowrap;
    }

    .sys-checkout .caja_contenedor_30_68 {
      display: grid;
      grid-template-columns: minmax(320px, 360px) minmax(0, 1fr);
      gap: 34px;
     
      align-items: start;
    }

    .sys-checkout .caja_30,
    .sys-checkout .sys-product-image {
      width: 90%;
      min-height: 255px !important;
      border-radius: 24px;
      box-shadow:
        0 24px 38px rgba(15, 23, 42, 0.16),
        0 8px 18px rgba(57, 68, 129, 0.08);
    }

    .sys-checkout .caja_68,
    .sys-checkout .sys-product-info {
      width: 100%;
      display: flex;
      flex-direction: column;
      min-height: 248px;
      padding: 10px 4px 0 !important;
      gap: 5px;
      align-items: flex-start;
      justify-content: flex-start;
    }

    .sys-checkout .sys-product-info > .sys-product-title,
    .sys-checkout .sys-product-info > .sys-product-code {
      width: 100%;
    }

    .sys-product-title {
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: -0.035em;
      line-height: 1.1;
      color: #0f172a;
      margin: 0;
    }

    .sys-product-code {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(57, 68, 129, 0.06);
      border: 1px solid rgba(57, 68, 129, 0.08);
      font-size: 0.98rem;
      font-weight: 700;
      color: #5b6579;
      line-height: 1.2;
    }

    .sys-product-code strong {
      color: #0f172a;
      font-weight: 700;
      letter-spacing: 0.02em;
    }

    .sys-product-detail {
      width: 100%;
      margin-top: 0 !important;
    }

    .sys-product-copy {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 14px;

    }

    .sys-product-dates-wrap {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .sys-product-dates {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      width: 100%;
    }

    .sys-product-dates:empty {
      display: none;
    }

    .sys-checkout .sys_caja_detalle {
      display: block;
      width: 100%;
      padding: 14px 16px;
      border-radius: 18px;
      border: 1px solid rgba(57, 68, 129, 0.1);
      background: rgba(248, 250, 253, 0.96);
      color: #475569;
      font-size: 0.97rem;
      line-height: 1.45;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    .sys-product-detail--note .sys_caja_detalle {
      background: linear-gradient(180deg, rgba(248, 250, 253, 0.98), rgba(240, 244, 251, 0.98));
    }

    .sys-product-detail--date .sys_caja_detalle {
      display: inline-flex;
      align-items: center;
      width: auto;
      max-width: 100%;
      font-weight: 700;
      color: #1e293b;
      background: rgba(57, 68, 129, 0.05);
    }

    .sys-product-purchase {
      width: 100%;
      display: flex;
      flex-direction: column;
      
      margin-top: auto;
     
      border-top: 1px solid rgba(57, 68, 129, 0.08);
    }

    #sys_cart_productsslide [id^="caja_pasajeros__slide_"] {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 12px;
      padding-top: 0;
      margin-top: 0;
      border-top: 1px solid rgba(57, 68, 129, 0.08);
      align-items: start !important;
    }

    #sys_cart_productsslide [id="pasaj"] {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
  
      width: 100% !important;
    }

    #sys_cart_productsslide [id="pasaj"] > .sys-passenger-row:only-child {
      grid-column: 1 / -1;
    }

    #sys_cart_productsslide [id="pasaj"] > .sys-passenger-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: center;
      min-height: 56px;
      padding: 12px 14px;
      border-radius: 16px;
      border: 1px solid rgba(57, 68, 129, 0.12);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
      box-shadow:
        0 8px 18px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    }

    #sys_cart_productsslide .sys-passenger-label {
      font-size: 0.92rem;
      font-weight: 700;
      color: #0f172a;
      line-height: 1.3;
    }

    #sys_cart_productsslide .sys-passenger-price {
      font-size: 0.92rem;
      font-weight: 700;
      color: #394481;
      white-space: nowrap;
    }

    #sys_cart_productsslide [id="delpasaj"] {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      align-self: start;
      justify-self: end;
    }

    #sys_cart_productsslide [id="delpasaj"] .sys-btn-style_2 {
      min-width: 40px;
      width: 40px;
      height: 40px;
      padding: 0;
      border-radius: 14px;
      border: 1px solid rgba(228, 77, 38, 0.18);
      background: rgba(228, 77, 38, 0.1) !important;
      color: #d94029 !important;
      box-shadow:
        0 8px 16px rgba(228, 77, 38, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
      font-size: 0.92rem !important;
      font-weight: 700 !important;
    }

    #sys_cart_productsslide .sys-cancel-row,
    #sys_cart_productsslide [id^="caja_pasajeros_dtoslide_"] {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center !important;
      margin-top: 0;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(57, 68, 129, 0.09), rgba(57, 68, 129, 0.05));
      border: 1px solid rgba(57, 68, 129, 0.12);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        0 8px 18px rgba(15, 23, 42, 0.04);
    }

    #sys_cart_productsslide .sys-cancel-wrap {
      width: 100%;
    }

    #sys_cart_productsslide [id^="pasaj_t_"] {
      width: 100% !important;
    }

    #sys_cart_productsslide [id^="pasaj_t_"] > div > div:first-child {
      font-size: 0.9rem !important;
      font-weight: 700;
      color: #1e293b;
      line-height: 1.2;
    }

    #sys_cart_productsslide [id^="pasaj_t_"] > div > div:last-child {
      font-size: 0.9rem !important;
      font-weight: 700;
      color: #394481;
    }

    #sys_cart_productsslide [id^="pasaj_b_"] .sys-btn-style_2 {
      min-width: 40px;
      width: 40px;
      height: 40px;
      padding: 0;
      border-radius: 13px;
      box-shadow:
        0 8px 14px rgba(57, 68, 129, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
      font-weight: 700 !important;
    }
  }

  /* =========================
   Checkout · Botón pagar (LARGE)
========================= */

  .sys-paybar {
    margin: 28px 25px 0;
    display: flex;
    justify-content: flex-start;
  }

  /* Botón principal grande */
  .sys-btn-pay {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 50px;
    width: 300px;
    padding: 0 45px;
    margin-top: 30px;

    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);

    background: #261b6a;
    color: #fff;

    font-family:
      -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
      "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;

    text-decoration: none;
    cursor: pointer;

    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
    transition:
      transform 0.12s ease,
      box-shadow 0.12s ease,
      opacity 0.12s ease;
  }

  .sys-btn-pay:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  }

  .sys-btn-pay:active {
    transform: translateY(0);
  }

  /* Estado deshabilitado */
  .sys-btn-pay.is-disabled {
    background: rgba(0, 0, 0, 0.12);
    color: rgba(11, 11, 11, 0.45);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
  }

  .sys-paybar {
    width: min(100%, 1080px);
    margin: 32px auto 0;
    justify-content: center;
  }

  .sys-btn-pay {
    width: min(100%, 420px);
    height: 58px;
    padding: 0 34px;
    margin-top: 0;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #394481, #2f5d97);
    font-size: 1.16rem;
    font-weight: 700;
    box-shadow: 0 22px 46px rgba(57, 68, 129, 0.24);
  }

   .text-carrito-slide {
    font-family:
      -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
      "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
