.tires-lp main section {
  font-size: 16px;
  --red: #fc0d1b;
  --gray: #f5f5f5;
  --dark-gray: #222222;
  color: black;
}

.tires-lp main section .container {
  width: 1310px;
  max-width: 100%;
}

.tires-lp main section .container:before,
.tires-lp main section .container:after {
  display: none;
}

#tires-hero {
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/tires/tires-back.jpg);
  background-image: -webkit-image-set(url("../images/tires/tires-back.jpg") 1x, url("../images/tires/tires-back@2x.jpg") 2x);
}

#tires-hero.new-bg {
  background-image: url(../images/tires/tires-back-new.jpg);
  background-image: -webkit-image-set(url("../images/tires/tires-back-new.jpg") 1x, url("../images/tires/tires-back-new@2x.jpg") 2x);
  background-position: center;
}

#tires-hero .container {
  padding-top: 49px;
  padding-bottom: 29px;
}

#tires-hero h1 {
  font-size: 36px;
  line-height: 1.1667;
}

#tires-hero .th-inner {
  width: 590px;
  max-width: 55%;
}

#tires-hero.new-bg .th-inner {
  position: relative;
}

#tires-hero.new-bg h1 {
  z-index: 2;
  position: relative;
}

#tires-hero form {
  margin-top: 16px;
}

#tires-hero .form-field {
  padding: 7.5px 9.5px;
  flex-basis: 50%;
  flex-grow: 1;
}

#tires-hero .form-field label {
  left: 17px;
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.1em;
  transition: all 0.3s;
  font-weight: normal;
}

/* Float-up label states. Kept at ID specificity so they beat the base
   #tires-hero label override above — forms.css's class-level .focused/.has-value
   rules (lower specificity) can't override an ID-scoped label. */
#tires-hero .form-field .focused label,
#tires-hero .form-field .has-value label {
  font-size: 0.84375em;
  margin-top: calc(-2.9em + 24px);
  color: var(--focus-color);
}

#tires-hero .form-field input,
#tires-hero .form-field select {
  font-size: 1.125em;
  height: 60px;
  background-color: #fff;
  width: 100%;
  text-indent: 17px;
  padding-top: 18px;
  border-radius: 10px;
  padding-left: 0;
}

#tires-hero .form-field .select_box:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/tires/down-arrow.png);
  background-image: -webkit-image-set(url("../images/tires/down-arrow.png") 1x, url("../images/tires/down-arrow@2x.png") 2x);
  background-size: cover;
  pointer-events: none;
}

@-moz-document url-prefix() {
  #tires-hero .form-field select {
    text-indent: 8.5px;
  }
}

#tires-hero .form-field .validation-error:before,
#tires-hero .form-field .incomplete-mask:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 2;
  right: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/error.png);
  background-image: -webkit-image-set(url("../../images/error.png") 1x, url("../../images/error@2x.png") 2x);
  background-size: cover;
  pointer-events: none;
}

#tires-hero button {
  width: 234px;
  height: 40px;
  border-radius: 20px;
  font-size: 17px;
  padding-top: 0.2em;
  margin-top: 21.5px;
}

#tires-logos .container {
  padding-top: 14px;
  padding-bottom: 14px;
}

#ridesafe-banner {
  margin-top: 37px;
  margin-bottom: 50px;
}

.rb-inner {
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/tires/banner-back.jpg);
  background-image: -webkit-image-set(url("../images/tires/banner-back.jpg") 1x, url("../images/tires/banner-back@2x.jpg") 2x);
}

.rb-image {
  margin: -1.015625% 3.515625% -1.25% 11.875%;
}

.rb-text p {
  width: 435px;
  font-size: 1.375em;
  line-height: 1.36363636;
  margin-top: 14px;
}

.rb-text a {
  font-size: 1em;
  margin-top: 15px;
  column-gap: 8px;
}

#tires-how {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url(../images/tires/how-back.jpg);
  background-image: -webkit-image-set(url("../images/tires/how-back.jpg") 1x, url("../images/tires/how-back@2x.jpg") 2x);
}

#tires-how .container {
  padding-top: 92px;
  padding-bottom: 181px;
}

#tires-how .container .employee {
  right: -230px;
}

.th-steps {
  margin-top: 27px;
  column-gap: 40px;
}

.th-step {
  border-radius: 10px;
  padding: 40px 15px 13px;
  flex-basis: calc(33.333% - 26.667px);
  flex-grow: 0;
}

