@media (max-width: 1024px) {
  .hero-section {
    background-image: url("https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/bg-kv-m.webp");
    height: 114vw;
  }
}
@media (min-width: 1024px) {
  .hero-section {
    background-image: url("https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/bg-kv.webp");
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .hero-section .picture-container .pic-title {
    width: 113%;
  }
}

.hero-section .picture-container .pic-subtitle {
  bottom: 7%;
}
@media (max-width: 767px) {
  .hero-section .picture-container .pic-subtitle {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  .hero-section .picture-container .pic-subtitle {
    bottom: 9%;
  }
}
@media (max-width: 480px) {
  .hero-section .picture-container .pic-border {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .hero-section .picture-container .pic-border {
    bottom: 0;
  }
}

/* WiSA Start */
.wisa-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.wisa-section .product-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisa-section .product-wrap .hotspot--content {
  background: linear-gradient(
    to right,
    rgba(45, 45, 45, 0.9) 0%,
    rgba(0, 0, 0, 0) 35%
  );
  text-align: left;
}

/* 音質比較 */
.device-box .indicator {
  width: 5px;
  top: calc(65.5%);
  right: calc(49.1%);
}
.py-2 {
  padding: 8px 0;
}

.specs-container.expanded {
  max-height: 8000px;
}



/* 桌機以下 */
@media (max-width: 1024px) {
  .wisa-section {
    padding: 30px 0;
    background-image: url("https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/bg-wisa-m.webp");
  }
  .wisa-section .product-image {
    margin-bottom: 11%;
  }

  .wisa-section .product-wrap {
    position: relative;
  }
  .wisa-section .product-wrap .hotspot {
    top: 54%;
    left: 8%;
  }
  .wisa-section .logo {
    width: 300px;
    display: block;
    margin: 0 auto 30px;
  }
  /*  */
  .introSwiper .slide-1 {
    padding-bottom: 30px;
  }
  .introSwiper .slide-1.swiper-slide-active .content-inner {
    margin: 60% auto 20px auto;
  }
  .introSwiper .slide-1 .slide-bg {
    background-image: url("https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/bg-stereo-m.webp");
  }
  .introSwiper .slide-1 .description {
    margin-bottom: 20px;
  }

  /* dolby */
  .dolby-section {
    background-image: url("https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/bg-dolby-m.webp");
  }

  /* 規格表 */
  .spec-title-no-border {
    border: 0;
  }
  .spec-title.no-arrow::after {
    display: none;
  }
  
}

/* Pad 以下 */
@media (max-width: 767px) {
  .wisa-section .hotspot .hotspot--content {
    width: 250px;
    background: linear-gradient(to right, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0.1) 90%);
  }
  .device-box picture {
    max-width: fit-content;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .wisa-section {
    background-size: cover;
    background-image: url("https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/bg-wisa.webp");
    height: 900px;
  }
  .wisa-section .content-container {
    margin-right: auto;
    position: relative;
  }

  .wisa-section .description {
    max-width: 1000px;
    margin-bottom: 145px;
  }

  .wisa-section .hotspot {
    left: 103%;
    top: 71%;
  }

  .wisa-section .hotspot .hotspot--content {
    border-top: 2px solid #ffffff;
    border-right: 0;
    background: linear-gradient(
      to right,
      rgba(45, 45, 45, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%
      );
      padding: 0 0 10px 10px;
      text-align: left;
      width: 250px;
  }
  .wisa-section .hotspot .hotspot--content:after {
    height: 5px;
  }

  .introSwiper .slide-1 .slide-bg {
    background-image: url("https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/bg-stereo.webp");
  }
  
  /* 音質比較 */
  .device-box .indicator {
    width: 7px;
    right: calc(49.2%);
  }
  .quality-section .device-box picture {
    max-width: fit-content;
  }
  /* dolby */
  .dolby-section {
    background-image: url("https://www.homeplus.net.tw/cable/images/manual_upload/soundbox/assets/images/bg-dolby.webp");
  }

  /* 規格表 */
  .spec-title-no-border {
    margin-bottom: 30px;
  }

  /* branding */
  .branding-section {
    padding: 20px 0;
  }
  .branding-section .branding-item {
    width: 15%;
  }
}

/* WiSA End */

@media (min-width: 1024px) {
  .hotspot-section .picture-container .pic-soundbox {
    bottom: 29%;
    right: -120px;
  }
}

.lg-show {
  display: none;
}

@media (min-width: 767px) {
  .md-hide {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lg-hide {
    display: none;
  }
  .lg-show {
    display: block;
  }
}


/* New style for specific animation direction */

.hotspot {
  &.left .hotspot--content {
    width: 240px;
    top: 0;
    bottom: auto;
    left: 40px;
    transition: width .3s;
  }
  &.left:hover .hotspot--content {
    width: 300px;
  }
}
/*
.video-container.swiper-no-swiping,
.swiper.videoSwiper .video-container iframe {
    pointer-events: auto !important;
}*/