.container {
  max-width: 1440px;
  margin: 0 auto;
}
.container * {
  box-sizing: border-box;
}

.header {
  background-position: center center;
  background-size: cover;
  height: 0;
  background-image: url("img/header-xs.jpg");
  padding-bottom: 64.80769231%;
  position: relative;
  -webkit-transition: padding-bottom 0.5s;
          transition: padding-bottom 0.5s;
}
.header.video--is-playing {
  padding-bottom: 56.2%;
}
@media (min-width: 521px) {
  .header {
    background-image: url("img/header-sm.jpg");
    padding-bottom: 43.88020833%;
  }
}
@media (min-width: 768px) {
  .header {
    background-image: url("img/header-md.jpg");
    padding-bottom: 43.90243902%;
  }
}
@media (min-width: 1025px) {
  .header {
    background-image: url("img/header-lg.jpg");
    padding-bottom: 43.81944444%;
  }
}

.intro {
  padding-top: 4vw;
}
@media (min-width: 1440px) {
  .intro {
    padding-top: 57.6px 0;
  }
}
.intro .intro-headline,
.intro p {
  padding: 0 8vw;
}
@media (min-width: 1440px) {
  .intro .intro-headline,
  .intro p {
    padding: 0 115.2px;
  }
}
.intro p {
  line-height: 1.6;
  margin: 2vw 0;
  font-size: 12px;
  color: #707170;
  text-align: center;
}
@media (min-width: 521px) {
  .intro p {
    font-size: calc(7.35632px + 0.868196vw);
  }
}
@media (min-width: 1440px) {
  .intro p {
    font-size: 20px;
  }
}

.intro-headline {
  display: block;
  margin: 0 auto;
}

.speaker-family {
  position: relative;
}

.speaker-family img {
  display: block;
  margin: 0 auto;
}

.logo--bestbuy {
  position: absolute;
  right: 3.3%;
  bottom: 17%;
  width: 25%;
}
@media (min-width: 521px) {
  .logo--bestbuy {
    right: 4.3%;
  }
}

