.home-page {
  background-color: #FAFAFA;
}

.home-page .underline {
  text-decoration: underline;
  cursor: pointer;
}

.home-page .line-height-24 {
  line-height: 24px !important;
}

.home-page .home-page-inner {
  background-color: white;
  padding: 0px;
  position: relative;
}

.home-page .home-page-inner #tire-finder {
  position: relative;
  top: 0px;
  margin: auto;
  z-index: 99;
  width: 100%;
  padding: 0px;
}

.home-page .warranty-section {
  background: #f7f8fa;
  padding: 60px 0;
}

.home-page .warranty-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 24px;
}

.home-page .warranty-section-text {
  flex: 1 1 60%;
}

.home-page .warranty-section-text h3 {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: Inter;
  color: #1D4288;
  line-height: 1.3;
  margin: 0 0 16px;
}

.home-page .warranty-section-accent {
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, #3EB049, #2d8a38);
  margin-bottom: 20px;
}

.home-page .warranty-section-description {
  font-size: 0.95rem;
  line-height: 1.6;
  font-family: Inter;
  font-weight: 400;
  color: #555;
  margin-bottom: 20px;
}

.home-page .warranty-section-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-family: Inter;
  font-size: 0.95rem;
  color: #333;
}

.home-page .warranty-section-list-item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.home-page .warranty-section-cta {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 28px;
  background: #1D4288;
  color: #fff;
  border-radius: 6px;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 200ms ease;
}

.home-page .warranty-section-cta:hover {
  background: #163670;
  color: #fff;
  text-decoration: none;
}

.home-page .warranty-section-image {
  flex: 1 1 40%;
}

.home-page .warranty-section-image img,
.home-page .warranty-section-image picture img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 400px;
  display: block;
}

.home-page .store-detail-section {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: linear-gradient(180deg, #edf1f7 0%, #f7f8fa 100%);
  padding: 60px 24px 80px !important;
  position: relative;
}

.home-page .store-detail-section .store-detail-img {
  width: 100%;
  max-width: 1200px;
  max-height: 420px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.home-page .store-detail-section .store-detail-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.04);
  padding: 28px 40px 24px;
  max-width: 960px;
  width: calc(100% - 48px);
  margin-top: -64px;
  position: relative;
  z-index: 1;
  gap: 4px;
  overflow: hidden;
}

.home-page .store-detail-section .store-detail-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1D4288, #3EB049);
}

.home-page .store-detail-section .store-detail-title {
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1D4288;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.home-page .store-detail-section .store-detail-title::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233EB049' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.home-page .store-detail-section .store-detail-accent {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #1D4288, #3EB049);
  border-radius: 0;
  margin: 8px 0 14px;
  display: block;
}

.home-page .store-detail-section .step-footer {
  border-left: 3px solid #1D4288;
  padding-left: 20px;
}

.home-page .store-detail-section .store-detail-name {
  font-family: Inter;
  font-weight: 700;
  font-size: 1.35rem;
  color: #1D4288;
  margin: 0 0 6px 0 !important;
}

.home-page .store-detail-section .step-footer > .d-flex {
  align-items: center;
}

.home-page .store-detail-section .step-footer h5 {
  font-family: Inter;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.home-page .store-detail-section .step-footer h6,
.home-page .store-detail-section .step-footer b {
  font-family: Inter;
  font-size: 0.8rem;
}

.home-page .store-detail-section .step-footer a {
  font-family: Inter;
  color: #1D4288;
}

.home-page .store-detail-section .step-footer .points-blue > div:not(.ml-2) > a {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  margin-top: 6px;
  color: #555 !important;
  text-decoration: none;
}

.home-page .store-detail-section .step-footer .ml-2 a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: #1D4288;
  color: #fff !important;
  border-radius: 8px;
  font-family: Inter;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none !important;
  transition: background 200ms ease, transform 150ms ease;
  margin-top: 12px;
}

.home-page .store-detail-section .step-footer .ml-2 a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.home-page .store-detail-section .step-footer .ml-2 a:hover {
  background: #163670;
  transform: translateY(-1px);
}

.home-page .store-detail-section .step-footer .flex-grow-1 {
  background: linear-gradient(135deg, rgba(29, 66, 136, 0.06) 0%, rgba(62, 176, 73, 0.06) 100%);
  border-radius: 10px;
  padding: 14px 18px;
}

.home-page .store-detail-section .day-time {
  padding: 3px 8px;
  border-radius: 6px;
  transition: background 150ms ease;
}

.home-page .store-detail-section .day-time .day,
.home-page .store-detail-section .day-time .time {
  font-family: Inter;
  font-size: 0.85rem;
  color: #888;
  font-weight: 500;
  opacity: 1;
}

.home-page .store-detail-section .day-time.active {
  background: rgba(29, 66, 136, 0.08);
}

