/** Shopify CDN: Minification failed

Line 29:12 Unexpected "}"
Line 34:0 All "@import" rules must come first

**/
@import url("//volix.com.au/cdn/shop/t/4/assets/styles.css?v=151686785579005939621780200786&cb=20260530");

.product {
  display: flex !important;
    flex-direction: column !important;
    }

    .product-body {
        display: flex !important;
          flex: 1 !important;
            flex-direction: column !important;
            }

            .product-body p:not(.tag) {
                min-height: 5.8em !important;
                }

                .price {
                  margin: 20px 0 14px !important;
                  }

                  
            }
    }
main#top + main#top {
  display: none !important;
  }
@import url("//volix.com.au/cdn/shop/t/4/assets/styles.css?v=151686785579005939621780200786&cb=20260530");

.product {
  display: flex !important;
    flex-direction: column !important;
    }
    
    .product-body {
      display: flex !important;
        flex: 1 !important;
          flex-direction: column !important;
          }
          
          .product-body p:not(.tag) {
            min-height: 5.8em !important;
            }
            
            .price {
              margin: 20px 0 14px !important;
              }
              
              main#top + main#top {
                display: none !important;
                }
                
                main.product-page + main.product-page {
                  display: none !important;
                  }
                   main.product-page + main.product-page 
    display none important


  :root {
  --ink: #111316;
  --muted: #6c737c;
  --line: #dfe4e7;
  --paper: #f7f8f5;
  --lime: #cde95e;
  --blue: #1e9de0;
  --violet: #854da0;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(247, 248, 245, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(17, 19, 22, 0.16);
}

.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-name {
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  color: #343a40;
  font-size: 0.96rem;
}

.header-action,
.button,
form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: 750;
}

.header-action,
.primary,
form button {
  color: #10140f;
  background: var(--lime);
}

.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.neutral {
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #111316;
}

.hero-court {
  position: absolute;
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(9, 12, 14, 0.76) 0%, rgba(9, 12, 14, 0.58) 36%, rgba(9, 12, 14, 0.18) 67%, rgba(9, 12, 14, 0.26) 100%),
    linear-gradient(180deg, rgba(9, 12, 14, 0.18) 0%, rgba(9, 12, 14, 0.12) 44%, rgba(9, 12, 14, 0.58) 100%),
    url("Gemini_Generated_Image_yja2owyja2owyja2.png");
  background-position: center;
  background-size: cover;
}

.hero-court::before {
  display: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 76%, rgba(205, 233, 94, 0.2), transparent 24%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}

.hero-paddles {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 6vw, 96px);
  bottom: clamp(18px, 5vh, 58px);
  width: min(52vw, 720px);
  height: min(70vh, 720px);
  pointer-events: none;
}

.hero-paddle {
  position: absolute;
  width: 48%;
  aspect-ratio: 1 / 1.7;
  background-color: transparent;
  background-repeat: no-repeat;
  filter: drop-shadow(0 30px 28px rgba(0, 0, 0, 0.52));
}

.hero-paddle::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 0;
  height: 18px;
  border-radius: 999px;
  background: rgba(205, 233, 94, 0.22);
  filter: blur(12px);
}

.hero-paddle-pro {
  left: 22%;
  bottom: 0;
  z-index: 3;
  transform: rotate(-2deg) scale(1.16);
}

.hero-paddle-form {
  right: 0;
  bottom: 9%;
  z-index: 2;
  transform: rotate(9deg) scale(0.98);
}

.hero-paddle-flow {
  left: 0;
  bottom: 8%;
  z-index: 1;
  opacity: 0.86;
  transform: rotate(-11deg) scale(0.92);
}

