.aphome-store {
  --aphome-red: #ef0016;
  --aphome-red-dark: #bd0011;
  --aphome-cyan: #00d7ff;
  --aphome-ink: #101217;
  --aphome-muted: #666b76;
  --aphome-paper: #f5f6f8;
  --aphome-line: #e4e7ec;
  color: var(--aphome-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.aphome-store *, .aphome-store *::before, .aphome-store *::after { box-sizing: border-box; }
.aphome-store h1, .aphome-store h2, .aphome-store p { margin-top: 0; }
.aphome-store a { text-decoration: none; }
.aphome-store [hidden] { display: none !important; }
.aphome-hero, .aphome-section, .aphome-route, .aphome-disclosure { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.aphome-hero {
  min-height: 535px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 42px;
  padding: 38px 0 42px;
}

.aphome-eyebrow, .aphome-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--aphome-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.aphome-hero h1 {
  max-width: 620px;
  margin-bottom: 21px;
  font-size: clamp(45px, 5.2vw, 72px);
  line-height: .96;
  letter-spacing: -4.7px;
  font-weight: 950;
  text-wrap: balance;
}

.aphome-hero h1 span { color: var(--aphome-red); }
.aphome-hero h1 em { color: #006cff; font-style: normal; }
.aphome-hero__copy > p { max-width: 570px; margin-bottom: 27px; color: var(--aphome-muted); font-size: 18px; }
.aphome-hero__quick { display: flex; flex-wrap: wrap; gap: 8px; }
.aphome-hero__quick a {
  padding: 10px 15px;
  border: 1px solid var(--aphome-line);
  border-radius: 999px;
  color: #343943;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.aphome-hero__quick a:hover { color: #fff; border-color: var(--aphome-ink); background: var(--aphome-ink); transform: translateY(-2px); }

.aphome-stage {
  --aphome-px: 0px;
  --aphome-py: 0px;
  --aphome-rx: 0deg;
  --aphome-ry: 0deg;
  min-height: 455px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  perspective: 1100px;
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(0,215,255,.22), transparent 30%),
    radial-gradient(circle at 82% 83%, rgba(239,0,22,.3), transparent 34%),
    linear-gradient(145deg, #161922, #090b10 72%);
  box-shadow: 0 28px 70px rgba(16,18,23,.2);
}

.aphome-stage__grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 32px 32px;
  transform: perspective(500px) rotateX(62deg) scale(1.5) translateY(24%);
  transform-origin: bottom;
  -webkit-mask-image: linear-gradient(transparent, #000);
  mask-image: linear-gradient(transparent, #000);
}

.aphome-stage__mini { position: absolute; z-index: 3; width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(16,19,27,.64); backdrop-filter: blur(10px); box-shadow: 0 16px 34px rgba(0,0,0,.32); pointer-events: none; }
.aphome-stage__mini::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(135deg, rgba(0,215,255,.22), transparent 45%, rgba(239,0,22,.25)); z-index: -1; }
.aphome-stage__mini img { width: 80%; height: 80%; object-fit: contain; filter: drop-shadow(0 8px 7px rgba(0,0,0,.35)); }
.aphome-stage__mini--one { left: 18px; top: 31px; transform: rotate(-8deg); animation: aphome-accessory-one 5.2s ease-in-out infinite; }
.aphome-stage__mini--two { right: 22px; top: 35%; transform: rotate(8deg); animation: aphome-accessory-two 5.8s ease-in-out infinite -1.4s; }
.aphome-stage__mini--three { left: 22px; bottom: 55px; width: 76px; height: 76px; transform: rotate(5deg); animation: aphome-accessory-one 4.8s ease-in-out infinite -2.2s; }

.aphome-stage__orb { position: absolute; z-index: -2; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; animation: aphome-orbit 17s linear infinite; }
.aphome-stage__orb--one { width: 78%; aspect-ratio: 1; transform: rotate(19deg); }
.aphome-stage__orb--two { width: 58%; aspect-ratio: 1; border-color: rgba(0,215,255,.19); animation-direction: reverse; animation-duration: 23s; }

.aphome-stage__slide {
  position: absolute;
  inset: 24px 24px 30px;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(calc(var(--aphome-px) + 30px), var(--aphome-py), 0) rotateX(var(--aphome-rx)) rotateY(var(--aphome-ry)) scale(.91);
  transition: opacity .62s ease, transform .72s cubic-bezier(.2,.8,.2,1);
}
.aphome-stage__slide.is-active { opacity: 1; pointer-events: auto; transform: translate3d(var(--aphome-px), var(--aphome-py), 0) rotateX(var(--aphome-rx)) rotateY(var(--aphome-ry)) scale(1); }
.aphome-stage__slide img { width: min(390px, 78%); height: 330px; object-fit: contain; filter: drop-shadow(0 32px 24px rgba(0,0,0,.47)); animation: aphome-device-float 5s ease-in-out infinite; }
.aphome-stage__slide[data-aphome-slide="0"] img { width: min(275px, 63%); height: 345px; }
.aphome-stage__slide[data-aphome-slide="1"] img { width: min(430px, 89%); }
.aphome-stage__slide span { position: absolute; left: 17px; bottom: 15px; color: #fff; }
.aphome-stage__slide small { display: block; color: #9ea5b3; font-size: 10px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.aphome-stage__slide b { font-size: 15px; }
.aphome-stage__slide::after { content: "Ver accesorios →"; position: absolute; right: 17px; bottom: 17px; color: #fff; font-size: 11px; font-weight: 850; }
.aphome-stage__slide.is-active::before { content: ""; position: absolute; inset: 9% 14%; z-index: -1; border-radius: 50%; background: rgba(0,215,255,.12); filter: blur(28px); animation: aphome-pulse 3.2s ease-in-out infinite; }

.aphome-stage__dots { position: absolute; z-index: 4; top: 21px; right: 21px; display: flex; gap: 6px; }
.aphome-stage__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.34); cursor: pointer; transition: width .2s, background .2s; }
.aphome-stage__dots button.is-active { width: 22px; border-radius: 8px; background: var(--aphome-cyan); }

.aphome-motionbar {
  min-height: 49px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  color: #fff;
  background: var(--aphome-ink);
  overflow: hidden;
}
.aphome-motionbar__ticker { display: flex; align-items: center; gap: 26px; width: max-content; padding-left: 4vw; white-space: nowrap; font-size: 12px; font-weight: 800; animation: aphome-ticker 23s linear infinite alternate; }
.aphome-motionbar__ticker b { color: var(--aphome-red); }
.aphome-motionbar button { align-self: stretch; border: 0; border-left: 1px solid #30343c; padding: 0 4vw 0 22px; color: #dfe2e7; background: var(--aphome-ink); font: inherit; font-size: 11px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.aphome-motionbar button:hover { color: #fff; background: #1c2028; }

.aphome-section { padding: 75px 0; }
.aphome-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 30px; }
.aphome-heading h2, .aphome-route h2 { margin-bottom: 0; font-size: clamp(34px, 4.2vw, 50px); line-height: 1; letter-spacing: -2.9px; font-weight: 950; }
.aphome-heading > p { margin-bottom: 4px; color: var(--aphome-muted); font-size: 13px; }
.aphome-kicker { margin-bottom: 9px; }

.aphome-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 22px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.aphome-rail::-webkit-scrollbar { display: none; }

.aphome-device {
  --aphome-device-bg: #edf9fb;
  --aphome-device-color: #007487;
  flex: 0 0 250px;
  min-height: 310px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 19px;
  border: 1px solid var(--aphome-line);
  border-radius: 24px;
  color: var(--aphome-ink) !important;
  background: linear-gradient(160deg, #fff 28%, var(--aphome-device-bg));
  scroll-snap-align: start;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.aphome-device:hover { transform: translateY(-5px); border-color: #d4d8df; box-shadow: 0 22px 45px rgba(20,24,31,.12); }
.aphome-device::after { content: ""; position: absolute; top: -55px; right: -55px; width: 150px; height: 150px; border-radius: 50%; background: var(--aphome-device-bg); opacity: .8; }
.aphome-device--red { --aphome-device-bg:#ffe1e4; --aphome-device-color:#d90014; }
.aphome-device--teal { --aphome-device-bg:#ddf9f6; --aphome-device-color:#008d82; }
.aphome-device--blue { --aphome-device-bg:#e2edff; --aphome-device-color:#0067dd; }
.aphome-device--indigo { --aphome-device-bg:#e6e9ff; --aphome-device-color:#3145c7; }
.aphome-device--green { --aphome-device-bg:#e1f6df; --aphome-device-color:#168214; }
.aphome-device--lime { --aphome-device-bg:#edf9d9; --aphome-device-color:#4f8d0b; }
.aphome-device--forest { --aphome-device-bg:#e0f0e7; --aphome-device-color:#187447; }
.aphome-device--coral { --aphome-device-bg:#ffe9e1; --aphome-device-color:#cb481d; }
.aphome-device__brand { color: var(--aphome-device-color); font-size: 10px; font-weight: 950; letter-spacing: 1px; text-transform: uppercase; }
.aphome-device > strong { position: relative; z-index: 2; margin-top: 4px; max-width: 185px; font-size: 17px; line-height: 1.15; }
.aphome-device__image { flex: 1; min-height: 160px; display: grid; place-items: center; position: relative; z-index: 1; }
.aphome-device__image img { width: 88%; height: 158px; object-fit: contain; filter: drop-shadow(0 15px 12px rgba(15,20,27,.23)); transition: transform .3s; }
.aphome-device:hover .aphome-device__image img { transform: scale(1.05) rotate(-2deg); }
.aphome-device__go { display: flex; justify-content: space-between; align-items: center; color: #4b515c; font-size: 11px; font-weight: 850; }
.aphome-device__go i { color: var(--aphome-device-color); font-style: normal; font-size: 17px; }

.aphome-categories { padding-top: 42px; }
.aphome-heading--categories { align-items: end; }
.aphome-tabs { max-width: 100%; display: flex; gap: 6px; padding: 5px; border: 1px solid #eceef2; border-radius: 15px; background: var(--aphome-paper); overflow-x: auto; scrollbar-width: none; }
.aphome-tabs::-webkit-scrollbar { display: none; }
.aphome-tabs button { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; gap: 7px; border: 0; border-radius: 10px; padding: 8px 12px; color: #555b65; background: transparent; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; transition: color .2s, background .2s, transform .2s, box-shadow .2s; }
.aphome-tabs button small { min-width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 999px; color: #777d87; background: #fff; font-size: 9px; transition: color .2s, background .2s, transform .2s; }
.aphome-tabs button:hover { color: var(--aphome-ink); background: #fff; transform: translateY(-1px); }
.aphome-tabs button.is-active { color: #fff; background: var(--aphome-ink); box-shadow: 0 8px 18px rgba(16,18,23,.16); }
.aphome-tabs button.is-active small { color: #fff; background: var(--aphome-red); transform: scale(1.08); }
.aphome-category-panel { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; animation: aphome-panel-in .42s ease both; }
.aphome-category-panel.is-active .aphome-product { animation: aphome-product-in .48s cubic-bezier(.2,.8,.2,1) both; }
.aphome-category-panel.is-active .aphome-product:nth-child(2) { animation-delay: 55ms; }
.aphome-category-panel.is-active .aphome-product:nth-child(3) { animation-delay: 110ms; }
.aphome-category-panel.is-active .aphome-product:nth-child(4) { animation-delay: 165ms; }
.aphome-category-panel.is-active .aphome-product:nth-child(5) { animation-delay: 220ms; }

.aphome-product { min-width: 0; align-self: start; position: relative; border: 1px solid var(--aphome-line); border-radius: 21px; background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.aphome-product:hover, .aphome-product.is-open { border-color: #d1d5dc; box-shadow: 0 22px 45px rgba(20,24,31,.11); }
.aphome-product__visual { height: 164px; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 46%, #fff 0 10%, #eff7f8 48%, #e9eef2 100%); }
.aphome-product__visual::before { content: ""; position: absolute; inset: -60% -30%; background: linear-gradient(110deg, transparent 38%, rgba(255,255,255,.68) 49%, transparent 61%); transform: translateX(-65%) rotate(8deg); transition: transform .8s ease; }
.aphome-product:hover .aphome-product__visual::before { transform: translateX(65%) rotate(8deg); }
.aphome-product__visual img { position: relative; z-index: 2; width: 78%; height: 138px; object-fit: contain; filter: drop-shadow(0 15px 11px rgba(16,20,27,.22)); animation: aphome-thumb-float 5.4s ease-in-out infinite; transition: transform .3s; }
.aphome-product:nth-child(even) .aphome-product__visual img { animation-delay: -2.1s; }
.aphome-product:hover .aphome-product__visual img { transform: scale(1.07) rotate(-2deg); }
.aphome-product__badge { position: absolute; z-index: 4; top: 10px; right: 10px; padding: 5px 8px; border-radius: 8px; color: #fff; background: rgba(16,18,23,.88); backdrop-filter: blur(7px); font-size: 8px; font-weight: 950; letter-spacing: .45px; text-transform: uppercase; }
.aphome-product__halo { position: absolute; z-index: 1; width: 110px; height: 110px; border-radius: 50%; border: 1px solid rgba(239,0,22,.17); box-shadow: 0 0 0 18px rgba(0,215,255,.05), 0 0 0 36px rgba(239,0,22,.035); animation: aphome-halo 9s linear infinite; }
.aphome-product__body { padding: 15px; }
.aphome-product__body > strong { display: block; min-height: 38px; font-size: 15px; line-height: 1.25; }
.aphome-product__body > p { min-height: 48px; margin: 6px 0 13px; color: var(--aphome-muted); font-size: 11px; line-height: 1.42; }
.aphome-product__body > button { width: 100%; min-height: 39px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 10px; padding: 8px 11px; color: #fff; background: var(--aphome-ink); font: inherit; font-size: 10px; font-weight: 900; cursor: pointer; transition: background .2s, transform .2s; }
.aphome-product__body > button:hover { background: var(--aphome-red); transform: translateY(-1px); }
.aphome-product__body > button i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--aphome-ink); background: #fff; font-style: normal; font-size: 14px; transition: transform .28s; }
.aphome-product.is-open .aphome-product__body > button i { transform: rotate(135deg); }
.aphome-product__details { max-height: 0; opacity: 0; overflow: hidden; transform: translateY(-6px); transition: max-height .36s ease, opacity .25s, transform .3s; }
.aphome-product__details.is-visible { max-height: 760px; opacity: 1; transform: translateY(0); }
.aphome-product__detail-title { display: block; margin-top: 13px; color: var(--aphome-ink); font-size: 10px; }
.aphome-product__details ul { list-style: none; display: grid; gap: 6px; margin: 13px 0 !important; padding: 0 !important; }
.aphome-product__details li { display: flex; gap: 6px; color: #4b5059; font-size: 10px; }
.aphome-product__details li span { color: #00a650; font-weight: 950; }
.aphome-product__details > a { min-height: 41px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 9px; border-radius: 10px; color: #fff !important; background: var(--aphome-red); text-align: center; font-size: 10px; font-weight: 900; transition: background .2s, transform .2s, box-shadow .2s; }
.aphome-product__details > a:hover { background: #00a650; transform: translateY(-1px); box-shadow: 0 9px 18px rgba(0,166,80,.2); }
.aphome-mini-review { margin: 0 0 10px; padding: 10px; border-left: 3px solid var(--aphome-red); border-radius: 0 11px 11px 0; background: #f4f6f8; }
.aphome-mini-review > span { display: block; margin-bottom: 5px; color: var(--aphome-red); font-size: 8px; font-weight: 950; letter-spacing: .55px; text-transform: uppercase; }
.aphome-mini-review > p { margin: 0 0 7px; color: #3f454e; font-size: 9px; line-height: 1.45; }
.aphome-mini-review > small { display: block; color: #6b717c; font-size: 7px; line-height: 1.4; }
.aphome-mini-review > small b { color: var(--aphome-ink); }
.aphome-related-list { display: grid; gap: 5px; margin-bottom: 10px; }
.aphome-related-list > b { margin-bottom: 2px; color: var(--aphome-ink); font-size: 9px; }
.aphome-related-list > button { min-height: 53px; display: grid; grid-template-columns: 43px 1fr 15px; align-items: center; gap: 7px; border: 1px solid #e1e4e9; border-radius: 10px; padding: 5px 8px; color: var(--aphome-ink) !important; background: #fff !important; font: inherit; font-size: 9px; font-weight: 900; text-align: left; cursor: pointer; transition: border-color .2s, transform .2s, box-shadow .2s; }
.aphome-related-list > button:hover, .aphome-related-list > button:focus, .aphome-related-list > button:active, .aphome-related-list > button.is-selected { border-color: var(--aphome-ink) !important; color: var(--aphome-ink) !important; background: #fff !important; box-shadow: inset 0 0 0 1px var(--aphome-ink) !important; transform: translateY(-1px); }
.aphome-related-list img { width: 43px; height: 43px; object-fit: contain; filter: drop-shadow(0 5px 4px rgba(16,18,23,.14)); }
.aphome-related-list span { display: block; color: var(--aphome-ink) !important; line-height: 1.16; }
.aphome-related-list small { display: block; margin-top: 3px; color: var(--aphome-red) !important; font-size: 6px; text-transform: uppercase; }
.aphome-related-list i { color: var(--aphome-red); font-size: 16px; font-style: normal; text-align: right; }

.aphome-trends { padding-bottom: 92px; }
.aphome-rail--trends { gap: 13px; }
.aphome-trend { flex: 0 0 242px; min-height: 292px; position: relative; display: flex; flex-direction: column; padding: 17px; border: 1px solid var(--aphome-line); border-radius: 21px; color: var(--aphome-ink) !important; background: #fff; scroll-snap-align: start; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.aphome-trend:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(20,24,31,.12); }
.aphome-trend__number { position: absolute; top: 15px; right: 16px; color: #c3c7ce; font-size: 10px; font-weight: 950; }
.aphome-trend__icon { height: 138px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 15px; color: #181b21; background: linear-gradient(140deg, #f0f2f5, #e7f9fc); }
.aphome-trend__icon img { width: 91%; height: 128px; object-fit: contain; filter: drop-shadow(0 11px 9px rgba(16,20,27,.2)); transition: transform .3s; }
.aphome-trend:hover .aphome-trend__icon img { transform: scale(1.08) rotate(-3deg); }
.aphome-trend > small { color: var(--aphome-red); font-size: 9px; font-weight: 950; letter-spacing: .8px; text-transform: uppercase; }
.aphome-trend > strong { margin-top: 5px; font-size: 14px; line-height: 1.25; }
.aphome-trend > b { margin-top: auto; display: flex; justify-content: space-between; align-items: center; min-height: 37px; padding: 8px 11px; border-radius: 10px; color: #fff; background: var(--aphome-red); font-size: 10px; text-align: center; transition: background .2s; }
.aphome-trend:hover > b { background: #00a650; }
.aphome-trend > b i { font-style: normal; font-size: 15px; }

.aphome-route { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 60px; padding: 60px; border-radius: 30px; color: #fff; background: var(--aphome-ink); overflow: hidden; position: relative; }
.aphome-route::after { content: "→"; position: absolute; right: -35px; top: -125px; color: rgba(255,255,255,.03); font-size: 330px; font-weight: 950; }
.aphome-route h2 { max-width: 470px; color: #fff; }
.aphome-route .aphome-kicker { color: #ff6370; }
.aphome-route ol { position: relative; z-index: 1; list-style: none; margin: 0 !important; padding: 0 !important; display: grid; gap: 10px; }
.aphome-route li { min-height: 59px; display: flex; align-items: center; gap: 15px; padding: 11px 15px; border: 1px solid #30343d; border-radius: 14px; background: #1b1e25; }
.aphome-route li span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #fff; background: var(--aphome-red); font-size: 12px; font-weight: 950; }
.aphome-route li b { font-size: 13px; }
.aphome-disclosure { margin-top: 42px; margin-bottom: 60px; padding: 16px 18px; display: grid; grid-template-columns: 27px 1fr; gap: 12px; border: 1px solid #dce8ff; border-radius: 14px; background: #f3f7ff; }
.aphome-disclosure > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #3064ce; font-family: Georgia, serif; font-weight: 800; }
.aphome-disclosure p { margin: 1px 0 0; color: #4c5872; font-size: 11px; }

/* Navegación interna con miniaturas */
.aphome-rail-frame { position: relative; }
.aphome-rail-frame .aphome-rail { align-items: flex-start; }
.aphome-rail-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(16,18,23,.11);
  border-radius: 50%;
  color: #3d424b;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 22px rgba(16,18,23,.1);
  backdrop-filter: blur(9px);
  font: inherit;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
  opacity: .58;
  transform: translateY(-50%);
  transition: opacity .2s, transform .2s, color .2s, background .2s;
}
.aphome-rail-arrow:hover, .aphome-rail-arrow:focus-visible { opacity: 1; color: #fff; background: var(--aphome-red); transform: translateY(-50%) scale(1.06); }
.aphome-rail-arrow--prev { left: -14px; }
.aphome-rail-arrow--next { right: -14px; }

.aphome-device { padding: 0; transition: min-height .35s, transform .25s, box-shadow .25s, border-color .25s; }
.aphome-device__toggle {
  width: 100%;
  min-height: 308px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 0;
  padding: 19px;
  color: var(--aphome-ink) !important;
  background: transparent !important;
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.aphome-device__toggle:hover, .aphome-device__toggle:focus, .aphome-device__toggle:focus-visible, .aphome-device__toggle:active {
  border-color: transparent !important;
  color: var(--aphome-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
}
.aphome-device__toggle:focus-visible { box-shadow: inset 0 0 0 3px rgba(16,18,23,.16) !important; }
.aphome-device__toggle > strong { position: relative; z-index: 2; margin-top: 4px; max-width: 185px; font-size: 17px; line-height: 1.15; }
.aphome-device__toggle .aphome-device__image { width: 100%; }
.aphome-device__toggle .aphome-device__brand { color: var(--aphome-device-color) !important; }
.aphome-device__toggle .aphome-device__go { color: #303640 !important; }
.aphome-device.is-open .aphome-device__image img { transform: scale(.9) translateY(-4px); }
.aphome-device.is-open .aphome-device__go i { transform: rotate(180deg); }
.aphome-device__go i { transition: transform .28s; }
.aphome-device__menu {
  position: relative;
  z-index: 3;
  max-height: 0;
  margin-top: -5px;
  padding: 0 13px;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .4s ease, opacity .28s, transform .32s, padding .35s;
}
.aphome-device__menu.is-visible { max-height: 310px; padding: 0 13px 14px; opacity: 1; transform: translateY(0); }
.aphome-device__menu-title { display: block; margin-bottom: 7px; color: #6a707a; font-size: 9px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.aphome-device__minis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; }
.aphome-device__minis button {
  min-width: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(16,18,23,.08);
  border-radius: 10px;
  padding: 4px 6px;
  color: var(--aphome-ink) !important;
  background: rgba(255,255,255,.9) !important;
  font: inherit;
  font-size: 9px;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s;
}
.aphome-device__minis button:hover, .aphome-device__minis button:focus, .aphome-device__minis button:active { border-color: var(--aphome-device-color) !important; color: var(--aphome-ink) !important; background: #fff !important; transform: translateY(-1px); box-shadow: none !important; }
.aphome-device__minis button.is-selected { border-color: var(--aphome-ink) !important; color: var(--aphome-ink) !important; background: #fff !important; box-shadow: inset 0 0 0 1px var(--aphome-ink) !important; }
.aphome-device__minis img { width: 39px; height: 39px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 5px 4px rgba(16,18,23,.14)); }
.aphome-device__minis span { min-width: 0; display: block; color: var(--aphome-ink) !important; line-height: 1.12; }
.aphome-device__minis small { display: block; margin-top: 3px; color: #777d87 !important; font-size: 6px; font-weight: 800; text-transform: uppercase; }
.aphome-device__menu > a { min-height: 35px; display: flex; align-items: center; justify-content: space-between; margin-top: 7px; padding: 7px 9px; border-radius: 9px; color: #fff !important; background: var(--aphome-ink); font-size: 9px; font-weight: 900; transition: background .2s; }
.aphome-device__menu > a:hover { background: var(--aphome-red); }

.aphome-category-panel { display: block; }
.aphome-category-products { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.aphome-mini-frame {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr) 30px;
  align-items: center;
  gap: 6px;
  margin: -5px 0 17px;
  padding: 7px;
  border: 1px solid #eceef2;
  border-radius: 16px;
  background: linear-gradient(90deg, #fafbfc, #f4f6f8);
  overflow: hidden;
}
.aphome-mini-rail { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; overscroll-behavior-inline: contain; }
.aphome-mini-rail::-webkit-scrollbar { display: none; }
.aphome-mini-rail > button {
  flex: 0 0 auto;
  min-height: 61px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e5e8ec;
  border-radius: 12px;
  padding: 5px 10px 5px 6px;
  color: var(--aphome-ink) !important;
  background: #fff !important;
  font: inherit;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(16,18,23,.045);
  transition: color .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.aphome-mini-rail > button:hover, .aphome-mini-rail > button:focus, .aphome-mini-rail > button:active { color: var(--aphome-ink) !important; border-color: rgba(16,18,23,.38) !important; background: #fff !important; transform: translateY(-1px); box-shadow: 0 7px 16px rgba(16,18,23,.08) !important; }
.aphome-mini-rail > button.is-selected { color: var(--aphome-ink) !important; border-color: var(--aphome-ink) !important; background: #fff !important; box-shadow: inset 0 0 0 1px var(--aphome-ink), 0 8px 18px rgba(16,18,23,.12) !important; }
.aphome-mini-rail > button > span { display: block; color: inherit !important; line-height: 1.15; }
.aphome-mini-rail > button small { display: block; margin-top: 4px; color: var(--aphome-red) !important; font-size: 6px; font-weight: 950; letter-spacing: .4px; text-transform: uppercase; }
.aphome-mini-rail > button.is-selected small { color: var(--aphome-red) !important; }
.aphome-mini-rail img { width: 49px; height: 49px; object-fit: contain; filter: drop-shadow(0 5px 4px rgba(16,18,23,.14)); animation: aphome-mini-bob 4.5s ease-in-out infinite; }
.aphome-mini-rail > button:nth-child(even) img { animation-delay: -2s; }
.aphome-mini-arrow { width: 28px; height: 28px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #5d626c; background: #fff; font: inherit; font-size: 18px; cursor: pointer; opacity: .7; transition: opacity .2s, color .2s, background .2s; }
.aphome-mini-arrow:hover { opacity: 1; color: #fff; background: var(--aphome-red); }
.aphome-product.is-highlighted { border-color: var(--aphome-red); box-shadow: 0 0 0 3px rgba(239,0,22,.1), 0 22px 45px rgba(20,24,31,.12); animation: aphome-focus-pulse .75s ease; }

.aphome-trend { height: auto; }
.aphome-trend > button {
  width: 100%;
  min-height: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  border: 0;
  border-radius: 10px;
  padding: 8px 11px;
  color: #fff;
  background: var(--aphome-red);
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.aphome-trend > button:hover { background: #00a650; }
.aphome-trend > button i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--aphome-red); background: #fff; font-style: normal; font-size: 13px; transition: transform .25s; }
.aphome-trend.is-open > button i { transform: rotate(135deg); }
.aphome-trend__details { max-height: 0; display: grid; gap: 5px; margin-top: 0; opacity: 0; transform: translateY(-7px); overflow: hidden; transition: max-height .4s ease, opacity .25s, transform .3s, margin .3s; }
.aphome-trend__details.is-visible { max-height: 360px; margin-top: 9px; opacity: 1; transform: translateY(0); }
.aphome-trend__details > button { min-height: 57px; display: flex; align-items: center; gap: 9px; border: 1px solid #e7e9ed; border-radius: 10px; padding: 5px 8px; color: #3c4149; background: #f8f9fa; font: inherit; font-size: 10px; font-weight: 850; text-align: left; cursor: pointer; transition: border-color .2s, background .2s; }
.aphome-trend__details > button:hover { border-color: rgba(239,0,22,.28); background: #fff; }
.aphome-trend__details > button img { width: 47px; height: 47px; flex: 0 0 auto; object-fit: contain; }
.aphome-trend__details > button span { color: var(--aphome-ink) !important; }
.aphome-trend__details > button small { display: block; margin-top: 3px; color: #7a808a !important; font-size: 7px; text-transform: uppercase; }
.aphome-trend__details > a { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: 9px; color: #fff !important; background: var(--aphome-ink); font-size: 9px; font-weight: 900; text-align: center; transition: background .2s; }
.aphome-trend__details > a:hover { background: #00a650; }

.aphome-route ol { gap: 8px; }
.aphome-route li { min-height: 0; display: block; padding: 0; overflow: hidden; transition: border-color .25s, background .25s, transform .25s; }
.aphome-route li.is-open { border-color: rgba(239,0,22,.65); background: #20242c; transform: translateX(-4px); }
.aphome-route li > button { width: 100%; min-height: 67px; display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 15px; border: 0; padding: 12px 15px; color: #fff; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.aphome-route li > button > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--aphome-red); font-size: 14px; font-weight: 950; box-shadow: 0 0 0 0 rgba(239,0,22,.35); animation: aphome-step-pulse 2.8s ease-out infinite; }
.aphome-route li > button > b { font-size: 14px; }
.aphome-route li > button > i { color: #8e95a2; font-size: 18px; font-style: normal; text-align: center; }
.aphome-route__details { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; max-height: 0; padding: 0 12px; opacity: 0; transform: translateY(-7px); transition: max-height .38s ease, opacity .25s, transform .3s, padding .3s; }
.aphome-route__details.is-visible, .aphome-route li.is-open .aphome-route__details { max-height: 165px; padding: 0 12px 12px; opacity: 1; transform: translateY(0); }
.aphome-route__details > button, .aphome-route__details > span { width: auto; height: auto; min-width: 0; min-height: 92px; display: grid; grid-template-columns: 54px 1fr; align-content: center; align-items: center; gap: 9px; border: 1px solid #333842; border-radius: 11px; padding: 8px; color: #fff; background: #15181e; font: inherit; font-size: inherit; text-align: left; }
.aphome-route__details > button { cursor: pointer; transition: border-color .2s, transform .2s; }
.aphome-route__details > button:hover { border-color: var(--aphome-red); transform: translateY(-2px); }
.aphome-route__details img { width: 54px; height: 54px; grid-row: 1 / span 2; object-fit: contain; filter: drop-shadow(0 6px 5px rgba(0,0,0,.34)); animation: aphome-mini-bob 4.8s ease-in-out infinite; }
.aphome-route__details > button > span, .aphome-route__details > span > b { width: auto; height: auto; display: block; color: #fff; background: none; border-radius: 0; font-size: 11px; line-height: 1.25; }
.aphome-route__details small { color: #aeb4bf; font-size: 8px; line-height: 1.3; }

/* Aislamiento frente a colores de foco del tema de WordPress */
.aphome-product__body > button, .aphome-product__body > button:hover, .aphome-product__body > button:focus, .aphome-product__body > button:active,
.aphome-trend > button, .aphome-trend > button:focus, .aphome-route li > button, .aphome-route li > button:focus {
  color: #fff !important;
  box-shadow: none !important;
}
.aphome-product__body > button:focus, .aphome-product__body > button:active { background: var(--aphome-ink) !important; }
.aphome-product.is-open .aphome-product__body > button { color: #fff !important; background: var(--aphome-ink) !important; }

.aphome-reveal { opacity: 0; transform: translateY(24px); }
.aphome-reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .62s ease, transform .62s cubic-bezier(.2,.8,.2,1); }
.aphome-store.is-motion-paused *, .aphome-store.is-motion-paused *::before, .aphome-store.is-motion-paused *::after { animation-play-state: paused !important; }

@keyframes aphome-device-float { 0%,100% { transform: translateY(5px) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes aphome-orbit { to { rotate: 360deg; } }
@keyframes aphome-pulse { 0%,100% { opacity: .55; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes aphome-ticker { to { transform: translateX(-15vw); } }
@keyframes aphome-panel-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes aphome-product-in { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes aphome-thumb-float { 0%,100% { translate: 0 2px; } 50% { translate: 0 -6px; } }
@keyframes aphome-halo { to { rotate: 360deg; } }
@keyframes aphome-accessory-one { 0%,100% { translate: 0 0; rotate: -3deg; } 50% { translate: 0 -10px; rotate: 4deg; } }
@keyframes aphome-accessory-two { 0%,100% { translate: 0 2px; rotate: 4deg; } 50% { translate: 0 -9px; rotate: -4deg; } }
@keyframes aphome-mini-bob { 0%,100% { transform: translateY(1px) rotate(-1deg); } 50% { transform: translateY(-3px) rotate(1deg); } }
@keyframes aphome-focus-pulse { 0% { box-shadow: 0 0 0 0 rgba(239,0,22,.3); } 100% { box-shadow: 0 0 0 10px rgba(239,0,22,0); } }
@keyframes aphome-step-pulse { 0%,55%,100% { box-shadow: 0 0 0 0 rgba(239,0,22,0); } 75% { box-shadow: 0 0 0 7px rgba(239,0,22,.12); } }

@media (max-width: 920px) {
  .aphome-hero { grid-template-columns: 1fr 1fr; gap: 22px; }
  .aphome-hero h1 { font-size: 50px; }
  .aphome-stage { min-height: 410px; }
  .aphome-heading--categories { display: grid; }
  .aphome-tabs { margin-top: 18px; }
  .aphome-category-panel { grid-template-columns: repeat(3, 1fr); }
  .aphome-category-products { grid-template-columns: repeat(3, 1fr); }
  .aphome-route { grid-template-columns: 1fr; gap: 30px; padding: 45px; }
}

@media (max-width: 680px) {
  .aphome-hero, .aphome-section, .aphome-route, .aphome-disclosure { width: min(100% - 24px, 1180px); }
  .aphome-hero { min-height: auto; grid-template-columns: 1fr; gap: 23px; padding: 28px 0 24px; }
  .aphome-eyebrow { text-align: center; }
  .aphome-hero h1 { max-width: 390px; margin-inline: auto; margin-bottom: 17px; text-align: center; font-size: 41px; line-height: .98; letter-spacing: -3px; }
  .aphome-hero__copy > p { max-width: 420px; margin-inline: auto; margin-bottom: 19px; text-align: center; font-size: 16px; }
  .aphome-hero__quick { justify-content: center; }
  .aphome-hero__quick a { padding: 8px 12px; font-size: 11px; }
  .aphome-stage { min-height: 330px; border-radius: 28px; }
  .aphome-stage__slide { inset: 18px 14px 24px; }
  .aphome-stage__slide img { width: min(320px, 82%); height: 245px; }
  .aphome-stage__slide[data-aphome-slide="0"] img { width: min(190px, 55%); height: 250px; }
  .aphome-stage__slide[data-aphome-slide="1"] img { width: min(340px, 92%); }
  .aphome-stage__slide span { left: 10px; bottom: 8px; }
  .aphome-stage__slide::after { right: 10px; bottom: 10px; }
  .aphome-motionbar { min-height: 43px; grid-template-columns: 1fr auto; }
  .aphome-motionbar__ticker { gap: 18px; font-size: 10px; }
  .aphome-motionbar button { width: 43px; padding: 0; overflow: hidden; font-size: 0; }
  .aphome-motionbar button span { font-size: 12px; }
  .aphome-section { padding: 55px 0; }
  .aphome-heading { display: block; margin-bottom: 21px; }
  .aphome-heading h2, .aphome-route h2 { font-size: 36px; letter-spacing: -2.3px; }
  .aphome-heading > p { margin-top: 8px; }
  .aphome-device { flex-basis: 87vw; max-width: 330px; min-height: 338px; }
  .aphome-device__toggle { min-height: 338px; padding: 21px; }
  .aphome-device__image img { width: 98%; height: 205px; }
  .aphome-device__toggle > strong { max-width: 245px; font-size: 20px; }
  .aphome-device__go { font-size: 12px; }
  .aphome-device__minis button { min-height: 62px; padding: 6px 8px; font-size: 10px; }
  .aphome-device__minis img { width: 45px; height: 45px; }
  .aphome-device__menu.is-visible { max-height: 345px; }
  .aphome-heading--categories { display: grid; }
  .aphome-stage__mini { width: 63px; height: 63px; border-radius: 17px; }
  .aphome-stage__mini--one { left: 10px; top: 25px; }
  .aphome-stage__mini--two { right: 10px; top: 35%; }
  .aphome-stage__mini--three { display: none; }
  .aphome-tabs { width: 100%; margin-top: 18px; }
  .aphome-tabs button { padding-inline: 10px; }
  .aphome-category-panel { display: block; overflow: visible; padding: 0; }
  .aphome-category-panel::-webkit-scrollbar { display: none; }
  .aphome-category-products { display: flex; gap: 11px; overflow-x: auto; padding: 2px 1px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .aphome-category-products::-webkit-scrollbar { display: none; }
  .aphome-product { flex: 0 0 85vw; max-width: 330px; scroll-snap-align: start; }
  .aphome-product__visual { height: 215px; }
  .aphome-product__visual img { width: 84%; height: 186px; }
  .aphome-product__body > strong { min-height: auto; font-size: 16px; }
  .aphome-product__body > p { min-height: auto; font-size: 12px; }
  .aphome-trends { padding-bottom: 65px; }
  .aphome-trend { flex-basis: 86vw; max-width: 320px; min-height: 315px; padding: 19px; }
  .aphome-trend__icon { height: 170px; }
  .aphome-trend__icon img { width: 94%; height: 158px; }
  .aphome-trend > small { font-size: 10px; }
  .aphome-trend > strong { font-size: 17px; }
  .aphome-trend > button { min-height: 44px; font-size: 11px; }
  .aphome-trend__details > button { min-height: 68px; font-size: 11px; }
  .aphome-trend__details > button img { width: 57px; height: 57px; }
  .aphome-trend__details > button small { font-size: 8px; }
  .aphome-trend__details > a { min-height: 46px; font-size: 10px; }
  .aphome-route { padding: 31px 22px; border-radius: 24px; }
  .aphome-route li.is-open { transform: none; }
  .aphome-route li > button { min-height: 72px; grid-template-columns: 46px 1fr 24px; }
  .aphome-route li > button > span { width: 46px; height: 46px; font-size: 15px; }
  .aphome-route li > button > b { font-size: 15px; }
  .aphome-route__details { grid-template-columns: repeat(3, minmax(155px,1fr)); overflow-x: auto; scrollbar-width: none; }
  .aphome-route__details::-webkit-scrollbar { display: none; }
  .aphome-route__details.is-visible, .aphome-route li.is-open .aphome-route__details { max-height: 190px; }
  .aphome-route__details > button, .aphome-route__details > span { min-height: 108px; grid-template-columns: 62px 1fr; padding: 9px; }
  .aphome-route__details img { width: 62px; height: 62px; }
  .aphome-route__details > button > span, .aphome-route__details > span > b { font-size: 12px; }
  .aphome-route__details small { font-size: 9px; }
  .aphome-rail-arrow { width: 31px; height: 31px; font-size: 20px; }
  .aphome-rail-arrow--prev { left: -7px; }
  .aphome-rail-arrow--next { right: -7px; }
  .aphome-mini-frame { grid-template-columns: 25px minmax(0,1fr) 25px; gap: 4px; margin-top: 0; padding: 6px 4px; }
  .aphome-mini-arrow { width: 24px; height: 24px; font-size: 16px; }
  .aphome-mini-rail > button { max-width: 190px; min-height: 71px; padding: 7px 13px 7px 7px; font-size: 11px; }
  .aphome-mini-rail img { width: 58px; height: 58px; }
  .aphome-mini-review { padding: 12px; }
  .aphome-mini-review > span { font-size: 9px; }
  .aphome-mini-review > p { font-size: 11px; }
  .aphome-mini-review > small { font-size: 9px; }
  .aphome-related-list > b { font-size: 11px; }
  .aphome-related-list > button { min-height: 69px; grid-template-columns: 56px 1fr 18px; padding: 7px 10px; font-size: 11px; }
  .aphome-related-list img { width: 56px; height: 56px; }
  .aphome-related-list small { font-size: 8px; }
  .aphome-disclosure { margin-top: 28px; margin-bottom: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .aphome-stage__slide img, .aphome-stage__orb, .aphome-stage__slide.is-active::before, .aphome-stage__mini, .aphome-motionbar__ticker, .aphome-product, .aphome-product__visual img, .aphome-product__halo, .aphome-mini-rail img, .aphome-route__details img, .aphome-route li > button > span { animation: none; }
  .aphome-store *, .aphome-store *::before, .aphome-store *::after { scroll-behavior: auto !important; transition: none !important; }
}
