/* =========================================================
   PBTECH — PÁGINA INFINIX COMPLETA
   Versión 2.1
   ========================================================= */

/*
  Mismo sistema full-bleed que la página Xiaomi:
  el bloque ocupa el ancho real de la ventana aunque WordPress lo coloque
  dentro de un contenedor con ancho limitado o padding lateral.
*/
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

#pb-infinix-page {
  --pb-if-bg: #030604;
  --pb-if-bg-soft: #07100a;
  --pb-if-panel: rgba(9, 18, 12, 0.82);
  --pb-if-card: rgba(10, 22, 14, 0.78);
  --pb-if-text: #ffffff;
  --pb-if-soft: rgba(255, 255, 255, 0.66);
  --pb-if-lime: #a8ff3e;
  --pb-if-green: #50e884;
  --pb-if-cyan: #46e6ff;
  --pb-if-border: rgba(168, 255, 62, 0.16);
  display: block;
  min-width: 0;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  color: var(--pb-if-text);
  background: var(--pb-if-bg);
  overflow: hidden;
  overflow: clip;
}

/* Evita que el bloque HTML de WordPress o sus adornos amplíen el documento. */
#pb-infinix-page > * {
  max-width: 100%;
}

#pb-infinix-page,
#pb-infinix-page * {
  box-sizing: border-box;
}

#pb-infinix-page a {
  text-decoration: none;
}

#pb-infinix-page button,
#pb-infinix-page input,
#pb-infinix-page select {
  font: inherit;
}

#pb-infinix-page .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* HERO */
.pb-if-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 43%, rgba(78, 238, 117, 0.16), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(70, 230, 255, 0.09), transparent 25%),
    linear-gradient(128deg, #020503 0%, #07120a 53%, #020604 100%);
}

.pb-if-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 49%, rgba(168, 255, 62, 0.055) 49.1% 49.35%, transparent 49.5%),
    linear-gradient(58deg, transparent 0 68%, rgba(70, 230, 255, 0.035) 68.1% 68.3%, transparent 68.4%);
}

.pb-if-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(154, 255, 100, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 255, 100, 0.055) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, transparent 8%, #000 54%, #000 82%, transparent);
}

.pb-if-hero__beam {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.2;
}

.pb-if-hero__beam--one {
  top: -24%;
  right: 7%;
  width: min(42vw, 650px);
  height: 85%;
  background: var(--pb-if-green);
  transform: rotate(24deg);
  animation: pb-if-beam 8s ease-in-out infinite alternate;
}

.pb-if-hero__beam--two {
  right: -10%;
  bottom: -34%;
  width: min(48vw, 740px);
  height: 68%;
  background: var(--pb-if-cyan);
  opacity: 0.1;
  transform: rotate(-18deg);
}

.pb-if-hero__inner {
  width: min(calc(100% - 48px), 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 88px);
  padding: 96px 0 92px;
}

.pb-if-hero__copy {
  position: relative;
  z-index: 4;
  max-width: 660px;
  animation: pb-if-copy-in 0.75s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.pb-if-brandline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #c9ff91;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.pb-if-brandline__mark {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #061006;
  border-radius: 11px;
  background: linear-gradient(145deg, #c8ff68, #68ef6f);
  box-shadow: 0 10px 28px rgba(124, 255, 91, 0.22);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.pb-if-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 5.4vw, 84px);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: -0.058em;
}

.pb-if-hero__copy h1 span {
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, #d7ff9b 36%, #72ee79 78%, #46e6ff 115%);
  -webkit-background-clip: text;
  background-clip: text;
}

.pb-if-hero__copy > p {
  max-width: 590px;
  margin: 25px 0 0;
  color: var(--pb-if-soft);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.66;
}

