@charset "UTF-8";

/* Bauer brand fonts — Adobe Fonts (Typekit) kit used on bauer.com.
   Families: din-2014 (400/700 + italics), din-2014-narrow (400/700). */

@import url("https://use.typekit.net/yvp1ujc.css");

/* CSS Reset */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Smooth anchor scrolling, disabled for users who ask for less motion */

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 20px;
}

* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

html :where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

body {
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  background: linear-gradient(133deg, #fef6ec 17.83%, rgba(254, 246, 236, 0) 39.61%), linear-gradient(191deg, #e3edf7 5.07%, rgba(227, 237, 247, 0) 57.93%), #fff;
}

img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

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

/* Reusable */

.vo-container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 30px;
}

.vo-video-banner {
  --vo-fuse-teal: #00b2ba;
  position: relative;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.vo-video-banner__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.vo-video-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.88;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.27%, rgba(0, 0, 0, 0.67) 55.46%);
  pointer-events: none;
}

.vo-video-banner__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 624px;
  padding: 84px 30px 147px;
  text-align: center;
}

.vo-video-banner__logo {
  width: 100%;
  max-width: 299px;
  height: auto;
}

.vo-video-banner__title {
  margin-top: 73px;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--vo-fuse-teal);
}

.vo-video-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 781px;
  margin-top: 75px;
}

.vo-video-banner__text {
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
}

.vo-video-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
}

.vo-video-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 221px;
  padding: 10px 15px 10px 30px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.vo-video-banner__btn--dark {
  background: #000;
  border-color: #fff;
  color: #fff;
}

.vo-video-banner__btn--dark:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}

.vo-video-banner__btn--light {
  background: #fff;
  border-color: #000;
  color: #000;
}

.vo-video-banner__btn--light:hover {
  background: #000;
  border-color: #fff;
  color: #fff;
}

.vo-video-banner__btn-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.vo-video-banner__btn-icon--down {
  transform: rotate(180deg);
}

.vo-video-banner__btn-icon--right {
  transform: rotate(90deg);
}

.vo-hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 10px 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #000 0%, #00e5e3 100%), #211e1a;
}

.vo-hero-banner__title {
  position: relative;
  z-index: 2;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.vo-hero-banner__word {
  white-space: nowrap;
}

.vo-hero-banner--flipped {
  background: linear-gradient(0deg, #000 0%, #00e5e3 100%), #211e1a;
}

.vo-hero-banner--flipped .vo-hero-banner__title {
  line-height: 1;
  letter-spacing: normal;
}

.vo-features {
  padding: 72px 0 6px;
  background: #fff;
}

.vo-features__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.vo-features__title {
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.vo-features__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23.35px;
  width: 100%;
}

.vo-features__item {
  min-width: 0;
}

.vo-features__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 318.488/565.993;
  overflow: hidden;
  background: #000;
}

.vo-features__card:hover .vo-features__play,
.vo-features__card:focus-visible .vo-features__play {
  background: rgba(0, 0, 0, 0.75);
  transform: scale(1.08);
}

.vo-features__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.vo-features__play {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.vo-features__play svg {
  width: 20px;
  height: 20px;
}

.vo-features__caption {
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #000;
}

.vo-features__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.vo-features__modal[hidden] {
  display: none;
}

.vo-features__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.vo-features__dialog {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.vo-features__player {
  width: 100%;
  max-height: calc(100vh - 60px);
  aspect-ratio: 318.488/565.993;
  background: #000;
  -o-object-fit: contain;
     object-fit: contain;
}

.vo-features__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: background-color 0.25s ease;
}

.vo-features__close:hover,
.vo-features__close:focus-visible {
  background: rgba(0, 0, 0, 0.8);
}

.vo-features__close svg {
  width: 22px;
  height: 22px;
}

.vo-pros-slider {
  overflow: hidden;
  background: linear-gradient(180deg, #00cdd1 0%, #000 8.954%);
}

.vo-pros-slider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.vo-pros-slider__track--looped {
  animation: vo-pros-slider-scroll 40s linear infinite;
}

.vo-pros-slider:hover .vo-pros-slider__track--looped {
  animation-play-state: paused;
}

.vo-pros-slider__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 480px;
  aspect-ratio: 480/789;
  padding: 26px 0;
  overflow: hidden;
  background: #211e1a;
}

.vo-pros-slider__img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vo-pros-slider__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, #211e1a 0%, rgba(33, 30, 26, 0) 15%);
  pointer-events: none;
}

.vo-pros-slider__name {
  position: relative;
  z-index: 3;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@keyframes vo-pros-slider-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.vo-customize {
  padding-bottom: 40px;
  background: #fff;
}

.vo-customize__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 40px 30px 10px;
  background: #00b2ba;
}

.vo-customize__title {
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.vo-customize__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.vo-customize__media {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 10px;
}

.vo-customize__product {
  width: 260px;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vo-customize__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 342px;
}

.vo-customize__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 50px;
  border: 1px solid #000;
  border-radius: 100px;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #000;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.vo-customize__btn:hover,
.vo-customize__btn:focus-visible {
  background: #000;
  color: #fff;
}

.vo-customize__btn:hover .vo-customize__btn-icon,
.vo-customize__btn:focus-visible .vo-customize__btn-icon {
  filter: none;
}

.vo-customize__btn-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
  transition: filter 0.25s ease;
}

.vo-customize__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.vo-customize__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
}

