/** Shopify CDN: Minification failed

Line 1883:2 Unexpected "}"

**/
/*
  Nuro overlay stylesheet.
  Scope all selectors to nuro roots to avoid collisions with Impact.
*/
:root {
  --nuro-max-width: 1200px;
  --nuro-space-1: 0.5rem;
  --nuro-space-2: 1rem;
  --nuro-space-3: 1.5rem;
  --nuro-space-4: 2rem;
  --nuro-radius: 0.75rem;
}

[data-nuro] {
  box-sizing: border-box;
}

[data-nuro] *,
[data-nuro] *::before,
[data-nuro] *::after {
  box-sizing: inherit;
}

.nuro-section {
  padding: var(--nuro-space-4) var(--nuro-space-2);
}

.nuro-container {
  width: min(100%, var(--nuro-max-width));
  margin-inline: auto;
}

.nuro-heading {
  margin: 0 0 var(--nuro-space-2);
  line-height: 1.15;
}

.nuro-body {
  margin: 0 0 var(--nuro-space-3);
}

.nuro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  border: 1px solid currentColor;
  border-radius: var(--nuro-radius);
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nuro-section {
    padding: var(--nuro-space-3) var(--nuro-space-2);
  }
}

.nuro-system-compatibility .nuro-system-compatibility__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.nuro-system-compatibility .nuro-system-compatibility__columns {
  display: grid;
  gap: 1.5rem;
}

.nuro-system-compatibility .nuro-system-compatibility__column {
  min-width: 0;
  background: #ffffff;
  border: 1px solid #e8ebef;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
}

