/** Shopify CDN: Minification failed

Line 602:10 Expected identifier but found whitespace
Line 602:11 Unexpected "scaleX("

**/
body.gradient {
  background: black;
      color: rgba(255, 255, 255, 0.7); 
  --color-foreground:255,255,255;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
.button,
.button-label,
.button-primary {
  font-size: 21px;
    line-height: 140%;
    text-transform: uppercase;
  padding: 0;
  font-weight: 700;
  min-height: 0;
  display: flex;
  height: 48px;
  width: 100%;
  max-width: 327px;
  align-items: center;
  letter-spacing: 0; column-gap: 7px; 
}

header.header {
  /* padding-left: 0 !important;
    padding-right: 0 !important; */
}
summary .icon-plus {
  position: absolute;
  height: 14px;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
}
.header__icon,
.header__icon--cart .icon {
  height: 40px;
  width: 40px;
  padding: 0;
  padding: 8px;
  margin-left: 20px;
}
.header__icon:not(.header__icon--summary), .header__icon span {
    font-size: 1.6em;
    line-height: 1;
    font-weight: bold;
}
.hero__content h2.hero__heading {
  font-weight: normal;
  font-size: 3.5em;
  line-height: 1.1;
}
.hero__content .hero__box > * + .hero__text {
    color:  rgba(222, 222, 222, 1);
    margin: 15px 0;
      font-size: 1.07em;
      font-weight: 500;
      font-size: 21px;
      line-height: 150%;
      letter-spacing: 0px !important;
      vertical-align: middle;
  }
.hero__box > * + .hero__text.subtitle:last-child {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  margin: 10px 0;
}
.hero__content .hero__box > * + .hero__buttons {
  margin-top: 10px; width: 100%;
}

sticky-header {
  transform: translateY(-100%);
  transition: 1s all;
}
.show-desktop__header sticky-header, .is-not-index sticky-header {
  transform: none;
}
.is-not-index .header-wrapper { position: relative; }
.hero__media:after {
  opacity: 1 !important;
  background: linear-gradient(0deg, black, transparent) !important;
}
.hero--desktop-transparent .hero__box {
  margin-bottom: 7%;
  margin-bottom: 7vh;
}
.highlight-videos.expanded-view.two-columns .video-inner .video-section__media {
    --ratio-percent: 115% !important;
    border-radius: 5px;
    overflow: hidden !important;
} 
.highlight-videos.expanded-view.two-columns .video-inner .mobile-image { display:none;}
.hero__media .video-section__media video { object-fit:cover; }
@media (max-width: 749px) {
  .story-header-row h2 {
    margin: 0 0 -4rem;
}
.story-section .embla__dots { margin-top: -10px !important;
}
.story-row-texts {
    padding: 20px 0 5px !important;
}
  .highlight-videos.expanded-view.two-columns .video-inner .mobilePoster .desktop-image { display:none;}
  .highlight-videos.expanded-view.two-columns .video-inner  .mobilePoster .mobile-image { display:block; padding: 0 1px; }
.highlight-videos.expanded-view.two-columns .video-inner .video-section__media {
    --ratio-percent: 177% !important; } 
  .highlight-videos.stacked-text .video__text-wrapper .video-text__heading {
    font-size: 2.35em !important; }
  .media-multicolumn .multicolumn-list:not(.slider) { padding: 0 !important; }
}
.title-wrapper--no-top-margin > .title {
  margin: 0;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.25;
}
.title-wrapper--no-top-margin {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
#CartDrawer-Checkout svg {
  fill: #fff;
  max-height: 18px;
  width: auto !important;
  margin-top: -2px;
  margin-right: 3px;
}
.video__text-wrapper {
  padding-right: 2rem;
}
.video__text-wrapper .video-text__heading {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.05;
  margin: 15px 0 5px;
}
.highlight-videos.stacked-text .video__text-wrapper .video-text__heading  {
  font-size: 3em;
  font-weight: normal;
  max-width: 80%;  line-height: 1.05;    z-index: 11; 
}
.highlight-videos.stacked-text .Video__Wrapper .control-buttons {
    bottom: auto;
    top: 20px; z-index: 21; 
}
.highlight-videos.stacked-text .Video__Wrapper deferred-media::before {
    content: '';
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.video__text-wrapper .rte p {
    font-size: 1.14em;
    opacity: 0.9;
    line-height: 1.25; color: #fff; 
}
.included-content h4 {
  margin: 0 0 5px;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1;
}
.included-content__inner {
    font-size: 1.14em;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}
.trigger__icon svg {
  transition: 0.3s all;
}
.trigger__icon svg:hover {
  transform: rotate(360deg);
}

.included__list.grid {
  column-gap: 0;
  row-gap: 0;
  justify-content: center;
}
.included-list__item.grid__item {
  width: 33.33%;
  flex-grow: 0;
  flex-shrink: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.hoveredd .included-list__item.grid__item {
  transform: scale(0.9);
}
.included-list__item.grid__item:hover {
  transform: scale(1.06);
}
.included-card {
  margin: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.included-card__image-active {
  opacity: 0;
}
.included-list__item.grid__item:hover .included-card__image-active {
  opacity: 1;
}
.included__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
}
.included-card__image {
  position: absolute;
  background: white;
  position: absolute;
}

.included-card__image:hover {
  opacity: 0;
}
.included-content {
  position: absolute;
  color: #fff;
  z-index: 9;
  max-width: 160px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.trigger__icon {
  position: absolute;
  z-index: 11;
  right: 15px;
  top: 15px;
}
.included__img {
  padding-bottom: 75%;
}
.highlight-videos {
  overflow: hidden;
}
.Video__Wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.embla {
  overflow: hidden;
}
.simple-embla .embla__container {
  display: flex;
  position: relative;
}
.simple-embla {
  overflow: visible;
  position: relative;
  margin-top: 0px;
}
.simple-embla .embla__buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: -35px;
  z-index: 11;
}
.simple-embla .embla__buttons svg {
  width: 50px;
  height: auto; cursor: pointer;
}
.simple-embla .embla__buttons .embla__button--prev svg rect,
.simple-embla .embla__buttons .embla__button--next svg rect {
  display: none;
}
.simple-embla .embla__buttons .embla__button--prev {
  margin-left: -4rem; transition: 0.3s all;
}
.simple-embla .embla__buttons .embla__button--next {
  margin-right: -4rem; transition: 0.3s all;
}
.simple-embla .embla__buttons .embla__button--prev:hover {
  transform: rotate(180deg) translateX(-5px); opacity: 0.8;
}
.simple-embla .embla__buttons .embla__button--next:hover {
  margin-right: -4rem;
  transform: translateX(5px);opacity: 0.8;
}
.simple-embla .disabled {
  opacity: 0;
}
.simple-embla .audio-wrapper {
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 80px;
  margin: 58.5px auto;
}
.hotspot_included .simple-embla .audio-wrapper {
        margin: 0 0 3rem;
      padding: 0.85% 0 2.641%;
  }
  .hotspot_included .audio-control .img { width: 150px; height: 150px; overflow: hidden; }
  .hotspot_included .audio-control img {
      object-fit: cover;
      position: absolute;
      max-width: 200%;
      height: 100%;
  }
@media (max-width: 749px) {
    .hotspot_included .audio-control .img { width: 100px; height: 100px; overflow: hidden; }
}
.audio-box {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.audio-box .info {
  background: #000;
  flex-grow: 1;
  align-items: center;
  display: flex;
  width: 60%;
}
.audio-control {
  width: 40%;
  height: auto;
  position: relative;
  overflow: hidden;
  max-width: 150px;
}
.audio-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  max-width: 32px; 
}
.audio-btn svg {
  height: auto !important;
  border-radius: 50%;
  background: black;
}
.audio-btn svg g {
  display: none;
}
.audio-btn rect,
.is-playing .audio-btn path {
  display: none;
}
.is-playing .audio-btn rect {
  display: block;
}
.audio-box .info h5 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  padding: 20px;
  text-align: left;
}
.simple-embla .embla__slide img,
.simple-embla video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}
.audio-control img { display: block; }
.simple-embla .video-section__media.deferred-media {
      --ratio-percent: 62.5% !important;
}
.hotspot_included .simple-embla .video-section__media.deferred-media { aspect-ratio: 5/8 }
.hotspot_included .Video__Wrapper .control-buttons { bottom: auto; top: 20px; }
[data-title="Original Soundtrack"] .simple-embla {
    aspect-ratio: 2.098 / 1;
    display: flex;
    align-items: center;
}
.simple-embla img {
  max-width: 100%;
}
.simple-embla .embla__slide {
  flex: 0 0 66%;
  min-width: 0;
  margin-right: 2rem;
}
.embla-arrows {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.embla__progress {
  border-radius: 1.8rem;
  box-shadow: inset 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
  background-color: #515151;
  position: relative;
  height: 3px;
  justify-self: flex-end;
  align-self: center;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery-wrapper .simple-embla .embla__slide {
  flex: 0 0 100%; padding: 0 5rem; margin: 0 !important; }
.gallery-wrapper .simple-embla.prev-allowed::before,.gallery-wrapper .simple-embla.next-allowed::after { display:none; }
.gallery-wrapper .simple-embla {
    overflow: hidden; }
.gallery-wrapper .simple-embla .embla__buttons .embla__button--next,
.gallery-wrapper .simple-embla .embla__buttons .embla__button--prev { margin-left: 0 !important; margin-right: 0 !important; }
.gallery-wrapper .embla__dots { height: auto; }
.gallery-wrapper .image-wrapper {
    padding: 0 0 10px;
}
.gallery-wrapper .simple-embla .disabled, .gallery-wrapper .simple-embla .disabled:hover { opacity: 0.6; pointer-events:none; }
.embla__progress__bar {
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  border-radius: 1.8rem;
  display: block !important;
}
.embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-top: 20px;
}
.embla__dot {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.embla__dot:after {
  background: rgba(217, 217, 217, 0.3);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: "";
  transition: 0.3s background;
}
.embla__dot:hover::after { background: rgba(217, 217, 217, 0.6); }
.embla__dot--selected:after {
  background: #fff;
}

.embla-arrows .embla__prev,
.embla-arrows .embla__next {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.embla-arrows .embla__prev,
.simple-embla .embla__buttons .embla__button--prev {
  transform: rotate(180deg);
}
.videos-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.highlight-videos.expanded-view .embla-arrows .disabled {
  opacity: 0.6;
  pointer-events: none;
}
.video-inner {
  width: 100%;
  display: grid;
}
.highlight-videos.compact-view .video-inner {
  transition: 400ms grid-template-columns;
}
.highlight-videos.compact-view .video-inner {
  gap: 1rem;
  grid-template-columns: 2fr 1fr 1fr;
}
.announcement-bar__message {
    padding: 10px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.1px;
    text-align: center;
    vertical-align: middle;
}
.utility-bar__grid.page-width { padding: 0 !important; }
.highlight-videos.expanded-view .video-inner {
  gap: 1.5rem;
  padding-bottom: 40px;
  grid-auto-columns: 66%;
  grid-auto-flow: column;
}
.highlight-videos.expanded-view.two-columns .video-inner {
  grid-auto-columns: 40%;
}
.highlight-videos.expanded-view.three-columns .video-inner {
  grid-auto-columns: 30%;
}
.highlight-videos.stacked-text .video__text-wrapper {
    padding-right: 2rem;
    position: absolute;
    bottom: 20px;
    left: 20px; z-index: 21;
}
.highlight-videos.stacked-text .highlight-reel {
    position: relative;
}
.highlight-videos.stacked-text .video__text-wrapper .rte.body { display:none; }
.hotspot-container .included__content-wrapper h2 { font-weight: bold; font-size: 2.125em; }
.hotspot-container .included__content-wrapper h2 em {
    font-family: inherit;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='149' height='50' viewBox='0 0 149 50' fill='none'%3E%3Cpath d='M139.805 33.916C128.273 42.973 104.145 49.0097 69.7691 48.3213C23.9844 47.4045 -6.93331 31.7434 3.68112 15.5016C11.8721 2.96798 47.8725 -0.0642388 80.0346 2.36026M139.805 33.916C143.632 30.9102 146.072 27.5716 147.039 24.0359C150.248 12.2959 127.887 -1.32996 80.0346 2.36026M139.805 33.916C144.851 22.6222 133.098 10.9881 106.754 5.84039C98.7296 4.27253 89.5501 3.07757 80.0346 2.36026M139.805 33.916C138.119 37.6885 134.559 41.4231 129.043 44.8652M80.0346 2.36026C70.051 3.13015 58.9578 4.65376 46.7558 7.10545' stroke='%23D90707' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-style: normal;
    padding: 0.3rem 1rem;
    margin: -0.3rem -1rem;
}
   .hotspot-container .included__content-wrapper h5 {
    text-align: left;
    font-size: 1.125em;
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 0 0;
}
.Video__Wrapper .control-buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  column-gap: 5px;
}
.highlight-videos .Video__Wrapper .control-buttons { z-index: 21; }
.Video__Wrapper .control-buttons > button {
  appearance: none;
  outline: 0;
  border: 0;
  background: 0;
  max-width: 40px;
  cursor: pointer;
}
.compact-view .highlight-reel .video__text-wrapper .rte {
  transform: scaleY(0);
  transition: 0.2s transform 0.3s;
  transform-origin: top;
  opacity: 0;
}
.compact-view .highlight-reel:not(.active) .video__text-wrapper .rte { max-height: 40px;}
.compact-view .highlight-reel.active .video__text-wrapper .rte {
  transform: none;
  opacity: 1;
}
transform: scaleX(1);
.compact-view .highlight-reel:not(.active) .video__text-wrapper .rte {
  transition-timing-function: cubic-bezier(1, 0.01, 1, 0.02);
  transition-duration: 0.4s;
  transition-property: opacity;
}
.highlight-reel:not(.active) {
  opacity: 0.6;
}
.Video__Wrapper .play-pause svg rect {
  display: none;
}
.Video__Wrapper.isPlaying .play-pause svg path {
  display: none;
}
.Video__Wrapper.isPlaying .play-pause svg rect {
  display: block;
}
.highlight-videos.compact-view .highlight-reel video {
  object-fit: cover;
}
.highlight-reel:not(.active) video {
  filter: brightness(0.75);
}
.highlight-reel:not(.active) .Video__Wrapper > button {
}
.highlight-reel:not(.active) .card d {
  width: 100%;
  height: 100%;
}
.highlight-reel:not(.active) .Video__Container d {
  height: 100%;
}
.highlight-reel .Video__Container {
  border-radius: 7px;
  overflow: hidden;
}
.highlight-reel video::after {
  position: absolute;
}
.sound-line {
  display: none;
}
.no-sound .sound-line {
  display: block;
}

.testimonial-inner {
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 8px; 
   user-select: none;
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none;  
}
.contact-form .content-wrapper p {
  line-height: 1.14;
}
.testimonial-list {
  --grid-mobile-horizontal-spacing: 15px;
  --grid-desktop-horizontal-spacing: 20px;
}
.expanded-view .video-row-wrapper.embla {
  overflow: visible !important;
}
.collapsible-content .atc-button {
    margin-top: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collapsible-content .atc-button .button {
    width: 100%;
    max-width: 320px;
}
.testimonial-header {
    display: flex;
    align-items: center;
    column-gap: 15px;
    white-space: nowrap;
}
.testimonial-stars {
    width: 100%;
}
.testimonial-verified, .testimonial-date, .testimonial-heading h5 {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.1px;
    vertical-align: middle;
    color: rgba(222, 222, 222, 1); 
    margin: 0; 
}
.testimonial-verified {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.testimonial-heading h5 {
  position: relative;
  display: inline-block;
      padding: 0.4em 1em;
    margin: 0 -0.5rem;
  z-index: 1;
    color: rgba(255, 255, 255, 1);
    opacity: 1; white-space: nowrap; 
    display:none;
}

.testimonial-heading h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 48px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='95' height='48' viewBox='0 0 95 48' fill='none'><path d='M6.58056 28.0167C13.7722 33.9291 28.8565 37.8224 50.3744 37.2711C79.0337 36.5367 98.4303 26.1659 91.8338 15.5341C86.7433 7.32959 64.2194 5.44311 44.0821 7.1278M6.58056 28.0167C4.19376 26.0545 2.67632 23.8698 2.08158 21.5514C0.106818 13.8535 14.1418 4.84363 44.0821 7.1278M6.58056 28.0167C3.45488 20.617 10.8447 12.9454 27.3487 9.48976C32.3754 8.43727 38.1243 7.62623 44.0821 7.1278M6.58056 28.0167C7.62465 30.4885 9.84204 32.9299 13.285 35.1736C23.4954 41.8278 48.7839 45.39 71.8469 40.9747M44.0821 7.1278C50.3286 7.60435 57.2675 8.57249 64.8976 10.1467' stroke='%23D90707' stroke-width='2'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: -1;
}
.testimonial-top,
.testimonial-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-card  {
    border: 1px solid rgba(43, 43, 43, 1);
    border-radius: 12px;
}
.testimonial-content {
    margin: -4px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: rgba(222, 222, 222, 1);
    flex-grow: 1;
    letter-spacing: 0.1px;
    min-height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial-top h4 {
    margin: 0;
    font-weight: 600;
    padding: 5px 0 3px;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: 0px;
    height: 37.4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial-bottom .user-info {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.testimonial-bottom .user-info .image {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial-bottom .user-info .image img {
  object-fit: cover;
  object-position: center center;
  max-width: 100%;
  max-height: 100%;
}
.testimonial-bottom img {
  max-width: 100%;
}
.testimonial-bottom .user-info h3 {
  font-size: 14px;
  line-height: 1;
  margin: 0; 
}
.testimonial_rows {
  --spacing: 24px;
}
.testimonial_rows .embla__container {
    display: flex;
    column-gap: var(--spacing);
    padding: 0 var(--spacing); 
}
.testimonial-list__item:last-of-type {
  margin-right: var(--spacing);
}
.testimonial_rows {
    display: flex;
    flex-direction: column;
    row-gap: var(--spacing);
    margin-top: 40px;
}
.testimonial_top-row .embla__container {
  transform: translate3d(-100px, 0px, 0px);
}
.testimonial_bottom-row .embla__container {
  transform: translate3d(-300px, 0px, 0px);
}
.testimonial-list__item {
    overflow: hidden;
    display: grid;
    column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    min-width: 824px;
}
.testimonial-card-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.testimonial-card-img .testimonial-main__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.testimonial-bottom .platform-img {
    max-width: 80px;
    display: flex;
}
.testimonial-bottom .platform-img img {
  height: auto;
}
.star-rating {
  --star-height: 20px;
  --star-width: 100px;
  height: var(--star-height);
  position: relative;
  width: var(--star-width);
}
.star-rating:before,
.star-rating > span:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'><path d='M8 0L9.79611 5.52786H15.6085L10.9062 8.94427L12.7023 14.4721L8 11.0557L3.29772 14.4721L5.09383 8.94427L0.391548 5.52786H6.20389L8 0Z' fill='%23D90707'/></svg>");
  background-repeat: repeat-x;
  background-size: var(--star-height) auto;
  bottom: 0;
  content: "";
  display: block;
  height: var(--star-height);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: var(--star-width);
  opacity: 0.4;
}
.star-rating > span {
  display: block;
  text-indent: -10000px;
  width: var(--star-width);
  height: var(--star-height);
  position: absolute;
  overflow: hidden;
}
.star-rating > span:before {
  text-indent: 10000px;
  opacity: 1;
}
.tp-row {
    display: flex;
    align-items: center;
    max-width: 540px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 140%;
    color: rgba(222, 222, 222, 1);
        column-gap: 7px;
}
section > .testimonials .title.h1 {
      font-weight: bold;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0px;
        margin: 0 0 16px;
}
.tp-rating svg { max-width: 128px; width: 100%; }
.tp-rating  {
    font-weight: bold;
    display: flex;
    align-items: center;
    column-gap: 7px;
    color: #fff;
        margin: 0 auto 0 0;
}
.tp-logo img {
    max-width: 135px;
    height: auto;
}
section > .testimonials slider-component {
  padding-bottom: 8rem;
}
.media-multicolumn .multicolumn-card__image-wrapper--third-width {
  max-width: 75px;
}
.media-multicolumn .multicolumn-card__info .inline-richtext {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.05;
}
.media-multicolumn .multicolumn-card__info .rte {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #rgba(255,255,255,0.9);
}
.media-multicolumn .multicolumn-card__info {
    padding: 15px;
    margin-bottom: 10px;
}
section .collapsible-content__heading {
    margin-bottom: 1.5rem;
    font-size: 2.125em;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}
section .collapsible-content__heading p {
    margin: 0 0 4rem;
}
section .collapsible-content__heading p em {
    font-family: inherit;
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: 100% auto;
    font-style: normal;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='134' height='6' viewBox='0 0 134 6' fill='none'%3E%3Cpath d='M0.139375 3.03969C7.82491 2.82418 15.5097 2.57858 23.1907 2.40334C27.8874 2.2984 32.5861 2.27368 37.2796 2.26249C41.5936 2.25191 45.9081 2.26139 50.2186 2.33787C57.2093 2.46297 64.2104 2.55768 71.1767 2.82395C89.8351 3.53172 108.473 4.32368 127.122 5.07522C128.474 5.13097 129.896 5.30519 131.163 5.10574C132.114 4.95531 133.266 4.3811 133.616 3.84279C134.159 3.00468 133.089 2.63327 131.704 2.59517C123.829 2.36776 115.954 2.11696 108.073 1.89639C93.379 1.4822 78.6897 1.04111 63.986 0.697437C57.4858 0.545205 50.9554 0.524283 44.4385 0.603325C42.2347 0.631673 40.031 0.66671 37.8214 0.688529C35.9243 0.708275 33.9649 1.14789 32.1419 1.00165C29.4241 0.783502 26.8132 1.51234 24.2411 1.31686C20.7855 1.05584 17.4911 1.67338 14.1167 1.76466C10.5694 1.85744 7.01681 1.96375 3.47128 2.13007C2.31736 2.18584 1.1796 2.44521 0.0340551 2.61448C0.0653904 2.75409 0.0968232 2.89704 0.128256 3.04L0.139375 3.03969Z' fill='%23D90707'/%3E%3C/svg%3E");
     padding: 0 0.5rem;
    margin: 0 -0.5rem;
}
.image-with-text__content {
    max-width: 540px;
}
h2.image-with-text__heading.h1 {
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1.1;
}
.simple-embla .embla__slide .caption {
        position: absolute;
        bottom: 0;
        line-height: 2;
        height: auto;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        color: rgba(255, 255, 255, 0.7);
        max-width: 100%;
    padding: 12px 16px; ;
        width: 100%;
        margin: auto;
        left: 0;
  z-index: 12;
        right: 0;
    }
.simple-embla .embla__slide .caption h3 {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.1px;
}
.simple-embla .embla__slide .caption h3  em {
    font-style: normal;
    font-family: inherit;
}
.hotspot_included .simple-embla .embla__slide:last-of-type { margin: 0 !important; }
.hotspot_included .simple-embla .embla__slide .caption { margin: 0 auto 10px; }
.simple-embla .embla__slide .caption p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 0px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
}
.collapsible-row-layout .accordion { border-radius: 12px; margin-bottom: 1.2rem; }
section .collapsible-content-wrapper-narrow {
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 68rem;
  padding: 0rem 2rem;
}
.collapsible-content summary .accordion__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none;
}
section .collapsible-row-layout .accordion summary {
  padding: 1.5rem;
}
section .collapsible-row-layout .accordion .accordion__content {
  padding: 0 !important;
  margin: 0;    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: rgba(222, 222, 222, 1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
section .collapsible-row-layout .accordion .accordion__content_inner {
padding: 0 1.5rem 1.5rem;
}
div.shopify-section .image-with-text .image-with-text__media-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, black, transparent 20%);
  opacity: 1;
  z-index: 9 !important;
}

footer .footer-block__details-content .list-menu__item--link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1px;
  color: #fff;
}
footer .footer-block.grid__item.footer-block--menu:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .footer__content-bottom-wrapper--center {
  justify-content: flex-start;
}
footer .footer-block-image {
  display: flex;
  height: 100%;
  align-items: center;
}
footer .list-social {
    min-width: 0;
    justify-content: flex-start;
    margin: 10px 0 0 -5px;
}
footer .list-social__link {
  align-items: center;
  display: flex;
  padding: 1.1rem;
  color: black;
  width: 32px;
  height: 32px;
  justify-content: center;
  background: white;
  margin: 10px 5px;
  border-radius: 50%;
}
footer .footer__content-bottom {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 1rem;
}
footer .copyright__content {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(222, 222, 222, 1);
}
.sticky-atc {
  display: none;
}

.loader {
  border: 3px solid;
  border-color: rgba(255, 255, 255, 0.6) #fff #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  animation: spin 2s linear infinite 0s;
  display: block !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
cart-drawer-items {
  overflow: hidden !important;
}
#included-dialogs, #video-modal, .modal {
  display: block;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  z-index: 11;
  height: 100%;
  top: 0;
  bottom: 0;
  padding: 5rem 0;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s transform, 0.2s opacity;
}
.modal.active { transition: 0.3s transform, 0.2s opacity; }
#cart-modal, .modal {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(0px);
}
.modal .dialog-wrapper { } 
#testimonial-modal .dialog-wrapper { position: relative; }
#testimonial-modal .close-dialog {
    top: -50px;
    right: 3em;
}
#included-dialogs.active,  #video-modal.active, .modal.active {
  opacity: 1;
  transform: none;
  overflow-y: auto;
}
#included-dialogs .included__inner {
  overflow: hidden;
  position: relative; border-radius: 12px; 
}
.included-dialog__item {
  transform: scale(0);
  opacity: 0;
  display: none;
}
.included-dialog__item.active {
  transform: scale(1);
  opacity: 1;
  display: block;
}
.hotspot_included .included-dialogs__nav {
  position: relative;
  color: #fff;
  padding-bottom: 24px; 
}
.included-dialogs__nav .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.included-dialogs__nav .prev-dialog svg {
  transform: rotate(180deg);
}
.single-dialog__content {
  max-width: 640px;
  text-align: center;
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
}
.included-dialogs__nav .inner > div {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding: 15px 0;
  cursor: pointer;
}
.included-dialogs__nav .inner > div > span {
  font-weight: bold;
}
.included-dialogs__nav .prev-dialog svg, .included-dialogs__nav .next-dialog svg {
    max-width: 32px; min-width: 32px; 
}
.single-dialog__content h2 {
    font-size: 2.4em;
    line-height: 1;
    margin: 0;
    font-weight: 600;
}
.close-dialog {
  position: absolute;
  right: 40px;
  top: 30px;
  height: 40px;
  width: 40px;
  z-index: 16;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-dialog svg {
  transition: 0.3s all;
  max-width: 14px;
}
#included-dialogs .close-dialog:hover svg {
  transform: rotate(360deg);
}
.single-dialog__content .metafield-rich_text_field p {
    font-size: 1.14em;
    color: #fff;
    line-height: 1.2;
    margin-top: 5px;
}
details {
  overflow: hidden;
  transition: max-height 400ms ease-out;
}
section .collapsible-row-layout .accordion details[open] .accordion__content {
  max-height: 220px;
}
details[open] summary .icon-plus {
    width: 14px;
    height: 1px;
    border: 1px solid;
}
/*
@keyframes close {
  100% { max-height: 60px }
}
details.closing {
  animation: close .4s;
}
  */