.vo-customize__chip {
  width: 24px;
  height: 24px;
  border: 1px solid #808080;
  border-radius: 50%;
  background: var(--vo-chip-color, #000);
}

.vo-customize__chips-plus {
  margin: 0 2px;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.vo-customize__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 322px;
  max-width: 100%;
  text-align: center;
  color: #000;
}

.vo-customize__subtitle {
  width: 100%;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.vo-customize__copy {
  width: 100%;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.vo-customize__copy-lead {
  font-weight: 700;
}

.vo-find-stick {
  padding: 64px 0 70px;
  background: #fff;
}

.vo-find-stick__title {
  margin-bottom: 30px;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.vo-find-stick__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 40px;
  width: 100%;
}

.vo-find-stick__item {
  min-width: 0;
}

.vo-find-stick__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.vo-find-stick__link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

.vo-find-stick__link:hover .vo-find-stick__img,
.vo-find-stick__link:focus-visible .vo-find-stick__img {
  transform: scale(1.04);
}

.vo-find-stick__link:hover .vo-find-stick__name,
.vo-find-stick__link:focus-visible .vo-find-stick__name {
  text-decoration: underline;
}

.vo-find-stick__media {
  width: 100%;
  overflow: hidden;
}

.vo-find-stick__img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/250;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.4s ease;
}

.vo-find-stick__name {
  width: 100%;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #000;
}

.vo-find-stick__copy {
  width: 100%;
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000;
}

.vo-overdrive {
  padding-bottom: 40px;
  background: #fff;
}

.vo-overdrive__head {
  padding: 72px 0 6px;
}

.vo-overdrive__title {
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.vo-overdrive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 100px 100px;
  padding: 84px 0 100px;
}

.vo-overdrive__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}

.vo-overdrive__media {
  width: 100%;
  padding-bottom: 20px;
}

.vo-overdrive__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vo-overdrive__eyebrow {
  margin-bottom: 10px;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.vo-overdrive__name {
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #000;
}

.vo-overdrive__copy {
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000;
}

.vo-overdrive__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 auto;
  width: 237px;
  height: 68px;
  padding: 9px 13.5px 9px 27px;
  border: 1px solid #000;
  border-radius: 36px;
  background: #000;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 32.45px;
  font-weight: 400;
  line-height: 16.223px;
  letter-spacing: 1.6225px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.vo-overdrive__btn:hover,
.vo-overdrive__btn:focus-visible {
  background: #fff;
  color: #000;
}

.vo-overdrive__btn-icon {
  flex-shrink: 0;
  width: 14.41px;
  height: 14.41px;
  transform: rotate(90deg);
}

.vo-product {
  padding: 40px 0;
  background: #fff;
}

.vo-product__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 42px;
}

.vo-product__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex: 1 1 0;
  min-width: 0;
}

.vo-product__figure {
  border: 2px solid #fff;
  background: #f7f7f7;
}

.vo-product__figure--lead {
  grid-column: span 2;
}

.vo-product__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vo-product__panel {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 37px;
  flex: 1 1 0;
  min-width: 0;
  padding: 30px;
  background: #f7f7f7;
}

