.image-banner-box.ajjas-wired-device {
  display: flex;
  justify-content: center;
  align-items: center;
  
  margin-bottom: 40px;
}

.image-banner-box.ajjas-wired-device img {
  width: 200vw !important;
  margin-right: -20px;
}

.image-banner-box.wireless-dev {
  margin-top: 30px;
  margin-bottom: -20px;
}

.image-banner-text.ajjas-wired-device .banner-heading {
  width: 90%;

  color: #111111;
}

.banner-tagline.wired-device {
  width: 90%;
  color: #777777;

  margin-bottom: 40px;
}

.why-use-ajjas.ajjas-wired-device {
  width: 100%;
  padding: 16px 25px 32px 25px;
  background-color: #EEEEEE;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

.why-use-ajjas.ajjas-wired-device .wired-title {
  font-size: 12px;
  font-weight: 500 !important;
}

.feature-question-heading {
  margin: 16px 0px;

  font-weight: 600 !important;
  color: white;
}

.feature-answer-tagline {
  font-size: 13px;
  font-weight: 300;
  color: #777777;
}

.feature-answer-tagline.table-label {
  font-size: 18px;
  font-weight: 500;
}

.feature-card.ajjas-wired-device {
  width: 100%;
  overflow: hidden;
  margin-top: 32px;

  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 8px 0px #0000001A;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-card.ajjas-wired-device .feature-card-image {
  width: 100%;
}

.feature-card.ajjas-wired-device .feature-card-image img {
  width: inherit;
}

.feature-card.ajjas-wired-device .feature-name {
  font-size: 14px;
  font-weight: 600;
  color: #111111;

  margin: 12px 0px 6px 0px;
}

.feature-card.ajjas-wired-device .feature-description {
  width: 90%;
  margin-bottom: 18px;

  font-size: 12px;
  font-weight: 400;
  color: #848997;
}

.wired-device-video {
  width: 100%;
  padding: 64px 30px;
  background-color: #EEEEEE;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

.wired-device-video-thumbnail, .wireless-device-video-thumbnail {
  position: relative;
}

.wired-device-video-thumbnail, .wireless-device-video-thumbnail,
.wired-device-video-thumbnail img, .wireless-device-video-thumbnail img {
  width: 100%;
}

.wired-device-video p {
  width: 80%;
  margin-bottom: 64px;

  font-size: 24px;
  font-weight: 600;
}


.wired-device-use-cases {
  width: 100%;
  padding: 16px 25px 40px 25px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wired-device-use-cases > .title {
  font-size: 12px;
  font-weight: 400;
}

.wired-device-use-cases > .heading {
  font-size: 24px;
  font-weight: bold;
  color: white;

  margin: 16px 0px 12px 0px;
}

.wired-device-use-cases > .tagline {
  font-size: 13px;
  font-weight: 300;
  color: #777777;
}

.wired-device-use-cases .use-case-card {
  width: 100%;
  margin-top: 32px;
  overflow: hidden;

  border-radius: 10px;
  background-color: white;
  box-shadow: 1px 1px 8px 0px #0000001A;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wired-device-use-cases .use-case-card p {
  margin: 12px 0px 18px 0px;

  font-size: 16px;
  font-weight: 600;
}

.wired-device-use-cases .use-case-card img {
  width: 100%;
}

.ajjas-wired-reviews {
  width: 100%;
  padding: 64px 0px;
  text-align: center;
}

.ajjas-wired-reviews-heading {
  font-size: 24px;
  font-weight: 600;

  margin-bottom: 36px;
}

.shop-product-header-max img {
  position: absolute;
  margin-top: -12px;
}

.woot--bubble-holder {
  bottom: 80px !important;
}

.gradient-overlay.wired-device-page {
  background: linear-gradient(to bottom, transparent 90%, #111111) !important;
}

.image-banner-box.wired-device .gradient-overlay, .image-banner-box.wireless .gradient-overlay {
  background: linear-gradient(to top, #111111, transparent 40%) !important;
}

.image-banner-box.wired-device > img {
  scale: 1.3;
  margin-top: -20px;

  position: relative;
  z-index: 99;
}

.image-banner-box.wireless > img {
  scale: 1.6;
  margin-bottom: -20px;

  position: relative;
  z-index: 99;
}

.ajjas-gps-products.ajjas-pro {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 25cm) {
  .banner-tagline.wired-device {
    width: 40%;
    color: #444444;
    font-weight: 300;
  }

  .why-use-ajjas.ajjas-wired-device {
    height: unset;
    padding: 40px 50px 100px 50px;
    margin: 0px;
    border-radius: 0px;
  }

  .why-use-ajjas.ajjas-wired-device .wired-title, .wired-device-use-cases > .title {
    font-size: 20px;
    font-weight: 500;
  }

  .why-use-ajjas.ajjas-wired-device .feature-question-heading {
    font-size: 40px;
    font-weight: 600;

    width: 40%;
    margin: 24px 0px 16px 0px;
  }

  .why-use-ajjas.ajjas-wired-device .feature-answer-tagline {
    font-size: 24px;
    font-weight: 300;

    width: 40%;
    margin-bottom: 100px;
  }

  .ajjas-wired-device-features {
    display: flex;
    flex-wrap: wrap;
  }

  .ajjas-wired-device-features.ajjas-lite {
    justify-content: center;
  }

  .ajjas-wired-device-features .feature-card.ajjas-wired-device {
    width: 400px;
    height: 430px;

    border-radius: 13px;
    margin: 32px 0px;

    justify-content: flex-start;
  }

  .ajjas-wired-device-features .feature-card.ajjas-wired-device img {
    height: 300px;
    object-fit: cover;
  }

  .feature-card.ajjas-wired-device.center-card {
    margin: 32px 64px;
  }

  .feature-card.ajjas-wired-device .feature-name {
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 8px;
  }

  .feature-card.ajjas-wired-device .feature-description {
    font-size: 16px;
    font-weight: 400;
  }

  .wired-device-video {
    flex-direction: row;
    justify-content: space-between;

    padding: 164px 96px 164px 56px;
  }

  .wired-device-video p {
    width: 28%;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
  }

  .wired-device-video-thumbnail, .wireless-device-video-thumbnail,
  .wired-device-video-thumbnail img, .wireless-device-video-thumbnail img {
    width: 800px;
    border-radius: 21px;
  }

  .wired-device-use-cases {
    padding: 24px 30px 56px 30px;
  }

  .wired-device-use-cases > .heading  br, .wired-device-use-cases > .tagline br {
    display: none;
  }

  .wired-device-use-cases > .heading {
    font-size: 40px;
    font-weight: 600;

    margin: 24px 0px 16px 0px;
  }

  .wired-device-use-cases > .tagline {
    width: 30%;
    margin-bottom: 80px;

    font-size: 24px;
    font-weight: 300;
  }

  .ajjas-wired-device-use-cases-container {
    display: flex;

    margin-bottom: 164px;
  }

  .ajjas-wired-device-use-cases-container .use-case-card {
    margin: 0px 10px;
  }

  .ajjas-wired-reviews-heading {
    width: fit-content;
    font-size: 40px;
    font-weight: 600;

    margin-bottom: 98px;
  }

  .ajjas-wired-reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ajjas-products-comparision.wired-device {
    margin-bottom: 164px;
  }

  .why-use-ajjas.wired-device {
    height: 360px;
    margin: 0px;
    padding: 0px 60px;
    background-color: transparent;
    border-radius: 0px;

    justify-content: space-between;
  }

  .why-use-ajjas.wired-device .why-use-ajjas-heading {
    width: 40%;
    text-align: left;

    font-size: 40px;
    font-weight: 600;
  }

  .why-use-ajjas.wired-device .reasons-accordion-container {
    width: 700px;
    margin: 0px;

    max-height: unset;
    height: unset;
  }

  .why-use-ajjas.wired-device .reasons-accordion-container details summary p {
    font-size: 16px;
    font-weight: 600;
  }

  .why-use-ajjas.wired-device .reasons-accordion-container details p {
    font-size: 14px;
  }

  .why-use-ajjas.wired-device.second {
    margin-bottom: 164px;
  }

  .ajjas-wired-device-features .feature-card.wireless {
    width: 300px;
    height: 425px;

    margin: 0px 24px;
  }

  .ajjas-wired-device-features.wireless {
    flex-wrap: nowrap;
  }

  .feature-card.wireless .feature-name {
    font-size: 16px;
    font-weight: 600;
  }

  .feature-card.wireless .feature-description {
    font-size: 12px;
    font-weight: 400;
  }

  .ajjas-wired-device-use-cases-container.wireless {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ajjas-wired-device-use-cases-container.wireless .use-case-card {
    width: 300px;
    height: 300px;

    margin: 48px 0px;
  }

  .ajjas-wired-device-use-cases-container.wireless .use-case-card.center-card {
    margin: 48px 170px;
  }

  .why-use-ajjas.wired-device.second .why-use-ajjas-heading {
    width: 36%;
  }
}