.drawer__inner, .drawer {
  transition-duration: 0.4s !important;
}
.included-dialogs__nav .inner > div > span {
    font-size: 1.5em;
    line-height: 32px; }
.accordion summary { font-size: 1.14em; }

body .shopify-pc__banner__dialog {
    display: block;
    padding: 20px 25px;
  max-width: 600px !important;
}
body .shopify-pc__banner__dialog button {
    padding: 7px 15px; }
body .shopify-pc__banner__dialog button.shopify-pc__banner__btn-accept {
    border: 1px solid #238672;
    background: #238672;
    color: #fff;
}
body .shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline {
    border: 1px solid #238672;
    background: #fff;
    color: #238672;
}
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs { order: 3; }
@media (max-width: 1480px) {
  :root {
    --page-width: 124rem;
  }
   .embla__dot:after {
    width: 10px;
    height: 10px;
  }
  .embla__dot {
    width: 20px;
    height: 20px;
  }
  .audio-box .info h5 {
    font-size: 1.5em;
    line-height: 1.05;
    padding: 15px;
  }
  .title-wrapper--no-top-margin > .title {
    font-size: 3.5em;
  }
  .Video__Wrapper .control-buttons > button {
    max-width: 35px;
  }
  .Video__Wrapper .control-buttons > button svg {
    max-height: 30px;
    width: 100%;
  }
  .Video__Wrapper .control-buttons {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .video__text-wrapper .video-text__heading {
    font-size: 2em;
  }
  .included-content h4 {
    font-size: 1.6em;
  }
  .included-content__inner {
    color: rgba(255, 255, 255, 0.9);
  }
  .included-content {
    max-width: 140px;
  }
  .media-multicolumn .multicolumn-card__info .inline-richtext {
    font-size: 2em;
  }
  .media-multicolumn .multicolumn-card__info .rte {
    font-size: 1em;
  }
  h2.image-with-text__heading.h1 {
    font-size: 3.5em;
  }
  .embla-arrows .embla__prev,
  .embla-arrows .embla__next {
    width: 35px;
    height: 35px;
  }
  .embla-arrows svg {
    width: 100%;
    height: auto;
  }
  .Video__Wrapper .control-buttons {
    column-gap: 0;
  }
  .hero--desktop-transparent .hero__box {
    margin-bottom: 0;
  }
}
 .media-multicolumn--image .media-image-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .media-multicolumn-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  .media-multicolumn .multicolumn-card  {
    display: grid;
    grid-template-columns: 1fr 4fr;
    background: #000000 !important; 
}
  .media-multicolumn .multicolumn-card .multicolumn-card__image-wrapper {
    display: flex;
    align-items: center;
}
  .media-multicolumn .multicolumn-card__image-wrapper img {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    height: auto;
    max-width: 70px;
}
  .media-multicolumn .multicolumn-list__item:first-of-type .multicolumn-card__image-wrapper img {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    height: auto;
    max-width: 90px;
}

@media (max-width: 1240px) {
  :root {
    --page-width: 114rem;
  }
}
@media (max-width: 1100px) {
  .included-list__item.grid__item {
    width: 50%;
  }
  root {
    --page-width: 98rem;
  }
}
@media (max-width: 990px) {
  .highlight-videos.expanded-view.two-columns .video-inner {
    grid-auto-columns: 45%;
}
  .title-wrapper--no-top-margin > .title {
    font-size: 48px;
    line-height: 60px;
  }
  .video__text-wrapper .video-text__heading {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0px;
  }
  .video__text-wrapper .rte p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 20px;
  }
  .included-content h4 {
    font-size: 26px;
    line-height: 26px;
  }
  .multicolumn-list.grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
  }
  section > .testimonials slider-component {
    padding-bottom: 4rem;
  }
  footer .list-social {
    min-width: 180px;
    justify-content: flex-start;
    margin: 5px 0;
  }
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }
  .header > .header__search {
    display: none !important;
  }
  sticky-header .header {
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr 1fr;
  }
  .included-card {
    margin: 0;
  }
  .included__list.grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
