/* ============================================================
   Pixel Importados — Home Premium (light: blanco + naranja + verde)
   Scope: body.page-home
   ============================================================ */

.page-home {
  --px-bg: #ffffff;
  --px-bg-soft: #faf8f4;
  --px-surface: #ffffff;
  --px-border: #ece7df;
  --px-border-hover: rgba(255, 122, 0, 0.45);
  --px-ink: #16343a;
  --px-text: #2a3f45;
  --px-text-2: #5b6d72;
  --px-text-3: #8a979b;
  --px-orange: #ff7a00;
  --px-orange-deep: #e2660a;
  --px-orange-text: #c2410c;
  --px-teal: #1e7a80;
  --px-teal-deep: #14545b;
  --px-teal-ink: #0e3d43;
  --px-grad: linear-gradient(135deg, #ff8a1e 0%, #f06a00 100%);
  --px-grad-text: linear-gradient(110deg, #ea580c 0%, #f59e0b 100%);
  --px-green: #16a34a;
  --px-radius: 20px;
  --px-radius-sm: 14px;
  --px-shadow-sm: 0 2px 10px rgba(22, 52, 58, 0.06);
  --px-shadow-md: 0 14px 34px rgba(22, 52, 58, 0.1);
  --px-shadow-lg: 0 28px 60px rgba(22, 52, 58, 0.14);
  --px-font-display: 'Space Grotesk', 'Inter', 'Segoe UI', sans-serif;
  --px-ease: cubic-bezier(0.22, 1, 0.36, 1);

  background: var(--px-bg);
  color: var(--px-text);
}

/* ------------------------------------------------------------
   Reveal on scroll (solo si JS marcó <html class="pixel-anim">)
   ------------------------------------------------------------ */
.pixel-anim .page-home [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.55s var(--px-ease),
    transform 0.55s var(--px-ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.pixel-anim .page-home [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .pixel-anim .page-home [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ------------------------------------------------------------
   Aviso de rol admin
   ------------------------------------------------------------ */
.page-home .admin-role-callout {
  background: var(--px-bg-soft);
  border: 1px solid var(--px-border);
  border-radius: var(--px-radius-sm);
  margin: 20px auto 0;
  max-width: 1200px;
  padding: 14px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  color: var(--px-text-2);
}

.page-home .admin-role-callout__badge {
  background: var(--px-grad);
  color: #fff;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-right: 10px;
}

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */
.px-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 110px) 24px clamp(48px, 7vw, 90px);
  isolation: isolate;
}

.px-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(50rem 28rem at 10% -14%, rgba(255, 138, 30, 0.12), transparent 60%),
    radial-gradient(46rem 30rem at 94% 4%, rgba(30, 122, 128, 0.1), transparent 62%),
    linear-gradient(180deg, #fdf9f3 0%, #ffffff 78%);
}

/* rejilla sutil */
.px-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(22, 52, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 52, 58, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 15%, black 25%, transparent 72%);
  mask-image: radial-gradient(ellipse 90% 70% at 50% 15%, black 25%, transparent 72%);
}

.px-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.px-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(30, 122, 128, 0.3);
  background: rgba(30, 122, 128, 0.07);
  color: var(--px-teal-deep);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.px-hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--px-teal);
  box-shadow: 0 0 0 0 rgba(30, 122, 128, 0.5);
  animation: px-pulse 2.4s infinite;
}

@keyframes px-pulse {
  0% { box-shadow: 0 0 0 0 rgba(30, 122, 128, 0.45); }
  70% { box-shadow: 0 0 0 9px rgba(30, 122, 128, 0); }
  100% { box-shadow: 0 0 0 0 rgba(30, 122, 128, 0); }
}

.px-hero__title {
  font-family: var(--px-font-display);
  font-size: clamp(2.5rem, 5.4vw, 4.15rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 22px 0 18px;
  color: var(--px-ink);
}

.px-hero__accent {
  background: var(--px-grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.px-hero__subtitle {
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.65;
  color: var(--px-text-2);
  max-width: 52ch;
  margin: 0 0 30px;
}

.px-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.px-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  background: var(--px-grad);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(240, 106, 0, 0.32);
  transition: transform 0.2s var(--px-ease), box-shadow 0.2s var(--px-ease);
  touch-action: manipulation;
}

.px-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(240, 106, 0, 0.4);
  color: #fff;
}

.px-btn-primary:active {
  transform: translateY(0) scale(0.98);
}

.px-btn-primary i {
  transition: transform 0.2s var(--px-ease);
}

.px-btn-primary:hover i {
  transform: translateX(4px);
}

.px-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid rgba(30, 122, 128, 0.4);
  color: var(--px-teal-deep);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s var(--px-ease), background 0.2s var(--px-ease), transform 0.2s var(--px-ease);
  touch-action: manipulation;
}

.px-btn-ghost:hover {
  border-color: var(--px-teal);
  background: rgba(30, 122, 128, 0.06);
  color: var(--px-teal-ink);
  transform: translateY(-2px);
}

.px-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.px-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--px-text-2);
  font-size: 0.92rem;
  font-weight: 500;
}