.nuro-system-compatibility .nuro-system-compatibility__heading {
  margin: 0 0 1.125rem;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nuro-system-compatibility .nuro-system-compatibility__logos {
  display: grid;
  gap: 1rem;
  justify-items: center;
  margin-bottom: 1.5rem;
}

.nuro-system-compatibility .nuro-system-compatibility__format-badges {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.nuro-system-compatibility .nuro-system-compatibility__format-badge {
  background: #f5f5f7;
  color: #000;
  border-radius: 10px;
  min-height: 34px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5pt;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 0.25rem 0.5rem;
}

.nuro-system-compatibility .nuro-system-compatibility__trial-copy a {
  color: #0071e3;
  font-weight: 600;
  text-underline-offset: 2px;
}

.nuro-system-compatibility .nuro-system-compatibility__divider {
  margin: 1.25rem 0;
  max-width: none;
  border: 0;
  border-top: 1px solid #edf1f5;
}

.nuro-system-compatibility .nuro-system-compatibility__systems {
  display: grid;
  gap: 0.875rem;
}

.nuro-system-compatibility .nuro-system-compatibility__system {
  padding: 0.875rem 1rem;
  border-radius: 12px;
  background: transparent;
  border: 0;
  text-align: center;
}

.nuro-system-compatibility .nuro-system-compatibility__copy p,
.nuro-system-compatibility .nuro-system-compatibility__system p {
  font-size: 0.98rem;
  line-height: 1.55;
}

.nuro-system-compatibility .nuro-system-compatibility__copy p {
  margin: 0 0 0.85rem;
}

.nuro-system-compatibility .nuro-system-compatibility__system h5 {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.16rem;
  font-weight: 700;
}

.nuro-system-compatibility .apple-sys-reqs {
  padding-bottom: 0;
}

.nuro-system-compatibility .apple-sys-reqs p {
  margin: 0.35rem 0 0;
}

.nuro-system-compatibility .sys-logos {
  padding-top: 0 !important;
}

.product-info__nuro-pricing-alert {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-info__nuro-pricing-alert .nuro-pricing-alert__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.product-info__nuro-pricing-alert .nuro-pricing-alert__message {
  font-size: 13px;
  line-height: 1.35;
}

.product-info__nuro-loyalty-alert {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-info__nuro-loyalty-alert .nuro-loyalty-alert__link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  text-decoration: none;
}

.product-info__nuro-loyalty-alert .nuro-loyalty-alert__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.product-info__nuro-loyalty-alert .nuro-loyalty-alert__message {
  font-size: 13px;
  line-height: 1.35;
  color: #0071e3;
  text-decoration: underline;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.product-info__nuro-loyalty-alert .nuro-loyalty-alert__link:hover .nuro-loyalty-alert__message {
  opacity: 1;
}

.product-info__nuro-bundle-alert {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-info__nuro-bundle-alert .nuro-bundle-alert__link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  text-decoration: none;
}

.product-info__nuro-bundle-alert .nuro-bundle-alert__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.product-info__nuro-bundle-alert .nuro-bundle-alert__message {
  font-size: 13px;
  line-height: 1.35;
  color: #0071e3;
  text-decoration: underline;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.product-info__nuro-bundle-alert .nuro-bundle-alert__link:hover .nuro-bundle-alert__message {
  opacity: 1;
}

.product-info__nuro-intl-buy-button .nuro-intl-buy-button {
  border-radius: 8px;
  padding: 20px 80px;
  width: 100%;
  max-width: var(--nuro-intl-buy-max-width, 600px);
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media (max-width: 699px) {
  .product-info__nuro-intl-buy-button .nuro-intl-buy-button {
    padding: 16px 32px;
  }
}

.nuro-system-compatibility .nuro-daw-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}

.nuro-system-compatibility .nuro-daw-grid__item {
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 0.2rem;
}

.nuro-system-compatibility .nuro-daw-grid__icon {
  max-width: 48px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nuro-system-compatibility .nuro-daw-grid__fallback {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 990px) {
  .nuro-system-compatibility .nuro-system-compatibility__content {
    max-width: 1200px;
    text-align: center;
  }

  .nuro-system-compatibility .nuro-system-compatibility__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    align-items: start;
  }

  .nuro-system-compatibility .nuro-system-compatibility__logos {
    justify-items: center;
  }
}

@media (max-width: 699px) {
  .nuro-system-compatibility .nuro-system-compatibility__column {
    padding: 1.125rem;
    border-radius: 12px;
  }

  .nuro-system-compatibility .nuro-system-compatibility__format-badges {
    gap: 0.5rem;
  }

  .nuro-system-compatibility .nuro-system-compatibility__format-badge {
    border-radius: 8px;
    min-height: 32px;
    min-width: 82px;
    font-size: 10pt;
  }

  .nuro-system-compatibility .nuro-daw-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.25rem;
  }

  .nuro-system-compatibility .nuro-daw-grid__item {
    min-height: 42px;
    padding: 0.1rem;
  }

  .nuro-system-compatibility .nuro-daw-grid__icon {
    max-width: 28px;
    max-height: 28px;
  }
}


/* Legacy custom CSS migrated from theme.css on 2026-02-17 */
/* ENTER CUSTOM CSS HERE */

/* NAV BAR BUY XVOX BUTTON */

.header__main-nav {

font-size: 14px;
font-face: ;

}

.link-faded-reverse{
font-weight: 400 !important;
}

a.link-faded-reverse:hover {
color: #41F4FF;

}

.link-faded-reverse:hover {
opacity: 1.0 !important;
}

.header__icon-list .hidden:hover  {
color: #41F4FF;
}

.header__icon-list .relative:hover {
color: #41F4FF;
}

.buy-xvox-btn {
background-color: #161616;
border: 2px solid #44C7FF;
border-radius: 8px;
color: #ffffff;
font-weight: 400;
margin: 0px;
padding: 5px 14px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
box-shadow: 0px 0px 20px 0px rgb(65, 244, 255, 0.4);
}

.buy-xvox-btn:hover {
background-color: rgb(68, 199, 255, 0.2);
box-shadow: 0px 0px 22px 0px rgb(65, 244, 255, 0.5);
}

.header__logo-mobile-image {
display: none;
}

.header__secondary-nav {
  margin-top: -1px !important;
}

@media only screen and (max-width: 699px) {
.buy-xvox-btn {
border: 1.5px solid #44C7FF;
border-radius: 5px;
font-size: 13px;
padding: 2px 6px;
margin: 4px 0px 2px 0px;
box-shadow: 0px 0px 12px 0px rgb(65, 244, 255, 0.4);
}

.header__logo-image {
display: none;
}

.header__logo-mobile-image {
display: block;
width: 30px;
}

}



/* HOMEPAGE HERO SECTION */

#shopify-section-template--17705799614753__66934753-9ade-49d2-b259-e8929f9ed4c8 .bg-gradient {
  background-image: radial-gradient(85% 58% at 50% 62%, #43CFFF 2%, #000000 75%) !important;
}

#shopify-section-template--21035185570081__34436172-012c-4705-9142-fa45ff5e257a .bg-gradient {
  background-image: radial-gradient(85% 58% at 50% 62%, #43CFFF 2%, #000000 75%) !important;
}

#shopify-section-template--21035903222049__34436172-012c-4705-9142-fa45ff5e257a .bg-gradient {
  background-image: radial-gradient(85% 58% at 50% 62%, #864EFF 2%, #000000 75%) !important;
}

.home-hero {
  min-height: 80vh;
}

.home-hero h1 {
  text-align: center;
  font-size: 56px;
  font-weight: 500;
  padding-top: 60px;
}

.home-hero h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  padding-top: 10px;
}

.home-hero h6 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  background: -webkit-linear-gradient(#41F4FF, #44C7FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 22px;
  text-decoration: underline;
  color: #fff;
}

.home-hero h6:hover {
  background: -webkit-linear-gradient(#41F4FF, #41F4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.home-hero .hero-img {
  position: relative;
  width: 80vw;
  max-width: 1440px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}


/* HOMEPAGE TEXT OVER IMAGE SECTION */

.hero-text-overlay h2 {
  font-size: 40px;
  font-weight: 700;
  max-width: 900px !important;
  padding: 20vh 0px;
  margin: auto;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgb(0, 0, 0, 0.35);
  letter-spacing: -.5px;
}

.text-highlighter {
  color: #44D4FF;
  text-shadow: 2px 3px 4px rgb(0, 0, 0, 0.35);
}

/*
*.content-over-media>:not(img,video,iframe,svg,video-media) {
*  max-width: var(--content-over-media-content-max-width, 1100px);
*}
*/

/* DEMO TRACKS PLAYER */

.player-left-texture {
  float: left;
  max-width: 25vw;
}

.player-right-texture {
  float: right;
  max-width: 25vw;
}

.audio-player-bg h4 {
  float: center;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 40px;
}

.audio-player-bg {
  background-image: linear-gradient(to left bottom, #000, #297291);
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}




/* PRESETS HEADLINE */

.preset-header {
  padding: 30px 0 100px 0;
  max-width: 900px;
  margin: auto;
}

.preset-header h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -.5px;
}

.pro-presets-highlight {
  color: #864EFF;
}

#shopify-section-template--17705799614753__f8ae9fc3-57ed-4df3-9b17-c9691bac6952 .impact-text {
  padding-bottom: 100px;
}



/* PRESET VIDEO SECTION */

.preset-vid {
  padding-bottom: 50px;
  padding-top: 20px;
}

.preset-float {
  min-height: 520px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.vid-column-left-solo {
  width: 50%;
  float: left;
  padding: 20px;
}

.text-column-right {
  width: 50%;
  float: left;
  padding: 43px;
}

.text-column-right p {
  padding-bottom: 24px;
  color: #fff;
}

.highlighted-preset {
  color: #41F4FF;
  font-weight: bold;
}

.video-container { 
  position: relative; 
  padding-bottom: 50%; 
  padding-top: 30px; 
  height: 0; 
  overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}


/* UNLIMITED CREATIVITY SECTION */

.module-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.module-headline {
  padding-top: 0px;
  max-width: 820px;
  margin: auto;
}

.module-headline p {
  color: #fff;
  padding-top: 40px;
  text-align: center;
}

.module-highlight {
  color: #fff;
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
}


.module-headline h1 {
  text-align: center;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -.5px;
  background-color: #44F0FF;
  background-image: linear-gradient(45deg, #44F0FF, #47CDFF);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
}



/* MODE EXPLORE SECTION */


.prev-arrow-image{
  width: 60%;
  min-width: 24px;
  opacity: 0.8;
}

.next-arrow-image {
  width: 60%;
  min-width: 24px;
  opacity: 0.8;
}

.prev-arrow-image:hover {
  opacity: 1;
}

.next-arrow-image:hover {
  opacity: 1;
}

.left-arrow-mode {
  background-color: rgba(0,0,0,0);
  border: none;
}

.right-arrow-mode {
  background-color: rgba(0,0,0,0);
  border: none;
}

.prev-arrow-container {
  padding-top: 150px;
  padding-left: 30px;
}

.next-arrow-container {
  padding-top: 150px;
  padding-right: 30px;
}

.bouncing-action-text p {
  opacity: 0.6;
  text-align: center;
  font-size: 13px;
  padding-bottom: 60px;
}

.bouncing-action-text-mobile p {
  opacity: 0.6;
  text-align: center;
  font-size: 13px;
  padding-bottom: 60px;
  display: none;
}



.tabcontent h2, .tabcontent p {
  color: #fff;
}  

.mod-icon-lg {
  max-width:300px;
  width: 60vw;
  margin-top: -50px;
}

.mod-detail-icon {
  float: left;
}

.mod-detail-full {
  float: right;
  max-width: 460px;
}

.mod-pill {
  max-width: 150px;
  padding-left: 30px;
  padding-top: 15px;
  float: right;
}

.tabcontent h2 {
  float: left;
  font-weight: bold;
  font-size: 40px;
}

.tabcontent p {
  float: left;
  min-height: 200px;
}

.mod-header {
  float: left;
}

.mod-description {

  max-width: 700px;
}

.label-mod{
}

.desktop-mod-collection{
      display: flex;
}


.mod-detail {
  padding: 40px 200px 25px 100px;
  margin: auto;
}


.tab {
  display: block;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}


.mod-icon-sm {
  max-width: 76px;
}

.tablinks {
  border: none;
  background-color: rgba(0,0,0,0.0);
}

.tab button {
  opacity: 0.5;
}

.tab button:hover {
  opacity: 1.0;
}

.tab button.active {
  opacity: 1.0;
}



/* INFLUENCER SECTION HEADLINE */

.influencer-header {
  padding: 100px 0 0px 0;
  max-width: 900px;
  margin: auto;
}

.influencer-header h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -.5px;
}

.pro-presets-highlight {
  color: #864EFF;
}



/* INFLUENCER VIDEO SECTION */

.influencer-vid{
  padding-bottom: 0px;
}

.influencer-float {
  min-height: 420px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.vid-column-left {
  width: calc(100% / 3);
  float: left;
  padding: 20px;
}

.vid-column-middle {
  width: calc(100% / 3);
  float: left;
  padding: 20px;
}

.vid-column-right {
  width: calc(100% / 3);
  float: left;
  padding: 20px;
}


/* INFLUENCER COMMENTS */

.comment-column-left-img img, .comment-column-right-img img {
  padding-bottom: 20px;
}

.comment-column-left-img {
  width: calc(100% / 2);
  padding: 20px;
  float: left;
}

.comment-column-right-img {
  width: calc(100% / 2);
  padding: 20px;
  float: left;
}


/* EXPLORE XVOX HEADLINE */

.hotspot-header {
  padding: 100px 0 100px 0;
  max-width: 900px;
  margin: auto;
}

.hotspot-header h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -.5px;
}



/* DYNAMICS DETAIL SECTION */


.dyn-info-section p {
  padding-top: 20px;
}
  
.mobile-dyn-info-image {
  width: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
  display: none;
}

  .dyn-info-section {
      display: flex;

  }

  .flex-child {
      flex: 1;
  }  

  .flex-child:first-child {
      margin-right: 20px;
  } 

  .info-block-left {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .info-block-right {

  }

  .info-block-right img {
    max-width: 1000px;
    min-width: 730px;
    display: block;
    margin: auto;
    width: 33vw;
    padding-top: 100px;
    padding-bottom: 124px;
  }

  .dyn-info-section {
    background-color: #000000;
  }

  .dyn-info-section h2 {
    background: -webkit-linear-gradient(#41F4FF, #44C7FF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 40px;
      font-weight: bold;
  }

  .dyn-info-section p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }

  .dyn-info-highlight {
    background: -webkit-linear-gradient(#41F4FF, #44C7FF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold;
  }



/* TONE DETAIL SECTION */

.tone-info-section p {
  padding-top: 20px;
}
  
.mobile-tone-info-image {
  width: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
  display: none;
}

  .tone-info-section {
      display: flex;

  }

  .flex-child {
      flex: 1;
  }  

  .flex-child:first-child {
      margin-right: 20px;
  } 

  .info-block-left {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .info-block-right-tone {

  }

  .info-block-right-tone img {
    max-width: 1000px;
    min-width: 660px;
    display: block;
    margin: auto;
    width: 33vw;
    padding-top: 100px;
    padding-bottom: 124px;
    padding-right: 100px;
  }

  .tone-info-section {
  }

  .tone-info-section h2 {
    color: #000;
      font-size: 40px;
      font-weight: bold;
  }

  .tone-info-section p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }

  .tone-info-highlight {
    color: #000;
      font-weight: bold;
  }



/* SPACE DETAIL SECTION */

.dimension-image {
    padding-left: 48px;
  }

.dyn-info-section p {
  padding-top: 20px;
}
  
.mobile-dyn-info-image {
  width: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
  display: none;
}

  .dyn-info-section {
      display: flex;

  }

  .flex-child {
      flex: 1;
  }  

  .flex-child:first-child {
      margin-right: 20px;
  } 

  .info-block-left {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .info-block-right {

  }

  .info-block-right img {
    max-width: 1000px;
    min-width: 730px;
    display: block;
    margin: auto;
    width: 33vw;
    padding-top: 100px;
    padding-bottom: 124px;
  }

  .dyn-info-section {
    background-color: #000000;
  }

  .dyn-info-section h2 {
    background: -webkit-linear-gradient(#41F4FF, #44C7FF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 40px;
      font-weight: bold;
  }

  .dyn-info-section p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }

  .dyn-info-highlight {
    background: -webkit-linear-gradient(#41F4FF, #44C7FF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold;
  }


/* SFX SECTION DETAIL */

.tone-info-section p {
  padding-top: 20px;
}
  
.mobile-sfx-info-image {
  width: 100%;
  padding-bottom: 80px;
  padding-top: 80px;
  display: none;
}

  .tone-info-section {
      display: flex;

  }

  .flex-child {
      flex: 1;
  }  

  .flex-child:first-child {
      margin-right: 20px;
  } 

  .info-block-left {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .info-block-right-sfx {

  }

  .info-block-right-sfx img {
    max-width: 450px;
    min-width: 400px;
    display: block;
    margin: auto;
    width: 33vw;
    padding-top: 100px;
    padding-bottom: 124px;
    padding-right: 100px;
  }

  .tone-info-section {
  }

  .tone-info-section h2 {
    color: #000;
      font-size: 40px;
      font-weight: bold;
  }

  .tone-info-section p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }

  .tone-info-highlight {
    color: #000;
      font-weight: bold;
  }



/* GET XVOX SECTION */


.buy-button-bottom {
padding: 20px;
background-color: #000000;

float: left;
margin-top: 30px;
border-radius: 116px;
}

.buy-button-bottom:hover {
background-color: #232323;
}

.buy-now-button-text {
font-size: 25px;
font-weight: bold;
padding-left: 30px;
background: -webkit-linear-gradient(#41F4FF, #44C7FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buy-button-bottom:hover .buy-now-button-text {
}

#shopify-section-template--17705799614753__9744092a-3518-49a9-8d26-fc2cc4e33c78 a.button--xl {
  width: 80% !important;
}

#shopify-section-template--17705799614753__9744092a-3518-49a9-8d26-fc2cc4e33c78 .prose {
  background-color: #f5f5f7;
  border-radius: 20px;
  padding: 64px;
}

#shopify-section-template--21035185570081__9a149a73-65db-4327-bf3f-9ee9639482b6 a.button--xl {
  width: 80% !important;  
}

#shopify-section-template--21035185570081__9a149a73-65db-4327-bf3f-9ee9639482b6 .prose {
  background-color: #f5f5f7;
  border-radius: 20px;
  padding: 64px;  
}


.strikethrough-price-button {
color: #848484;
padding-left: 20px;
text-decoration: line-through #FF0000;
-webkit-text-decoration-line: line-through;
  text-decoration-color: red;
  -webkit-text-decoration-color: red;
}
.strikethrough-price-button-mobile {
color: #848484;
padding-left: 20px;
text-decoration: line-through #FF0000;
-webkit-text-decoration-line: line-through;
  text-decoration-color: red;
  -webkit-text-decoration-color: red;
display: none;
}

.sale-price-button {
color: #ffffff;
padding-left: 20px;
padding-right: 30px;
}

.sale-price-button-mobile {
color: #000000;
padding-left: 20px;
padding-right: 30px;
display: none;
}

.buy-button-bottom:hover .sale-price-button {
}

.xvox-laptop {
max-width: 800px;
width: 50%;
float: left;
}

.xvox-laptop img {
width: 80%;
}


.xvox-detail-text .callout-text {
font-weight: bold;
}

.xvox-detail-text h3 {
padding-bottom: 20px;
font-size: 25px;
font-weight: bold;
}

.get-xvox-header {
font-size: 40px;
font-weight: bold;
text-align: center;
padding-bottom: 80px;
}


.xvox-detail-text ul {

  list-style-type: none;
  line-height: 32px;
  text-align: left;
}


.xvox-detail-text ul li:before {

  content: '';

  display: inline-block;
  height: 12px;
  width: 10px;
padding-right: 20px;
   background-size: 10px;

  background-image: url("/cdn/shop/files/nuro-bullet.png?v=1675112193");

  background-repeat: no-repeat;

  margin-right: 5px;

}

.buy-now-container {
margin-bottom: 120px;
}


/* SYSTEM REQUIREMENTS */

.sys-logos {
max-width: 40px;
margin: auto;
}

.apple-sys-reqs p {
margin-top: 0px;
}

.apple-sys-reqs {
padding-bottom: 40px;

}



/* BOTTOM PADDING */


#shopify-section-template--17705799614753__f8ae9fc3-57ed-4df3-9b17-c9691bac6952 .section {
  padding-bottom: 0px;
}

#shopify-section-template--21035185570081__a62fcae9-b95a-49f5-97b7-4e3be9da7447 .section {

}


/*************************************

MASTERCLASS PRODUCT PAGE STYLING

*************************************/



/* TRAILER SECTION */

.course-headline-callout .video-container {
  margin-top: 100px;
  box-shadow: 0 0 140px -5px #6776b7;
}

.course-headline-callout {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.course-headline-callout h2 {
  font-weight: bold;
  font-size: 56px;
  text-align: center;
  color: #fff;
}

.course-headline-callout .text-highlighter {
  text-shadow: none;
}


/* COURSE DETAIL LIST */


.course-detail-box .vid-column-left-solo {
  padding-top: 80px;
}

.course-detail-box .preset-float
{
  padding-top: 10px !important;
}

.xvox-detail-text-course ul li {
  padding-top: 20px;
}

.course-detail-box .xvox-detail-text {
  padding-left: 80px;
}

.course-detail-box .xvox-detail-text ul li:before {
  margin-left: -26px;
}


/* SESSSION DETAIL SECTION */

.session-headline {
  max-width: 900px;
  margin: 0 auto;
}
.session-headline h3 {
  text-align: center;
  padding-top: 40px;
  font-size: 40px;
  font-weight: bold;
}

.session-headline p {
  text-align: center;
  padding-top: 40px;
}

.session-details {
  padding-top: 120px;
  padding-bottom: 120px;
}
.session-details .layered-daw {
  margin: 0 auto;
  width: 95%;
  max-width: 800px;
}

.daw-icons-session {
  padding-top: 80px;
}

.daw-icons-session-mobile {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}


/* AUDIO PLAYER SECTION */

.audio-player-bg {
  margin: 10px;
}


/* MEET YOUR INSTRUCTOR SECTION */

.instructor-headshot img {
  border-radius: 20px;
  box-shadow: 0 0 140px -5px #6776b7;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.meet-instructor {
  color: #ffffff;
  margin-top: 9%;
}

.meet-instructor h3 {
  font-size: 32px;
}

.xvox-detail-text-course ul li {
  padding-top: 20px;
}

.course-detail-box-meet .xvox-detail-text ul li:before {
  margin-left: -26px;
}

.course-detail-box-meet {
  background-color: #000000;
}

#shopify-section-template--18021613666593__9762d8f5-d0b8-4cf0-b8d3-fe2cff75c60c {
  background-color: #000000;
  padding-bottom: 100px;
}


/* WHATS INCLUDED SECTION */

.bottom-cell {
  padding: 10px;
}

.bottom-cell img {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

.bottom-cell h2 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bottom-cell p {
  text-align: center;
  padding-bottom: 40px;
  max-width: 500px;
  margin: 0 auto;
}


/*************************************

XOURXG

*************************************/

.purpheader {
  background: -webkit-linear-gradient(#e9d4ff, #bd81ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/*************************************

JUDGE.ME STYLING

*************************************/

.jdgm-histogram__bar, .jdgm-histogram__bar-content, .jdgm-gallery__thumbnail, .jdgm-rev__rating-scale-wrapper, .jdgm-rev__rating-scale-bar, .jdgm-cf-bars-wrapper, .jdgm--leex-script-loaded .jdgm-rev-widg__header, .jdgm--leex-script-loaded .jdgm-rev-widg__actions, .jdgm--leex-script-loaded .jdgm-rev, .jdgm--leex-script-loaded .jdgm-quest, .jdgm-rev-carousel .jdgm-rev, .jdgm-rev-popup .jm-mfp-content, .jdgm-revs-tab__main {
  border-radius: 3px !important;
}

.jdgm-write-rev-link, .jdgm-ask-question-btn, .jdgm-widget input.jdgm-review-search, .jdgm-subtab__name, .jdgm-widget .jdgm-btn.jdgm-btn {
  border-radius: 4px !important;
}

.jdgm-rev__icon {
  border-radius: 4px !important;
}


/*************************************

CUSTOM BUTTON STYLING

*************************************/

.button--xl {
  background-color: #0071E3 !important;
}

.button--xl:hover {
  background-color: #0077ed !important;
}

.button--xl:active {
  background-color: #006edb !important;
}

.button--xl {
  color: #ffffff;
}

.button--lg {
  background-color: #ffffff;
}

.button--lg:hover {
  background-color: #e8e8e8 !important;
}

.button--lg:active {
  background-color: #ffffff !important;
}


/*********************
 * 
 * 
 * 
 * 
 * 
 * 
 * 


RESPONSIVE CODE & MEDIA QUERIES


 *
 * 
 * 
 * 
 * 
 * 
 * 
**********************/



/* HOMEPAGE HERO RESPONSIVE */


@media only screen and (max-width: 1349px) {
  
  .home-hero {
    min-height: 60vh;
  }
}

@media only screen and (max-width: 699px) {
  .home-hero .hero-img{
    width: 95vw;
  }

  .home-hero {
    min-height: 699px;
    height: 105vw;
    max-height: 800px;
  }

  #shopify-section-template--17705799614753__66934753-9ade-49d2-b259-e8929f9ed4c8 .bg-gradient {
    background-image: radial-gradient(85% 38% at 50% 67%, #43CFFF 2%, #000000 75%) !important;
  }

  #shopify-section-template--21035185570081__34436172-012c-4705-9142-fa45ff5e257a .bg-gradient {
     background-image: radial-gradient(85% 38% at 50% 67%, #43CFFF 2%, #000000 75%) !important;   
  }

  #shopify-section-template--21035903222049__34436172-012c-4705-9142-fa45ff5e257a .bg-gradient {
    background-image: radial-gradient(85% 38% at 50% 67%, #864EFF 2%, #000000 75%) !important; 
  }

  .home-hero .hero-img{
    padding-bottom: 400px;
  }

}

@media only screen and (min-width: 1800px) {
  
  #shopify-section-template--17705799614753__66934753-9ade-49d2-b259-e8929f9ed4c8 .bg-gradient {
    background-image: radial-gradient(1400px 800px at 50% 57%, #43CFFF 2%, #000000 75%) !important;
  }

  #shopify-section-template--21035185570081__34436172-012c-4705-9142-fa45ff5e257a .bg-gradient {
    background-image: radial-gradient(1400px 800px at 50% 57%, #43CFFF 2%, #000000 75%) !important;    
  }

  #shopify-section-template--21035903222049__34436172-012c-4705-9142-fa45ff5e257a .bg-gradient {
    background-image: radial-gradient(1400px 800px at 50% 57%, #864EFF 2%, #000000 75%) !important;  
  }

}


/* PRESETS HEADLINE RESPONSIVE */

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

  #shopify-section-template--17705799614753__f8ae9fc3-57ed-4df3-9b17-c9691bac6952 .impact-text__text {
    margin-top: -20px;
  }

  #shopify-section-template--21035185570081__a62fcae9-b95a-49f5-97b7-4e3be9da7447 .impact-text__text {
    margin-top: -20px;    
  }

}


/* PRESET CALLOUT IMAGE RESPONSIVE */

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

  .preset-callout-container {
    overflow: hidden;
  }

  .preset-callout-container img{
    position: relative;
    min-width: 250vw;
    left: -74vw;
  }

}


/* PRESET VIDEO SECTION RESPONSIVE */

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

  .text-column-right{
    padding-top: 20px;
  }

}

@media only screen and (max-width: 1149px) {
  
  .text-column-right {
    padding-top: 0px;
  }

}

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

  .vid-column-left-solo, .text-column-right {
    display: block;
    float: none;
    width: 100%;
  }

  .preset-vid {
    padding-bottom: 0px;
  }

  .text-column-right {
    padding-top: 100px;
    padding-bottom: 0px;
    padding-left: 5vw;
    width: 95vw;
    margin: auto;
  }

}

