/** Shopify CDN: Minification failed

Line 51:2 Comments in CSS use "/* ... */" instead of "//"
Line 4696:0 Unexpected "}"

**/
@font-face {
  font-family: "Shapiro";
  src: url("/cdn/shop/files/OGJ_Type_Design_-_Shapiro_Bold_Wide_Italic.ttf?v=1698064133") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Shapiro";
  src: url("/cdn/shop/files/OGJ_Type_Design_-_Shapiro_Bold_Wide.ttf?v=1698064126") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shapiro";
  src: url("/cdn/shop/files/OGJ_Type_Design_-_Shapiro_Wide.ttf?v=1698064063") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme-color: #E3E3E4;
  --bg-sand-color: #F8DDCE;
  --light-text-color: #f8ddce;
  --main-variation-color: #E3E3E4;
  --main-bg-color: #16162A;
  --a-rise-color: #F48D69;
  --a-spire-color: #5BE080;
  --a-blaze-color: #6259fa;
  --a-live-color: #6969F2;
  --a-spire-wireless-color: #B9F8B9;
  --footer-heading-color: #949494;
  --button-bg: #191932;
  --button-font-size: 13px;
  --typeHeaderPrimary: "Shapiro", Helvetica, Arial, sans-serif;
  --body-font-size: 14px;
  --large-heading-font-size: 55px;
  --large-heading-line-height: 50px;
  --medium-heading-font-size: 35px;
  --medium-heading-line-height: 40px;
  --small-heading-font-size: 18px;
  --small-heading-line-height: 18px
  // Page top padding
  --page-top-padding: 100px 0;
  --container-padding: 0 70px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Shapiro", Helvetica, Arial, sans-serif;
  font-size: var(--body-font-size);
}
body .Link--primary:hover {
  color: #949494;
}

::-webkit-scrollbar {
  display: none;
}

.supports-hover .Link--primary:hover, .Link--primary.is-active {
  color: #ffffff;
}

.Drawer__Close svg {
  color: var(--light-text-color);
}

.CartItem__Actions {
  display: none;
}

.CartItem__Price {
  display: none;
}

.CartItem__Info {
  width: 100%;
}
.CartItem__Info .CartItem__Actions {
  display: block;
}
.CartItem__Info .CartItem__Price {
  display: none;
}

.termsandcond {
  margin-top: 35px;
  font-size: 12px;
}

.MegaMenu {
  background: var(--main-bg-color);
}

.MegaMenu__Item {
  display: flex;
  max-width: 1000px;
  width: 100%;
}

.MegaMenu__Push:hover img {
  transform: unset;
}

.MegaMenu__PushImageWrapper {
  background: transparent !important;
}

.ImageHero__ContentOverlay {
  text-shadow: unset !important;
}

.text-outlined {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--light-text-color);
  color: transparent;
}

.title {
  font-family: var(--typeHeaderPrimary);
  font-weight: bold;
  font-size: var(--medium-heading-font-size);
  line-height: var(--medium-heading-line-height);
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 7px;
}

.subheading {
  font-size: var(--large-heading-font-size);
  line-height: var(--large-heading-line-height);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  color: transparent;
}

.bold {
  font-weight: bold;
}

.Button {
  border: solid 1px var(--light-text-color);
  background: var(--light-text-color);
  border-radius: 2px;
  color: var(--main-bg-color);
  font-family: var(--typeHeaderPrimary);
  font-size: var(--button-font-size);
  font-weight: bold;
  letter-spacing: 0;
  padding: 10px 35px;
}
.Button::after {
  display: none;
}
.Button::before {
  display: none;
}

.Header__LinkSpacer::after {
  bottom: 32px;
  border-bottom: solid 1px var(--light-text-color);
}

.Header__CartDot {
  background-color: var(--a-live-color);
  box-shadow: unset;
  background-color: var(--light-text-color);
}

.Header:not(.Header--transparent) .HorizontalList__Item.is-active .Header__LinkSpacer::after {
  border-bottom: unset;
}

.Header:not(.Header--sidebar) .Header__Wrapper {
  padding: 35px 70px;
}

.Header--transparent .Header__LogoLink path {
  fill: var(--light-text-color);
}

.Header {
  background: var(--main-bg-color);
  box-shadow: none;
}
.Header .Heading {
  color: var(--light-text-color);
}
.Header .Header__Icon {
  fill: var(--light-text-color);
  color: var(--light-text-color);
  margin-left: 15px;
}
.Header .Header__Icon path {
  fill: var(--light-text-color);
  color: var(--light-text-color);
}

.Header__MainNav {
  margin-right: 0;
  width: 100%;
}
.Header__MainNav .Heading {
  font-size: 14px;
}
.Header__MainNav .Header__ShopLink {
  background: var(--a-live-color);
  border: 1px solid var(--a-live-color);
  border-radius: 999px;
  color: var(--light-text-color) !important;
  display: inline-flex;
  padding: 10px 20px;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.Header__MainNav .Header__ShopLink .Header__LinkSpacer::after {
  display: none;
}
.Header__MainNav .Header__ShopLink:hover {
  background: #7d7dff;
  box-shadow: 0 8px 18px rgba(105, 105, 242, 0.35);
  transform: translateY(-1px);
}
.Header__MainNav .HorizontalList__Item.is-active .Header__ShopLink {
  color: var(--light-text-color) !important;
}
.Header__MainNav .Header__ShopMenuItem {
  margin-right: auto !important;
}
.Header__MainNav .Header__ShopMenuItem .Header__ShopLink {
  margin-left: 14px;
}
.Header__MainNav .HorizontalList {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-content: center;
  width: 100%;
}
.Header__MainNav .HorizontalList .Header__LogoLink {
  margin: 0 40px;
  display: flex;
}

.Header__FlexItem {
  display: flex;
}

.Header__FlexItem--fill {
  flex: unset;
}

@media only screen and (min-width: 1400px) {
  .first-flex-item {
    flex: 1 1 auto;
    min-width: 0;
  }

  .first-flex-item .Header__MainNav {
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1540px) {
  .Header__MainNav .Header__ShopMenuItem .Header__ShopLink {
    margin-left: 20px;
  }
}

/* Tighter nav spacing + less letter-spacing for translated labels at 1400–1800px */
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .Header__MainNav .Heading {
    letter-spacing: 0.04em;
  }
  .Header__MainNav .HorizontalList--spacingExtraLoose {
    margin-left: -10px;
    margin-right: -10px;
  }
  .Header__MainNav .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.Heading {
  font-family: var(--typeHeaderPrimary);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--light-text-color);
  transition: color 0.2s ease-in-out;
}

.dropdown-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 0 0 0;
  overflow: visible;
}

.dropdown {
  margin-left: 20px;
  border-radius: 3px;
  display: flex;
  justify-content: space-around;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 10px;
  flex-direction: column;
  align-items: center;
}
.dropdown span {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}

.fa-angle-down {
  position: relative;
  top: 2px;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.rotate-dropdown-arrow {
  transform: rotate(-180deg);
}

.dropdown-menu {
  display: none;
  flex-direction: column;
  border-radius: 4px;
  margin-top: 8px;
  width: 175px;
  padding: 10px;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transform-origin: top left;
  position: absolute;
  top: 70px;
}

.lang-highlight {
  font-weight: bold;
  line-height: 10px;
  font-size: 12px;
}

.dropdown-menu a {
  padding: 8px 6px 6px 6px;
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
}

.dropdown-menu a:hover {
  background: #eee;
}

#openDropdown:checked + #dropdown-menu {
  display: flex;
  animation: openDropDown 0.4s ease 0s 1 forwards;
}

#openDropdownCur:checked + #dropdown-menu-cur {
  display: flex;
  animation: openDropDown 0.4s ease 0s 1 forwards;
}

