
:root {
  --color-lightgray: #eee;
  --color-red: #CE0000;
}

h1 {
  margin-bottom: 0.5rem;
  color: #000;

  text-align: left;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 114.286% */
}

h1 > span.subtitle {
  display: block;
  color: #5B5B5B;

  text-transform: uppercase;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 222.222% */
}

h2 {
  margin-bottom: 0.5rem;
  color: #000;

  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 120% */
}

h2 > span.title {
  display: block;
  color: #5B5B5B;

  text-transform: uppercase;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 222.222% */
}

p {
  color: #000;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

h1 > span.series-name {
  color: #5B5B5B;
  font-family: futura-pt,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
}

h1 > span.product-title {
  color: #000;
  font-family: futura-pt,Helvetica,Arial,sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

p.product-intro {
  color: #000;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  hyphens: none;
}

img.forty-series-logo-black {
  max-width: 238px;
  margin-bottom: 1rem;
}

h2 > span.headline1 {
  color: #000;
  font-family: futura-pt,Helvetica,Arial,sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  hyphens: none;
}

h2 > span.headline2 {
  color: #000;
  font-family: futura-pt,Helvetica,Arial,sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  hyphens: none;
}

h2 > span.headline2-white {
  color: #FFF;
  font-family: futura-pt,Helvetica,Arial,sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  hyphens: none;
}

h2 > span.headline3-white {
  color: #FFF;
  font-family: futura-pt,Helvetica,Arial,sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 40px;
  hyphens: none;
}

p.main-body-18px {
  color: #000;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  hyphens: none;
}

p.main-body-18px-white {
  color: #FFF;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  hyphens: none;
}

p.main-body-14px {
  color: #000;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  hyphens: none;
}

p.main-body-14px-white {
  color: #FFF;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  hyphens: none;
}

.black-bkg {
  background-color: #000;
}

.app-icon {

}

.app-icon img {
  max-width: 128px;
  margin-bottom: 1.0rem;
}

section.product-subnav img.forty-series-logo {
  max-width: 90px;
}

.productinfo-wrapper {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}


section.productinfo {
  scroll-margin-top: 100px;

}

section.shaded {
  background-color: #eee;
}

section.productinfo .row {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

section.product-subnav {
  position: sticky;
  top: 60px;
  z-index: 2;
  background-color: #000;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.product-subnav:hover {
  z-index: 101;
}

section.product-subnav nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.769px; /* 219.78% */

}

section.product-subnav nav ul li {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
}

section.product-subnav nav a {
  display: inline-block;
  line-height: 3.0rem;
  color: #FFF;
}

section.product-subnav nav a.active,
section.product-subnav nav a:hover {
  color: #F6D7A1;
}

a.button-outline {
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  border: 2px solid #000;
  border-radius: 50vh;
  padding: 7px 20px 6px;
  text-align: center;
  text-transform: uppercase;
  font-family: Inter,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  color: #000;
}

a.button-arrow {
  padding-right: 30px;
  background-image: url(/assets/images/global/arrow_right.svg);
  background-size: 16px auto;
  background-position: right 8px top 6px;
  background-repeat: no-repeat;
}

section.section-dark a.button-outline {
  color: #fff;
  border-color: #fff;
}

section.section-dark a.button-arrow  {
  background-image: url(/assets/images/global/arrow_right_white.svg);
}

.video-container, .video-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.text-box {
  padding: 1rem 0;
}

section.forty-sixty-custom1 {
  display: flex;
  align-items: center;
  background-image: url(/assets/images/pdp/forty-sixty/M-Audio-Forty-Sixty-Lifestyle-1.png);
  aspect-ratio: 2872 / 1358;
}

section.forty-eighty-custom1 {
  display: flex;
  align-items: center;
  background-image: url(/assets/images/pdp/forty-eighty/M-Audio-Forty-Eighty-Lifestyle-1.png);
  aspect-ratio: 2872 / 1358;
}

section.custom1 * {
}

section.custom1 .text-box {
  /* background-color: #fff; */
  padding: 2rem 2rem 1rem;
}

.r10 {
  border-radius: 10px;
}





#forty-sixty-custom1-mobile {
  display: flex;
  align-items: center;
  /*
  height: 628px;
  margin-left: -130%;
  */
  width: 100%;
  background-image: url(/assets/images/pdp/forty-sixty/M-Audio-Forty-Sixty-Lifestyle-1-mobile.png);
  aspect-ratio: 430 / 628;
}

#forty-eighty-custom1-mobile {
  display: flex;
  align-items: center;
/*
  height: 628px;
  margin-left: -130%;
  aspect-ratio: 2872 / 1358;
*/
}