.ths-icon {
  margin-bottom: 17px;
}

.ths-icon:before {
  content: attr(data-count);
  font-size: 18px;
  color: #fff;
  font-family: "AvenirNextLTW01BoldRegular" !important;
  background-color: var(--red);
  position: absolute;
  left: -53px;
  top: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

.th-step p {
  font-size: 1.125em;
  line-height: 1.3333;
}

.th-step p.italic {
  font-size: 0.75em;
  line-height: 1.5;
}

#tires-brands {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/tires/brands-back.jpg);
  background-image: -webkit-image-set(url("../images/tires/brands-back.jpg") 1x, url("../images/tires/brands-back@2x.jpg") 2x);
}

#tires-brands .container {
  padding-top: 84px;
  padding-bottom: 108px;
}

#tires-brands h3 {
  font-size: 3.125em;
  line-height: 1;
}

#tires-brands p {
  font-size: 1.75em;
  line-height: 1.5;
  margin-bottom: 38px;
}

#tires-brands .tb-list {
  gap: 30px 39px;
}

#tires-brands .brand {
  flex-basis: calc(25% - 29.25px);
  height: 65px;
  border-radius: 5px;
  padding: 5px 10px;
}

#tires-why {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-image: url(../images/tires/why-back.jpg);
  background-image: -webkit-image-set(url("../images/tires/why-back.jpg") 1x, url("../images/tires/why-back@2x.jpg") 2x);
}

#tires-why .container {
  padding-top: 64px;
  padding-bottom: 102px;
}

#tires-why h3 {
  font-size: 3.125em;
  line-height: 1;
  margin-bottom: 25px;
}

#tires-why .tw-checkmarks {
  margin-bottom: 57px;
}

#tires-why .tw-checkmark p {
  font-size: 1.5em;
  line-height: 1.1667;
  margin-top: 17px;
}

#tires-why .tw-checkmark p small {
  font-size: 50%;
}

.tires-pricing {
  padding: 40px 81px 75px;
  border-radius: 10px;
}

.tires-pricing > p {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 31px;
}

.tp-list {
  gap: 35px 50px;
}

.tp-list-item {
  flex-grow: 0;
  flex-basis: calc(25% - 37.5px);
  border-radius: 5px;
}

.tpli-top,
.tpli-bottom {
  height: 65px;
}

.tpli-top p {
  font-size: 1.0625em;
  line-height: 1.29411765;
  margin-bottom: 0;
}

.tpli-bottom p {
  font-size: 2.9375em;
  line-height: 1;
  margin-bottom: 0;
}

.tpli-bottom p sup {
  font-size: 60%;
  top: -0.6em;
}

.tpli-bottom p sub {
  font-size: 36.170213%;
  bottom: 0.35em;
  margin-left: 3px;
}

#tires-why .employee-2 {
  left: -168px;
}

#tires-why .tires {
  right: -146px;
}

#tires-reviews {
  padding-top: 88px;
  padding-bottom: 123px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-navigation-size: 35px;
}

#tires-reviews .swiper-slide {
  height: auto;
}

#tires-reviews h3 {
  font-size: 3.125em;
  line-height: 1;
  margin-bottom: 25px;
}

#tires-reviews .swiper {
  padding: 7px;
  margin: 0 -7px;
}

.trs-inner {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  padding: 24px 20px;
}

.tr-slider {
  padding: 0 70px;
}

.tr-slider .swiper-button-next,
.tr-slider .swiper-button-prev {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/tires/reviews-arrow.png);
  background-image: -webkit-image-set(url("../images/tires/reviews-arrow.png") 1x, url("../images/tires/reviews-arrow@2x.png") 2x);
  margin-top: calc(-25px - var(--swiper-navigation-size) / 2);
}

.tr-slider .swiper-button-next.swiper-button-disabled,
.tr-slider .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/tires/reviews-arrow-inactive.png);
  background-image: -webkit-image-set(url("../images/tires/reviews-arrow-inactive.png") 1x, url("../images/tires/reviews-arrow-inactive@2x.png") 2x);
}

.tr-slider .swiper-button-prev.swiper-button-disabled,
.tr-slider .swiper-button-next:not(.swiper-button-disabled) {
  transform: scaleX(-1);
}

.tr-slider .swiper-button-next .swiper-navigation-icon,
.tr-slider .swiper-button-prev .swiper-navigation-icon {
  display: none;
}

