/* General */
.products .header-img-small {
  padding-top: 50px;
  width: 90%;
}
.mt-150 {
  margin-top: 150px;
}

.line-shrink {
  line-height: 1.2em;
}

.products .hero-innerpage-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(90vh - 100px);
  background: rgb(0 0 0 / 30%);
  display: block;
  z-index: 1;
}

.products-block-content {
  max-width: 550px;
  width: 100%;
  padding: 50px 50px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 50px -2px rgba(2, 2, 2, 0.2);
  margin-top: 100px;
  margin-right: 100px;
}

.products-block-content h2 {
  font-weight: 500;
}

.products .img-hero-innerpage {
  position: absolute;
  width: 100%;
  height: calc(90vh - 100px);
  pointer-events: none;
  overflow: hidden;
  top: 0;
  left: 0;
}
.products .img-hero-innerpage .accessories-img img {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
}

.products .img-hero-innerpage img {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
}

.products .innerpage-hero-content .content-hero {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .content-hero hgroup {
  width: 55%;
  padding-right: 40px;
  text-align: left;
}
.products .content-hero h1 {
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  line-height: 4rem;
}
.products .content-hero p {
  width: 100%;
  margin: 40px auto 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

/* FW SECTION TEXT */

.fw-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 100px auto;
}

.fw-section .content {
  max-width: 1200px;
}

.fw-section .content h2 {
  font-weight: 600;
}

section.products {
  background-color: #fff;
}

/* Responsive */

@media (max-width: 1200px) {
  .fw-section {
    padding: 0 5vw;
  }
}

@media (max-width: 860px) {
  .products .content-hero {
    gap: 10px;
  }
  .products .content-hero hgroup {
    width: 100%;
    padding-right: 0;
  }

  .products .innerpage-hero-content .content-hero {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .products .hero-image-md {
    min-width: 200px;
    width: 60%;
  }
}

@media (max-width: 768px) {
  .innerpage-hero {
    height: 85vh;
  }

  .hero-image {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .fw-section {
    margin: 60px auto;
  }

  .products .content-hero h1 {
    font-size: 3.5rem;
    line-height: 1;
  }

  .products .hero-image-md {
    min-width: 200px;
    width: 90%;
  }

  .products .hero-image {
    width: 80%;
  }

  .products .innerpage-hero-content {
    width: calc(100% - 30px);
  }
  .products .innerpage-hero-content .content-hero {
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .products .innerpage-hero-content {
    width: calc(100% - 40px);
  }
  .products-block-content {
    margin-top: 100px;
    margin-left: 28px;
    margin-right: 28px;
  }
}

@media (max-width: 360px) {
  .products-block-content {
    margin-top: 100px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 40px 20px;
  }
}

/* FIRST SECTION */
@media (max-width: 1440px) {
  .products .media-block-img {
    position: absolute;
    width: 80%;
    max-width: 1282px;
    height: 930px;
    background-color: #f2f2f2;
    border-radius: 0 20px 20px 0;
  }

  .products .media-block-content {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .products .media-block-img {
    height: 780px;
  }

  .media-block-content {
    max-width: 100%;
  }
  .cf.media-block.products {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  section.media-block.products .inner-wide {
    display: flex;
    justify-content: center;
    max-width: unset;
  }

  .products-block-content {
    width: 100%;
    max-width: 100%;
    margin-top: 100px;
    /* margin-right: 20px;
    margin-left: 20px; */
    padding: 40px 35px;
  }

  .products .inner-wide {
    position: relative;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding: 0 20px !important;
  }

  .products .media-block-img {
    position: absolute;
    width: 100%;
    max-width: unset;
    /* height: 930px; */
    background-color: #f2f2f2;
    border-radius: 0;
  }

  .products .media-block-img picture * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }

  .products.media-block-content {
    max-width: unset;
    width: 100%;
    padding: 50px 30px;
    margin-top: 450px;
    margin-right: 0 !important;
  }

  div.inner-wide {
    padding: 0px 28px;
  }
}

@media (max-width: 425px) {
  .products .inner-wide {
    position: relative;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding: 0 !important;
  }

  .products .media-block-content {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 250px;
  }

  section.media-block {
    padding-bottom: 50px;
  }
}

.video-wrapper {
  width: 110%;
  aspect-ratio: 1 / 1;
  position: relative;
  right: -7vw;
  top: 0px;
  opacity: 1;
  display: block;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 10px solid #56bdc0;
  z-index: 10;
}

.play-icon-overlay {
  pointer-events: none;
}

/* DOUBLE BLOCK ------------------------------------------------------------------- */

section.cf.media-block-03.products {
  min-height: 80vh;
}

@media (max-width: 1024px) {
  section.cf.media-block-03.products {
    margin-bottom: 150px;
  }
}

@media (max-width: 500px) {
  section.cf.media-block-03.products {
    margin-bottom: 0;
  }
}

/* section 2 */

@media (max-width: 1024px) {
  section.circles-right.products {
    /* margin-top: 200px; */
  }

  .products .inner-circle {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .products.circles-right .inner-circle .content-holder {
    width: 100%;
    margin-top: 80px;
  }

  .products .inner-circle .content-holder .content {
    width: 100%;
    max-width: 100%;
    padding: 0px 30px 50px;
  }

  .circles-right .circle-block-img picture:last-child {
    width: 40vw;
  }

  .products .circles-right .inner-circle .content-holder {
    width: unset;
    justify-content: flex-end;
    display: flex;
    position: relative;
    z-index: 4;
    align-items: center;
    order: 1;
  }

  .products .circle-block-img {
    width: 100%;
  }

  .products .circle-block-img picture * {
    width: 80%;
    height: 80%;
  }

  .video-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    right: 0vw;
    top: 0px;
    opacity: 1;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  section.circles-right.products {
    margin-top: 0;
    padding: 0;
    background-color: #fff;
  }
}

@media (max-width: 650px) {
  .products.circles-right .inner-circle .content-holder {
    /* width: 100%; */
    margin-top: 100px;
  }

  .video-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 550px) {
  .products.circles-right .inner-circle .content-holder {
    /* width: 100%; */
    margin-top: 20px;
  }
}

@media (max-width: 425px) {
  section.media-block-03.products {
    padding: 0 0 50px;
  }

  .circle-block-img {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 0;
  }

  .products .media-block-03-content {
    padding: 30px 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .inner-circle .content-holder .content {
    padding: 0px 28px 50px;
  }

  .products .circle-block-img picture * {
    width: 100%;
    height: 100%;
  }
  .circles-right .circle-block-img picture:first-child {
    width: 90%;
    aspect-ratio: 1/1;
    position: relative;
    right: -5vw;
    top: 0px;
    opacity: 1;
    display: block;
  }

  section.circles-right.products {
    padding-bottom: 0;
  }
}

/* SECTION 3 */

.media-block-03-img.single-section {
  height: 820px;
}
@media (max-width: 1440px) {
  section.media-block-03.products .inner-wide {
    display: flex;
    justify-content: flex-start;
    position: relative;
  }

  .products .media-block-03-content {
    max-width: 600px;
  }

  section.media-block-03.products .ear-right {
    z-index: 2;
    right: 0;
  }
}

@media (max-width: 1024px) {
  section.products {
    padding: 50px 0;
  }

  .products .inner-wide {
    padding: 0 30px;
  }
  .products .media-block-03-img {
    position: absolute;
    width: 100%;
    border: 0;
  }

  .products .ear-right img {
    max-width: 80%;
  }

  .products .media-block-03-img picture * {
    border-radius: 0;
  }
  section.media-block-03.products .ear-right {
    z-index: 2;
    right: -70px;
  }

  section.media-block-03.products .ear-right img {
    max-width: 70%;
  }
}

@media (max-width: 892px) {
  section.products {
    margin-bottom: 90px;
  }

  .cf.media-block-03.products {
    padding-top: 0;
  }

  .cf.media-block.products {
    padding-top: 50px;
  }

  .inner-wide {
    display: flex;
    flex-direction: column;
  }

  section.media-block-03.products .ear-right {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .products .media-block-03-img {
    background-color: #ffff;
  }

  .products .media-block-03-content {
    max-width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 425px) {
  .cf.media-block.products {
    padding-top: 10px;
  }
  section.products {
    margin-bottom: 0;
  }
}

/* SLIDERS */
@media (max-width: 786px) {
  section.models {
    padding: 50px 0 50px;
  }
}

/* CONTENT WITH CIRCLE IMAGES - CIRCLE IMAGES LEFT - CONTENT RIGHT  */

@media (max-width: 786px) {
  .content-circles .inner-circle {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .circles-right .inner-circle .content-holder {
    width: 100%;
    justify-content: flex-start;
  }

  .circle-block-img {
    width: 100%;
  }

  .circles-left .circle-block-img picture:first-child {
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .circles-left .circle-block-img picture:last-child {
    width: 40vw;
  }

  section.models {
    padding: 50px 0 50px;
  }
  .products .circle-block-img {
    /* display: none; */
  }

  .products.circles-left .inner-circle .content-holder {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .products .inner-circle .content-holder .content {
    margin-top: 40px;
  }

  .products.circles-left .circle-block-img {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* FW SECTIONb -------------------------------------------------------------------------------------- */
.fw-section.products {
  padding: 0 30px;
}

/* slider */

.cf.products.related-products {
  background-color: whitesmoke;
}

/* PRODUCT COLOUR SLIDER */

.product-range {
  margin: 100px auto;
}

.product-range .section-title h2 {
  font-weight: 600;
  text-align: center;
}
.product-range .product-colour-slider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-range .product-colour-slider li {
  margin: 0 10px;
}
.product-range .colour-slide img {
  width: 100%;
  display: block;
}

.product-range .product-colour-slider .slick-prev:before {
  padding: 10px;
  background-color: #dfdfdf;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.product-range .product-colour-slider .slick-next:before {
  padding: 10px;
  background-color: #dfdfdf;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* ADDED RESPONSIVE STYLES  -----------------------------------------------------------------*/

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .products .media-block-img picture * {
  }
}

@media (max-width: 500px) {
  .media-block-03-img img {
    display: none;
  }
}

@media (max-width: 425px) {
  .products .content-hero h1 {
    font-size: 3rem;
  }
  .products .content-hero p {
    margin: 20px auto 20px;
    font-size: 1.5rem;
  }

  .fw-section.products {
    margin-bottom: 40px;
    margin-top: 10px;
  }
}

/* extra */
@media (max-width: 768px) {
  a.teal-button {
    padding: 15px 48px 12px 29px !important;
    font-size: 16px !important;
  }

  a.teal-button img {
    top: 20px !important;
    right: 21px !important;
  }
  .event-info a {
    font-size: 16px !important;
  }
}