section.productinfo {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.forty-sixty-custom2 {
  display: flex;
  align-items: center;
  background-image: url(/assets/images/pdp/forty-sixty/M-Audio-Forty-Sixty-Lifestyle-4.png);
  aspect-ratio: 2872 / 1358;
}

section.forty-eighty-custom2 {
  display: flex;
  align-items: center;
  background-image: url(/assets/images/pdp/forty-eighty/M-Audio-Forty-Eighty-Lifestyle-4.png);
  aspect-ratio: 2872 / 1358;
}

section.custom2 * {
  color: #fff;
}

.bluetooth-icon {
  width: 119px;
  height: 37px;
  line-height: 14px;
  display: inline-block;
  white-space: nowrap;
  border: 2px solid #fff;
  border-radius: 50vh;
/*  padding: 7px 20px 6px;*/
  text-align: center;
  background-image: url(/assets/images/global/button_bluetooth-black.png);
  background-size: 120px auto;
  background-position: -2px -9px;
  background-repeat: no-repeat;
}

.black-area {
  background-color: #000;
}

.white-text {
  color: #fff;
}

.app-buttons {

}

.app-buttons img {
  max-width: 160px;
}

section.forty-sixty-custom3 {
  display: flex;
  align-items: center;
  background-image: url(/assets/images/pdp/forty-sixty/M-Audio-Forty-Sixty-Lifestyle-7.png);
  aspect-ratio: 2872 / 1358;
}

section.forty-eighty-custom3 {
  display: flex;
  align-items: center;
  background-image: url(/assets/images/pdp/forty-eighty/M-Audio-Forty-Eighty-Lifestyle-7.png);
  aspect-ratio: 2872 / 1358;
}

section.custom3 * {
  color: #fff;
}

img.forty-series-logo {
  max-width: 150px;
  margin-bottom: 1rem;
}
.carousel-swiper {
  margin-top: 2rem;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 1.0rem;
  font-weight: 900;
  color: #000;
}

.swiper-button-prev {
  left: -30px;
}

.swiper-button-next {
  right: -30px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #000;
}

.swiper-pagination-bullet-active {
  border-color: var(--color-red);
  background: var(--color-red);
}

.ac {
  border-bottom: 1px solid #000;
}

p.ac-header {
  margin: 0;
  color: #000;

  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
}

p.ac-text {
  margin: 0;
  padding: 0 0 1rem;
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.ac button {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  text-align: left;
/*  background-image: url(/assets/images/global/arrow-dn.svg);
  background-position: center right;
  background-size: 20px auto;
  background-repeat: no-repeat;
*/}

.ac button:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(/assets/images/global/arrow-dn.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ac.is-active button:after {
  transform: translateY(-50%) rotate(180deg);
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
.ac .ac-trigger {
  position: relative;
}

#workhorse-container {

}

img.mobile-monitor {
  /* height: 425px; */
  width: auto;
  display: flex;
  align-items: center;
}






/* viewport specific items */


@media screen and (min-width: 768px ) {
  .row.align-items-center {
    display: flex;
    align-items: center;
  }

  section.product-subnav img.forty-series-logo {
    max-width: 150px;
    margin-bottom:0!important;
  }

  #mobile-monitor {
    display: none;
  }

  #mobile-hustle {
    display: none;
  }

  #mobile-sixtyls3 {
    display: none;
  }

  #mobile-sixtyls6 {
    display: none;
  }

  #mobile-eightyls3 {
    display: none;
  }

  #mobile-eightyls6 {
    display: none;
  }

  #mobile-appimg {
    display: none;
  }

  #mobile-eightyls7 {
    display: none;
  }

  #youtube-vid {
    display: none;
  }
}



