:root {
  --apex-red: #ff4d4d;
  --apex-bg: #050505;
  --apex-surface: #0d0e10;
  --apex-surface-raised: #121418;
  --apex-text: #ffffff;
  --apex-muted: rgba(255, 255, 255, 0.64);
  --apex-line: rgba(255, 255, 255, 0.12);
  --apex-content: 1380px;
}

.apex-buying-page {
  min-width: 320px;
  min-height: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at 50% -10%, rgba(80, 86, 94, 0.16), transparent 34%),
    var(--apex-bg);
  color: var(--apex-text);
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

.apex-buying-page a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: var(--radius-control, 14px);
  background: #fff;
  color: #000 !important;
  transform: translateY(-150%);
  transition: transform var(--motion-fast, 180ms) ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.product-breadcrumb {
  width: min(var(--apex-content), calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(24px, 4vw, 48px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--apex-muted);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-breadcrumb a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: color var(--motion-fast, 180ms) ease;
}

.product-breadcrumb a:hover,
.product-breadcrumb a:focus-visible {
  color: var(--apex-red);
}

.apex-page {
  width: min(var(--apex-content), calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: clamp(88px, 10vw, 150px);
}

.apex-intro {
  max-width: 800px;
  padding: clamp(48px, 8vw, 110px) 0 clamp(52px, 7vw, 96px);
}

.apex-eyebrow,
.apex-step-label {
  margin: 0;
  color: var(--apex-red);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.apex-intro h1,
.apex-options-header h2,
.apex-order-heading h2,
.apex-information h2 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.94;
  text-transform: uppercase;
}

.apex-intro h1 {
  margin-top: 8px;
  font-size: clamp(4.4rem, 10vw, 9rem);
}

.apex-subtitle {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
}

.apex-price {
  margin-top: 27px;
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.apex-price strong {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 600;
}

.apex-price span {
  color: var(--apex-muted);
  font-size: 0.78rem;
}

.apex-configurator {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(320px, 1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: stretch;
}

.apex-gallery,
.apex-options {
  min-width: 0;
}

.apex-gallery-sticky {
  position: sticky;
  top: 28px;
}

.apex-gallery-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  isolation: isolate;
  border: var(--border-subtle, 1px solid rgba(255, 255, 255, 0.12));
  border-radius: var(--radius-media, 30px);
  background:
    radial-gradient(circle at 50% 47%, rgba(96, 101, 108, 0.34), rgba(34, 37, 42, 0.28) 38%, rgba(7, 8, 9, 0.96) 78%),
    #0a0b0d;
  box-shadow: var(--shadow-surface, 0 14px 34px rgba(0, 0, 0, 0.24));
  touch-action: pan-y;
}

.apex-gallery-stage:focus-visible {
  outline: 2px solid var(--apex-red);
  outline-offset: 4px;
}

.apex-main-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.apex-main-image-buffer {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.apex-gallery-controls {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  pointer-events: none;
}

.apex-gallery-arrow,
.apex-gallery-status {
  border-radius: 999px;
  background: rgba(6, 7, 8, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  box-shadow: var(--glass-shadow);
}

.apex-gallery-arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.15rem;
  pointer-events: auto;
}

.apex-gallery-status {
  min-width: 78px;
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.apex-options {
  padding-bottom: 24px;
}

.apex-options-header {
  padding-bottom: 36px;
}

.apex-options-header h2,
.apex-order-heading h2,
.apex-information h2 {
  margin-top: 7px;
  font-size: clamp(2.7rem, 4.6vw, 4.7rem);
}

.apex-form {
  display: grid;
  gap: 0;
}

.apex-option-group {
  min-width: 0;
  margin: 0;
  padding: 32px 0 36px;
  border: 0;
  border-top: 1px solid var(--apex-line);
}

.apex-option-group:last-of-type {
  border-bottom: 1px solid var(--apex-line);
}

.apex-option-group legend {
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1rem;
  font-weight: 600;
}

.apex-option-group legend span {
  margin-right: 9px;
  color: var(--apex-red);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.apex-choice-grid {
  display: grid;
  gap: 10px;
}

.apex-choice-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.apex-choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.apex-choice-surface {
  min-height: 76px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--apex-line);
  border-radius: var(--radius-control, 14px);
  background: rgba(255, 255, 255, 0.025);
  transition:
    border-color var(--motion-fast, 180ms) ease,
    background var(--motion-fast, 180ms) ease,
    transform var(--motion-fast, 180ms) var(--premium-ease, ease);
}

.apex-choice-surface > span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.apex-choice-surface > span:last-child {
  justify-items: end;
  text-align: right;
}

.apex-choice-surface strong,
.apex-choice-surface b {
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.88rem;
}

.apex-choice-surface small {
  color: var(--apex-muted);
  font-size: 0.69rem;
  line-height: 1.45;
}

.apex-choice-card:not(.apex-choice-card-disabled):hover .apex-choice-surface {
  border-color: rgba(255, 255, 255, 0.27);
  transform: translateY(-1px);
}

.apex-choice-card input:not(:disabled):checked + .apex-choice-surface {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.apex-choice-card input:focus-visible + .apex-choice-surface {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.apex-choice-card-disabled {
  cursor: not-allowed;
}

.apex-choice-card-disabled .apex-choice-surface {
  opacity: 0.42;
  background: rgba(255, 255, 255, 0.015);
}

.apex-coming-soon {
  color: var(--apex-muted);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.apex-colour-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.apex-buying-page .swatch.apex-colour-option {
  width: 100%;
  height: 68px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border: 1px solid var(--apex-line);
  border-radius: var(--radius-control, 14px);
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
  line-height: 1;
  opacity: 1;
  transition:
    border-color var(--motion-fast, 180ms) ease,
    background var(--motion-fast, 180ms) ease,
    transform var(--motion-fast, 180ms) var(--premium-ease, ease);
}

.apex-buying-page .swatch.apex-colour-option:hover {
  border-color: rgba(255, 255, 255, 0.27);
  transform: translateY(-1px);
}

.apex-buying-page .swatch.apex-colour-option.selected {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.apex-buying-page .swatch.apex-colour-option:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 4px;
}

.apex-buying-page .swatch.apex-colour-option .dot {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.swatch-name {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 500;
}

.apex-personalisation-entry {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows var(--motion-standard, 240ms) var(--premium-ease, ease),
    opacity var(--motion-fast, 180ms) ease,
    margin-top var(--motion-standard, 240ms) var(--premium-ease, ease);
}

.apex-personalisation-entry > div {
  min-height: 0;
  overflow: hidden;
}

.apex-personalisation-entry.is-open {
  grid-template-rows: 1fr;
  margin-top: 16px;
  opacity: 1;
}

.apex-personalisation-entry label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
}

.apex-personalisation-entry input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--apex-line);
  border-radius: var(--radius-control, 14px);
  background: #08090a;
  color: #fff;
  font: inherit;
}

.apex-personalisation-entry p {
  margin: 8px 0 0;
  color: var(--apex-muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.apex-order {
  margin-top: clamp(80px, 10vw, 140px);
  padding: clamp(34px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.55fr) minmax(240px, 0.62fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
  border: 1px solid var(--apex-line);
  border-radius: var(--radius-card, 24px);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: var(--shadow-surface);
}

.apex-order-heading > p:last-child {
  max-width: 320px;
  margin: 16px 0 0;
  color: var(--apex-muted);
  font-size: 0.86rem;
}

.apex-order-details {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}

.apex-order-details > div {
  min-width: 0;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.apex-order-details dt {
  color: var(--apex-muted);
  font-size: 0.7rem;
}

.apex-order-details dd {
  min-width: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.72rem;
  font-weight: 600;
  overflow-wrap: anywhere;
  text-align: right;
}

.apex-order-details .apex-order-total {
  grid-column: 1 / -1;
  margin-top: 5px;
  border-bottom: 0;
}

.apex-order-total dt,
.apex-order-total dd {
  color: #fff;
  font-size: 1rem;
}

.apex-order-action {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.apex-variant-hint {
  min-height: 38px;
  margin: 0;
  color: var(--apex-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.apex-buy-button {
  width: 100%;
  min-height: 54px;
  padding: 14px 20px;
}

.apex-order-action small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.62rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.apex-information {
  padding-top: clamp(110px, 14vw, 190px);
}

.apex-story-copy {
  max-width: 850px;
}

.apex-story-copy > p:last-child {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.apex-benefits {
  margin: clamp(48px, 6vw, 82px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--apex-line);
  border-bottom: 1px solid var(--apex-line);
  list-style: none;
}

.apex-benefits li {
  min-height: 140px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  border-right: 1px solid var(--apex-line);
}

.apex-benefits li:last-child {
  border-right: 0;
}

.apex-benefits span {
  color: var(--apex-red);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}

.apex-benefits strong {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
}

.apex-feature-media {
  width: 100%;
  aspect-ratio: 16 / 8;
  margin: clamp(70px, 9vw, 125px) 0;
  overflow: hidden;
  border-radius: var(--radius-media, 30px);
  background: #0b0c0e;
}

.apex-feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.apex-information-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: start;
}

.apex-specifications dl {
  margin: 32px 0 0;
}

.apex-specifications dl > div {
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--apex-line);
}

.apex-specifications dt,
.apex-specifications dd {
  font-size: 0.78rem;
}

.apex-specifications dt {
  color: var(--apex-muted);
}

.apex-specifications dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-align: right;
}

.apex-ownership details {
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--apex-line);
  border-radius: 0;
  background: transparent;
}

.apex-ownership details:first-of-type {
  margin-top: 18px;
}

.apex-ownership summary {
  position: relative;
  padding-right: 30px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.86rem;
}

.apex-ownership summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 2px;
  color: var(--apex-red);
  font-size: 1.1rem;
  font-weight: 400;
}

.apex-ownership details[open] summary::after {
  content: "−";
}

.apex-ownership details p {
  margin: 14px 0 10px;
  color: var(--apex-muted);
  font-size: 0.76rem;
  line-height: 1.65;
}

.apex-ownership details a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  text-underline-offset: 4px;
}

/* Approved homepage footer, scoped so the homepage source remains untouched. */
.apex-buying-page .site-footer {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 90px max(24px, 6vw) calc(100px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #050505;
  color: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.apex-buying-page .footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 1.45fr) repeat(4, minmax(120px, 1fr));
  gap: 34px;
}

.apex-buying-page .footer-brand,
.apex-buying-page .footer-group {
  min-width: 0;
}

.apex-buying-page .footer-logo,
.apex-buying-page .footer-tagline,
.apex-buying-page .footer-group h2 {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.apex-buying-page .footer-logo {
  display: inline-block;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.apex-buying-page .footer-tagline {
  margin: 12px 0 10px;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.apex-buying-page .footer-brand p:not(.footer-tagline) {
  max-width: 340px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  line-height: 1.75;
}

.apex-buying-page .footer-group h2 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.apex-buying-page .footer-group a {
  width: fit-content;
  min-height: 28px;
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.apex-buying-page .footer-group a + a {
  margin-top: 7px;
}

.apex-buying-page .footer-group a:hover,
.apex-buying-page .footer-group a:focus-visible,
.apex-buying-page .footer-logo:hover,
.apex-buying-page .footer-logo:focus-visible {
  color: var(--apex-red);
}

.apex-buying-page .footer-group a:focus-visible,
.apex-buying-page .footer-logo:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--apex-red);
  outline-offset: 4px;
}

.apex-buying-page .footer-contact a:first-of-type::before {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 9px 1px 0;
  display: inline-block;
  border-radius: 999px;
  background: #b01616;
}

.apex-buying-page .footer-bottom {
  width: min(1180px, 100%);
  margin: 42px auto 0;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-family: "Poppins", sans-serif;
  font-size: 0.76rem;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .apex-configurator {
    grid-template-columns: minmax(0, 1.7fr) minmax(310px, 1fr);
    gap: 34px;
  }

  .apex-order {
    grid-template-columns: minmax(200px, 0.75fr) minmax(360px, 1.3fr);
  }

  .apex-order-action {
    grid-column: 1 / -1;
    width: min(360px, 100%);
    justify-self: end;
  }
}

@media (max-width: 900px) {
  .product-breadcrumb,
  .apex-page {
    width: min(100% - 36px, var(--apex-content));
  }

  .apex-configurator {
    grid-template-columns: 1fr;
  }

  .apex-gallery-sticky {
    position: static;
  }

  .apex-gallery-stage {
    aspect-ratio: 16 / 11;
  }

  .apex-options {
    padding-top: 40px;
  }

  .apex-order {
    grid-template-columns: 1fr;
  }

  .apex-order-action {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }

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

  .apex-benefits li:nth-child(2n) {
    border-right: 0;
  }

  .apex-benefits li {
    border-bottom: 1px solid var(--apex-line);
  }

  .apex-benefits li:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .apex-information-grid {
    grid-template-columns: 1fr;
  }

  .apex-buying-page .site-footer {
    padding-top: 50px;
  }

  .apex-buying-page .footer-inner {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .product-breadcrumb,
  .apex-page {
    width: min(100% - 28px, var(--apex-content));
  }

  .product-breadcrumb {
    padding-top: calc(12px + env(safe-area-inset-top));
  }

  .apex-intro {
    padding: 40px 0 54px;
  }

  .apex-intro h1 {
    font-size: clamp(4rem, 22vw, 6.3rem);
  }

  .apex-gallery-stage {
    aspect-ratio: 1 / 1;
    border-radius: 22px;
  }

  .apex-gallery-controls {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .apex-gallery-arrow {
    width: 48px;
    height: 48px;
  }

  .apex-options {
    padding-top: 36px;
  }

  .apex-option-group {
    padding: 27px 0 30px;
  }

  .apex-colour-options,
  .apex-order-details {
    grid-template-columns: 1fr;
  }

  .apex-buying-page .swatch.apex-colour-option {
    height: 60px;
  }

  .apex-choice-surface {
    min-height: 72px;
  }

  .apex-order {
    margin-top: 72px;
    padding: 28px 20px;
  }

  .apex-order-details .apex-order-total {
    grid-column: auto;
  }

  .apex-benefits {
    grid-template-columns: 1fr;
  }

  .apex-benefits li,
  .apex-benefits li:nth-child(2n),
  .apex-benefits li:last-child {
    grid-column: auto;
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--apex-line);
  }

  .apex-benefits li:last-child {
    border-bottom: 0;
  }

  .apex-feature-media {
    aspect-ratio: 1 / 1;
    margin-block: 72px;
    border-radius: 22px;
  }

  .apex-specifications dl > div {
    align-items: flex-start;
  }

  .apex-buying-page .site-footer {
    min-height: 0;
    padding: 44px 22px calc(118px + env(safe-area-inset-bottom));
    padding-top: calc(var(--homepage-nav-clearance, 76px) + 24px);
    justify-content: flex-start;
  }

  .apex-buying-page .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .apex-buying-page .footer-group a {
    min-height: 34px;
    font-size: 0.92rem;
  }

  .apex-buying-page .footer-bottom {
    margin-top: 30px;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .apex-buying-page *,
  .apex-buying-page *::before,
  .apex-buying-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
