.vsm-store {
  --vsm-primary: #ff7a00;
  --vsm-dark: #111111;
  --vsm-soft: #fff7ef;
  --vsm-border: rgba(17, 17, 17, .12);
  --vsm-shadow: 0 18px 50px rgba(0, 0, 0, .15);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--vsm-dark);
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px;
}

.vsm-store * {
  box-sizing: border-box;
}

.vsm-hero {
  min-height: 430px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 8, 8, .80) 0%, rgba(20, 14, 10, .72) 55%, rgba(5, 5, 5, .82) 100%),
    radial-gradient(circle at 83% 25%, rgba(255, 122, 0, .42), transparent 24%),
    var(--vsm-hero-image, none),
    linear-gradient(135deg, #111 0%, #201814 55%, #050505 100%);
  background-size: cover, auto, cover, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
  color: #fff;
  padding: clamp(28px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 30px;
  align-items: center;
  position: relative;
  box-shadow: var(--vsm-shadow);
}

.vsm-hero:after {
  content: "🍔";
  position: absolute;
  right: 8%;
  top: 10%;
  font-size: clamp(120px, 16vw, 230px);
  filter: drop-shadow(0 18px 25px rgba(0, 0, 0, .45));
  transform: rotate(-7deg);
  opacity: .95;
}

.vsm-hero__content,
.vsm-hero__card {
  position: relative;
  z-index: 2;
}

.vsm-brand-pill,
.vsm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  color: var(--vsm-primary);
}

.vsm-hero h1 {
  margin: 12px 0 0;
  font-size: clamp(38px, 6vw, 78px);
  line-height: .92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.vsm-hero h2 {
  margin: 12px 0 0;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1;
  color: var(--vsm-primary);
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.vsm-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  margin: 14px 0 0;
}

.vsm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.vsm-btn {
  appearance: none;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  line-height: 1;
}

.vsm-btn:hover {
  transform: translateY(-1px);
}

.vsm-btn-primary {
  background: var(--vsm-primary);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(255, 122, 0, .28);
}

.vsm-btn-outline {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .28);
}

.vsm-btn-full {
  width: 100%;
}

.vsm-hero__notice {
  margin-top: 22px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, .88);
  max-width: 720px;
}

.vsm-hero__card {
  justify-self: end;
  max-width: 300px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 10px;
  margin-top: 180px;
}

.vsm-hero__card span {
  color: var(--vsm-primary);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
}

.vsm-hero__card strong {
  font-size: 25px;
  line-height: 1.1;
}

.vsm-hero__card small {
  color: rgba(255, 255, 255, .72);
}

.vsm-menu-section {
  padding: 34px 0 80px;
}

.vsm-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 18px;
}

.vsm-section-head h3 {
  font-size: clamp(28px, 4vw, 44px);
  margin: 4px 0 0;
  letter-spacing: -.04em;
}

.vsm-floating-cart-btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: var(--vsm-dark);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.vsm-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 24px;
}

.vsm-cat-btn {
  border: 1px solid var(--vsm-border);
  background: #fff;
  color: var(--vsm-dark);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 800;
}

.vsm-cat-btn.is-active {
  background: var(--vsm-primary);
  color: #fff;
  border-color: var(--vsm-primary);
}

.vsm-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vsm-product-card {
  background: #fff;
  border: 1px solid var(--vsm-border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  display: flex;
  flex-direction: column;
}

.vsm-product-image {
  height: 190px;
  background: var(--vsm-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vsm-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vsm-product-image span {
  font-size: 62px;
}

.vsm-product-body {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vsm-product-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.vsm-product-body h4 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -.02em;
}

.vsm-product-body p {
  color: rgba(17, 17, 17, .68);
  line-height: 1.45;
  margin: 10px 0 14px;
  flex: 1;
}

.vsm-price {
  font-weight: 950;
  color: var(--vsm-primary);
  white-space: nowrap;
}

.vsm-add-btn {
  width: 100%;
  margin-top: auto;
}

.vsm-empty-state {
  padding: 34px;
  background: var(--vsm-soft);
  border-radius: 20px;
  border: 1px dashed var(--vsm-primary);
  grid-column: 1 / -1;
}

.vsm-cart-panel {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease;
}

.vsm-cart-panel.is-open {
  pointer-events: auto;
  opacity: 1;
}

.vsm-cart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .58);
}

.vsm-cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(480px, 100%);
  height: 100%;
  background: #fff;
  padding: 22px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .22s ease;
  box-shadow: -18px 0 50px rgba(0, 0, 0, .2);
}

