/* Navigation */
@font-face {
  font-family: BebasNeue;
  src: url(./../webfonts/BebasNeue-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(./../webfonts/Inter-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(./../webfonts/Inter-Bold.ttf);
  font-weight: bold;
  font-display: swap;
}
.checkbox-list {
  max-height: 400px;
  overflow-y: auto;
}
.store-image {
  width: 100%;
}
.grey-background {
  background-color: #EFEFEF;
}
.active-step {
  background-color: rgba(29, 66, 136, 1);
}
.cursor-pointer {
  cursor: pointer;
}
.store-name-heading {
  font-family: BebasNeue;
}

.points-green-hr-short {
  height: 4px;
  width: 200px;
  display: inline-block;
  background-color: #3EB049;
  margin-bottom: 34px;
}

.points-blue {
  color: #1d4288!important;
}
.points-blue-background, .carousel-active {
  background-color: rgba(29, 66, 136, 1);
}

.side-bar-tire-guide {
  position: absolute;
  height: 100vh;
  background-color: #EFEFEF;
  z-index: 9999;
  top: 0%;
  right: 0;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100vw
}

.wrap-sidebar-content {
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 60px 0 24px;
}

.wrap-sidebar-content::-webkit-scrollbar {
  width: 5px;
}


.header-side-bar-tire-guide {
  box-sizing: border-box;
  padding: 24px;
}


.points-green-background {
  background-color: #3EB049;
  border: transparent;
  color: white;
}

.btn.points-green-background:hover {
  background-color: #2d8839!important; /* Slightly darker shade of green */
}

.tire-form-size p {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
}

.tire-form-size p span {
  color: rgba(29, 66, 136, 1);
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.day-time .day {
  flex: 0 0 52px;
  font-size: 14px;
  line-height: 24px;
  color: black;
  font-weight: 700;
  opacity: 0.35;
}

.day-time .time {
  font-size: 14px;
  line-height: 24px;
  color: black;
  font-weight: 700;
  opacity: 0.35;
}

.day-time.active .day,
.day-time.active .time {
  opacity: 1;
}

.points-button-outline {
  border-color: rgba(29, 66, 136, 1);
  color: rgba(29, 66, 136, 1);
  justify-content: center;
}
.card-body {
    margin: 0 auto;
}
.card {
  width: 100%;
  z-index: 1
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.67);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}
.card-text {
  height: 32px;
  width: max-content; 
  margin-top: auto;
  background-color: #f2f2f2; 
  border-radius: 5px; 
  padding: 2px 5px;
  z-index: 2;
}
.form-check-input:checked {
  background-color: rgba(29, 66, 136, 1);
  border-color: rgba(29, 66, 136, 1);
}
.outline-diff {
   & th {
      border-left: 4px solid rgba(29, 66, 136, 1)!important;
      border-top: 4px solid rgba(29, 66, 136, 1)!important;
      border-bottom: 4px solid rgba(29, 66, 136, 1)!important;
   }
   & td {
      border-right: 4px solid rgba(29, 66, 136, 1)!important;
      border-top: 4px solid rgba(29, 66, 136, 1)!important;
      border-bottom: 4px solid rgba(29, 66, 136, 1)!important;
   }
}
.brand-title {
   background-color: #ffffff;
   color: black;
   height: 80px;
}

.tire-feature-card {
  width: 100%;
  border-radius: 0!important;
  border-top: 1px solid black!important;
  &:last-child {
    border-bottom: 1px solid black!important;
  }
  &:nth-child(11) {
    border-bottom: none!important;
  }
}
.session-vehicle-outline:hover .card-overlay, .session-vehicle-outline-horizontal:hover .card-overlay {
  opacity: 1;
  cursor: pointer;
}

.points-button-outline:hover {
  background-color: rgba(29, 66, 136, 1);
  color: white;
}
.carousel {
  position: relative;
  width: 100%;
  height: 100%;

  & .card:hover {
    transform: none;
    box-shadow: none;
  }
  & .session-vehicle-outline-horizontal {
    width: 71%;
  }
}
.carousel-item {
  transition: transform 1s ease-in-out, opacity 0.6s ease-in-out;
}
  
/* .carousel-img {
  background-image: url("/assets/generic-car-cropped.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:
center;
  width: 100%;
  height: 261px;
  margin:
0 auto;
} */
.card:not(.tire-feature-card):hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn-fab-error {
  border-radius: 50%;
  background-color: #ffffff;;
  align-items: center;;
  justify-content: center;
  display: flex;
  height: 34px;
  width: 34px;
  z-index: 2;
}

.btn-fab-error:hover {
  background-color: #ffffff!important;
  
}

.btn-fab-close {
  border-radius: 50%;
  background-color: #ffffff;;
  align-items: center;;
  justify-content: center;
  display: flex;
  height: 34px;
  width: 34px;
  z-index: 2;
}

.btn-fab-close:hover {
  background-color: grey!important;
  color: white;
}
.carousel-img {
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  max-width: 500px;
  width: 100%;
}

.dropdown-toggle::after {
  display: none
}
.carousel-img-horizontal {
  overflow:hidden;
  justify-content: center;
  align-content: center;
  display: flex;
  & img {
    display: none;;
  }
}
.card-img {
  width: 50px;
  height: auto;
  overflow: hidden;
}
.card-title {
  width: 225px;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
}
.session-vehicle-outline {
  position: relative;
  border: 3px solid #f0f0f0;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
}
.session-vehicle-outline.card-overlay {
  border: none;
}
.session-vehicle-outline-horizontal {
  position: relative;
  border: 3px solid #f0f0f0;
  border-radius: 10px;
  max-height: 275px;
  height: 100%;
  padding: 8px;;

  & .card-overlay {
    align-items: center;
    padding: 10px;
  };
  & .card-body {
    padding: 0px;
    margin: 0px;
  }
}
ul:not(.shop-tires):not(.dropdown-menu) li {
  list-style: none; /* Hides the default marker */
  position: relative;
  padding: 5px 20px; /* Adds space for the checkmark */
}

ul:not(.shop-tires):not(.dropdown-menu) li::before {
  content: '-->'; /* Displays the checkmark */
  color: #3eb049; /* Sets the color of the checkmark */
  position: absolute;
  left: -10px; /* Positions the checkmark to the left of the list item */
}

/* Header article */
/* Header article */
.carousel-indicators {
  right: unset;
  margin: 0px;
  flex-direction: column;
  top: 0px;
}

.carousel-indicators [data-bs-target] {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 50%;
  margin-left: 30px;
  border: 2px solid transparent;
}

.header-article {
  position: relative;
}

.header-article .article-content {
  /*position: absolute;*/
  /*  font-family: Inter;*/
  top: 50px;
  left: 50px;
}

.header-article img {
  width: 100%;
  /*height: 800px;*/
}


.header-article .left-section {
  color: white;
  max-width: 537px;
}

.header-article .left-section h1 {
  /*  font-weight: 700;
font-family: Inter;
line-height: 80px;
font-size: 85px;
    display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
*/
  text-transform: capitalize;
  margin-bottom: 18px;
  overflow: hidden;
}

.carousel-indicators button {
  position: relative;
}

.carousel-indicators button div {
  background: #d9d9d9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-indicators .active {
  background-color: transparent;
  border: 2px solid #3eb049;
}

.carousel-indicators .active div {
  background: #3eb049;
  margin-bottom: 8px;
}

.header-article .header-article-mobile {
  padding: 32px 20px;
  background-color: #1D4288;
  color: white;
  font-family: Inter;
}

/* .header-article .header-article-mobile h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
} */

/* .header-article .header-article-mobile p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
} */


/* End header article */


/* Main article */
/* .main-article {
  padding: 64px 0px;
} */

/* .main-article .separate {
  width: 200px;
  height: 4px;
  background: #3eb049;
  margin-bottom: 30px;
} */

.main-article p {
  /* font-weight: 400;
  font-family: Inter;
  font-size: 16px;
  line-height: 26px; */
  color: black;
  /* margin-bottom: 30px; */
}


.main-article .right-section,
.main-article .left-section {
  position: relative;
}

.main-article .right-section div {
  width: 100%;
  height: auto;
}

.main-article .right-section div:last-child {
  width: 100%;
}

.main-article .right-section div img {
  width: 100%;
  margin-bottom: 25px;
}

.main-article .left-section,
.main-article .right-section {
  color: #096bf2;
}

.main-article .left-section h2,
.main-article .right-section h2 {
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 54px;
  color: #1d4288;
  font-family: Inter;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.main-article .left-section p,
.main-article .right-section p {
  font-size: 16px;
  color: #1a1a1a;
  font-family: Inter;
  text-align: justify;
  /* display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.main-article .left-section h3,
.main-article .right-section h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  font-family: Inter;
  margin-bottom: 20px;
  color: #1d4288;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.main-article .left-section span,
.main-article .right-section span {
  cursor: pointer;
  font-weight: 600;
}

.main-article .left-section span:hover,
.main-article .right-section span:hover {
  text-decoration: underline;
}

.main-article .left-section span svg,
.main-article .right-section span svg {
  vertical-align: sub;
  margin-left: -4px;
}

.main-article .left-section {
  padding: 64px 20px;
}

/* End main article */

/* Shop section */
.shop-section {
  padding: 80px 20px 20px;
  background-color: #efefef;
}

.shop-section-content-wrapper {
  width: fit-content;
  margin: auto;
  padding-bottom: 40px;
}

.shop-section .separate {
  width: 200px;
  height: 4px;
  background: #3eb049;
  margin-bottom: 25px;
}

.shop-section__heading {
  margin-bottom: 50px;
  color: #096bf2;
}

.shop-section__heading h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-family: Inter;
  color: #1d4288;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 40px;
}

.shop-section__heading p {
  font-weight: 400;
  color: #1a1a1a;
  font-family: Inter;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-section__heading p {
  font-weight: 300;
}

.shop-section__category {
  margin-bottom: 40px;
}

.shop-section__category__card {
  width: 100%;
  margin-bottom: 24px;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.shop-section__category__card:last-child {
  margin-bottom: 0px;
}

.shop-section__category__card__content {
  padding: 25px;
  font-family: Inter;
  color: #1d4288;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
}

.shop-section__category__card__content h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 84px;
}

.shop-section__category__card__content p {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}

.shop-section__category__card__content span {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #1d4288;
  padding-bottom: 5px;
}

.shop-section__category__card__content span svg {
  vertical-align: sub;
  margin-left: -4px;
}

.shop-section__logo {
  padding: 0 55px;
}

.text-right {
  text-align: right;
}

/* End shop section */

/* Footer article */
/* Footer article */
.footer-article .left-section,
.footer-article .right-section {
  width: 100%;
}

.footer-article .separate {
  width: 200px;
  height: 4px;
  background: #3eb049;
  margin-bottom: 24px;
}

.footer-article .left-section img {
  width: 100%;
}

.footer-article .right-section {
  color: #096bf2;
  padding: 24px 20px 64px;
}

.footer-article .right-section h3 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 40px;
  padding-right: 40px;
  font-family: Inter;
  font-size: 40px;
  line-height: 54px;
  color: #1d4288;
}

.footer-article .right-section p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: Inter;
  color: #202020;
  display: -webkit-box;
}

.footer-article .right-section .list-check-task {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-article .right-section button {
  background-color: transparent;
  color: #1d4288;
  border: none;
  border-bottom: 2px solid #1d4288;
  font-family: Inter;  
  padding: 5px 0px;
  float: right;
}

/* End footer article */

/* Footer */
.footer {
  background: #1d4288;
}

.footer h4 {
  margin-top: 28px;
}

.footer .left-section img {
  margin-bottom: 10px;
}

.footer .left-section img:first-child {
  margin-right: 24px;
}

.footer .left-section p {
  font-size: 20px;
  line-height: 24px;
}

.footer .left-section p:last-child {
  margin-bottom: 24px;
}

.footer .right-section p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  cursor: pointer;
  font-family: Inter;
}

.footer .right-section p:hover {
  text-decoration: underline;
}

.footer p {
  margin: 0px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: BebasNeue;
  line-height: 24px;
}

.footer__bottom a {
  text-decoration: none;
  color: white;
}

.footer__bottom a:hover {
  text-decoration: underline;
}

/* End footer */

.advertise-wrapper {
  height: 558px;
  position: relative;
  background-color: #f3f3f3;
}

.advertise {
  position: absolute;
  top: -80px;
  margin-left: 172px;
  height: 516px;
  border: 1px solid #939598;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), -4px 4px 4px rgba(0, 0, 0, 0.25);
}

.advertise .advertise-item {
  height: 100%;
}

.advertise .advertise-item.advertise-branding {
  background-color: #1d4088;
  color: white;
  padding: 71px 54px 35px;
  display: flex;
  flex-direction: column;
}

.advertise .advertise-item.advertise-branding h3 {
  font-size: 40px;
  line-height: 40px;
  font-family: Inter;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.advertise .advertise-item.advertise-branding p {
  flex: 1 1 auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.advertise .advertise-item.advertise-branding img {
  width: 171px;
  height: 50px;
  display: block;
  margin: auto;
}

.advertise .advertise-item {
  border-right: 1px solid #939598;
}

.advertise .col:last-child .advertise-item {
  border-right: 0px;
}

.advertise .advertise-item.advertise-sale {
  background-color: white;
  display: flex;
  flex-direction: column;
}

.advertise .advertise-item.advertise-sale div {
  flex: 1 1 50%;
}


.advertise .advertise-item.advertise-sale .advertise-item__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.advertise .advertise-item.advertise-sale .advertise-item__header img {
  max-width: 239px;
  max-height: 184px;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer {
  background-color: #f8f4f4;
  text-align: center;
  padding: 50px 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url('./../../assets/advertise-footer.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer h2 {
  font-size: 80px;
  color: #1D4288;
  font-family: BebasNeue;
  text-transform: uppercase;
  line-height: 80px;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer h3 {
  font-size: 25px;
  color: #1D4288;
  text-transform: capitalize;
  line-height: 29px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer p {
  font-size: 18px;
  line-height: 29px;
  color: #3EB049;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer span {
  font-size: 10px;
  line-height: 12px;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 900;
  display: none;
  background-color: #00000073;
}

.link-article {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1d4288;
  text-decoration: none;
  border-bottom: 2px solid #1d4288;
  padding-bottom: 8px;
  display: inline-block;
  margin-top: 38px;
}

/* End shop menu */

.footer a {
  color: white;
  text-decoration: none;
}

.service-category-item a {
  color: #1d4288 !important;
}

.service-category-item.active {
  background-color: #1d4288;
  color: white;
}

.service-category-item.active a {
  background-color: #1d4288;
  color: white !important;
}
.dropdown-item {
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-item:not(.btn):hover {
  background-color: #1d4288 !important; /* Ensure background color is applied */
  color: white !important; /* Ensure text color is applied */
  text-decoration: none !important; /* Ensure underline is removed */
}

@media (min-width: 768px) {
  /* .header-article .left-section p {
    font-size: 20px;
    line-height: 34px;
  } */

  .shop-section__category__card {
    margin-right: 25px;
    margin-bottom: 0px !important;
  }

  .shop-section__category__card:last-child {
    margin-right: 0px;
  }

  .footer-article .right-section {
    padding: 60px 20px 60px 60px;
  }

  .footer-article .left-section,
  .footer-article .right-section {
    width: 50%;
  }
  /* .session-vehicle-outline-horizontal {
    & .card-overlay {
      align-items: end;
      padding: 10px;
    };
  } */
  .carousel-img-horizontal {
    background-size: contain;
    overflow: hidden;
    width: 125px;
    background-repeat: no-repeat;
    background-position: center;
    & img {
      display: flex;
    }
  }
  .card {
    min-width: none;

  }
  .card-title {
    width: auto;
    
  }
  .dropdown-item {
      width: 580px;
      overflow: hidden;
      text-overflow: ellipsis;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* .header-article .left-section h1 {
    line-height: 42px;
    font-size: 42px;
    max-width: 480px;
  } */

  /* .header-article .left-section {
    max-width: 480px;
  } */
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  /* .header-article .left-section h1 {
    line-height: 56px;
    font-size: 56px;
    max-width: 531px;
  } */

  /* .header-article .left-section {
    max-width: 531px;
  } */

  .main-article .left-section h2 {
    line-height: 36px;
    font-size: 36px;
  }

  .main-article .left-section {
    padding: 60px 60px 30px 0px;
  }

  .footer-article .right-section h1 {
    line-height: 56px;
    font-size: 56px;
  }

  .footer-article .right-section {
    padding: 60px;
  }

  .header-article .article-content {
    top: 100px;
    left: 100px;
  }
  .side-bar {
    position: fixed;
    height: 100%;
    background-color: #EFEFEF;
    z-index: 9999;
    right: -35vw;
    top: 10%;
    transition: all 0.5s ease;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 35vw
  }
}

@media (min-width: 1199.98px) {
  /* .header-article .left-section {
    max-width: 480px;
  } */

  /* .header-article .left-section h1 {
    line-height: 76px;
    font-size: 76px;
  } */

  .main-article .left-section h2 {
    line-height: 40px;
    font-size: 40px;
  }

  .main-article .left-section {
    padding: 80px 80px 30px 0px;
  }

  .footer-article .right-section h1 {
    line-height: 76px;
    font-size: 76px;
  }

  .footer-article .right-section {
    padding: 60px 80px;
  }

  .header-article .article-content {
    top: 120px;
    left: 120px;
  }
  .side-bar {
    position: fixed;
    height: 100%;
    background-color: #EFEFEF;
    z-index: 9999;
    right: -25vw;
    top: 10%;
    transition: all 0.5s ease;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 25vw
  }
}

@media (min-width: 1400px) {

  /* .header-article .left-section {
    max-width: 533px;
  } */
  .footer-article .right-section h3 {
    max-width: 478px;
  }

  .header-article .article-content {
    top: 100px;
    left: 150px;
  }

}

@media (min-width: 991.98px) {
  .main-article .left-section {
    width: 50%;
  }

  /* .main-article>div {
    padding: 0px 0px 0px 70px;
  } */

  .shop-section__category__card {
    width: 400px;
  }

  .carousel  {
    width: 80%;
  }
  .card:not(.dense) {
    overflow: auto;
    z-index: 1
  }

  .card .dense {
    width: 100%;
  }

  .dense > .card-body {
    padding: 0px!important;
    margin: 0px;

    & > .card-title {
      padding: 0px!important;
      margin: 0px!important;
    }
  }
  .carousel-img-horizontal {
    background-size: auto;
    overflow:hidden;
    min-width: 125px;
    background-repeat: no-repeat;
    background-position:center;
    justify-content: center;
    align-content: center;
    display: flex;
  }
  .side-bar-tire-guide {
    width: 40vw;
  }
  .tire-feature-card {
    width: 45%;
    &:nth-child(11) {
      border-bottom: 1px solid black !important;
    }
  }
  /* .session-vehicle-outline-horizontal {
    & .card-overlay {
      align-items: end;
      padding: 10px;
    };
  } */
}