@media only screen and (min-width: 1549px) {
  
  .text-column-right{
    padding-top: 80px;
  }

}



/* MODE EXPLORE SECTION RESPONSIVE */


@media only screen and (max-width: 1399px){
  .tab{
    max-width: 800px;
  }
}


  @media only screen and (max-width: 1200px){
    .mod-detail {
      padding: 100px 100px 25px 0px;
      min-height: 160px;
  }
    .mod-detail-full {

    }
    .next-arrow-container {
      padding-top: 185px;
    }
    .prev-arrow-container {
      padding-top: 185px;
    }
  }

  @media only screen and (max-width: 1000px){
    .mod-detail-icon {
      clear: both;
    }
    .mod-detail-full {
      clear: both;
    }

    .mod-detail {
      padding: 50px 50px 20px 50px;
      min-height: 160px;
    }

    .tabcontent h2 {
      clear: both;
      float: none;
      text-align: center;
    }

    .mod-header {
      float: none;
      clear: both;
      margin: auto;
    }

    .mod-pill {
      padding: 10px;
      display: block;
      margin: auto;
      float: none;
      margin-top: -32px;
    }

    .mod-description {
      text-align: center;
    }

    .mod-detail-icon {
      float: none;
    }

  .mod-icon-lg {
    margin: auto;
      display: block;
      max-width: 50vw;
  }

  .tab {
        display: block;
      margin: auto;
      text-align: center;
      padding-bottom: 40px;
      padding-top: 10px;
  }
    .next-arrow-container {
      padding-top: 270px;
    }
    .prev-arrow-container {
      padding-top: 270px;
    }
  }
  }