@media screen and (min-width: 1024px ) {

  .off-canvas-wrapper,
  .off-canvas-wrapper-inner {
    position: initial!important;
    overflow: initial!important;
  }

  section.product-hero {
    margin-top: 79px;
  }

  #mobile-monitor {
    display: none;
  }

  #mobile-hustle {
    display: none;
  }

  #mobile-sixtyls3 {
    display: none;
  }

  #mobile-sixtyls6 {
    display: none;
  }

  #mobile-eightyls3 {
    display: none;
  }

  #mobile-eightyls6 {
    display: none;
  }

  #mobile-appimg {
    display: none;
  }

  #mobile-eightyls7 {
    display: none;
  }

  #youtube-vid {
    display: none;
  }
}



@media screen and (max-width: 767px ) {

  h2 > span.headline3-white {
    color: #FFF;
    font-family: futura-pt,Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
    hyphens: none;
  }

  section.productinfo .row {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  section.product-subnav {
    position: sticky;
    top: 60px;
    z-index: 2;
    background-color: #000;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.product-subnav img.forty-series-logo {
    max-width: 200px;
    max-height: 48px;
    margin-top: 1.0rem;
  }

  section.product-subnav nav ul {
    font-size: 12px;
  }

  section.product-subnav nav ul li {
    margin: 0 0.25rem;
  }

  section.product-subnav nav a {
    line-height: 2.0rem;
  }

  section.forty-sixty-custom1-mb {
    display: flex;
    align-items: center;
    background-image: url(/assets/images/pdp/forty-sixty/M-Audio-Forty-Sixty-Lifestyle-1-mobile.png);
    aspect-ratio: 430 / 628;
  }
  

  section.forty-sixty-custom1 {
    display: flex;
    align-items: center;
    background-image: url(/assets/images/pdp/forty-sixty/M-Audio-Forty-Sixty-Lifestyle-1-mobile.png);
    aspect-ratio: 430 / 628;
  }
  
    section.forty-sixty-custom2 {
    display: flex;
    align-items: center;
    background-image: url(/assets/images/pdp/forty-sixty/M-Audio-Forty-Sixty-Lifestyle-4-mobile.png);
    aspect-ratio: 430 / 679;
    }

    section.forty-sixty-custom3 {
      display: flex;
      align-items: center;
      background-image: url(/assets/images/pdp/forty-sixty/M-Audio-Forty-Sixty-Lifestyle-7-mobile.png);
      aspect-ratio: 430 / 829;
    }
    
  section.forty-eighty-custom2 {
    display: flex;
    align-items: center;
    height: 628px;
    background-image: url(/assets/images/pdp/forty-eighty/M-Audio-Forty-Eighty-Lifestyle-4.png);
    background-position: -500px;
    background-origin: 0px;
    aspect-ratio: 2872 / 1358;
  }
  
  #workhorse-container {
    margin-left: 0;
    /* width: 35%; */
  }

  #specs {
    display: none;
  }

  #desk-monitor {
    display: none;
  }

  #desk-nav {
    display: none;
  }

  #hustle {
    display: none;
  }

  #desk-sixtyls3 {
    display: none;
  }

  #desk-sixtyls6 {
    display: none;
  }

  #desk-eightyls3 {
    display: none;
  }

  #desk-eightyls6 {
    display: none;
  }

  #desk-appimg {
    display: none;
  }

  #desk-eightyls7 {
    display: none;
  }

  #youtube-vid {
    display: none;
  }
  }