.tr-slider .swiper-pagination {
  margin-top: 40px;
}

.tr-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #ccc;
  opacity: 1;
}

.tr-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fc0d1b;
  border-color: #fc0d1b;
}

.trs-top {
  column-gap: 13px;
  margin-bottom: 13px;
}

.trs-name p {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 7px;
}

.trs-bottom {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0;
}

#popup-thanks .popup-content {
  width: 700px;
  height: 500px;
  max-height: 100%;
  padding: 0 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/tires/thanks-popup-back.jpg);
  background-image: -webkit-image-set(url("../images/tires/thanks-popup-back.jpg") 1x, url("../images/tires/thanks-popup-back@2x.jpg") 2x);
}

#popup-thanks .popup-content .popup-close:before,
#popup-thanks .popup-content .popup-close:after {
  display: none;
}

#popup-thanks .popup-content .popup-close {
  width: auto;
  height: auto;
  padding: 26px;
  top: 0;
  right: 0;
}

#popup-thanks .popup-content p {
  font-size: 1.34375em;
  line-height: 1.48837209;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 471px;
}

#popup-thanks .popup-content p.h1 {
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 0.675em;
  margin-top: 0;
}

#popup-thanks .popup-content p.h2 {
  font-size: 1.46875em;
  line-height: 1.36170213;
  margin-bottom: 1em;
  margin-top: 3em;
}

#popup-thanks .popup-content a {
  width: 190px;
  height: 35px;
  border-radius: 18px;
  font-size: 1.0625em;
  margin-top: 23px;
  padding-top: 0.2em;
}

#popup-brands {
  font-size: 16px;
  z-index: 999999;
  --gray: #a3a3a6;
  --red: #e21c27;
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
}

/* The popup component centers .popup-default; the brands layout stacks the
   brand badge + form from the top, so override direction/justification. */
#popup-brands .popup-default {
  flex-direction: column;
  justify-content: flex-start;
}

#popup-brands .popup-brand {
  margin-top: -45px;
  margin-bottom: 15px;
}

#popup-brands #brand-container {
  right: 9px;
  width: 132px;
  height: 39px;
  padding: 0 10px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  bottom: 36px;
}

#popup-brands .popup-content {
  width: 815px;
  height: 723px;
  max-height: 100%;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/tires/popup-back.jpg);
  background-image: -webkit-image-set(url("../images/tires/popup-back.jpg") 1x, url("../images/tires/popup-back@2x.jpg") 2x);
}

#popup-brands .popup-content .popup-close:before,
#popup-brands .popup-content .popup-close:after {
  display: none;
}

#popup-brands .popup-content .popup-close {
  width: auto;
  height: auto;
  padding: 10px 20px;
  top: 0;
  right: 0;
  filter: brightness(0) saturate(100%);
}

#popup-brands p {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
}

#popup-brands p .uppercase {
  font-size: 1.9333em;
}

#popup-brands .button {
  width: 192px;
  height: 39px;
  border-radius: 20px;
  margin-top: 8px;
  font-size: 1.0625em;
  padding: 0;
  padding-top: 0.2em;
  margin-top: 20px;
}

#popup-brands .popup-form form {
  width: 639px;
  margin-top: 20px;
}

#popup-brands .form-field {
  padding: 7.5px 9.5px;
  flex-basis: 50%;
  flex-grow: 1;
}

#popup-brands .form-field label {
  left: 17px;
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.3em;
  transition: all 0.3s;
  font-weight: normal;
}

/* Float-up label states — kept at ID specificity to beat the base
   #popup-brands label override above (see #tires-hero note). */
#popup-brands .form-field .focused label,
#popup-brands .form-field .has-value label {
  font-size: 0.84375em;
  margin-top: calc(-2.9em + 24px);
  color: var(--focus-color);
}

#popup-brands .form-field input,
#popup-brands .form-field select {
  font-size: 1.125em;
  height: 59px;
  background-color: #fff;
  width: 100%;
  text-indent: 17px;
  padding-top: 18px;
  border-radius: 12px;
  padding-left: 0;
}

#popup-brands .form-field .select_box:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/tires/down-arrow.png);
  background-image: -webkit-image-set(url("../images/tires/down-arrow.png") 1x, url("../images/tires/down-arrow@2x.png") 2x);
  background-size: cover;
  pointer-events: none;
}

@-moz-document url-prefix() {
  #popup-brands .form-field select {
    text-indent: 8.5px;
  }
}