@media only screen and (max-width: 699px){
  .mod-detail{
    padding: 0px;
  }
  .mod-description{
    width: 100%;
    min-height: 180px;
  }
  .next-arrow-container {
      padding-top: 165px;
    }
  .prev-arrow-container {
      padding-top: 165px;
    }
}

 @media only screen and (max-width: 599px){
    .bouncing-action-text p {
      display: none;
    }
    .bouncing-action-text-mobile p {
      display: block;
    }
    .mod-detail {
      padding: 0px;
    }
    .next-arrow-container {
      padding-top: 120px;
    }
    .prev-arrow-container {
      padding-top: 120px;
    }
  }

  @media only screen and (max-width: 478px){
    .mod-icon-sm {
      max-width: 64px;
    }
  }

  @media only screen and (max-width: 405px){
    .mod-icon-sm {
      max-width: 57px;
      width: 57px;
    }
  }

/* INFLUENCER SECTION HEADLINE RESPONSIVE */

@media only screen and (max-width: 900px) {
  
  .influencer-header {
    padding: 100px 0px 100px 0px;
  }

}


/* INFLUENCER VIDEOS RESPONSIVE */

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

  .vid-column-left, .vid-column-middle, .vid-column-right {
    display: block;
    float: none;
    width: 100%;
  }

  .influencer-float {
    min-height: 420px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

}


