/* Home móvil — experiencia app (PC no se toca) */

.sh-home-app {
  display: none;
}

@media (max-width: 720px) {
  .shuevo-home .sh-home-desktop {
    display: none !important;
  }

  .shuevo-home .sh-home-app {
    display: block;
    /* Header home es fixed: aire bajo logo / acciones */
    padding-top: calc(58px + 16px);
  }

  .shuevo-home .sh-footer {
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }
}

/* Banners — inset, sin marco; hueco entre slides */
.sh-app-banners {
  position: relative;
  margin: 4px 0 14px;
  padding: 0 16px;
}

.sh-app-banners-track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: auto; /* el JS controla el smooth + asiento final */
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0;
  margin: 0;
}

.sh-app-banners-track::-webkit-scrollbar {
  display: none;
}

.sh-app-banner-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  aspect-ratio: 2 / 1;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(43, 41, 36, 0.06);
  background:
    radial-gradient(ellipse 80% 70% at 80% 30%, rgba(196, 163, 90, 0.22), transparent 55%),
    linear-gradient(145deg, #FAF6EE 0%, #E8DFD0 100%);
}

.sh-app-banner-slide:not(:last-child) {
  margin-right: 12px;
}

.sh-app-banner-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.sh-app-banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sh-app-banners-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 10px 0 0;
}

.sh-app-banners-dots button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(76, 88, 47, 0.22);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.sh-app-banners-dots button.is-active {
  width: 18px;
  background: var(--sh-olive);
}

.sh-app-chips {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 16px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.sh-app-chips::-webkit-scrollbar {
  display: none;
}

.sh-app-chips::after {
  content: '';
  flex: 0 0 6px;
}

.sh-app-chips span {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(43, 41, 36, 0.06);
  font-size: 11px;
  font-weight: 700;
  color: var(--sh-ink);
  white-space: nowrap;
}

.sh-app-feed {
  padding: 8px 16px 24px;
}

.sh-app-feed-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.sh-app-feed-head h2 {
  margin: 0;
  font-family: var(--sh-serif);
  font-size: 24px;
  color: var(--sh-ink);
}

.sh-app-feed-head a {
  font-size: 12px;
  font-weight: 700;
  color: var(--sh-olive);
}

.sh-app-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sh-app-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(43, 41, 36, 0.06);
}

.sh-app-card[data-product-open] {
  cursor: pointer;
}

.sh-app-card-media {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 14px;
  overflow: hidden;
  background: #F3EADF;
}

.sh-app-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sh-app-card-body {
  min-width: 0;
  padding-right: 4px;
}

.sh-app-card-tag {
  display: inline-block;
  margin-bottom: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(76, 88, 47, 0.1);
  color: var(--sh-olive);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sh-app-card-name {
  margin: 0 0 2px;
  font-family: var(--sh-serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--sh-olive);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sh-app-card-pack {
  margin: 0 0 10px;
  font-size: 12px;
  color: var(--sh-muted);
}

.sh-app-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sh-app-card-price {
  font-size: 16px;
  font-weight: 800;
  color: var(--sh-ink);
  letter-spacing: -0.02em;
}

.sh-app-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--sh-olive);
  color: #fff;
  font-family: var(--sh-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(76, 88, 47, 0.22);
  transition: transform .15s ease, background .2s ease;
}

.sh-app-add:active {
  transform: scale(0.96);
}

.sh-app-more {
  display: block;
  margin: 16px 0 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--sh-olive);
  text-decoration: underline;
}

.sh-app-trust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(76, 88, 47, 0.08);
}

.sh-app-trust p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--sh-ink);
  line-height: 1.35;
}

.sh-app-trust a {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 800;
  color: var(--sh-olive);
}

.sh-app-why {
  padding: 4px 0 20px;
}

.sh-app-why h2 {
  margin: 0 0 12px;
  font-family: var(--sh-serif);
  font-size: 22px;
}

.sh-app-why ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.sh-app-why li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-height: 100%;
  padding: 12px 10px 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(43, 41, 36, 0.05);
}

.sh-app-why-ico {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: var(--sh-olive);
  background: rgba(76, 88, 47, 0.08);
}

.sh-app-why-ico svg {
  display: block;
}

.sh-app-why strong {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--sh-ink);
}

.sh-app-why li > span:not(.sh-app-why-ico) {
  font-size: 11px;
  line-height: 1.35;
  color: var(--sh-muted);
}
