.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: .5rem 1rem;
  background: #fff;
  color: #000;
  z-index: 10000
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 1px, 1px);
  white-space: nowrap;
  border: 0;
}

.whatsapp-link {
  position: fixed;
  bottom: 30px;
  left: 25px;
  z-index: 50;
}

.whatsapp-link img {
  width: 50px;
  height: auto;
  border-radius: 50px;
}

.whatsapp-icon {
  margin-top: 10px;
}

.__lomejor .owl-carousel .product h3 {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.46rem;
  width: 100%;
  margin-top: 20px;
  color: #444444;
  z-index: 10;
}

.__productos .owl-carousel .product h3 {
  position: absolute;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.46rem;
  width: 100%;
  bottom: 0px;
  left: 10%;
  z-index: 10;
}

header .moviles button {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  font-weight: bold;
  border: none;
  background: transparent;
}

.fixed-top .container .row {
  height: 85px;
}

@media (max-width: 450px) {
  .__buscapasaje {
    margin-top: clamp(40px,
        calc(40px + (120 - 40) * ((100vw - 320px) / (450 - 320))),
        120px);
  }
}

.__buscapasaje {
  transition: margin-top 0.3s ease;
  padding: 20px 35px !important;
}

.otros_canales_compra {
  background-color: #f4831f;
  padding: 30px 0;
}

.contacto-contenedor {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.contacto-contenedor h3 {
  text-align: left;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.contacto-contenedor p {
  text-align: left;
  margin-bottom: 4px;
}

.contacto-contenedor a {
  font-size: 25px;
  padding: 0rem 3rem;
  font-weight: medium;
  color: #f4831f;
  background-color: white;
  font-weight: bold;
}

.contacto-image {
  width: 50px;

}

@media (max-width: 767px) {
  .contacto-contenedor a {
    font-size: 25px;
  }

  .contacto-image {
    width: 30px;
  }
}

.banner-cargo {
  text-align: center;
  margin: 0 auto;
}

.banner-cargo .img-cargo {
  width: 60%;
  height: auto;
  padding: 8px 0 20px 0;
}

@media (max-width: 768px) {
  .banner-cargo .img-cargo {
    width: 90%;
    max-width: 387px;
  }
}

@keyframes scale-modifier {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.banner-cargo .img-cargo {
  animation: scale-modifier 2s ease-in-out infinite;
}

.banner-cargo .img-cargo:hover {
  transform: scale(1.1);
}

.cargo-enlace {
  display: flex;
  justify-content: center;
}

.cargo-picture {
  align-self: center;
}

@media (max-width: 767px) {
  body>div.__foint {
    display: none;
  }

  #main-content {
    display: none !important;
  }

  .m-input::placeholder,
  .m-input option[value="0"],
  .m-field__control select.m-input {
    color: var(--m-ink) !important;
  }

  .__bussty {
    display: none !important;
  }

  .m-buy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .m-form-row .m-label {
    display: block;
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
  }

  .m-cta:active {
    transform: translateY(1px);
  }

  header.fixed-top .container .row {
    min-height: 68px;
  }

  .m-banner {
    background-color: #f4831f;
    width: 100%;
    background-size: cover;
    background-position: left center;
    width: 100vw;
    margin-left: calc(-1 * clamp(16px, 4vw, 24px));
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .m-buy-hero {
    display: none !important;
  }
}

@media (max-width: 767px) {

  #main-content,
  .__bussty {
    display: none !important;
  }

  :root {
    --m-bg: #0c0c0c;
    --m-card: #ffffff;
    --m-ink: #444;
    --m-sub: #626262;
    --m-brand: #f57f29;
    --m-ring: color-mix(in srgb, var(--m-brand) 38%, white);
    --m-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.06);
    --m-r: 8px;
  }

  .m-buy-hero {
    /* display: flex; */
    position: relative;
    min-height: 90dvh;
    padding: 8px clamp(16px, 4vw, 24px) 24px;
    /* background-image: url('../intranet/images/fondoindex2.png');
    background-size: cover;
    background-position: center bottom;
    overflow: hidden; */
  }

  /* .m-hero-bg .m-blob {
  position: absolute;
  inset: auto auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.35;
  pointer-events: none;
  transform: translateZ(0);
}

.m-blob--1 {
  top: -120px;
  left: -120px;
  background: #ffd4b5;
}

.m-blob--2 {
  bottom: -180px;
  right: -160px;
  background: #ffe1c5;
} */

  .m-noise {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
    mix-blend-mode: multiply;
  }

  /* Card */
  .m-buy-card {
    position: relative;
    width: min(720px, 100%);
    margin-inline: auto;
    background: rgba(255, 255, 255, 0.65);
    border-radius: calc(var(--m-r) + 4px);
    box-shadow: var(--m-shadow);
    padding: 12px 16px;
    backdrop-filter: saturate(1.1) blur(6px);
    /* align-self: center; */
  }

  .m-buy-card h1 {
    margin: 2px 2px 12px;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
    color: var(--m-ink);
    letter-spacing: 0.2px;
  }

  /* Segment */
  .m-segment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    background: #fafafa;
    padding: 6px;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 280px;
    margin-bottom: 12px;
    border: 1.8px solid #d6d6d6;
  }

  .m-seg-btn {
    appearance: none;
    border: 0;
    padding: 8px 4px;
    font-size: 14px;
    border-radius: 6px;
    background: transparent;
    font-weight: 700;
    color: #444;
  }

  .m-seg-btn.is-active {
    background: #fff;
    color: #111;
    -webkit-box-shadow: 0px 0px 15px 9px rgba(163, 163, 163, 0.65);
    box-shadow: 0px 0px 6px 2px rgba(143, 143, 143, 0.65);
  }

  /* Campos */
  .m-buy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .m-field {
    display: block;
  }

  .m-field__label {
    display: block;
    font-size: 12px;
    color: var(--m-sub);
    margin: 2px 2px 6px;
  }

  .m-field__control {
    display: flex;
    align-items: center;
    gap: 10px;
    /* border: 1px solid #ececec; */
    border-radius: 6px;
    padding: 6px 10px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease,
      background 0.15s ease;

    background: rgba(255, 255, 255, 0.5);
  }

  .m-ico {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #5c5c5c;
  }

  .m-input {
    border: 0 !important;
    outline: 0;
    background: transparent !important;
    width: 100%;
    font-size: 14px;
    color: #222;
    min-height: 24px;
    line-height: 24px;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .m-field__control:focus-within {
    border-color: var(--m-ring);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--m-ring) 35%, transparent);
  }

  /* CTA */
  .m-cta {
    max-width: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 12px auto;
    padding: 8px 16px;
    border-radius: 6px;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: linear-gradient(180deg,
        color-mix(in srgb, var(--m-brand) 92%, white),
        var(--m-brand));
    color: #fff;
    box-shadow: 0 8px 20px rgba(232, 111, 31, 0.35);
    transition: transform 0.06s ease, box-shadow 0.15s ease;
  }

  .m-cta:active {
    transform: translateY(1px);
  }

  .m-cta__arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.15s ease;
  }

  .m-cta:hover .m-cta__arrow {
    transform: translateX(2px);
  }

  .m-help {
    margin: 0px 2px 0;
    font-size: 12px;
    color: #000;
    text-align: center;
  }

  .m-help a {
    color: #1a1a1a;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  /* Header fijo un poco más compacto en móvil */
  header.fixed-top .container .row {
    min-height: 68px;
  }
}