/* INFLUENCER COMMENT RESPONSIVE */

@media only screen and (max-width: 899px) {
  .comment-column-left-img, .comment-column-right-img {
    float: none;
    width: 100%;
    padding: 0;
  }

  .comment-column-left-img {
    padding-top: 80px;
  }

}


/* DYNAMICS DETAIL RESPONSIVE */

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

  .info-block-right{
    display: none;
  }

  .mobile-dyn-info-image  {
    display: block;
  }

  .flex-child {
    flex: unset;
  }

  .flex-child:first-child {
    margin-right: 0px;
  }

  .info-block-left {
    padding-top: 0px;
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
  }

}

@media only screen and (max-width: 699px) {
  
  .info-block-left {
    margin-left: -5.5vw;
    width: 100vw;
  }

}

/* TONE DETAIL SECTION RESPONSIVE */

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

  .info-block-right-tone {
    display: none;
  }

  .mobile-tone-info-image  {
    display: block;
    margin: auto;
    width: 80vw;
  }

  .flex-child {
    flex: unset;
  }

  .flex-child:first-child {
    margin-right: 0px;
  }

  .info-block-left {
    padding-top: 0px;
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
  }

}

/* SPACE DETAIL SECTION RESPONSIVE */

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

  .info-block-right{
    display: none;
  }

  .mobile-dyn-info-image  {
    display: block;
  }

  .flex-child {
    flex: unset;
  }

  .flex-child:first-child {
    margin-right: 0px;
  }

  .info-block-left {
    padding-top: 0px;
    text-align: center;
    padding-left: 10vw;
      padding-right: 10vw;
  }

}


