/** Shopify CDN: Minification failed

Line 213:0 Unexpected "{"
Line 213:1 Expected identifier but found "%"
Line 213:27 Expected identifier but found "%"
Line 284:2 Unexpected "<"

**/
/*
  META POWER SX AVINOX – Landing Page Styles
  - Scoped to .avinox-page to avoid bleeding into other templates
  - No JS carousels: only static layout, responsive images and clean grids
*/

:root {
  --avinox-gold:#d7ca9e;
  --avinox-bg:rgb(5, 5, 5);
  --avinox-bg-soft:rgb(16, 16, 16);
  --avinox-text:rgb(255, 255, 255);
  --avinox-muted:rgb(163, 163, 163);
}

/* BASE PAGE WRAPPER */

.avinox-page {
  background: var(--avinox-bg);
  color: var(--avinox-text);
  font-family: "Roboto Condensed", system-ui, sans-serif;
}

.avinox-page section {
    margin: 0; /* Ensure no extra margin */
    padding: 0; /* Set padding to zero if not needed */
    box-sizing: border-box; /* Ensure proper sizing */
}

.avinox-page img {
  max-width: 100%;
  display: block;
}

/* TYPOGRAPHY UTILITIES */

.avinox-h2-heading {
  font-family: "Roboto Condensed", system-ui, sans-serif;
  font-weight: 300;
  font-size: clamp(3rem, 3.47vw, 3.125rem);
  line-height: clamp(3.5rem, 4.10vw, 3.6875rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: var(--avinox-gold);
}

.avinox-h2-heading--center {
  text-align: center;
}

.avinox-heading {
  font-family: "Roboto Condensed", system-ui, sans-serif;
  font-weight: 300;
  font-size:1.3rem;
  line-height:1.54rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: var(--avinox-gold); 
}

.avinox-heading--center {
  text-align: center;
  padding-top:2rem;
  font-size:1.6rem; 
  line-height:1.9rem;
}

.avinox-heading-small {
  font-family: "Roboto Condensed", system-ui, sans-serif;
  font-weight: 300;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0;
  color: #fff;
}

.avinox-body {
  font-family: "Roboto Condensed", system-ui, sans-serif;
  font-weight: 300;
  font-size:.8rem;
  line-height:1.3rem;
  color: #fff;
  max-width: 800px;
  text-align: center;
  margin-left: auto; 
  margin-right: auto;
}

.avinox-body--narrow { 
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:2rem;
}

.avinox-body-small {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--avinox-muted);
}

/* HERO */

.avinox-hero {
  position: relative;
  min-height: 82vh;
  colour: #fff;
  overflow: hidden;
}

.avinox-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("/cdn/shop/files/header-metapowersxdji-large.jpg?v=1764257815");
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: brightness(1.9) contrast(1.16) saturate(1.08);
}

/* note the double underscore AND no height:100% */
.avinox-hero__media img {
  width: 100%;
  height: auto;
  max-height: 480px;   /* adjust this number to taste */
  object-fit: contain;
  filter: brightness(1.12) contrast(1.03) saturate(1.05);
}
.avinox-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.52) 45%,
    rgba(0, 0, 0, 0.90) 95%
  );
}

.avinox-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 1.5rem 2vh;
}

.avinox-hero__logo-wrap {
  display: flex;
  justify-content: center;
}

.avinox-hero__logo {
  max-width: 120px;
  width: 9.6vw;
  transform: translateY(38vh); /* pushes logo down toward frame line */
}
/* OVERVIEW + FEATURE CHIPS */

.avinox-overview {
  background: var(--avinox-bg);
}

.avinox-overview-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.avinox-overview-header {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  text-align: center;
  padding-top: 2rem; /* Adjust this value as needed */
}

.avinox-designed {
  margin-top:0.5rem;
  font-size:0.85rem;
  letter-spacing:0.12em;
  color: #fff;
  text-transform:uppercase;
}

 .avinox-designed__label {
  margin:2rem;
  font-weight:300;
  font-size:1rem;
  line-height:1.20rem;
  text-align: center;
}
 