.vsm-cart-panel.is-open .vsm-cart-drawer {
  transform: translateX(0);
}

.vsm-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.vsm-cart-head h3 {
  margin: 0;
  font-size: 32px;
}

.vsm-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--vsm-border);
  background: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.vsm-cart-items {
  display: grid;
  gap: 10px;
}

.vsm-cart-item {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--vsm-border);
  border-radius: 16px;
  padding: 10px;
}

.vsm-cart-item img,
.vsm-cart-thumb-fallback {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
  background: var(--vsm-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vsm-cart-item h5 {
  margin: 0 0 4px;
  font-size: 15px;
}

.vsm-cart-item small {
  color: rgba(17, 17, 17, .62);
}

.vsm-qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vsm-qty-controls button {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid var(--vsm-border);
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}

.vsm-cart-summary {
  background: #f8f8f8;
  border-radius: 18px;
  padding: 14px;
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.vsm-cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.vsm-cart-summary .vsm-total {
  border-top: 1px solid var(--vsm-border);
  padding-top: 10px;
  font-size: 18px;
}

.vsm-checkout {
  display: grid;
  gap: 12px;
}

.vsm-checkout h4 {
  margin: 4px 0;
  font-size: 22px;
}

.vsm-checkout label {
  display: grid;
  gap: 6px;
  font-weight: 800;
  font-size: 13px;
}

.vsm-checkout input,
.vsm-checkout textarea,
.vsm-checkout select {
  width: 100%;
  border: 1px solid var(--vsm-border);
  border-radius: 14px;
  padding: 12px 13px;
  font: inherit;
  background: #fff;
}

.vsm-payment-box {
  background: var(--vsm-soft);
  border: 1px solid rgba(255, 122, 0, .25);
  border-radius: 16px;
  padding: 13px;
}

.vsm-payment-box p {
  margin: 6px 0 0;
  color: rgba(17, 17, 17, .72);
  line-height: 1.45;
}

.vsm-form-note {
  color: rgba(17, 17, 17, .58);
  line-height: 1.35;
}

.vsm-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  z-index: 100000;
  box-shadow: var(--vsm-shadow);
  font-weight: 800;
}

.vsm-store.has-custom-hero .vsm-hero:after {
  opacity: .18;
}

@media (max-width: 900px) {
  .vsm-hero {
    grid-template-columns: 1fr;
  }

  .vsm-hero:after {
    right: 0;
    top: auto;
    bottom: 0;
    opacity: .22;
  }

  .vsm-hero__card {
    justify-self: start;
    margin-top: 0;
  }

  .vsm-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .vsm-store {
    padding: 10px;
  }

  .vsm-hero {
    border-radius: 20px;
    padding: 26px 18px;
  }

  .vsm-hero__actions,
  .vsm-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .vsm-products-grid {
    grid-template-columns: 1fr;
  }

  .vsm-cart-drawer {
    padding: 18px;
  }
}


/* ==========================================================
   VIAJERO SOY MUNCHIES - LOOK PRO INTEGRADO
   Food Truck + Ghost Kitchen Style
   Versión integrada al plugin
   ========================================================== */

/* Fondo general cuando la tienda está presente */
body:has(.vsm-store) {
  background: #070707 !important;
}

/* Fondo del área principal del tema */
body:has(.vsm-store) .wp-site-blocks {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.18), transparent 32%),
    linear-gradient(180deg, #050505 0%, #111 45%, #070707 100%) !important;
}

/* Contenedor principal */
.vsm-store {
  max-width: 1280px !important;
  padding: 20px !important;
}

/* HERO premium */
.vsm-hero {
  min-height: 560px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(255, 122, 0, 0.35) !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
  background-blend-mode: normal, normal, overlay, normal !important;
}

/* Quita el emoji gigante si usas imagen de fondo */
.vsm-hero:after {
  display: none !important;
}

/* Texto hero */
.vsm-hero h1 {
  max-width: 720px !important;
  font-size: clamp(44px, 7vw, 92px) !important;
  letter-spacing: -0.07em !important;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.65) !important;
}