/* SFX SECTION DETAIL */

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

  .info-block-right-sfx {
    display: none;
  }

  .mobile-sfx-info-image  {
    display: block;
    margin: auto;
    width: 65vw; padding-bottom: 40px;
  }

  .flex-child {
    flex: unset;
  }

  .flex-child:first-child {
    margin-right: 0px;
  }

  .info-block-left {
    padding-top: 0px;
    text-align: center;
    padding-left: 10vw;
      padding-right: 10vw;
  }


}


/* GET XVOX SECTION RESPONSIVE */

@media only screen and (max-width: 1050px){
.buy-now-container {
margin-bottom: 0px;
}
.xvox-laptop {
float: none;
width: 100%;
margin: auto;
}
.get-xvox-header {
padding-bottom: 40px;
}
.xvox-detail-text {
width: 100%;
padding: 20px;
text-align: left;
}
.buy-button-bottom {
width: 100%;
padding: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
.buy-now-button-text {
padding-left: 0px;
}
.strikethrough-price-button {
display: none;
padding-left: 0px;
padding-right: 0px;
}
.sale-price-button {
display: none;
padding-left: 0px;
padding-right: 0px;
}

.sale-price-button-mobile {
display: inline-block;
padding-left: 0px;
padding-right: 0px;
padding-top: 30px;
padding-bottom: 0px;
}

.strikethrough-price-button-mobile {
display: inline-block;
padding-left: 0px;
padding-right: 10px;
padding-bottom: 0px;
text-decoration: line-through;
-webkit-text-decoration-line: line-through;
  text-decoration-color: red;
  -webkit-text-decoration-color: red;
}

}



/* MASTERCLASS RESPONSIVE */

/* TRAILER SECTION */

@media only screen and (max-width: 660px) {
  .course-headline-callout h2 {
    font-size: 32px;
  }

  .course-headline-callout {
    padding-top: 10px;
  }
  
  .course-headline-callout .video-container {
    margin-top: 40px
  }

}

/* COURSE DETAIL SECTION */

@media only screen and (max-width: 1064px) {
  .course-detail-box .xvox-detail-text {
    padding-left: 50px;
    text-align: left;
  }

  .course-detail-box h3 {
    display: none;
  }

  .course-detail-box {
    margin: 0 auto;
    padding-top: 0px;
  }

  .course-detail-box .preset-vid {
    padding-top: 0px;
    margin-top: 0px;
  }

  .xvox-detail-text li {
    line-height: 30px;
  }

}

/* SESSION DETAIL SECTION */

@media only screen and (max-width: 660px) {
  .daw-icons-session {
    display: none;
  }

  .session-details h3 {
    font-size: 32px;
  }

  .session-details{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .daw-icons-session-mobile {
    display: block;
    padding-bottom: 60px;
  }

  .session-details {
    padding-top: 0px;
  }

}

/* MEET YOUR INSTRUCTOR SECTION */

@media only screen and (max-width: 1064px) {
  .meet-instructor {
    margin-top: 0px;
    text-align: center;
    max-width: 700px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .instructor-headshot {
    padding-top: 0px;
    margin-top: 0px;
  }

  #shopify-section-template--18021613666593__9762d8f5-d0b8-4cf0-b8d3-fe2cff75c60c {
    padding-bottom: 0px;
  }

}

@media only screen and (min-width: 1549px) {
  #shopify-section-template--18021613666593__9762d8f5-d0b8-4cf0-b8d3-fe2cff75c60c .text-column-right  {
    padding-top: 20px !important;
  }

}



/* SYSTEM REQUIREMENTS RESPONSIVE */

@media only screen and (max-width: 999px){
  .sys-logos {
    padding-top: 40px;
  }
  
  #shopify-section-template--17705799614753__3f6397b3-8490-40d9-8867-0772647010b6 .h3 {
    padding-top: 40px;
  }
}


/* HEADER BOTTOM LINE FIX */

.header__wrapper {
  margin-bottom: -1px;
}

/* HEADER BUTTON TWEAKS */

#pro-header-button {
padding: 6px 10px;
font-size: 15px;
}

#rider-header-button {
font-size: 15px;
}

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

  #pro-header-button {
    font-size: 12px;
  }
}

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

#pro-header-button {
padding: 6px 4px;
font-size: 15px;
}
}