@keyframes openDropDown {
  from {
    transform: rotateX(50deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
.Drawer {
  width: unset;
  max-width: 485px;
  min-width: 400px;
  background: var(--main-bg-color);
}
.Drawer::after {
  content: "";
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, #5555556b 0%, var(--main-bg-color) 56.77%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
.Drawer .Drawer__Header {
  background: var(--main-bg-color);
  text-align: center;
  justify-content: center;
  letter-spacing: unset;
  font-weight: bold;
  margin-bottom: 5px;
  box-shadow: none;
}
.Drawer .Drawer__Header .Heading {
  color: var(--light-text-color);
}
.Drawer .Drawer__Main {
  background: transparent;
}
.Drawer .Drawer__Main .Drawer__Container {
  padding-left: 50px;
}
.Drawer .Drawer__Main .Heading {
  color: var(--light-text-color);
}
.Drawer .Drawer__Main .CartItem__Title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.Drawer .Drawer__Main .CartItem__ImageWrapper {
  max-width: 170px;
}
.Drawer .Drawer__Main .QuantitySelector {
  border-left: 0;
  border-right: 0;
}
.Drawer .Drawer__Main .CartItem__Info {
  padding-left: 50px;
}
.Drawer .footer-overview {
  border-top: solid 1px #4e4f5c;
  color: var(--light-text-color);
}
.Drawer .footer-overview div {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 15px 30px;
  border-bottom: solid 1px #4e4f5c;
}
.Drawer .Drawer__Footer {
  background: transparent;
  color: var(--light-text-color);
  box-shadow: unset;
  margin-top: 10px;
}
.Drawer .Cart__Checkout {
  margin-top: 35px;
  margin-bottom: 25px;
}

/* ─── Mini-cart "Complete your setup" cross-sell (Phase 2) ─── */
.Drawer .cart-xsell {
  margin: 4px 12px 0;
  padding: 16px 14px;
  background: #1c1f2e;
  border: 1px solid #2f3042;
  border-radius: 12px;
  color: var(--light-text-color);
}
.Drawer .cart-xsell__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--a-spire-wireless-color, #b9f8b9);
  margin-bottom: 12px;
}
.Drawer .cart-xsell__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Drawer .cart-xsell__item + .cart-xsell__item { margin-top: 12px; }
.Drawer .cart-xsell__media {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Drawer .cart-xsell__media img { width: 100%; height: 100%; object-fit: contain; }
.Drawer .cart-xsell__info { flex: 1; min-width: 0; }
.Drawer .cart-xsell__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  color: var(--light-text-color);
  text-decoration: none;
  overflow: hidden;
}
.Drawer .cart-xsell__price { font-size: 12px; color: #c9c3bd; margin-top: 2px; }
.Drawer .cart-xsell__add {
  flex: 0 0 auto;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 8px 12px;
  border: none;
  border-radius: 999px;
  background: var(--light-text-color);
  color: var(--main-bg-color, #16162a);
  white-space: nowrap;
  transition: opacity .2s ease, transform .1s ease;
}
.Drawer .cart-xsell__add:hover { opacity: .88; }
.Drawer .cart-xsell__add:active { transform: scale(.96); }
.Drawer .cart-xsell__add.is-loading { opacity: .6; pointer-events: none; }

.template-, .template-page:not(.faq, .contact, .about-acezone) {
  background: var(--main-bg-color);
}
.template- h1, .template- .SectionHeader__Heading, .template-page:not(.faq, .contact, .about-acezone) h1, .template-page:not(.faq, .contact, .about-acezone) .SectionHeader__Heading {
  font-family: var(--typeHeaderPrimary);
  font-size: var(--medium-heading-font-size);
  font-weight: bold;
  letter-spacing: 0;
}

.hero-section {
  background: var(--main-bg-color);
  position: relative;
  color: var(--light-text-color);
  min-height: min(88vh, 860px);
  overflow: hidden;
  display: flex;
}
.hero-section .content {
  margin-top: 35px;
}
.hero-section .Button {
  margin-top: 35px;
}
.hero-section .firedust {
  position: absolute;
  right: -75px;
  top: 150px;
  transform: rotate(-19deg) translate(0, 0);
  transform-origin: top right;
  mix-blend-mode: lighten;
  animation: float-fire 10s ease-in-out infinite;
  opacity: 0.5;
  max-width: 900px;
  z-index: 2;
  pointer-events: none;
}
.hero-section .firedust-video {
  position: absolute;
  top: 154px;
  right: -45px;
  transform: rotate(0deg) translate(0, 0);
  transform-origin: top right;
  mix-blend-mode: lighten;
  animation: float-fire 15s ease-in-out infinite;
  opacity: 1;
  filter: sepia(4);
  width: 1000px;
  z-index: 3;
  pointer-events: none;
}
.hero-section .container {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  position: relative;
  align-content: center;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1500px;
  z-index: 3;
  flex-direction: row;
  flex-wrap: wrap;
  padding: var(--container-padding);
  pointer-events: none;
}

.hero-section .container .left-col {
  max-width: 500px !important;
  margin: 150px auto auto;
  text-align: center;
}
.hero-section .container .subheading {
  color: var(--light-text-color);
}
.hero-section .container .left-col {
  max-width: 50%;
}
.hero-section .container .right-col {
  max-width: 50%;
}
.hero-section .container .right-col .alfa-for-safari {
  mix-blend-mode: lighten;
  background: var(--main-bg-color);
  width: 130vw;
}
.hero-section .container .right-col .alfa-for-safari video {
  animation: none;
}
.hero-section .container .right-col .safari-hide {
  display: none;
  mix-blend-mode: lighten;
  background: var(--main-bg-color);
  margin-left: 1px;
}
.hero-section .container .right-col .video-wrapper {
  display: none;
}
.hero-section .container .right-col video {
  max-height: 870px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  margin-top: 50px;
  z-index: 3;
}
.hero-section .hero-pattern {
  position: absolute;
  width: 110vw;
  bottom: 30vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.hero-section .hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  object-fit: cover
}

@keyframes float-small {
  0% {
    transform: translatey(5px);
    filter: drop-shadow(10px 25px 8px rgba(0, 0, 0, 0.527));
  }
  50% {
    transform: translatey(-15px);
    filter: drop-shadow(14px 45px 14px rgba(0, 0, 0, 0.613));
  }
  100% {
    transform: translatey(5px);
    filter: drop-shadow(10px 25px 8px rgba(0, 0, 0, 0.527));
  }
}
@keyframes float-extra-small {
  0% {
    transform: translatey(2px);
    filter: drop-shadow(10px 25px 8px rgba(0, 0, 0, 0.527));
  }
  50% {
    transform: translatey(-8px);
    filter: drop-shadow(14px 45px 14px rgba(0, 0, 0, 0.613));
  }
  100% {
    transform: translatey(2px);
    filter: drop-shadow(10px 25px 8px rgba(0, 0, 0, 0.527));
  }
}
@keyframes float-product {
  0% {
    transform: translatey(0px);
    filter: drop-shadow(10px 25px 8px rgba(0, 0, 0, 0.244));
  }
  50% {
    transform: translatey(30px);
    filter: drop-shadow(14px 45px 14px rgba(0, 0, 0, 0.36));
  }
  100% {
    transform: translatey(0px);
    filter: drop-shadow(10px 25px 8px rgba(0, 0, 0, 0.244));
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-30px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float-fire {
  0% {
    transform: rotate(-19deg) translate(0px, 0px);
    opacity: 0.8;
  }
  50% {
    transform: rotate(-17deg) translate(-5px, -20px);
    opacity: 0.2;
  }
  100% {
    transform: rotate(-19deg) translate(0px, 0px);
    opacity: 0.8;
  }
}
.product-panels-section {
  background-size: cover;
  box-shadow: inset 0 140px 80px 0 #08080ec2, inset 0 -110px 91px 26px #050509;
  position: relative;
  z-index: 3;
}
.product-panels-section .Container {
  width: 100vw;
  background: #2125348c;
  display: flex;
  align-items: start;
  flex-direction: row;
  box-sizing: border-box;
  gap: 35px;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.product-panels-section .Container .card {
  padding: 0px;
  border-radius: 10px;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.5em;
  cursor: pointer;
  font-family: var(--typeHeaderPrimary);
  text-transform: uppercase;
  z-index: 2;
  border: solid 1.5px transparent;
  border: solid 0.2px var(--light-text-color) fff24;
  box-shadow: 0 -2px 19px -2px #000;
  margin-top: -20px;
  width: 400px;
}
.product-panels-section .Container .card .product {
  position: absolute;
  top: -50px;
  width: 73%;
  transition: all 1s;
  transform: translatey(5px);
  filter: drop-shadow(10px 35px 8px rgba(0, 0, 0, 0.329));
}
.product-panels-section .Container .card .logo-icon {
  fill: none;
  stroke: var(--light-text-color);
  stroke-width: 0.3px;
  max-width: 280px;
  height: 38px;
}
.product-panels-section .Container .card .heading-box {
  min-height: 225px;
  display: block;
  padding: 190px 30px 25px 30px;
  width: 100%;
  background: #191c29;
  border-radius: 10px 10px 0 0;
}
.product-panels-section .Container .card .heading-box .text-outlined {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--light-text-color);
  color: transparent;
  z-index: 0;
  font-family: var(--typeHeaderPrimary);
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 80px;
  text-align: center;
  margin-top: 55px;
}
.product-panels-section .Container .card .heading-box .name {
  filter: drop-shadow(0px -13px 9px #000);
  font-weight: bold;
  font-size: 32px;
  z-index: 2;
  position: relative;
  max-width: fit-content;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: -36px;
  min-height: 80px;
  text-align: center;
}
.product-panels-section .Container .card .heading-box .name::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #000;
  top: -5px;
  left: 0;
  right: 0;
  z-index: -1;
  filter: blur(14px);
  opacity: 0.4;
}
.product-panels-section .Container .card .heading-box .product-icon {
  width: 35px;
  margin: 2px auto;
}
.product-panels-section .Container .card .heading-box .product_subtitle {
  color: var(--light-text-color);
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
  height: 25px;
}
.product-panels-section .Container .card .heading-box .product_subtitle_desc {
  font-size: 10px;
  margin-bottom: 20px;
  text-transform: initial;
  font-weight: 400;
  min-height: 20px;
  text-align: left;
}
.product-panels-section .Container .card .heading-box .price {
  color: var(--light-text-color);
  font-style: normal;
  font-weight: 52;
  font-size: 20px;
  text-align: center;
}
.product-panels-section .Container .card .card_bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #1a1c29;
  width: 100%;
  height: 100%;
  color: var(--light-text-color);
  padding: 0px 35px 0;
  border-radius: 0 0 6px 6px;
  text-align: center;
  height: 260px;
}

.product-panels-section .Container .card .card_bottom ul {
  padding-left: 0;
  margin-bottom: 15px;
  text-align: left;
}
.product-panels-section .Container .card .card_bottom ul li {
  font-size: 12px;
  line-height: 28px;
  text-transform: initial;
  position: relative;
  text-align: left;
}
.product-panels-section .Container .card .card_bottom .button {
  padding: 10px 20px;
  color: var(--light-text-color);
  border-radius: 3px;
  text-decoration: none;
  font-size: 15px;
  min-width: 250px;
  max-width: 60%;
  margin: 0 auto;
  display: block;
}
.product-panels-section .Container .card::before {
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 8px;
  filter: blur(200px);
  background-image: none;
  position: absolute;
  z-index: -1;
  left: 1px;
  right: 0;
  margin: 0 auto;
  animation: none;
  transition: all 0.1s;
  pointer-events: none;
}
.product-panels-section .Container .card:hover {
  z-index: 3;
}
.product-panels-section .Container .card:hover .product {
  animation: float-small 4s ease-in-out infinite;
  top: -30px;
}
.product-panels-section .Container .card:hover::before {
  animation: spin 2.5s linear infinite;
  background-image: linear-gradient(0deg, var(--a-spire-color), #46AB62 43%, #316640);
  opacity: 1;
  pointer-events: none;
}
.product-panels-section .Container .card:hover::after {
  animation: spin 2.5s linear infinite;
  background-image: linear-gradient(0deg, var(--a-spire-color), #46AB62 43%, #316640);
  opacity: 1;
  pointer-events: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ─── Product cards · Editorial variant (Phase 2, opt-in) ───────────────────
   Rendered by snippets/product-card-panel-v2.liquid when a Product panels
   section is set to Card style = Editorial. Self-contained + scoped to .pc-v2
   so it can't affect the classic carousel card above or any store chrome. */
.pc-v2 { padding: 56px 0; }
.pc-v2__grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  align-items: stretch;
}
.pc-v2__cell { display: flex; }
.pc-v2__card {
  --pc-line: #262842;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(#1b1d30, #15172a);
  border: 1px solid var(--pc-line);
  color: var(--light-text-color, #f8ddce);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.pc-v2__card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in oklab, var(--pc-accent) 55%, var(--pc-line));
  box-shadow: 0 22px 40px -20px #000;
  color: var(--light-text-color, #f8ddce);
}
.pc-v2__media {
  position: relative;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pc-v2__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, var(--pc-accent) 0%, #15172a 72%);
  opacity: .5;
  transition: opacity .25s ease;
}
.pc-v2__card:hover .pc-v2__glow { opacity: .75; }
.pc-v2__img {
  position: relative;
  width: 78%;
  height: 84%;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .55));
  transition: transform .5s var(--az-ease, cubic-bezier(.22, 1, .36, 1));
}
.pc-v2__card:hover .pc-v2__img { transform: translateY(-4px) scale(1.03); }
.pc-v2__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  background: #0e0e1c;
  color: var(--pc-accent);
  border: 1px solid color-mix(in oklab, var(--pc-accent) 40%, transparent);
}
.pc-v2__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 22px 22px;
  text-align: center;
}
.pc-v2__name {
  margin: 0;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -.01em;
  color: var(--pc-accent);
  text-transform: uppercase;
}
.pc-v2__sub {
  margin: 7px 0 0;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--light-text-color, #f8ddce);
}
.pc-v2__blurb {
  margin: 13px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: #b3ada7;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pc-v2__quote {
  margin: 12px 0 0;
  font-size: 11.5px;
  font-style: italic;
  line-height: 1.5;
  color: #8f8a84;
  text-transform: none;
}
.pc-v2__quote-src { font-style: normal; opacity: .85; }
.pc-v2__foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 12px;
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid var(--pc-line);
}
.pc-v2__price {
  font-size: 17px;
  font-weight: 700;
  color: var(--light-text-color, #f8ddce);
  white-space: nowrap;
}
.pc-v2__price .price--compare { margin-left: 6px; font-size: 13px; opacity: .6; }
.pc-v2__price .price--placeholder {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.pc-v2__cta {
  font-weight: 700;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 12px 22px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
  transition: filter .2s ease;
}
.pc-v2__card:hover .pc-v2__cta { filter: brightness(1.08); }
@media (max-width: 640px) {
  .pc-v2__grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    padding: 0 16px;
  }
  .pc-v2__media { height: 180px; }
  .pc-v2__name { font-size: 20px; }
}

/* ─── Collection grid (Phase 2): pill switcher + editorial grid ─── */
.coll { padding-bottom: 60px; }
.coll__hero { text-align: center; padding: 56px 24px 20px; }
.coll__title {
  margin: 0;
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: .95;
  color: var(--light-text-color);
}
.coll__title-stroke { -webkit-text-stroke: 1.5px var(--light-text-color); color: transparent; }
.coll__desc { max-width: 560px; margin: 16px auto 0; font-size: 14px; line-height: 1.6; color: var(--light-text-color); opacity: .85; }
.coll__nav {
  position: sticky;
  /* Stick BELOW the sticky site header. The header (.shopify-section--header)
     is z-index:5, so this MUST stay under 5 or it paints over the SHOP
     dropdown panel. Solid background (no backdrop-filter): a sticky
     backdrop-filter over the scrolling grid re-rasterises every frame and
     caused Firefox scroll jank. */
  top: var(--header-height, 0px);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 13px clamp(16px, 4vw, 48px);
  background: var(--main-bg-color, #16162a);
  border-top: 1px solid #2a2a44;
  border-bottom: 1px solid #2a2a44;
}
.coll__pills { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.coll__pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #3a3a55;
  color: #c9c3bd;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s, background .2s, border-color .2s;
}
.coll__pill:hover { border-color: var(--light-text-color); color: var(--light-text-color); }
.coll__pill.is-active { background: var(--light-text-color); color: var(--main-bg-color, #16162a); border-color: var(--light-text-color); }
.coll__pill-count { opacity: .6; font-weight: 400; }

/* ─── Collection filter bar (minimal, top) ─── */
.coll-filters { max-width: 1240px; margin: 0 auto; padding: 18px clamp(16px, 4vw, 48px) 0; }
.coll-filters__bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.coll-filter { position: relative; }
.coll-filter__toggle { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-family: inherit; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--light-text-color, #f8ddce); background: transparent; border: 1px solid #33344e; border-radius: 999px; padding: 10px 16px; transition: border-color .2s, background .2s; }
.coll-filter__toggle:hover { border-color: #55567a; }
.coll-filter.is-active .coll-filter__toggle { border-color: var(--coll-accent, #6969f2); color: #fff; }
.coll-filter__count { display: inline-grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--coll-accent, #6969f2); color: #fff; font-size: 10px; }
.coll-filter__chev { font-size: 9px; opacity: .7; transition: transform .2s; }
.coll-filter__toggle[aria-expanded="true"] .coll-filter__chev { transform: rotate(180deg); }
.coll-filter__panel { position: absolute; z-index: 20; top: calc(100% + 8px); left: 0; min-width: 240px; max-height: 340px; overflow-y: auto; padding: 8px; background: #1b1d30; border: 1px solid #2f3150; border-radius: 12px; box-shadow: 0 24px 48px -20px #000; }
.coll-filter__values { list-style: none; margin: 0; padding: 0; }
.coll-filter__val { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 8px; cursor: pointer; font-size: 13px; color: var(--light-text-color, #f8ddce); }
.coll-filter__val:hover { background: rgba(255, 255, 255, .05); }
.coll-filter__val input { accent-color: var(--coll-accent, #6969f2); width: 16px; height: 16px; flex: 0 0 auto; }
.coll-filter__vallabel { flex: 1; }
.coll-filter__valcount { font-size: 11px; color: #8f8a84; }
.coll-filter__val.is-empty { opacity: .4; cursor: default; }
.coll-filter__price { display: flex; gap: 10px; padding: 6px; }
.coll-filter__price label { display: flex; flex-direction: column; gap: 4px; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: #8f8a84; }
.coll-filter__price input { width: 104px; padding: 8px 10px; border-radius: 8px; border: 1px solid #33344e; background: #14162a; color: var(--light-text-color); font-size: 14px; }
.coll-filter__apply { cursor: pointer; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--coll-accent, #6969f2); background: var(--coll-accent, #6969f2); color: #fff; font-weight: 700; }
.coll-filters__active { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.coll-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--light-text-color); background: #23253c; border: 1px solid #33344e; border-radius: 999px; padding: 7px 12px; text-decoration: none; }
.coll-chip:hover { border-color: #55567a; }
.coll-chip--clear { background: transparent; color: #8f8a84; }
@media (max-width: 600px) { .coll-filter__panel { min-width: 200px; } .coll-filters { padding-top: 12px; } }
.coll__count {
  position: absolute;
  right: clamp(16px, 4vw, 48px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8f8a84;
  white-space: nowrap;
}
/* Editorial collection grid — cards modelled on the classic Product panels:
   product floats above / breaks the top, outlined AceZone logo watermark behind a
   glowing accent name, price + CTA pinned to the bottom. Each card is a container
   so its foot responds to the CARD width (truly responsive, not just viewport). */
.coll__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px clamp(16px, 4vw, 48px) 0; /* top room for the floating product images */
  align-items: stretch;
}
.coll--featured .coll__grid { padding-top: 44px; } /* homepage: tighter gap above products */
.ecard {
  --ec-accent: #6969f2;
  --ec-blurb-lines: 3;
  container-type: inline-size;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 202px 26px 24px;
  border-radius: 18px;
  background: linear-gradient(#1b1d30, #15172a);
  border: 1px solid #262842;
  color: var(--light-text-color, #f8ddce);
  text-decoration: none;
  transition: transform .3s var(--az-ease, ease), border-color .3s ease, box-shadow .3s ease;
}
.ecard:hover {
  transform: translateY(-5px);
  border-color: color-mix(in oklab, var(--ec-accent) 55%, #262842);
  box-shadow: 0 28px 54px -26px #000;
  color: var(--light-text-color, #f8ddce);
}
.ecard__badge {
  position: absolute; top: 18px; left: 18px; z-index: 3;
  font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
  background: #0e0e1c; color: var(--ec-accent);
  border: 1px solid color-mix(in oklab, var(--ec-accent) 40%, transparent);
}
.ecard__saveflag {
  position: absolute; top: 18px; right: 18px; z-index: 3;
  font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; background: #f48d69; color: #16162a;
}
.ecard__glow {
  position: absolute; top: -6px; left: 50%; transform: translateX(-50%);
  width: 98%; height: 290px; border-radius: 50%;
  /* Softer gradient stop replaces a live filter: blur(10px) — same look, no
     per-card blur layer to recomposite on scroll (Firefox scroll perf). */
  background: radial-gradient(circle at 50% 42%, var(--ec-accent) 0%, transparent 68%);
  opacity: var(--ec-glow, .16); pointer-events: none; z-index: 0;
}
.ecard__img {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 74%; max-width: 270px; height: 214px; object-fit: contain;
  filter: drop-shadow(0 30px 26px rgba(0, 0, 0, .55));
  z-index: 1;
  transition: transform .5s var(--az-ease, cubic-bezier(.22, 1, .36, 1));
}
.ecard:hover .ecard__img { transform: translateX(-50%) translateY(-8px); }
/* Secondary-image hover swap (parity option). Both images stack; cross-fade. */
.ecard__img--primary, .ecard__img--alt { transition: opacity .4s ease, transform .5s var(--az-ease, cubic-bezier(.22, 1, .36, 1)); }
.ecard__img--alt { opacity: 0; }
.ecard:hover .ecard__img--primary { opacity: 0; }
.ecard:hover .ecard__img--alt { opacity: 1; transform: translateX(-50%) translateY(-8px); }
.ecard__swatches { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: 14px 0 0; }
.ecard__swatch { width: 16px; height: 16px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .35); box-shadow: 0 0 0 2px rgba(0, 0, 0, .25); background-size: cover; background-position: center; }
/* AceZone watermark: a faint backdrop behind the product name, not a focal logo.
   Scaled down + capped to the card width so the "E" never clips, pulled up under
   the name via negative margin, and low opacity so the name leads. */
.ecard__wm { position: relative; z-index: 0; display: block; width: 100%; text-align: center; margin: 0 auto -8px; height: 22px; opacity: .16; }
.ecard__wm svg, .ecard__wm .logo-icon {
  width: auto; height: 22px; max-width: 78%;
  fill: none; stroke: var(--light-text-color, #f8ddce); stroke-width: .5px;
}
.ecard__name {
  position: relative; z-index: 2; margin: -4px 0 0;
  font-family: var(--az-font-display, inherit);
  font-weight: 800; font-size: 30px; line-height: 1; letter-spacing: -.01em;
  text-transform: uppercase; color: var(--ec-name, var(--ec-accent));
}
.ecard__name::before {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 92%; height: 150%; z-index: -1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .55) 0%, transparent 70%);
  filter: blur(12px); opacity: .5;
}
/* Uniform, roomier spacing between the content pieces (rating, stats, blurb,
   quote, used-by). The gap DOWN to the price/CTA is the .ecard__spacer, which
   sits outside this wrapper and is deliberately left untouched. */
.ecard__content { display: flex; flex-direction: column; gap: 16px; margin-top: 13px; }
.ecard__content > * { margin-top: 0; }
.ecard__rating { margin: 12px 0 0; display: flex; align-items: center; justify-content: center; gap: 8px; }
.ecard__stars { letter-spacing: 2px; font-size: 13px; color: #3a3a55; }
.ecard__stars .is-on { color: var(--ec-accent); }
.ecard__rcount { font-size: 11px; color: #8f8a84; }
.ecard__stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 14px 0 0; }
.ecard__stat {
  font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: #c9c3bd; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1);
  padding: 5px 10px; border-radius: 999px;
}
.ecard__blurb {
  margin: 14px 0 0; font-size: 12.5px; line-height: 1.65; color: #b3ada7;
  display: -webkit-box; -webkit-line-clamp: var(--ec-blurb-lines, 3); -webkit-box-orient: vertical; overflow: hidden;
}
.ecard__quote {
  margin: 14px 0 0; font-size: 12.5px; font-style: italic; line-height: 1.55; color: #cfcac4;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.ecard__quote-src {
  display: block; margin-top: 7px; font-style: normal; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--ec-name, var(--ec-accent));
}
.ecard__usedby { margin: 16px 0 0; display: flex; align-items: center; justify-content: center; gap: 10px; }
.ecard__usedby-av {
  width: 34px; height: 34px; border-radius: 999px; flex: 0 0 auto; display: grid; place-items: center;
  font-size: 11px; font-weight: 800; color: #0a0a0a;
  background: radial-gradient(circle at 35% 30%, var(--ec-name, var(--ec-accent)), color-mix(in oklab, var(--ec-name, var(--ec-accent)) 55%, #000));
}
.ecard__usedby-txt { text-align: left; font-size: 13px; line-height: 1.25; color: var(--light-text-color, #f8ddce); }
.ecard__usedby-label { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: 8.5px; font-weight: 700; color: #8f8a84; }
.ecard__usedby-txt strong { font-weight: 800; }
.ecard__usedby-role { display: block; font-size: 9.5px; color: #8f8a84; text-transform: none; letter-spacing: normal; }
/* Flex spacer guarantees a gap above the foot AND pins it to the card bottom so
   footers align across a row. */
.ecard__spacer { flex: 1 1 auto; min-height: 14px; }
.ecard__foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap;
  padding-top: 16px; border-top: 1px solid #262842;
}
.ecard__price { font-size: 19px; font-weight: 700; white-space: nowrap; }
.ecard__price--sale { color: var(--ec-accent); }
.ecard__price--was { font-size: 14px; opacity: .55; margin-left: 4px; font-weight: 600; }
.ecard__price--placeholder { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.ecard__cta {
  flex: 0 0 auto; font-weight: 700; font-size: 11.5px; text-transform: uppercase; letter-spacing: .06em;
  padding: 12px 22px; border-radius: 4px; white-space: nowrap; transition: filter .2s ease;
}
.ecard:hover .ecard__cta { filter: brightness(1.08); }
/* Enquire-to-order (e.g. A-LIVE): no price, so the "Enquire" CTA spans the foot. */
.ecard__foot--enquire { justify-content: stretch; }
.ecard__foot--enquire .ecard__cta { flex: 1 1 auto; text-align: center; }
/* When the CARD itself is narrow, stack price over a full-width CTA so nothing
   ever overflows (works at any viewport / column count). */
@container (max-width: 360px) {
  .ecard__foot { flex-direction: column; align-items: stretch; gap: 12px; }
  .ecard__price { text-align: center; white-space: normal; }
  .ecard__cta { text-align: center; }
}
@media (max-width: 1024px) {
  .coll__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding-top: 92px; }
  .coll--featured .coll__grid { padding-top: 40px; }
}
@media (max-width: 600px) {
  .coll__grid { grid-template-columns: minmax(0, 1fr); padding-top: 70px; }
  .coll--featured .coll__grid { padding-top: 28px; }
  .ecard { padding: 176px 22px 22px; }
  .ecard__img { height: 186px; top: -14px; }
  .ecard__glow { height: 240px; }
  .ecard__name { font-size: 26px; }
}

/* ─── Single-product showcase ─── */
.coll__showcase { max-width: 1160px; margin: 0 auto; padding: 24px clamp(16px, 4vw, 48px) 0; }
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.showcase__media { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; }
.showcase__glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, var(--ec-accent) 0%, transparent 62%); opacity: .5; filter: blur(10px); pointer-events: none; }
.showcase__img { position: relative; width: 88%; max-width: 460px; object-fit: contain; filter: drop-shadow(0 40px 40px rgba(0, 0, 0, .55)); }
.showcase__badge { position: absolute; top: 12px; left: 12px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; background: #0e0e1c; color: var(--ec-accent); border: 1px solid color-mix(in oklab, var(--ec-accent) 40%, transparent); }
.showcase__info { color: var(--light-text-color, #f8ddce); }
.showcase__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ec-accent); }
.showcase__name { margin: 10px 0 0; font-family: var(--az-font-display, inherit); font-weight: 800; font-size: clamp(34px, 4vw, 54px); line-height: .98; letter-spacing: -.02em; text-transform: uppercase; }
.showcase__rating { justify-content: flex-start; margin-top: 14px; }
.showcase__desc { margin-top: 18px; font-size: 14.5px; line-height: 1.7; color: #b3ada7; }
.showcase__stats { justify-content: flex-start; margin-top: 20px; }
.showcase__quote { text-align: left; margin-top: 20px; -webkit-line-clamp: 6; font-size: 13.5px; }
.showcase__usedby { justify-content: flex-start; margin-top: 20px; }
.showcase__foot { display: flex; align-items: center; gap: 24px; margin-top: 28px; flex-wrap: wrap; }
.showcase__price { font-size: 26px; font-weight: 800; white-space: nowrap; }
.showcase__cta { font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; padding: 16px 34px; border-radius: 4px; text-decoration: none; white-space: nowrap; }
.showcase__foot--enquire .showcase__cta { padding: 16px 44px; }
@media (max-width: 860px) {
  .showcase { grid-template-columns: 1fr; gap: 24px; }
  .showcase__media { min-height: 280px; }
  .showcase__info { text-align: center; }
  .showcase__eyebrow, .showcase__rating, .showcase__stats, .showcase__usedby, .showcase__foot { justify-content: center; }
  .showcase__quote { text-align: center; }
}
.coll__pagination { padding: 34px 24px 0; text-align: center; }
.coll__pagination .Pagination,
.coll__pagination ul { justify-content: center; }
.coll__empty { text-align: center; padding: 60px 24px; color: #8f8a84; }
.coll__viewall { text-align: center; margin-top: 40px; }
.coll__viewall-link {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--light-text-color); border: 1px solid #3a3a55; padding: 14px 32px; border-radius: 999px;
  text-decoration: none; transition: background .2s, color .2s, border-color .2s;
}
.coll__viewall-link:hover { background: var(--light-text-color); color: var(--main-bg-color, #16162a); border-color: var(--light-text-color); }
/* Featured (homepage) mode: cards sit in-page, no sticky pill bar needed. */
.coll--featured .coll__nav { position: static; background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; border-top: 0; }
@media (max-width: 640px) {
  .coll__nav { padding: 11px 16px; gap: 10px; }
  .coll__pill { padding: 8px 14px; font-size: 11px; }
  .coll__count { position: static; transform: none; width: 100%; text-align: center; margin-top: 8px; }
}

.Featuretext-section {
  color: var(--light-text-color);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 2;
  position: relative;
}
.Featuretext-section .FeatureText {
  max-width: 1300px;
  margin: 0 auto;
  padding: var(--container-padding);
}
.Featuretext-section .subheading {
  margin-top: 0;
}
.Featuretext-section .FeatureText__Content {
  max-width: 750px;
}
.Featuretext-section .SectionHeader__Description {
  margin: 25px auto 5px;
  max-width: unset;
}
.Featuretext-section .Button {
  margin-top: 40px;
}

.video-section {
  background: var(--main-bg-color);
  margin: 0;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.video-section .firedust {
  position: absolute;
  right: -75px;
  top: -450px;
  transform: rotate(-19deg) translate(0, 0);
  transform-origin: top right;
  mix-blend-mode: lighten;
  animation: float-fire 10s ease-in-out infinite;
  opacity: 0.5;
  max-width: 90vw;
  z-index: 2;
  pointer-events: none;
}
.video-section .firedust-left {
  right: unset;
  left: -10vw;
  top: 50px;
}
.video-section .video-section-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.video-section .video-section-inner video {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 9px 48px -7px #000;
  border: solid 1px #3e3f4e;
}

.partner-logos-section .FeatureText__Content {
  max-width: 1000px;
}
.partner-logos-section .FeatureText__ContentWrapper {
  width: 1000%;
}
.partner-logos-section .SectionHeader__Description {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 25px;
}
.partner-logos-section .logo-container {
  background: var(--light-text-color);
  border: solid 3px var(--light-text-color);
  border-radius: 5px;
  padding: 45px 70px;
  margin-top: 45px;
  box-shadow: inset 0 0px 115px -10px #16162a61, inset 0 0px 7px -1px #16162a;
}
.partner-logos-section .logo-container ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.partner-logos-section .logo-container ul li img {
  max-height: 120px;
  width: 100%;
  display: block;
}

.image-with-text-overlay .Container {
  display: flex;
  flex-basis: unset;
  text-align: center;
  max-width: 1500px;
  width: 100%;
  justify-content: center;
}
.image-with-text-overlay .ImageHero__Image {
  background-attachment: fixed;
  box-shadow: inset 0 0 26px -7px #000;
}
.image-with-text-overlay .ImageHero__ContentOverlay {
  flex-basis: unset;
}
.image-with-text-overlay .ImageHero__ContentOverlay .subheading {
  margin-top: 0;
}
.image-with-text-overlay .ImageHero__ContentOverlay .Button {
  margin-top: 25px;
}
.image-with-text-overlay .ImageHero {
  justify-content: flex-start;
}

.Footer {
  background: var(--main-bg-color);
  padding-bottom: 0;
  color: var(--light-text-color);
  position: relative;
  overflow: hidden;
  border-top: solid 1px #f8ddce0f;
}
.Footer .Footer__Inner {
  margin-left: 0;
  margin-right: 0;
}
.Footer .footer-pattern {
  position: absolute;
  right: 0;
  top: -73vh;
  max-width: 75vw;
  pointer-events: none;
  opacity: 0.5;
}
.Footer .Footer__Title {
  font-size: 20px;
  color: var(--main-variation-color);
  letter-spacing: 0;
}
.Footer .Footer__Content {
  margin-bottom: 35px;
}
.Footer .Footer__Content p {
  font-size: 12px;
}
.Footer .footer-logo {
  margin-bottom: 25px;
}
.Footer .footer-logo svg {
  width: 160px;
  stroke: none;
  fill: var(--main-variation-color);
}
.Footer .Container {
  max-width: 1280px;
}
.Footer .footer-bottom {
  background: var(--main-bg-color);
  position: relative;
}
.Footer .footer-bottom a {
  color: var(--light-text-color);
  font-size: 10px;
}
.Footer .footer-bottom .Container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 0;
}
.Footer .footer-bottom .left-col, .Footer .footer-bottom .right-col {
  display: flex;
  gap: 25px;
}
.Footer .footer-bottom .left-col ul, .Footer .footer-bottom .right-col ul {
  display: flex;
  list-style-type: none;
  gap: 20px;
}
.Footer .footer-bottom .center-col {
  background: #fff;
  padding: 10px 75px;
  position: relative;
}
.Footer .footer-bottom .center-col .Footer__PaymentList {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
}
.Footer .footer-bottom .center-col .Footer__PaymentList .HorizontalList__Item {
  margin: 0 3px;
  height: 21px;
}
.Footer .footer-bottom .center-col .Footer__PaymentList svg {
  width: 33px;
  height: 21px;
}
.Footer .footer-bottom .center-col:before {
  content: "";
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: var(--main-bg-color) transparent transparent transparent;
  width: 0;
  height: 0;
  left: -1px;
  top: -1px;
  position: absolute;
}
.Footer .footer-bottom .center-col:after {
  content: "";
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent var(--main-bg-color) transparent transparent;
  width: 0;
  height: 0;
  right: -1px;
  top: -1px;
  position: absolute;
}

.template-collection .product-panels-section .Container {
  padding-bottom: 100px;
}

.shopify-section-main-product {
  overflow: hidden;
  min-height: 82vh;
  position: relative;
}

.Product__Slideshow {
  animation: float-product 7s ease-in-out infinite;
  z-index: 2;
  position: relative;
}

.Product__Slideshow .flickity-viewport {
  max-height: 680px;
}

.pswp__bg {
  background: var(--main-bg-color);
}

.template-product {
  background: var(--main-bg-color);
  color: var(--light-text-color);
  max-height: 100vh;
  height: 100vh;
}
.template-product .shopify-section-main-product {
  overflow: hidden;
  height: 100%;
}
.template-product .shopify-section-main-product::before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(147deg, #16162A 50.43%, rgba(22, 22, 42, 0) 99.33%);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.template-product .ImageHero__ContentOverlay {
  padding: 0;
}
.template-product h1 {
  color: var(--light-text-color);
}
.template-product .hero-pattern {
  position: absolute;
  top: 35vh;
  z-index: 0;
  opacity: 0.2;
}
.template-product .ProductMeta {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.template-product .ProductForm__BuyButtons {
  margin-top: 20px;
}

.template-product .ProductMeta .ProductMeta__Title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.template-product .Product__Gallery {
  margin-top: 0;
}
.template-product .Product__Wrapper {
  max-width: calc(100% - 700px);
  z-index: 3;
}
.template-product .Product__Wrapper .Product__InfoWrapper {
  z-index: 3;
  right: 30px;
}
.template-product .Product__Wrapper .Product__InfoWrapper .Product__Info {
  margin: 0;
  width: 100%;
  max-width: 500px;
}
.template-product .Product__Wrapper .Product__InfoWrapper .Product__Info .title_top {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.template-product .Product__Wrapper .Product__InfoWrapper .Product__Info .title_bottom {
  font-size: 50px;
  line-height: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.template-product .Product__Wrapper .Product__InfoWrapper .ProductMeta__Price {
  font-size: 20px;
  font-weight: bold;
  color: var(--light-text-color);
}
.template-product .Product__Wrapper .Product__InfoWrapper .ProductMeta__Description {
  font-size: 12px;
  margin-bottom: 35px;
}

.template-product .Product__Wrapper .Product__InfoWrapper .Button {
  max-width: 200px;
}

@media only screen and (max-width: 1007px) {

  .template-product .Product__Wrapper .Product__InfoWrapper .Button {
    max-width: none; 
    padding: 16px 35px;
  }
  
}


.template-product .Product__Wrapper .Product__InfoWrapper .try-it-link {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 12px;
}
.template-product .Product__Wrapper .Product__InfoWrapper .product-list {
  columns: 2;
  list-style-type: none;
  margin-top: 25px;
}

.template-product .Product__Wrapper .Product__InfoWrapper .product-list svg {
  height: 30px;
  width: 30px;
}
.template-product .Product__Wrapper .Product__InfoWrapper .product-list li {
  font-size: 12px;
  margin-top: 15px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.template-product .Product__Wrapper .Product__InfoWrapper .product-list li:first-child {
  margin-top: 0;
}
.template-product .Product__Wrapper .Product__Slideshow {
  z-index: 3;
}
.template-product .Product__Wrapper .product-name-box {
  max-width: 500px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: fit-content;
  padding-left: 90px;
  padding-top: 50px;
}
.template-product .Product__Wrapper .product-name-box .name {
  filter: drop-shadow(0px -13px 9px rgba(0, 0, 0, 0.551));
  font-weight: bold;
  font-size: 32px;
  z-index: 2;
  position: relative;
  max-width: fit-content;
  padding: 0 10px;
  margin: 0 auto;
}
.template-product .Product__Wrapper .product-name-box .name::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.295);
  top: -5px;
  left: 0;
  right: 0;
  z-index: -1;
  filter: blur(14px);
  opacity: 0.4;
}
.template-product .Product__Wrapper .product-name-box .product-icon {
  width: 35px;
  margin: 2px auto;
}
.template-product .Product__Wrapper .product-name-box .logo-icon {
  fill: none;
  stroke: var(--light-text-color);
  stroke-width: 0.3px;
  max-width: 280px;
  height: 38px;
  margin: 0 auto;
  display: block;
}
.template-product .Product__Wrapper .firedust {
  position: absolute;
  display: none;
  right: -75px;
  top: 0px;
  transform: rotate(0deg) translate(0, 0);
  transform-origin: top right;
  mix-blend-mode: lighten;
  animation: float-fire 10s ease-in-out infinite;
  opacity: 0.5;
  max-width: 900px;
  z-index: 2;
  pointer-events: none;
}
.template-product .Product__Wrapper .firedust-video {
  position: absolute;
  top: -98px;
  right: -4px;
  transform: rotate(17deg) translate(0, 0);
  transform-origin: top right;
  mix-blend-mode: lighten;
  animation: float-fire 15s ease-in-out infinite;
  opacity: 1;
  filter: sepia(4);
  max-width: 70vw;
  z-index: 3;
  pointer-events: none;
}
.template-product .product-menu {
  padding: 10px 0;
}
.template-product .product-menu .product_menu_list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
}
.template-product .product-menu .product_menu_list li {
  width: 100%;
  min-width: fit-content;
  text-align: center;
}
.template-product .product-menu .product_menu_list li a {
  padding: 8px 0px;
  display: block;
  border-radius: 3px;
  width: 100%;
}
.template-product .product-menu .product_menu_list li a:hover {
  box-shadow: inset 0 1px 27px -8px #00000047;
}
.template-product .usp-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  z-index: 3;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-left: 90px;
}

@media only screen and (max-width: 1007px) { 
.template-product .usp-list {
    padding-left: 0;
  }
}
.template-product .usp-list li {
  min-width: fit-content;
}
.template-product .usp-list p {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.template-product #design-top-section {
  padding-top: 100px;
  box-shadow: inset 0 138px 190px -130px #000;
}
.template-product .large-padding-top {
  padding-top: 150px;
}
.template-product .design-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.shopify-section--noisecancelation {
  overflow: hidden;
}

.challenge-section {
  background: var(--light-text-color);
}
.challenge-section .FeatureText {
  max-width: 1300px;
  padding: 0;
}
.challenge-section .SectionHeader .title {
  color: var(--main-bg-color);
}
.challenge-section .SectionHeader .subheading {
  -webkit-text-stroke-color: var(--main-bg-color);
  margin-top: 15px;
}
.challenge-section .SectionHeader p {
  color: var(--main-bg-color);
}

#challenge-top-section .FeatureText {
  padding: 0;
  max-width: 1300px;
}
#challenge-top-section .FeatureText__Content {
  padding: 0;
  max-width: 1300px;
  text-align: left;
}
#challenge-top-section .FeatureText__ContentWrapper {
  padding: 0;
}

#first-challenge-section .FeatureText {
  padding: var(--container-padding);
  max-width: 1200px;
  background: var(--light-text-color);
}

#second-challenge-section .FeatureText {
  padding: var(--container-padding);
  max-width: 1200px;
  position: relative;
  background: var(--light-text-color);
}

#challenge-section-bottom {
  padding-bottom: 150px;
}
#challenge-section-bottom .FeatureText {
  margin-bottom: 30px;
  padding: var(--container-padding);
  max-width: 1200px;
  background: var(--light-text-color);
}

.image-top-section {
  padding-top: 80px;
  padding-bottom: 250px;
  position: relative;
  background: var(--light-text-color);
}
.image-top-section .background-pattern {
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  max-width: 720px;
  max-height: 770px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.image-top-section .background-pattern svg path {
  stroke: var(--a-live-color);
}
.image-top-section .FeatureText__ImageWrapper {
  max-width: 500px;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}
.image-top-section .FeatureText__Content {
  text-align: center;
  max-width: 700px;
  z-index: 1;
  position: relative;
}
.image-top-section .FeatureText__Content .Rte {
  margin: 30px auto;
  max-width: unset;
}

.noisecancelation_section-top {
  box-shadow: 0 210px 120px 0 #17162a;
}
.noisecancelation_section-top .FlexboxIeFix {
  height: 75vh;
}
.noisecancelation_section-top .ImageHero {
  align-items: flex-start;
  padding-top: 70px;
}
.noisecancelation_section-top .SectionHeader__SubHeading {
  font-size: var(--large-heading-font-size);
  line-height: var(--large-heading-line-height);
}
.noisecancelation_section-top .ImageHero__Image {
  background-attachment: unset;
  background-size: cover;
}
.noisecancelation_section-top .ImageHero__Image:before {
  content: "";
  background: linear-gradient(0.36deg, #16162a 45.13%, rgba(22, 22, 42, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}
.noisecancelation_section-top .Container {
  justify-content: flex-start;
  text-align: left;
}
.noisecancelation_section-top .ImageHero__Image {
  border: none;
  box-shadow: unset;
}

.noisecancelation_section-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  min-height: 60vh;
  margin-top: -25vh;
  padding-left: 70px;
}
.noisecancelation_section-bottom .FeatureText__Content {
  max-width: 600px;
}
.noisecancelation_section-bottom .FeatureText__Content .Button {
  margin-top: 35px;
}
.noisecancelation_section-bottom .video-container video {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 1400px;
  position: absolute;
  right: -15vw;
  top: -175px;
  pointer-events: none;
}
.noisecancelation_section-bottom .video-container .video-scroll {
  mix-blend-mode: lighten;
  background: var(--main-bg-color);
}

.a-rise .progressBar {
  display: block;
  background: linear-gradient(to right, var(--a-rise-color), #ac5335);
}
.a-rise .Header__LogoLink svg {
  fill: var(--a-rise-color);
}
.a-rise .center-image-section::before {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, #bc6f5b8a 0%, rgba(34, 32, 74, 0) 56.77%);
}
.a-rise .Header__CartDot {
  background-color: var(--a-rise-color);
}
.a-rise .Button {
  background: var(--a-rise-color);
  border-color: transparent;
}
.a-rise .try-it-link svg path {
  fill: var(--a-rise-color);
}
.a-rise .product-menu {
  background: var(--a-rise-color);
}
.a-rise .hero-pattern path {
  stroke: var(--a-rise-color);
}
.a-rise .product-list {
  border-top: solid 1px var(--a-rise-color);
  padding-top: 30px;
}

.a-spire .product-list {
  border-top: solid 1px var(--a-spire-color);
  padding-top: 30px;
}

.a-blaze .name {
  color: var(--a-blaze-color);
}

.a-blaze .product-icon {
  fill: var(--a-blaze-color);
}

.a-blaze .product-list {
  border-top: solid 1px var(--a-blaze-color);
  padding-top: 30px;
}

.a-live .product-list {
  border-top: solid 1px var(--a-live-color);
  padding-top: 30px;
}

.a-spire-wireless .product-list {
  border-top: solid 1px var(--a-spire-wireless-color);
  padding-top: 30px;
}

.a-rise .faq_section {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-rise-color) 0%, #d77652 56.77%);
}

.a-spire .progressBar {
  display: block;
  background: linear-gradient(to right, var(--a-spire-color), #80dd9a);
}
.a-blaze .progressBar {
  display: block;
  background: linear-gradient(to right, var(--a-blaze-color), #80dd9a);
}
.a-spire .Header__LogoLink svg {
  fill: var(--a-spire-color);
}
.a-blaze .Header__LogoLink svg {
  fill: var(--a-blaze-color);
}
.a-blaze .center-image-section::before {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-blaze-color) 0%, rgba(34, 32, 74, 0) 56.77%);
}
.a-blaze .Header__CartDot {
  background-color: var(--a-blaze-color);
}
.a-blaze .Button {
  background: var(--a-blaze-color);
  border-color: transparent;
}
.a-blaze .try-it-link svg path {
  fill: var(--a-blaze-color);
}
.a-blaze .product-menu {
  background: var(--a-blaze-color);
}
.a-blaze .hero-pattern path {
  stroke: var(--a-blaze-color);
}
.a-blaze .try-it-link {
  border-bottom: solid 1px var(--a-blaze-color);
  padding-bottom: 30px;
}
.a-blaze .hear-difference .soundbox .soundwaves .wave-big path {
  fill: var(--a-blaze-color);
}
.a-blaze .hear-difference .soundwaves-bg .wave-big {
  fill: var(--a-blaze-color);
}
.a-blaze .hear-difference .soundbox__switch .switch-text {
  color: var(--a-blaze-color) !important;
}
.a-blaze .hear-difference .soundbox__switch .switch-button label:after {
  background: var(--a-blaze-color);
}
.a-blaze #faq_section {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-blaze-color) 0%, #3c9555 56.77%);
}
.a-spire .center-image-section::before {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-spire-color) 0%, rgba(34, 32, 74, 0) 56.77%);
}
.a-spire .Header__CartDot {
  background-color: var(--a-spire-color);
}
.a-spire .Button {
  background: var(--a-spire-color);
  border-color: transparent;
}
.a-spire .try-it-link svg path {
  fill: var(--a-spire-color);
}
.a-spire .product-menu {
  background: var(--a-spire-color);
}
.a-spire .hero-pattern path {
  stroke: var(--a-spire-color);
}
.a-spire .try-it-link {
  border-bottom: solid 1px var(--a-spire-color);
  padding-bottom: 30px;
}
.a-spire .hear-difference .soundbox .soundwaves .wave-big path {
  fill: var(--a-spire-color);
}
.a-spire .hear-difference .soundwaves-bg .wave-big {
  fill: var(--a-spire-color);
}
.a-spire .hear-difference .soundbox__switch .switch-text {
  color: var(--a-spire-color) !important;
}
.a-spire .hear-difference .soundbox__switch .switch-button label:after {
  background: var(--a-spire-color);
}
.a-spire #faq_section {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-spire-color) 0%, #3c9555 56.77%);
}
.iem-sound-card .name {
  color: var(--a-blaze-color);
}
.iem-sound-card .product-name-box .product-icon svg,
.iem-sound-card .product-name-box .product-icon path {
  fill: var(--a-blaze-color);
}
/* Grøn streg over USP-listen ved buy button (top) */
.iem-sound-card form.ProductForm .product-list {
  border-top: 1px solid var(--a-spire-color);
  padding-top: 14px; /* valgfrit – giver luft som på A-Spire */
  margin-top: 14px;  /* valgfrit */
}
body.template-product.iem-sound-card .ProductForm__BuyButtons {
  display: none !important;
}
body.template-product.iem-sound-card .klaviyo-form,
body.template-product.iem-sound-card .klaviyo-form * {
  font-family: "Shapiro", Helvetica, Arial, sans-serif !important;
}
/* IEM waitlist form – force headline typography */
body.template-product.iem-sound-card [class*="reset-css"] h1,
body.template-product.iem-sound-card [class*="reset-css"] h1 span {
  font-family: "Shapiro", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  text-align: left !important;
}
body.template-product.iem-sound-card 
.klaviyo-form span[style] {
    font-family: "Shapiro", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
}
/* IEM waitlist – brugerens indtastede tekst */
body.template-product.iem-sound-card .klaviyo-form input,
body.template-product.iem-sound-card .klaviyo-form textarea {
  color: #F8DDCE !important;
  -webkit-text-fill-color: #F8DDCE !important;
  caret-color: #F8DDCE !important;
}
body.template-product.iem-sound-card .klaviyo-form input::placeholder,
body.template-product.iem-sound-card .klaviyo-form textarea::placeholder {
  color: rgba(255,255,255,.55) !important;
  -webkit-text-fill-color: rgba(255,255,255,.55) !important;
}
/* IEM – align Klaviyo form med product text */
body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form {
  margin: 0 !important;
  padding: 0 !important;
}
body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form form {
  align-items: flex-start !important;
}

body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form * {
  text-align: left !important;
}
/* Keep content left-aligned, but center the CTA label inside the button */
body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form button,
body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form [type="submit"] {
  text-align: center !important;
}
body.template-product.iem-sound-card 
.ProductMeta__Text 
.klaviyo-form {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
body.template-product.iem-sound-card 
.ProductMeta__Text 
.klaviyo-form 
[class*="reset-css"] {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
/* Fix: input text + placeholder padding/alignment */
body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form input[type="email"],
body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form input {
  padding-left: 18px !important;   /* match det der føles rigtigt ift resten */
  padding-right: 18px !important;
  box-sizing: border-box !important;
}
/* Fix: placeholder følger samme padding + farve */
body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form input::placeholder {
  color: rgba(248, 221, 206, 0.65) !important;  /* pastel-ish */
  opacity: 1 !important; /* Safari */
}
.iem-sound-card .Header__LogoLink svg {
  fill: var(--a-blaze-color);
}
.iem-sound-card .center-image-section::before {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-spire-color) 0%, rgba(34, 32, 74, 0) 56.77%);
}
.iem-sound-card .Header__CartDot {
  background-color: var(--a-spire-color);
}
.iem-sound-card .Button {
  background: var(--a-spire-color);
  border-color: transparent;
}
.iem-sound-card .try-it-link svg path {
  fill: var(--a-spire-color);
}
.iem-sound-card .product-menu {
  background: var(--a-spire-color);
}
.iem-sound-card .hero-pattern path {
  stroke: var(--a-blaze-color);
}
.iem-sound-card .try-it-link {
  border-bottom: solid 1px var(--a-spire-color);
  padding-bottom: 30px;
}
.iem-sound-card .hear-difference .soundbox .soundwaves .wave-big path {
  fill: var(--a-spire-color);
}
.iem-sound-card .hear-difference .soundwaves-bg .wave-big {
  fill: var(--a-spire-color);
}
.iem-sound-card .hear-difference .soundbox__switch .switch-text {
  color: var(--a-spire-color) !important;
}
.iem-sound-card .hear-difference .soundbox__switch .switch-button label:after {
  background: var(--a-spire-color);
}
.iem-sound-card #faq_section {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-spire-color) 0%, #3c9555 56.77%);
}
.a-spire-wireless .progressBar {
  display: block;
  background: linear-gradient(to right, var(--a-spire-wireless-color), #80dd9a);
}
.a-spire-wireless .Header__LogoLink svg {
  fill: var(--a-spire-wireless-color);
}
.a-spire-wireless .center-image-section::before {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-spire-wireless-color) 0%, rgba(34, 32, 74, 0) 56.77%);
}
.a-spire-wireless .Header__CartDot {
  background-color: var(--a-spire-wireless-color);
}
.a-spire-wireless .Button {
  background: var(--a-spire-wireless-color);
  border-color: transparent;
}
.a-spire-wireless .try-it-link svg path {
  fill: var(--a-spire-wireless-color);
}
.a-spire-wireless .product-menu {
  background: var(--a-spire-wireless-color);
}
.a-spire-wireless .hero-pattern path {
  stroke: var(--a-spire-wireless-color);
}
.a-spire-wireless .try-it-link {
  border-bottom: solid 1px var(--a-spire-wireless-color);
  padding-bottom: 30px;
}
.a-spire-wireless .hear-difference .soundbox .soundwaves .wave-big path {
  fill: var(--a-spire-wireless-color);
}
.a-spire-wireless .hear-difference .soundwaves-bg .wave-big {
  fill: var(--a-spire-wireless-color);
}
.a-spire-wireless .hear-difference .soundbox__switch .switch-text {
  color: var(--a-spire-wireless-color) !important;
}
.a-spire-wireless .hear-difference .soundbox__switch .switch-button label:after {
  background: var(--a-spire-wireless-color);
}
.a-spire-wireless #faq_section {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-spire-wireless-color) 0%, #3c9555 56.77%);
}

.a-live .Product__Wrapper .Product__InfoWrapper .ProductMeta__Price {
  font-size: 12px;
}
.a-live .progressBar {
  display: block;
  background: linear-gradient(to right, var(--a-live-color), #8282ec);
}
.a-live .Header__LogoLink svg {
  fill: var(--a-live-color);
}
.a-live .admin-system-section {
  padding-top: 150px;
  padding-bottom: 0;
}
.a-live .admin-system-section .FeatureText {
  padding-bottom: 0;
  position: relative;
}
.a-live .admin-system-section video {
  mix-blend-mode: lighten;
  pointer-events: none;
  margin-left: -10vw;
  margin-bottom: -60px;
  width: 150%;
}
.a-live .admin-system-section .FeatureText__ContentWrapper {
  width: 40%;
  padding-right: 0;
  padding-bottom: 150px;
}
.a-live .admin-system-section .FeatureText__ImageWrapper {
  width: 60%;
  position: absolute;
  bottom: 0;
}
.a-live .stack-challenge-section .FeatureText__ContentWrapper {
  padding: 0;
}
.a-live #admin-explained {
  background: var(--light-text-color);
  padding: 65px 0;
}
.a-live .center-image-section::before {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-live-color) 0%, rgba(34, 32, 74, 0) 56.77%);
  top: -33vh;
  height: 125vh;
}
.a-live .Header__CartDot {
  background-color: var(--a-live-color);
}
.a-live .Button {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  background: var(--a-live-color);
  border-color: transparent;
}
.a-live .try-it-link svg path {
  fill: var(--a-live-color);
}
.a-live .product-menu {
  background: var(--a-live-color);
}
.a-live .hero-pattern path {
  stroke: var(--a-live-color);
}
.a-live .try-it-link {
  border-bottom: solid 1px var(--a-live-color);
  padding-bottom: 30px;
}
.a-live #faq_section {
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-live-color) 0%, #373779 56.77%);
}
.a-live .video-section {
  margin-top: -70px;
  padding-bottom: 50px;
}

.center-image-section {
  position: relative;
}
.center-image-section::before {
  content: "";
  width: 100vw;
  height: 200vh;
  position: absolute;
  top: -125vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  pointer-events: none;
}
.center-image-section .center-image {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -40px;
  box-shadow: 3px 0 90px -20px #000;
}
.center-image-section .center-image img {
  overflow: hidden;
  border-radius: 10px;
}

.soundbox {
  background-color: #090812;
  border-radius: 12px;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  overflow: hidden;
  width: max-content;
  width: auto;
  box-shadow: 0 2px 45px -15px #000;
}

#bottom-design-section {
  padding-bottom: 70px;
}

.hear-difference {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

@media only screen and (max-width: 1007px) { 
.hear-difference {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.hear-difference .soundwaves-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.hear-difference .soundwaves-bg .wave-big {
  fill: var(--a-rise-color);
  z-index: -2;
  transition: 0.2s ease-in;
}
.hear-difference .soundwaves-bg svg.hidden {
  transform: scaleY(0.4);
}
.hear-difference .soundwaves-bg .wave-small {
  z-index: -1;
}
.hear-difference .soundwaves-bg svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.03;
  width: 120vw;
}
.hear-difference .soundbox-title {
  margin-bottom: 25px;
}
.hear-difference .Container {
  display: flex;
  gap: 70px;
  max-width: 1300px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.hear-difference .Container .left-col {
  max-width: 500px;
}

@media only screen and (max-width: 1007px) { 
  .hear-difference .Container .left-col {
    max-width: none;
  }
}

@media only screen and (min-width: 1007px) { 
  .hear-difference .Container .left-col .hear-difference__item:first-child {
    margin-bottom: 70px;
  }
}

.hear-difference .Container .right-col {
  position: sticky;
  top: 100px;
  height: fit-content;
}
.hear-difference .Container .right-col .wrrapper {
  display: none;
}
.hear-difference .Container .right-col .explanation {
  font-size: 10px;
  line-height: 10px;
}
.hear-difference .soundbox .play-button {
  cursor: pointer;
  position: relative;
  transition: opacity 0.2s ease-in;
}
.hear-difference .soundbox .play-button * {
  pointer-events: none;
}
.hear-difference .soundbox .play-button .pause {
  left: 0;
  position: absolute;
}
.hear-difference .soundbox .play-button .hidden {
  opacity: 0;
}
.hear-difference .soundbox .soundwaves {
  overflow: hidden;
  position: relative;
}
.hear-difference .soundbox .soundwaves .wave-big {
  width: 329px;
  height: 59px;
}
.hear-difference .soundbox .soundwaves .wave-small {
  width: 329px;
  height: 30px;
}
.hear-difference .soundbox .soundwaves svg {
  transition: all 0.2s ease-in;
}
.hear-difference .soundbox .soundwaves svg:first-child {
  position: absolute;
  transform: translateY(50%);
  z-index: 2;
}
.hear-difference .soundbox .soundwaves svg.hidden {
  transform: scaleY(0.4);
}
.hear-difference .soundbox__item {
  align-items: center;
  display: flex;
  gap: 20px;
  height: 82px;
  padding: 20px;
}
.hear-difference .soundbox__item:first-child {
  background-color: #20203f;
}
.hear-difference .soundbox__switch.inactive .switch-text {
  color: #3f3f50 !important;
}
.hear-difference .soundbox__switch.inactive .switch-button label:after {
  background: #3f3f50;
}
.hear-difference .soundbox__switch .switch-text {
  color: #f48d69;
  font-family: Shapiro, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}
.hear-difference .soundbox__switch .switch-button input[type=checkbox] {
  display: none;
}
.hear-difference .soundbox__switch .switch-button input:checked + label:after {
  left: 5px;
  transform: translateX(0);
}
.hear-difference .soundbox__switch .switch-button label {
  background: #f8ddce;
  border-radius: 100px;
  cursor: pointer;
  display: block;
  height: 24px;
  margin: 0;
  position: relative;
  text-indent: -9999px;
  width: 51px;
}
.hear-difference .soundbox__switch .switch-button label:active:after {
  width: 42px;
}
.hear-difference .soundbox__switch .switch-button label::after {
  background: #f48d69;
  border-radius: 90px;
  content: "";
  height: 18px;
  left: calc(100% - 5px);
  position: absolute;
  top: 3px;
  transform: translateX(-100%);
  transition: 0.3s;
  width: 18px;
}

.center-headset {
  align-items: center;
  display: flex;
  height: 80vh;
  position: relative;
  justify-content: center;
  z-index: 1;
  margin-top: -80px;
}
.center-headset::before {
  content: "";
  width: 100vw;
  height: 200vh;
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, #1d1d50 0%, rgba(34, 32, 74, 0) 56.77%);
  position: absolute;
  top: -25vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  pointer-events: none;
}
.center-headset .background-pattern {
  max-height: 106vh;
  top: -200px;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  opacity: 0.5;
  box-shadow: inset 0 -55px 80px 0 #000;
}
.center-headset .headset__title {
  color: #fff;
  font-size: 67px;
  line-height: 75px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
  top: 20vh;
  padding: var(--container-padding);
  display: flex;
  flex-direction: column;
}
.center-headset .headset__stroked-title {
  color: transparent;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}
.center-headset .headset_image {
  position: absolute;
  max-width: 900px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  animation: float 7s ease-in-out infinite;
}
.center-headset .Button {
  -webkit-text-stroke: transparent;
  text-stroke: transparent;
  max-width: 300px;
  margin: 35px auto 0 auto;
  display: block;
}

#faq_section {
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 60px -18px #000;
  background: radial-gradient(249.99% 71.03% at 61.81% 52.5%, var(--a-rise-color) 0%, #d77652 56.77%);
}
#faq_section .faq-pattern {
  position: absolute;
  left: 0;
  right: 0;
  top: 15vh;
  z-index: 0;
  pointer-events: none;
  width: 100vw;
}
#faq_section #hero_heading {
  font-size: var(--medium-heading-font-size);
  line-height: var(--medium-heading-line-height);
  font-weight: bold;
}
#faq_section .Container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 800px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
#faq_section .Container .Collapsible__Plus {
  position: absolute;
  right: 30px;
  top: calc(50% - (14px / 2));
  width: 17px;
  height: 17px;
}
#faq_section .Container .Collapsible__Plus::before {
  width: 15px;
  height: 3px;
}
#faq_section .Container .Collapsible__Plus::after {
  width: 3px;
  height: 15px;
}
#faq_section .Container .SectionHeader {
  text-align: left;
  width: 100%;
  margin-bottom: 35px;
}
#faq_section .Container .SectionHeader .heading {
  font-weight: bold;
  font-size: 20px;
}
#faq_section .faq_container {
  width: 100%;
}
#faq_section .faq_container .Collapsible {
  color: #fff;
  border: none;
}
#faq_section .faq_container .Collapsible .Collapsible__Button {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 20px 40px;
  color: var(--main-bg-color);
  text-transform: inherit;
  font-size: 15px;
}
#faq_section .faq_container .Collapsible .Collapsible__Content a {
 color: var(--light-text-color);
}
#faq_section .Heading {
  color: #fff;
  letter-spacing: unset;
  font-size: 20px;
}
#faq_section .Button {
  text-align: center;
  display: block;
  max-width: 300px;
  margin: 30px auto 0 auto;
  border: solid 1px #fff;
}

.partner-section {
  overflow: hidden;
}
.partner-section .partner-container {
  margin: 0 auto;
  max-width: 1280px;
}
.partner-section .partner-container .partner-pattern {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.partner-section .partner-container .partner-list {
  display: flex;
  list-style-type: none;
  margin-top: 40px;
  padding-bottom: 40px;
  gap: 30px;
}
.partner-section .partner-container .partner-list li {
  width: 33%;
  text-align: left;
}
.partner-section .partner-container .partner-list li .partner-name {
  margin-top: 20px;
  font-size: 20px;
}
.partner-section .partner-container .partner-list li .partner-bottom {
  padding: 0 30px;
}

.shopify-section--reviews {
  background: var(--main-bg-color);
}
.shopify-section--reviews .reviews-section {
  padding-top: 75px;
  display: flex;
  min-height: 550px;
  flex-direction: column;
  justify-content: center;
  padding: var(--container-padding);
}
.shopify-section--reviews .review-pattern {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  opacity: 0.2;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.shopify-section--reviews .review-pattern svg {
  width: 100vw;
  height: 90%;
  transform: scale(110%) translateY(35%);
  transform-origin: center;
}
.shopify-section--reviews .review-container {
  max-width: 1280px;
  margin: 0 auto;
}
.shopify-section--reviews .review-container .review-title {
  font-size: var(--small-heading-font-size);
  line-height: var(--small-heading-line-height);
  margin-bottom: 0px;
}
.shopify-section--reviews .review-container .review-list {
  display: flex;
  list-style-type: none;
  margin-top: 40px;
  gap: 45px;
  padding: 20px 0;
}
.shopify-section--reviews .review-container .review-list .review-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.shopify-section--reviews .review-container .review-list li {
  width: 33%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.shopify-section--reviews .review-container .review-list li::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  right: -20px;
  top: 0;
  opacity: 0.2;
}
.shopify-section--reviews .review-container .review-list li:last-child::after {
  display: none;
}
.shopify-section--reviews .review-container .review-list .stars {
  color: var(--a-spire-color);
  font-size: 16px;
}
.shopify-section--reviews .review-container .review-list .review-content {
  margin-top: 15px;
  margin-bottom: 15px;
}
.shopify-section--reviews .review-container .review-list .review-content p {
  font-size: 12px;
}
.shopify-section--reviews .review-container .review-list .review-name {
  font-weight: bold;
}
.shopify-section--reviews .Button {
  background: var(--a-spire-color);
  border: none;
}

.faq, .template-, .template-page:not(.about-acezone, .contact) {
  background: var(--main-bg-color);
  color: var(--light-text-color);
}
.faq .Header, .template- .Header, .template-page:not(.about-acezone, .contact) .Header {
  background: var(--main-bg-color);
}
.faq .Header .Header__LogoLink svg, .template- .Header .Header__LogoLink svg, .template-page:not(.about-acezone, .contact) .Header .Header__LogoLink svg {
  fill: var(--light-text-color);
}

.faq .Header svg path, .template- .Header svg path, .template-page:not(.about-acezone, .contact) .Header svg path {
  fill: var(--light-text-color);
}
.faq .faq-top, .template- .faq-top, .template-page:not(.about-acezone, .contact) .faq-top {
  padding-top: 70px;
  color: var(--main-bg-color);
}
.faq .faq-top .text-outlined, .template- .faq-top .text-outlined, .template-page:not(.about-acezone, .contact) .faq-top .text-outlined {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--light-text-color);
  color: transparent;
}
.faq #faq_section .SectionHeader, .template- #faq_section .SectionHeader, .template-page:not(.about-acezone, .contact) #faq_section .SectionHeader {
  text-align: center;
}
.faq #faq_section .SectionHeader h3, .template- #faq_section .SectionHeader h3, .template-page:not(.about-acezone, .contact) #faq_section .SectionHeader h3 {
  color: var(--light-text-color);
}
.faq #faq_section .faq_container .Collapsible .Collapsible__Button, .template- #faq_section .faq_container .Collapsible .Collapsible__Button, .template-page:not(.about-acezone, .contact) #faq_section .faq_container .Collapsible .Collapsible__Button {
  background: var(--light-text-color);
  color: var(--main-bg-color);
}
.faq #faq_section .Button, .template- #faq_section .Button, .template-page:not(.about-acezone, .contact) #faq_section .Button {
  background: #fff;
}
.faq .faq_section:first-child, .template- .faq_section:first-child, .template-page:not(.about-acezone, .contact) .faq_section:first-child {
  padding-top: 0px;
}
.faq .faq_section:first-child #faq_section, .template- .faq_section:first-child #faq_section, .template-page:not(.about-acezone, .contact) .faq_section:first-child #faq_section {
  padding-top: 0px;
}
.faq .faq_section:last-child .Container, .template- .faq_section:last-child .Container, .template-page:not(.about-acezone, .contact) .faq_section:last-child .Container {
  padding-bottom: 150px;
}

.contact .contact-page {
  background: var(--main-bg-color);
  padding-bottom: 150px;
}
.contact .contact-page .Form__Input, .contact .contact-page .Form__Textarea {
  background: var(--light-text-color);
}
.contact .contact-page .PageContent {
  margin-top: 0;
  margin-bottom: 0;
}

.template-collection .product-panels-section {
  background: var(--main-bg-color);
  box-shadow: unset;
  padding-bottom: 100px;
}
.template-collection .product-panels-section .Container {
  background: unset;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--main-bg-color);
  z-index: 9999;
  text-align: center;
}
.preloader .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.preloader .loader .loader-admin {
  width: 80px;
  margin-bottom: 35px;
}
.preloader #wave {
  height: 100px;
  width: 100px;
  fill: var(--light-text-color);
  margin-bottom: 15px;
}
.preloader #wave #Line_1 {
  animation: pulse 1s infinite;
  animation-delay: 0s;
}
.preloader #wave #Line_2 {
  animation: pulse 1s infinite;
  animation-delay: 0.1s;
}
.preloader #wave #Line_3 {
  animation: pulse 1s infinite;
  animation-delay: 0.2s;
}
.preloader #wave #Line_4 {
  animation: pulse 1s infinite;
  animation-delay: 0.3s;
}
.preloader #wave #Line_5 {
  animation: pulse 1s infinite;
  animation-delay: 0.4s;
}
.preloader #wave #Line_6 {
  animation: pulse 1s infinite;
  animation-delay: 0.5s;
}
.preloader #wave #Line_7 {
  animation: pulse 1s infinite;
  animation-delay: 0.6s;
}
.preloader #wave #Line_8 {
  animation: pulse 1s infinite;
  animation-delay: 0.7s;
}
.preloader #wave #Line_9 {
  animation: pulse 1s infinite;
  animation-delay: 0.8s;
}
.preloader #secondwave {
  height: 40vh;
  width: 40vw;
  opacity: 0.05;
  fill: transparent;
  stroke: var(--light-text-color);
  stroke-width: 0.2px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.preloader #secondwave #Line_1 {
  animation: pulse 1s infinite;
  animation-delay: 0s;
}
.preloader #secondwave #Line_2 {
  animation: pulse 1s infinite;
  animation-delay: 0.1s;
}
.preloader #secondwave #Line_3 {
  animation: pulse 1s infinite;
  animation-delay: 0.2s;
}
.preloader #secondwave #Line_4 {
  animation: pulse 1s infinite;
  animation-delay: 0.3s;
}
.preloader #secondwave #Line_5 {
  animation: pulse 1s infinite;
  animation-delay: 0.4s;
}
.preloader #secondwave #Line_6 {
  animation: pulse 1s infinite;
  animation-delay: 0.5s;
}
.preloader #secondwave #Line_7 {
  animation: pulse 1s infinite;
  animation-delay: 0.6s;
}
.preloader #secondwave #Line_8 {
  animation: pulse 1s infinite;
  animation-delay: 0.7s;
}
.preloader #secondwave #Line_9 {
  animation: pulse 1s infinite;
  animation-delay: 0.8s;
}
@keyframes pulse {
  0% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
  50% {
    transform: scaleY(0.4);
    transform-origin: 50% 50%;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
}

.progressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  z-index: 100;
  transition: width 0.2s ease-out;
}