@media (max-width: 767px) {
  .m-field__control {
    position: relative;
  }

  .m-field__control select.m-input {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    min-height: 32px;
    line-height: 32px;
    padding-right: 40px !important;
    font-size: 14px;
    color: var(--m-ink);
    border: 0 !important;
    box-shadow: none !important;
  }

  select.m-input::-ms-expand {
    display: none;
  }

  .m-field__control::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    opacity: 0.55;
    /* chevron hacia abajo */
    background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  }

  select.m-input option {
    font-size: 14px;
    text-transform: none;
    /* o 'capitalize' si quieres capitalizar */
  }

  .m-field__control:focus-within {
    border-color: color-mix(in srgb, var(--m-brand) 38%, white);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--m-brand) 35%, transparent);
  }
}

@media (max-width: 767px) {
  .m-hero-slider {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    inline-size: 100%;
    /* altura razonable en móvil sin tragarse el navegador */
    block-size: min(62vh, 520px);
    margin-inline: calc(-1 * clamp(16px, 4vw, 24px));
    /* full-bleed */
    width: 100vw;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .m-hero-slider::-webkit-scrollbar {
    display: none;
  }

  .m-hero-slide {
    position: relative;
    scroll-snap-align: start;
    inline-size: 100%;
    block-size: 100%;
    background: var(--bg) center/cover no-repeat;
    isolation: isolate;
  }

  .m-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /* degradado para legibilidad si pones overlay de texto */
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .15) 40%, rgba(0, 0, 0, .45));
    z-index: 0;
  }

  .m-hero-overlay {
    position: absolute;
    inset-inline: clamp(12px, 4vw, 20px);
    inset-block-end: clamp(10px, 4vw, 18px);
    z-index: 1;
    color: #fff;
  }

  .m-hero-overlay h2 {
    margin: 0 0 .25em;
    font: 700 18px/1.1 system-ui, sans-serif;
  }

  .m-hero-btn {
    display: inline-block;
    padding: .5rem .9rem;
    border-radius: 999px;
    background: #f4831f;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }

  .m-hero-dots {
    position: relative;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin: 8px 0 12px;
  }

  .m-hero-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: rgba(0, 0, 0, .25);
    cursor: pointer;
  }

  .m-hero-dots button[aria-current="true"] {
    background: #000;
  }
}

/* Asegura que la tarjeta no tape el carrusel; ya usas backdrop */
@media (max-width: 767px) {
  .m-buy-card {
    position: absolute;
    top: 8px;
    left: 2.5%;
    width: 95%;
    margin: 0 auto;
  }
}

.carousel-mobile {
  margin-top: -8px;
  margin-left: calc(clamp(16px, 4vw, 24px) * -1);
  margin-right: calc(clamp(16px, 4vw, 24px) * -1);
  margin-bottom: -24px;
  height: 90dvh;
}

.carousel-mobile .carousel-inner {
  height: 90dvh;
}

.carousel-mobile .carousel-item {
  height: 100%;
}

.carousel-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}