.px-hero__trust i {
  color: var(--px-teal);
  font-size: 0.8rem;
}

/* visual derecha */
.px-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.px-hero__glow {
  position: absolute;
  inset: 8% 4%;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 138, 30, 0.18), transparent 72%);
  filter: blur(30px);
  z-index: 0;
}

.px-hero__card {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  aspect-ratio: 1 / 1.04;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--px-border);
  box-shadow: var(--px-shadow-lg);
  overflow: hidden;
}

.px-hero__card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 80% 0%, rgba(255, 138, 30, 0.08), transparent 55%);
  pointer-events: none;
}

.px-hero__slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 34px;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.7s var(--px-ease), transform 0.7s var(--px-ease);
  text-decoration: none;
  pointer-events: none;
}

.px-hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.px-hero__slide-img {
  width: 100%;
  height: 68%;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(22, 52, 58, 0.18));
}

.px-hero__slide-info {
  text-align: center;
}

.px-hero__slide-name {
  display: block;
  color: var(--px-ink);
  font-weight: 600;
  font-size: 1.02rem;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

.px-hero__slide-price {
  display: inline-block;
  font-family: var(--px-font-display);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 1.28rem;
  color: var(--px-orange-text);
}

/* ------------------------------------------------------------
   TICKER (banda verde oscuro de marca)
   ------------------------------------------------------------ */
.px-ticker {
  background: linear-gradient(90deg, #10474d 0%, var(--px-teal-deep) 50%, #10474d 100%);
  overflow: hidden;
  padding: 15px 0;
}

.px-ticker__track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: px-marquee 34s linear infinite;
}

.px-ticker:hover .px-ticker__track {
  animation-play-state: paused;
}

@keyframes px-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.px-ticker__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.px-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
  color: #eef7f5;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.px-ticker__item i {
  color: #ffb558;
  font-size: 0.72rem;
}

@media (prefers-reduced-motion: reduce) {
  .px-ticker__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .px-ticker__group[aria-hidden='true'] {
    display: none;
  }
}

/* ------------------------------------------------------------
   Secciones: base
   ------------------------------------------------------------ */
.px-section {
  padding: clamp(56px, 8vw, 104px) 24px;
}

.px-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.px-eyebrow {
  display: inline-block;
  color: var(--px-teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.px-section__title {
  font-family: var(--px-font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--px-ink);
  margin: 0;
}

.px-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.px-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--px-orange-text);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.98rem;
  padding: 8px 0;
  transition: gap 0.2s var(--px-ease);
}

.px-link-arrow:hover {
  gap: 13px;
  color: var(--px-orange-deep);
}

/* ------------------------------------------------------------
   PRODUCTOS DESTACADOS
   ------------------------------------------------------------ */
.px-products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 22px;
}

.px-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--px-surface);
  border: 1px solid var(--px-border);
  border-radius: var(--px-radius);
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--px-shadow-sm);
  transition:
    transform 0.28s var(--px-ease),
    border-color 0.28s var(--px-ease),
    box-shadow 0.28s var(--px-ease);
}