#popup-brands .form-field .validation-error:before,
#popup-brands .form-field .incomplete-mask:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 2;
  right: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/error.png);
  background-image: -webkit-image-set(url("../../images/error.png") 1x, url("../../images/error@2x.png") 2x);
  background-size: cover;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #tires-logos .container .swiper-wrapper {
    column-gap: 20px;
    justify-content: space-between;
  }

  #tires-logos .container .swiper-slide {
    width: auto;
  }
}

@media screen and (max-width: 1240px) {
  .th-step p br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .tires-pricing {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  #tires-brands .brand {
    flex-basis: calc(33.333% - 26px);
  }

  .th-steps {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .th-step {
    flex-basis: calc(50% - 20px);
  }

  #tires-why {
    background-size: auto 450px;
  }

  #tires-why .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #tires-why .tw-checkmarks {
    flex-direction: column;
    text-align: left;
  }

  .tw-checkmark {
    flex-direction: row;
    justify-content: flex-start;
  }

  .tw-checkmark img {
    width: 29px;
    margin-left: 0;
    margin-right: 10px;
  }

  .tw-checkmark br {
    display: none;
  }

  #tires-why .tw-checkmark p small {
    display: block;
  }

  .tires-pricing::-webkit-scrollbar {
    display: none;
  }

  .tires-pricing {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% + 30px);
  }

  .tp-list {
    overflow-x: auto;
    padding-left: 25px;
    padding-right: 25px;
    gap: 35px 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .tp-list-item {
    width: 242px;
  }
}

@media screen and (max-width: 767px) {
  #tires-hero .th-inner {
    max-width: 65%;
  }

  #tires-brands h3,
  #tires-why h3,
  #tires-reviews h3 {
    font-size: 2.5em;
    line-height: 1;
  }

  .rb-inner {
    border-radius: 5px;
    padding: 54px 36px;
  }

  #tires-how .container {
    padding-top: 55px;
    padding-bottom: 97px;
  }

  #tires-brands .brand {
    flex-basis: calc(50% - 19.5px);
  }
}