.avinox-designed__sub {
  font-weight: 300;
  font-size:.9rem;
  line-height:1.1rem;
  text-align: center;
  letter-spacing:0.22rem;
  color: #d7ca9e; 
}
{% comment %} ICON SLIDER {% endcomment %}
    
    .icon-slider {
      overflow: hidden;
      width: 100%;
      margin: 2rem auto 1.5rem;
      position: relative;
    }

    .icon-track {
      display: flex;
      gap: 2rem;
      width: max-content;
      animation: scrollIcons 22s linear infinite;
    }

    .meta-icon {
      text-align: center;
      min-width: 80px;
    }

    .meta-icon img {
      width: 42px;
      height: auto;
      margin: 0 auto 6px;
      object-fit: contain;
      display:block;
    }

    .meta-icon span {
      font-size: 0.8rem;
      color:#ddd;
      letter-spacing:0.04em;
      text-transform:uppercase;
      display:block;
    }

    @keyframes scrollIcons {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .cta-container {
    text-align: center; /* Center the button text horizontally */
    padding-bottom: 2rem; /* Adjust this value as needed */
    }

    .cta-btn {
      display:inline-block;
      border:1px solid #d4c99e;
      color:#d4c99e;
      padding:0.8rem 1.8rem;
      text-decoration:none;
      text-transform:uppercase;
      letter-spacing:0.08em;
      margin:1rem auto 0;
      transition:all 0.3s ease;
      font-family:'Roboto Condensed',sans-serif;
      font-size:0.85rem;
      text-align:center;
    }

    .cta-btn:hover {
      background:#d4c99e;
      color:#111;
    }

    @media(max-width:768px){
      .icon-track { gap:1.4rem; }
      .meta-icon img { width:36px; }
    }
  </style>
</section>

/* FULL BLEED IMAGE SECTIONS */

html, body {
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default paddings */
}

.avinox-full {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  /* REMOVE this: height: 72vh; */
}

.avinox-full img {
    width: 100%; /* Full width of the container */
    height: 100%; /* Full height of the container */
    object-fit: cover; /* Crop to cover */ 
    object-position: 50% 70%; /* Shift the crop upward */   
}

.avinox-full--motor {
  position: relative; /* establishes positioning context */
  line-height: 0;
  overflow: hidden;
  height: 80vh;
}

.avinox-full--vcs-motor img {
  object-position: 50%;
  line-height: 0;
  overflow: hidden;
  height: 80vh;
}

.avinox-full--dji-motor img {
  /* lighten exploded motor */
  filter: brightness(1.15) contrast(1.03);
  height:20rem;
  object-position: 50%;
}

.avinox-full--profile {
    background: #000;
}

.avinox-full--profile img {
    margin: 0 auto; /* Center the image within its max width */
    max-width: 100%; /* Use full width of the parent */
    object-fit: cover; /* keep whole bike in frame */
}

/* VCS SECTION */

.avinox-vcs-section {
  padding: 3.5rem 1.5rem 3.75rem;
  background: var(--avinox-bg-soft);
  text-align: center;
}

.avinox-vcs-logo {
  width:12rem;
  max-width: 40vw;
  margin: 0 auto 1.75rem;
  padding-top: 2rem; /* Adjust this value as needed */
}

.avinox-vcs-features {
  display: grid; /* Use grid layout */
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: .5rem; /* Space between items */
  margin: 2rem auto 1.6rem; /* Centering */
  max-width: 58rem; /* Maximum width */
}

.avinox-vcs-feature {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.1rem 1rem;
  background: #111;
}

.avinox-vcs-feature h3 {
  font-family: "Roboto Condensed", system-ui, sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
  color: var(--avinox-gold); /* gold as requested */
}

.avinox-vcs-feature p {
  font-size: 0.8rem;
  line-height: 1.3rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ddd;
  margin: 0;
}

.avinox-vcs-footer {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

/* === 2-IMAGE FULL WIDTH CAROUSEL === */

.avinox-duo-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.adc-track {
  display: flex;
  width: 100%; /* two slides */
  transition: transform 0.6s ease;
}

.adc-slide {
  width: 100vw;
  flex-shrink: 0;
}

.adc-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* === DOTS === */

.adc-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}

.adc-dot {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.adc-dot.active {
  background: #fff;
}

/* GENERIC TEXT BLOCKS */

.avinox-text-block {
  padding: 3.5rem 1.5rem 3.75rem;
  background: var(--avinox-bg);
}

.avinox-text-block--fun {
  text-align: center;
}

/* ========================= */
/* AVINOX – SPLIT SECTIONS   */
/* ========================= */

.avinox-split {
  background: #111;
  padding: 70px 0;
}

.avinox-split--tech {
  background: #141414;
}

.avinox-split__inner,
.avinox-split__inner--reverse {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Reverse layout (text left, image right) */
.avinox-split__inner--reverse {
  direction: rtl;
}
.avinox-split__inner--reverse > * {
  direction: ltr;
}

.avinox-split__col--media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.avinox-split__col--text {
  padding: 0 32px;
}

.avinox-split__col--text h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.20rem;
  text-transform: uppercase;
  color: #d7ca9e;
  margin-bottom: 18px;
  text-align: left;
}

.avinox-split__col--text p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 14px;
  text-align: left;
}

/* Mobile */
@media (max-width: 900px) {
  .avinox-split__inner,
  .avinox-split__inner--reverse {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .avinox-split__col--text {
    padding: 0 20px;
    text-align: center;
  }

  .avinox-split__col--text h2,
  .avinox-split__col--text p {
    text-align: center;
  }
}

/* HERO-SUB SECTIONS (DISPLAY, APP) */

.avinox-hero-sub {
  position: relative;
  overflow: hidden;
  background: #000;
  margin: 0;
}

.avinox-hero-sub-media {
  position: relative;
  z-index: 0;
}

.avinox-hero-sub-media img {
  width: 100%;
  height:30vw;
  object-fit: cover;
  filter: brightness(1.12) contrast(1.03);
}

.avinox-hero-sub-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(0, 0, 0, 0.35),
      transparent 55%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.45) 35%,
      rgba(0, 0, 0, 0.15) 100%
    );
}