.vsm-hero h2 {
  font-size: clamp(34px, 5vw, 66px) !important;
  color: #ff8a00 !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.65) !important;
}

.vsm-hero p {
  max-width: 560px !important;
  font-size: 19px !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Pill superior */
.vsm-brand-pill,
.vsm-eyebrow {
  background: rgba(255, 122, 0, 0.14) !important;
  border: 1px solid rgba(255, 122, 0, 0.34) !important;
  color: #ff9b28 !important;
  padding: 9px 13px !important;
  border-radius: 999px !important;
}

/* Botones principales */
.vsm-btn {
  border-radius: 999px !important;
  padding: 15px 22px !important;
  letter-spacing: 0.02em !important;
}

.vsm-btn-primary {
  background: linear-gradient(135deg, #ff7a00, #ff9f1a) !important;
  color: #111 !important;
  box-shadow: 0 14px 34px rgba(255, 122, 0, 0.35) !important;
}

.vsm-btn-primary:hover {
  transform: translateY(-2px) scale(1.01) !important;
  box-shadow: 0 20px 45px rgba(255, 122, 0, 0.45) !important;
}

.vsm-btn-outline {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
}

/* Aviso importante */
.vsm-hero__notice {
  background: rgba(0, 0, 0, 0.42) !important;
  border: 1px solid rgba(255, 122, 0, 0.28) !important;
  backdrop-filter: blur(14px) !important;
}

/* Tarjeta derecha del hero */
.vsm-hero__card {
  background: rgba(0, 0, 0, 0.52) !important;
  border: 1px solid rgba(255, 122, 0, 0.30) !important;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45) !important;
}

/* Sección menú */
.vsm-menu-section {
  margin-top: 28px !important;
  padding: 42px 0 100px !important;
  color: #fff !important;
}

.vsm-section-head h3 {
  color: #fff !important;
  font-size: clamp(34px, 5vw, 58px) !important;
}

.vsm-section-head h3:after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background: linear-gradient(90deg, #ff7a00, transparent);
  border-radius: 99px;
  margin-top: 12px;
}

/* Botón carrito flotante */
.vsm-floating-cart-btn {
  background: #ff7a00 !important;
  color: #111 !important;
  box-shadow: 0 12px 28px rgba(255, 122, 0, 0.35) !important;
}

/* Categorías */
.vsm-category-filter {
  gap: 12px !important;
  margin: 24px 0 30px !important;
}

.vsm-cat-btn {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  padding: 12px 18px !important;
  backdrop-filter: blur(10px) !important;
}

.vsm-cat-btn:hover,
.vsm-cat-btn.is-active {
  background: #ff7a00 !important;
  color: #111 !important;
  border-color: #ff7a00 !important;
}

/* Grid de productos */
.vsm-products-grid {
  gap: 24px !important;
}

/* Tarjetas de productos */
.vsm-product-card {
  background: #121212 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 122, 0, 0.20) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

.vsm-product-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 122, 0, 0.55) !important;
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.55) !important;
}

/* Imagen producto */
.vsm-product-image {
  height: 240px !important;
  background: #1a1a1a !important;
}

.vsm-product-image img {
  transition: transform 0.35s ease !important;
}

.vsm-product-card:hover .vsm-product-image img {
  transform: scale(1.07) !important;
}

/* Texto producto */
.vsm-product-body {
  padding: 20px !important;
}

.vsm-product-body h4 {
  color: #fff !important;
  font-size: 23px !important;
}

.vsm-product-body p {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 15px !important;
}

.vsm-price {
  color: #ff9b28 !important;
  font-size: 18px !important;
  background: rgba(255, 122, 0, 0.12) !important;
  border: 1px solid rgba(255, 122, 0, 0.22) !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
}

/* Carrito lateral */
.vsm-cart-drawer {
  background: #0f0f0f !important;
  color: #fff !important;
}

.vsm-cart-head h3,
.vsm-checkout h4 {
  color: #fff !important;
}

.vsm-cart-summary {
  background: #181818 !important;
  color: #fff !important;
}