.pb-if-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.pb-if-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 780;
  line-height: 1;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.pb-if-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pb-if-button--primary {
  color: #071008 !important;
  background: linear-gradient(135deg, #bdff55, #5bed75);
  box-shadow: 0 15px 38px rgba(104, 238, 102, 0.22);
}

.pb-if-button--secondary {
  color: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.pb-if-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  list-style: none;
}

.pb-if-benefits li::before {
  content: "\2713";
  margin-right: 7px;
  color: var(--pb-if-lime);
  font-weight: 900;
}

/* ESCENARIO 3D */
.pb-if-stage {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  isolation: isolate;
  animation: pb-if-visual-in 0.9s 0.08s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.pb-if-stage__word {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(178, 255, 95, 0.12);
  font-size: clamp(140px, 16vw, 265px);
  font-weight: 950;
  line-height: 0.7;
  letter-spacing: -0.09em;
  transform: translate(-50%, -50%) rotate(-7deg);
  user-select: none;
}

.pb-if-stage__glass {
  position: absolute;
  z-index: -2;
  width: min(82%, 565px);
  height: min(88%, 525px);
  border: 1px solid rgba(173, 255, 99, 0.13);
  border-radius: 48px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.008) 42%, rgba(76, 232, 132, 0.035)),
    rgba(4, 15, 8, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -40px 78px rgba(0, 5, 2, 0.25),
    0 44px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(6px);
  transform: perspective(1100px) rotateY(-6deg) rotateX(2deg);
}

.pb-if-stage__ring {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(159, 255, 77, 0.17);
  border-radius: 50%;
  pointer-events: none;
}

.pb-if-stage__ring--one {
  width: min(89%, 615px);
  aspect-ratio: 1.28;
  transform: rotate(-17deg);
}

.pb-if-stage__ring--two {
  width: min(68%, 465px);
  aspect-ratio: 1.06;
  border-color: rgba(70, 230, 255, 0.15);
  transform: rotate(27deg);
}

.pb-if-stage__glow {
  position: absolute;
  z-index: -2;
  width: min(77%, 510px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 255, 91, 0.27), rgba(34, 173, 121, 0.08) 46%, transparent 72%);
  filter: blur(7px);
}

.pb-if-stage__floor {
  position: absolute;
  bottom: 5%;
  z-index: 1;
  width: min(55%, 380px);
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(143, 255, 72, 0.33), rgba(57, 196, 114, 0.11) 42%, transparent 72%);
  filter: blur(9px);
  transform: perspective(310px) rotateX(66deg);
  pointer-events: none;
}

.pb-if-model-shell {
  position: relative;
  z-index: 2;
  width: min(76%, 515px);
  height: 555px;
  display: grid;
  place-items: center;
  background: transparent !important;
}

.pb-if-model {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent !important;
  opacity: 1;
  touch-action: pan-y;
  transition: opacity 0.45s ease, filter 0.45s ease;
  filter: drop-shadow(0 36px 36px rgba(0, 0, 0, 0.48));
  --poster-color: transparent;
}

.pb-if-model-poster {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  visibility: visible;
  filter: drop-shadow(0 36px 36px rgba(0, 0, 0, 0.48));
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  pointer-events: none;
  user-select: none;
}

.pb-if-model-shell.is-loaded .pb-if-model-poster {
  opacity: 0;
  visibility: hidden;
}

.pb-if-model::part(default-progress-bar) {
  display: none;
}