@media screen and (max-width: 567px) {
  #tires-hero {
    background-image: url(../images/tires/tires-back-m.jpg);
    background-image: -webkit-image-set(url("../images/tires/tires-back-m.jpg") 1x, url("../images/tires/tires-back-m@2x.jpg") 2x);
  }

  #tires-hero.new-bg {
    background-image: url(../images/tires/tires-back-new-m.jpg);
    background-image: -webkit-image-set(url("../images/tires/tires-back-new-m.jpg") 1x, url("../images/tires/tires-back-new-m@2x.jpg") 2x);
    background-position: center right;
  }

  #tires-hero .container {
    padding-top: 390px;
    padding-bottom: 70px;
  }

  #tires-hero h1 {
    width: 350px;
    font-size: 34px;
    line-height: 1.29411765;
    margin-bottom: 0;
  }

  #tires-hero button {
    width: 211px;
    margin-top: 17px;
  }

  #tires-hero .th-inner {
    max-width: 100%;
  }

  #ridesafe-banner {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .rb-inner {
    background-image: url(../images/tires/banner-back-m.jpg);
    background-image: -webkit-image-set(url("../images/tires/banner-back-m.jpg") 1x, url("../images/tires/banner-back-m@2x.jpg") 2x);
    text-align: center;
  }

  .rb-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .rb-text p {
    font-size: 1.25em;
    line-height: 1.3;
    margin-top: 20px;
  }

  .rb-text a {
    font-size: 1.125em;
    margin-top: 16px;
    column-gap: 10px;
  }

  .th-steps {
    row-gap: 16px;
    text-align: left;
    margin-top: 23px;
  }

  .th-step {
    flex-basis: 100%;
    flex-direction: row;
    padding: 25px 13px 13px 10px;
  }

  .ths-icon {
    width: 108px;
    column-gap: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
  }

  .ths-icon img {
    flex-shrink: 0;
    margin-left: 0;
  }

  .th-step-1 .ths-icon img {
    width: 48px;
  }

  .th-step-2 .ths-icon img {
    width: 49px;
  }

  .th-step-3 .ths-icon img {
    width: 41px;
  }

  .ths-icon:before {
    position: relative;
    left: inherit;
    top: inherit;
    width: 27px;
    flex-shrink: 0;
  }

  .ths-details {
    text-align: left;
  }

  .th-step p {
    font-size: 1.0625em;
    line-height: 1.29411765;
  }

  .th-step p.italic {
    display: none;
  }

  #tires-brands .container {
    padding-top: 60px;
    padding-bottom: 73px;
  }

  #tires-brands h3 {
    font-size: 50px;
    line-height: 1;
  }

  #tires-brands p {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 25px;
  }

  #tires-brands .tb-list {
    gap: 30px 12px;
  }

  #tires-brands .brand {
    height: 45px;
    flex-basis: calc(50% - 6px);
  }

  #tires-brands .brand img {
    max-height: 100%;
    width: auto;
  }

  #tires-why {
    background-size: auto 691px;
    background-image: url(../images/tires/why-back-m.jpg);
    background-image: -webkit-image-set(url("../images/tires/why-back-m.jpg") 1x, url("../images/tires/why-back-m@2x.jpg") 2x);
  }

  #tires-why .container {
    padding-top: 69px;
    padding-bottom: 0;
  }

  #tires-why h3 {
    margin-left: 0;
    margin-right: auto;
  }

  #tires-why .tw-checkmarks {
    margin-bottom: 39px;
  }

  #tires-why .tw-checkmark p {
    font-size: 21px;
    line-height: 1.14285714;
  }

  #tires-reviews {
    background-color: white;
    padding-top: 66px;
    padding-bottom: 86px;
  }

  #tires-reviews .trs-name p {
    font-size: 18px;
  }

  #tires-reviews .trs-bottom {
    font-size: 17px;
  }

  .tr-slider {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .tr-slider .swiper-button-next,
  .tr-slider .swiper-button-prev {
    display: none;
  }

  #popup-thanks .popup-content {
    width: 375px;
    max-width: 100%;
    height: 345px;
  }

  #popup-thanks .popup-content .popup-close {
    width: 42px;
    padding: 14px;
  }

  #popup-thanks .popup-content p {
    font-size: 0.875em;
    line-height: 1.64285714;
    width: 280px;
  }

  #popup-thanks .popup-content p.h1 {
    font-size: 1.625em;
    margin-bottom: 0.65384615em;
  }

  #popup-thanks .popup-content p.h2 {
    margin-top: 2.5em;
    margin-bottom: 0.71875em;
  }

  #popup-thanks .popup-content a {
    width: 146px;
    height: 35px;
    border-radius: 18px;
    font-size: 0.75em;
    margin-top: 21px;
  }

  #popup-brands {
    max-height: calc(100dvh - 156px);
    top: 156px;
  }

  #popup-brands .popup-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/tires/popup-back-m.jpg);
    background-image: -webkit-image-set(url("../images/tires/popup-back-m.jpg") 1x, url("../images/tires/popup-back-m@2x.jpg") 2x);
  }

  #popup-brands .popup-default {
    padding-bottom: 42px;
    height: 930px;
  }

  #popup-brands .popup-brand {
    margin-top: 27px;
    width: 195px;
  }

  #popup-brands #brand-container {
    width: 116px;
    height: 35px;
  }

  #popup-brands p {
    font-size: 26px;
  }

  #popup-brands .popup-content .popup-close {
    padding: 12px 10px;
    right: 0;
  }

  #popup-brands .popup-content .popup-close img {
    width: 12px;
  }

  #popup-brands .button {
    margin-top: 26px;
  }

  #popup-brands .popup-form {
    width: 100%;
  }

  #popup-brands .popup-form form {
    margin-top: 18px;
    width: calc(100% - 25px);
  }

  #popup-brands .form-field input,
  #popup-brands .form-field select {
    font-size: 1em;
    border-radius: 13px;
    height: 57px;
  }

  #tires-hero .tires-form {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 4;
    height: 680px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    transform: translateY(100%);
    transition: transform 1s;
  }

  #tires-hero .tires-form.active {
    transform: translateY(0);
  }

  #tires-hero form {
    margin-top: 32.5px;
  }

  #tires-hero .form-field {
    padding: 7.5px 20px;
  }

  .toggle-tires-form {
    top: 16px;
    right: 23px;
    filter: brightness(0) saturate(100%);
    width: 12px;
  }
  #tires-hero .tires-form.active {
    z-index: 9999;
  }
}

@media screen and (max-height: 700px) {
  #tires-hero {
    overflow: hidden;
  }

  #tires-hero .tires-form {
    /* max-height: 75dvh; */
    /* overflow: auto; */
    padding-bottom: 60px;
  }
}