.hero__mobile-image { display:none !important;}

#cookiePrompt .wrapper {
  position: fixed;
  bottom: 50px;
  max-width: 600px;
  width: 100%;
  background: #fff;
  right: 30px;
  border-radius: 5px;
  padding: 20px 25px 25px;
  transform: translateX(120%);
  transition: transform 0.43s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); 
  display:none; 
}
#cookiePrompt .wrapper.show {
  transform:none; 
}
#cookiePrompt .wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
#cookiePrompt header h2 {
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    margin: 0;
}
#cookiePrompt .wrapper .data {
  margin-top: 5px;
}
#cookiePrompt .wrapper .data p {
    font-size: 1em;
    line-height: 1.1;
    font-weight: 400;
   margin: 10px 0 20px;
  color: #000; 
}
#cookiePrompt .data p a {
  text-decoration: underline;
}
  #cookiePrompt .data p a {
  text-decoration: none;
}
#cookiePrompt .wrapper .buttons {
  margin-top: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}
.hero__legal-icons {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    max-width: 150px;
    height: auto;
}
.image-with-text__text p { font-size: 1.14em; }
.multicolumn-card__info > a {
    color: #fff;
    text-decoration: none;
    display: flex;
}
.multicolumn-card__info > a h3 {
  font-size: 2.5em; line-height: 1.1; 
}
.multicolumn-card__info > a svg {
    max-width: 25px;
    height: auto;
    margin-left: 10px;
}
.multicolumn .title, h1, h2 {
  font-size: 4em;
  line-height: 1.1; 
  font-weight: normal;
}
.media-multicolumn h2.title {
    font-size: 2.5em;
    padding-bottom: 15px;    
    font-weight: normal !important;
}
.video-section h2.h1 { font-weight: normal; }
h2.h3, h3 {
  font-size: 2.5em;
  line-height: 1.1; 
  font-weight: bold;
}
.is-not-index p, .is-not-index .rich-text__blocks.rte {
  font-size: 18px; 
}
.hero__box > * + .hero__text.subtitle:last-child strong {
text-decoration: line-through;
  font-weight: normal !important;
}
 .hotspot_included .single-dialog__content {
    margin: 5px 0 0 !important;
    padding: 3rem 0;
    max-width: 100%;
}
  .hotspot_included .dialog__content-inner {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    text-align: left;
    align-items: center;
}
.hotspot_included .included-dialogs__nav .inner > div {
    display: flex;
    align-items: center;
    column-gap: 0px;
    padding: 3px 12px;
    cursor: pointer;
    max-width: 144px;
    width: 100%;
    background: #5B5B5B;
    border-radius: 12px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1px;
    color: rgba(222, 222, 222, 1);

}
.hotspot_included .included-dialogs__nav .inner > div.prev-dialog {
  padding-right: 15px;
}
.hotspot_included .included-dialogs__nav .inner > div.next-dialog {
  padding-left: 15px; 
}
.hotspot_included .included-dialogs__nav .inner > div > span em {
    font-style: normal;
    font-family: inherit;
}

  .hotspot_included .included-dialogs__nav .inner {
    column-gap: 20px;
}
 .hotspot_included .embla__progress { margin: 3rem 0; }
 .hotspot_included .close-dialog {
    right: 30px;
    top: 3.2rem;
    height: 40px;
    width: 40px;
    border: 0 !important;
    transform: scale(0.8);
}
  .hotspot_included  .close-dialog svg {
    transition: 1s all;
    max-width: 25px;
}
  .hotspot_included .included-dialogs__nav .next-dialog { text-align: right; justify-content: flex-end; }
  .hotspot_included .included-dialogs__nav .inner > div svg path { fill: currentColor !important; }
  .hotspot_included .included-dialogs__nav .inner > div svg { color: #fff; }
  .hotspot_included .included-dialogs__nav .inner > div svg rect { display:none; }
   .hotspot_included .included-dialogs__nav .inner > div > span {
    font-size: 1em;
    line-height: 1.1;
}
  .hotspot_included .simple-embla .embla__slide img, .hotspot_included .simple-embla video {
    aspect-ratio: 5 / 8 ;
}
  .hotspot_included .simple-embla .embla__slide { position: relative; 
    flex: 0 0 32%;border-radius: 12px;
    overflow: hidden; }
  .hotspot_included .single-dialog__content .metafield-rich_text_field p {
    font-size: 1.24em;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.12;
    max-height: 66px;
    overflow: hidden;
    display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: center;
    max-width: 720px;
    margin: 10px auto 0 !important;
}
.hotspot_included .embla__dots { display: none !important; }
  .hotspot_included .single-dialog__content h2 {
    margin: 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    
    text-transform: capitalize;
}
 .hotspot_included .single-dialog__content h2 em {
    font-family: inherit;
    font-style: normal;
}

@media (max-width: 749px) {
  header .atc-button { display:none; }
  section .collapsible-row-layout .accordion details[open] .accordion__content {
  max-height: 300px; }
  #included-dialogs, #video-modal, .modal {
  transition: 0.5s transform, 0.35s opacity; }
  [loaded="true"] .deferred-media__poster {  }
  .collapsible-content summary .accordion__title { font-size: 18px; line-height: 130%; }
  #included-dialogs {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px); padding: 0 !important;      align-items: flex-end !important; 
}
  .hotspot_included .simple-embla .embla__slide .caption { padding: 8px 20px !important; }
  .hotspot_included .embla__progress { margin: 1.3rem 0 1rem; }

  .hotspot_included .dialog__content-inner {
    padding: 0 20px;
    grid-template-columns: 1fr; }
   .hotspot_included .single-dialog__content  .metafield-rich_text_field { margin-right: -40px; }
      .hotspot_included .single-dialog__content .metafield-rich_text_field p {
        font-size: 1.07em;
        max-height: 75px;
        height: 75px;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        text-align: left !important;
        padding-right: 10px;
        max-width: 90%;
        margin: 10px 0 0 !important;
    }
   .hotspot_included .single-dialog__medias { padding: 0 20px; }
  .hotspot_included .simple-embla .embla__slide {
    position: relative;
    flex: 0 0 90%; 
}
  .hotspot_included .close-dialog {
    right: 20px;
    top: 1.35rem;
}
 .hotspot_included .page-width:nth-of-type(2n) {
        padding: 0 2rem !important;
        max-width: 100% !important;
        margin: 0 !important;
        width: 100% !important;
    }
   .hotspot_included .embla__dots { display:none;}
  .hotspot_included .single-dialog__content {
    margin: 0 !important;
    padding: 1.5rem 2rem 2rem 0;
} 
  .simple-embla .embla__slide .caption h3 { font-size: 24px; }
  .simple-embla .embla__slide .caption p { font-size: 16px; }
  .hotspot_included .single-dialog__content h2 {
   font-size: 28px;
        letter-spacing: 0.1px;
        text-align: left; }
  .included__content-wrapper { padding: 0 2rem; }
  .highlight-videos.expanded-view.two-columns .video-inner {
    grid-auto-columns: 90%;
}
  .media-multicolumn .multicolumn-card__image-wrapper img {
    max-width: 56px;
}
  .multicolumn-rows .media-multicolumn-title { display:none !important; }
  .image-with-text__text p { font-size: 16px; }
 .media-multicolumn .media-multicolumn-row {
    display: flex;
    flex-direction: column-reverse; margin-top: -20px; 
}
 .media-multicolumn .media-multicolumn--image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
 .hero__legal-icons {
    right: 10px;
    bottom: 3.5rem;
    max-width: 120px;
    height: auto; margin-bottom: 2.5px; 
}
     #cookiePrompt .wrapper {
        right: 0;
        left: 0;
        bottom: 0;
        border-radius: 0;
        transform: translateY(100%);
    }
 .hero__media:after { 
    height: 100% !important;
    bottom: 0 !important;
    top: auto !important;
}
  .hero__media { height: 100% !important; }
  .hero.hero__media--full {
        /* height: calc(100vh - 40px) !important;
        margin-top: calc(1* 60px); */
    }
  .hero__desktop-image { display:none !important;}
  .hero__mobile-image { display: block !important; }
  .media-multicolumn .multicolumn-card__info {
    padding: 15px 0 0px;
    margin-bottom: 20px;
  }
  .simple-embla .embla__slide {
    flex: 0 0 100%;
  }
  details[open] {
    max-height: 500px;
    transition: max-height 400ms ease-in-out;
  }
 section .media-multicolumn > .page-width {
    padding-left: 10px;
    padding-right: 10px;
}
  .media-multicolumn .title-wrapper--no-top-margin > .title {
        font-size: 2.13em;
        line-height: 1.1;
        letter-spacing: 0;
        width: auto;
        max-width: 150px;
        margin: auto 0 auto auto;
    }
      .media-multicolumn .multicolumn-card__info .inline-richtext {
        font-size: 1.6em;
    }
  .highlight-videos.expanded-view .video-inner deferred-media {
    --ratio-percent: 70% !important;
  }
  .Video__Wrapper .control-buttons > button {
    max-width: 50px;
  }
  .highlight-videos.expanded-view .video-inner {
    grid-auto-columns: 100%;
  }
      #included-dialogs .included__inner {
        overflow: hidden;
        position: relative;
        padding: 0;
        height: 100%;
        display: flex