.features {
  display: table;
  margin: 0 auto;
  padding: 4vw;
  font-family: SansD-Cn-Regular, sans-serif;
  color: #808080;
  font-size: 4.23076923vw;
}
@media (min-width: 521px) {
  .features {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .features {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .features {
    font-size: 1.52777778vw;
  }
}
@media (min-width: 1440px) {
  .features {
    padding: 57.6px;
    font-size: 22px;
  }
}
.features strong {
  color: #00bad5;
  text-transform: uppercase;
}
.features ul {
  text-align: left;
}
@media (min-width: 768px) {
  .features ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.features li {
  white-space: nowrap;
}
.features li:nth-last-child(1) {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
      -ms-flex-order: 99;
          order: 99;
  padding-left: 55px;
  line-height: 40px;
  font-size: 0.75em;
}
.features li:nth-last-child(2) {
  -webkit-box-ordinal-group: 99;
  -webkit-order: 98;
      -ms-flex-order: 98;
          order: 98;
  display: none;
}
.features li:nth-last-child(3) {
  -webkit-box-ordinal-group: 98;
  -webkit-order: 97;
      -ms-flex-order: 97;
          order: 97;
  display: none;
}
@media (min-width: 768px) {
  .features li {
    display: inline-block;
    width: 50%;
    padding-left: 5vw;
  }
  .features li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .features li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .features li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .features li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .features li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .features li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .features li:nth-last-child(1) {
    padding-left: calc(5vw + 55px);
  }
  .features li:nth-last-child(2) {
    display: inherit;
  }
}
@media (min-width: 1024px) {
  .features li {
    width: 33%;
    padding-left: 3vw;
  }
  .features li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .features li:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .features li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .features li:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .features li:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .features li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .features li:nth-last-child(1) {
    padding-left: calc(3vw + 55px);
  }
  .features li:nth-last-child(3) {
    display: inherit;
  }
}
@media (min-width: 1440px) {
  .features li {
    padding-left: 43.2px;
  }
  .features li:nth-last-child(1) {
    padding-left: 98.2px;
  }
}
.features svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 0.5em;
}

.video,
.lifestyle {
  background-position: center center;
  background-size: cover;
  height: 0;
  position: relative;
}
.video:after,
.lifestyle:after {
  content: '';
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 30%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 30%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.video__copy,
.lifestyle__copy {
  color: #FFF;
  position: absolute;
  bottom: 3vw;
  right: 3vw;
  text-transform: uppercase;
  font-size: 16px;
  font-family: SansD-Cn-Regular;
  z-index: 2;
}
@media (min-width: 521px) {
  .video__copy,
  .lifestyle__copy {
    font-size: 3.07101727vw;
  }
}
@media (min-width: 976.875px) {
  .video__copy,
  .lifestyle__copy {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .video__copy,
  .lifestyle__copy {
    bottom: 43.2px;
    right: 43.2px;
  }
}

.lifestyle--aq9 {
  background-image: url("img/lifestyle--aq9-xs.jpg");
  padding-bottom: 53.84615385%;
}
@media (min-width: 521px) {
  .lifestyle--aq9 {
    background-image: url("img/lifestyle--aq9-sm.jpg");
    padding-bottom: 53.64583333%;
  }
}
@media (min-width: 768px) {
  .lifestyle--aq9 {
    background-image: url("img/lifestyle--aq9-md.jpg");
    padding-bottom: 53.65853659%;
  }
}
@media (min-width: 1025px) {
  .lifestyle--aq9 {
    background-image: url("img/lifestyle--aq9-lg.jpg");
    padding-bottom: 53.61111111%;
  }
}
.lifestyle--aq10 {
  background-image: url("img/lifestyle--aq10-xs.jpg");
  padding-bottom: 45.19230769%;
}
@media (min-width: 521px) {
  .lifestyle--aq10 {
    background-image: url("img/lifestyle--aq10-sm.jpg");
    padding-bottom: 53.64583333%;
  }
}
@media (min-width: 768px) {
  .lifestyle--aq10 {
    background-image: url("img/lifestyle--aq10-md.jpg");
    padding-bottom: 53.65853659%;
  }
}
@media (min-width: 1025px) {
  .lifestyle--aq10 {
    background-image: url("img/lifestyle--aq10-lg.jpg");
    padding-bottom: 53.61111111%;
  }
}
.lifestyle--aq11 {
  background-image: url("img/lifestyle--aq11-xs.jpg");
  padding-bottom: 53.84615385%;
}
@media (min-width: 521px) {
  .lifestyle--aq11 {
    background-image: url("img/lifestyle--aq11-sm.jpg");
    padding-bottom: 53.64583333%;
  }
}
@media (min-width: 768px) {
  .lifestyle--aq11 {
    background-image: url("img/lifestyle--aq11-md.jpg");
    padding-bottom: 53.65853659%;
  }
}
@media (min-width: 1025px) {
  .lifestyle--aq11 {
    background-image: url("img/lifestyle--aq11-lg.jpg");
    padding-bottom: 53.61111111%;
  }
}

.video {
  -webkit-transition: padding-bottom 0.5s;
          transition: padding-bottom 0.5s;
}
.video--aq9 {
  background-image: url("img/video--aq9-xs.jpg");
  padding-bottom: 44.80769231%;
}
@media (min-width: 521px) {
  .video--aq9 {
    background-image: url("img/video--aq9-sm.jpg");
    padding-bottom: 44.79166667%;
  }
}
@media (min-width: 768px) {
  .video--aq9 {
    background-image: url("img/video--aq9-md.jpg");
    padding-bottom: 44.97560976%;
  }
}
@media (min-width: 1025px) {
  .video--aq9 {
    background-image: url("img/video--aq9-lg.jpg");
    padding-bottom: 41.66666667%;
  }
}
.video--aq10 {
  background-image: url("img/video--aq10-xs.jpg");
  padding-bottom: 41.73076923%;
}
@media (min-width: 521px) {
  .video--aq10 {
    background-image: url("img/video--aq10-sm.jpg");
    padding-bottom: 41.53645833%;
  }
}
@media (min-width: 768px) {
  .video--aq10 {
    background-image: url("img/video--aq10-md.jpg");
    padding-bottom: 41.75609756%;
  }
}
@media (min-width: 1025px) {
  .video--aq10 {
    background-image: url("img/video--aq10-lg.jpg");
    padding-bottom: 41.66666667%;
  }
}
.video--aq11 {
  background-image: url("img/video--aq11-xs.jpg");
  padding-bottom: 41.92307692%;
}
@media (min-width: 521px) {
  .video--aq11 {
    background-image: url("img/video--aq11-sm.jpg");
    padding-bottom: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .video--aq11 {
    background-image: url("img/video--aq11-md.jpg");
    padding-bottom: 41.65853659%;
  }
}
@media (min-width: 1025px) {
  .video--aq11 {
    background-image: url("img/video--aq11-lg.jpg");
    padding-bottom: 41.66666667%;
  }
}

iframe.youtube-video-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s;
          transition: visibility 0s ease 0.5s, opacity 0.5s;
}

.video--is-playing {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
}
.video--is-playing iframe.youtube-video-frame {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.product {
  padding: 4vw;
  -webkit-transition: background-color 0.4s;
          transition: background-color 0.4s;
}
@media (min-width: 768px) {
  .product {
    padding: 3vw;
  }
}
@media (min-width: 1024px) {
  .product {
    padding: 2vw;
  }
}
@media (min-width: 1440px) {
  .product {
    padding: 28.8px;
  }
}
.product img {
  display: block;
  margin: 0 auto;
  padding: 4vw;
}
@media (min-width: 1440px) {
  .product img {
    padding: 57.6px;
  }
}
.product h2 {
  text-align: center;
  font-size: calc(8.248385vw - 5.369847px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: SansD-Cn-Regular, sans-serif;
  font-style: italic;
  color: #FFF;
  margin-bottom: calc(2vw - 0.2em);
}
@media (min-width: 1440px) {
  .product h2 {
    font-size: 114px;
    margin-bottom: 28.8px;
  }
}
.product h3 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 3.6505867vw;
  font-family: SansD-Cn-Regular, sans-serif;
  margin-bottom: 0.5em;
}
.product h3:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .product h3 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .product h3 {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .product h3 {
    font-size: 26px;
  }
}
.product p {
  color: #FFF;
  font-size: 3.6505867vw;
  font-family: SansD-Cn-Regular, sans-serif;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .product p {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .product p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .product p {
    font-size: 18px;
  }
}
.product[data-color='teal'] {
  background-color: #64c5d1;
}
.product[data-color='black'] {
  background-color: #303030;
}
.product[data-color='green'] {
  background-color: #b5c72d;
}

.product__layout {
  display: table;
}
@media (min-width: 768px) {
  .product__layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media (min-width: 768px) {
  .product--aq10 .product__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.product__image-container {
  display: block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .product__image-container {
    display: table-cell;
  }
}

.play-video {
  position: absolute;
  z-index: 2;
  width: 12vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #FFF;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s;
          transition: visibility 0s ease 0.5s, opacity 0.5s;
}
.play-video.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.play-video:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
@media (min-width: 768px) {
  .play-video {
    width: 92.16px;
  }
}

.video--aq11 .play-video {
  fill: #303030;
}

.product__info {
  display: block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) {
  .product__info {
    display: table-cell;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .product__info {
    width: 35%;
  }
}

.product__features,
.product__cta {
  border: 2px solid #FFF;
  padding: 3vw;
}
@media (min-width: 768px) {
  .product__features,
  .product__cta {
    padding: 2vw;
  }
}
@media (min-width: 1440px) {
  .product__features,
  .product__cta {
    padding: 28.8px;
  }
}

.product__cta {
  border-top-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__cta .btn {
  white-space: nowrap;
  margin: 0.5em 0;
  border: 2px solid #FFF;
}

.product__price {
  color: #FFF;
  font-size: 4.23076923vw;
  white-space: nowrap;
  margin: 0.5em 0.5em 0.5em 0;
}
@media (min-width: 521px) {
  .product__price {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .product__price {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .product__price {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .product__price {
    font-size: 22px;
  }
}

.color-options {
  margin-top: 1em;
}

.color-options--tablet {
  display: none;
}
@media (min-width: 768px) {
  .color-options--tablet {
    display: block;
    margin-top: 1em;
  }
}

.color-options--mobile {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .color-options--mobile {
    display: none;
  }
}

.color-swatches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.color-swatch {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 1em;
  cursor: pointer;
}
.color-swatch--is-active {
  border: 3px solid #FFF;
}
.color-swatch--teal {
  background-color: #579ea8;
}
.color-swatch--green {
  background-color: #e8fe33;
}
.color-swatch--black {
  background-color: #000;
}
