.bs3 {
    /* to support PDP components in other pages */
    overflow: hidden;
}
@charset "UTF-8";
.slick-dots li a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.image-grid .image .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

@font-face {
  font-family: "NeuzeitGro";
  src: url("featurePage/assets/fonts/NeuzeitGro-Bla.eot");
  src: url("featurePage/assets/fonts/NeuzeitGro-Bla.eot#iefix") format("embedded-opentype"), url("featurePage/assets/fonts/NeuzeitGro-Bla.woff") format("woff"), url("featurePage/assets/fonts/NeuzeitGro-Bla.ttf") format("truetype"), url("featurePage/assets/fonts/NeuzeitGro-Bla.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NeuzeitGro";
  src: url("featurePage/assets/fonts/NeuzeitGro-Reg.eot");
  src: url("featurePage/assets/fonts/NeuzeitGro-Reg.eot#iefix") format("embedded-opentype"), url("featurePage/assets/fonts/NeuzeitGro-Reg.woff") format("woff"), url("featurePage/assets/fonts/NeuzeitGro-Reg.ttf") format("truetype"), url("featurePage/assets/fonts/NeuzeitGro-Reg.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AltGotNo";
  src: url("featurePage/assets/fonts/AlternateGotNo2D.eot");
  src: url("featurePage/assets/fonts/AlternateGotNo2D.eot#iefix") format("embedded-opentype"), url("featurePage/assets/fonts/AlternateGotNo2D.woff") format("woff"), url("featurePage/assets/fonts/AlternateGotNo2D.ttf") format("truetype"), url("featurePage/assets/fonts/AlternateGotNo2D.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

.beats-button-container {
  padding: 5px 0;
}

a.beats-btn, .beats-btn {
  display: inline-block;
  position: relative;
  min-width: 0px;
  opacity: 1;
  padding: 0;
  font-family: AltGotNo;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1818;
  letter-spacing: 0.025rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  z-index: 1;
}

a.beats-btn .beats-btn-inner, .beats-btn .beats-btn-inner {
  display: block;
  color: #fff;
  position: relative;
  padding: 16px 30px 10px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  border: 0 none;
  z-index: 3;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

a.beats-btn .beats-btn-inner i, .beats-btn .beats-btn-inner i {
  padding-right: 13px;
}

a.beats-btn .beats-btn-inner .beats-btn-apple-svg, .beats-btn .beats-btn-inner .beats-btn-apple-svg {
  margin-left: 6px;
  margin-top: -2.75px;
}

a.beats-btn:after, .beats-btn:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #E01E3C;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  border: 0 none;
  padding: 10px 30px 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  right: 1px;
  z-index: 1;
}

a.beats-btn.disabled, .beats-btn.disabled {
  cursor: default;
  opacity: 0.5;
}

a.beats-btn.beats-btn-light-theme, .beats-btn.beats-btn-light-theme {
  -webkit-box-shadow: inset 0px 0px 0px 2px #161616;
  box-shadow: inset 0px 0px 0px 2px #161616;
}

a.beats-btn.beats-btn-light-theme .beats-btn-inner, .beats-btn.beats-btn-light-theme .beats-btn-inner {
  color: #161616;
}

a.beats-btn.beats-btn-light-theme .beats-btn-mask, .beats-btn.beats-btn-light-theme .beats-btn-mask {
  background-color: #161616;
}

a.beats-btn.beats-btn-light-theme:hover:not(.disabled) .beats-btn-inner, a.beats-btn.beats-btn-light-theme.disabled-clicked .beats-btn-inner, .beats-btn.beats-btn-light-theme:hover:not(.disabled) .beats-btn-inner, .beats-btn.beats-btn-light-theme.disabled-clicked .beats-btn-inner {
  display: block;
  color: #fff;
  position: relative;
  padding: 16px 30px 10px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  border: 0 none;
  z-index: 3;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
}

a.beats-btn.beats-btn-light-theme.disabled-clicked .beats-btn-mask, .beats-btn.beats-btn-light-theme.disabled-clicked .beats-btn-mask {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

a.beats-btn.beats-btn-dark-theme, .beats-btn.beats-btn-dark-theme {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

a.beats-btn.beats-btn-dark-theme .beats-btn-mask, .beats-btn.beats-btn-dark-theme .beats-btn-mask {
  background-color: #fff;
}

a.beats-btn.beats-btn-dark-theme:hover:not(.disabled) .beats-btn-inner, a.beats-btn.beats-btn-dark-theme.disabled-clicked .beats-btn-inner, .beats-btn.beats-btn-dark-theme:hover:not(.disabled) .beats-btn-inner, .beats-btn.beats-btn-dark-theme.disabled-clicked .beats-btn-inner {
  color: #161616;
}

a.beats-btn.beats-btn-dark-theme:hover:not(.disabled):after, a.beats-btn.beats-btn-dark-theme.disabled-clicked:after, .beats-btn.beats-btn-dark-theme:hover:not(.disabled):after, .beats-btn.beats-btn-dark-theme.disabled-clicked:after {
  background-color: #fff;
  -webkit-transition: .1s background-color;
  -o-transition: .1s background-color;
  transition: .1s background-color;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  -webkit-box-shadow: 0 0 1px 0px #fff inset, 0 0 1px 0px #fff;
  box-shadow: 0 0 1px 0px #fff inset, 0 0 1px 0px #fff;
}

a.beats-btn.beats-btn-dark-theme.disabled-clicked .beats-btn-mask, .beats-btn.beats-btn-dark-theme.disabled-clicked .beats-btn-mask {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

a.beats-btn.beats-btn-light-theme:after, a.beats-btn.beats-btn-dark-theme:after, .beats-btn.beats-btn-light-theme:after, .beats-btn.beats-btn-dark-theme:after {
  background-color: transparent;
}

a.beats-btn .beats-btn-mask, .beats-btn .beats-btn-mask {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0px;
  opacity: 1;
  -webkit-transform: translate(0%, 105%) translate3d(0px, 0px, 0px);
  transform: translate(0%, 105%) translate3d(0px, 0px, 0px);
  -webkit-transition: -webkit-transform 240ms ease-in;
  transition: -webkit-transform 240ms ease-in;
  -o-transition: transform 240ms ease-in;
  transition: transform 240ms ease-in;
  transition: transform 240ms ease-in, -webkit-transform 240ms ease-in;
  background-color: #161616;
  z-index: 2;
  pointer-events: none;
}

@media (hover: hover) and  (prefers-reduced-motion: no-preference) {
  a.beats-btn:hover:not(.disabled) .beats-btn-mask, .beats-btn:hover:not(.disabled) .beats-btn-mask {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    color: #fff;
  }
}

a.btn-light:after, a.btn-light:hover:after {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

@media screen and (max-width: 767px) {
  a.btn-light:after, a.btn-light:hover:after {
    -webkit-box-shadow: inset 0px 0px 0px 2px #c1bebe;
    box-shadow: inset 0px 0px 0px 2px #c1bebe;
  }
}

a.btn-light .beats-btn-mask, a.btn-light:hover .beats-btn-mask {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  a.btn-light .beats-btn-inner, a.btn-light:hover .beats-btn-inner {
    color: #161616;
  }
}

a.link-dark {
  border-radius: 0;
  -webkit-border-radius: 0;
}

a.link-dark, a.link-dark:hover {
  -webkit-border-radius: 0;
  border-radius: 0;
}

a.link-dark:after, a.link-dark:hover:after {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #161616;
}

a.link-dark .beats-btn-inner, a.link-dark:hover .beats-btn-inner {
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: none;
  font-family: "NeuzeitGro";
}

a.link-dark.btn-bg-color-white:after, a.link-dark.btn-bg-color-white:hover:after, a.btn-light.btn-bg-color-white:after, a.btn-light.btn-bg-color-white:hover:after {
  background-color: #fff;
}

a.link-dark.btn-bg-color-black:after, a.link-dark.btn-bg-color-black:hover:after, a.btn-light.btn-bg-color-black:after, a.btn-light.btn-bg-color-black:hover:after {
  background-color: #161616;
}

a.link-dark.btn-bg-color-red:after, a.link-dark.btn-bg-color-red:hover:after, a.btn-light.btn-bg-color-red:after, a.btn-light.btn-bg-color-red:hover:after {
  background-color: #E01E3C;
}

a.link-dark.btn-bg-color-grey:after, a.link-dark.btn-bg-color-grey:hover:after, a.btn-light.btn-bg-color-grey:after, a.btn-light.btn-bg-color-grey:hover:after {
  background-color: #999;
}

a.link-dark.btn-bg-color-transparent:after, a.link-dark.btn-bg-color-transparent:hover:after, a.btn-light.btn-bg-color-transparent:after, a.btn-light.btn-bg-color-transparent:hover:after {
  background-color: transparent;
}

a.link-dark.btn-outline-color-white:after, a.link-dark.btn-outline-color-white:hover:after, a.btn-light.btn-outline-color-white:after, a.btn-light.btn-outline-color-white:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

a.link-dark.btn-outline-color-black:after, a.link-dark.btn-outline-color-black:hover:after, a.btn-light.btn-outline-color-black:after, a.btn-light.btn-outline-color-black:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px #161616;
  box-shadow: inset 0px 0px 0px 2px #161616;
}

a.link-dark.btn-outline-color-red:after, a.link-dark.btn-outline-color-red:hover:after, a.btn-light.btn-outline-color-red:after, a.btn-light.btn-outline-color-red:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px #E01E3C;
  box-shadow: inset 0px 0px 0px 2px #E01E3C;
}

a.link-dark.btn-outline-color-grey:after, a.link-dark.btn-outline-color-grey:hover:after, a.btn-light.btn-outline-color-grey:after, a.btn-light.btn-outline-color-grey:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px #999;
  box-shadow: inset 0px 0px 0px 2px #999;
}

a.link-dark.btn-outline-color-transparent:after, a.link-dark.btn-outline-color-transparent:hover:after, a.btn-light.btn-outline-color-transparent:after, a.btn-light.btn-outline-color-transparent:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px transparent;
  box-shadow: inset 0px 0px 0px 2px transparent;
}

a.link-dark .beats-btn-mask.btn-bg-hover-color-white, a.link-dark:hover .beats-btn-mask.btn-bg-hover-color-white, a.btn-light .beats-btn-mask.btn-bg-hover-color-white, a.btn-light:hover .beats-btn-mask.btn-bg-hover-color-white {
  background-color: #fff;
}

a.link-dark .beats-btn-mask.btn-bg-hover-color-black, a.link-dark:hover .beats-btn-mask.btn-bg-hover-color-black, a.btn-light .beats-btn-mask.btn-bg-hover-color-black, a.btn-light:hover .beats-btn-mask.btn-bg-hover-color-black {
  background-color: #161616;
}

a.link-dark .beats-btn-mask.btn-bg-hover-color-red, a.link-dark:hover .beats-btn-mask.btn-bg-hover-color-red, a.btn-light .beats-btn-mask.btn-bg-hover-color-red, a.btn-light:hover .beats-btn-mask.btn-bg-hover-color-red {
  background-color: #E01E3C;
}

a.link-dark .beats-btn-mask.btn-bg-hover-color-grey, a.link-dark:hover .beats-btn-mask.btn-bg-hover-color-grey, a.btn-light .beats-btn-mask.btn-bg-hover-color-grey, a.btn-light:hover .beats-btn-mask.btn-bg-hover-color-grey {
  background-color: #999;
}

a.link-dark .beats-btn-mask.btn-bg-hover-color-transparent, a.link-dark:hover .beats-btn-mask.btn-bg-hover-color-transparent, a.btn-light .beats-btn-mask.btn-bg-hover-color-transparent, a.btn-light:hover .beats-btn-mask.btn-bg-hover-color-transparent {
  background-color: transparent;
}

a.link-dark .beats-btn-inner.btn-text-color-white, a.link-dark .beats-btn-inner.mobile-link-text-color-white, a.link-dark:hover .beats-btn-inner.btn-text-color-white, a.link-dark:hover .beats-btn-inner.mobile-link-text-color-white, a.btn-light .beats-btn-inner.btn-text-color-white, a.btn-light .beats-btn-inner.mobile-link-text-color-white, a.btn-light:hover .beats-btn-inner.btn-text-color-white, a.btn-light:hover .beats-btn-inner.mobile-link-text-color-white {
  color: #fff;
}

a.link-dark .beats-btn-inner.btn-text-color-black, a.link-dark .beats-btn-inner.mobile-link-text-color-black, a.link-dark:hover .beats-btn-inner.btn-text-color-black, a.link-dark:hover .beats-btn-inner.mobile-link-text-color-black, a.btn-light .beats-btn-inner.btn-text-color-black, a.btn-light .beats-btn-inner.mobile-link-text-color-black, a.btn-light:hover .beats-btn-inner.btn-text-color-black, a.btn-light:hover .beats-btn-inner.mobile-link-text-color-black {
  color: #161616;
}

a.link-dark .beats-btn-inner.btn-text-color-grey, a.link-dark .beats-btn-inner.mobile-link-text-color-grey, a.link-dark:hover .beats-btn-inner.btn-text-color-grey, a.link-dark:hover .beats-btn-inner.mobile-link-text-color-grey, a.btn-light .beats-btn-inner.btn-text-color-grey, a.btn-light .beats-btn-inner.mobile-link-text-color-grey, a.btn-light:hover .beats-btn-inner.btn-text-color-grey, a.btn-light:hover .beats-btn-inner.mobile-link-text-color-grey {
  color: #999;
}

a.link-dark .beats-btn-inner.btn-text-color-red, a.link-dark .beats-btn-inner.mobile-link-text-color-red, a.link-dark:hover .beats-btn-inner.btn-text-color-red, a.link-dark:hover .beats-btn-inner.mobile-link-text-color-red, a.btn-light .beats-btn-inner.btn-text-color-red, a.btn-light .beats-btn-inner.mobile-link-text-color-red, a.btn-light:hover .beats-btn-inner.btn-text-color-red, a.btn-light:hover .beats-btn-inner.mobile-link-text-color-red {
  color: #E01E3C;
}

/* ---------------------------------------
// Global Styles
*/
.image-grid-picture img {
  width: 100%;
  min-height: 200px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image-grid {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .image-grid {
    padding-top: 0;
  }
}

.image-grid .show-gtr-md-xl-container {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image-grid .show-gtr-md-xl-container {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .image-grid .show-gtr-md-xl-container {
    display: block;
  }
}

@media screen and (min-width: 1441px) {
  .image-grid .show-gtr-md-xl-container {
    display: block;
  }
}

.image-grid .image {
  position: relative;
  overflow: hidden;
  width: 100.0%;
  float: left;
  margin: 0px;
}

.image-grid .image.no-hover-effect .caption {
  opacity: 1;
}

.image-grid .image .caption {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  z-index: 2;
  text-align: center;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 80%;
}

.image-grid .image .caption .image-header {
  font-family: "NeuzeitGro";
}

.image-grid .image .caption .image-header, .image-grid .image .caption .image-header * {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .image-grid .image .caption .image-header.show-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image-grid .image .caption .image-header.show-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image-grid .image .caption .image-header.show-desktop {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .image-grid .image .caption .image-header.show-tab {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image-grid .image .caption .image-header.show-tab {
    display: block;
  }
}

@media screen and (min-width: 1441px) {
  .image-grid .image .caption .image-header.show-tab {
    display: none;
  }
}

.image-grid .image.full {
  width: 100.0%;
}

.image-grid .image.full .caption .image-header {
  font-size: 2rem;
}

.image-grid .image.half {
  width: 50.0%;
}

.image-grid .image.half .caption .image-header {
  font-size: 1.2rem;
}

.image-grid .image:not(.no-hover-effect):hover .caption, .image-grid .image:not(.no-hover-effect):focus .caption, .image-grid .image:not(.no-hover-effect):focus-within .caption {
  opacity: 1;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .image-grid .vr-slideshow {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image-grid .vr-slideshow {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .image-grid .vr-slideshow {
    display: none;
  }
}

.image-grid .vr-slideshow .slick-dots li.slick-active a {
  background-color: #e01e3c;
  border: .15px solid #fff;
}

.image-grid .vr-slideshow .slick-dots {
  margin-top: 18px;
  position: relative;
  bottom: 0;
  padding-bottom: 35px;
}

.image-grid .vr-slideshow > div {
  position: relative;
}

.image-grid .vr-slideshow .slick-slide .slide-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 30px 10px 30px;
}

.image-grid .vr-slideshow .slick-slide .slide-description .slide-title {
  font-family: "NeuzeitGro";
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 10px 0;
}

.image-grid .vr-slideshow .slick-slide .slide-description .slide-title, .image-grid .vr-slideshow .slick-slide .slide-description .slide-title * {
  color: #161616;
}

.image-grid .slide-image {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.image-grid .slide-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider button:after {
  display: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots ul {
  margin: 0;
  padding: 0;
  line-height: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  line-height: 10px;
  font-size: 0;
  vertical-align: middle;
}

.slick-dots li a {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background-color: #4f4f4f;
  color: transparent;
  -webkit-transition: background-color 320ms ease-out;
  -o-transition: background-color 320ms ease-out;
  transition: background-color 320ms ease-out;
}

.slick-dots li a:hover:before, .slick-dots li a:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active a {
  background-color: #e01e3c;
}

.slick-dots .action {
  background-color: transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  left: 0;
  margin-top: 0;
  top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slick-dots .action {
    visibility: visible;
  }
}

.slick-dots .action-prev {
  margin-right: 20px;
}

.slick-dots .action-next {
  margin-left: 20px;
}


.beats-button-container {
  padding: 5px 0;
}

.beats-btn {
  display: inline-block;
  position: relative;
  min-width: 0px;
  opacity: 1;
  padding: 0;
  font-family: AltGotNo;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1818;
  letter-spacing: 0.025rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  z-index: 1;
}

.beats-btn .beats-btn-inner {
  display: block;
  color: #fff;
  position: relative;
  padding: 16px 30px 10px;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  border: 0 none;
  z-index: 3;
  margin: 0;
  white-space: pre-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.beats-btn .beats-btn-inner i {
  padding-right: 13px;
}

.beats-btn .beats-btn-inner .beats-btn-apple-svg {
  margin-left: 6px;
  margin-top: -2.75px;
}

.beats-btn:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #E01E3C;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  border: 0 none;
  padding: 10px 30px 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  right: 1px;
  z-index: 1;
}

.beats-btn.disabled {
  cursor: default;
  opacity: 0.5;
}

.beats-btn.beats-btn-light-theme {
  -webkit-box-shadow: inset 0px 0px 0px 2px #161616;
          box-shadow: inset 0px 0px 0px 2px #161616;
}

.beats-btn.beats-btn-light-theme .beats-btn-inner {
  color: #161616;
}

.beats-btn.beats-btn-light-theme .beats-btn-mask {
  background-color: #161616;
}

.beats-btn.beats-btn-light-theme:hover:not(.disabled) .beats-btn-inner, .beats-btn.beats-btn-light-theme.disabled-clicked .beats-btn-inner {
  display: block;
  color: #fff;
  position: relative;
  padding: 16px 30px 10px;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  border: 0 none;
  z-index: 3;
  margin: 0;
  white-space: pre-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .1s ease-in;
  -o-transition: color .1s ease-in;
  transition: color .1s ease-in;
}

.beats-btn.beats-btn-light-theme.disabled-clicked .beats-btn-mask {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.beats-btn.beats-btn-dark-theme {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
          box-shadow: inset 0px 0px 0px 2px #fff;
}

.beats-btn.beats-btn-dark-theme .beats-btn-mask {
  background-color: #fff;
}

.beats-btn.beats-btn-dark-theme:hover:not(.disabled) .beats-btn-inner, .beats-btn.beats-btn-dark-theme.disabled-clicked .beats-btn-inner {
  color: #161616;
}

.beats-btn.beats-btn-dark-theme:hover:not(.disabled):after, .beats-btn.beats-btn-dark-theme.disabled-clicked:after {
  background-color: #fff;
  -webkit-transition: .1s background-color;
  -o-transition: .1s background-color;
  transition: .1s background-color;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  -webkit-box-shadow: 0 0 1px 0px #fff inset, 0 0 1px 0px #fff;
          box-shadow: 0 0 1px 0px #fff inset, 0 0 1px 0px #fff;
}

.beats-btn.beats-btn-dark-theme.disabled-clicked .beats-btn-mask {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.beats-btn.beats-btn-light-theme:after, .beats-btn.beats-btn-dark-theme:after {
  background-color: transparent;
}

.beats-btn .beats-btn-mask {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0px;
  opacity: 1;
  -webkit-transform: translate(0%, 105%) translate3d(0px, 0px, 0px);
          transform: translate(0%, 105%) translate3d(0px, 0px, 0px);
  -webkit-transition: -webkit-transform 240ms ease-in;
  transition: -webkit-transform 240ms ease-in;
  -o-transition: transform 240ms ease-in;
  transition: transform 240ms ease-in;
  transition: transform 240ms ease-in, -webkit-transform 240ms ease-in;
  background-color: #161616;
  z-index: 2;
  pointer-events: none;
}

@media (hover: hover) and  (prefers-reduced-motion: no-preference) {
  .beats-btn:hover:not(.disabled) .beats-btn-mask, .beats-btn:focus:not(.disabled) .beats-btn-mask {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    color: #fff;
  }
  .beats-btn:hover:not(.disabled) .beats-btn-inner.btn-text-hover-color-white, .beats-btn:focus:not(.disabled) .beats-btn-inner.btn-text-hover-color-white {
    color: #fff;
  }
  .beats-btn:hover:not(.disabled) .beats-btn-inner.btn-text-hover-color-black, .beats-btn:focus:not(.disabled) .beats-btn-inner.btn-text-hover-color-black {
    color: #161616;
  }
  .beats-btn:hover:not(.disabled) .beats-btn-inner.btn-text-hover-color-grey, .beats-btn:focus:not(.disabled) .beats-btn-inner.btn-text-hover-color-grey {
    color: #999;
  }
  .beats-btn:hover:not(.disabled) .beats-btn-inner.btn-text-hover-color-red, .beats-btn:focus:not(.disabled) .beats-btn-inner.btn-text-hover-color-red {
    color: #E01E3C;
  }
}

.btn-light:after, .btn-light:hover:after {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
          box-shadow: inset 0px 0px 0px 2px #fff;
}

@media screen and (max-width: 767px) {
  .btn-light:after, .btn-light:hover:after {
    -webkit-box-shadow: inset 0px 0px 0px 2px #c1bebe;
            box-shadow: inset 0px 0px 0px 2px #c1bebe;
  }
}

.btn-light .beats-btn-mask, .btn-light:hover .beats-btn-mask {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .btn-light .beats-btn-inner, .btn-light:hover .beats-btn-inner {
    color: #161616;
  }
}

.link-dark {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.link-dark, .link-dark:hover {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.link-dark:after, .link-dark:hover:after {
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #161616;
}

.link-dark .beats-btn-inner, .link-dark:hover .beats-btn-inner {
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: none;
  font-family: "NeuzeitGro";
}

.link-dark.btn-outline-color-transparent.btn-bg-color-transparent:after, .link-dark.btn-outline-color-transparent.btn-bg-color-transparent:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px transparent;
          box-shadow: inset 0px 0px 0px 2px transparent;
  background-color: transparent;
}

.link-dark.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner, .link-dark.btn-outline-color-transparent.btn-bg-color-transparent:hover .beats-btn-inner {
  padding-left: 0;
  padding-right: 0;
}

.link-dark.btn-bg-color-white:after, .link-dark.btn-bg-color-white:hover:after, .btn-light.btn-bg-color-white:after, .btn-light.btn-bg-color-white:hover:after {
  background-color: #fff;
}

.link-dark.btn-bg-color-black:after, .link-dark.btn-bg-color-black:hover:after, .btn-light.btn-bg-color-black:after, .btn-light.btn-bg-color-black:hover:after {
  background-color: #161616;
}

.link-dark.btn-bg-color-red:after, .link-dark.btn-bg-color-red:hover:after, .btn-light.btn-bg-color-red:after, .btn-light.btn-bg-color-red:hover:after {
  background-color: #E01E3C;
}

.link-dark.btn-bg-color-grey:after, .link-dark.btn-bg-color-grey:hover:after, .btn-light.btn-bg-color-grey:after, .btn-light.btn-bg-color-grey:hover:after {
  background-color: #999;
}

.link-dark.btn-bg-color-transparent:after, .link-dark.btn-bg-color-transparent:hover:after, .btn-light.btn-bg-color-transparent:after, .btn-light.btn-bg-color-transparent:hover:after {
  background-color: transparent;
}

.link-dark.btn-outline-color-white:after, .link-dark.btn-outline-color-white:hover:after, .btn-light.btn-outline-color-white:after, .btn-light.btn-outline-color-white:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
          box-shadow: inset 0px 0px 0px 2px #fff;
}

.link-dark.btn-outline-color-black:after, .link-dark.btn-outline-color-black:hover:after, .btn-light.btn-outline-color-black:after, .btn-light.btn-outline-color-black:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px #161616;
          box-shadow: inset 0px 0px 0px 2px #161616;
}

.link-dark.btn-outline-color-red:after, .link-dark.btn-outline-color-red:hover:after, .btn-light.btn-outline-color-red:after, .btn-light.btn-outline-color-red:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px #E01E3C;
          box-shadow: inset 0px 0px 0px 2px #E01E3C;
}

.link-dark.btn-outline-color-grey:after, .link-dark.btn-outline-color-grey:hover:after, .btn-light.btn-outline-color-grey:after, .btn-light.btn-outline-color-grey:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px #999;
          box-shadow: inset 0px 0px 0px 2px #999;
}

.link-dark.btn-outline-color-transparent:after, .link-dark.btn-outline-color-transparent:hover:after, .btn-light.btn-outline-color-transparent:after, .btn-light.btn-outline-color-transparent:hover:after {
  -webkit-box-shadow: inset 0px 0px 0px 2px transparent;
          box-shadow: inset 0px 0px 0px 2px transparent;
}

.link-dark .beats-btn-mask.btn-bg-hover-color-white, .link-dark:hover .beats-btn-mask.btn-bg-hover-color-white, .btn-light .beats-btn-mask.btn-bg-hover-color-white, .btn-light:hover .beats-btn-mask.btn-bg-hover-color-white {
  background-color: #fff;
}

.link-dark .beats-btn-mask.btn-bg-hover-color-black, .link-dark:hover .beats-btn-mask.btn-bg-hover-color-black, .btn-light .beats-btn-mask.btn-bg-hover-color-black, .btn-light:hover .beats-btn-mask.btn-bg-hover-color-black {
  background-color: #161616;
}

.link-dark .beats-btn-mask.btn-bg-hover-color-red, .link-dark:hover .beats-btn-mask.btn-bg-hover-color-red, .btn-light .beats-btn-mask.btn-bg-hover-color-red, .btn-light:hover .beats-btn-mask.btn-bg-hover-color-red {
  background-color: #E01E3C;
}

.link-dark .beats-btn-mask.btn-bg-hover-color-grey, .link-dark:hover .beats-btn-mask.btn-bg-hover-color-grey, .btn-light .beats-btn-mask.btn-bg-hover-color-grey, .btn-light:hover .beats-btn-mask.btn-bg-hover-color-grey {
  background-color: #999;
}

.link-dark .beats-btn-mask.btn-bg-hover-color-transparent, .link-dark:hover .beats-btn-mask.btn-bg-hover-color-transparent, .btn-light .beats-btn-mask.btn-bg-hover-color-transparent, .btn-light:hover .beats-btn-mask.btn-bg-hover-color-transparent {
  background-color: transparent;
}

.link-dark .beats-btn-inner.btn-text-color-white, .link-dark .beats-btn-inner.mobile-link-text-color-white, .link-dark:hover .beats-btn-inner.btn-text-color-white, .link-dark:hover .beats-btn-inner.mobile-link-text-color-white, .btn-light .beats-btn-inner.btn-text-color-white, .btn-light .beats-btn-inner.mobile-link-text-color-white, .btn-light:hover .beats-btn-inner.btn-text-color-white, .btn-light:hover .beats-btn-inner.mobile-link-text-color-white {
  color: #fff;
}

.link-dark .beats-btn-inner.btn-text-color-black, .link-dark .beats-btn-inner.mobile-link-text-color-black, .link-dark:hover .beats-btn-inner.btn-text-color-black, .link-dark:hover .beats-btn-inner.mobile-link-text-color-black, .btn-light .beats-btn-inner.btn-text-color-black, .btn-light .beats-btn-inner.mobile-link-text-color-black, .btn-light:hover .beats-btn-inner.btn-text-color-black, .btn-light:hover .beats-btn-inner.mobile-link-text-color-black {
  color: #161616;
}

.link-dark .beats-btn-inner.btn-text-color-grey, .link-dark .beats-btn-inner.mobile-link-text-color-grey, .link-dark:hover .beats-btn-inner.btn-text-color-grey, .link-dark:hover .beats-btn-inner.mobile-link-text-color-grey, .btn-light .beats-btn-inner.btn-text-color-grey, .btn-light .beats-btn-inner.mobile-link-text-color-grey, .btn-light:hover .beats-btn-inner.btn-text-color-grey, .btn-light:hover .beats-btn-inner.mobile-link-text-color-grey {
  color: #999;
}

.link-dark .beats-btn-inner.btn-text-color-red, .link-dark .beats-btn-inner.mobile-link-text-color-red, .link-dark:hover .beats-btn-inner.btn-text-color-red, .link-dark:hover .beats-btn-inner.mobile-link-text-color-red, .btn-light .beats-btn-inner.btn-text-color-red, .btn-light .beats-btn-inner.mobile-link-text-color-red, .btn-light:hover .beats-btn-inner.btn-text-color-red, .btn-light:hover .beats-btn-inner.mobile-link-text-color-red {
  color: #E01E3C;
}

@media screen and (min-width: 1024px) {
  .beats-btn.btn-light {
    line-height: 39px;
    font-size: 1.0666666667rem;
  }
  .beats-btn.btn-light .beats-btn-inner {
    padding: 5px 37px 0 37px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .beats-btn.btn-light {
    font-size: 1.0666666667rem;
  }
  .beats-btn.btn-light .beats-btn-inner {
    padding: 5px 25px 0 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .beats-btn.btn-light .beats-btn-inner {
    line-height: 30px;
    padding: 5px 25px 0 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}

.beats-btn .fa {
  position: relative;
  margin: 0 0 0 5px;
  color: inherit;
  font-size: 1.1em;
  vertical-align: baseline;
}

.beats-btn:hover .fa {
  color: inherit;
}

/* editor mode */
.universal-hero-component.hero-edit-mode .hero-copy,
.universal-hero-component.hero-edit-mode .hero-background-block picture img{
  opacity: 1;
}

.universal-hero-component {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.universal-hero-component h1, .universal-hero-component h2, .universal-hero-component h3, .universal-hero-component h4, .universal-hero-component h5, .universal-hero-component h6 {
  margin: 0;
}

.universal-hero-component .pdp-video-wrapper .pdp-video-photo {
  position: absolute;
}

.universal-hero-component .pdp-video-wrapper .pdp-highlight-video-web, .universal-hero-component .pdp-video-wrapper .pdp-highlight-video-tablet, .universal-hero-component .pdp-video-wrapper .pdp-highlight-video-mobile {
  max-width: 100%;
}

.universal-hero-component video {
  width: 100% !important;
  object-fit: fill;
}

.universal-hero-component .pdp-video-photo {
  display: none;
}

.universal-hero-component .fallback-image {
  display: none;
}

.universal-hero-component .hero-copy {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  height: auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  font-family: "NeuzeitGro";
  text-align: left;
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.universal-hero-component .hero-copy h1, .universal-hero-component .hero-copy h2, .universal-hero-component .hero-copy h3, .universal-hero-component .hero-copy h4, .universal-hero-component .hero-copy h5 {
  margin: 0 0 10px 0;
}

.universal-hero-component .hero-copy * {
  color: inherit;
}

.universal-hero-component .hero-copy .show-desktop *, .universal-hero-component .hero-copy .show-tablet *, .universal-hero-component .hero-copy .show-mobile * {
  text-align: inherit;
}

.universal-hero-component .hero-copy .show-desktop .pdp-hero-header, .universal-hero-component .hero-copy .show-tablet .pdp-hero-header, .universal-hero-component .hero-copy .show-mobile .pdp-hero-header {
  margin-bottom: 25px;
  word-break: break-word;
  word-wrap: break-word;
}

.universal-hero-component .hero-copy .show-desktop .pdp-hero-header p, .universal-hero-component .hero-copy .show-tablet .pdp-hero-header p, .universal-hero-component .hero-copy .show-mobile .pdp-hero-header p {
  margin-top: 0;
}

.universal-hero-component .hero-copy .show-desktop .hero-price .pdp-price-title, .universal-hero-component .hero-copy .show-tablet .hero-price .pdp-price-title, .universal-hero-component .hero-copy .show-mobile .hero-price .pdp-price-title {
  text-align: left;
}

.universal-hero-component .hero-copy .hero-eyebrow {
  font-family: 'AltGotNo';
  letter-spacing: 0.035rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}

.universal-hero-component .hero-copy .hero-header {
  margin-bottom: 30px;
}

.universal-hero-component .hero-copy .hero-header span {
  word-wrap: break-word;
  word-break: break-word;
}

.universal-hero-component .hero-copy .hero-button-container-background {
  background-color: #fff;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 10px;
}

.universal-hero-component .hero-copy .hero-cta-container {
  display: inline;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.universal-hero-component .hero-copy .hero-cta-container .button-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.universal-hero-component .hero-copy .hero-cta-container a.beats-btn--link .beats-btn-inner {
  white-space: pre-line;
}

.universal-hero-component .hero-copy .hero-cta-container a .beats-btn-inner i, .universal-hero-component .hero-copy .hero-cta-container a .beats-btn-inner svg {
  vertical-align: unset;
  padding-right: 0;
}

.universal-hero-component .hero-background-block picture {
  position: relative;
}

.universal-hero-component .hero-background-block picture img {
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  width: 100%;
}

.universal-hero-component .hero-background-block .hero-gradient-overlay {
  position: absolute;
  right: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.universal-hero-component .hero-background-block .pdp-video-block {
  position: relative;
}

.universal-hero-component .hero-background-block .video-controls-container {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-transform: scale(0.75,0.75); /* IE 9 */
  -webkit-transform: scale(0.75,0.75); /* Safari */
  transform: scale(0.75,0.75);
}

.universal-hero-component .hero-background-block .video-controls-container svg {
  font-size: 50px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  cursor: pointer;
  color: #fff;
}

.universal-hero-component .hero-background-block .video-controls-container > div, .universal-hero-component .hero-background-block .video-controls-container button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/*
.universal-hero-component .hero-background-block .video-controls-container .control-btn {
  display: none;
  min-width: auto;
  padding: 5px;
  border: none;
  background: none;
  opacity: 0.4;
  font-size: 3em;
  color: #fff;
}
*/

.universal-hero-component .hero-background-block .video-controls-container .control-btn {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 5px;
   /* Added important since plugin js extract background image style
    * and adds a modified inline style
    */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAgODAiPjxnPjxjaXJjbGUgY3g9IjQwIiBjeT0iNDAiIHI9IjM4IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgb3BhY2l0eT0iMC4yIi8+PHBhdGggZD0iTTQwLDJBMzgsMzgsMCwwLDEsNzgsNDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjQiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAsMCkiPjxwYXRoIGQ9Ik0zMSwyOC4yMVY1MS43OWEyLjI1LDIuMjUsMCwwLDAsMy4zOCwxLjk1bDIwLjQtMTEuNzlhMi4yNSwyLjI1LDAsMCwwLDAtMy45TDM0LjM4LDI2LjI3QTIuMjUsMi4yNSwwLDAsMCwzMSwyOC4yMVoiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSIzOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjQiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYwLDApIj48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSIzOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjQiLz48cmVjdCB4PSIzMCIgeT0iMjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI4IiByeD0iMiIgcnk9IjIiIGZpbGw9IiNmZmYiLz48cmVjdCB4PSI0NCIgeT0iMjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI4IiByeD0iMiIgcnk9IjIiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+Cg==") !important;
  background-repeat: no-repeat;
  background-size: 120px 40px;
  border-radius: 20px;
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
}

.universal-hero-component .hero-background-block .video-controls-container.dark .control-btn {
    filter: invert(1);
}
.universal-hero-component .hero-background-block .video-controls-container .control-btn.play-btn {
    background-position-x: -40px
}
.universal-hero-component .hero-background-block .video-controls-container .control-btn.pause-btn {
    background-position-x: -80px
}

.universal-hero-component .hero-background-block .video-controls-container .circle {
  -webkit-background-size: auto auto;
          background-size: auto auto;
  background-repeat: no-repeat;
  background-image: url(../../../../assets/images/buffer_icon__dy4dc6gsuryq_large.svg);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
}

.universal-hero-component .hero-background-block .video-controls-container .circle-container {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: clockwise;
  animation-name: clockwise;
}

@-webkit-keyframes clockwise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.universal-hero-component.animate .hero-copy{
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.universal-hero-component.animate .hero-background-block picture img {
  opacity: 1;
}

.universal-hero-component .hero-copy .hero-cta-container .hero-button:not(:first-child) a.beats-btn--link{
  margin-left: 10px;
}

/* ---------------------------------------
// Web Styles
*/
@media screen and (min-width: 1024px) {
  .universal-hero-component .hero-copy {
    width: auto;
    max-width: 41.66667%;
    padding: 0px;
    margin-bottom: 0;
  }
  .universal-hero-component .hero-copy .show-desktop h1, .universal-hero-component .hero-copy .show-desktop h2 {
    line-height: 1.1;
    font-size: 3.125rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .universal-hero-component .hero-copy .show-desktop p {
    line-height: 1.4;
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
  }
  .universal-hero-component .hero-copy .show-tablet, .universal-hero-component .hero-copy .show-mobile {
    display: none;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container {
    width: auto;
  }
  .universal-hero-component .hero-copy .hero-cta-container .hero-button, .universal-hero-component .hero-copy .hero-cta-container .hero-price {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .universal-hero-component .hero-copy .hero-cta-container .hero-button:not(:first-child) {
    margin-left: 10px;
  }
  
  .universal-hero-component .hero-copy .hero-cta-container.hero-cta-container-align-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .universal-hero-component .hero-copy .hero-cta-container.hero-cta-container-align-right {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
  .universal-hero-component .hero-copy.centered-left {
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .universal-hero-component .hero-copy.centered-top {
    top: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, -25px);
        -ms-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
  }
  .universal-hero-component .hero-copy.centered-right {
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .universal-hero-component .hero-copy.centered-bottom {
    bottom: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
        -ms-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
  .universal-hero-component.animate .hero-copy.centered-left, .universal-hero-component.animate .hero-copy.centered-right {
    transform: translateY(-50%);
  }

  .universal-hero-component.animate .hero-copy.centered-top, .universal-hero-component.animate .hero-copy.centered-bottom {
    transform: translate(-50%, 0);
  }
  .universal-hero-component .hero-background-block .pdp-highlight-video-tablet, .universal-hero-component .hero-background-block .pdp-highlight-video-mobile,
  .universal-hero-component .hero-background-block .show-hero-image-tablet, .universal-hero-component .hero-background-block .show-hero-image-mobile,
  .universal-hero-component .hero-background-block .show-hero-video-tablet, .universal-hero-component .hero-background-block .show-hero-video-mobile {
    display: none;
  }
  .universal-hero-component .hero-background-block .pdp-highlight-video-web, .universal-hero-component .hero-background-block .show-hero-image-web, .universal-hero-component .hero-background-block .show-hero-video-web {
    display: block;
  }
}

.universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button:first-child {
  margin-top: 12px;
}
/* ---------------------------------------
// Tablet Styles
*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .universal-hero-component:not(.hero-edit-mode) {
    min-height: -webkit-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
  }
  /* To unset min height for universal hero on article template - start*/
  .article-modal .universal-hero-component:not(.hero-edit-mode){
    min-height: initial;
  }
/*end*/
  .no-header .universal-hero-component:not(.hero-edit-mode) {
    min-height: -webkit-calc(100vh);
    min-height: calc(100vh);
  }
  .universal-hero-component .hero-background-block {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .universal-hero-component .hero-background-block .pdp-highlight-video-web, .universal-hero-component .hero-background-block .pdp-highlight-video-mobile,
  .universal-hero-component .hero-background-block .show-hero-image-web, .universal-hero-component .hero-background-block .show-hero-image-mobile,
  .universal-hero-component .hero-background-block .show-hero-video-web, .universal-hero-component .hero-background-block .show-hero-video-mobile {
    display: none;
  }
  .universal-hero-component .hero-background-block .pdp-highlight-video-tablet, .universal-hero-component .hero-background-block .show-hero-image-tablet, .universal-hero-component .hero-background-block .show-hero-video-tablet {
    display: block;
  }
  .universal-hero-component .hero-copy {
    left: 0 !important;
    top: auto !important;
    text-align: left;
    bottom: 0;
    display: block;
    padding: 0 8.33333% 8.33333% 8.33333%;
  }
  .universal-hero-component .hero-copy .show-tablet h1, .universal-hero-component .hero-copy .show-tablet h2 {
    line-height: 1.1;
    font-size: 3.125rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .universal-hero-component .hero-copy .show-tablet p {
    line-height: 1.4;
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
  }
  .universal-hero-component .hero-copy .show-desktop, .universal-hero-component .hero-copy .show-mobile {
    display: none;
  }
  .universal-hero-component .hero-copy .hero-price * {
    text-align: left;
  }
  .universal-hero-component .hero-copy .hero-cta-container {
    display: inline;
    padding: 0;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button a {
    margin-right: 0;
    display: block;
  }
  /* .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner {
    padding: 10px 0 10px 0;
    text-align: left;
  } */
  .universal-hero-component .hero-copy .hero-cta-container .tab-align-vertical .hero-button:not(:first-child) a.beats-btn--link{
    margin-left: 0px;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner {
    text-align: left;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button:first-child a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner {
   padding-bottom:0;
   padding-top:0;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button:not(:first-child) a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner {
    padding-top: 0;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button .beats-btn {
    display: block;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button:not(:first-child) {
    margin-left: 10px;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container.tab-align-vertical .hero-button {
    display: block;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container.tab-align-vertical .hero-button:not(:first-child) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container.tab-align-vertical .hero-button:not(:first-child) a:not(.beats-btn--link) {
    margin-top: 20px;
  }
  .universal-hero-component.animate .hero-copy {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ---------------------------------------
// Mobile Styles
*/
@media screen and (max-width: 767px) {
  .universal-hero-component:not(.hero-edit-mode){
    min-height: -webkit-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
  }
  /* To unset min height for universal hero on article templete - start*/
  #loadArticleModal .article-modal .universal-hero-component, #loadArticleModal .article-modal .universal-hero-component.hero-edit-mode{
    min-height: initial;
  }
/*end*/
  .no-header .universal-hero-component:not(.hero-edit-mode) {
    min-height: -webkit-calc(100vh);
    min-height: calc(100vh);
  }
  .universal-hero-component .hero-copy {
    left: 0 !important;
    top: auto !important;
    bottom: 0;
    text-align: left;
    display: block;
    padding: 0 8.33333% 8.33333% 8.33333%;
  }
  .universal-hero-component .hero-copy .show-mobile h1, .universal-hero-component .hero-copy .show-mobile h2 {
    line-height: 1.1;
    font-size: 2.75rem;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .universal-hero-component .hero-copy .show-mobile p {
    line-height: 1.4;
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
  }
  .universal-hero-component .hero-copy .show-desktop, .universal-hero-component .hero-copy .show-tablet {
    display: none;
  }
  .universal-hero-component .hero-copy .hero-price * {
    text-align: left;
  }
  .universal-hero-component .hero-copy .hero-cta-container {
    padding: 0;
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button {
    display: block;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button a {
    margin-right: 0;
    display: block;
  }
  .universal-hero-component .hero-copy .hero-cta-container .mob-align-vertical .hero-button:not(:first-child) a.beats-btn--link{
    margin-left: 0px;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner {
    padding: 0;
    text-align: left;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button .beats-btn {
    display: block;
  }
 
  .universal-hero-component .hero-copy .hero-cta-container .button-container .hero-button:not(:first-child) {
    margin-top: 20px;
    margin-left: 10px;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container.mob-align-vertical .hero-button:not(:first-child) {
    margin-left: 0px;
  }
  
  .universal-hero-component .hero-copy .hero-cta-container .button-container.mob-align-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container.mob-align-horizontal .hero-button a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner {
      padding: 10px 0 10px 0;
      text-align: left;
  }
  .universal-hero-component .hero-copy .hero-cta-container .button-container.mob-align-horizontal .hero-button:not(:first-child){
    margin-top: 12px;
  }
  .universal-hero-component .hero-background-block {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .universal-hero-component .hero-background-block picture {
    width: 100%;
  }
  .universal-hero-component .hero-background-block .pdp-highlight-video-web, .universal-hero-component .hero-background-block .pdp-highlight-video-tablet,
  .universal-hero-component .hero-background-block .show-hero-image-web, .universal-hero-component .hero-background-block .show-hero-image-tablet,
  .universal-hero-component .hero-background-block .show-hero-video-web, .universal-hero-component .hero-background-block .show-hero-video-tablet {
    display: none;
  }
  .universal-hero-component .hero-background-block .pdp-highlight-video-mobile, .universal-hero-component .hero-background-block .show-hero-image-mobile, .universal-hero-component .hero-background-block .show-hero-video-mobile {
    display: block;
  }
}

/* Remove the negative top margin for pdp components with it is a sibling of universal hero
 * <rdar://problem/53605048> Component - Universal Hero - On initial page load in mobile/tablet,
 * little portion of PDP component visible in screen if Universal hero followed by PDP component.
 */
.universalHero + .section .pdp-content-column {
  margin-top: 0px;
}

.bbd-full-width-container {
  position: relative;
  width: 100%;
}

.bbd-full-width-container .outer-container {
  margin: 0 auto;
}

.bbd-full-width-container .outer-container .content-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.fullWidthBgContainerV2 + .section .pdp-content-column {
  margin-top: 0px;
}
/* ---------------------------------------
// Image-text-component Styles starts here
*/
.bbd-pdp-img-text-component .pdp-content-column * {
  color: #fff;
}
.bbd-pdp-img-text-component.pdp-component{
  margin-bottom:-1px;
}
.bbd-pdp-img-text-component.pdp-component .pdp-component.pdp-1x-image,
.bbd-pdp-img-text-component.pdp-component .pdp-component.pdp-2x-image,
.bbd-pdp-img-text-component.pdp-component .pdp-component.pdp-3x-image{
  margin-bottom: 0px;
}
/*Minimum padding for outline in CTAs*/
.bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy,
.bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-1x-image .pdp-content-column .pdp-1x-image-text-block,
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-2x-image .pdp-content-column .pdp-2x-image-text-block,
    .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-3x-image .pdp-content-column .pdp-3x-image-text-block{
  padding-bottom: 5px;

}
.bbd-pdp-img-text-component.pdp-component .pdp-content-column{
  margin-top: 0;
}

.bbd-pdp-img-text-component .pdp-content-column .beats-btn * {
  color: inherit;
}
.bbd-pdp-img-text-component .hero-copy .hero-button-container-background {
    background-color: #fff;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 10px;
  }

.bbd-pdp-img-text-component h1, .bbd-pdp-img-text-component h2, .bbd-pdp-img-text-component h3, .bbd-pdp-img-text-component h4, .bbd-pdp-img-text-component h5, .bbd-pdp-img-text-component h6 {
  margin: 0 0 20px;
}

span.rte-plg-el{
  display: inline-block;
}
  .bbd-pdp-img-text-component .hero-cta-container {
    display: inline;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  
  .bbd-pdp-img-text-component .hero-cta-container .button-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  
  .bbd-pdp-img-text-component .hero-cta-container a.beats-btn--link .beats-btn-inner {
    white-space: pre-line;
  }
  
  .bbd-pdp-img-text-component .hero-cta-container a .beats-btn-inner i,
  .bbd-pdp-img-text-component .hero-cta-container a .beats-btn-inner svg {
    vertical-align: unset;
    padding-right: 0;
  }
  
  .bbd-pdp-img-text-component .content-wrapper {
    overflow: hidden;
    margin: 0 auto;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .plyr-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0;
    pointer-events: none;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .video-cover-image { 
    position: absolute;
    width: 100%;
    z-index: 3;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
            -webkit-transform: translate3d(0,0,0);
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .video-cover-image picture {
    display: block;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .video-cover-image img {
    display: block;
    width: 100%;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block video,
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block picture {
    width: 100%;
    vertical-align: middle;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    height: 100px;
    width: 100px;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s opacity 0.3s;
    transition: -webkit-transform 0.2s opacity 0.3s;
    -o-transition: transform 0.2s opacity 0.3s;
    transition: transform 0.2s opacity 0.3s;
    transition: transform 0.2s opacity 0.3s, -webkit-transform 0.2s opacity 0.3s;
    display: none;
  }
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-play-button .fa-stack{
    width: 100px;
    height:100px;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button .fa-circle {
    opacity: 0.7;
    color:#161616;
  }

  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.dark .fa-circle,
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.dark .fa-play {
    color: #161616;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button .fa-play {
    font-size: 1.6rem;
    padding-left: 10px;
    color: #fff;
  }
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-play-button .fa-play {
    transform: translateY(75%);
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button:hover {
    -webkit-transform: scale(1.1) translate3d(-50%, -50%, 0);
            transform: scale(1.1) translate3d(-50%, -50%, 0);
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper {
    background: none;
    overflow: hidden;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 110;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-transform: translate3d(0,0,0) scale(0.75,0.75); /* IE 9 */
    -webkit-transform: translate3d(0,0,0) scale(0.75,0.75); /* Safari */
    transform: translate3d(0,0,0) scale(0.75,0.75);
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container svg {
    font-size: 50px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    cursor: pointer;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container > div,
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container button {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container .play-btn,
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container .pause-btn {
    display: none;
    border: none;
    background: none;
  }

  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container .control-btn {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 5px;
    margin-right: 1px;
     /* Added important since plugin js extract background image style
      * and adds a modified inline style
      */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAgODAiPjxnPjxjaXJjbGUgY3g9IjQwIiBjeT0iNDAiIHI9IjM4IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgb3BhY2l0eT0iMC4yIi8+PHBhdGggZD0iTTQwLDJBMzgsMzgsMCwwLDEsNzgsNDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjQiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAsMCkiPjxwYXRoIGQ9Ik0zMSwyOC4yMVY1MS43OWEyLjI1LDIuMjUsMCwwLDAsMy4zOCwxLjk1bDIwLjQtMTEuNzlhMi4yNSwyLjI1LDAsMCwwLDAtMy45TDM0LjM4LDI2LjI3QTIuMjUsMi4yNSwwLDAsMCwzMSwyOC4yMVoiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSIzOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjQiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYwLDApIj48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSIzOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjQiLz48cmVjdCB4PSIzMCIgeT0iMjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI4IiByeD0iMiIgcnk9IjIiIGZpbGw9IiNmZmYiLz48cmVjdCB4PSI0NCIgeT0iMjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI4IiByeD0iMiIgcnk9IjIiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+Cg==") !important;
    background-repeat: no-repeat;
    background-size: 120px 40px;
    border-radius: 20px;
    margin-right:1px;
    -webkit-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
  }

  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container.dark .control-btn {
    filter: invert(1);
}
.bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container .control-btn.play-btn {
    background-position-x: -40px
}
.bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container .control-btn.pause-btn {
    background-position-x: -80px
}
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container .circle {
    -webkit-background-size: auto auto;
            background-size: auto auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAgODAiPjxnPjxjaXJjbGUgY3g9IjQwIiBjeT0iNDAiIHI9IjM4IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgb3BhY2l0eT0iMC4yIi8+PHBhdGggZD0iTTQwLDJBMzgsMzgsMCwwLDEsNzgsNDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjQiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAsMCkiPjxwYXRoIGQ9Ik0zMSwyOC4yMVY1MS43OWEyLjI1LDIuMjUsMCwwLDAsMy4zOCwxLjk1bDIwLjQtMTEuNzlhMi4yNSwyLjI1LDAsMCwwLDAtMy45TDM0LjM4LDI2LjI3QTIuMjUsMi4yNSwwLDAsMCwzMSwyOC4yMVoiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSIzOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjQiLz48L2c+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYwLDApIj48Y2lyY2xlIGN4PSI0MCIgY3k9IjQwIiByPSIzOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjQiLz48cmVjdCB4PSIzMCIgeT0iMjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI4IiByeD0iMiIgcnk9IjIiIGZpbGw9IiNmZmYiLz48cmVjdCB4PSI0NCIgeT0iMjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI4IiByeD0iMiIgcnk9IjIiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+Cg==") !important;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 120px 40px;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container .circle-container {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: clockwise;
    animation-name: clockwise;
  }
  
  @-webkit-keyframes clockwise {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes clockwise {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block:not(.user-playback-video-container) .plyr .plyr__controls {
    display: none !important;
  }

  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .user-playback-video-container .plyr .plyr__controls {
    display: flex !important;
    -webkit-transform: translate3d(0,0,0);
  }

  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block.user-playback-video-container .plyr.plyr--playing .plyr__controls {
    opacity: 1;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .plyr .plyr--muted .plyr__controls button svg.icon--muted {
    display: block;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .plyr .plyr--muted .plyr__controls button svg.icon--muted + svg {
    display: none;
  }
  
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .plyr .plyr__controls button svg.icon--exit-fullscreen {
    /* display: none !important; */
  }
  
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-1x-image .pdp-content-column .pdp-1x-image-text-block .hero-cta-container, 
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-1x-image .pdp-content-column .pdp-2x-image-text-block .hero-cta-container, 
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-1x-image .pdp-content-column .pdp-3x-image-text-block .hero-cta-container, 
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-2x-image .pdp-content-column .pdp-1x-image-text-block .hero-cta-container, 
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-2x-image .pdp-content-column .pdp-2x-image-text-block .hero-cta-container, 
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-2x-image .pdp-content-column .pdp-3x-image-text-block .hero-cta-container, 
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-3x-image .pdp-content-column .pdp-1x-image-text-block .hero-cta-container, 
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-3x-image .pdp-content-column .pdp-2x-image-text-block .hero-cta-container, 
  .bbd-pdp-img-text-component .content-wrapper section.pdp-component.pdp-3x-image .pdp-content-column .pdp-3x-image-text-block .hero-cta-container {
    margin-top: 20px;
  }
  
  .bbd-pdp-img-text-component.pdp-transition {
    width: 100%;
  }
  
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper {
    width: 100%;
  }
  
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-transition-image-block {
    position: relative;
  }
  
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-transition-image-block picture {
    position: relative;
  }
  
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-transition-image-block picture img {
    -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    width: 100%;
    opacity: 0;
  }
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-transition-image-block .pdp-video-wrapper img {
    opacity: 1;
  }
  
  /* .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-transition-image-block.beats-video-block video, 
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-transition-image-block.pdp-video-block video {
    -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0;
  } */
  
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-transition-copy{
    -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 2;
    width: 460px;
  }
  /* transition effects */
   .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper + .pdp-transition-content-wrapper .pdp-content-column .hero-copy {
    -webkit-transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    -o-transition: opacity .4s ease-out,transform .4s ease-out;
    transition: opacity .4s ease-out,transform .4s ease-out;
    transition: opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    /* -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); */
    opacity: 0;
  }
  .bbd-pdp-img-text-component.pdp-transition.animate .pdp-transition-image-wrapper + .pdp-transition-content-wrapper .pdp-content-column .hero-copy,
  #loadArticleModal .modal .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper + .pdp-transition-content-wrapper .pdp-content-column .hero-copy {
        /* -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); */
        opacity: 1;
  }
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-picture img{
  /* .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-video-wrapper video { */
    -webkit-transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
    transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
    -o-transition:opacity .4s ease-out,transform .4s ease-out;
    transition:opacity .4s ease-out,transform .4s ease-out;
    transition:opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s;
    opacity:0;
    width:100%
}
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-video-wrapper img{
    opacity: 1;
}
  
  .bbd-pdp-img-text-component.pdp-transition.animate .pdp-transition-image-wrapper .pdp-picture img,
  #loadArticleModal .modal .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-picture img{
    opacity: 1;
  }
  
  /* .bbd-pdp-img-text-component.pdp-transition.animate .pdp-transition-image-wrapper .pdp-video-wrapper video,
  #loadArticleModal .modal .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-video-wrapper video {
    opacity: 1;
  } */
  
  .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-text-block{
    -webkit-transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    -o-transition: opacity .4s ease-out,transform .4s ease-out;
    transition: opacity .4s ease-out,transform .4s ease-out;
    transition: opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
  }
    .bbd-pdp-img-text-component .pdp-3x-image.animate .pdp-content-column .pdp-3x-image-text-block,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-text-block,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-text-block .show-mobile > *,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-text-block .show-tablet > *,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-text-block .show-desktop > *{
      opacity: 1;
  }
  .bbd-pdp-img-text-component .pdp-3x-image.animate .pdp-content-column .pdp-3x-image-text-column .pyt-target,
  #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-3x-image.animate .pdp-content-column .pdp-3x-image-text-column .pyt-target{
    opacity:1
}
.bbd-pdp-img-text-component .pdp-3x-image.animate .pdp-content-column .pdp-3x-image-picture-block .pyt-target-1,
#loadArticleModal .modal .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-picture-block .pyt-target-1,
.bbd-pdp-img-text-component .pdp-3x-image.animate .pdp-content-column .pdp-3x-image-picture-block .pyt-target-2,
#loadArticleModal .modal .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-picture-block .pyt-target-2,
.bbd-pdp-img-text-component .pdp-3x-image.animate .pdp-content-column .pdp-3x-image-picture-block .pyt-target-3,
#loadArticleModal .modal .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-picture-block .pyt-target-3{
    opacity:1;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
  .bbd-pdp-img-text-component .pdp-2x-image .pdp-content-column .pdp-2x-image-text-block{
    -webkit-transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    -o-transition: opacity .4s ease-out,transform .4s ease-out;
    transition: opacity .4s ease-out,transform .4s ease-out;
    transition: opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
  }
    .bbd-pdp-img-text-component .pdp-2x-image.animate .pdp-content-column .pdp-2x-image-text-block,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-2x-image .pdp-content-column .pdp-2x-image-text-block {
      -webkit-transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
      transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
      -o-transition: opacity .4s ease-out,transform .4s ease-out;
      transition: opacity .4s ease-out,transform .4s ease-out;
      transition: opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
      -webkit-transition-delay: .066s;
      -o-transition-delay: .066s;
      transition-delay: .066s;
      opacity: 1;
    }
    .bbd-pdp-img-text-component .pdp-2x-image.animate .pdp-content-column .pdp-2x-image-picture-block .pyt-target,
      #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-2x-image .pdp-content-column .pdp-2x-image-picture-block .pyt-target{
      -webkit-transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      -o-transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
      -webkit-transition-delay:0s;
      -o-transition-delay:0s;
      transition-delay:0s;
      opacity:1;
      -webkit-transform:translate3d(0, 0, 0);
      transform:translate3d(0, 0, 0)
  }
  .bbd-pdp-img-text-component .pdp-2x-image.animate .pdp-content-column .pdp-2x-image-text-block .pyt-target.pdp-2x-image-text-block-header,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-2x-image .pdp-content-column .pdp-2x-image-text-block .pyt-target.pdp-2x-image-text-block-header{
      -webkit-transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      -o-transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
      -webkit-transition-delay:.066s;
      -o-transition-delay:.066s;
      transition-delay:.066s;
      opacity:1
  }
  .bbd-pdp-img-text-component .pdp-2x-image.animate .pdp-content-column .pdp-2x-image-text-block .pyt-target.pdp-2x-image-text-block-body,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-2x-image .pdp-content-column .pdp-2x-image-text-block .pyt-target.pdp-2x-image-text-block-body{
      -webkit-transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      -o-transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
      -webkit-transition-delay:.132s;
      -o-transition-delay:.132s;
      transition-delay:.132s;
      opacity:1
  }
    .bbd-pdp-img-text-component .pdp-1x-image .pdp-content-column .pdp-1x-image-text-block {
      -webkit-transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
      transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
      -o-transition: opacity .4s ease-out,transform .4s ease-out;
      transition: opacity .4s ease-out,transform .4s ease-out;
      transition: opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      opacity: 0;
    }
    .bbd-pdp-img-text-component .pdp-1x-image.animate .pdp-content-column .pdp-1x-image-text-block,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-1x-image .pdp-content-column .pdp-1x-image-text-block{
      -webkit-transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
      transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
      -o-transition: opacity .4s ease-out,transform .4s ease-out;
      transition: opacity .4s ease-out,transform .4s ease-out;
      transition: opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
      -webkit-transition-delay: .132s;
      -o-transition-delay: .132s;
      transition-delay: .132s;
      opacity: 1;
    }
    .bbd-pdp-img-text-component .pdp-1x-image .pdp-content-column .pdp-1x-image-picture-block .pyt-target{
      -webkit-transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      -o-transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
      -webkit-transition-delay:0s;
      -o-transition-delay:0s;
      transition-delay:0s;
      opacity:0;
      -webkit-transform:translate3d(0, 50px, 0);
      transform:translate3d(0, 50px, 0)
  }
    .bbd-pdp-img-text-component .pdp-1x-image.animate .pdp-content-column .pdp-1x-image-picture-block .pyt-target,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-1x-image .pdp-content-column .pdp-1x-image-picture-block .pyt-target{
      -webkit-transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      transition:opacity .4s ease-out,-webkit-transform .4s ease-out;
      -o-transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out;
      transition:opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
      -webkit-transition-delay:0s;
      -o-transition-delay:0s;
      transition-delay:0s;
      opacity:1;
      -webkit-transform:translate3d(0, 0, 0);
      transform:translate3d(0, 0, 0);
    }

  
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper.animate .pdp-transition-content-wrapper .pdp-content-column,
  #loadArticleModal .modal .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-transition-content-wrapper .pdp-content-column
   {
    margin: initial;
  }
  
  
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper.animate .pdp-transition-content-wrapper .pdp-content-column .pdp-transition-copy,
  #loadArticleModal .modal .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-transition-copy {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 1;
  }
  
  .bbd-pdp-img-text-component.remove-poster .pdp-video-wrapper .plyr-container {
    opacity: 1;
    pointer-events: auto;
  }
  
  .bbd-pdp-img-text-component.remove-poster .pdp-video-wrapper .beats-video-block .video-cover-image {
    opacity: 0;
    pointer-events: none;
  }

  .bbd-pdp-img-text-component.playing .video-play-button {
    opacity: 0;
    pointer-events: none;
  }

  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-video-wrapper .plyr--fullscreen-enabled.plyr--fullscreen-active video,
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-video-wrapper .plyr--fullscreen-enabled.plyr--fullscreen-active.playback-paused .plyr__controls {
    opacity: 1;
  }
  
  .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper .pdp-video-wrapper .plyr--fullscreen-enabled.plyr--ready.plyr--stopped.playback-paused .plyr__controls {
    opacity: 1;
    pointer-events: auto;
  }
  .bbd-pdp-img-text-component .pdp-content-column .show-desktop *, 
  .bbd-pdp-img-text-component .pdp-content-column .show-tablet *, 
  .bbd-pdp-img-text-component .pdp-content-column .show-mobile * {
    text-align: inherit;
  }


  .bbd-pdp-img-text-component .content-wrapper .pdp-content-column .pdp-icon-text:first-child,
  .bbd-pdp-img-text-component .content-wrapper .pdp-content-column .pdp-square-icon-group {
    margin-top: 41px;
  }

  .bbd-pdp-img-text-component .hero-cta-container .desktop-align-horizontal .hero-button:not(:first-child) a.beats-btn--link{
    margin-left: 10px;
  }

  .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-transition-image-block,
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper {
    padding: 0;
  }
  /* ---------------------------------------
  // Web Styles
  */
  @media screen and (min-width: 1024px) {
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-transition-image-block,
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper {
      padding: 0;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-highlight-video-tablet,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-highlight-video-mobile,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-image-tablet,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-image-mobile,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-video-tablet,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-video-mobile {
      display: none;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-highlight-video-web,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-image-web,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-video-web {
      display: block;
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper {
      top: 0;
      min-height: 100%;
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column {
      min-height: inherit;
      min-width: 100%;
      position: absolute;
      margin: initial;
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy {
      position: absolute;
      max-width: 460px;
      z-index: 1000;
      margin: 4.16667%;
    }
    .bbd-pdp-img-text-component .content-wrapper .hero-cta-container .button-container {
      width: auto;
    }
    /*CtaButton vertical alignment for desktop*/
    .bbd-pdp-img-text-component .content-wrapper .hero-cta-container .desktop-align-vertical .hero-button{
      display: flex;
    }
    .bbd-pdp-img-text-component .content-wrapper .hero-cta-container.beats-cta-alignment-center .button-container.desktop-align-vertical{
      width:fit-content;
      margin:0 auto;
    }
    .bbd-pdp-img-text-component .content-wrapper .hero-cta-container .desktop-align-vertical .hero-button:not(:first-child) {
      margin-left: 0px;
      margin-top: 20px;
    }
    .bbd-pdp-img-text-component .hero-cta-container .desktop-align-vertical .hero-button:first-child a.beats-btn--link span{
      padding-bottom: 0px;
    }
    .bbd-pdp-img-text-component .hero-cta-container .desktop-align-vertical .hero-button:not(:first-child) a.beats-btn--link span{
      padding-top: 0px;
    }
    .bbd-pdp-img-text-component .hero-cta-container .desktop-align-vertical .hero-button:not(:first-child) a.beats-btn--link {
      margin-left: 0;
    }
    .bbd-pdp-img-text-component .content-wrapper .hero-cta-container .hero-button,
    .bbd-pdp-img-text-component .content-wrapper .hero-cta-container .hero-price {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    .bbd-pdp-img-text-component .content-wrapper .hero-cta-container .hero-button:not(:first-child) {
      margin-left: 10px;
    }
    .bbd-pdp-img-text-component .content-wrapper .hero-cta-container.hero-cta-container-align-center {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
    }
    .bbd-pdp-img-text-component .content-wrapper .hero-cta-container.hero-cta-container-align-right {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy .show-tablet {
      display: none;
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy .show-mobile {
      display: none;
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.top-left {
      top: 0;
      left: 0;
      -webkit-transform: translateY(-30%);
          -ms-transform: translateY(-30%);
              transform: translateY(-30%);
    }
    .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper {
      padding: 0 0%;
    }
    .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.top-left{
      top: 0;
      left: 0;
      -webkit-transform: translateY(30%);
          -ms-transform: translateY(30%);
              transform: translateY(30%); 
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.top-center {
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -30%);
          -ms-transform: translate(-50%, -30%);
              transform: translate(-50%, -30%);
    }
    .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.top-center {
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 30%);
          -ms-transform: translate(-50%, 30%);
              transform: translate(-50%, 30%);
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.top-right {
      top: 0;
      right: 0;
      -webkit-transform: translateY(-30%);
          -ms-transform: translateY(-30%);
              transform: translateY(-30%);
    }
      .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.top-right {
      top: 0;
      right: 0;
      -webkit-transform: translateY(30%);
          -ms-transform: translateY(30%);
              transform: translateY(30%);
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.middle-left {
      top: 50%;
      left: 0;
      /* -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
      -webkit-transition-delay: 0.066s;
           -o-transition-delay: 0.066s;
              transition-delay: 0.066s; */
      -webkit-transform: translate(0, -70%);
          -ms-transform: translate(0, -70%);
              transform: translate(0, -70%);
    }
      .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.middle-left {
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, 70%);
          -ms-transform: translate(0, 70%);
              transform: translate(0, 70%);
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.middle-center {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -70%);
          -ms-transform: translate(-50%, -70%);
              transform: translate(-50%, -70%);
    }
      .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.middle-center {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 70%);
          -ms-transform: translate(-50%, 70%);
              transform: translate(-50%, 70%);
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.middle-right {
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-70%);
          -ms-transform: translateY(-70%);
              transform: translateY(-70%);
    }
      .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.middle-right {
      top: 50%;
      right: 0;
      -webkit-transform: translateY(70%);
          -ms-transform: translateY(70%);
              transform: translateY(70%);
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.bottom-left {
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(-30%);
          -ms-transform: translateY(-30%);
              transform: translateY(-30%);
    }
      .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.bottom-left {
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(30%);
          -ms-transform: translateY(30%);
              transform: translateY(30%);
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.bottom-center {
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
      .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.bottom-center {
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
              transform: translate(-50%, 50%);
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.bottom-right {
      bottom: 0;
      right: 0;
      -webkit-transform: translateY(-30%);
          -ms-transform: translateY(-30%);
              transform: translateY(-30%);
    }
      .bbd-full-width-container .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-hero-copy.bottom-right {
      bottom: 0;
      right: 0;
      -webkit-transform: translateY(30%);
          -ms-transform: translateY(30%);
              transform: translateY(30%);
    }
    .bbd-pdp-img-text-component .content-wrapper.pdp-transition-flip {
      width: 100%;
    }
    .bbd-pdp-img-text-component .content-wrapper.pdp-transition-flip .pdp-content-column {
      padding: 0 8.33333%;
      float: right;
    }
    .bbd-pdp-img-text-component.animate .pdp-transition-image-block picture img,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-transition-image-block picture img {
      opacity: 1;
    }
    .bbd-pdp-img-text-component.animate .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.top-left,
    #loadArticleModal .modal .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.top-left {
      -webkit-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
    }
    .bbd-pdp-img-text-component.animate .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.top-center,
    #loadArticleModal .modal .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.top-center {
      -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
    }
    .bbd-pdp-img-text-component.animate .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.top-right,
      #loadArticleModal .modal .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.top-right {
      -webkit-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
    }
    .bbd-pdp-img-text-component.animate .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.middle-left,
      #loadArticleModal .modal .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.middle-left {
      top: 50%;
      left: 0;
      /* -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; */
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    .bbd-pdp-img-text-component.animate .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.middle-center,
      #loadArticleModal .modal .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.middle-center {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    .bbd-pdp-img-text-component.animate .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.middle-right,
      #loadArticleModal .modal .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.middle-right {
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    .bbd-pdp-img-text-component.animate .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.bottom-left,
      #loadArticleModal .modal .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.bottom-left {
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
    }
    .bbd-pdp-img-text-component.animate .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.bottom-center,
      #loadArticleModal .modal .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.bottom-center {
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
    .bbd-pdp-img-text-component.animate .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.bottom-right,
      #loadArticleModal .modal .bbd-pdp-img-text-component .content-wrapper .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy.bottom-right {
      bottom: 0;
      right: 0;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    .bbd-pdp-img-text-component.animate .pdp-transition-copy,
      #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-transition-copy {
      -webkit-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 1;
    }
    /* 1x & 2x flip configuration css */
    .bbd-pdp-img-text-component .pdp-1x-image.pdp-1x-flip .pdp-1x-image-picture-block {
      padding-left: 4.16667%;
      padding-right: 0%
    }

    .bbd-pdp-img-text-component .pdp-1x-image.pdp-1x-flip .pdp-1x-image-text-column {
      padding-left: 0%;
      padding-right: 4.16667%
    }

    .bbd-pdp-img-text-component .pdp-1x-image.pdp-1x-flip .pdp-1x-image-text-column .pdp-1x-image-text-block {
      float: right;
    }

    .bbd-pdp-img-text-component .pdp-2x-image.pdp-2x-image-flip .pdp-content-column .pdp-2x-image-text-block {
      float: left;
    }

    .bbd-pdp-img-text-component .pdp-2x-image.pdp-2x-image-flip .pdp-content-column .pdp-2x-image-picture-block-1 {
      padding-right: 4.16667%;
      padding-left: 0%;
      float: right;
    }

    .bbd-pdp-img-text-component .pdp-2x-image.pdp-2x-image-flip .pdp-content-column .pdp-2x-image-picture-block-1 .pyt-target {
      -webkit-transform: translate3d(50px, 0, 0);
      transform: translate3d(50px, 0, 0);
    }

    .bbd-pdp-img-text-component .pdp-2x-image.pdp-2x-image-flip .pdp-content-column .pdp-2x-image-picture-block-2 {
      float: left;
    }

    .bbd-pdp-img-text-component .pdp-2x-image.pdp-2x-image-flip .pdp-content-column .pdp-2x-image-picture-block-2 .pyt-target {
      -webkit-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0);
    }

    .bbd-pdp-img-text-component .pdp-2x-image.pdp-2x-image-flip.animate .pdp-content-column .pdp-2x-image-picture-block .pyt-target,
    #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-2x-image.pdp-2x-image-flip .pdp-content-column .pdp-2x-image-picture-block .pyt-target {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container.desktop-dark .control-btn {
      filter: invert(1);
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.desktop-dark .fa-circle {
      color: #161616;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.desktop-dark .fa-play {
      color: #fff;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.desktop-light .fa-circle {
      color: #fff;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.desktop-light .fa-play {
      color: #161616;
    }
  }
  
  /* ---------------------------------------
  // Tablet Styles
  */
  @media screen and (min-width: 768px) and (max-width: 1023px) {

    .bbd-pdp-img-text-component .hero-cta-container .tab-align-vertical .hero-button:not(:first-child) a.beats-btn--link{
      margin-left: 0;
    }

    .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper + .pdp-transition-content-wrapper .pdp-content-column .hero-copy {
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
    }
    .bbd-pdp-img-text-component.pdp-transition.animate .pdp-transition-image-wrapper + .pdp-transition-content-wrapper .pdp-content-column .hero-copy,
      #loadArticleModal .modal .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper + .pdp-transition-content-wrapper .pdp-content-column .hero-copy {
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
    }

    .bbd-pdp-img-text-component .hero-cta-container {
      display: inline;
      padding: 0;
    }
    .bbd-pdp-img-text-component .hero-cta-container .hero-button {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    .bbd-pdp-img-text-component .hero-cta-container .hero-button a {
      margin-right: 0;
      display: block;
    }
    .bbd-pdp-img-text-component .hero-cta-container .hero-button a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner {
      padding: 10px 0 10px 0;
      text-align: left;
    }
    .bbd-pdp-img-text-component .hero-cta-container .tab-align-vertical .hero-button:not(:first-child) a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner{
      padding-top:0;
    }
    .bbd-pdp-img-text-component .hero-cta-container .hero-button .beats-btn {
      display: block;
    }
    .bbd-pdp-img-text-component .hero-cta-container .hero-button:not(:first-child) {
      margin-left: 10px;
    }
    .bbd-pdp-img-text-component .hero-cta-container .button-container.tab-align-vertical .hero-button {
      display: block;
    }
    .bbd-pdp-img-text-component .hero-cta-container .button-container.tab-align-vertical .hero-button:not(:first-child) {
      margin-left: 0px;
      margin-top: 20px;
    }
    .bbd-pdp-img-text-component .hero-cta-container .button-container.tab-align-vertical .hero-button:not(:first-child) a:not(.beats-btn--link) {
      margin-top: 20px;
    }
    .bbd-pdp-img-text-component .hero-cta-container .button-container .hero-button:first-child a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner{
      padding-bottom: 0;
      padding-top: 0;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper {
      width: 100%;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-transition-image-block {
      /* padding: 0 8.33333%; */
      position: relative;
      min-width: initial;
      margin: 0 auto;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-transition-image-block picture {
      position: relative;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-transition-image-block picture img {
      -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s;
      width: 100%;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-highlight-video-web,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-highlight-video-mobile,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-image-web,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-image-mobile,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-video-web,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-video-mobile {
      display: none;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-highlight-video-tablet,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-image-tablet,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-video-tablet {
      display: block;
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-hero-copy {
      position: initial;
      /* width: 460px; */
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-hero-copy .show-tablet {
      display: block;
    }
    .bbd-pdp-img-text-component .content-wrapper .pdp-hero-copy .show-mobile {
      display: none;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip {
      width: 100%;
      margin-top: 0;
      padding-top: 0;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column {
      padding-top: 50px;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column .pdp-transition-copy,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column .pdp-transition-copy {
      position: relative;
      z-index: 2;
      width: 640px;
      margin: 50px 0 0;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column .pdp-transition-copy .pdp-transition-header,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column .pdp-transition-copy .pdp-transition-header {
      margin-bottom: 20px;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy .show-desktop,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column .pdp-hero-copy .show-desktop {
      display: none;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy .show-mobile,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column .pdp-hero-copy .show-mobile {
      display: none;
    }
    .bbd-pdp-img-text-component .pdp-1x-image .pdp-content-column .pdp-1x-image-text-block .show-tablet,
    .bbd-pdp-img-text-component .pdp-2x-image .pdp-content-column .pdp-2x-image-text-block .show-tablet,
    .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-text-block .show-tablet{
      margin-top: 50px;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container.tablet-dark .control-btn {
      filter: invert(1);
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.tablet-dark .fa-circle {
      color: #161616;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.tablet-dark .fa-play {
      color: #fff;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.tablet-light .fa-circle {
      color: #fff;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.tablet-light .fa-play {
      color: #161616;
    }
   }
  
  /* ---------------------------------------
  // Mobile Styles
  */

  @supports (-webkit-overflow-scrolling: touch) { /* CSS specific to iOS mobile devices */ 
      @media screen and (max-width: 767px) {
        .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-cover-image,
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-play-button {
            opacity: 1 !important;
            pointer-events: auto !important;
          }
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container video{
            opacity: 0;
          }
      }
      @media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 
        .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-cover-image,
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-play-button {
            opacity: 1 !important;
            pointer-events: auto !important;
          }
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container video{
            opacity: 0;
          }
    }

    @media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
        .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-cover-image,
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-play-button {
            opacity: 1 !important;
            pointer-events: auto !important;
          }
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container video{
            opacity: 0;
          }
    }

    @media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 
        .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-cover-image,
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-play-button {
            opacity: 1 !important;
            pointer-events: auto !important;
          }
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container video{
            opacity: 0;
          }
    }

    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
     .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-cover-image,
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-play-button {
            opacity: 1 !important;
            pointer-events: auto !important;
          }
          .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container video{
            opacity: 0;
          }
}

}


  @media screen and (max-width: 767px) {

    .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper + .pdp-transition-content-wrapper .pdp-content-column .hero-copy {
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
    }
    .bbd-pdp-img-text-component.pdp-transition.animate .pdp-transition-image-wrapper + .pdp-transition-content-wrapper .pdp-content-column .hero-copy,
      #loadArticleModal .modal .bbd-pdp-img-text-component.pdp-transition .pdp-transition-image-wrapper + .pdp-transition-content-wrapper .pdp-content-column .hero-copy {
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px);
    }

    .bbd-pdp-img-text-component .hero-cta-container {
      padding: 0;
      -webkit-align-self: flex-start !important;
          -ms-flex-item-align: start !important;
              align-self: flex-start !important;
    }
    .bbd-pdp-img-text-component .hero-cta-container .button-container {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
    .bbd-pdp-img-text-component .hero-cta-container .hero-button {
      display: block;
    }
    .bbd-pdp-img-text-component .hero-cta-container .hero-button a {
      margin-right: 0;
      display: block;
    }
    .bbd-pdp-img-text-component .hero-cta-container .hero-button a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner {
      padding: 0;
      text-align: left;
    }
    
    .bbd-pdp-img-text-component .hero-cta-container .hero-button .beats-btn {
      display: block;
    }
    .bbd-pdp-img-text-component .hero-cta-container .hero-button:not(:first-child) {
      margin-top: 20px;
      margin-left: 10px;
    }
    .bbd-pdp-img-text-component .hero-cta-container .mob-align-vertical .hero-button:not(:first-child) a.beats-btn--link,
    .bbd-pdp-img-text-component .hero-cta-container .button-container.mob-align-vertical .hero-button:not(:first-child){
      margin-left: 0;
    }

    .bbd-pdp-img-text-component .hero-cta-container .button-container.mob-align-horizontal {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .bbd-pdp-img-text-component .hero-cta-container .button-container.mob-align-horizontal .hero-button a.beats-btn--link.btn-outline-color-transparent.btn-bg-color-transparent .beats-btn-inner {
        padding: 10px 0 10px 0;
        text-align: left;
    }
    .bbd-pdp-img-text-component .hero-cta-container .button-container.mob-align-horizontal .hero-button:not(:first-child) {
        margin-top: 0;
    }
    .bbd-pdp-img-text-component .hero-cta-container .button-container.mob-align-horizontal .hero-button:not(:first-child) a.beats-btn--link {
        margin-left: 10px;
    }

    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-transition-image-block {
      /* padding: 0 8.33333%; */
      position: relative;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-transition-image-block picture {
      position: relative;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-transition-image-block picture img {
      -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
      -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, transform 0.4s ease-out;
      transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s;
      width: 100%;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-highlight-video-web,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-highlight-video-tablet,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-image-web,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-image-tablet,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-video-web,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-video-tablet {
      display: none;
    }
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .pdp-highlight-video-mobile,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-image-mobile,
    .bbd-pdp-img-text-component .pdp-transition-image-wrapper .show-hero-video-mobile {
      display: block;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column {
      padding-top: 50px;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column .pdp-transition-copy,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column .pdp-transition-copy {
      z-index: 2;
      width: 100%;
      padding-top: 50px;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column .pdp-transition-copy .pdp-transition-header,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column .pdp-transition-copy .pdp-transition-header {
      margin: 50px 0 17px;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy .show-desktop,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column .pdp-hero-copy .show-desktop {
      display: none;
    }
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper .pdp-content-column .pdp-hero-copy .show-tablet,
    .bbd-pdp-img-text-component .pdp-transition-content-wrapper.pdp-transition-flip .pdp-content-column .pdp-hero-copy .show-tablet {
      display: none;
    }
    .bbd-pdp-img-text-component .pdp-1x-image .pdp-content-column .pdp-1x-image-text-block .show-mobile,
    .bbd-pdp-img-text-component .pdp-2x-image .pdp-content-column .pdp-2x-image-text-block .show-mobile,
    .bbd-pdp-img-text-component .pdp-3x-image .pdp-content-column .pdp-3x-image-text-block .show-mobile{
      margin-top: 50px;
    }
    
    .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .beats-video-block .video-controls-container.mobile-dark .control-btn {
      filter: invert(1);
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.mobile-dark .fa-circle {
      color: #161616;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.mobile-dark .fa-play {
      color: #fff;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.mobile-light .fa-circle {
      color: #fff;
    }

    .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button.mobile-light .fa-play {
      color: #161616;
    }
  }

  /* START - Changes for Img plus text 1xImage Icon Features component */
  .bbd-pdp-img-text-component .pdp-1x-image.animate .pdp-content-column .pdp-1x-image-text-block .pyt-target,
  .bbd-pdp-img-text-component.animate .pdp-content-column .pdp-square-icon-group,
  #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-1x-image .pdp-content-column .pdp-1x-image-text-block .pyt-target,
  #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-content-column .pdp-square-icon-group,
  #loadArticleModal .modal .bbd-pdp-img-text-component .pdp-1x-image .pdp-content-column .pdp-1x-image-picture-block .pyt-target{
  opacity: 1;
  }
  .bbd-pdp-img-text-component .pdp-1x-image .pdp-theme-info,
  .bbd-pdp-img-text-component .pdp-content-column .pdp-square-icon-group .pdp-theme-info{
  height: 100px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 15px 0 21px;
  }
  .bbd-pdp-img-text-component .pdp-1x-image .pdp-theme-info .pdp-info-copy,
  .bbd-pdp-img-text-component .pdp-content-column .pdp-square-icon-group .pdp-theme-info .pdp-info-copy{
  height: 100%;
  min-width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 6px;
  padding-top: 3px;
  }
  .bbd-pdp-img-text-component .pdp-1x-image .pdp-theme-info:before,
  .bbd-pdp-img-text-component .pdp-1x-image .pdp-theme-info:after,
  .bbd-pdp-img-text-component .pdp-content-column .pdp-square-icon-group .pdp-theme-info:before,
  .bbd-pdp-img-text-component .pdp-content-column .pdp-square-icon-group .pdp-theme-info:after{
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
  -webkit-background-size: 23px 100px;
  background-size: 23px 100px;
  width: 23px;
  z-index: -1;
  }
  .bbd-pdp-img-text-component .pdp-1x-image .pdp-theme-info:before,
  .bbd-pdp-img-text-component .pdp-content-column .pdp-square-icon-group .pdp-theme-info:before{
  left: -21px;
  }
  
  .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-controls-container.video-play-button .control-btn{
        width: 90px;
        min-width: 90px;
        height: 91px;
        padding: 5px;
        /* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…I2IiBoZWlnaHQ9IjI4IiByeD0iMiIgcnk9IjIiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+Cg==) !important; */
        background-repeat: no-repeat;
        background-size: 270px;
        border-radius: 40px;
        margin-right: 1px;
        -webkit-transform-origin: 20px 20px;
        transform-origin: 40px 40px;
    }
    .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-controls-container.video-play-button .control-btn.play-btn{
        background-position-x: -90px;
    }

    .bbd-pdp-img-text-component .pdp-video-wrapper .beats-video-block.user-playback-video-container .video-controls-container.video-play-button{
        transform-origin: top left;
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 50%;
        width: 90px;
        height: 90px;
        transform: translate3d(-50%, -50%, 0);
    } 

  @media screen and (min-width: 1024px) {
    .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.desktop-theme-black .pdp-square-icon.pdp-theme-info,
    .bbd-pdp-img-text-component .pdp-content-column .desktop-theme-black .pdp-square-icon-group .pdp-square-icon.pdp-theme-info{
          background-image:url("resources/img/icons/MiddleB.png");
          color: #161616;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.desktop-theme-black .pdp-square-icon.pdp-theme-infon *,
    .bbd-pdp-img-text-component .pdp-content-column .desktop-theme-black .pdp-square-icon-group .pdp-square-icon.pdp-theme-info *{
          color: #161616;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.desktop-theme-black .pdp-square-icon.pdp-theme-info:after,
      .bbd-pdp-img-text-component .pdp-content-column .desktop-theme-black .pdp-square-icon-group .pdp-square-icon.pdp-theme-info:after {
  background-image:url("resources/img/icons/RightB.png");
  right:-15px;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.desktop-theme-black .pdp-icon-separator *,
      .bbd-pdp-img-text-component .pdp-content-column .desktop-theme-black .pdp-square-icon-group .pdp-icon-separator * {
          color: #161616;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.desktop-theme-white .pdp-square-icon.pdp-theme-info,
      .bbd-pdp-img-text-component .pdp-content-column .desktop-theme-white .pdp-square-icon-group .pdp-square-icon.pdp-theme-info{
          background-image:url("resources/img/icons/MiddleW.png");
          color: #fff;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.desktop-theme-white .pdp-square-icon.pdp-theme-info *,
      .bbd-pdp-img-text-component .pdp-content-column .desktop-theme-white .pdp-square-icon-group .pdp-square-icon.pdp-theme-info *, 
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.desktop-theme-white .pdp-icon-separator *,
      .bbd-pdp-img-text-component .pdp-content-column .desktop-theme-white .pdp-square-icon-group .pdp-icon-separator * {
          color: #fff;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.desktop-theme-white .pdp-square-icon.pdp-theme-info:after,
      .bbd-pdp-img-text-component .pdp-content-column .desktop-theme-white .pdp-square-icon-group .pdp-square-icon.pdp-theme-info:after {
        background-image:url("resources/img/icons/RightW.png");
        right:-15px;
      }
  }
  @media screen and (max-width: 1023px) {
    .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.mobile-theme-black .pdp-square-icon.pdp-theme-info,
    .bbd-pdp-img-text-component .pdp-content-column .mobile-theme-black .pdp-square-icon-group .pdp-square-icon.pdp-theme-info{
          background-image:url("resources/img/icons/MiddleB.png");
          color: #161616;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.mobile-theme-black .pdp-square-icon.pdp-theme-info *,
    .bbd-pdp-img-text-component .pdp-content-column .mobile-theme-black .pdp-square-icon-group .pdp-square-icon.pdp-theme-info *{
          color: #161616;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.mobile-theme-black .pdp-square-icon.pdp-theme-info:after,
      .bbd-pdp-img-text-component .pdp-content-column .mobile-theme-black .pdp-square-icon-group .pdp-square-icon.pdp-theme-info:after{
        background-image:url("resources/img/icons/RightB.png");
        right:-15px;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.mobile-theme-black .pdp-icon-separator *,
      .bbd-pdp-img-text-component .pdp-content-column .mobile-theme-black .pdp-square-icon-group .pdp-icon-separator *{
          color: #161616;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.mobile-theme-white .pdp-square-icon.pdp-theme-info,
      .bbd-pdp-img-text-component .pdp-content-column .mobile-theme-white .pdp-square-icon-group .pdp-square-icon.pdp-theme-info{
          background-image:url("resources/img/icons/MiddleW.png");
          color: #fff;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.mobile-theme-white .pdp-square-icon.pdp-theme-info *,
      .bbd-pdp-img-text-component .pdp-content-column .mobile-theme-white .pdp-square-icon-group .pdp-square-icon.pdp-theme-info *,
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.mobile-theme-white .pdp-icon-separator *,
      .bbd-pdp-img-text-component .pdp-content-column .mobile-theme-white .pdp-square-icon-group .pdp-icon-separator *{
          color: #fff;
      }
      .bbd-pdp-img-text-component .pdp-1x-image.pdp-component .pdp-highlight-text-block-icons.mobile-theme-white .pdp-square-icon.pdp-theme-info:after,
      .bbd-pdp-img-text-component .pdp-content-column .mobile-theme-white .pdp-square-icon-group .pdp-square-icon.pdp-theme-info:after{
        background-image:url("resources/img/icons/RightW.png");
        right:-15px;
      }
       
  }
  /* End - Changes for Img plus text 1xImage Icon Features component */
/* ---------------------------------------
// Image-text-component Styles Ends here
*/
.bbd-pdp-img-text-component::before,
  .bbd-pdp-img-text-component::after{
  clear:both;
  content:"";
  display:block;
}

/* Remove the negative top margin for pdp components with it is a sibling of image + text Component  */
.imageAndText + .section .pdp-content-column {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
 .article-content .bbd-pdp-img-text-component .content-wrapper .pdp-video-wrapper .beats-video-block .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    height: 100px;
    width: 100px;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s opacity 0.3s;
    transition: -webkit-transform 0.2s opacity 0.3s;
    -o-transition: transform 0.2s opacity 0.3s;
    transition: transform 0.2s opacity 0.3s;
    transition: transform 0.2s opacity 0.3s, -webkit-transform 0.2s opacity 0.3s;
    display: block;
  }}

  .imageAndText .pdp-hero-copy .show-desktop h1, .imageAndText .pdp-hero-copy .show-desktop h2 {
      line-height: 1.1;
      font-size: 3.125rem;
      margin-bottom: 20px;
      font-weight: 500;
  }

  @media screen and (max-width: 767px){
  .imageAndText .pdp-hero-copy .show-mobile h1, .imageAndText .pdp-hero-copy .show-mobile h2{
      line-height: 1.1;
      font-size: 2.75rem;
      margin-bottom: 20px;
      font-weight: 500;
  }}

  @media screen and (max-width: 1023px) and (min-width: 768px){
  .imageAndText .pdp-hero-copy .show-tablet h1, .imageAndText .pdp-hero-copy .show-tablet h2{
      line-height: 1.1;
      font-size: 3.125rem;
      margin-bottom: 20px;
      font-weight: 500;
  }}

  .article-content .bbd-pdp-img-text-component .pdp-content-column .show-desktop p, .article-content .bbd-pdp-img-text-component .pdp-content-column .show-tablet p, .article-content .bbd-pdp-img-text-component .pdp-content-column .show-mobile p {
      color: #fff;
  }

  .article-content .bbd-pdp-img-text-component .pdp-content-column .show-desktop >*, .article-content .bbd-pdp-img-text-component .pdp-content-column .show-tablet >*, .article-content .bbd-pdp-img-text-component .pdp-content-column .show-mobile >*{
      width: 100%;
      margin-left: 0;
  }
  .bbd-pdp-img-text-component .content-wrapper .pdp-transition-image-wrapper .pdp-video-wrapper .plyr--fullscreen-enabled.plyr--ready.plyr--stopped .plyr__controls {
    pointer-events: none;
  }
  .imageAndText .show-desktop h1, .imageAndText .pdp-1x-image-text-block .show-desktop h2{
     line-height: 1.1;
     font-size: 3.125rem;
     margin-bottom: 20px;
     font-weight: 500;
  }

  @media screen and (max-width: 1023px) and (min-width: 768px){
  .imageAndText .show-tablet h1, .imageAndText .pdp-1x-image-text-block .show-tablet h2{
     line-height: 1.1;
     font-size: 3.125rem;
     margin-bottom: 20px;
     font-weight: 500;
  }}

   @media screen and (max-width: 767px){
  .imageAndText .show-mobile h1, .imageAndText .pdp-1x-image-text-block .show-mobile h2{
      line-height: 1.1;
      font-size: 2.75rem;
      margin-bottom: 20px;
      font-weight: 500;
    }}

  .bbd-pdp-img-text-component .pdp-content-column a {
     color: inherit;
   }

.beatsCTA.section{
    text-align: center;
}

.beats-cta-alignment-center {
    text-align: center;
    width: 100%;
}

.beats-cta-alignment-left {
    text-align: left;
}

@media screen and (min-width: 1024px) {
    .desktop-align-horizontal .hero-button {
        display: initial;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tab-align-horizontal .hero-button {
        display: initial;
    }
}

@media screen and (max-width: 767px) {
    .mob-align-horizontal .hero-button {
        display: initial;
    }

}