.avinox-hero-sub-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 1.75rem;
  text-align: left;
}

.avinox-hero-sub-inner--left {
  align-items: flex-start;
  max-width: 460px;
  margin-left: min(10vw, 3.5rem);
}

.avinox-hero-sub--app .avinox-hero-sub-overlay {
  /* slightly softer overlay for app image */
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.80) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.10) 100%
  );
}

/* GEOMETRY SECTION */

.avinox-geometry {
  padding: 3.5rem 1.5rem 4rem;
  background: var(--avinox-bg);
}

.avinox-geometry-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.avinox-geometry-header {
  max-width: 720px;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.avinox-geometry-layout {
  display: grid;
  gap: 2.25rem;
}

.avinox-geometry-placeholder {
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 2rem 1.5rem;
  text-align: center;
  background: #111;
}

.avinox-geometry-placeholder p {
  margin: 0 0 0.75rem;
}

.avinox-geometry-table-wrap {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(circle at top left, #1b1b1b, #050505);
  padding: 1.5rem;
}

.avinox-geometry-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.avinox-geometry-table th,
.avinox-geometry-table td {
  padding: 0.5rem 0.6rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.avinox-geometry-table th:first-child,
.avinox-geometry-table td:first-child {
  font-weight: 500;
  color: var(--avinox-muted);
}

.avinox-geometry-table th {
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5f5f5;
}

.avinox-geometry-table tbody tr:last-child td {
  border-bottom: none;
}

.avinox-geometry-note {
  margin-top: 0.9rem;
}

/* COMMITMENTS */

/* === OUR COMMITMENTS === */
.avinox-page .avinox-commitments {
  background:#111;
  color:#e6e6e6;
  text-align:center;
  padding:4rem 1rem 4.5rem;
}

.avinox-page .avinox-commitments h2 {
  font-family:"Roboto Condensed",sans-serif;
  font-weight:300;
  letter-spacing:0.3rem;
  color:#d4c99e;
  text-transform:uppercase;
  margin-bottom:2rem;
  font-size:26px;
  line-height: 31px;
}

.avinox-page .avinox-commitments .rf-block {
  max-width:920px;
  margin:0 auto 2.5rem;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.avinox-page .avinox-commitments .rf-logo {
  width:220px;
  height:auto;
  margin-bottom:1.2rem
}

.avinox-page .avinox-commitments p {
  font-weight:300;
  font-size:16px;
  line-height:26px;
  max-width:1100px;
  margin-bottom:1.2rem;
  color:#ccc;
}
/* ===== 5-IMAGE CAROUSEL WRAPPER ===== */
.avinox-gallery {
  position: relative;
  padding: 0;
  background: var(--avinox-bg);
  overflow: hidden;
}

/* ===== TRACK (scroll container) ===== */
.avinox-gallery-track {
  overflow: hidden;
  width: 100%;
}

/* ===== INNER (slides row) ===== */
.avinox-gallery-inner {
  display: flex;
  transition: transform 0.6s ease;
}

/* ===== ITEMS ===== */
.avinox-gallery-item {
  min-width: 33.333%; /* 3 at a time on desktop */
  padding: 0;
}

.avinox-gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

/* ===== MOBILE: 1 per screen ===== */
@media (max-width: 900px) {
  .avinox-gallery-item {
    min-width: 100%;
  }
}

/* ===== ARROWS ===== */
.ag-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 3rem;
  color: #fff;
  background: rgba(0,0,0,0.35);
  border: none;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.ag-arrow:hover {
  background: rgba(0,0,0,0.55);
}

.ag-prev {
  left: 0.5rem;
}

.ag-next {
  right: 0.5rem;
}

/* TEXT ON LAST BIKE IMAGE */

.avinox-full__caption {
  position: absolute;
  left: 50%;
  bottom: 32px;               /* adjust spacing from bottom */
  transform: translateX(-50%);
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.02em;

  /* Responsive sizing */
  font-size: clamp(34px, 2.2vw, 41px);

  /* Legibility over images */
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);

  /* Optional subtle backdrop for contrast */
  /* background: var(--avinox-bg)
  padding: 0.5rem 0.5rem;
  border-radius: 6px; */
}

@media (max-width: 900px) {
  /* Ensure the section doesn’t add margins/padding that push the caption */
  .avinox-full {
    margin: 0;
    padding: 0;
  }

  /* Keep image proportional on mobile as well */
  .avinox-full img {
    width: 100%;
    height: auto;
  }

  .avinox-full__caption {
    bottom: max(16px, env(safe-area-inset-bottom)); /* respect iOS notch area */
    padding: 0.5rem 0.75rem;                        /* small touch target */
    font-size: clamp(14px, 4vw, 20px);              /* slightly smaller on mobile */
  }
}

/* RESPONSIVE BREAKPOINTS */

@media (min-width: 700px) {
  .avinox-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .avinox-geometry-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
    align-items: stretch;
  }

  .avinox-commit-card {
    padding: 1.5rem 1.6rem;
  }
}

@media (min-width: 1000px) {
  .avinox-overview {
    padding-inline: 2.5rem;
  }

  .avinox-vcs-section,
  .avinox-text-block,
  .avinox-geometry,
  .avinox-commitments {
    padding-inline: 2.5rem;
  }

  .avinox-hero-sub-inner {
    padding-inline: 3rem;
  }
}
/* Hard reset just for this table */
    .avinox-geometry table {
      width: 100% !important;
      border-collapse: collapse !important;
      border: none !important;
      background: transparent !important;
    }

    .avinox-geometry thead th,
    .avinox-geometry tbody td {
      border: none !important;
      background: none !important;
    }

    /* Header row */
    .avinox-geometry thead th {
      font-family: "Roboto Condensed", sans-serif !important;
      font-size: 14px !important;
      font-weight: 300 !important;
      text-transform: uppercase !important;
      letter-spacing: 0.20em !important;
      padding: 14px 6px !important;
      color: #d7ca9e !important;
      border-bottom: 1px solid rgba(255,255,255,0.18) !important;
      text-align: center !important;
    }

    .avinox-geometry thead th.av-tg-label {
      text-align: right !important;
      padding-right: 14px !important;
    }

    /* Label column */
    .avinox-geometry .av-tg-label,
    .avinox-geometry tbody td:first-child {
      text-align: right !important;
      padding-right: 14px !important;
      width: 42% !important;
      font-family: "Roboto", sans-serif !important;
      font-size: 14px !important;
      font-weight: 300 !important;
      color: #ffffff !important;
    }

    /* Body cells */
    .avinox-geometry tbody td {
      font-family: "Roboto", sans-serif !important;
      font-size: 14px !important;
      font-weight: 300 !important;
      text-align: center !important;
      padding: 11px 6px !important;
      border-bottom: 1px solid rgba(255,255,255,0.15) !important;
      transition: background 0.2s ease;
    }

    /* Cell-only hover */
    .avinox-geometry tbody td:hover {
      background: rgba(215,202,158,0.16) !important;
    }

    /* Note */
    .avinox-geometry-note {
      margin-top: 8px;
      font-family: "Roboto", sans-serif !important;
      font-weight: 300 !important;
      font-size: 10px !important;
      line-height: 15px !important;
      color: #ffffff !important;
      text-align: center !important;
      margin-bottom:2rem;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .avinox-geometry__inner {
        grid-template-columns: minmax(0, 1fr);
      }

      .avinox-geometry__image-col {
        order: 1;
      }

      .avinox-geometry__table-col {
        order: 2;
      }
    }

    @media (max-width: 780px) {
      .avinox-geometry tbody td,
      .avinox-geometry .av-tg-label,
      .avinox-geometry tbody td:first-child {
        font-size: 13px !important;
      }
    }

  