.hero-paddle.product-v-pro,
.hero-paddle.product-v-form,
.hero-paddle.product-v-flow {
  background-size: 262% auto;
  background-position: 11% 0;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(760px, 100%);
  padding: 0 clamp(22px, 6vw, 80px) 10vh;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.9rem;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.intro,
.technology,
.launch,
.custom-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.intro p:last-child,
.tech-copy p,
.launch p,
.section-heading p,
.custom-callout p,
.choice-grid p {
  color: #4c535a;
  font-size: 1.1rem;
  line-height: 1.7;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 72px) clamp(56px, 7vw, 88px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip div {
  min-height: 124px;
  padding: 20px;
  background: var(--white);
}

.trust-strip span,
.choice-grid span,
.comparison-table div[role="columnheader"],
.custom-proof span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trust-strip strong,
.custom-proof strong {
  display: block;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.35;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(56px, 8vw, 104px);
}

.choose-guide,
.comparison {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.choose-guide {
  background: var(--white);
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.choice-grid article {
  min-height: 290px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.choice-grid h3 {
  font-size: 1.45rem;
  line-height: 1.1;
}

.comparison {
  background: #eef3f4;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid #cfdadd;
  border-radius: 8px;
  background: var(--white);
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1.1fr 1.45fr 0.7fr;
  border-top: 1px solid var(--line);
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row > div {
  min-width: 0;
  padding: 18px;
  color: #40474f;
  line-height: 1.5;
  border-left: 1px solid var(--line);
}

.comparison-row > div:first-child {
  border-left: 0;
}

.comparison-head {
  background: #111316;
}

.comparison-head > div,
.comparison-head div[role="columnheader"] {
  color: rgba(255, 255, 255, 0.74);
}

.comparison-row strong {
  color: var(--ink);
  font-size: 1.04rem;
}

.comparison-head strong {
  color: var(--white);
}

.product {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.product-visual {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #f8f8f4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--line);
}

.product-visual::after {
  content: none;
}

.product-visual.product-v-pro {
  background-image: url("v-pro-shopify.png");
}

.product-visual.product-v-form {
  background-image: url("v-form-shopify.png");
}

.product-visual.product-v-flow {
  background-image: url("v-flow-shopify.png");
}

.product-visual.product-volix {
  background-image: url("volix-basic-shopify.png");
}

.hero-paddle.product-v-pro {
  background-image: url("v-pro.png");
}

.hero-paddle.product-v-form {
  background-image: url("v-form.png");
}

.hero-paddle.product-v-flow {
  background-image: url("v-flow.png");
}

.product-body {
  padding: 22px;
}

.tag {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-body p:not(.tag) {
  color: #4c535a;
  line-height: 1.55;
}

.price {
  margin: 20px 0 14px;
  font-size: 1.35rem;
  font-weight: 850;
}

.text-link {
  color: #0a70a8;
  font-weight: 800;
}

.technology {
  background: #16181b;
  color: var(--white);
}

.technology .tech-copy p,
.technology li {
  color: rgba(255, 255, 255, 0.78);
}

.technology ul {
  padding-left: 20px;
  line-height: 1.9;
}

.tech-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 20px;
}

.tech-spec-grid div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.tech-spec-grid span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tech-spec-grid strong {
  display: block;
  color: var(--white);
  font-size: 0.94rem;
  line-height: 1.35;
}

.feature-paddle {
  width: min(520px, 100%);
  justify-self: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: #f3f5f1;
}

.custom-callout {
  background: var(--paper);
}

.custom-callout .button {
  margin-top: 8px;
}

.custom-proof {
  display: grid;
  gap: 12px;
}

.custom-proof div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.launch {
  background: var(--white);
}

form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

label {
  display: grid;
  gap: 7px;
  color: #343a40;
  font-weight: 750;
}

input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd3d8;
  border-radius: 6px;
  padding: 0 12px;
  font: inherit;
  background: var(--white);
}

form button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.form-success {
  margin: 0;
  color: #2c650f;
  font-weight: 750;
}

.product-page,
.collection-page {
  background: var(--paper);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.product-gallery,
.product-info {
  min-width: 0;
}

.product-gallery {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.product-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: clamp(20px, 5vw, 48px);
  background: #f3f5f1;
}

.product-info h1 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.96;
}

.product-description {
  max-width: 680px;
  color: #4c535a;
  font-size: 1.08rem;
  line-height: 1.7;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.product-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: 0 clamp(18px, 5vw, 72px) clamp(56px, 8vw, 104px);
}

.product-content p {
  color: #4c535a;
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.spec-grid div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.spec-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.spec-grid strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.product-info form,
.policy-content form {
  margin-top: 24px;
  padding: 0;
  border: 0;
}

.shipping-promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.shipping-promise div,
.cart-shipping-note {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.shipping-promise span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.shipping-promise strong {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.35;
}

.cart-shipping-note {
  margin-bottom: 20px;
}

.cart-shipping-note h2 {
  margin-bottom: 8px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.cart-shipping-note p {
  margin: 0;
  color: #4c535a;
  line-height: 1.65;
}

.collection-image {
  display: block;
  border-bottom: 1px solid var(--line);
  background: #f3f5f1;
}

.collection-image img {
  width: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: contain;
  padding: 24px;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.policy-main {
  background: var(--white);
}

.policy-hero {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 64px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(205, 233, 94, 0.2), transparent 28%),
    linear-gradient(135deg, #111316, #1b2023 58%, #0b0d0f);
}

.policy-hero h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}

.policy-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.65;
}

.policy-content {
  max-width: 980px;
  padding: clamp(36px, 6vw, 72px) clamp(18px, 5vw, 72px);
}

.policy-content h2 {
  margin: 34px 0 12px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content h3 {
  margin: 24px 0 10px;
  font-size: 1.15rem;
}

.policy-content p,
.policy-content li {
  color: #4c535a;
  line-height: 1.72;
}

.policy-content ul,
.policy-content ol {
  padding-left: 22px;
}

.policy-note {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #dbe5bb;
  border-radius: 8px;
  background: #f7fbdf;
}

.policy-note p {
  margin: 0;
  color: #343a20;
}

.policy-updated {
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(280px, 1.2fr);
  gap: clamp(28px, 6vw, 90px);
  padding: 42px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.82);
  background: #0f1113;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer .brand {
  width: fit-content;
  color: var(--white);
}

.footer-brand p {
  max-width: 320px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 12px 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
}

.footer-links a {
  width: fit-content;
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-meta {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.48);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    gap: 12px;
  }

  nav {
    display: none;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand-subtitle {
    display: none;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-paddles {
    top: 12vh;
    right: -12vw;
    bottom: auto;
    width: 56vw;
    height: 31vh;
    opacity: 0.9;
  }

  .hero-paddle {
    width: 46%;
  }

  .hero-paddle-flow {
    display: none;
  }

  .hero-paddle-pro {
    left: 2%;
  }

  .hero-paddle-form {
    right: 8%;
  }

  .intro,
  .technology,
  .launch,
  .custom-callout,
  .product-detail,
  .product-content,
  .site-footer,
  .products,
  .trust-strip,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .shipping-promise {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .tech-spec-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }

  .comparison-head {
    display: none;
  }

  .comparison-row > div {
    padding: 12px 16px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .comparison-row > div:first-child {
    border-top: 0;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .products,
  .choice-grid,
  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .products {
    gap: 16px;
  }

  .spec-grid {
    grid-template-columns: 1fr;
  }
}