;
        flex-direction: column;
        border-radius: 12px 12px 0 0;
    }
  #included-dialogs .dialog-wrapper.page-width {
        padding: 0;
        height: auto;
        top: 0;
        position: relative;
                width: 100%;
    }
  .lock-scroll #shopify-chat { display:none !important; }
  .compact-view .highlight-reel .video-section__media {
    padding-bottom: 90% !important;
  }
  #included-dialogs .embla__container.audio-wrapper {
    padding: 20px 1.5rem 0;
  }
  .simple-embla {
    margin-top: 0;
  }
  .highlight-videos.expanded-view .Video__Wrapper .control-buttons{
    top: 15px;
    bottom: initial !important;
}

  .highlight-videos .embla-arrows .embla__prev,
  .highlight-videos .embla-arrows .embla__next {
    display: none;
  }
  .highlight-videos .embla-arrows .disabled {
    opacity: 0.6;
    pointer-events: none;
  }
  .videos-header-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-header {
    position: relative !important;
  }
  .section-header { position: sticky !important; top: -60px; transition: 0.5s top;  }
  sticky-header {
    transform: none !important;
  }
  .force-mobile-header .section-header  { top:-60px; }
  sticky-header .atc-button {
    display: none !important;
  }
  sticky-header .header {
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr 0px;
  }
  .header__heading,
  .header__heading-link {
    justify-self: center;
  }
  .header__heading-link {
    display: inline-block;
    padding: 5px 0;
  }
  .title-wrapper--no-top-margin > .title {
    font-size: 40px;
    line-height: 54px;
  }
  section .hero__content {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .hero--desktop-transparent .hero__box {
    margin-bottom: 15%;
    margin-bottom: 15vh;
    margin-bottom: 15vh;
    max-width: 400px;
    padding: 4rem 2rem; 
  }
  .hero__content h2.hero__heading {
    font-size: 2.3em;
    line-height: 110%;
  }
  .media-multicolumn--image .media-image-wrapper img { display: block; }
  .hero__box > * + .hero__text.subtitle:last-child { font-size: 0.95em; }
  .hotspot-container .included__content-wrapper h5 { font-size: 1.125em; line-height: 120%;         text-align: left !important; }
  .hotspot-container .included__content-wrapper h2 { font-size: 2em; line-height: 120%;         text-align: left !important;  }
  .hotspot-container { row-gap: 15px; font-size: 14px !important; }
  .hotspot-container .atc-button {
    margin-top: 30px;
    margin-bottom: -15px;
}
  .highlight-videos.compact-view .video-inner {
    display: flex;
  }
  .highlight-videos.compact-view .video-inner .highlight-reel {
    flex: 0 0 90%;
    min-width: 0;
  }
  .compact-view .highlight-reel:not(.active) .video-section__media {
    padding-bottom: calc(var(--ratio-percent) - var(--media-border-width));
  }
  .included-card__image-active {
    display: none !important;
  }
  .included-list__item.grid__item:hover {
    transform: none;
  }
  .included-content {
    right: 40px;
  }
  .included-list__item.grid__item {
    width: 100%;
    max-width: 100%;
  }
  .close-dialog {
    width: 40px;
    height: 40px;
    max-width: 40px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    color: #fff;
    top: 20px;
    right: 20px;
  }
  .included__img {
    padding-bottom: 50%;
  }
  .close-dialog svg {
    max-width: 13px; width: 100%; 
  }
  .single-dialog__content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .single-dialog__content .metafield-rich_text_field p {
    font-size: 14px;
    line-height: 18px;
  }
  .included-dialogs__nav .inner > div {
    column-gap: 10px;
    width: 40%;
  }
  .included-dialogs__nav .inner > div svg {
    max-width: 32px;
  }
  .included-dialogs__nav .inner > div.next-dialog > span { text-align: right; }
  .included-dialogs__nav .inner > div > span {
    font-size: 14px !important;
        letter-spacing: 0.1px;
  }
  
  .hotspot_included .included-dialogs__nav { padding: 0.5rem 1.5rem 2rem;
        bottom: 0px;
        margin: auto 0 0; }
  .simple-embla .audio-wrapper {
    grid-template-columns: 1fr 1fr;
  }
   .hotspot_included .simple-embla .audio-wrapper {
      /*aspect-ratio: 354 / 526;*/
      align-items: center;
      justify-content: center;
              padding: 15.339% 0 !important;
      margin: 0 !important;
    }
  .audio-box .info h5 {
    font-size: 14px;
    padding: 10px;
    line-height: 18px;
  }
  .audio-control {
    width: 100%;
    max-width: 100px;
    height: auto;
    position: relative;
    overflow: hidden;
    width: 40%;
    flex-shrink: 0;
  }
  .audio-btn {
    max-width: 37px;
  }
  .audio-btn svg {
    height: 100%;
  }
  .audio-btn svg circle {
    stroke-width: 1px;
  }

  div.shopify-section .image-with-text .image-with-text__media-item:after {
    background: linear-gradient(360deg, black, transparent 20%);
  }
  footer.footer .grid {
    display: flex;
    flex-direction: column;
  }
  footer .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: flex-start !important;
  }
  footer .footer-block.grid__item {
    order: 1;
    margin: 20px 0 0;
  }
  footer .footer-block.grid__item:nth-child(2) {
    order: 0;
  }
  footer .footer-block.grid__item.footer-block--menu:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-block__details-content {
    margin-bottom: 1.5rem;
  }
  footer .footer__list-social.list-social {
    display: flex;
    justify-content: flex-start;
    margin: -5px;
  }
  .sticky-atc {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s all;
    transform: translateY(100%);
  }
  .sticky-atc .atc-button { min-width: 160px; }
  .show-desktop__header .sticky-atc, .lock-scroll .sticky-atc {
    transform: none;
  }
  .sticky-atc .inner {
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .sticky-atc .info h4 {
    font-size: 18px;
    margin: 0;
    opacity: 0.8;
  }
  .sticky-atc .info h5 {
    font-size: 16px;
    margin: 0;
    opacity: 0.5;
  }
  .embla__progress {
    height: 2px;
    margin-top: -10px;
  }
  .embla-arrows {
    margin-top: 5px;
  }

  .highlight-videos.compact-view .embla-arrows,
  .simple-embla .embla__buttons {
    display: none !important;
  }
  .simple-embla .embla__slide:last-of-type { margin-right: 0 !important; }
   .hotspot_included .simple-embla .embla__slide:last-of-type {margin-right: 0px !important;}
  .compact-view .highlight-reel:not(.active) deferred-media {
    pointer-events: none;
  }
  .video__text-wrapper .video-text__heading { font-size: 20px; line-height: 27px; }
   .video__text-wrapper .rte p {
        font-size: 16px;
        opacity: 0.8;
        line-height: 21px;
    }
    .included-content h4 { font-size:24px; line-height: 1; }
    .included-content__inner { font-size: 14px; line-height: 1; }
    .included-content {
        max-width: 150px;
    }
    details { max-height: 100%; }
.accordion details summary {
        min-height: 58px;
        height: 100%;
        padding: 1.5rem !important;
        display: flex;
        align-items: center;
    }
  h2.image-with-text__heading.h1 {
        font-size: 3.5em;
        line-height: 1;
    }
  .image-with-text__text p { font-size: 16px !important; color:rgba(255,255,255,1) !important; }

      #included-dialogs .embla__container.audio-wrapper {
        padding: 0px 2rem 0;
        column-gap: 10px;
        row-gap: 10px;
    }
  .simple-embla .embla__slide img, .simple-embla video {
    aspect-ratio: 7.58 / 5;
  }
  .embla__dots { margin-top: 0; }
  .simple-embla .video-section__media.deferred-media {
    --ratio-percent: 65.8% !important; }