.vo-product__head {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.vo-product__brand {
  width: 79px;
  height: auto;
  margin-bottom: 3px;
}

.vo-product__title {
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #000;
}

.vo-product__price {
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #000;
}

.vo-product__desc {
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.8px;
  color: #000;
}

.vo-product__desc p {
  margin: 0;
}

.vo-product__desc p + p {
  margin-top: 10px;
}

.vo-product__form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.vo-product__groups {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.vo-product__group {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.vo-product__group-head {
  display: flex;
  align-items: center;
  gap: 5px;
}

.vo-product__label {
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #000;
}

.vo-product__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5px;
}

.vo-product__chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid transparent;
  background: #fff;
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: center;
  color: #000;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}

.vo-product__chip:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.vo-product__chip--selected {
  border-color: #000;
}

.vo-product__chip--unavailable {
  opacity: 0.4;
}

.vo-product__chip:focus-visible {
  outline: 2px solid #00cdd1;
  outline-offset: 2px;
}

.vo-product__chip-value {
  width: 100%;
  font-size: 16px;
}

.vo-product__chip-note {
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.55px;
  color: #454545;
}

.vo-product__chip-price {
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.65px;
}

.vo-product__chips--age .vo-product__chip {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 8px;
}

.vo-product__chips--hand .vo-product__chip {
  width: 130px;
  height: 64px;
}

.vo-product__chips--flex .vo-product__chip {
  width: 74px;
  padding: 12px 8px;
}

.vo-product__chips--curve .vo-product__chip {
  min-width: 74px;
  height: 64px;
  padding: 12px 20px;
}

.vo-product__cart {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.vo-product__qty {
  display: flex;
  align-items: center;
}

.vo-product__qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 10px 14px;
  border: 0.5px solid rgba(69, 69, 69, 0.5);
  background: #fff;
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #000;
}

.vo-product__qty-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.vo-product__qty-value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 64px;
  padding: 10px 15px;
  border: 0.5px solid rgba(69, 69, 69, 0.5);
  border-left: 0;
  border-right: 0;
  background: #fff;
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
}

.vo-product__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 10px 30px;
  border: 1px solid #000;
  border-radius: 100px;
  background: #000;
  font-family: "din-2014-narrow", Impact, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.vo-product__submit:hover,
.vo-product__submit:focus-visible {
  background: #fff;
  color: #000;
}

.vo-product__submit[aria-disabled=true] {
  opacity: 0.45;
  pointer-events: none;
}

.vo-product__retailer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #00cdd1;
}

.vo-product__retailer:hover {
  text-decoration: underline;
}

.vo-product__retailer-icon {
  width: 10px;
  height: 13px;
}

.vo-product__status {
  padding: 20px 0;
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #454545;
}

.vo-product__status a {
  color: #00cdd1;
  text-decoration: underline;
}

.vo-product--loading .vo-product__inner,
.vo-product--error .vo-product__inner {
  display: none;
}

.vo-product:not(.vo-product--loading):not(.vo-product--error) .vo-product__status {
  display: none;
}

.vo-product__figure {
  display: block;
  width: 100%;
  padding: 0;
  cursor: zoom-in;
}

.vo-product__figure:focus-visible {
  outline: 2px solid #00cdd1;
  outline-offset: -2px;
}

.vo-product__lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.vo-product__lightbox[hidden] {
  display: none;
}

.vo-product__lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.vo-product__lightbox-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: min(900px, 100%);
}

.vo-product__lightbox-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 140px);
  background: #f7f7f7;
  -o-object-fit: contain;
     object-fit: contain;
}

.vo-product__lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: background-color 0.25s ease;
}

.vo-product__lightbox-close:hover,
.vo-product__lightbox-close:focus-visible {
  background: rgba(0, 0, 0, 0.8);
}

.vo-product__lightbox-close svg {
  width: 22px;
  height: 22px;
}

.vo-product__lightbox-bar {
  display: flex;
  align-items: center;
  gap: 20px;
}

.vo-product__lightbox-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.25s ease;
}

.vo-product__lightbox-step:hover,
.vo-product__lightbox-step:focus-visible {
  background: rgba(255, 255, 255, 0.15);
}

.vo-product__lightbox-step svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}

.vo-product__lightbox-step--next svg {
  transform: rotate(90deg);
}

.vo-product__lightbox-count {
  font-family: "din-2014", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #fff;
}

@media (max-width: 1199px) {
  .vo-overdrive__list {
    gap: 60px;
    padding: 60px 0 70px;
  }
}

@media (max-width: 991px) {
  .vo-video-banner__inner {
    min-height: 540px;
    padding: 60px 30px 90px;
  }

  .vo-video-banner__title {
    margin-top: 55px;
    font-size: 48px;
  }

  .vo-video-banner__content {
    margin-top: 55px;
  }

  .vo-hero-banner__title {
    font-size: 48px;
  }

  .vo-features__title {
    font-size: 56px;
  }

  .vo-features__caption {
    font-size: 24px;
  }

  .vo-pros-slider__slide {
    width: 360px;
    padding: 20px 0;
  }

  .vo-pros-slider__name {
    font-size: 38px;
  }

  .vo-customize__title {
    font-size: 48px;
  }

  .vo-find-stick__title {
    font-size: 56px;
  }

  .vo-find-stick__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .vo-overdrive__title {
    font-size: 56px;
  }

  .vo-overdrive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 45px 0 55px;
  }
}

