/** Shopify CDN: Minification failed

Line 264:14 Expected ":"

**/
.gr-beat-product-hero,
.gr-beat-product-hero *,
.gr-beat-product-hero *::before,
.gr-beat-product-hero *::after {
  box-sizing: border-box;
}

.gr-beat-product-hero {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 30px 0 54px;
  overflow: hidden;
  background: #0d0d12;
  color: #ffffff;
}

.gr-beat-product-hero__container {
  position: relative;
  z-index: 0;
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.gr-beat-product-hero__card {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  width: 100%;
  height: 600px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: #0a0a0f;
}

.gr-beat-product-hero__media {
  position: relative;
  z-index: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #08080c;
}

.gr-beat-product-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  transform-origin: center;
}

.gr-beat-product-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #0a0a0f 0%,
    rgba(10, 10, 15, 0.98) 3%,
    rgba(10, 10, 15, 0.92) 10%,
    rgba(10, 10, 15, 0.78) 20%,
    rgba(10, 10, 15, 0.58) 35%,
    rgba(10, 10, 15, 0.36) 45%,
    rgba(10, 10, 15, 0.18) 55%,
    rgba(10, 10, 15, 0.08) 68%,
    transparent 76%
  );
}

.gr-beat-product-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  z-index: 2;

  width: 56px;
  height: 56px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;

  cursor: pointer;

  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);

  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  transform: translate(-50%, -50%);
}

.gr-beat-product-hero__play svg {
  width: 22px;
  height: 22px;
  margin-left: 0px;
}

.gr-beat-product-hero__play.is-playing
.gr-beat-product-hero__play-icon {
  display: none;
}

.gr-beat-product-hero__play.is-playing::before {
  content: "";

  width: 12px;
  height: 13px;

  border-left: 5px solid currentColor;
  border-right: 5px solid currentColor;
}

.gr-beat-product-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 44px 48px 44px 52px;
  overflow: hidden;
  background: #0a0a0f;
}

.gr-beat-product-hero__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #6D4AFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gr-beat-product-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(39px, 3.7vw, 60px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.gr-beat-product-hero__price {
  display: block;
  margin-top: 14px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
}

.gr-beat-product-hero__description {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.gr-beat-product-hero__description p {
  margin: 0;
}

.gr-beat-product-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 19px;
}

.gr-beat-product-hero__badge {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-weight: 600;
}

.gr-beat-product-hero__badge svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: rgba(255, 255, 255, 0.72);
}

.gr-beat-product-hero__actions {
  margin-top: 22px;
}

.gr-beat-product-hero__button {
  width: 100%;
  min-height: 54px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 0 22px;

  border: 0;
  border-radius: 10px;

  background: #6D4AFF; 

  color: #ffffff;

  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  cursor: pointer;

  box-shadow:
    0 12px 28px rgba(92, 53, 255, 0.1);

  transition:
    transform 0.2s ease;
    box-shadow 0.2s ease;
    background: 0.2s ease;
}

.gr-beat-product-hero__button:hover {
  transform: translateY(-1px);
  background: #6545EE;

  box-shadow:
    0 16px 36px rgba(92, 53, 255, 0.2),
}

.gr-beat-product-hero__button:active {
  transform: translateY(0);
}

.gr-beat-product-hero__button svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 1500px) {
  .gr-beat-product-hero__card {
    height: 660px;
  }

  .gr-beat-product-hero__content {
    padding: 52px 58px 52px 62px;
  }

  .gr-beat-product-hero__title {
    font-size: clamp(46px, 3.7vw, 66px);
  }

  .gr-beat-product-hero__price {
    font-size: 29px;
  }

  .gr-beat-product-hero__description {
    font-size: 14px;
  }

  .gr-beat-product-hero__button {
    min-height: 58px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1499px) {
  .gr-beat-product-hero__card {
    height: 600px;
  }
}

@media screen and (min-width: 761px) and (max-width: 1099px) {
  .gr-beat-product-hero {
    padding: 26px 0 46px;
  }

  .gr-beat-product-hero__card {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    height: 540px;
  }

  .gr-beat-product-hero__content {
    padding: 36px 32px;
  }

  .gr-beat-product-hero__title {
    font-size: clamp(35px, 5vw, 50px);
  }

  .gr-beat-product-hero__price {
    font-size: 24px;
  }

  .gr-beat-product-hero__description {
    margin-top: 17px;
    font-size: 12px;
  }

  .gr-beat-product-hero__meta {
    margin-top: 17px;
  }

  .gr-beat-product-hero__actions {
    margin-top: 20px;
  }

  .gr-beat-product-hero__button {
    min-height: 52px;
  }
}

@media screen and (max-width: 760px) {
  .gr-beat-product-hero {
    padding: 18px 0 34px;
  }

  .gr-beat-product-hero__container {
    width: min(calc(100% - 24px), 540px);
  }

  .gr-beat-product-hero__card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    border-radius: 17px;
  }

  .gr-beat-product-hero__media {
    order: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .gr-beat-product-hero__image {
    position: absolute;
    inset: 0;
    object-position: center;
    transform: none;
  }

.gr-beat-product-hero__media::after {
    background:
        linear-gradient(
            0deg,
            #0a0a0f 0%,
            rgba(10,10,15,1) 5%,
            rgba(10,10,15,.9) 16%,
            rgba(10,10,15,.72) 28%,
            rgba(10,10,15,.48) 42%,
            rgba(10,10,15,.20) 60%,
            transparent 82%
        );
}

@media screen and (max-width: 760px) {
  .gr-beat-product-hero__play {
    width: 52px;
    height: 52px;
  }

  .gr-beat-product-hero__play svg {
    width: 20px;
    height: 20px;
  }

  .gr-beat-product-hero__play.is-playing::before {
    width: 12px;
    height: 12px;
    border-left-width: 5px;
    border-right-width: 5px;
  }
}

  .gr-beat-product-hero__content {
    order: 2;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 20px 22px;
    overflow: visible;
    background: #0a0a0f;
  }

  .gr-beat-product-hero__eyebrow {
    margin-bottom: 9px;
    font-size: 10px;
  }

  .gr-beat-product-hero__title {
    font-size: clamp(33px, 10vw, 45px);
  }

  .gr-beat-product-hero__price {
    margin-top: 12px;
    font-size: 22px;
  }

  .gr-beat-product-hero__description {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.55;
  }

  .gr-beat-product-hero__meta {
    gap: 8px;
    margin-top: 18px;
  }

  .gr-beat-product-hero__badge {
    min-height: 38px;
    padding-inline: 11px;
    font-size: 11px;
  }

  .gr-beat-product-hero__actions {
    margin-top: 20px;
  }

  .gr-beat-product-hero__button {
    min-height: 52px;
    font-size: 14px;
  }
}

@media screen and (max-width: 390px) {
  .gr-beat-product-hero__container {
    width: calc(100% - 18px);
  }

  .gr-beat-product-hero__content {
    padding-inline: 17px;
  }

  .gr-beat-product-hero__description {
    font-size: 11px;
  }
}