.progressBar {
  display: none;
}

.splide__track {
  overflow: visible !important;
}

.npf .PageHeader {
  display: none;
}

.a-rise-manual .Featuretext-section, .a-spire-manual .Featuretext-section {
  color: var(--main-bg-color);
}
.a-rise-manual .text-outlined, .a-spire-manual .text-outlined {
  -webkit-text-stroke-color: var(--main-bg-color);
}
.a-rise-manual .Button, .a-spire-manual .Button {
  background: var(--button-bg);
  color: var(--light-text-color);
}

.manualbtn {
  padding: 0;
}
.manualbtn .Button {
  margin-top: 0;
}

.manualtop {
  margin-bottom: 0;
  padding-bottom: 0;
}

#last-manual {
  margin-bottom: 70px;
}

.download-btn {
  background: var(--button-bg);
  color: var(--light-text-color);
  margin: 0 auto;
  margin-bottom: 20px;
  width: fit-content;
  width: 400px;
  display: block;
}
.download-btn:first-child {
  margin-top: 0;
}
.download-btn:last-child {
  margin-bottom: 70px;
}

.Tritech-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background: var(--main-bg-color);
  color: var(--light-text-color);
  padding: 70px;
}
.Tritech-section .Trictech_inner_section {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
}
.Tritech-section .Top_container {
  text-align: center;
  max-width: 400px;
}
.Tritech-section .image_center_icon {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.Tritech-section .image_center_icon h3 {
  position: absolute;
  z-index: 1;
  text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.587);
}
.Tritech-section .image_center_icon svg {
  width: 250px;
  opacity: 0.6;
}
.Tritech-section .Bottom_container {
  display: flex;
  justify-content: center;
  gap: 250px;
}
.Tritech-section .Bottom_container .panel {
  flex-basis: 50%;
  text-align: center;
  max-width: 400px;
}
.Tritech-section .panel {
  position: relative;
}
.Tritech-section .panel h3 {
  font-size: var(--small-heading-font-size);
}
.Tritech-section .arrow {
  width: 4px;
  position: absolute;
}
.Tritech-section .arrow_top {
  transform: rotate(180deg);
  margin: 0 auto;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.Tritech-section .arrow_bottom_left {
  top: 0;
  right: 0;
  transform: rotate(45deg);
}
.Tritech-section .arrow_bottom_right {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}

.live-streaming {
  bottom: 60px;
  right: 70px;
  position: absolute;
  display: block;
  width: 280px;
  padding: 12px 10px;
  display: flex;
  background: linear-gradient(90deg, rgba(163, 249, 181, 0.4) 23%, rgba(163, 249, 181, 0.24) 57%, rgba(163, 249, 181, 0.1) 83%, rgba(163, 249, 181, 0) 100%);
  border-radius: 30px;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}
.live-streaming::before {
  content: "";
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  border-radius: 30px 0px 0px 30px;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}
.live-streaming::after {
  content: "";
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  border-radius: 0 30px 30px 0;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease;
}
.live-streaming:hover::after {
  width: 80px;
}
.live-streaming:hover::before {
  width: 80px;
}
.live-streaming:hover .top-text::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.live-streaming .top-text {
  margin-bottom: 0;
  font-size: 10px;
}
.live-streaming .bottom-text {
  font-size: 12px;
  font-weight: 700;
}
.live-streaming svg {
  width: 60px;
}
.video_simple_section {
  background: var(--main-bg-color);
  padding-top: 40px;
  padding-bottom: 50px;
}
.video_simple_section .SectionHeader {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 70px;
  color: var(--bg-sand-color);
  text-align: center;
}
.video_simple_section .splide__arrow {
  background: var(--bg-sand-color);
  width: 5rem;
  height: 5rem;
}
.video_simple_section .splide__arrow svg {
  fill: var(--button-bg);
}
.video_simple_section .splide__list {
  display: flex;
  align-items: center;
}
.video_slider_section {
  background: var(--main-bg-color);
  padding-top: 70px;
  padding-bottom: 70px;
}
.video_slider_section .SectionHeader {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 70px;
  color: var(--bg-sand-color);
  text-align: center;
}
.video_slider_section .splide__arrow {
  background: var(--bg-sand-color);
  width: 5rem;
  height: 5rem;
}
.video_slider_section .splide__arrow svg {
  fill: var(--button-bg);
}
.video_slider_section .splide__list {
  display: flex;
  align-items: center;
}

.SidebarMenu .Drawer__Content::before {
  display: none;
}

.SidebarMenu .Heading {
  font-size: 22px;
  padding: 35px 0;
}
.SidebarMenu__Nav--primary > .SidebarMenu__ShopCollapsible {
  border-bottom: 0 !important;
  margin-bottom: 14px;
}
.SidebarMenu__Nav--primary > .SidebarMenu__ShopCollapsible + .Collapsible {
  margin-top: 0;
}
/* Shop pill (the toggle that opens the categories) */
.SidebarMenu__Nav--primary .SidebarMenu__ShopItem {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: auto !important;
  padding: 11px 22px !important;
  margin: 6px 0 2px !important;
  border-radius: 999px;
  background: var(--a-live-color);
  border: 1px solid var(--a-live-color);
  color: var(--light-text-color) !important;
  line-height: 1;
  font-size: 15px !important;
}
.SidebarMenu__ShopItem .Collapsible__Plus { position: static !important; margin: 0 !important; }

/* Nested Shop menu: tidy category headers + product lists (overrides the big
   22px sidebar Heading so it reads as a clean dropdown, mirroring desktop). */
.SidebarMenu__ShopCollapsible > .Collapsible__Inner > .Collapsible__Content { padding: 6px 0 0 2px; }
.SidebarMenu__ShopCollapsible .Collapsible__Content .Collapsible { border-bottom: 1px solid rgba(255, 255, 255, .08); }
.SidebarMenu__ShopCollapsible .Collapsible__Content .Collapsible > .Collapsible__Button,
.SidebarMenu__ShopCollapsible .Collapsible__Content > .Collapsible > a.Collapsible__Button {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 15px 2px !important;
  color: var(--light-text-color) !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.SidebarMenu__ShopCollapsible .Collapsible__Plus { position: relative !important; right: auto !important; top: auto !important; }
.SidebarMenu__ShopCollapsible .Linklist { padding: 2px 0 12px; margin: 0; border: 0 !important; }
.SidebarMenu__ShopCollapsible .Linklist__Item { border: 0 !important; }
.SidebarMenu__ShopCollapsible .Linklist__Item a {
  display: block;
  font-size: 14px !important;
  padding: 9px 0 9px 16px !important;
  color: #c9c3bd !important;
}
.SidebarMenu__ShopCollapsible .Linklist__Item a:hover { color: var(--light-text-color) !important; }

.lang-menu-link{
  color: black;
}

@media only screen and (min-width: 1007px) {
  #product-card-slider-list {
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .hidden-menu {
    display: block;
    width: 90px;
  }

  html {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }

  body {
    height: 100vh;
    overflow: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .hidden-lap {
    display: none !important;
  }

  .shopify-section-main-product {
    min-height: fit-content;
  }

  #product-card-slider-list {
    display: flex;
  }
  #product-card-slider-list .card {
    width: 300px;
  }
  #product-card-slider-list .card .heading-box {
    padding-top: 110px;
  }
  #product-card-slider-list .card .heading-box .name {
    font-size: 25px;
  }
  #product-card-slider-list .card .heading-box .price {
    font-size: 15px;
    margin-top: 20px;
  }
  #product-card-slider-list .card .logo-icon {
    max-width: 230px;
  }

  .center-image-section .center-image {
    z-index: 2;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 30px;
    display: block;
  }

  .noisecancelation_section-bottom .video-container video {
    width: 890px;
    top: 55px;
  }
}
@media only screen and (max-width: 1399px) {
  .hide-large-menu {
    display: none;
  }

  .hidden-menu {
    display: none;
  }

  /* Re-show hamburger between 1140–1399px (theme.css hides it via .hidden-desk at 1140px+) */
  .Header [data-action="open-drawer"][data-drawer-id="sidebar-menu"] {
    display: flex !important;
  }
}
@media only screen and (max-width: 1007px) {
  :root {
    --body-font-size: 11px;
    --large-heading-font-size: 40px;
    --large-heading-line-height: 35px;
    --medium-heading-font-size: 30px;
    --medium-heading-line-height: 35px;
    --small-heading-font-size: 14px;
    --small-heading-line-height: 14px

    --container-padding: 0 40px ;
  }

  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 15px 20px;
  }

  .first-flex-item {
    width: 105px;
  }

  .hero-section .subheading {
    font-size: 83px;
    line-height: 74px;
  }
  .hero-section .container {
    padding-top: 7vh;
    width: fit-content;
    margin: 0 auto;
  }
  .hero-section .container .right-col video {
    max-height: 600px;
  }
  .hero-section .live-streaming {
    bottom: 270px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .template-product .shopify-section-main-product {
    height: unset;
  }
  .template-product .Product__Wrapper .Product__Slideshow {
    max-width: 400px;
    margin: 0 auto;
  }
  .template-product .Product__Wrapper .product-name-box {
    padding-left: 0;
  }
  .template-product .Product__Wrapper .Product__InfoWrapper .Product__Info {
    margin: 0;
    width: 100%;
    max-width: 550px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
  }
  .template-product #challenge-top-section .FeatureText__Content {
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: center;
  }
  .template-product .challenge-section {
    margin: -1px 0;
  }
  .template-product .challenge-section .FeatureText {
    padding: 0 20px !important;
  }
  .template-product .shopify-section--reviews .reviews-section {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1007px) {
  .title {
    letter-spacing: 0;
  }

  .template-product .Product {
    margin-bottom: 40px;
  }
  .template-product .Product__Wrapper {
    max-width: 100%;
  }
  .template-product .Product__Wrapper .ProductMeta .ProductMeta__Title {
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
  .template-product .Product__Wrapper .Product__InfoWrapper .Product__Info {
    margin: 0 auto;
    top: 0 !important;
  }
  .template-product .Product__Wrapper .Product__InfoWrapper .Product__Info .title_top {
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
  }
  .template-product .Product__Wrapper .Product__InfoWrapper .Product__Info .title_bottom {
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    color: var(--light-text-color);
    font-size: 16px;
    line-height: 16px;
  }
  .template-product .Product__Wrapper .Product__InfoWrapper .ProductMeta__Description {
    text-align: center;
  }

  .template-product .Product__Wrapper .Product__InfoWrapper .Button {
    margin: 0 auto;
    display: block;
  }
  .template-product .Product__Wrapper .Product__InfoWrapper .try-it-link {
    justify-content: center;
  }
  .template-product .product-menu .product_menu_list li a {
    padding: 10px 10px;
  }
  .template-product .Product__Gallery {
    margin-bottom: 0;
  }
  .template-product .noisecancelation_section-top .FlexboxIeFix {
    height: 27vh;
  }
  .template-product .noisecancelation_section-top .FlexboxIeFix .ImageHero__ImageWrapper {
    height: 80%;
  }
  .template-product .noisecancelation_section-top .ImageHero__Image:before {
    background: linear-gradient(0.36deg, #261e2d 45.13%, rgba(22, 22, 42, 0) 100%);
    height: 51vh;
  }
  .template-product .noisecancelation_section-bottom {
    min-height: 50vh;
    margin-top: 5vh;
  }
  .template-product .noisecancelation_section-bottom {
    margin-top: 10vh;
    padding-left: 20px;
    padding-right: 20px;
  }
  .template-product .noisecancelation_section-bottom .video-container video {
    top: -65px;
  }

  .a-live .admin-system-section {
    padding-bottom: 0;
  }

  .firedust-video {
    display: none;
  }

  .firedust {
    display: none;
  }

  .product-panels-section .Container .card .product {
    animation: unset;
  }
  .product-panels-section .Container .card:hover .product {
    display: block;
    animation: unset;
  }
  .product-panels-section .Container .card:hover::before {
    display: none;
  }
  .product-panels-section .Container .card:hover::after {
    display: none;
  }

  .hero-section .container .left-col {
    max-width: 500px;
    margin: 0 auto auto;
    text-align: center;
  }
  .hero-section .container .left-col .subheading {
    font-size: 68px;
    line-height: 64px;
  }
  .hero-section .container .left-col .content {
    margin: 0 auto;
    margin-top: 25px;
  }
  .hero-section .container .right-col {
    order: -1;
    max-width: 100%;
    margin: 0 auto;
  }
  .hero-section .container .right-col video {
    max-height: 575px;
    display: block;
    margin-top: 25px;
    margin-bottom: -40px;
  }

  .splide__track {
    overflow: visible !important;
  }

  .splide__arrows .splide__arrow {
    background: var("--bg-sand-color");
    width: 40px;
    height: 40px;
  }

  .is-active .card .product {
    animation: float-extra-small 6s ease-in-out infinite;
  }

  .is-prev .card .product, .is-next .card .product {
    animation: unset;
  }

  .product-panels-section {
    padding: 80px 0;
    overflow: hidden;
    box-shadow: inset 0 30px 30px 30px #16172c, inset 0 -30px 30px 30px #16172c, inset 0 140px 80px 0 #08080ec2, inset 0 -110px 91px 26px #050509;
  }
  .product-panels-section .Container {
    width: 100vw;
    display: block;
    align-items: unset;
    flex-direction: unset;
    gap: 80px;
    justify-content: unset;
    z-index: unset;
    padding: 0;
  }
  .product-panels-section .Container #product-card-slider-list .card {
    width: 350px;
  }

  .shopify-section--reviews .review-container .review-list {
    gap: 70px;
    flex-direction: column;
  }
  .shopify-section--reviews .review-container .review-list li {
    width: 55%;
    margin: 0 auto;
  }
  .shopify-section--reviews .review-container .review-list li::after {
    content: "";
    height: 100%;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -20px;
    top: unset;
    bottom: -30px;
    opacity: 0.2;
  }

  .partner-section .partner-container .partner-list {
    flex-wrap: wrap;
  }
  .partner-section .partner-container .partner-list li {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    margin: 0 auto;
  }

  .Footer .footer-bottom .center-col {
    padding: 10px 50px;
    order: 2;
  }

  .Tritech-section .image_center_icon {
    order: -1;
  }
  .Tritech-section .Bottom_container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
  }
  .Tritech-section .panel .arrow {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --container-padding: 0 20px
    --body-font-size: 11px;
    --large-heading-font-size: 40px;
    --large-heading-line-height: 35px;
    --medium-heading-font-size: 18px;
    --medium-heading-line-height: 18px;
  }

  .Drawer .Drawer__Main .Drawer__Container {
    padding-left: 25px;
  }

  .Drawer {
    width: unset;
    max-width: 310px;
    min-width: 310px;
  }

  .hero-section .container .left-col {
    max-width: 100%;
    text-align: center;
  }
  .hero-section .container .left-col .subheading {
    margin-top: 5px;
  }
  .hero-section .container .left-col .content {
    margin: 0 auto;
    margin-top: 25px;
  }
  .hero-section .container .right-col video {
    max-height: 355px;
    display: block;
    margin-top: 50px;
    margin-bottom: -40px;
  }

  .product-panels-section .Container .card .heading-box .name {
    filter: drop-shadow(0px -3px 3px #000);
  }

  .product-panels-section .Container .card:before {
    display: none;
  }

  .template-product .product-menu .product_menu_list {
    flex-wrap: wrap;
  }
  .template-product .product-menu .product_menu_list li {
    width: 33%;
  }
  .template-product .noisecancelation_section-bottom {
    min-height: 66vh;
  }
  .template-product .noisecancelation_section-bottom .video-container video {
    top: 85px;
  }
  .template-product .FeatureText--imageLeft .FeatureText__ImageWrapper {
    order: 1;
    max-width: 70%;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .template-product .FeatureText--imageRight {
    display: flex;
    flex-direction: column;
  }
  .template-product .FeatureText--imageRight .FeatureText__ImageWrapper {
    order: -1;
    max-width: 70%;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .template-product .image-top-section .FeatureText__ImageWrapper {
    max-width: 75%;
  }
  .template-product .admin-system-section .FeatureText__ImageWrapper {
    max-width: 100%;
  }
  .template-product .admin-system-section .FeatureText__ImageWrapper video {
    mix-blend-mode: lighten;
    pointer-events: none;
    margin-left: -30vw;
    margin-bottom: -60px;
    width: 150%;
  }
  .template-product .challenge-section {
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .a-live .admin-system-section .FeatureText__ContentWrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 210px;
    padding-top: 0;
  }

  .reviews-section .FeatureText__ContentWrapper {
    padding-top: 30px;
  }

  .video-section {
    padding-bottom: 30px;
  }

  .partner-logos-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .partner-logos-section .logo-container ul li img {
    max-height: 80px;
  }

  .partner-section .partner-container .partner-list {
    flex-direction: column;
    padding: var(--container-padding);
  }
  .partner-section .partner-container .partner-list li {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --container-padding: 0 20px
    --body-font-size: 11px;
    --large-heading-font-size: 25px;
    --large-heading-line-height: 25px;
  }

  .SidebarMenu .Heading {
    font-size: 16px;
  }

  .hero-section .container .left-col .subheading {
    font-size: 42px;
    line-height: 42px;
  }

  .template-product .Product__Wrapper .Product__Slideshow {
    max-width: 60%;
    margin: 0 auto;
  }
  .template-product .Product__Wrapper .Product__InfoWrapper .product-list li {
    flex-direction: column;
    font-size: 11px;
    text-align: center;
  }
  .template-product .product-menu {
    overflow: hidden;
  }
  .template-product .product-menu .product_menu_list {
    display: flex;
    margin: 0 auto;
    color: #fff;
    gap: 24px;
    align-items: center;
    overflow: scroll;
    padding-left: 15px;
    flex-wrap: nowrap;
  }
  .template-product .noisecancelation_section-top .FlexboxIeFix {
    height: 30vh;
  }
  .template-product .noisecancelation_section-bottom .video-container video {
    top: 265px;
    width: 530px;
  }
  .template-product .hear-difference .Container {
    gap: 30px;
  }
  .template-product .hear-difference .Container .right-col .wrrapper {
    max-width: 75%;
    margin: 0 auto;
  }
  .template-product .center-headset {
    margin-top: 0;
    height: 47vh;
  }
  .template-product .center-headset .headset__title {
    padding: 0 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .template-product .noisecancelation_section-bottom {
    min-height: unset;
  }

  .video-container {
    display: none;
  }

  .hero-section {
    min-height: calc(82vh - 112px) !important;
  }

  .video-wrapper-container {
    height: calc(82vh - 112px) !important;
  }
  
  .hero-section .container .right-col {
    display: none;
  }

  .product-panels-section .Container .card .card_bottom {
    padding: 0 5px 0;
    min-height: 135px;
  }
  .product-panels-section .Container .card .card_bottom ul li {
    font-size: 9px;
    text-transform: initial;
    position: relative;
    line-height: 16px;
    text-align: center;
  }
  .product-panels-section .Container .card .card_bottom ul li::before {
    display: none;
  }
  .product-panels-section .Container #product-card-slider-list .card {
    width: 240px;
  }
  .product-panels-section .Container #product-card-slider-list .card .heading-box {
    padding-top: 85px;
  }
  .product-panels-section .Container #product-card-slider-list .card .heading-box .product_subtitle {
    margin-bottom: 0;
  }
  .product-panels-section .Container #product-card-slider-list .card .heading-box .text-outlined {
    margin-top: 25px;
  }
  .product-panels-section .Container #product-card-slider-list .card .logo-icon {
    max-width: 170px;
  }

  .a-spire .noisecancelation_section-bottom {
    margin-top: 28vh;
  }

  .a-live .noisecancelation_section-bottom {
    min-height: 40vh;
  }
}
@media only screen and (max-width: 450px) {
  .shopify-section--reviews .review-container .review-list li {
    width: 82%;
  }
}

