/* Sticky footer layout — keeps footer at bottom on short pages.
   Covers both Master.cshtml (#page-wrapper) and SimpleLayout.cshtml (body direct). */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#master {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#page-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#footer {
  margin-top: auto;
}


/* Prevent Vuetify's v-app from forcing its own min-height: 100vh inside the flex layout */
#page-wrapper .v-application__wrap {
  min-height: 0 !important;
}

/* 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;
}

.grey-background {
  background-color: #EFEFEF;
}
.active-step {
  background-color: rgba(29, 66, 136, 1);
}
.cursor-pointer {
  cursor: pointer;
}

.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 + .full-height {
  min-height: 180px
}
.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;
  height: 100%;
  min-height: 180px;
  padding: 8px;;

  & .card-overlay {
    align-items: center;
    padding: 10px;
  };
  & .card-body {
    padding: 0px;
    margin: 0px;
  }
}
ul:not(.shop-tires):not(.dropdown-menu):not(.breadcrumb-list) li {
  list-style: disc; /* Hides the default marker */
  position: relative;
  padding: 5px 20px; /* Adds space for the checkmark */
}
.not-found {
  list-style: none; /* remove default bullet */
  position: relative;
  display: flex;     /* allows easy text alignment */
  align-items: center; /* vertically center text with icon */
}

.not-found::before {
  content: "";
  display: inline-block;
  min-width: 40px;   /* set size */
  min-height: 40px;
  width: 40px;
  height: 40px;
  margin-right: 8px; /* spacing between icon and text */
  background: url('../assets/flat_tire.png') no-repeat center;
  background-size: contain; /* scale image to fit box */
}

/* 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 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 CTA */
.footer-cta {
  background: url('https://cdn.coopdome.com/pointsretail/blue-car-evening-road.webp') center/cover no-repeat;
  padding: 56px 24px;
  text-align: center;
  position: relative;
}

.footer-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.footer-cta__content {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.footer-cta__heading {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 28px;
  line-height: 1.3;
}

.footer-cta__button {
  display: inline-flex;
  align-items: center;
  padding: 14px 36px;
  background: #fff;
  color: #1a1a1a;
  border: none;
  border-radius: 6px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.footer-cta__button svg {
  display: none;
}

.footer-cta__button:hover {
  background: #e5e5e5;
  color: #1a1a1a;
}

.footer-cta__button:focus-visible {
  outline: 2px solid #1d4288;
  outline-offset: 3px;
}

.footer a:focus-visible,
.footer__bottom a:focus-visible {
  outline: 1px solid #5b8dd9;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .footer-cta {
    padding: 40px 24px;
  }

  .footer-cta__heading {
    font-size: 1.5rem;
  }
}

/* Footer */
.footer {
  background: #1a1a1a;
}

.footer .container-fluid {
  max-width: 1300px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 992px) {
  .footer .footer-columns {
    justify-content: space-between;
    gap: 0;
  }

  .footer .footer-columns .left-section {
    flex: 0 0 auto;
  }

  .footer .footer-columns .right-section {
    flex: 0 0 auto;
  }
}

.footer-content-wrapper {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  color: #e0e0e0;
  padding: 48px 0 48px;
}

.footer-bar {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #aaa;
  font-size: 13px;
  line-height: 36px;
  font-family: Inter, sans-serif;
}

.footer h4,
.footer .footer-col-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #4a90d9;
  font-weight: 800;
}

.footer .left-section img:not(.footer-badge) {
  margin-bottom: 16px;
  max-width: 220px;
}

.footer .left-section p {
  font-size: 14px;
  font-family: Inter, sans-serif;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
}

.footer .left-section p.footer-store-name {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
}

.footer .left-section p:last-child {
  margin-bottom: 24px;
}

.footer .right-section p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  cursor: pointer;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer .right-section > .d-flex > div {
  flex: 0 0 auto;
}

.footer .right-section > .d-flex {
  gap: 48px;
}

@media (min-width: 992px) {
  .footer .right-section > .d-flex > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 48px;
  }
}

.footer .right-section p a {
  display: inline-block;
  padding: 2px 0;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease;
}

.footer .right-section p a:hover {
  color: #fff;
}

.footer .right-section p a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #5b8dd9;
  transition: width 0.25s ease;
}

.footer .right-section p a:hover::after {
  width: 100%;
}

.footer .right-section p:hover {
  text-decoration: none;
}

.footer p {
  margin: 0px;
}

.footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: #fff;
}

.footer-height {
  min-height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0;
}

.footer__bottom a, .footer__bottom p {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.35);
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer__bottom .footer-bottom-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.footer__bottom .footer-bottom-legal span.pipe {
  color: rgba(255, 255, 255, 0.2);
  margin: 0 12px;
}

.footer__bottom .footer-bottom-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer__bottom .footer-bottom-social .img-social-icon {
  width: 20px;
  margin-right: 0;
  opacity: 0.5;
}

.footer__bottom .footer-bottom-social .img-social-icon:hover {
  opacity: 1;
}

.footer .footer-phone a {
  display: inline-block;
  padding: 6px 0;
  min-height: 44px;
  line-height: 32px;
  color: #4a90d9;
}

.footer .footer-badge-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .footer .right-section > .d-flex > .footer-badge-col {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 48px;
  }
}

.footer .footer-badge {
  max-width: 100px;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.6));
}

.footer .footer-after-hours-label {
  color: #aaa;
  font-size: 0.8rem;
}

.footer__bottom a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.img-social-icon {
  width: 28px;
  margin-right: 16px;
  opacity: 0.6;
  transition: opacity 0.15s ease;
}

.img-social-icon:hover {
  opacity: 1;
}

/* Mobile footer */
@media (max-width: 991px) {
  .footer .left-section {
    order: -1;
  }

  .footer .left-section {
    margin-bottom: 16px;
  }

  .footer .right-section .d-flex.flex-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }


  .footer h4,
  .footer .footer-col-title {
    margin-top: 24px;
    margin-bottom: 10px;
  }

  .footer-height {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .footer__bottom .footer-bottom-legal {
    justify-content: center;
  }

  .footer__bottom .footer-bottom-social {
    justify-content: center;
  }

  .footer .right-section .d-flex.flex-wrap > div:nth-child(3) {
    grid-column: 1;
  }

  .footer .right-section .footer-badge-col {
    grid-column: 2;
    grid-row: 2;
    padding: 20px 0;
    align-items: flex-start;
    border: none;
  }

  .footer .footer-badge {
    max-width: 100px;
  }
}

@media (min-width: 992px) {
  .footer-content-wrapper {
    padding: 60px 0 60px;
  }
}

/* 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: 1004;
  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 */

.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-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;
    };
  } */
}