.included-dialog__item[data-index="5"] img { object-fit: contain; }
.compact-tabs-overview ul {
  list-style: none;
  display: flex;
}
.compact-tabs-overview ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.compact-tabs-overview ul li {
  width: 100%;
  text-align: left; font-size: 18px; 
}
.compact-tabs-overview ul li.active {
  color: #fff;
}
    .multicolumn .title, h2.h1, h1, h2 {
  font-size: 40px;
  line-height: 1.1; 
  font-weight: bold;
}
h2.h3, h3 {
  font-size: 32px;
  line-height: 1.1; 
  font-weight: bold;
}
.is-not-index p, .is-not-index .rich-text__blocks.rte {
  font-size: 16px; 
}
  .gallery-wrapper .simple-embla .embla__slide {
    flex: 0 0 100%;
    padding: 0 !important;
    margin: 0 !important; }
}
.contact-row .content-wrapper > img {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px; 
}
@media (min-width: 750px) {
  .contact-row {
    display: flex;
    column-gap: 40px;
    align-items: center;
  }
  .hotspot_included .included-dialogs__nav .inner > div { max-width: 225px !important; }
.hotspot-container .included__content-wrapper {
    width: 100%; 
}
  
       .hotspot-container .included__content-wrapper .included-title {
        display: flex;
        flex-direction: column;
        column-gap: 40px;
        align-items: center;
        max-width: 980px;
        margin: 0 auto;
        text-align: center;
    }
  .contact-row .content-wrapper {
    width: 40%; 
  }
  .contact-row > form {
    width: 60%; 
  }
  .embla__dots {
    height: 0;
  }
    .hero--desktop-transparent .hero__box {
        padding: 2rem 0 !important;
    }
   body .shopify-pc__banner__dialog {
    margin: 20px !important; 
    border-radius: 5px;
}
  .highlight-videos .embla-arrows > div svg,
  .Video__Wrapper .control-buttons > button,
  .included-dialogs__nav .inner > div { transition: transform 0.3s opacity 0.4s; }
  .header__icon:hover, .header__icon--cart .icon:hover { opacity: 0.7; }
  .highlight-videos .embla-arrows > div:hover svg,
  .Video__Wrapper .control-buttons > button:hover
  {opacity: 0.8; transform: scale(1.06); }
  .included-dialogs__nav .inner > div:hover {
    opacity: 0.7;
  }
  .simple-embla.prev-allowed::before,
  .simple-embla.next-allowed::after {
    content: "";
    position: absolute;
    width: 10rem;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 20%, transparent);
    top: 0;
    bottom: 52px;
    right: -5rem;
  }
  .simple-embla.prev-allowed::before {
    left: -5rem;
    transform: rotate(180deg);
  }
  #included-dialogs > .page-width {
    margin: auto auto;
    max-width: 100%; position: relative; width: 100%; 
  }
  .included__list.grid {
    padding: 0 5rem;
  }
  .compact-tabs-overview {
    display: none;
  }
  .embla__progress {
    order: 3;
  }
  .highlight-videos.compact-view .embla__progress {
    display: none;
  }

}
@media (min-width: 1200px) {

    #included-dialogs > .page-width {
        max-width: 1280px !important;
    }
}
  .hotspot_included .single-dialog__content { justify-content: flex-start !important;}
  .hotspot_included .single-dialog__content .metafield-rich_text_field p { margin-top: 10px !important;  }


