.category-banner {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #F33D32 0%, #F33D32 33%, #F33D32 100%);
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.category-banner-text {
  width: 95%;
  max-width: 1340px;
  margin: auto;
}
.category-banner-text h1 {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: white;
}
.offers-header {
  width: 98%;
  max-width: 1500px;
  margin: 25px auto;
}
h3.offers-header {
  font-size: 2em;
  color: #0b2572;
}
.offers-glasses-row {
  display: flex;
  width: 98%;
  max-width: 1500px;
  margin: 25px auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.offers-glasses-block {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(187, 187, 187, 0.73);
  border-radius: 4px;
  margin: 10px auto;
  padding-right: 10px;
}
.offers-glasses-block img.desktop {
  width: 32%;
  max-width: 100%;
  height: auto;
}
.offers-glasses-block img.mobile {
  display: none;
}
.offers-glasses-block-text {
  display: block;
  width: 64%;
}
.offers-glasses-block-text h3 {
  font-size: 1.5em;
  font-weight: 700;
  color: #0B2572;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.offers-glasses-block-text p {
  font-size: 1.2em;
}
.offers-cta a.a-btn--primary {
  color: white;
  background-color: #0b2572;
  border: 2px solid #0b2572;
  padding: 0.25em 1.75em;
  font-size: 0.9em;
}
.offers-cta a.a-btn--primary:hover {
  border: 2px solid #0b2572;
  color: #0b2572;
  background-color: transparent;
}
.btn-cta a.a-btn--primary {
  background-color: #0b2572;
  border: 2px solid #0b2572;
  padding: 0.5em 1.5em;
}
.btn-cta a.a-btn--primary:hover {
  color: #0b2572;
  background-color: transparent;
}
.designer-hero {
  width: 100%;
  padding-top: min(400px, calc(400 / 1800 * 100% - (58px + 13%)));
  padding-bottom: 7%;
  background: url("https://www.americasbest.com/cdn-cgi/image/fit=scale-down,width=1800,f=auto,q=85/medias/AB-Web-LP-ECC-Hero-Desktop-girl-in-pink-1800px.jpg?context=bWFzdGVyfHJvb3R8MTE1MDcyfGltYWdlL2pwZWd8YURJMEwyZzJZUzh4TURBMk1Ua3lNemswTWpRek1DOUJRbDlYWldKZlRGQXRSVU5ETFVobGNtOHRSR1Z6YTNSdmNGOW5hWEpzTFdsdUxYQnBibXRmTVRnd01IQjRMbXB3Wnd8MGU2YTg4ZTEwMDk2YzI4ZTg3YjU2MTMwZTIwMTc5OWVjOTBiZWU4NWQ1YWY5NTFiNDU3MGI5YTNmZGEwNDIxMw")
    center top/ auto 100% no-repeat no-repeat #ebf4fb;
  position: relative;
  margin: 35px auto 0;
}
.designer-hero-content {
  max-width: 1340px;
  width: 95%;
  display: flex;
  margin: auto;
  text-align: center;
}
.designer-hero-text {
  width: 50%;
  display: flex;
  margin-left: 3%;
  flex-direction: column;
  justify-content: center;
}
.designer-hero-text h2 {
  font-size: 2.5em;
  line-height: 1.3;
  color: #0b2572;
  margin-bottom: 10px;
}
.designer-hero-text h3 {
  font-size: 1.75em;
  margin: 0 0 25px;
  line-height: 1.3;
  color: black;
  font-weight: 400;
}
.designer-cta a.a-btn--primary {
  color: white;
  background-color: #0b2572;
  border: 2px solid #0b2572;
  padding: 0.5em 1.75em;
}
.designer-cta a.a-btn--primary:hover {
  border: 2px solid #0b2572;
  color: #0b2572;
  background-color: transparent;
}
@media (max-width: 1399px) {
  .designer-hero-text h2 {
    font-size: 2.15em;
  }
  .designer-hero-text h3 {
    font-size: 1.4em;
  }
}
@media (max-width: 1199px) {
  .category-banner-text h1 {
    font-size: 2.5em;
  }
  .offers-glasses-block-text h3 {
    font-size: 1.22em;
  }
  .offers-glasses-block-text p {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .designer-hero {
    padding-top: min(400px, calc(400 / 1800 * 100% - (58px + 10%)));
  }
  .designer-hero-text {
    width: 55%;
  }
  .designer-hero-text h2 {
    font-size: 1.75em;
  }
  .designer-hero-text h3 {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
  h3.offers-header {
  font-size: 1.75em;
}
}
@media (max-width: 991px) {
  .offers-glasses-block-text h3 {
    font-size: 1.05em;
    margin-bottom: 5px;
  }
  .offers-glasses-block-text p {
    font-size: 0.9em;
  }
    h3.offers-header {
  font-size: 1.5em;
}
  .offers-cta a.a-btn--primary {
    font-size: 0.7em;
  }
  .designer-hero-text h2 {
    font-size: 1.5em;
  }
  .designer-hero-text h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 850px) {
  .category-banner-text h1 {
    font-size: 2em;
  }
  .offers-header {
    width: 97%;
    max-width: 100%;
    margin: 15px auto 5px;
}
  .offers-glasses-row {
    flex-direction: column;
    margin: 15px auto;
    width: 100%;
  }
  .offers-glasses-block {
    flex-direction: column;
    width: 95%;
    padding-right: 0;
  }
  .offers-glasses-block img.desktop {
    display: none;
  }
  .offers-glasses-block img.mobile {
    display: block;
    width: 100%;
  }
  .offers-glasses-block-text {
    width: 100%;
    margin: 25px auto;
    padding: 0 20px;
    text-align: center;
  }
  .offers-glasses-block-text h3 {
    font-size: 1.75em;
  }
  .offers-glasses-block-text p {
    font-size: 1.5em;
    line-height: 1.3;
  }
  .offers-cta {
    width: 100%;
  }
  .offers-cta a.a-btn--primary {
    font-size: 0.9em;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .offers-hub-hero {
    padding-bottom: calc(558 / 767 * 100% - (1px + 3%));
    background: url("https://www.americasbest.com/cdn-cgi/image/fit=scale-down,width=767,f=auto,q=85/medias/AB-LP-Hero-Banner-Creative-V5-767-1-.jpg?context=bWFzdGVyfHJvb3R8OTE1OTd8aW1hZ2UvanBlZ3xhREJoTDJobFppODVOamd6T0RjM09ESXlORGswTDBGQ1gweFFYMGhsY204Z1FtRnVibVZ5SUVOeVpXRjBhWFpsWDFZMVh6YzJOeUFvTVNrdWFuQm58MWM4MTI0ZTYwZWQ5NDQ2MWU2NmVjNzY5ODE4MmQxOWE1NmUwNWY5YzgxNDVlMWZhZTk1YTQ4NTQwNjNlOTYwMA")
      center bottom/contain no-repeat no-repeat #d5f6fb;
    display: flex;
    padding-top: 5%;
  }
  .offers-hub-hero-content {
    width: 100%;
  }
  .offers-hub-hero-text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .offers-hub-hero-text h1 {
    font-size: 3em;
  }
  .offers-hub-hero-text h2 {
    font-size: 2em;
  }
  .designer-hero {
    padding-bottom: calc(600 / 767 * 100% - (1px + 15%));
    padding-top: 6%;
    background: url("https://www.americasbest.com/cdn-cgi/image/fit=scale-down,width=767,f=auto,q=85/medias/AB-Web-LP-ECC-Hero-Mobile-girl-in-pink-767px.jpg?context=bWFzdGVyfHJvb3R8MTE1OTM3fGltYWdlL2pwZWd8YURaakwyZ3daQzh4TURBMk1Ua3lORFU1TnpjNU1DOUJRbDlYWldKZlRGQXRSVU5ETFVobGNtOHRUVzlpYVd4bFgyZHBjbXd0YVc0dGNHbHVhMTgzTmpkd2VDNXFjR2N8YTIxMjU2NDJmZDBkYjVlMDUwYmYyYWQ0M2NjODNiYmUwMDFkNDcyYzJmOThlYTJkYzk5MTUzYjc4MTk2ZmZiZA")
      center bottom/contain no-repeat no-repeat #f0ede8;
    margin: 15px auto 0;
  }
  .designer-hero-content {
    width: 100%;
    margin: 0;
  }
  .designer-hero-text {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
  }
  .designer-hero-text h2 {
    font-size: 2.25rem;
  }
  .designer-hero-text h3 {
    font-size: 1.35rem;
  }
    h3.offers-header {
  font-size: 1.75em;
}
}
@media (max-width: 620px) {
  .offers-hub-hero-text h1 {
    font-size: 2.5em;
  }
  .offers-hub-hero-text h2 {
    font-size: 1.6em;
  }
  .offers-glasses-block-text h3 {
    font-size: 1.5em;
  }
  .offers-glasses-block-text p {
    font-size: 1.3em;
  }
    h3.offers-header {
  font-size: 1.5em;
}
  .designer-hero-text h2 {
    font-size: 1.75rem;
  }
  .designer-hero-text h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .offers-hub-hero-text,
  .designer-hero-text {
    width: 90%;
  }
  .offers-hub-hero-text h1 {
    font-size: 2em;
  }
  .offers-hub-hero-text h2 {
    font-size: 1.35em;
  }
  .designer-hero-text h3 {
    font-size: 1.1rem;
  }
    h3.offers-header {
  font-size: 1.25em;
}
}
@media (max-width: 414px) {
  .offers-glasses-block-text h3 {
    font-size: 1.35em;
  }
  .offers-glasses-block-text p {
    font-size: 1.1em;
  }
  .offers-cta a.a-btn--primary {
    font-size: 0.8em;
  }
}
.benefits {
  height: 52px;
  overflow-y: hidden;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: -19px;
  background-color: #e4e6f2;
}
.benefits-row {
  width: 100%;
  max-width: 1340px;
  justify-content: space-evenly;
  margin: 10px auto;
}
.benefits-row a {
  color: #0057b8;
  font-weight: 700;
  text-decoration: none;
  width: 33.3333%;
}
.benefits-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 100%;
}
.benefits-icons img {
  height: 100%;
  margin-right: 10px;
}
.benefits-vl {
  border-left: 2px solid #bed3e1;
}
.benefits span {
  font-size: 0.9em;
}
.benefits-mobile {
  display: none;
}
@media (max-width: 767px) {
  .benefits {
    display: none;
  }
  .benefits-row a {
    width: 100%;
  }
  .benefits-mobile {
    height: auto;
    display: block;
    width: 100%;
    margin-top: -10px;
  }
  .benefits-vl {
    border-left: none;
  }
  .benefits-row {
    width: 100%;
    color: #e4e6f2;
  }
  .benefits-icons {
    background-color: #e3f1f9;
    margin: 0 auto 15px;
    height: 60px;
  }
  .benefits-icons img {
    height: 70%;
    margin-right: 20px;
    padding-right: 9px;
  }
  .benefits span {
    font-size: 1.1em;
  }
}
.accessories-banner {
  text-align: center;
  padding: 10px 20px;
  font-size: 1.25em;
  background: #000;
  color: white;
  font-weight: 700;
}
.accessories-banner a {
  color: white;
  margin-left: 5px;
}
.alert-banner-disclaimer-icon {
  font-size: 90%;
  line-height: 0;
  top: 0.1em;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 850px) {
  .accessories-banner {
    font-size: 1.15em;
  }
}
@media (max-width: 420px) {
  .accessories-banner {
    font-size: 1em;
  }
}
