.product-badge {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
  letter-spacing: 0.12rem;
  font-style: italic;
  text-transform: uppercase;
}

.product-badge span.new {
  background-color: var(--color-primary-yellow);
}

.product-badge span.best-seller {
  /* color: #fff;
  background-color: var(--color-primary-blue); */
  background-color: var(--color-primary-yellow);
}
/* .product-badge span.best-seller > svg path {
  fill: white;
} */

.product-badge span.coming-soon {
  /* background-color: #767676; */
  background-color: var(--color-primary-yellow);
}

#product-detail-page .btn-alt,
#product-detail-page .btn-alt:hover,
#product-detail-page .button-alt:hover {
  border-radius: 1.75rem;
  border: 2px solid var(--color-interface-100, #222);
}

.favorite-btn {
  transition: transform 0.3s ease-in-out;
}
.favorite-btn:hover {
  color: var(--color-primary-blue);
  transform: scale(1.05);
  font-weight: 500;
}

.pdp-nav {
  background: #fff;
  font: 0.75rem / 1rem "monte-stella", sans-serif;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.04), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.04);
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.pdp-nav.fixed {
  position: fixed;
  display: block;
}
@media (min-width: 1024px) {
  .pdp-nav.fixed {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .pdp-nav.fixed {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.pdp-nav .pdp-nav-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  list-style: none;
  flex-flow: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding: 0;
}

.pdp-nav .pdp-nav-list::after,
.pdp-nav .pdp-nav-list::before {
  border-bottom: 0.1875rem solid #c7c7c7;
  width: 100%;
  content: "";
}
@media (max-width: 768px) {
  .pdp-nav .pdp-nav-list {
    justify-content: start;
  }
}

.pdp-nav .pdp-nav-link {
  white-space: nowrap;
  padding: 1.5rem 1.5rem;
  color: #767676;
  border-bottom: 0.1875rem solid #c7c7c7;
  border-radius: 0.25rem 0.25rem 0 0;
  display: block;
}
.pdp-nav .pdp-nav-link.active,
.pdp-nav .pdp-nav-link:hover {
  color: var(--color-primary-blue) !important;
  background-color: #f4f4f4;
  border-bottom: 0.1875rem solid var(--color-primary-blue) !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .pdp-nav .pdp-nav-link.active,
  .pdp-nav .pdp-nav-link:hover {
    color: #222;
    background-color: #fff;
    border-bottom: 0.1875rem solid var(--color-primary-blue) !important;
    text-decoration: none;
  }
}
.pdp-nav .pdp-nav-link:focus:focus-visible {
  padding: 1.3125rem 1.3125rem;
  margin: 0.1875rem 0.1875rem;
  border-radius: 0 0 0 0;
}
.pdp-nav .add-cart-button {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  border-bottom: 3px solid #c7c7c7;
  background: radial-gradient(circle at 50% 50%, #fff 90%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1024px) {
  .pdp-nav .add-cart-button {
    display: flex !important;
    align-items: center;
  }
}
.pdp-nav .pdp-nav-cta-container {
  float: right;
}
@media (min-width: 1024px) {
  .pdp-nav .pdp-nav-cta-container .cart-and-ipay {
    margin: 0;
  }
  .pdp-nav .pdp-nav-cta-container .cart-and-ipay .add-to-cart-btn-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pdp-nav .find-a-dealer-btn-wrapper {
  position: fixed;
  bottom: 2rem;
  padding: 0 1.5rem;
}
.pdp-nav .find-a-dealer-btn-wrapper .utility-item {
  float: none;
  max-width: unset;
  width: 100%;
}
@media (min-width: 768px) {
  .pdp-nav .find-a-dealer-btn-wrapper {
    padding: 0 3rem;
  }
}
@media (min-width: 1024px) {
  .pdp-nav .find-a-dealer-btn-wrapper {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    bottom: auto;
    border-bottom: 3px solid #c7c7c7;
  }
  .pdp-nav .find-a-dealer-btn-wrapper .utility-item {
    float: right;
    max-width: inherit;
    min-width: 10.3125rem;
    width: auto !important;
  }
}

.product-attribute .tire-size .size-attribute:nth-child(2n) {
  background-color: #f4f4f4;
}

.product-attribute .tire-size .size-attribute {
  list-style-type: none;
  padding: 1rem 1.5rem;
}

.dynamic-content > div {
  scroll-margin-top: 40px;
}

.product-favourite-button[aria-pressed="false"] img.checked,
.product-favourite-button[aria-pressed="true"] img.unchecked {
  display: none;
}

.product-favourite-button[aria-pressed="false"] img.unchecked,
.product-favourite-button[aria-pressed="true"] img.checked {
  display: inline-block;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.product-rating-reading .pr-read-review-display .p-w-r .pr-review-display .pr-review .pr-rd-description.pr-rd-content-block .pr-rd-description-text {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.015rem;
}

.product-rating-reading .pr-read-review-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-main-header-tab .pr-rd-tab-container .tab-btn {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 160% */
}

.product-rating-reading .pr-read-review-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-main-header-tab .pr-rd-tab-container .tab-btn:hover,
.product-rating-reading .pr-read-review-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-main-header-tab .pr-rd-tab-container .tab-btn.active {
  color: var(--color-primary-blue);
  border-bottom: 4px solid var(--color-primary-blue);
  border-radius: 0%;
}
.product-rating-reading .pr-read-review-display .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-main-header-search-sort,
.product-rating-reading .pr-read-review-display .p-w-r .pr-review-display {
  margin-top: 0;
}

.product-rating-reading {
  margin-top: 0;
}

.product-rating-reading.section-area {
  padding: 1rem 0;
  margin: 4rem 0 0;
}
@media (min-width: 768px) {
  .product-rating-reading.section-area {
    margin: 1rem 0 0;
  }
}
@media (min-width: 1024px) {
  .product-rating-reading.section-area {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.product-featured-video,
.product-video-3d {
  width: 100%;
}

.product-featured-video video,
.product-video-3d video {
  width: 100%;
  height: auto;
}

.product-featured-video-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.product-featured-video-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
}

.product-featured-video-thumbnail::before {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  content: "";
  /* background-image: url("../images/playbutton.svg"); */
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
}

.default .product-card-tags-container .product-tag {
  height: auto;
}

.product-favourite-button-container {
  max-width: 29.5rem;
}
.vehicles-container {
  max-height: 17rem;
  overflow: auto;
}

.product-details-block p.disclaimer {
  font-size: 0.75rem;
  color: #595959;
}

.gy-product-wrapper .product-details-block .product-name .product-card-product-name {
  text-transform: uppercase;
}

.changeVehicle {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
  color: #222;
}

@media (max-width: 575.98px) {
  .changeVehicle {
    margin-top: 1rem;
    width: 100%;
  }
}

.changeVehicle__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8%;
  align-items: flex-start;
}

@media (max-width: 1023.98px) {
  .changeVehicle__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

.changeVehicle__actions__tirefinder {
  flex-grow: 1;
  order: 1;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .changeVehicle__actions__tirefinder {
    margin-bottom: 3rem;
    margin-top: 0;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .changeVehicle__actions__tirefinder {
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .changeVehicle__actions__tirefinder .tire-vehicle-info {
    margin-bottom: 2rem;
  }
}

.changeVehicle__actions__tirefinder .product-specs {
  padding: 0;
}

.changeVehicle__actions__tirefinder__button .blue-checkbox {
  background: url(../../images/icons/blue-checkbox.svg) center 0 no-repeat;
  text-indent: -9999px;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

.changeVehicle__actions__tirefinder__button button::after {
  background: url(../../images/icons/small-up-arrow.svg) center 0 no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  content: "";
  margin-left: 4px;
}

.changeVehicle__actions__tirefinder__button button.collapsed::after {
  background: url(../../images/icons/small-down-arrow.svg) center 0 no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  content: "";
  margin-left: 0.25rem;
}

.changeVehicle__actions__tirefinder__button button:focus {
  outline: 0;
}

.changeVehicle__actions__filters {
  order: 2;
}

.changeVehicle__actions__filters__container {
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .changeVehicle__actions__filters {
    order: 3;
    width: 100%;
  }
}

.changeVehicle__actions__changetiresize {
  order: 3;
  width: 100%;
}

.changeVehicle__actions__changetiresize .tire-vehicle-info {
  background: #f4f4f4;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: #222;
}

.changeVehicle__actions__changetiresize .tire-vehicle-info p {
  font-weight: 600;
  line-height: 1.25rem;
}

@media (max-width: 575.98px) {
  .changeVehicle__actions__changetiresize .tire-vehicle-info a {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .changeVehicle__actions__changetiresize {
    order: 2;
    margin-top: 0.5rem;
  }
}

.notification.global.invalid {
  max-width: 29.5rem;
}

.notification.global.success {
  max-width: 29.5rem;
}

.full-page.footer {
  position: absolute;
  bottom: 0;
}

.full-page.footer-section {
  position: absolute;
  bottom: 8rem;
  width: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 35rem;
}
@media (min-width: 656px) {
  .full-page.footer-section {
    bottom: 10rem;
  }
}
@media (min-width: 1024px) {
  .full-page.footer-section {
    bottom: 12rem;
  }
}

.pr-rd-image-thumbnail {
  width: 7.5625rem;
  height: 7.5625rem;
}

.custom-featherlight {
  background: rgba(100, 100, 100, 0.5);
}
.custom-featherlight .featherlight-content {
  background: transparent;
}
.custom-featherlight .featherlight-next:hover,
.custom-featherlight .featherlight-previous:hover {
  background: rgba(0, 0, 0, 0.5);
}
.custom-featherlight .featherlight-next:hover span,
.custom-featherlight .featherlight-previous:hover span {
  font-size: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  color: #fff;
}
.custom-featherlight .featherlight-close {
  background: transparent;
  color: #fff;
  font-size: 1.2em;
}
.custom-featherlight.featherlight-last-slide .featherlight-next,
.custom-featherlight.featherlight-first-slide .featherlight-previous {
  display: none;
}

.full-page div.row div.d-md-none {
  margin-top: -1px;
}

.left-navigation ul li.active a,
.left-navigation ul li:hover a {
  color: var(--color-primary-blue);
  text-decoration: unset;
}

.left-navigation ul li a:hover {
  text-decoration: unset;
  color: var(--color-primary-blue);
}

.contentpage .left-navigation ul li a {
  width: 100%;
  color: #595959;
}

.left-navigation ul li.active .icon,
.left-navigation ul li:hover .icon {
  filter: unset;
}

.left-navigation ul li.active {
  font-weight: 600;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .contentpage .left-navigation ul {
    overflow: hidden;
    white-space: unset;
    border-right: 0.125rem solid #e9e9e9;
  }

  .contentpage .left-navigation ul li {
    width: 100%;
  }

  .contentpage .left-navigation ul li a {
    white-space: unset;
  }
}

.full-specs-section .specs-grid .spec-row {
  padding: 0.4rem 1rem;
  border-radius: 2px;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}

.specs-grid .spec-row .spec-label::after {
  content: "-";
  right: 0;
  position: absolute;
}
.full-specs-section .specs-grid .spec-table:first-child {
  padding-inline: 12px;
}

.full-specs-section .specs-grid .spec-table:last-child {
  padding-inline: 24px;
}
.front-tire-specs > .spec-row:nth-of-type(even),
.rear-tire-specs > .spec-row:nth-of-type(odd) {
  background-color: #f4f4f4;
}

@media (min-width: 768px) {
  .front-tire-specs > .spec-row:nth-of-type(even),
  .rear-tire-specs > .spec-row:nth-of-type(even) {
    background-color: #f4f4f4;
  }
  .rear-tire-specs > .spec-row:nth-of-type(odd) {
    background-color: inherit;
  }

  .full-specs-section .specs-grid .spec-row {
    padding: 0.4rem 1rem;
    border-radius: 2px;
    position: relative;
  }

  .full-specs-section .specs-grid .spec-table:first-child {
    padding-right: 24px;
  }

  .full-specs-section .specs-grid .spec-table:last-child {
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .full-specs-section .specs-grid .spec-table:first-child {
    padding-right: 36px;
  }

  .full-specs-section .specs-grid .spec-table:last-child {
    padding-left: 36px;
  }
}

.tyre-tax-nav.sub-categories-nav .subcategory-link {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  font-style: italic;
  text-transform: capitalize;
}

.tyre-tax-nav.sub-categories-nav .active.subcategory-link {
  color: var(--color-primary-blue);
}

.content-banner .tyre-banner .photo-tile-figure img {
  max-height: 528px;
}

.content-banner .tyre-banner .content-section .caption .content-banner-description {
  max-width: 660px;
}

.default .product-card-body {
  margin-bottom: 0rem;
}

.sub-categories-nav.tyre-tax-nav {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .content-banner .tyre-banner .content-caption {
    padding-inline: 0px !important;
  }
}

.product-image-tag {
  list-style-type: none;
}

.product-image-tag img {
  height: 27px;
}

.product-image-tag-single img {
  height: 49px;
}

.default .product-card-image-container a {
  width: auto;
}

.features-table .attribute-values {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 1rem 1.5rem;
}
.features-table .attribute-values--key {
  width: 50%;
  margin: 0;
}
.features-table .attribute-values--value {
  width: 50%;
  align-items: flex-start;
}
.features-table .attribute-values:nth-child(2n) {
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .features-table.two-column {
    display: grid;
    grid-gap: 0 1.5rem;
    grid-template-columns: auto auto;
  }
  .features-table.two-column .attribute-values:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0);
  }
  .features-table.two-column .attribute-values:nth-child(4n),
  .features-table.two-column .attribute-values:nth-child(4n-1) {
    background-color: #f4f4f4;
  }
}

.findtire.spinner-border {
  width: 1rem;
  height: 1rem;
  border: 0.19em solid currentColor;
  border-right-color: transparent;
}
@media (min-width: 768px) {
  .container .row:not(.no-gutters) .product-title {
    padding-right: 10rem;
  }
}
@media (max-width: 1024px) {
  .goodyear-space {
    padding-bottom: 0rem !important;
  }
}
.pdp-nav-list {
  scrollbar-width: none;
}

.pdp-nav-list::-webkit-scrollbar {
  display: none;
}

.pdp-nav .pdp-nav-link {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}