.vsm-checkout input,
.vsm-checkout textarea,
.vsm-checkout select {
  background: #181818 !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.vsm-payment-box {
  background: rgba(255, 122, 0, 0.10) !important;
  border-color: rgba(255, 122, 0, 0.28) !important;
  color: #fff !important;
}

.vsm-payment-box p,
.vsm-form-note {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Footer más limpio cuando la tienda está presente */
body:has(.vsm-store) footer,
body:has(.vsm-store) .wp-block-template-part {
  background: #050505 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Responsive */
@media (max-width: 900px) {
  .vsm-hero {
    min-height: 500px !important;
  }

  .vsm-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .vsm-store {
    padding: 10px !important;
  }

  .vsm-hero {
    min-height: 520px !important;
    border-radius: 24px !important;
    padding: 28px 20px !important;
  }

  .vsm-hero h1 {
    font-size: 42px !important;
  }

  .vsm-hero h2 {
    font-size: 34px !important;
  }

  .vsm-products-grid {
    grid-template-columns: 1fr !important;
  }

  .vsm-product-image {
    height: 230px !important;
  }
}


/* ==========================================================
   VIAJERO SOY MUNCHIES - MOBILE CENTER FIX
   Centrado automático en celulares
   ========================================================== */

@media (max-width: 620px) {
  body:has(.vsm-store) {
    overflow-x: hidden !important;
  }

  .vsm-store {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    text-align: center !important;
  }

  .vsm-hero {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background-position: center center !important;
  }

  .vsm-hero__content {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .vsm-brand-pill,
  .vsm-eyebrow {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .vsm-hero h1,
  .vsm-hero h2,
  .vsm-hero p {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vsm-hero__actions {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .vsm-hero__actions .vsm-btn {
    width: min(100%, 320px) !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vsm-hero__notice {
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .vsm-hero__card {
    width: 100% !important;
    max-width: 330px !important;
    justify-self: center !important;
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .vsm-section-head {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .vsm-section-head > div {
    width: 100% !important;
    text-align: center !important;
  }

  .vsm-section-head h3 {
    text-align: center !important;
  }

  .vsm-section-head h3:after {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vsm-floating-cart-btn {
    width: min(100%, 320px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vsm-category-filter {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .vsm-cat-btn {
    text-align: center !important;
  }

  .vsm-products-grid {
    width: 100% !important;
    justify-items: center !important;
    align-items: stretch !important;
  }

  .vsm-product-card {
    width: 100% !important;
    max-width: 380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .vsm-product-meta {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .vsm-price {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vsm-product-body {
    align-items: center !important;
    text-align: center !important;
  }

  .vsm-product-body h4,
  .vsm-product-body p {
    text-align: center !important;
  }

  .vsm-add-btn {
    width: min(100%, 310px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vsm-cart-drawer {
    text-align: left !important;
  }
}


/* ==========================================================
   VIAJERO SOY MUNCHIES - HIDE THEME TOP HEADER
   Oculta la parte de arriba del tema donde sale el logo pequeño
   ========================================================== */

body:has(.vsm-store) > header,
body:has(.vsm-store) header.wp-block-template-part,
body:has(.vsm-store) .wp-site-blocks > header,
body:has(.vsm-store) .wp-site-blocks > .wp-block-template-part:first-child,
body:has(.vsm-store) .wp-block-template-part:has(header),
body:has(.vsm-store) .site-header,
body:has(.vsm-store) .wp-block-site-logo,
body:has(.vsm-store) .wp-block-navigation {
  display: none !important;
}

body:has(.vsm-store) .wp-site-blocks {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body:has(.vsm-store) main,
body:has(.vsm-store) .wp-block-post-content,
body:has(.vsm-store) .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:has(.vsm-store) .vsm-store {
  margin-top: 0 !important;
}


/* ==========================================================
   VIAJERO SOY MUNCHIES - MOBILE LOGO/TITLE FIX
   Corrige nombre largo en móvil para que no se corte
   ========================================================== */

.vsm-store,
.vsm-hero,
.vsm-hero__content {
  overflow-x: hidden !important;
}

.vsm-hero h1 {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
}

@media (max-width: 620px) {
  .vsm-hero {
    overflow: hidden !important;
    max-width: 100% !important;
  }

  .vsm-hero__content {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .vsm-brand-pill {
    max-width: 92% !important;
    white-space: normal !important;
    line-height: 1.35 !important;
  }

  .vsm-hero h1 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: clamp(28px, 10vw, 42px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    hyphens: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vsm-hero h2 {
    font-size: clamp(32px, 11vw, 48px) !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  .vsm-hero p {
    font-size: 20px !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  .vsm-hero__notice {
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 420px) {
  .vsm-hero h1 {
    font-size: clamp(25px, 9vw, 36px) !important;
    letter-spacing: -0.035em !important;
  }

  .vsm-hero h2 {
    font-size: clamp(30px, 10vw, 42px) !important;
  }
}



/* VSM v1.1.0 - Estado vacío legible */
.vsm-empty-state {
  color: #111 !important;
  background: #fff7ef !important;
  text-align: center !important;
  font-weight: 800 !important;
}

.vsm-empty-state strong {
  color: #111 !important;
}



/* VSM v1.1.1 - Carrito vacío y seguridad visual */
.vsm-empty-cart {
  background: rgba(255, 122, 0, 0.08) !important;
  border: 1px dashed rgba(255, 122, 0, 0.35) !important;
  color: #fff !important;
  border-radius: 16px !important;
  padding: 18px !important;
  text-align: center !important;
  font-weight: 800 !important;
}



/* ==========================================================
   VIAJERO SOY MUNCHIES - SPONSOR BANNERS
   Espacios promocionales para sponsors
   ========================================================== */

.vsm-sponsor-banner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  color: #fff !important;
  background:
    linear-gradient(135deg, rgba(255, 122, 0, .18), rgba(0, 0, 0, .35)),
    #101010 !important;
  border: 1px solid rgba(255, 122, 0, .28) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .32) !important;
  margin: 18px auto !important;
  position: relative !important;
}

.vsm-sponsor-banner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

.vsm-sponsor-banner span {
  position: absolute !important;
  left: 18px !important;
  bottom: 14px !important;
  background: rgba(0, 0, 0, .62) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 999px !important;
  padding: 8px 13px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  backdrop-filter: blur(10px) !important;
}

.vsm-sponsor-banner:not(:has(img)) {
  min-height: 86px !important;
  padding: 22px !important;
}

.vsm-sponsor-banner:not(:has(img)) span {
  position: static !important;
}

.vsm-sponsor-banner--wide img {
  max-height: 180px !important;
}

.vsm-sponsor-banner--compact {
  max-width: 720px !important;
  min-height: 74px !important;
}

.vsm-sponsor-banner--compact img {
  max-height: 120px !important;
}

@media (max-width: 620px) {
  .vsm-sponsor-banner {
    border-radius: 18px !important;
    margin: 14px auto !important;
  }

  .vsm-sponsor-banner--wide img {
    max-height: 135px !important;
  }

  .vsm-sponsor-banner span {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 10px !important;
    max-width: 88% !important;
    text-align: center !important;
    white-space: normal !important;
  }
}



/* ==========================================================
   VIAJERO SOY MUNCHIES - FLOATING CART BUTTON
   Carrito flotante abajo a la derecha
   ========================================================== */

.vsm-floating-cart-mobile {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 99990 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 13px 15px !important;
  background: linear-gradient(135deg, #ff7a00, #ff9f1a) !important;
  color: #111 !important;
  box-shadow: 0 18px 45px rgba(255, 122, 0, .38), 0 10px 30px rgba(0,0,0,.35) !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  line-height: 1 !important;
}

.vsm-floating-cart-mobile__icon {
  font-size: 20px !important;
}

.vsm-floating-cart-mobile__text {
  font-size: 14px !important;
}

.vsm-floating-cart-mobile strong {
  min-width: 26px !important;
  height: 26px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
}

.vsm-cart-panel.is-open ~ .vsm-floating-cart-mobile,
.vsm-cart-panel.is-open + .vsm-floating-cart-mobile {
  display: none !important;
}

@media (max-width: 620px) {
  .vsm-floating-cart-mobile {
    right: 14px !important;
    bottom: 14px !important;
    padding: 14px 16px !important;
  }

  .vsm-floating-cart-mobile__text {
    display: none !important;
  }
}