.highlight-videos.expanded-view.two-columns > .isolate {
    display: flex;
    flex-direction: column;
}
.highlight-videos.expanded-view.two-columns .embla__progress {
    order: 3;
}
.highlight-videos.expanded-view.two-columns .embla__number  {
    display: none;
  }
.expanded-view .highlight-reel:not(.active) deferred-media {
  pointer-events: none;
}
cart-drawer .button {
  padding: 7px 30px;
  display: inline-flex;
  width: auto;
  margin: 0;
}
.testimonial-list .multicolumn-card {
  height: 100%;
}
body.lock-scroll {
  overflow: hidden !important; 
  height: 100%; height: 100vh; 
}
.rte ul, .rte ol {     list-style-position: outside; }
.shopify-policy__container {
    max-width: 100% !important; 
  padding: 0 !important;
}
.shopify-policy__container h1 { text-align: left !important; }
@media screen and (min-width: 990px) {
.is-not-index .rich-text__blocks { max-width: 90rem; }
  
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .media-multicolumn .page-width {
    padding-right: 5rem !important;
  padding-left: 5rem !important;}
    .media-multicolumn .multicolumn-list:not(.slider) {
        padding-left: 0;
        padding-right: 0;
    }
  
}
.contact-form a { color: #fff; }
.included-dialog__item[data-index="5"] img { object-fit: contain; background:rgba(255,255,255,0.05); }
.announcement-bar-section .utility-bar { background-color: rgba(var(--color-button), var(--alpha-button-background));
}
em {
    font-family: Times New Roman, Times, serif;
}
.hotspot_included .simple-embla .embla__slide::after {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    background: linear-gradient(to bottom, transparent, black);
    bottom: 0;
}

product-info media-gallery .deferred-media__poster-button, 
product-info media-gallery .thumbnail__badge
{ display:none; }

product-modal .deferred-media__poster-button, .product__modal-opener--video span.product__media-icon  {
    display: flex;
    width: 25px;
    height: 25px;
}
product-modal .deferred-media__poster-button svg *,
.product__modal-opener--video span.product__media-icon svg * { display:none; }
product-modal .deferred-media__poster-button svg path,
.product__modal-opener--video span.product__media-icon svg path { display: block; }
product-modal [loaded] .deferred-media__poster-button { display:none; }
.gallery-wrapper .embla__slide .caption { position: relative;      padding: 0; }
.collapsible-content summary:hover { background: none !important; }
.collapsible-row-layout .accordion:last-of-type { margin-bottom: 0 !important; }
 
.icon-text-row {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.1px; line-height: 150%; 
    font-weight: bold;
    color: rgba(222, 222, 222, 1); 
     overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.icon-text-row::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
  .icon-text-block {
    display: flex;
    align-items: center;
    gap: 8px;
  }
 .section__text-icons {
    overflow: hidden;
} 
  .icon-img {
    width: 27px;
    height: 24px;
    object-fit: contain;
  }
  .website-header-wrapper { position: relative; }
@media (min-width: 750px) {
   .icon-text-row {
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
}
.website-header-wrapper {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 99; }
}
@media (max-width: 749px) {
  .hero__content .hero__box .button { max-width: 100%; }
   
  .testimonial-inner { padding: 8px 16px; }
  footer .footer__content-bottom {
    padding: 0 0 0rem;
    margin-top: -4rem; }
   footer .footer {
    margin-top: -25px;
}
    footer .footer-block.grid__item {
        margin: 0 !important;
    }
        footer.footer .grid {
        row-gap: 0 !important;
    }
    .footer-block__image-wrapper {
       margin-bottom: 0.7rem; }

   .icon-text-row {
       padding-left: calc(2rem / var(--font-body-scale)) !important;
      padding-right: calc(2rem / var(--font-body-scale)) !important;
   }
   .buybox-section .icon-text-row { padding: 0 !important; }
   section .collapsible-content__heading p {
    margin: 0 0 -5px;
    text-align: left; }

   .working-section > .page-width, .testimonials-title.page-width {
    padding: 0 2rem;}

   .working-section  {
    margin-top: -60px;
}
   .testimonial_rows  { margin-top: 30px; }

   section h2.collapsible-content__heading {
    margin-bottom: 5px;
    font-size: 28px;
}
.collapsible-row-layout .accordion {         margin-bottom: 0.9rem !important; }
}

.color-scheme-4.gradient {     border: 1px solid rgba(43, 43, 43, 1) !important; }
@media (max-width: 767px) { 
  .contact-row .content-wrapper > img { max-width: 0; } 
  .contact__button button { max-width: 100%; }
}
@media (min-width: 768px) {
.is-not-index main {
    padding-top: 80px; }
}