.px-card:hover {
  transform: translateY(-6px);
  border-color: var(--px-border-hover);
  box-shadow: var(--px-shadow-md);
}

.px-card__media {
  position: relative;
  aspect-ratio: 1 / 0.92;
  background: #f7f4ef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.px-card__media img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  transition: transform 0.4s var(--px-ease);
}

.px-card:hover .px-card__media img {
  transform: scale(1.06);
}

.px-card__off {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--px-grad);
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 5px 11px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px rgba(240, 106, 0, 0.3);
}

.px-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 20px;
  flex: 1;
}

.px-card__name {
  color: var(--px-ink);
  font-size: 0.99rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.px-card__pricing {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.px-card__price {
  font-family: var(--px-font-display);
  font-variant-numeric: tabular-nums;
  font-size: 1.32rem;
  font-weight: 700;
  color: var(--px-orange-text);
}

.px-card__compare {
  color: var(--px-text-3);
  font-size: 0.88rem;
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}

.px-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--px-border);
  padding-top: 13px;
}

.px-card__shipping {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--px-text-2);
  font-size: 0.82rem;
  font-weight: 500;
}

.px-card__shipping i {
  color: var(--px-green);
}

.px-card__go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(30, 122, 128, 0.08);
  border: 1px solid rgba(30, 122, 128, 0.22);
  color: var(--px-teal);
  font-size: 0.78rem;
  transition: background 0.2s var(--px-ease), transform 0.2s var(--px-ease), color 0.2s var(--px-ease);
}

.px-card:hover .px-card__go {
  background: var(--px-grad);
  border-color: transparent;
  color: #fff;
  transform: translateX(3px);
}

.px-products__more {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

/* ------------------------------------------------------------
   SPLIT EDITORIAL (categorías)
   ------------------------------------------------------------ */
.px-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.px-split__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  min-height: 340px;
  padding: 38px;
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
  transition: transform 0.3s var(--px-ease), box-shadow 0.3s var(--px-ease);
}

.px-split__panel:hover {
  transform: translateY(-5px);
  box-shadow: var(--px-shadow-lg);
}