.home-page .store-detail-section .day-time.active .day,
.home-page .store-detail-section .day-time.active .time {
  color: #1D4288;
  font-weight: 700;
  opacity: 1;
}

@media (max-width: 991px) {
  .home-page .store-detail-section .store-detail-content {
    padding: 32px 28px;
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .home-page .store-detail-section {
    padding: 40px 16px 60px !important;
  }

  .home-page .store-detail-section .store-detail-img {
    max-height: 240px;
    border-radius: 12px;
  }

  .home-page .store-detail-section .store-detail-content {
    padding: 28px 20px;
    margin-top: -40px;
    width: calc(100% - 24px);
    border-radius: 12px;
  }

  .home-page .store-detail-section .store-detail-title {
    font-size: 1.25rem;
  }

  .home-page .store-detail-section .step-footer {
    border-left: none;
    padding-left: 0;
    text-align: center;
  }

  .home-page .store-detail-section .step-footer > .d-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .home-page .store-detail-section .step-footer .ml-2 a {
    width: 100%;
    justify-content: center;
  }

  .home-page .store-detail-section .step-footer .flex-grow-1 {
    padding: 12px 14px;
    min-width: 0;
  }
}

.home-page .main-article .main-article__img {
  display: flex;
  align-items: center;
  height: 100%;
}

.home-page .main-article .main-article__content {
  padding: 28px;
}

.home-page .main-article .main-article__content h3 {
  font-size: 40px;
  line-height: 54px;
  font-family: Inter;
  font-weight: 700;
  color: #1D4288;
  margin-bottom: 46px;
}

.home-page .main-article .main-article__content .separate {
  height: 4px;
  width: 200px;
  display: inline-block;
  background-color: #3EB049;
  margin-bottom: 34px;
}

.home-page .main-article .main-article__content .step-footer h4 {
  font-size: 36px;
  font-family: BebasNeue;
  font-weight: 700;
  color: #1D4288;
  margin-bottom: 25px;
}

.home-page .main-article .main-article__content .shop-menu__header__content__left {
  flex: 0 0 200px;
  color: #1D4288
}

.home-page .main-article .main-article__content .shop-menu__header__content__left span {
  font-size: 14px;
  line-height: 18px;
  font-family: Inter;
  font-weight: 400;
  display: block;
}

.home-page .main-article .main-article__content .shop-menu__header__content__left b,
.home-page .main-article .main-article__content .shop-menu__header__content__left h6 {
  font-size: 12px;
  line-height: 12px;
  font-family: Inter;
  font-weight: 700;
}

.home-page .main-article .main-article__content .shop-menu__header__content__left h5 {
  font-size: 18px;
  font-family: Inter;
  font-weight: 700;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right {
  width: 100%;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time {
  display: flex;
  justify-content: space-between;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time .day {
  flex: 0 0 52px;
  font-size: 14px;
  line-height: 24px;
  color: black;
  font-weight: 700;
  opacity: 0.35;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time .time {
  font-size: 14px;
  line-height: 24px;
  color: black;
  font-weight: 700;
  opacity: 0.35;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time.active .day,
.home-page .main-article .main-article__content .shop-menu__header__content__right .day-time.active .time {
  opacity: 1;
}

.home-page .main-article .main-article__content .shop-menu__header__content__right .time {
  min-width: 180px;
}

.home-page .recommend-service {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.home-page .recommend-service .recommend-service-header {
  text-align: center;
  margin-bottom: 40px;
}

.home-page .recommend-service .recommend-service-header span {
  color: #3EB049;
  font-size: 0.8rem;
  font-family: Inter;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.home-page .recommend-service .recommend-service-header h3 {
  font-family: Inter;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #1D4288;
  margin: 8px 0 16px;
}

.home-page .recommend-service .recommend-service-header p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Inter;
  font-weight: 400;
  color: #555;
  max-width: 620px;
  margin: 0 auto;
}

.home-page .recommend-service .services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
}

.home-page .recommend-service .services-wrapper .prev,
.home-page .recommend-service .services-wrapper .next {
  display: none;
}

.home-page .recommend-service .services-wrapper .service {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 12px;
}

@media (max-width: 991px) {
  .home-page .recommend-service .services-wrapper .service {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .home-page .recommend-service .services-wrapper .service {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .home-page .recommend-service .services-wrapper .service {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-page .recommend-service .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.home-page .recommend-service .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);
}

.home-page .recommend-service .service-card-image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}

.home-page .recommend-service .service-card-image-wrapper img {
  display: block;
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.home-page .recommend-service .service-card:hover .service-card-image-wrapper img {
  transform: scale(1.05);
}

.home-page .recommend-service .service-card-image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(29, 66, 136, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.home-page .recommend-service .service-card:hover .service-card-image-overlay {
  opacity: 1;
}

.home-page .recommend-service .service-card-overlay-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-height: 44px;
  border: none;
  border-radius: 4px;
  background: #fff;
  color: #1D4288;
  font-family: Inter;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

@media (hover: none) {
  .home-page .recommend-service .service-card-image-overlay {
    opacity: 0.35;
  }
}

.home-page .recommend-service .service-card-accent {
  height: 3px;
  background: linear-gradient(90deg, #3EB049, #2d8a38);
}

.home-page .recommend-service .service-card-content {
  padding: 16px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.home-page .recommend-service .service-card-title {
  color: #1D4288;
  font-family: Inter;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.home-page .recommend-service .service-card-description {
  margin-bottom: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}

.home-page .recommend-service .service-card-description--clamped {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-page .recommend-service .service-card-expand-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  margin-top: 4px;
  color: #3EB049;
  font-family: Inter;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  align-self: flex-start;
}

.home-page .recommend-service .service-card-expand-toggle--visible {
  display: block;
}

.home-page .recommend-service .service-card-expand-toggle:hover {
  text-decoration: underline;
}

.home-page .banner .play_show {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, .06);
  position: relative;
}

.home-page .banner .play_show img {
  margin: auto;
  object-fit: cover;
}

.home-page .banner .play_show .banner-content {
  position: absolute;
  display: flex;
  flex-direction: column;
}

.home-page .banner .play_show .banner-content.banner-content-below {
  position: relative;
  background-color: white;
  padding: 20px 16px;
}

.home-page .banner .play_show .banner-content h1 {
  font-family: BebasNeue;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
  color: white;
  background-color: #1D4288;
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-heading {
  position: relative;
  background-color: white;
  width: calc(100% - 26px);
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-heading-wrapper {
  margin-bottom: 12px;
}


.home-page .banner .play_show .banner-content .banner-heading {
  position: relative;
  display: inline-block;
}

.home-page .banner .play_show .banner-content .banner-heading-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 27px;
  display: flex;
}

.home-page .banner .play_show .banner-content .banner-heading-wrapper::after {
  content: "";
  display: inline-block;
  border-left: 26px solid #1d4288;
  border-bottom: 58px solid transparent;
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-graph p {
  color: black;
}


.home-page .banner .play_show .banner-content .banner-graph p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: white;
  font-weight: 500;
  font-size: 16px;
  font-family: Inter;
}

.home-page .banner .play_show .banner-content .banner-graph button {
  height: 42px;
  width: 201px;
  background: #1D4288;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: BebasNeue;
  margin-bottom: 5px;
  font-size: 22px;
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-graph button {
  margin-bottom: 12px;
}

.home-page .banner .play_show .banner-content.banner-content-below .banner-graph span {
  color: black;
}

.home-page .banner .play_show .banner-content .banner-graph span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: white;
}

.header-title {
  font-size: 32px;
  font-weight: 700;
  font-family: BebasNeue;
  color: #1D4288
}

.no-wrap-legal-text {
  white-space: nowrap;
}

.legal-text-and-image-wrapper {
  min-width: 275px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.close-button-modal {
  background-color: #ffffff;
  height: 53px;
  border: none;
  font-family: BebasNeue;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #1d4288;
  margin-top: 28px;
  margin: unset !important;
}

.legal-text-style {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Inter;
}

.height-of-image-as-placholder-vertical-special {
  min-height: 36px;
}

.z-index-overlap-the-image-bottom {
  z-index: 9999;
}

@media (min-width: 576px) {
  .home-page .main-article .main-article__content .shop-menu__header__content__right {
    width: unset;
    justify-content: unset
  }

  .home-page .banner .play_show .banner-content {
    padding-left: 5%;
  }

  .home-page .banner .play_show .banner-content h1 {
    padding: 25px 43px;
    height: 93px;
    min-width: 368px;
  }

  .home-page .banner .play_show .banner-content .banner-heading-wrapper::after {
    border-bottom: 93px solid transparent;
    border-left: 46px solid #1d4288;
  }

  .home-page .banner .play_show {
    min-height: 400px;
  }

  .home-page .banner .play_show img {
    height: 100%;
}
}

@media (max-width: 767px) {
  .home-page .warranty-section-inner {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .home-page .warranty-section-text,
  .home-page .warranty-section-image {
    flex: 1 1 100%;
  }

  .home-page .warranty-section {
    padding: 40px 0;
  }
}

@media (min-width: 768px) {
  .home-page .main-article .main-article__content {
    padding: 60px 28px;
  }
}

@media (min-width: 992px) {
  .home-page .banner .play_show .banner-content .banner-graph {
    max-width: 60%;
    display: inline-block;
  }

  .home-page .banner .play_show {
    min-height: unset;
  }

  .home-page .main-article .main-article__content {
    padding: 70px 60px 70px 30px;
  }

  .home-page .banner .play_show .banner-content h1 {
    font-size: 50px;
    min-width: 523px;
    height: 100px;
  }

  .home-page .banner .play_show .banner-content .banner-heading-wrapper::after {
    border-bottom: 100px solid transparent;
  }
}