.nuro-bundle-grid {
  --nuro-bundle-section-bg: transparent;
  --nuro-bundle-heading: #0f1115;
  --nuro-bundle-title: #0f1115;
  --nuro-bundle-description: #5e5e66;
  --nuro-bundle-card-bg: #ffffff;
  --nuro-bundle-card-border: #d8dde3;
  --nuro-bundle-pro-bg: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
  --nuro-bundle-pro-border: #0071e3;
  --nuro-bundle-badge-count-bg: #ddecff;
  --nuro-bundle-badge-count-text: #004999;
  --nuro-bundle-badge-promo-bg: #ddf8d3;
  --nuro-bundle-badge-promo-text: #1a6f00;
  --nuro-bundle-badge-tier-bg: #0071e3;
  --nuro-bundle-badge-tier-text: #ffffff;
  --nuro-bundle-subtitle: #4f5560;
  --nuro-bundle-includes: #15181d;
  --nuro-bundle-regular: #6f7580;
  --nuro-bundle-sale: #d30000;
  --nuro-bundle-explore: #0071e3;
  --nuro-bundle-buy-bg: #0071e3;
  --nuro-bundle-buy-text: #ffffff;
  --nuro-bundle-buy-border: #0071e3;
  --nuro-bundle-buy-hover-bg: #0077ed;
  --nuro-bundle-buy-hover-text: #ffffff;
  --nuro-bundle-section-indicator-bg: #e44639;
  --nuro-bundle-section-indicator-text: #ffffff;
  --nuro-bundle-standard-title: var(--nuro-bundle-title);
  --nuro-bundle-standard-subtitle: var(--nuro-bundle-subtitle);
  --nuro-bundle-standard-includes: var(--nuro-bundle-includes);
  --nuro-bundle-standard-explore: var(--nuro-bundle-explore);
  --nuro-bundle-standard-regular: var(--nuro-bundle-regular);
  --nuro-bundle-standard-sale: var(--nuro-bundle-sale);
  --nuro-bundle-standard-buy-text: var(--nuro-bundle-buy-text);
  --nuro-bundle-pro-title: var(--nuro-bundle-title);
  --nuro-bundle-pro-subtitle: var(--nuro-bundle-subtitle);
  --nuro-bundle-pro-includes: var(--nuro-bundle-includes);
  --nuro-bundle-pro-explore: var(--nuro-bundle-explore);
  --nuro-bundle-pro-regular: var(--nuro-bundle-regular);
  --nuro-bundle-pro-sale: var(--nuro-bundle-sale);
  --nuro-bundle-pro-buy-text: var(--nuro-bundle-buy-text);
  --nuro-bundle-pro-glow-offset: -35px;
  --nuro-bundle-card-title-size-desktop: 44px;
  --nuro-bundle-card-title-size-mobile: 28px;
  background: var(--nuro-bundle-section-bg);
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.nuro-bundle-grid--theme-dark {
  --nuro-bundle-section-bg: #0c1119;
  --nuro-bundle-heading: #f5f8ff;
  --nuro-bundle-title: #f5f8ff;
  --nuro-bundle-description: #c2cad8;
  --nuro-bundle-card-bg: #131a25;
  --nuro-bundle-card-border: #2c3b51;
  --nuro-bundle-pro-bg: linear-gradient(180deg, #14273f 0%, #131a25 100%);
  --nuro-bundle-pro-border: #4e89e8;
  --nuro-bundle-badge-count-bg: #1d3554;
  --nuro-bundle-badge-count-text: #bcdcff;
  --nuro-bundle-badge-promo-bg: #193d2d;
  --nuro-bundle-badge-promo-text: #b7f2d6;
  --nuro-bundle-badge-tier-bg: #4e89e8;
  --nuro-bundle-badge-tier-text: #f2f7ff;
  --nuro-bundle-subtitle: #bcc6d5;
  --nuro-bundle-includes: #ebf0f8;
  --nuro-bundle-regular: #8f9caf;
  --nuro-bundle-sale: #ff6e6e;
  --nuro-bundle-explore: #86bfff;
  --nuro-bundle-buy-bg: #4e89e8;
  --nuro-bundle-buy-text: #f5f8ff;
  --nuro-bundle-buy-border: #4e89e8;
  --nuro-bundle-buy-hover-bg: #6ea2f0;
  --nuro-bundle-buy-hover-text: #071224;
  --nuro-bundle-section-indicator-bg: #ff6e6e;
  --nuro-bundle-section-indicator-text: #ffffff;
}

.nuro-bundle-grid .nuro-bundle-grid__header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 2rem;
}

.nuro-bundle-grid .nuro-bundle-grid__section-indicator-wrap {
  text-align: center;
  margin-bottom: 0.9rem;
}

.nuro-bundle-grid .nuro-bundle-grid__section-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.52rem 1rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: var(--nuro-bundle-section-indicator-text);
  background: var(--nuro-bundle-section-indicator-bg);
}

.nuro-bundle-grid .nuro-bundle-grid__heading {
  margin: 0 0 0.5rem;
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--nuro-bundle-heading);
}

.nuro-bundle-grid .nuro-bundle-grid__description {
  margin: 0;
  max-width: 600px;
  margin-inline: auto;
  font-size: clamp(1.08rem, 1.3vw, 1.2rem);
  font-weight: 400;
  color: var(--nuro-bundle-description);
}

.nuro-bundle-grid .nuro-bundle-grid__header-link {
  display: inline-block;
  margin-top: 0.7rem;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--nuro-bundle-explore);
}

.nuro-bundle-grid .nuro-bundle-grid__cards {
  display: grid;
  gap: 2rem;
  margin-bottom: 20px;
}

.nuro-bundle-grid .nuro-bundle-card {
  position: relative;
  z-index: 0;
  border: 1px solid var(--nuro-bundle-card-border);
  border-radius: 16px;
  padding: clamp(1.4rem, 2.2vw, 2rem);
  padding-bottom: calc(clamp(1.4rem, 2.2vw, 2rem) + 20px);
  background: var(--nuro-bundle-card-bg);
  display: grid;
  gap: 1.1rem;
}

.nuro-bundle-grid .nuro-bundle-card--pro {
  border-color: var(--nuro-bundle-pro-border);
  background: var(--nuro-bundle-pro-bg);
}

.nuro-bundle-grid .nuro-bundle-card__badges {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.5rem;
}

.nuro-bundle-grid .nuro-bundle-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  border-radius: 999px !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 0.52rem 0.88rem !important;
}

.nuro-bundle-grid .nuro-bundle-card__badge--count {
  order: 1;
  color: var(--nuro-bundle-badge-count-text);
  background: var(--nuro-bundle-badge-count-bg);
}

.nuro-bundle-grid .nuro-bundle-card__badge--promo {
  order: 2;
  color: var(--nuro-bundle-badge-promo-text);
  background: var(--nuro-bundle-badge-promo-bg);
}