/* Perfumes: verde oscuro de marca */
.px-split__panel--perfume {
  background:
    radial-gradient(52rem 26rem at 90% -20%, rgba(255, 181, 88, 0.2), transparent 60%),
    linear-gradient(160deg, #14545b 0%, #0e3d43 70%);
}

.px-split__panel--perfume .px-split__tag { color: #ffc37a; }
.px-split__panel--perfume .px-split__title { color: #ffffff; }
.px-split__panel--perfume .px-split__desc { color: rgba(255, 255, 255, 0.82); }
.px-split__panel--perfume .px-split__cta { color: #ffc37a; }
.px-split__panel--perfume .px-split__icon { color: rgba(255, 255, 255, 0.12); }

/* Tecnología: naranja cálido de marca */
.px-split__panel--tech {
  background:
    radial-gradient(52rem 26rem at 10% -20%, rgba(255, 224, 178, 0.5), transparent 60%),
    linear-gradient(200deg, #f5730a 0%, #d95d04 70%);
}

.px-split__panel--tech .px-split__tag { color: #ffe3c2; }
.px-split__panel--tech .px-split__title { color: #ffffff; }
.px-split__panel--tech .px-split__desc { color: rgba(255, 255, 255, 0.88); }
.px-split__panel--tech .px-split__cta { color: #fff; }
.px-split__panel--tech .px-split__icon { color: rgba(255, 255, 255, 0.16); }

.px-split__icon {
  position: absolute;
  top: 26px;
  right: 30px;
  font-size: clamp(4.4rem, 8vw, 6.8rem);
  z-index: -1;
  transition: transform 0.4s var(--px-ease);
}

.px-split__panel:hover .px-split__icon {
  transform: rotate(-8deg) scale(1.08);
}

.px-split__tag {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.px-split__title {
  font-family: var(--px-font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
}

.px-split__desc {
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 42ch;
  margin: 0;
}

.px-split__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 0.96rem;
  margin-top: 8px;
  transition: gap 0.2s var(--px-ease);
}

.px-split__panel:hover .px-split__cta {
  gap: 14px;
}

/* ------------------------------------------------------------
   BENEFICIOS
   ------------------------------------------------------------ */
.px-benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.px-benefit {
  position: relative;
  background: var(--px-surface);
  border: 1px solid var(--px-border);
  border-radius: var(--px-radius);
  padding: 30px 26px;
  box-shadow: var(--px-shadow-sm);
  transition: border-color 0.25s var(--px-ease), box-shadow 0.25s var(--px-ease), transform 0.25s var(--px-ease);
}

.px-benefit:hover {
  border-color: var(--px-border-hover);
  box-shadow: var(--px-shadow-md);
  transform: translateY(-4px);
}

.px-benefit__badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--px-grad);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(240, 106, 0, 0.3);
}

.px-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: rgba(30, 122, 128, 0.08);
  border: 1px solid rgba(30, 122, 128, 0.2);
  color: var(--px-teal);
  font-size: 1.25rem;
  margin-bottom: 18px;
}

.px-benefit__name {
  font-family: var(--px-font-display);
  color: var(--px-ink);
  font-size: 1.16rem;
  font-weight: 700;
  margin: 0 0 9px;
}

.px-benefit__desc {
  color: var(--px-text-2);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.px-benefit__desc strong {
  color: var(--px-orange-text);
}

/* ------------------------------------------------------------
   WHATSAPP CTA
   ------------------------------------------------------------ */
.px-wa {
  padding-bottom: clamp(72px, 9vw, 120px);
}

.px-wa__card {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(40px, 6vw, 64px) clamp(24px, 5vw, 60px);
  border-radius: 30px;
  background:
    radial-gradient(40rem 22rem at 50% -30%, rgba(22, 163, 74, 0.08), transparent 60%),
    #ffffff;
  border: 1px solid var(--px-border);
  box-shadow: var(--px-shadow-md);
  overflow: hidden;
}

.px-wa__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.28);
  color: #16a34a;
  font-size: 1.9rem;
  margin-bottom: 22px;
}

.px-wa__title {
  font-family: var(--px-font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--px-ink);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.px-wa__desc {
  color: var(--px-text-2);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 52ch;
  margin: 0 auto 30px;
}

.px-wa__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* toggle existente */
.page-home .newsletter-toggle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.page-home .newsletter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--px-bg-soft);
  border: 1px solid var(--px-border);
  border-radius: 999px;
  padding: 12px 22px;
}

.page-home .newsletter-toggle__status {
  color: var(--px-ink);
  font-weight: 600;
}

.page-home .newsletter-phone-warning {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #b45309;
  font-size: 0.9rem;
}

.page-home .newsletter-phone-warning a {
  color: var(--px-orange-text);
  text-decoration: underline;
}

/* ------------------------------------------------------------
   Responsive
   ------------------------------------------------------------ */
@media (max-width: 960px) {
  .px-hero__inner {
    grid-template-columns: 1fr;
  }

  .px-hero__visual {
    order: -1;
  }

  .px-hero__card {
    width: min(340px, 88vw);
    aspect-ratio: 1 / 0.9;
  }

  .px-split {
    grid-template-columns: 1fr;
  }

  .px-split__panel {
    min-height: 270px;
    padding: 30px 26px;
  }
}

@media (max-width: 640px) {
  .px-hero {
    padding-top: 32px;
  }

  .px-hero__title {
    font-size: clamp(2.1rem, 9vw, 2.6rem);
  }

  .px-hero__actions .px-btn-primary,
  .px-hero__actions .px-btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .px-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }

  .px-card__body {
    padding: 13px 13px 15px;
  }

  .px-card__name {
    font-size: 0.88rem;
  }

  .px-card__price {
    font-size: 1.12rem;
  }

  .px-card__shipping {
    font-size: 0.74rem;
  }

  .px-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