.pb-if-model-hint {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 5;
  margin: 0;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(3, 10, 5, 0.64);
  backdrop-filter: blur(9px);
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.pb-if-model-shell.is-loaded .pb-if-model-hint {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.pb-if-model-error {
  position: absolute;
  inset: auto 18px 46%;
  z-index: 6;
  display: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.pb-if-model-shell.has-error .pb-if-model-error {
  display: block;
}

.pb-if-stage__badge,
.pb-if-stage__chip {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(169, 255, 89, 0.18);
  background: rgba(5, 15, 8, 0.76);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.pb-if-stage__badge {
  top: 11%;
  left: 6%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.pb-if-stage__badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pb-if-lime);
  box-shadow: 0 0 13px var(--pb-if-lime);
}

.pb-if-stage__chip {
  min-width: 132px;
  padding: 13px 16px;
  border-radius: 16px;
}

.pb-if-stage__chip strong,
.pb-if-stage__chip span {
  display: block;
}

.pb-if-stage__chip strong {
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.pb-if-stage__chip span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.pb-if-stage__chip--design {
  top: 28%;
  right: 0;
}

.pb-if-stage__chip--network {
  right: 5%;
  bottom: 17%;
}

.pb-if-model-credit {
  position: absolute;
  right: 7%;
  bottom: 0;
  z-index: 6;
  color: rgba(255, 255, 255, 0.32) !important;
  font-size: 9px;
  transition: color 0.2s ease;
}

/* FAMILIAS */
.pb-if-families {
  position: relative;
  z-index: 5;
  margin-top: -34px;
  padding: 112px 24px 102px;
  border-radius: 36px 36px 0 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(119, 255, 75, 0.09), transparent 32%),
    linear-gradient(180deg, #030704, #07100a);
  box-shadow: 0 -22px 58px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(163, 255, 85, 0.08);
}

.pb-if-families__inner,
.pb-if__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
}

.pb-if-section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.pb-if-section-heading > span,
.pb-if__eyebrow {
  color: #bbff78;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.pb-if-section-heading h2,
.pb-if__heading h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.pb-if-section-heading p,
.pb-if__heading p {
  margin: 14px 0 0;
  color: var(--pb-if-soft);
  font-size: 16px;
  line-height: 1.55;
}

.pb-if-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pb-if-family-card {
  position: relative;
  min-width: 0;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 24px;
  color: #fff !important;
  border: 1px solid var(--pb-if-border);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    var(--pb-if-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 20px 42px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, opacity 0.28s ease;
}

.pb-if-family-card::before {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -78px;
  z-index: -1;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 255, 75, 0.2), transparent 68%);
}

.pb-if-family-card.is-hot {
  border-color: rgba(168, 255, 62, 0.28);
  background:
    linear-gradient(145deg, rgba(141, 255, 65, 0.095), rgba(255, 255, 255, 0.012)),
    rgba(9, 23, 12, 0.9);
}

.pb-if-family-card.is-gt::before {
  background: radial-gradient(circle, rgba(70, 230, 255, 0.2), transparent 68%);
}

.pb-if-family-card.is-zero::before {
  background: radial-gradient(circle, rgba(157, 102, 255, 0.19), transparent 68%);
}

.pb-if-family-card.is-unavailable {
  opacity: 0.58;
}

.pb-if-family-card__kicker {
  color: #bbff78;
  font-size: 9px;
  font-weight: 880;
  letter-spacing: 0.14em;
}

.pb-if-family-card strong {
  margin-top: 10px;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.pb-if-family-card small {
  max-width: 245px;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.45;
}

.pb-if-family-card__status {
  margin-top: auto;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.05em;
}

.pb-if-family-card:not(.is-unavailable) .pb-if-family-card__status {
  color: #adff68;
}

.pb-if-family-card__arrow {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pb-if-lime);
  border: 1px solid rgba(168, 255, 62, 0.18);
  border-radius: 50%;
  background: rgba(122, 255, 76, 0.07);
  transition: transform 0.28s ease, background 0.28s ease;
}

/* CATÁLOGO */
.pb-if {
  position: relative;
  padding: 106px 24px 120px;
  background:
    radial-gradient(circle at 85% 8%, rgba(70, 230, 255, 0.06), transparent 26%),
    linear-gradient(180deg, #07100a 0%, #030604 100%);
  isolation: isolate;
}

.pb-if__ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-image: radial-gradient(rgba(154, 255, 98, 0.3) 0.7px, transparent 0.7px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 70%, transparent);
}

.pb-if__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.pb-if__heading > div {
  max-width: 760px;
}

.pb-if__heading h2 {
  font-size: clamp(34px, 3.4vw, 50px);
}

.pb-if__sort {
  min-width: 220px;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.pb-if__sort select,
.pb-if__filters select {
  width: 100%;
  height: 48px;
  padding: 0 40px 0 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  outline: 0;
  background-color: rgba(7, 17, 10, 0.94);
  color-scheme: dark;
}

.pb-if__sort select:focus,
.pb-if__filters select:focus,
.pb-if__search:focus-within,
.pb-if__money:focus-within {
  border-color: rgba(168, 255, 62, 0.5);
  box-shadow: 0 0 0 3px rgba(168, 255, 62, 0.08);
}

.pb-if__search-row {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.pb-if__search {
  min-height: 54px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pb-if__search svg,
.pb-if__filter-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.pb-if__search svg {
  color: #a7ff62;
}

.pb-if__search input {
  min-width: 0;
  width: 100%;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
}

.pb-if__search input::placeholder {
  color: rgba(255, 255, 255, 0.37);
}

.pb-if__filter-toggle {
  min-height: 54px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  color: #fff;
  border: 1px solid rgba(168, 255, 62, 0.18);
  border-radius: 15px;
  background: rgba(120, 255, 73, 0.07);
  cursor: pointer;
}

.pb-if__filter-toggle > span {
  min-width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  color: #061006;
  border-radius: 50%;
  background: var(--pb-if-lime);
  font-size: 10px;
  font-weight: 900;
}

.pb-if__layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.pb-if__filters {
  position: sticky;
  top: 92px;
  padding: 22px;
  border: 1px solid rgba(168, 255, 62, 0.13);
  border-radius: 22px;
  background: rgba(7, 16, 9, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 20px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.pb-if__filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.pb-if__filter-head strong {
  color: #fff;
  font-size: 15px;
}

.pb-if__filter-head button {
  display: none;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 27px;
  cursor: pointer;
}

.pb-if__filter-group {
  margin: 0;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.pb-if__filter-group legend {
  margin-bottom: 12px;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 760;
}

.pb-if__select-label {
  display: block;
}

.pb-if__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pb-if__chip {
  min-height: 34px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 11px;
  cursor: pointer;
}

.pb-if__chip.is-active {
  color: #081108;
  border-color: var(--pb-if-lime);
  background: var(--pb-if-lime);
  font-weight: 800;
}

.pb-if__price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.pb-if__price-fields label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
}

.pb-if__money {
  min-width: 0;
  height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 11px;
  overflow: hidden;
}

.pb-if__money b {
  padding-left: 10px;
  color: #a8ff63;
  font-weight: 700;
}

.pb-if__money input {
  min-width: 0;
  width: 100%;
  padding: 0 8px;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 11px;
}

.pb-if__clear {
  width: 100%;
  min-height: 42px;
  margin-top: 18px;
  color: #bdff80;
  border: 1px solid rgba(168, 255, 62, 0.17);
  border-radius: 12px;
  background: rgba(120, 255, 73, 0.055);
  font-size: 12px;
  font-weight: 760;
  cursor: pointer;
}

.pb-if__results {
  min-width: 0;
}

.pb-if__results-head {
  min-height: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.pb-if__results-head > p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.pb-if__active-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.pb-if__active-filters button {
  padding: 7px 9px;
  color: #caff99;
  border: 1px solid rgba(168, 255, 62, 0.15);
  border-radius: 999px;
  background: rgba(120, 255, 73, 0.055);
  font-size: 10px;
  cursor: pointer;
}

.pb-if__product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.pb-if__card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(168, 255, 62, 0.12);
  border-radius: 23px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.008)),
    rgba(7, 16, 9, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 18px 42px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.pb-if__image-link {
  position: relative;
  height: 280px;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 55%, rgba(114, 255, 76, 0.1), transparent 46%),
    rgba(255, 255, 255, 0.018);
  overflow: hidden;
}

.pb-if__image-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.pb-if__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  color: #061006;
  border-radius: 999px;
  background: var(--pb-if-lime);
  box-shadow: 0 9px 24px rgba(142, 255, 63, 0.18);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pb-if__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.pb-if__family {
  color: #baff77;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pb-if__content h3 {
  min-height: 48px;
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.36;
}

.pb-if__content h3 a {
  color: #fff !important;
}

.pb-if__specs {
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}

.pb-if__specs span {
  padding: 6px 8px;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 9px;
}

.pb-if__price {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 18px;
  color: #fff;
  font-size: 21px;
  font-weight: 850;
}

.pb-if__price small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 600;
}

.pb-if__price del {
  margin-right: 7px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  font-weight: 500;
}

.pb-if__actions {
  display: grid;
  grid-template-columns: 1fr 43px;
  gap: 8px;
  margin-top: 17px;
}

.pb-if__buy,
.pb-if__details {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
}

.pb-if__buy {
  color: #071008 !important;
  border: 0;
  background: linear-gradient(135deg, #bdff55, #60ec78);
}

.pb-if__buy.is-disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
}

.pb-if__details {
  color: #baff77 !important;
  border: 1px solid rgba(168, 255, 62, 0.17);
  background: rgba(120, 255, 73, 0.055);
  font-size: 18px;
}

.pb-if__skeleton {
  height: 490px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 23px;
  background:
    linear-gradient(100deg, transparent 35%, rgba(255, 255, 255, 0.045) 50%, transparent 65%),
    rgba(255, 255, 255, 0.025);
  background-size: 220% 100%;
  animation: pb-if-skeleton 1.4s ease-in-out infinite;
}

.pb-if__message {
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 32px;
  border: 1px dashed rgba(168, 255, 62, 0.17);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.018);
  text-align: center;
}

.pb-if__message[hidden] {
  display: none;
}

.pb-if__message > span {
  color: #a8ff62;
  font-size: 40px;
}

.pb-if__message h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 22px;
}

.pb-if__message p {
  margin: 8px 0 18px;
  color: var(--pb-if-soft);
}

.pb-if__message button {
  min-height: 42px;
  padding: 0 16px;
  color: #071008;
  border: 0;
  border-radius: 11px;
  background: var(--pb-if-lime);
  font-weight: 800;
  cursor: pointer;
}

#pb-infinix-catalogo {
  scroll-margin-top: 92px;
}

/* RESPALDO PBTECH */
.pb-if-trust {
  position: relative;
  padding: 104px 24px 96px;
  background:
    radial-gradient(circle at 92% 6%, rgba(70, 230, 255, 0.08), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(168, 255, 62, 0.065), transparent 26%),
    linear-gradient(118deg, #020503 0%, #06100a 54%, #04100c 100%);
  isolation: isolate;
  overflow: hidden;
}

.pb-if-trust__ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(168, 255, 62, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 255, 62, 0.035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000 82%, transparent);
}

.pb-if-trust__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
}

.pb-if-trust__heading {
  max-width: 840px;
}

.pb-if-trust__heading > span,
.pb-if-trust__cta-copy > span {
  color: #bbff78;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.pb-if-trust__heading h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.pb-if-trust__heading p {
  margin: 17px 0 0;
  color: var(--pb-if-soft);
  font-size: 16px;
  line-height: 1.6;
}

.pb-if-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.pb-if-trust__card {
  min-width: 0;
  min-height: 190px;
  padding: 25px 24px;
  border: 1px solid rgba(168, 255, 62, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.008)),
    rgba(7, 17, 10, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 20px 45px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.pb-if-trust__icon {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  color: #baff77;
  border: 1px solid rgba(168, 255, 62, 0.27);
  border-radius: 12px;
  background: rgba(117, 255, 72, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pb-if-trust__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pb-if-trust__card h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.pb-if-trust__card p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.55;
}

.pb-if-trust__cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  margin-top: 20px;
  padding: 42px 38px;
  border: 1px solid rgba(168, 255, 62, 0.23);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 40%, rgba(70, 230, 255, 0.11), transparent 32%),
    linear-gradient(112deg, rgba(9, 26, 13, 0.98), rgba(12, 45, 25, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 26px 62px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.pb-if-trust__cta::after {
  content: "";
  position: absolute;
  top: -90px;
  right: 10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 255, 62, 0.13), transparent 68%);
  pointer-events: none;
}

.pb-if-trust__cta-copy {
  position: relative;
  z-index: 1;
  max-width: 750px;
}

.pb-if-trust__cta-copy h3 {
  margin: 13px 0 0;
  color: #fff;
  font-size: clamp(29px, 3vw, 43px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.pb-if-trust__cta-copy p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.pb-if-trust__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pb-if-trust__button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.pb-if-trust__button--primary {
  color: #071008 !important;
  background: linear-gradient(135deg, #bdff55, #5bed75);
  box-shadow: 0 14px 34px rgba(104, 238, 102, 0.2);
}

.pb-if-trust__button--secondary {
  color: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.035);
}

/* INTERACCIÓN */
@media (hover: hover) and (pointer: fine) {
  .pb-if-button:hover {
    transform: translateY(-3px);
  }

  .pb-if-button--primary:hover {
    box-shadow: 0 19px 45px rgba(104, 238, 102, 0.31);
  }

  .pb-if-button--secondary:hover {
    color: #fff !important;
    border-color: rgba(168, 255, 62, 0.32);
    background: rgba(120, 255, 73, 0.08);
  }

  .pb-if-model-credit:hover {
    color: rgba(255, 255, 255, 0.62) !important;
  }

  .pb-if-family-card:not(.is-unavailable):hover {
    border-color: rgba(168, 255, 62, 0.38);
    background:
      linear-gradient(145deg, rgba(132, 255, 68, 0.11), rgba(255, 255, 255, 0.015)),
      rgba(9, 24, 13, 0.94);
    transform: translateY(-7px);
  }

  .pb-if-family-card:not(.is-unavailable):hover .pb-if-family-card__arrow {
    background: rgba(122, 255, 76, 0.14);
    transform: translateX(4px);
  }

  .pb-if__card:hover {
    border-color: rgba(168, 255, 62, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.065), 0 25px 52px rgba(0, 0, 0, 0.26);
    transform: translateY(-6px);
  }

  .pb-if__card:hover .pb-if__image-link img {
    transform: scale(1.045);
  }

  .pb-if-trust__card:hover {
    border-color: rgba(168, 255, 62, 0.31);
    background:
      linear-gradient(145deg, rgba(129, 255, 70, 0.085), rgba(255, 255, 255, 0.01)),
      rgba(7, 19, 10, 0.92);
    transform: translateY(-5px);
  }

  .pb-if-trust__button:hover {
    transform: translateY(-3px);
  }

  .pb-if-trust__button--primary:hover {
    box-shadow: 0 18px 42px rgba(104, 238, 102, 0.3);
  }

  .pb-if-trust__button--secondary:hover {
    border-color: rgba(168, 255, 62, 0.3);
    background: rgba(120, 255, 73, 0.075);
  }
}

/* TABLET */
@media (max-width: 1120px) {
  .pb-if-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.84fr);
  }

  .pb-if-stage__chip--design {
    right: -2%;
  }

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

@media (max-width: 900px) {
  .pb-if-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-if__layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .pb-if-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-if-trust__cta {
    grid-template-columns: 1fr;
  }
}

/* MÓVIL */
@media (max-width: 780px) {
  .pb-if-hero {
    min-height: auto;
  }

  .pb-if-hero__inner {
    width: min(calc(100% - 32px), 620px);
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 68px 0 60px;
    text-align: center;
  }

  .pb-if-hero__copy {
    max-width: none;
  }

  .pb-if-brandline,
  .pb-if-hero__actions,
  .pb-if-benefits {
    justify-content: center;
  }

  .pb-if-hero__copy h1 {
    font-size: clamp(43px, 13.4vw, 66px);
  }

  .pb-if-hero__copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .pb-if-stage {
    min-height: 480px;
  }

  .pb-if-stage__glass {
    width: min(91%, 480px);
    height: 92%;
    border-radius: 34px;
    transform: none;
  }

  .pb-if-model-shell {
    width: min(88%, 450px);
    height: 450px;
  }

  .pb-if-stage__word {
    font-size: clamp(116px, 39vw, 190px);
  }

  .pb-if-stage__badge {
    top: 7%;
    left: 2%;
  }

  .pb-if-stage__chip--design {
    top: 25%;
    right: 0;
  }

  .pb-if-stage__chip--network {
    right: 1%;
    bottom: 13%;
  }

  .pb-if-model-credit {
    right: 3%;
    bottom: -10px;
  }

  .pb-if-families {
    margin-top: -20px;
    padding: 88px 16px 84px;
    border-radius: 26px 26px 0 0;
  }

  .pb-if-family-grid {
    display: flex;
    gap: 12px;
    margin: 0 -16px;
    padding: 8px 16px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pb-if-family-grid::-webkit-scrollbar {
    display: none;
  }

  .pb-if-family-card {
    min-width: min(78vw, 300px);
    min-height: 190px;
    scroll-snap-align: start;
  }

  .pb-if {
    padding: 86px 16px 92px;
  }

  .pb-if__heading {
    align-items: stretch;
    flex-direction: column;
  }

  .pb-if__sort {
    min-width: 0;
    width: 100%;
  }

  .pb-if__filter-toggle {
    display: inline-flex;
  }

  .pb-if__layout {
    display: block;
  }

  .pb-if__filters {
    position: static;
    display: none;
    margin-bottom: 20px;
  }

  .pb-if.is-filter-open .pb-if__filters {
    display: block;
    animation: pb-if-filter-in 0.25s ease both;
  }

  .pb-if__filter-head button {
    display: block;
  }

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

  .pb-if__image-link {
    height: 235px;
    padding: 14px;
  }

  .pb-if__content {
    padding: 15px;
  }

  .pb-if-trust {
    padding: 84px 16px 78px;
  }

  .pb-if-trust__heading {
    text-align: center;
  }

  .pb-if-trust__heading h2 {
    margin-right: auto;
    margin-left: auto;
  }

  .pb-if-trust__grid {
    gap: 11px;
    margin-top: 34px;
  }

  .pb-if-trust__card {
    min-height: 182px;
    padding: 21px 19px;
  }

  .pb-if-trust__card h3 {
    margin-top: 18px;
  }

  .pb-if-trust__cta {
    margin-top: 16px;
    padding: 32px 26px;
    border-radius: 23px;
    text-align: center;
  }

  .pb-if-trust__actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .pb-if-brandline {
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  .pb-if-hero__actions {
    align-items: stretch;
  }

  .pb-if-button {
    width: 100%;
  }

  .pb-if-benefits {
    gap: 8px 15px;
    font-size: 11px;
  }

  .pb-if-stage {
    min-height: 420px;
  }

  .pb-if-model-shell {
    width: 93%;
    height: 405px;
  }

  .pb-if-stage__chip {
    min-width: 108px;
    padding: 10px 11px;
  }

  .pb-if-stage__chip strong {
    font-size: 14px;
  }

  .pb-if-stage__chip span {
    font-size: 8px;
  }

  .pb-if-stage__badge {
    padding: 8px 10px;
    font-size: 8px;
  }

  .pb-if-model-hint {
    bottom: 18px;
    font-size: 9px;
  }

  .pb-if-model-credit {
    font-size: 8px;
  }

  .pb-if__search-row {
    align-items: stretch;
  }

  .pb-if__search {
    min-width: 0;
  }

  .pb-if__filter-toggle {
    width: 54px;
    padding: 0;
    font-size: 0;
  }

  .pb-if__filter-toggle > span {
    position: absolute;
    margin: -34px 0 0 30px;
    font-size: 9px;
  }

  .pb-if__results-head {
    align-items: stretch;
    flex-direction: column;
  }

  .pb-if__active-filters {
    justify-content: flex-start;
  }

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

  .pb-if__image-link {
    height: clamp(168px, 47vw, 205px);
    padding: 9px;
  }

  .pb-if__card {
    border-radius: 17px;
  }

  .pb-if__badge {
    top: 8px;
    left: 8px;
    padding: 5px 7px;
    font-size: 7px;
  }

  .pb-if__content {
    padding: 11px;
  }

  .pb-if__family {
    font-size: 7.5px;
    letter-spacing: 0.08em;
  }

  .pb-if__content h3 {
    min-height: 46px;
    display: -webkit-box;
    margin-top: 6px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pb-if__specs {
    min-height: 22px;
    gap: 4px;
    margin-top: 8px;
  }

  .pb-if__specs span {
    padding: 4px 5px;
    border-radius: 6px;
    font-size: 7.5px;
  }

  .pb-if__price {
    min-height: 46px;
    padding-top: 11px;
    font-size: 16px;
  }

  .pb-if__price small {
    font-size: 7.5px;
  }

  .pb-if__price del {
    margin-right: 4px;
    font-size: 9px;
  }

  .pb-if__actions {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 5px;
    margin-top: 11px;
  }

  .pb-if__buy,
  .pb-if__details {
    min-height: 39px;
    border-radius: 9px;
  }

  .pb-if__buy {
    padding: 5px;
    font-size: 9px;
    line-height: 1.15;
    text-align: center;
  }

  .pb-if__details {
    font-size: 16px;
  }

  .pb-if__skeleton {
    height: 390px;
    border-radius: 17px;
  }

  .pb-if-trust__grid {
    grid-template-columns: 1fr;
  }

  .pb-if-trust__card {
    min-height: 0;
  }

  .pb-if-trust__cta {
    padding: 28px 20px;
  }

  .pb-if-trust__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pb-if-trust__button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .pb-if-stage {
    min-height: 390px;
  }

  .pb-if-model-shell {
    height: 370px;
  }

  .pb-if-stage__chip--design {
    top: 23%;
  }

  .pb-if-stage__chip--network {
    bottom: 11%;
  }

  .pb-if-model-hint {
    white-space: normal;
    text-align: center;
  }

  .pb-if {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pb-if__product-grid {
    gap: 7px;
  }

  .pb-if__image-link {
    height: clamp(158px, 46vw, 175px);
    padding: 7px;
  }

  .pb-if__content {
    padding: 9px;
  }

  .pb-if__content h3 {
    min-height: 42px;
    font-size: 12px;
  }

  .pb-if__actions {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 4px;
  }

  .pb-if__buy {
    font-size: 8.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pb-if-hero__copy,
  .pb-if-stage,
  .pb-if-hero__beam,
  .pb-if-model-loader,
  .pb-if__skeleton {
    animation: none !important;
  }

  .pb-if-button,
  .pb-if-model,
  .pb-if-model-poster,
  .pb-if-model-hint,
  .pb-if-family-card,
  .pb-if-family-card__arrow,
  .pb-if__card,
  .pb-if__image-link img,
  .pb-if-trust__card,
  .pb-if-trust__button {
    transition: none !important;
  }
}

@keyframes pb-if-copy-in {
  from { opacity: 0; transform: translate3d(-22px, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes pb-if-visual-in {
  from { opacity: 0; transform: translate3d(26px, 18px, 0) scale(0.97); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes pb-if-beam {
  from { transform: rotate(24deg) translate3d(0, 0, 0); opacity: 0.14; }
  to { transform: rotate(20deg) translate3d(-3%, 4%, 0); opacity: 0.24; }
}

@keyframes pb-if-spin {
  to { transform: rotate(360deg); }
}

@keyframes pb-if-skeleton {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

@keyframes pb-if-filter-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
