:root {
  --font-size: 15px;
}

@media only screen and (min-width: 2561px) {
  :root {
    --font-size: 25px;
  }
}
html {
  font-size: var(--font-size);
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
  :root {
    --font-size: 16.62px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 480px) {
  :root {
    --font-size: 16.97px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 540px) {
  :root {
    --font-size: 17.23px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 600px) {
  :root {
    --font-size: 17.48px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 720px) {
  :root {
    --font-size: 18px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 768px) {
  :root {
    --font-size: 17.56px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  :root {
    --font-size: 17.86px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
  :root {
    --font-size: 18.82px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 960px) {
  :root {
    --font-size: 19.39px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  :root {
    --font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  :root {
    --font-size: 16.85px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  :root {
    --font-size: 17.28px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  :root {
    --font-size: 17.64px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  :root {
    --font-size: 18.43px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  :root {
    --font-size: 20px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2048px) {
  :root {
    --font-size: 20.63px;
  }
}
@media only screen and (min-width: 2049px) and (max-width: 2560px) {
  :root {
    --font-size: 23.15px;
  }
}
[search-element=button][aria-disabled=true]:has([search-element=choices]:not(:empty)) {
  padding-right: 1rem;
}
[search-element=button][aria-disabled=true]:has([search-element=choices]:not(:empty)):after {
  content: none;
}

@media (max-width: 720px) {
  .vdp-main .vdp-thumbs {
    gap: 0.5rem;
    justify-content: center;
    justify-content: safe center;
  }
  .vdp-main .vdp-thumbs li {
    flex: 0 0 auto;
    width: 6rem;
  }
  .vdp-main .vdp-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.vdp-main .vdp-gallery-column {
  grid-area: gallery;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.vdp-main .vdp-gallery-caption {
  margin: 0;
  font-size: 0.8rem;
  color: var(--color-light-text);
}

.vdp-main .vdp-aside-column {
  grid-area: aside;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  align-self: start;
}

.vdp-main .vdp-aside__contact {
  border-bottom: 0;
}
.vdp-main .vdp-aside__anniversary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.8rem;
  font-weight: var(--strong-font-weight);
}
.vdp-main .vdp-aside__anniversary i {
  font-size: 1.15em;
}
@media (max-width: 720px) {
  .vdp-main .vdp-aside__contact {
    order: 1;
  }
  .vdp-main .vdp-aside__price {
    order: 2;
  }
  .vdp-main .vdp-aside__actions {
    order: 3;
  }
}
.vdp-main .vdp-aside__price {
  align-items: center;
}
@media (min-width: 1025px) {
  .vdp-main .vdp-aside__price {
    align-items: center;
  }
}
.vdp-main .vdp-aside__price .retail-price {
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.vdp-main .vdp-aside__price .retail-price strong {
  font-size: 1.75em;
  line-height: 1.1;
}
.vdp-main .vdp-aside__price .retail-price small {
  text-align: center;
  padding-bottom: 0;
}
.vdp-main .vdp-aside__price .retail-price--old,
.vdp-main .vdp-aside__price .retail-price--discount,
.vdp-main .vdp-aside__price .omnibus-info {
  text-align: center;
}
.vdp-main .vdp-aside__actions .btn--primary {
  --btn-bg-color: #1b1d26;
}
.vdp-main .vdp-aside__actions .btn--primary:hover {
  --btn-bg-color: #2a2d39;
}
.vdp-main .vdp-aside__actions .btn--primary:active {
  --btn-bg-color: #0d0e12;
}

@media (min-width: 1025px) {
  .srp-content--no-aside {
    grid-template-columns: 1fr;
  }
}
.srp-content--no-aside .srp-list__tools {
  display: block;
}
.srp-content--no-aside .slt-legend {
  margin: 0.25rem 0 0;
  color: var(--color-light-text);
  font-size: 0.8rem;
}
.srp-content--no-aside .srp-list__back {
  margin: 0 0 0.75rem;
}
.srp-content--no-aside .srp-list__back a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1b1d26;
  font-size: 0.9rem;
  font-weight: var(--strong-font-weight);
  text-decoration: none;
}
.srp-content--no-aside .srp-list__back a:hover {
  color: var(--color-link);
  text-decoration: underline;
}

.vdp-main .vdp-same-config {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: #FFF;
  border-radius: var(--box-radius);
}
.vdp-main .vdp-same-config__count {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  border-radius: 50%;
  background: #1b1d26;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: var(--strong-font-weight);
  margin-top: 0.1rem;
}
.vdp-main .vdp-same-config__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.vdp-main .vdp-same-config__text {
  margin: 0;
  color: #1b1d26;
  font-size: 0.8rem;
  line-height: 1.4;
}
.vdp-main .vdp-same-config__map {
  align-self: start;
  color: var(--color-link);
  font-size: 0.8rem;
  font-weight: var(--strong-font-weight);
  text-decoration: none;
}
.vdp-main .vdp-same-config__map:hover {
  text-decoration: underline;
}

.homepage-search-column {
  grid-column: 1/-1;
  display: grid;
  gap: 2rem;
  align-content: start;
}
@media (min-width: 1025px) {
  .homepage-search-column {
    grid-column: span 3;
  }
}
.homepage-search-column > .homepage-availability,
.homepage-search-column > .homepage-categories {
  grid-column: 1/-1;
}

.homepage-availability {
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: min-content 1fr;
}
.homepage-availability__list {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}
@media (max-width: 540px) {
  .homepage-availability__list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1025px) {
  .homepage-availability__list {
    border-radius: var(--box-radius);
    background: #FFF;
    grid-auto-flow: row;
    gap: 0;
  }
}
.homepage-availability__group {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 3.5rem;
  padding-inline: 1rem;
  font-size: 0.8rem;
}
@media (max-width: 1024px) {
  .homepage-availability__group {
    border-radius: var(--box-radius);
    background: #FFF;
  }
}
@media (min-width: 1025px) {
  .homepage-availability__group {
    min-height: 2.5rem;
    border-top: 1px solid var(--color-bg);
  }
  .homepage-availability__group:first-child {
    border-top: none;
  }
}
.homepage-availability__group a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  min-width: 0;
}
.homepage-availability__group a strong {
  text-transform: uppercase;
  font-weight: var(--bold-font-weight);
}
.homepage-availability__group a span {
  color: var(--color-light-text);
}
.homepage-availability__info {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-light-text);
  cursor: help;
}
.homepage-availability__info svg {
  width: 100%;
  height: 100%;
}
.homepage-availability__info:hover, .homepage-availability__info:focus-visible {
  color: var(--color-primary);
}
.homepage-availability__tooltip {
  position: absolute;
  top: 100%;
  left: 1rem;
  z-index: 3;
  width: max-content;
  max-width: 15rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--box-radius);
  background: var(--color-secondary);
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.homepage-availability__info:hover + .homepage-availability__tooltip, .homepage-availability__info:focus-visible + .homepage-availability__tooltip {
  visibility: visible;
  opacity: 1;
}

.srp-aside__view-mode {
  display: flex;
  border: 1px solid var(--color-primary);
  border-radius: var(--box-radius);
  overflow: hidden;
}
.srp-aside__view-mode .btn {
  flex: 1 1 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--color-primary);
  font-weight: var(--strong-font-weight);
}
.srp-aside__view-mode .btn + .btn {
  border-left: 1px solid var(--color-primary);
}
.srp-aside__view-mode .btn[aria-pressed=true] {
  background: var(--color-primary);
  color: #FFF;
}

.o-bx__avail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.3rem;
}

.o-bx__avail-badge {
  padding: 0.05rem 0.4rem;
  border: 1px solid var(--color-primary);
  border-radius: var(--box-radius);
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: var(--strong-font-weight);
  white-space: nowrap;
}

/*# sourceMappingURL=toyota-hu-35-custom.output.css.map */
