@media (max-width: 767px) {
  ::placeholder {
    font-size: 1rem !important;
	 text-align: center;
  }
  h1 {
    font-family: inherit;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fe4e60 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
  }
  .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: 15px;
    background: red;
    border-color: transparent;
    color: #ffffff !important;
  }

  .sys-btn-style_1:hover {
    background: #d6d6d6;
    color: #000 !important;
  }
  .sys-btn-style_2 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    min-width: 30px;
    padding: 0 14px;
    border-radius: 12px;
    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 {
    background: #d6d6d6;
    color: #000 !important;
  }

  .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;
  }
  .sys-btn-style_5 {
    font-size: 1.8rem !important;
    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;
    margin-left: 10px;
    margin-right: 10px;
  }

  .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: 350px;
    height: 30px;
    right: 0px;
    top: 3px;
    text-align: right;
    padding-right: 10px;
  }
  .sys_logo {
    max-height: 60px;
  }
  .sys_carrito {
    float: right;
    margin: 0px 0 0 22px;
    position: relative;
    display: flex;
    width: 30px;
    font-size: 20px;
    cursor: pointer;
    padding-top: 6px;
  }

  .sys_indicador_carrito {
    position: absolute;
    z-index: 100;
    background-color: #c90909ed;
    color: white;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    top: 20px;
    right: -8px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sys_notbar_a {
    font-size: 0.8rem;
  }
  /*
	.sys_caja_reserva{
	display: flex;
	padding-top:10%;
	flex-direction: column;
	margin:0px;
	background-color:white;
	border:0px solid red;
	border-radius:0px;
	position: fixed;
	z-index: 100;
	top:210px;
	left: 0px;
	width: 100vw;
	height: calc( 100% - 210px);
	}
	*/

  /*body{
	position: fixed;
	}
	*/
  .sys_mensaje_movil > h1 {
    display: flex;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    justify-content: center;
    align-items: center;
    text-shadow: 0.1em 0.1em grey;
    font-size: 1.5rem !important;
  }
  .sys_texto_portada {
    display: none;
  }

  /* estilos carrito lateral */
  .sys-btn-style_3 {
    font-size: 16px;
    font-family:
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Roboto,
      sans-serif;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    width: 100%;
    height: 35px;

    background: linear-gradient(135deg, #2b1b9c, #180f4f, #5a3cff);
    background-size: 200% 200%;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    cursor: pointer;

    transition: all 0.3s ease;
  }

  .sys-btn-style_3:hover {
    background: #d6d6d6;
    color: #000 !important;
  }

  #boton_comprar_ofertas_seguir_slide {
    background: linear-gradient(135deg, #ff4d4d, #d10000, #8f0000);
    background-size: 200% 200%;
    color: #fff;
    box-shadow: 0 10px 24px rgba(209, 0, 0, 0.28);
  }

  #boton_comprar_ofertas_seguir_slide:hover {
    background: linear-gradient(135deg, #ff6666, #e00000, #a00000);
    color: #fff !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;
    border-bottom: 1px solid #e2e2e2;
  }
  .sys_blockcart_contenido {
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    height: 95vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .sys_cesta_ofertas {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100px;
    flex-direction: column;
    margin-right: 20px;
    margin-top: 20px;
  }
  .sys_cart_products {
    width: 100%;
    margin-bottom: 20px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
  }
  .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;
    margin-top: 20px;
  }
  .sys_cart_buttons2 {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    background-color: #3361fd;
    color: #ffffff;
    border-radius: 8px;
  }
  .sys_cart_buttons3 {
    margin-top: 30px;
    width: 100%;
    background-color: #3361fd;
    color: #ffffff;
    border-radius: 8px;
  }
  /* estilos carrito lateral */

  .caja_boton_movil {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .show {
    display: flex !important;
    z-index: 103;
    position: fixed !important;
    top: 250px !important;
    transition: all 1s;
    box-shadow: -7px 0px 5px 0px rgba(0, 0, 0, 0.4);
  }
  /* checkout */
  /* 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: clamp(1.8rem, 4vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.01em;

    color: #36445d;
    background: #ffffff;

    min-height: clamp(48px, 10vw, 56px);
    padding: 0 clamp(20px, 5vw, 30px);
    margin-top: clamp(16px, 4vw, 20px);
    margin-bottom: clamp(16px, 4vw, 24px);

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

  .sys-checkout-step {
    display: flex;
    align-items: center;
    gap: clamp(12px, 3vw, 16px);

    margin: 0 clamp(20px, 5vw, 25px) clamp(16px, 4vw, 20px);

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

  .sys-checkout-step__badge {
    width: clamp(28px, 7vw, 32px);
    height: clamp(28px, 7vw, 32px);

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

    font-size: clamp(0.85rem, 3vw, 0.95rem);
    font-weight: 500;

    color: #ffffff;
    background: #0b0b0b;

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

  .sys-checkout-step__text {
    font-size: clamp(1.15rem, 3.2vw, 1.35rem);
    font-weight: 600;
    letter-spacing: -0.01em;

    color: #0b0b0b;
  }

  .sys_caja_formulario_contenedor {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sys_caja_formulario {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #5656567c;
    border-radius: 12px;
  }
  .sys_caja_formulario input {
    border-radius: 12px;
  }

  .sys_titulo_checkout_blue {
    display: flex;
    align-items: center;
    width: 100vw;
    background-color: blue;
    color: white !important;
    justify-content: flex-start;
    min-height: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 35px;
  }

  .cajas_detalles_checkout {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    
  }

  .cajas_detalles_checkout > input {
    margin-right: 20px !important;
    width: 30px !important;
  }
  .sys_caja_detalle {
    font-size: 1.1rem !important;
    line-height: 1.3em;
    font-weight: normal;
  }
  .boton_centrado {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
  }
  /* caja precios */
  .caja_precios {
    width: 90%;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    height: 44vh;
    background-color: #3361fd;
  }
  .caja_interior_precios {
    background-color: #3361fd;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
  }
  .cols1 {
    width: 100% !important;
  }
  .cols2 {
    width: 100% !important;
  }
  .cols3 {
    width: 100% !important;
  }
  .cols4 {
    width: 100% !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: 90%;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    height: 44vh;
    background-color: #fff;
    border: 2px solid #3361fd;
    padding: 30px;
  }
  .texto_cancelacion {
    text-align: center;
    padding-top: 30px;
    font-size: 1.2rem;
  }

  .cerrar_seguro {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
  }
  /* 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: 25%;
    display: flex;
    min-height: 100px;
    height: 490px;
    justify-content: space-around;
    align-items: center;
    box-shadow: -7px 0px 5px 0px rgb(0 0 0 / 20%);
    flex-direction: column;
    margin-left: 20px;
    border: 2px solid #f5f5f5;
    cursor: pointer;
  }
  .subcaja_destinos:hover {
    border: 2px solid black;
  }
  .subcaja_foto {
    width: 100%;
    display: flex;
    min-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;
    min-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;
    min-height: 40px;
    text-align: justify;
    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 */
  #mail {
    width: 260px;
	  height: 40px;
	  border-radius: 20px;
	  border: 1px solid #8B97C7 !important;
  }
  #code {
    width: 260px;
	   height: 40px;
	   border-radius: 20px;
	  border: 1px solid #8B97C7 !important;
  }
	#mail_recupera {
    width: 260px;
	  height: 40px;
	  border-radius: 20px;
		border: 1px solid #8B97C7 !important;
  }
  .caja_accesot {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 70px;
    flex-direction: column;
  }
  .caja_accesot_form {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .w-filter.state_desktop.style_drop_default .w-filter-item-title,
  .select2-selection,
  select,
  textarea,
  input:not([type="submit"]),
  .w-form-checkbox,
  .w-form-radio {
    /* height: 55px !important; */
    
  }
	
	.ticket-panel__btn {
	    display: inline-block;
  padding: 12px 24px;
  background-color: #1f8ac0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
	}

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

  .ticket-panel__hint {
    margin: 0;
    text-align: center;
  }
  /* 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: 14px;
 
    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);
  }

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

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

  .sys-product-image {
    width: 240px;
    min-height: 140px;
    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: 6px;
    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: 14px;
    width: 100%;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
  }

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

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

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

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

  /* Subcesta (cancelación) */
  .subcesta_slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgb(194 203 233 / 7%);
    border: 1px solid rgba(51, 97, 253, 0.18);
  }
  .cesta_ofertas {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100px;
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }
  .subcesta_ofertas {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 40px;
    margin-top: 10px;
    width: 100%;
  }

  .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: 100%;
    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: 700;
    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;
  }

  .sys_blockcart_titulo_pro_checkout_caja {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;

    width: 100%;
    min-height: auto;

    background:
      linear-gradient(to right, var(--accent), rgba(0, 0, 0, 0.12)) 0 0 / 100%
        10px no-repeat,
      #fff;

    padding: 18px 14px 14px 14px; /* top más grande para dejar espacio al “pill” */
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);

    color: #0f172a;
  }

  /* Asegura que el texto no herede blanco */
  .sys_blockcart_titulo_pro_checkout_caja .sys_card_product_text {
    color: #0f172a !important;
  }

  /* Título mobile */
  .sys_blockcart_titulo_pro_checkout_caja .sys_card_product_text.is-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: 0.2px;
  }

  /* Descuento como badge */
  .sys_blockcart_titulo_pro_checkout_caja .sys_card_product_text.is-subtitle {
    font-size: 14px !important;
    font-weight: 700 !important;

    padding: 7px 10px;
    border-radius: 999px;

    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.12);

    /* ✅ detalle: un borde izquierdo con el accent (sin pseudo-elementos) */
    box-shadow: inset 4px 0 0 var(--accent);

    white-space: normal; /* por si el descuento es largo */
  }

  .sys_blockcart_titulo_pro_checkout_caja .sys_card_product_text.is-subtitle {
    color: #fff !important;
    padding: 10px 12px;
    border-radius: 12px;
    background: #e44d26;
    border: 0;
    box-shadow: rgba(228, 77, 38, 0.35) 0 12px 22px;
  }

  .sys_blockcart_titulo_pro_checkout_caja {
    background: #eef1f6;
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }

  .sys_blockcart_titulo_pro_checkout_caja .sys_card_product_text.is-title {
    width: 100%;
    padding: 14px;
  }

  .sys_blockcart_titulo_pro_checkout_caja .sys_card_product_text.is-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 14px 14px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(228, 77, 38, 0.18);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
    color: #e44d26 !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
  }

  .sys-checkout-mobile-subtitle-wrap {
    margin-top: 10px;
  }

  .sys-checkout-mobile-subtitle-wrap .sys_card_product_text.is-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 9px 12px;
    border-radius: 14px;
    background: rgba(228, 77, 38, 0.08);
    border: 1px solid rgba(228, 77, 38, 0.18);
    box-shadow: none;
    color: #7a2e1e !important;
    font-size: 0.88rem !important;
    line-height: 1.35;
    white-space: normal;
    font-weight: 700;
  }

  .sys-checkout-mobile-subtitle-wrap .sys_card_product_text.is-subtitle i {
    color: #e44d26;
    font-size: 0.9rem;
    flex-shrink: 0;
  }

  .sys_blockcart_titulo_pro_slide_caja {
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    color: white;
    font-size: 1rem;
	 padding: 10px;
    /* justify-content: space-between; */
    width: 100%;
    line-height: 1rem;
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .sys_blockcart_titulo_pro_slide_caja span {
    font-weight: 500;
    margin-left: 6px;
    text-align: center;
  }
  #sys_cart_productsslide {
    width: 100%;
    min-height: 100px;
    /* height: 40vh; */
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent;
  }

  .caja_descuentos_y_totales {
    font-weight: normal;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .caja_descuentos_y_totales > span {
    font-size: 1.7rem !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;
    flex-direction: column;
  }

  #nombre_total {
    font-size: 1.1rem !important;
  }
  #sys_cart_subtotal1 {
    font-size: 1.1rem !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%;
  }
  #totall_dto_slide_text {
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: white;
    background-color: red;
  }
  #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: 1.3rem;
    color: red;
  }
  .sys_cart_totals_checkout_desc2 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
    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: 1.4rem;
    color: black;
    margin-top: 20px;
  }
  .sys_cart_totals_checkout_total2 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
    color: black;
    font-weight: bold;
  }

  .subrayado {
    text-decoration: line-through;
  }
  .caja_resumen_unico_checkout {
    font-size: 1.8rem;
    color: #333131;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sys_caja_opciones {
    margin-bottom: 10px;
    overflow-y: auto;
    background-color: white;
    margin-top: 10px;
    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: 1.1rem;
    color: #333131;
  }
  .row_contenido_calendario_pasado {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 45px;
    width: calc(100% / 7);
    display: flex;
    font-size: 1.1rem;
    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: 1.1rem;
    color: white;
    background-color: blue;
  }
  .row_contenido_calendario:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sys_caja_coche_taxi {
    background-color: white !important;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0em;
    width: 25%;
    display: flex;
    flex-direction: column;
  }
  .sys_caja_coche_taxi_marcado {
    background-color: white !important;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0em;
    width: 25%;
    display: flex;
    flex-direction: column;
    opacity: 0.5;
  }
  .sys_caja_coche_taxi:hover {
    background-color: white !important;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0em;
    width: 25%;
    display: flex;
    flex-direction: column;
  }
  .sys_caja_coche_taxi_marcado:hover {
    opacity: 1;
  }
  .sys_caja_coche_taxi_interior {
    background-color: white !important;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0em;
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
  }
  .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;
  }
  /* Card resumen */
  .caja_importes.sys-summary {
    width: 100%;
    border-radius: 16px;
    padding: 14px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* Filas */
  .sys-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  .sys-summary__row--soft {
    background: rgba(47, 128, 237, 0.06);
    border-color: rgba(47, 128, 237, 0.16);
  }

  .sys-summary__row--discount {
    background: rgba(239, 68, 68, 0.06);
    border-color: rgba(239, 68, 68, 0.18);
  }
  .sys-summary__row--discount .sys-summary__label,
  .sys-summary__row--discount .sys-summary__value {
    color: #b91c1c;
  }

  /* Total destacado */
  .sys-summary__row--total {
    background: rgba(47, 128, 237, 0.1);
    border-color: rgba(47, 128, 237, 0.22);
  }

  .sys-summary__label {
    flex: 1;
    font-size: 16px;
    font-weight: 850;
    color: rgba(15, 23, 42, 0.82);
  }

  .sys-summary__value {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-weight: 950;
    color: #0f172a;
  }

  .sys-summary__divider {
    height: 1px;
    width: 100%;
    background: rgba(15, 23, 42, 0.12);
    margin: 2px 0;
  }

  .sys-euro {
    font-size: 16px;
    font-weight: 950;
    opacity: 0.9;
  }

  /* Input “como texto”, grande */
  .numbercesta {
    width: 96px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: right !important;

    font-size: 19px !important; /* ✅ más grande */
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: inherit !important;
  }

  #acciones_checkout {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    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: 100%;
  }

  /* Formateamos el label que servirá de contenedor */
  .switch {
    position: relative;
    display: inline-block;
    min-width: 60px;
    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: red;
  }

  /* 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%;
  }

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

  .caja_30 {
    width: 100%;
  }
  .caja_68 {
    width: 100%;
    padding: 10px;
  }
  .caja_contenedor_30_68 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

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

  .sys-paybar {
    margin: clamp(18px, 4vw, 28px) clamp(16px, 5vw, 25px) 0;
    display: flex;
    justify-content: flex-start;
  }

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

    height: 44px;
    width: 300px;
    padding: 0 clamp(18px, 6vw, 45px);

    border-radius: clamp(14px, 4vw, 18px);
    border: 1px solid rgba(0, 0, 0, 0.1);

    background: #180f4f;
    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: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;
  }

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

  .sys-checkout-form {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f7f9ff);
    border: 1px solid rgba(57, 68, 129, 0.18);
    box-shadow: 0 10px 26px rgba(57, 68, 129, 0.12);
    font-family:
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Roboto,
      sans-serif;
  }

  /* CAJAS */
  .sys_caja_formulario {
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
  }

  /* INPUTS */
  .sys_caja_formulario input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(129, 129, 129, 0.074);
    background: #fff;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    transition:
      border-color 0.15s ease,
      box-shadow 0.15s ease;
  }

  .sys_caja_formulario input:focus {
    border-color: #394481;
    box-shadow: 0 0 0 4px rgba(57, 68, 129, 0.15);
  }

  /* TELÉFONO CON PREFIJO */
  .sys_caja_formulario select {
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(57, 68, 129, 0.25);
    padding: 0 10px;
    background: #fff;
    font-size: 15px;
  }

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

  .sys-checkout-form {
    padding: 16px;
    border-radius: 24px;
    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 20px 44px rgba(57, 68, 129, 0.14),
      0 8px 18px rgba(15, 23, 42, 0.06);
  }

  .sys-checkout-form .sys-full {
    width: 100%;
  }

  .sys-checkout-form__intro {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 20px;
    background:
      linear-gradient(135deg, rgba(57, 68, 129, 0.08), rgba(228, 77, 38, 0.08));
    border: 1px solid rgba(57, 68, 129, 0.1);
  }

  .sys-checkout-form__introIcon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #394481, #5a67b8);
    color: #fff;
    box-shadow: 0 10px 22px rgba(57, 68, 129, 0.25);
  }

  .sys-checkout-form__title {
    color: #0b132b;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .sys-checkout-form__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .sys-checkout-form__chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(57, 68, 129, 0.08);
    color: #394481;
    font-size: 0.83rem;
    font-weight: 700;
  }

  .sys_caja_formulario {
    margin-bottom: 12px;
  }

  .sys-field {
    position: relative;
    min-height: 56px;
    padding: 6px 10px 6px 12px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(57, 68, 129, 0.1);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  }

  .sys-field__icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #394481;
    background: rgba(57, 68, 129, 0.08);
  }

  .sys_caja_formulario input {
    height: 42px;
    padding: 0 10px;
    border: 0;
    background: transparent;
  }

  .sys-field:focus-within {
    border-color: rgba(57, 68, 129, 0.28);
    box-shadow:
      0 12px 24px rgba(57, 68, 129, 0.1),
      0 0 0 4px rgba(57, 68, 129, 0.1);
  }

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

  .sys_caja_formulario select {
    height: 42px;
    border: 1px solid rgba(57, 68, 129, 0.12);
    background: rgba(57, 68, 129, 0.04);
  }

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

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

  .cajas_detalles_checkout {
    margin-left: 16px !important;
    margin-right: 16px !important;
    margin-bottom: 26px;
    margin-top: 18px;
  }

  .sys-payment-card {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    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-payment-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    background: linear-gradient(135deg, #394481, #5a67b8);
    box-shadow: 0 10px 22px rgba(57, 68, 129, 0.2);
    font-size: 1.1rem;
  }

  .sys-payment-card__content {
    min-width: 0;
  }

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

  .sys-payment-card__title {
    color: #0b132b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
  }

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

  .sys-payment-card__brands {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
    margin-top: 12px;
  }

  .sys-checkoption {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    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);
    cursor: pointer;
  }

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

  .sys-checkoption__mark {
    width: 26px;
    height: 26px;
    margin-top: 2px;
    border-radius: 9px;
    flex-shrink: 0;
    border: 1px solid rgba(57, 68, 129, 0.18);
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
    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;
  }

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

  .sys-checkoption__text,
  .sys-checkoption__text a {
    color: #394481;
    font-size: 0.92rem;
    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: 14px;
  }

  .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: 5px 0 0 9px;
  }

  .cesta_slide {
    gap: 14px;
   
    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-product-body {
    gap: 12px;
    padding: 14px;
  }

  .sys-product-image {
    display: none;
  }

  .sys-product-info {
    padding: 0;
    
    width: 100%;
  }

  .sys-product-title {
    font-size: 1rem;
    line-height: 1.3;
  }

  .sys-product-code {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(57, 68, 129, 0.08);
    border: 1px solid rgba(57, 68, 129, 0.1);
    color: #394481;
    font-size: 0.85rem;
    font-weight: 700;
  }

  .sys_caja_detalle {
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(57, 68, 129, 0.05);
    border: 1px solid rgba(57, 68, 129, 0.08);
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .sys-passengers {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(57, 68, 129, 0.12);
  }

  .sys-passenger-row {
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(57, 68, 129, 0.08);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  }

  .sys-passenger-label,
  .sys-passenger-price {
    font-size: 0.9rem;
  }

  #delpasaj {
    width: auto;
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
  }

  #delpasaj p {
    margin: 0;
  }

  #delpasaj .sys-btn-style_2.is-danger {
    min-width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 1rem !important;
  }

  .subcesta_slide {
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
    background: rgba(57, 68, 129, 0.06);
    border: 1px solid rgba(57, 68, 129, 0.12);
  }

  [id^="caja_pasajeros_dtocheckout_"] {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
    padding: 10px 12px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(57, 68, 129, 0.05), rgba(57, 68, 129, 0.08));
    border: 1px solid rgba(57, 68, 129, 0.12);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  }

  [id^="pasaj_t_"] {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

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

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

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

  [id^="pasaj_b_"] {
    width: auto !important;
    flex: 0 0 auto;
    text-align: right;
  }

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

  [id^="pasaj_b_"] .sys-btn-style_2 {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 0.95rem !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  }

  [id^="pasaj_b_"] .sys-btn-style_2.is-brand {
    background: linear-gradient(135deg, #394481, #5a67b8);
    color: #fff !important;
  }

  /* ===== 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: 0;
    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: 10px;
    width: 100% !important;
    padding-top: 8px;
  }

  #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="pasaj"] > div > div:first-child {
    font-size: 0.92rem !important;
  }

  #sys_cart_productsslide [id="pasaj"] > div > div:last-child {
    font-size: 0.92rem !important;
    font-weight: 700;
  }

  #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: 40px;
    height: 40px;
    padding: 0 12px;
    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;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(57, 68, 129, 0.06);
    border: 1px solid rgba(57, 68, 129, 0.12);
    box-shadow: none;
  }

  #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: 8px;
  }

  #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.9rem !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.9rem !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;
  }
}