.Slideshow__Content .Slideshow__Content--middleCenter{
  height: 100% !important;
}

.Slideshow__Content .SectionHeader {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.SectionHeader__SubHeading {
    margin-bottom: 0;
}

.SectionHeader__Heading {
  margin-bottom: auto;
}

.SectionHeader__ButtonWrapper {
  margin-bottom: 20px;
}

.Button {
    border-radius: 50px !important;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: -20px;
}

.subscribe-checkbox-input {
   width: 16px;
   margin-top: 6px;
}

.subscribe-checkbox-label {
  font-size: 10px;
  margin-top: 35px;
}

input {
  border-radius: 50px !important;
}

input[type='email'] {
    color: #000 !important
}

input[type='email']:focus {
    color: #000 !important;
}

.Button--Green {
  background-color: #5be080 !important;
  border: none !important;
}

.Footer__Block--newsletter {
    flex-basis: 350px;
}

/* NEW ACCORDION CSS FOR PRODUCT PAGES */

/* Accordion wrapper */
.ProductMeta__Description.accordionDescription {
  position: relative;
  max-height: 100px;        /* collapsed excerpt height */
  overflow: hidden;
  transition: max-height 0.3s ease;
  cursor: pointer;
}

/* Expanded state */
.ProductMeta__Description.accordionDescription.expanded {
  max-height: 10000px;      
  overflow: visible;       
}

/* Fade overlay + arrow container */
.accordionSeperator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; 
  text-align: center;

  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none; 

  /* Fade to background only when collapsed */
  background: linear-gradient(to bottom, rgba(22, 22, 42, 0) 0%, #16162a 100%);
  transition: background 0.3s ease, position 0.3s ease;
}

/* Arrow down icon */
.accordionSeperator::after {
  content: "";
  display: inline-block;
  margin-bottom: 6px;

  width: 14px;   
  height: 14px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  transform: rotate(-45deg);   
  transition: transform 0.3s ease;
  pointer-events: auto;
}

/* Rotate upwards when expanded */
.ProductMeta__Description.accordionDescription.expanded .accordionSeperator::after {
  transform: rotate(135deg);   /* points up */
}


/* Expanded: arrow below the text, no fade */
.ProductMeta__Description.accordionDescription.expanded .accordionSeperator {
  position: relative; 
  background: none;    
  height: auto;        
  margin-top: 10px;    
}

@media (max-width: 1007px) {
  .accordionDescription .Rte ul{
    text-align: left;
  }
}

@media (max-width: 1505px) {
  .Header--center .Header__FlexItem {
    margin-bottom: 0!important;
  }
  .Header--center .Header__MainNav {
    position: relative!important;
    padding-bottom: 0!important;
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item
  {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .Header__MainNav .HorizontalList--spacingExtraLoose {
    margin-left: -10px;
    margin-right: -10px;
  }
  .features--heading-uppercase .HorizontalList .Heading {
    letter-spacing: .1em;
  }
  .features--heading-large .HorizontalList .u-h6 {
    font-size: 13px;
    }
  .Header__MainNav .Header__ShopMenuItem {
    margin-right: auto !important;
  }
}
@media (min-width: 1007px) {
  .shopify-section .product-panels-section .Container {
    padding-bottom: 50px!important;
  }
}
@media only screen and (max-width: 640px) {
    .first-flex-item {
        width: 50px;
    }
    #section-template--21602015019331__image_with_text_overlay_NKCGpj .ImageHero__ImageWrapper--hasOverlay::before
    {
    background-color: rgba(0, 0, 0, 0.2)!important;
    }
    .ImageHero__ImageWrapper, .ImageHero__Image {
    background-size: cover;
    background-position: initial;
    }
    .image-with-text-overlay .ImageHero__Image {
    background-attachment: initial;
    }
}
@media (max-width: 640px) {
  .Product__Slideshow {
    animation: none;
  }

  .Product__Slideshow .Product__SlideItem--image {
    overflow: visible;
  }

  .Product__Slideshow .Product__SlideItem--image img {
    animation: float-product-mobile 7s ease-in-out infinite;
  }

  @keyframes float-product-mobile {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }

  .Product__Slideshow .AspectRatio {
    overflow: visible;
  }
  .product-panels-section .Container .card .heading-box .name:before {
    background: initial!important;
}

}

.product-panels-section .Container .card .heading-box .name:before {
    filter: blur(40px)!important;
}
/* IEM waitlist – mobile centering only */
@media (max-width: 768px) {
  body.template-product.iem-sound-card .ProductMeta__Text {
    text-align: center !important;
  }
  body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form {
    align-items: center !important;
  }
  body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form * {
    text-align: center !important;
  }
  /* Input + button centering */
  body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form input,
  body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 768px) {
  /* Make input/button full width (within the Klaviyo block) */
  body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form input[type="email"],
  body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form input[type="text"],
  body.template-product.iem-sound-card .ProductMeta__Text .klaviyo-form button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
.iem-form-intro {
  /* max-width: 520px; */
  /* margin: 26px 0 20px; */
}

.iem-form-intro h3 {
  margin: 0 0 14px;
  color: #f2dfd4;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
}

.iem-form-intro p {
  margin: 0;
  color: #f2dfd4;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.iem-waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  /* max-width: 520px; */
  margin: 0;
  position: relative;
}

.iem-notify-button {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: #5BE37D;
  color: #0d1230;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  line-height: 1;
  margin-bottom: 0 !important;
}
.iem-email-input,
.iem-email-input:focus,
.iem-email-input:active {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: #F8DDCE !important;
  -webkit-text-fill-color: #F8DDCE !important;
  caret-color:rgba(255,255,255,0.55);
  font-size: 13px;
  font-weight: 500;
  outline: none;
  box-sizing: border-box;
  /* margin-top: 14px !important; */
  /* margin-bottom: 6px; */
}
.iem-email-input:focus {
  border-color: #6259fa;
}

.iem-email-input::placeholder {
  color: rgba(255,255,255,0.55) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.55) !important;
}
.iem-form-line {
  width: 100%;
  max-width: 520px;
  height: 1px;
  background: #5BE37D;
  margin: 8px 0 6px;
}
@media (max-width: 767px) {
  .iem-form-intro h3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .iem-notify-button {
    height: 48px;
  }
}

/* ── Locale: hyphenation + overflow wrapping for non-English locales ── */
:not(:lang(en)) {
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
}

/* Headings need explicit hyphens since they often have no natural break points */
:not(:lang(en)) h1,
:not(:lang(en)) h2,
:not(:lang(en)) h3,
:not(:lang(en)) h4,
:not(:lang(en)) .Heading {
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Nav items: allow wrapping but keep hyphens clean */
:not(:lang(en)) .Header__MainNav .HorizontalList__Item {
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
  white-space: normal;
}

/* Mobile logo true-centering.
   The flex row has unequal side widths (hamburger ≠ icon cluster), so
   margin-left:auto only approximately centers the logo. Absolute
   positioning guarantees it sits at exactly 50% of the header width. */
@media screen and (max-width: 1139px) {
  .Header__Wrapper {
    position: relative;
  }
  .Center-icon-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}

/* ---------------------------------------------------------------------------
   EU Withdrawal form (eu-widerrufsbutton app proxy page: /a/withdrawal)
   The form markup + inline <style> come from the app and can't be edited here,
   but the page renders inside theme.liquid so custom.css applies. This block
   forcibly imposes the AceZone theme styling on the form: everything uses
   !important to beat the app's later-in-DOM inline <style>, and the font is
   pinned to the theme's Shapiro stack (the @font-face for which is defined at
   the top of this file with absolute CDN URLs, so it loads on the proxy page
   too). Values mirror the theme contact form's live computed styles. Scoped to
   .anv-withdrawal-page, so nothing else on the site is affected.
   --------------------------------------------------------------------------- */

/* Pin the theme body font (Shapiro) onto the whole form, overriding both the
   app's `font: inherit` and the proxied page's Montserrat/Nunito settings. */
.anv-withdrawal-page,
.anv-withdrawal-page * {
  font-family: "Shapiro", Helvetica, Arial, sans-serif !important;
}

.anv-withdrawal-page .anv-withdrawal-container {
  /* Remap the app's design tokens onto the brand palette (covers secondary
     states like errors/asterisks). The theme's generic --background and
     --text-color are both dark, so we use the brand pair the contact page
     relies on: --main-bg-color (dark) + --light-text-color (cream). */
  --anv-ink: var(--light-text-color);
  --anv-muted: rgba(248, 221, 206, 0.7);
  --anv-surface: var(--main-bg-color);
  --anv-field: var(--light-text-color);
  --anv-border: rgba(248, 221, 206, 0.25);
  --anv-border-strong: rgba(248, 221, 206, 0.35);
  --anv-accent: var(--light-text-color);
  --anv-on-accent: var(--main-bg-color);
  --anv-accent-hover: var(--light-text-color);
  --anv-focus: var(--light-text-color);

  /* Plain centered column on the dark page, no card chrome */
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--light-text-color) !important;
}

.anv-withdrawal-page .anv-withdrawal-form__header {
  border-bottom-color: rgba(248, 221, 206, 0.2) !important;
}

/* Heading uses the theme's `.title` styling (the .SectionHeader__SubHeading
   "Contact us" look), but stays an <h1>. */
.anv-withdrawal-page .anv-withdrawal-form__heading {
  font-weight: bold !important;
  font-size: var(--medium-heading-font-size) !important;
  line-height: var(--medium-heading-line-height) !important;
  text-transform: uppercase !important;
  letter-spacing: -2px !important;
  margin-bottom: 7px !important;
  color: var(--light-text-color) !important;
  text-align: center !important;
}

.anv-withdrawal-page .anv-withdrawal-form__hint,
.anv-withdrawal-page .anv-withdrawal-form__confirmation-note {
  color: rgba(248, 221, 206, 0.7) !important;
}

/* Subline: centered, in the brand cream */
.anv-withdrawal-page .anv-withdrawal-form__subline {
  text-align: center !important;
  color: var(--light-text-color) !important;
}

/* Floating labels (contact-form behaviour): while the field is empty the label
   is hidden and the placeholder shows the field name; once the user types, the
   label floats onto the input's top edge. The reveal is driven by the
   `.anv-field--filled` class that custom.js toggles, so it doesn't depend on
   CSS :has()/:placeholder-shown (which aren't supported in every browser). */
.anv-withdrawal-page .anv-withdrawal-form__field {
  position: relative !important;
}

.anv-withdrawal-page .anv-withdrawal-form__field label {
  position: absolute !important;
  top: 0 !important;
  left: 16px !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 0 6px !important;
  background: var(--main-bg-color) !important;
  color: rgba(248, 221, 206, 0.7) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 11px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  opacity: 0 !important;
  transform: translateY(0) !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.anv-withdrawal-page .anv-withdrawal-form__field.anv-field--filled label {
  opacity: 1 !important;
  transform: translateY(-50%) !important;
}

/* Inputs/textarea = contact form fields: cream fill, dark text, theme border.
   Single-line inputs are pills (50px), the textarea is square (0). */
.anv-withdrawal-page .anv-withdrawal-form__field input,
.anv-withdrawal-page .anv-withdrawal-form__field textarea {
  -webkit-appearance: none !important;
  border: 1px solid var(--border-color) !important;
  background: var(--light-text-color) !important;
  color: var(--text-color) !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  transition: border-color 0.1s ease-in-out !important;
}

.anv-withdrawal-page .anv-withdrawal-form__field input {
  border-radius: 50px !important;
}

.anv-withdrawal-page .anv-withdrawal-form__field textarea {
  border-radius: 0 !important;
}

.anv-withdrawal-page .anv-withdrawal-form__field input:focus,
.anv-withdrawal-page .anv-withdrawal-form__field textarea:focus {
  border-color: rgba(var(--text-color-rgb), 0.8) !important;
  box-shadow: none !important;
  outline: none !important;
}

.anv-withdrawal-page .anv-withdrawal-form__field input::placeholder,
.anv-withdrawal-page .anv-withdrawal-form__field textarea::placeholder {
  color: var(--text-color-light) !important;
  opacity: 1 !important;
}

/* Submit/success button = contact form submit: cream pill, navy text,
   13px/700 uppercase. No hover state — it stays solid (per request). */
.anv-withdrawal-page .anv-withdrawal-container .anv-withdrawal-button {
  display: block !important;
  width: 100% !important;
  padding: 10px 35px !important;
  border: 1px solid var(--light-text-color) !important;
  border-radius: 50px !important;
  background-color: var(--light-text-color) !important;
  color: var(--main-bg-color) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: normal !important;
  text-transform: uppercase !important;
  text-align: center !important;
  line-height: normal !important;
  cursor: pointer !important;
}

.anv-withdrawal-page .anv-withdrawal-container .anv-withdrawal-button:hover,
.anv-withdrawal-page .anv-withdrawal-container .anv-withdrawal-button:focus {
  background-color: var(--light-text-color) !important;
  color: var(--main-bg-color) !important;
}

.anv-withdrawal-page .anv-withdrawal-container .anv-withdrawal-button:active {
  transform: none !important;
}
}.discord-heading-section {
  padding-top: 20px !important;
  padding-bottom: 5px !important;
  min-height: 0 !important;
}

.discord-heading-section .SectionHeader {
  margin-bottom: 0 !important;
}

.discord-heading-section .Container {
  padding-bottom: 0 !important;
}
.Footer__Newsletter input[type="email"] {
  color: #f3ddd2 !important;
  border: 1px solid rgba(243, 221, 210, 0.7) !important;
  background: transparent !important;
}

.Footer__Newsletter input[type="email"]::placeholder {
  color: rgba(243, 221, 210, 0.65) !important;
  opacity: 1;
}

.Footer__Newsletter input[type="email"]:focus {
  color: #f3ddd2 !important;
  border-color: #f3ddd2 !important;
  outline: none !important;
}.Footer__Newsletter input[type="email"] {
  color: #f3ddd2 !important;
  caret-color: #f3ddd2 !important;
  border: 1px solid rgba(243, 221, 210, 0.7) !important;
  background: transparent !important;
}