@media (max-width: 768px) {
  .vo-container {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .vo-video-banner__inner {
    min-height: 480px;
    padding: 45px 20px 60px;
  }

  .vo-video-banner__logo {
    max-width: 220px;
  }

  .vo-video-banner__title {
    margin-top: 40px;
    font-size: 34px;
    letter-spacing: 1px;
  }

  .vo-video-banner__content {
    gap: 20px;
    margin-top: 35px;
  }

  .vo-video-banner__text {
    font-size: 16px;
    line-height: 20px;
  }

  .vo-hero-banner {
    min-height: 150px;
    padding: 10px 20px;
  }

  .vo-hero-banner__title {
    font-size: 34px;
    letter-spacing: 1px;
  }

  .vo-features {
    padding: 45px 0 6px;
  }

  .vo-features__title {
    font-size: 40px;
  }

  .vo-features__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .vo-features__play {
    right: 8px;
    bottom: 8px;
    width: 36px;
    height: 36px;
  }

  .vo-features__play svg {
    width: 16px;
    height: 16px;
  }

  .vo-features__caption {
    font-size: 18px;
  }

  .vo-features__modal {
    padding: 15px;
  }

  .vo-features__player {
    max-height: calc(100vh - 30px);
  }

  .vo-pros-slider__slide {
    width: 280px;
    padding: 16px 0;
  }

  .vo-pros-slider__name {
    font-size: 30px;
  }

  .vo-customize__head {
    padding: 30px 20px 10px;
  }

  .vo-customize__title {
    font-size: 34px;
    letter-spacing: 1px;
  }

  .vo-customize__body {
    flex-direction: column;
    gap: 20px;
  }

  .vo-customize__product {
    width: 208px;
    height: 260px;
  }

  .vo-customize__subtitle {
    font-size: 26px;
    line-height: 1.1;
  }

  .vo-customize__copy {
    font-size: 18px;
    line-height: 1.2;
  }

  .vo-find-stick {
    padding: 45px 0 50px;
  }

  .vo-find-stick__title {
    margin-bottom: 24px;
    font-size: 40px;
  }

  .vo-find-stick__link {
    gap: 16px;
  }

  .vo-find-stick__name {
    font-size: 24px;
    line-height: 1.1;
  }

  .vo-find-stick__copy {
    font-size: 14px;
    line-height: 18px;
  }

  .vo-overdrive__head {
    padding: 45px 0 6px;
  }

  .vo-overdrive__title {
    font-size: 40px;
  }

  .vo-overdrive__list {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 35px 0 45px;
  }

  .vo-overdrive__item {
    gap: 16px;
  }

  .vo-overdrive__name {
    font-size: 26px;
  }

  .vo-overdrive__btn {
    width: 200px;
    height: 56px;
    padding: 9px 12px 9px 22px;
    font-size: 26px;
    letter-spacing: 1.3px;
  }

  .vo-overdrive__btn-icon {
    width: 13px;
    height: 13px;
  }

  .vo-product__inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .vo-product__gallery {
    width: 100%;
  }

  .vo-product__panel {
    position: static;
    gap: 24px;
    width: 100%;
    max-width: 398px;
  }
}

@media (max-width: 480px) {
  .vo-video-banner__actions {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .vo-video-banner__btn {
    width: 100%;
    max-width: 260px;
  }
}

@media (max-width: 374px) {
  .vo-video-banner__inner {
    padding: 40px 15px 50px;
  }

  .vo-video-banner__logo {
    max-width: 180px;
  }

  .vo-video-banner__title {
    font-size: 28px;
  }

  .vo-hero-banner {
    min-height: 130px;
    padding: 10px 15px;
  }

  .vo-hero-banner__title {
    font-size: 28px;
  }

  .vo-features {
    padding: 40px 0 6px;
  }

  .vo-features__title {
    font-size: 32px;
  }

  .vo-customize__title {
    font-size: 28px;
  }

  .vo-customize__content {
    width: 100%;
  }

  .vo-customize__btn {
    padding: 10px 30px;
  }

  .vo-customize__chips {
    gap: 8px;
  }

  .vo-customize__chip {
    width: 20px;
    height: 20px;
  }

  .vo-find-stick {
    padding: 40px 0 45px;
  }

  .vo-find-stick__title {
    font-size: 32px;
  }

  .vo-find-stick__list {
    gap: 20px;
  }

  .vo-overdrive__title {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .vo-pros-slider__track--looped {
    animation: none;
  }
}
/*# sourceMappingURL=style.css.map */
