.wp-block-getwid-section__inner-wrapper {
 	max-width: 1200px;
 	margin: 0 auto;
 }

.wp-block-getwid-section__wrapper {
  background: radial-gradient(circle at 70% center, var(--gradient-from) 0%, var(--gradient-to) 50%);
}

/* HELPERS */
.full-width {
  width: 100% !important;
  max-width: 100% !important;
}
footer.footer-minimal {
  margin-top: 0 !important;
}
footer {
  margin-top: 0;
}
.ovh {
  overflow: hidden;
}
.ma-none {
  margin: 0 !important;
}

@media (min-width: 769px) {
  .desk-hide {
    display: none !important;
  }
  .desk-h-110 img {
    height: 110px;
    width: auto;
  }
  .desk-h-140 img {
    height: 140px;
    width: auto;
  }
  .desk-h-170 img {
    height: 170px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .mob-hide {
    display: none !important;
  }
  .mob-full-w > * {
    width: 100%;
    max-width: 100%;
  }
  .mob-order-1 {
    order: 1;
  }
  .mob-order-2 {
    order: 2;
  }
  .mob-order-3 {
    order: 3;
  }
  .mob-full-page-w {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/* GETWID OVERRIDES */
.wp-block-getwid-section.wrap-pt-none .wp-block-getwid-section__inner-wrapper {
  padding-top: 0;
}
.wp-block-getwid-section.wrap-py-none .wp-block-getwid-section__inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.about-teaser-gap {
  gap: 2.4rem;
}


/* ▼▼▼ MODEL LIST AT THE MAIN PAGE */
section.guitar-main-teaser {
  margin: 0;
}
section.guitar-main-teaser .wrap {
  padding: 2rem 0;
}

.guitar-main-teaser .teaser-wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  /* gap: 1rem; */
  align-items: center;
  width: 100%;
}

.guitar-main-teaser .teaser-content {
  color: #fff;
}

.guitar-main-teaser h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
}

.guitar-main-teaser h2 a {
  text-decoration: none;
}

.guitar-main-teaser .sub-title {
  margin: 1.2rem 0 1.5rem 0;
  font-size: 1.6rem;
  font-weight: 200;
}

.guitar-main-teaser .links {
  display: flex;
  gap: 1rem;
}
.guitar-main-teaser .links .btn, .em-btn {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 0.7rem 1.2rem;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.4px;
  background: linear-gradient(-0deg, #ff00 60%, #fff 70%);
  background-size: 100% 400%;
  background-position: 0% 42px;
  transition: background-position 220ms ease, color 220ms ease;
}
.guitar-main-teaser .links .btn:hover, .em-btn:hover {
  background-position: 0% 0px;
  color: #000;
}

.guitar-main-teaser .teaser-img {
  justify-self: end;
  align-self: center;
  text-align: right;
}

.guitar-main-teaser .teaser-img img {
  height: 55vh;
  min-height: 400px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  section.guitar-main-teaser .wrap {
    padding: 1rem 0;
  }
  /* Stack vertically on mobile and change order */
  .guitar-main-teaser .teaser-wrap {
    grid-template-columns: 1fr;
  }
  .guitar-main-teaser .teaser-content {
    order: 2;
    text-align: center;
    margin-bottom: 2rem;
  }
  .guitar-main-teaser h2 {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
  .guitar-main-teaser .sub-title {
    font-size: 1.2rem;
  }
  .guitar-main-teaser .teaser-img {
    order: 1;
  }
  .wp-block-getwid-section__wrapper {
    background: linear-gradient(to right, var(--gradient-to) 0%, var(--gradient-from) 50%, var(--gradient-to) 100%);
  }
  .guitar-main-teaser .teaser-img img {
    height: auto;
    max-width: 100%;
  }
  .guitar-main-teaser .links {
    justify-content: center;
  }
  .guitar-main-teaser .links .btn {
    padding: 0.5rem 1rem;
    background: none;
  }
}

/* ▲▲▲ [END] MODEL LIST AT THE MAIN PAGE */