.nuro-bundle-grid .nuro-bundle-card__badge--tier {
  color: var(--nuro-bundle-badge-tier-text);
  background: linear-gradient(180deg, #0a1624 0%, #040a12 100%);
  border: 1px solid rgba(135, 209, 255, 0.55);
  border-radius: 8px !important;
  padding: 0.62rem 1.1rem !important;
  font-size: 15px;
  letter-spacing: 0.12em;
  box-shadow:
    0 0 0 1px rgba(120, 210, 255, 0.1) inset,
    0 0 14px rgba(68, 199, 255, 0.55),
    0 0 30px rgba(68, 199, 255, 0.22);
}

.nuro-bundle-grid .nuro-bundle-card__pro-wrap {
  display: flex;
  justify-content: center;
  margin-top: -2px;
  margin-bottom: 4px;
}

.nuro-bundle-grid .nuro-bundle-card__image-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-block: 10px;
}

.nuro-bundle-grid.nuro-bundle-grid--pro-image-glow .nuro-bundle-card--pro::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: calc(14% + var(--nuro-bundle-pro-glow-offset));
  height: 34%;
  z-index: -1;
  pointer-events: none;
  border-radius: 18px;
  background: radial-gradient(circle, rgba(68, 199, 255, 0.38) 0%, rgba(68, 199, 255, 0) 78%);
  filter: blur(26px);
}

.nuro-bundle-grid .nuro-bundle-card__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(var(--nuro-bundle-image-scale, 1));
  transform-origin: center center;
  transition: transform 0.2s ease;
}

.nuro-bundle-grid .nuro-bundle-card__title {
  margin: 0 0 10px;
  font-size: var(--nuro-bundle-card-title-size-desktop);
  font-weight: 700;
  line-height: 1.2;
  color: var(--nuro-bundle-title);
  text-align: center;
}

.nuro-bundle-grid .nuro-bundle-card__subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: var(--nuro-bundle-subtitle);
  text-align: center;
}

.nuro-bundle-grid .nuro-bundle-card__includes {
  font-size: 0.95rem;
  color: var(--nuro-bundle-includes);
  text-align: center;
  max-width: 360px;
  margin-inline: auto;
}

.nuro-bundle-grid .nuro-bundle-card__includes p {
  margin: 0;
}

.nuro-bundle-grid .nuro-bundle-card__footer {
  display: grid;
  gap: 0.6rem;
}

.nuro-bundle-grid .nuro-bundle-card__price-line {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: baseline;
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3;
}

.nuro-bundle-grid .nuro-bundle-card__regular-price {
  text-decoration: line-through;
  color: var(--nuro-bundle-regular);
}

.nuro-bundle-grid .nuro-bundle-card__sale-price {
  color: var(--nuro-bundle-sale);
  font-weight: 400;
}

.nuro-bundle-grid .nuro-bundle-card__actions {
  display: grid;
  gap: 1.25rem;
  margin-top: 0.4rem;
}

.nuro-bundle-grid .nuro-bundle-card__explore {
  color: var(--nuro-bundle-explore);
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  text-align: center;
}

.nuro-bundle-grid .nuro-bundle-card__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 250px);
  height: 64px;
  margin-top: calc(0.35rem + 10px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 0 1rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--nuro-bundle-buy-bg) !important;
  color: var(--nuro-bundle-buy-text) !important;
  border-color: var(--nuro-bundle-buy-border) !important;
}

.nuro-bundle-grid .nuro-bundle-card__buy:hover,
.nuro-bundle-grid .nuro-bundle-card__buy:focus-visible {
  background-color: var(--nuro-bundle-buy-hover-bg) !important;
  color: var(--nuro-bundle-buy-hover-text) !important;
  border-color: var(--nuro-bundle-buy-hover-bg) !important;
}

.nuro-bundle-grid .nuro-bundle-card--standard .nuro-bundle-card__title {
  color: var(--nuro-bundle-standard-title);
}

.nuro-bundle-grid .nuro-bundle-card--standard .nuro-bundle-card__subtitle {
  color: var(--nuro-bundle-standard-subtitle);
}

.nuro-bundle-grid .nuro-bundle-card--standard .nuro-bundle-card__includes {
  color: var(--nuro-bundle-standard-includes);
}

.nuro-bundle-grid .nuro-bundle-card--standard .nuro-bundle-card__explore {
  color: var(--nuro-bundle-standard-explore);
}

.nuro-bundle-grid .nuro-bundle-card--standard .nuro-bundle-card__regular-price {
  color: var(--nuro-bundle-standard-regular);
}

.nuro-bundle-grid .nuro-bundle-card--standard .nuro-bundle-card__sale-price {
  color: var(--nuro-bundle-standard-sale);
}

.nuro-bundle-grid .nuro-bundle-card--standard .nuro-bundle-card__buy {
  color: var(--nuro-bundle-standard-buy-text) !important;
}

.nuro-bundle-grid .nuro-bundle-card--pro .nuro-bundle-card__title {
  color: var(--nuro-bundle-pro-title);
}

.nuro-bundle-grid .nuro-bundle-card--pro .nuro-bundle-card__subtitle {
  color: var(--nuro-bundle-pro-subtitle);
}

.nuro-bundle-grid .nuro-bundle-card--pro .nuro-bundle-card__includes {
  color: var(--nuro-bundle-pro-includes);
}

.nuro-bundle-grid .nuro-bundle-card--pro .nuro-bundle-card__explore {
  color: var(--nuro-bundle-pro-explore);
}

.nuro-bundle-grid .nuro-bundle-card--pro .nuro-bundle-card__regular-price {
  color: var(--nuro-bundle-pro-regular);
}

.nuro-bundle-grid .nuro-bundle-card--pro .nuro-bundle-card__sale-price {
  color: var(--nuro-bundle-pro-sale);
}

.nuro-bundle-grid .nuro-bundle-card--pro .nuro-bundle-card__buy {
  color: var(--nuro-bundle-pro-buy-text) !important;
}

@media (min-width: 1000px) {
  .nuro-bundle-grid .nuro-bundle-grid__cards {
    grid-template-columns: repeat(var(--nuro-bundle-columns-desktop, 2), minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  .nuro-bundle-grid .nuro-bundle-card {
    padding: 1.3rem;
    gap: 1rem;
  }

  .nuro-bundle-grid .nuro-bundle-card--pro {
    order: -1;
  }

  .nuro-bundle-grid .nuro-bundle-card__title {
    font-size: var(--nuro-bundle-card-title-size-mobile);
  }

  .nuro-bundle-grid .nuro-bundle-card__subtitle,
  .nuro-bundle-grid .nuro-bundle-card__includes,
  .nuro-bundle-grid .nuro-bundle-card__explore {
    font-size: 0.9rem;
  }
}

.nuro-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
}

.nuro-pill--new-bundles {
  min-width: 160px;
  background-image: linear-gradient(90deg, #1d7ff4, #1bbffa);
}

.nuro-pill--center {
  margin-inline: auto;
}
