.start-0 {
  left: 0 !important;
}

.top-0 {
  top: 0 !important;
}

.end-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.top-50 {
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.end-50 {
  right: 50% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.position-absolute {
  position: absolute !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

@-webkit-keyframes arrow-slide-in {
  from {
    right: -75px;
  }

  to {
    right: -80px;
  }
}

@keyframes arrow-slide-in {
  from {
    right: -75px;
  }

  to {
    right: -80px;
  }
}

@-webkit-keyframes arrow-slide-out {
  from {
    right: 5px;
  }

  to {
    right: -75px;
  }
}

@keyframes arrow-slide-out {
  from {
    right: 5px;
  }

  to {
    right: -75px;
  }
}

@-webkit-keyframes arrow-slide-in-medium {
  from {
    right: -150px;
  }

  to {
    right: -160px;
  }
}

@keyframes arrow-slide-in-medium {
  from {
    right: -150px;
  }

  to {
    right: -160px;
  }
}

@-webkit-keyframes arrow-slide-out-medium {
  from {
    right: 6px;
  }

  to {
    right: -150px;
  }
}

@keyframes arrow-slide-out-medium {
  from {
    right: 6px;
  }

  to {
    right: -150px;
  }
}

@-webkit-keyframes arrow-slide-in-large {
  from {
    right: -200px;
  }

  to {
    right: -210px;
  }
}

@keyframes arrow-slide-in-large {
  from {
    right: -200px;
  }

  to {
    right: -210px;
  }
}

@-webkit-keyframes arrow-slide-out-large {
  from {
    right: 10px;
  }

  to {
    right: -200px;
  }
}

@keyframes arrow-slide-out-large {
  from {
    right: 10px;
  }

  to {
    right: -200px;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

button {
  background: transparent;
  border: 0;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: beige;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: beige;
  border-radius: 0.69em;
  background-color: beige;
  display: block;
  position: relative;
}

.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #222;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #222;
  border-radius: 0.69em;
  background-color: #222;
  display: block;
  position: relative;
}

.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: var(--color-primary-blue);
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: var(--color-primary-blue);
  border-radius: 0.69em;
  background-color: var(--color-primary-blue);
  display: block;
  position: relative;
}

.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: brown;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: brown;
  border-radius: 0.69em;
  background-color: brown;
  display: block;
  position: relative;
}

.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #007c34;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #007c34;
  border-radius: 0.69em;
  background-color: #007c34;
  display: block;
  position: relative;
}

.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #909090;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #909090;
  border-radius: 0.69em;
  background-color: #909090;
  display: block;
  position: relative;
}

.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #80a7d4;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #80a7d4;
  border-radius: 0.69em;
  background-color: #80a7d4;
  display: block;
  position: relative;
}

.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f07b39;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f07b39;
  border-radius: 0.69em;
  background-color: #f07b39;
  display: block;
  position: relative;
}

.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}

.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: purple;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: purple;
  border-radius: 0.69em;
  background-color: purple;
  display: block;
  position: relative;
}

.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #aa000c;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #aa000c;
  border-radius: 0.69em;
  background-color: #aa000c;
  display: block;
  position: relative;
}

.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}

.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: var(--color-primary-yellow);
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: var(--color-primary-yellow);
  border-radius: 0.69em;
  background-color: var(--color-primary-yellow);
  display: block;
  position: relative;
}

.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, #ff0 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}

.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.category-tile {
  position: relative;
}

.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}

.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

.swiper-carousel .swiper-scrollbar {
  margin-left: -2rem;
}

.swiper-carousel .swiper-wrapper .product-cards {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.swiper-carousel .swiper-wrapper .product-cards .product-card-image-container .product-image {
  margin-left: -2rem;
  margin-top: -1rem;
}

.swatch-circle-beige {
  width: 2.5em;
  height: 2.5em;
  background: beige;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  width: 1.38em;
  height: 1.38em;
  background: beige;
  border-radius: 0.69em;
  background-color: beige;
  display: block;
  position: relative;
}

.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  width: 2.5em;
  height: 2.5em;
  background: #222;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  width: 1.38em;
  height: 1.38em;
  background: #222;
  border-radius: 0.69em;
  background-color: #222;
  display: block;
  position: relative;
}

.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  width: 2.5em;
  height: 2.5em;
  background: var(--color-primary-blue);
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  width: 1.38em;
  height: 1.38em;
  background: var(--color-primary-blue);
  border-radius: 0.69em;
  background-color: var(--color-primary-blue);
  display: block;
  position: relative;
}

.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  width: 2.5em;
  height: 2.5em;
  background: brown;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  width: 1.38em;
  height: 1.38em;
  background: brown;
  border-radius: 0.69em;
  background-color: brown;
  display: block;
  position: relative;
}

.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  width: 2.5em;
  height: 2.5em;
  background: #007c34;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  width: 1.38em;
  height: 1.38em;
  background: #007c34;
  border-radius: 0.69em;
  background-color: #007c34;
  display: block;
  position: relative;
}

.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  width: 2.5em;
  height: 2.5em;
  background: #909090;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  width: 1.38em;
  height: 1.38em;
  background: #909090;
  border-radius: 0.69em;
  background-color: #909090;
  display: block;
  position: relative;
}

.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  width: 2.5em;
  height: 2.5em;
  background: #80a7d4;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  width: 1.38em;
  height: 1.38em;
  background: #80a7d4;
  border-radius: 0.69em;
  background-color: #80a7d4;
  display: block;
  position: relative;
}

.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  width: 2.5em;
  height: 2.5em;
  background: #f07b39;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  width: 1.38em;
  height: 1.38em;
  background: #f07b39;
  border-radius: 0.69em;
  background-color: #f07b39;
  display: block;
  position: relative;
}

.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}

.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  width: 2.5em;
  height: 2.5em;
  background: purple;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  width: 1.38em;
  height: 1.38em;
  background: purple;
  border-radius: 0.69em;
  background-color: purple;
  display: block;
  position: relative;
}

.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  width: 2.5em;
  height: 2.5em;
  background: #aa000c;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  width: 1.38em;
  height: 1.38em;
  background: #aa000c;
  border-radius: 0.69em;
  background-color: #aa000c;
  display: block;
  position: relative;
}

.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}

.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  width: 2.5em;
  height: 2.5em;
  background: var(--color-primary-yellow);
  border-radius: 1.25em;
  display: block;
  position: relative;
}

.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  width: 1.38em;
  height: 1.38em;
  background: var(--color-primary-yellow);
  border-radius: 0.69em;
  background-color: var(--color-primary-yellow);
  display: block;
  position: relative;
}

.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.product-detail .attributes .swatch-circle {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 1.5rem;
  display: inline-block;
  margin: 0.5rem 0.0625rem 0 0;
  position: relative;
  border: 2px solid #c7c7c7;
}

.product-detail .attributes .swatch-circle.color-value[data-selected="true"]::after {
  color: #222;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}

.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #222;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}

.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail .attributes .swatch-circle .sideWallcode-value {
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 1rem;
  display: inline-block;
  position: relative;
  border: 1px solid #909090;
  margin: 0.375rem;
}

.product-detail .attributes .swatch-circle .sideWallcode-value.color-value[data-selected="true"]::after {
  color: #222;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}

.product-detail .attributes .swatch-circle .sideWallcode-value.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #222;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}

.product-detail .attributes .swatch-circle .sideWallcode-value i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail .attributes .swatch-circle:hover:not(.selected):not(.unselectable) {
  border: 0.125rem solid #222;
}

.product-detail .attributes .swatch-circle.selected {
  border: 0.125rem solid var(--color-primary-blue);
  background: #fff;
  box-shadow: 0 0 0 0.25rem rgba(0, 78, 168, 0.2);
}

.product-detail .attributes .swatches-tooltip .tooltip.tooltip-top {
  left: 223%;
  top: 103%;
  min-width: auto;
}

.product-detail .attributes .swatches-tooltip .tooltip.tooltip-top::after {
  content: unset;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}

.product-detail [disabled] .swatch-circle::before,
.product-detail .swatch-circle.unselectable::before {
  content: "";
  background: #767676;
  transform: rotate(45deg);
  position: absolute;
  width: 0.125rem;
  height: 135%;
  display: block;
  bottom: -0.5rem;
  left: 50%;
  z-index: 1;
}

.product-detail [disabled] .swatch-circle::after,
.product-detail .swatch-circle.unselectable::after {
  content: "";
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  width: 0.5rem;
  height: 165%;
  display: block;
  bottom: -0.875rem;
  left: 43%;
  z-index: 0;
}

.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

label.color ~ a:hover {
  text-decoration: none;
}

.product-comparison .product-heading-compact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: none;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08), 0 0.125rem 0.125rem rgba(0, 0, 0, 0.04);
  background-color: #fff;
  z-index: 1;
}

.product-comparison .product-heading-compact .heading-description,
.product-comparison .product-heading-compact .color-swatches,
.product-comparison .product-heading-compact .attribute,
.product-comparison .product-heading-compact .image-container {
  display: none;
}

.product-comparison .product-heading-compact .product-tile {
  min-height: auto;
}

.product-comparison .product-heading-compact .add-to-cart,
.product-comparison .product-heading-compact .tile-body,
.product-comparison .product-heading-compact .product-tile-line {
  margin-right: 2rem;
}

.product-comparison .product-heading-compact.product-heading .btn.product-delete .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.product-comparison .product-heading-compact .add-to-cart {
  margin-bottom: 1rem;
}

.product-comparison .product-heading-full .doesnt-fit {
  margin-top: 2.5rem;
}

.product-comparison .product-heading-full .product-tile-footer {
  padding-bottom: 2rem;
}

.product-comparison .product-heading-full .product-tile-footer .availability-msg {
  display: none;
}

.product-comparison .product-heading-full .heading-description {
  margin-bottom: 3.5rem;
}

.product-comparison .btn-back::before {
  background: url(../../images/icons/small-up-arrow.svg) center 0 no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  content: "";
  margin-right: 4px;
  transform: rotate(-90deg);
}

.product-comparison .blue-checkbox {
  background: url(../../images/icons/blue-checkbox.svg) center 0 no-repeat;
  text-indent: -9999px;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.product-comparison .compare-scroll {
  overflow-x: auto;
}

.product-comparison .compare-fixed-width-md {
  width: 140%;
}

.product-comparison .comparison-table__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-comparison .comparison-table__header {
  background-color: #f4f4f4;
  grid-column: 1 / 4;
}

.product-comparison .comparison-table .compare-offer-card {
  position: relative;
  border-radius: 1rem;
  background-color: #fff;
}

.product-comparison .comparison-table .compare-offer-card__img {
  position: absolute;
  top: 0;
  left: calc(50% - 24px);
}

.product-comparison .comparison-table .compare-offer-card__title {
  color: #222;
  display: block;
}

.product-comparison .comparison-table .tire-image {
  width: 100%;
  max-width: 12.5rem;
}

@media (min-width: 576px) {
  .product-comparison .comparison-table.is-pinned .product-heading-compact {
    display: block;
    opacity: 1;
    -webkit-animation: fadeIn 200ms;
    animation: fadeIn 200ms;
  }
}

.product-comparison .color-swatches .col-sw {
  position: relative;
}

.product-comparison .selector.color {
  margin-right: 8px;
}

.product-comparison .product-header {
  position: relative;
}

.product-comparison .product-header .btn.product-delete {
  background-color: #c7c7c7;
  border: 0;
  max-width: inherit;
  position: absolute;
  right: 1rem;
  width: initial;
}

.product-comparison .attr-compare {
  background: transparent;
  border: 0;
}

.product-comparison .attr-compare input[type="radio"] {
  display: none;
}

.product-comparison .attr-compare label {
  border-radius: 0.5rem;
  border: 2px solid #c7c7c7;
  cursor: pointer;
}

.product-comparison .attr-compare input[type="radio"]:checked + label {
  border: 2px solid var(--color-primary-blue);
  box-shadow: 0 0 0 4px rgba(0, 78, 168, 0.2);
  color: #767676;
}

.product-comparison .attr-compare input[type="radio"].unselectable + label::before {
  content: "";
  background: #c7c7c7;
  transform: rotate(45deg);
  position: absolute;
  width: 0.125rem;
  height: 120%;
  display: block;
  bottom: -0.25rem;
  left: 50%;
}

.product-comparison .promotion-details {
  display: none;
}

.product-comparison .instant-savings {
  color: #007c34;
  font-weight: 500;
  text-decoration: underline;
}

.product-comparison .row {
  margin-left: 0;
  margin-right: 0;
}

.product-comparison .product-tile .tile-body .product-tile-name .pdp-link a.pdp-link,
.product-comparison .product-tile .tile-body .product-tile-name .pdp-link a.h4 {
  color: #222;
  word-break: break-word;
}

.product-comparison .product-tile-line {
  border-top: 2px solid #e9e9e9;
}

.product-comparison .image-container a .tile-image {
  max-width: 6.625rem;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1;
}

@media (min-width: 576px) {
  .product-comparison.is-pinned .product-heading-compact {
    display: block;
    opacity: 1;
    -webkit-animation: fadeIn 200ms;
    animation: fadeIn 200ms;
  }
}

.product-comparison.is-pinned .promotion-details {
  display: none;
}

.product-comparison .heading-description {
  font-weight: 300;
  line-height: 1;
}

.product-comparison .back-to-results a {
  color: #222;
}

.product-comparison .customer-reviews__no-reviews {
  display: none;
}

.product-comparison .customer-reviews__stars-container .star-img {
  width: 1rem;
  height: 1rem;
}

.product-comparison .customer-reviews__reviews {
  font-weight: 600;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.compare-bar-wrapper {
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 5;
  background-color: #fff;
}

.compare-bar-wrapper .compare-bar-accordion .card {
  border: none;
}

.compare-bar-wrapper .compare-bar-accordion .card .card-header {
  background-color: #e9e9e9;
  border-radius: initial;
}

.compare-bar-wrapper .compare-bar-accordion .card .card-header button .icon-container {
  position: relative;
  top: initial;
  right: initial;
}

.compare-bar-wrapper .compare-bar__header .clear-all-link {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .compare-bar-wrapper .compare-bar__header .clear-all-link {
    padding-left: 0;
  }
}

.compare-bar-wrapper .product-slots {
  max-width: 21.875rem;
}

.compare-bar-wrapper .product-slots .slot {
  width: 5.9375rem;
  border: 1px solid #c7c7c7;
  border-radius: 0.75rem;
  position: relative;
}

.compare-bar-wrapper .product-slots .slot button.delete-product {
  width: 2rem;
  height: 2rem;
  background-size: 0.75rem;
  background-color: #c7c7c7;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}

.compare-bar-wrapper .product-slots .slot button.delete-product:focus {
  background: #fff;
}

.compare-bar-wrapper .product-slots .slot .productDetailsCta img {
  max-width: 5.375rem;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1;
}

.compare-bar-wrapper .product-slots .slot .tire-name,
.compare-bar-wrapper .product-slots .slot .add-tire-text {
  color: #595959;
}

.page-compare-show:not(.is-compare-nav-pinned) header.header-sticky {
  padding-top: 0;
  margin-bottom: 95px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .product-comparison.container {
    margin-right: 0;
    margin-left: 0;
  }

  .product-comparison .comparison-table__header {
    margin-left: -1.5rem;
  }

  .product-comparison .type-tag.xs-column {
    width: 9.0625rem;
  }
}

@media (min-width: 576px) {
  .product-comparison .compare-scroll {
    overflow-x: initial;
  }

  .product-comparison .compare-fixed-width-md {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .product-comparison .promotion-details {
    display: block;
  }

  .product-comparison .price {
    max-width: 15.625rem;
    font-size: initial;
    line-height: initial;
  }

  .product-comparison .image-container a .tile-image {
    max-width: 12.5rem;
  }

  .product-comparison .product-heading-compact.product-heading .pdp-link.h4,
  .product-comparison .product-heading-compact.product-heading .product-tile .tile-body .pdp-link,
  .product-comparison .product-tile .tile-body .product-heading-compact.product-heading .pdp-link {
    margin-bottom: 0;
  }

  .product-comparison .comparison-table .compare-offer-card {
    width: 100%;
  }

  .product-comparison .comparison-table .compare-offer-card__img {
    position: initial;
  }

  .product-comparison .comparison-table .compare-offer-card .link-primary,
  .product-comparison .comparison-table .compare-offer-card .search-nav .search-content-wrapper .need-more-container .need-more-list a,
  .search-nav .search-content-wrapper .need-more-container .need-more-list .product-comparison .comparison-table .compare-offer-card a {
    display: block;
  }

  .product-comparison .heading-description .find-tire {
    max-width: 16.5rem;
  }

  .compare-bar-wrapper .compare-bar .product-slots {
    max-width: 32.5rem;
    width: 100%;
  }

  .compare-bar-wrapper .compare-bar .product-slots .slot {
    width: 9.0625rem;
  }
}

@media (min-width: 1024px) {
  .product-comparison .product-heading-compact .heading-description {
    display: block;
  }

  .product-comparison .comparison-table__row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 0.125rem;
  }

  .product-comparison .comparison-table__row:nth-child(odd) .comparison-table__header,
  .product-comparison .comparison-table__row:nth-child(odd) .comparison-table__cell {
    background-color: #f4f4f4;
  }

  .product-comparison .comparison-table__cell[id*="original-equipment"],
  .product-comparison .comparison-table__cell[id*="tire-image"] {
    align-items: center !important;
  }

  .product-comparison .comparison-table__header {
    grid-column: initial;
    background-color: transparent;
  }

  .product-comparison .customer-reviews__stars-container .star-img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .compare-bar-wrapper .compare-bar {
    max-width: 65.9375rem;
  }

  .compare-bar-wrapper .compare-bar .collapse {
    max-width: 32.5rem;
  }

  .compare-bar-wrapper .ctas button.compare {
    width: auto;
    max-width: initial;
  }

  .h2.customer-reviews__rating.mb-lg-16 {
    margin-left: null;
    margin-right: null;
  }

  .product-heading.product-heading-full .product-header:not(:first-child) {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .product-comparison .price-row-group {
    max-width: 17.5rem;
  }
}

h1,
.h1 {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.5rem;
  letter-spacing: -0.09rem;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 4.5rem;
    letter-spacing: -0.135rem;
  }
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 6rem;
    font-weight: 300;
    line-height: 6rem;
    letter-spacing: -0.18rem;
  }
}

h2,
.h2 {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.06rem;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.5rem;
    letter-spacing: -0.09rem;
  }
}

@media (min-width: 1024px) {
  h2,
  .h2 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 4.5rem;
    letter-spacing: -0.135rem;
  }
}

h3,
.h3 {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: -0.06rem;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: -0.06rem;
  }
}

@media (min-width: 1024px) {
  h3,
  .h3 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.5rem;
    letter-spacing: -0.09rem;
  }
}

h4,
.h4,
.product-comparison .product-tile .tile-body .pdp-link,
.product-comparison .product-tile .tile-body .pdp-link a.h4 {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0rem;
}

@media (min-width: 768px) {
  h4,
  .h4,
  .product-comparison .product-tile .tile-body .pdp-link,
  .product-comparison .product-tile .tile-body .pdp-link a.h4 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0rem;
  }
}

@media (min-width: 1024px) {
  h4,
  .h4,
  .product-comparison .product-tile .tile-body .pdp-link,
  .product-comparison .product-tile .tile-body .pdp-link a.h4 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: -0.06rem;
  }
}

h5,
.h5 {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0rem;
}

@media (min-width: 768px) {
  h5,
  .h5 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0rem;
  }
}

@media (min-width: 1024px) {
  h5,
  .h5 {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0rem;
  }
}

.text-large {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0rem;
}

.text-standard,
.product-comparison .product-heading-compact .product-tile .tile-body .pdp-link,
.product-comparison .product-heading-compact .product-tile .tile-body .pdp-link a.pdp-link,
.product-comparison .product-heading-compact .product-tile .tile-body .pdp-link a.h4,
.product-comparison .customer-reviews__no-reviews,
p,
.search-nav .search-content-wrapper .search-tip-container .search-tip-list li,
.search-content-wrapper .search-tip-container .search-tip-list li {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0rem;
}

.text-small {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0rem;
}

.text-x-small {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0rem;
}

.subtitle-large,
.product-comparison .product-tile-price .front,
.product-comparison .product-tile-price .rear,
.product-comparison .product-tile-price .value {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: -0.02rem;
}

.subtitle-standard,
.product-comparison .product-heading-compact.product-heading .product-tile-price .front,
.product-comparison .product-heading-compact.product-heading .product-tile-price .rear,
.product-comparison .product-heading-compact.product-heading .product-tile-price .value,
.search-nav .search-content-wrapper .search-tip-container .search-tip-heading,
.search-content-wrapper .search-tip-container .search-tip-heading {
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0rem;
}

.subtitle-small,
.product-comparison .product-tile-price .price .label,
.search-nav .search-content-wrapper .need-more-container .need-more-list li,
.search-content-wrapper .need-more-container .need-more-list li {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0rem;
}

.subtitle-x-small,
#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options ul li .selected {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0rem;
}

.subtitle-xx-small {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0rem;
}

.ui-button-text {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5rem;
  letter-spacing: 0.09rem;
  /* font-style: italic; */
  text-transform: uppercase;
}

.ui-large-cta {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.01rem;
}

.ui-small-cta {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0rem;
}

.text-eyebrow-large {
  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;
}

@media (min-width: 768px) {
  .text-eyebrow-large {
    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;
  }
}

@media (min-width: 1024px) {
  .text-eyebrow-large {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 2rem;
    letter-spacing: 0.15rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

.text-eyebrow-standard {
  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;
}

@media (min-width: 768px) {
  .text-eyebrow-standard {
    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;
  }
}

@media (min-width: 1024px) {
  .text-eyebrow-standard {
    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;
  }
}

.text-eyebrow-small,
.pdp-nav .pdp-nav-link,
.sub-categories-nav .pdp-nav-link,
.sub-categories-nav .subcategory-link {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1rem;
  letter-spacing: 0.09rem;
  /* font-style: italic; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-eyebrow-small,
  .pdp-nav .pdp-nav-link,
  .sub-categories-nav .pdp-nav-link,
  .sub-categories-nav .subcategory-link {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1rem;
    letter-spacing: 0.09rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .text-eyebrow-small,
  .pdp-nav .pdp-nav-link,
  .sub-categories-nav .pdp-nav-link,
  .sub-categories-nav .subcategory-link {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1rem;
    letter-spacing: 0.09rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

.text-eyebrow-x-small {
  font-family: "pt-sans-pro", sans-serif;
  font-size: 0.6875rem;
  font-weight: 900;
  line-height: 1rem;
  letter-spacing: 0.0825rem;
  /* font-style: italic; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-eyebrow-x-small {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 0.6875rem;
    font-weight: 900;
    line-height: 1rem;
    letter-spacing: 0.0825rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .text-eyebrow-x-small {
    font-family: "pt-sans-pro", sans-serif;
    font-size: 0.6875rem;
    font-weight: 900;
    line-height: 1rem;
    letter-spacing: 0.0825rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

.display-large {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: -0.035rem;
  /* font-style: italic; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .display-large {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 6.5rem;
    font-weight: 800;
    line-height: 6rem;
    letter-spacing: -0.065rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .display-large {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 8rem;
    font-weight: 800;
    line-height: 7.5rem;
    letter-spacing: -0.08rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

.display-standard {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 2rem;
  letter-spacing: -0.0225rem;
  /* font-style: italic; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .display-standard {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 3.5rem;
    letter-spacing: -0.04rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .display-standard {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 5rem;
    font-weight: 800;
    line-height: 4.5rem;
    letter-spacing: -0.05rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

.display-small {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.0225rem;
  /* font-style: italic; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .display-small {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 2rem;
    letter-spacing: -0.0225rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .display-small {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 3.5rem;
    letter-spacing: -0.04rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

.display-x-small {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5rem;
  letter-spacing: 0.0525rem;
  /* font-style: italic; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .display-x-small {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.5rem;
    letter-spacing: 0.0525rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .display-x-small {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 2rem;
    letter-spacing: 0.0675rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

.display-xx-small {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5rem;
  letter-spacing: 0.0525rem;
  /* font-style: italic; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .display-xx-small {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.5rem;
    letter-spacing: 0.0525rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .display-xx-small {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.5rem;
    letter-spacing: 0.0525rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

.display-xxx-small {
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 0.75rem;
  letter-spacing: 0.07rem;
  /* font-style: italic; */
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .display-xxx-small {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 0.75rem;
    letter-spacing: 0.07rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .display-xxx-small {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 0.75rem;
    letter-spacing: 0.07rem;
    /* font-style: italic; */
    text-transform: uppercase;
  }
}

.pdp-nav,
.sub-categories-nav {
  background: #fff;
  font: 0.75rem / 1rem "futura-pt-condensed", sans-serif;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08), 0 0.25rem 0.25rem rgba(0, 0, 0, 0.04);
  display: none;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.pdp-nav.fixed,
.fixed.sub-categories-nav {
  position: fixed;
  display: block;
}

@media (min-width: 1024px) {
  .pdp-nav.fixed,
  .fixed.sub-categories-nav {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1200px) {
  .pdp-nav.fixed,
  .fixed.sub-categories-nav {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.pdp-nav .pdp-nav-list,
.sub-categories-nav .pdp-nav-list {
  margin: 0 auto;
  display: flex;
  list-style: none;
  flex-flow: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding: 0;
}

.pdp-nav .pdp-nav-link,
.sub-categories-nav .pdp-nav-link,
.sub-categories-nav .subcategory-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,
.sub-categories-nav .pdp-nav-link.active,
.sub-categories-nav .active.subcategory-link,
.pdp-nav .pdp-nav-link:hover,
.sub-categories-nav .pdp-nav-link:hover,
.sub-categories-nav .subcategory-link:hover {
  color: #222;
  background-color: #f4f4f4;
  border-bottom: .1875rem solid #113dad;
  text-decoration: none;
}

.pdp-nav .pdp-nav-link:focus:focus-visible,
.sub-categories-nav .pdp-nav-link:focus:focus-visible,
.sub-categories-nav .subcategory-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,
.sub-categories-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,
  .sub-categories-nav .add-cart-button {
    display: flex !important;
    align-items: center;
  }
}

.pdp-nav .pdp-nav-cta-container,
.sub-categories-nav .pdp-nav-cta-container {
  float: right;
}

@media (min-width: 1024px) {
  .pdp-nav .pdp-nav-cta-container .cart-and-ipay,
  .sub-categories-nav .pdp-nav-cta-container .cart-and-ipay {
    margin: 0;
  }

  .pdp-nav .pdp-nav-cta-container .cart-and-ipay .add-to-cart-btn-container,
  .sub-categories-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,
.sub-categories-nav .find-a-dealer-btn-wrapper {
  position: fixed;
  bottom: 2rem;
  padding: 0 1.5rem;
}

.pdp-nav .find-a-dealer-btn-wrapper .utility-item,
.sub-categories-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,
  .sub-categories-nav .find-a-dealer-btn-wrapper {
    padding: 0 3rem;
  }
}

@media (min-width: 1024px) {
  .pdp-nav .find-a-dealer-btn-wrapper,
  .sub-categories-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,
  .sub-categories-nav .find-a-dealer-btn-wrapper .utility-item {
    float: right;
    max-width: inherit;
    min-width: 10.3125rem;
    width: auto !important;
  }
}

.sub-categories-nav {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  display: block;
  box-shadow: none;
  z-index: 1;
}

.sub-categories-nav .swiper {
  margin: 0 2rem;
}

@media (max-width: 767.98px) {
  .sub-categories-nav .swiper {
    margin: 0;
  }
}

.sub-categories-nav .swiper-button-lock + .swiper {
  margin: 0;
}

.sub-categories-nav .swiper-wrapper::after {
  border-bottom: 0.1875rem solid #c7c7c7;
  width: 100%;
  content: "";
}

.sub-categories-nav .swiper-wrapper::before {
  border-bottom: 0.1875rem solid #c7c7c7;
  width: 100%;
  content: "";
}

.sub-categories-nav .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sub-categories-nav ul {
  padding: 0;
  margin: 0;
}

.sub-categories-nav li {
  list-style: none;
}

.sub-categories-nav .subcategory-prev {
  left: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem 0;
  margin-top: 0;
  top: 0;
  transform: scaleX(-1);
}

@media (max-width: 767.98px) {
  .sub-categories-nav .subcategory-prev {
    left: -1.5rem;
  }
}

.disabled .sub-categories-nav .subcategory-prev::after {
  background: url(../../images/icons/carousel-arrow-disable.svg) center 0 no-repeat;
  width: 1rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  transform: scaleX(-1);
}

.sub-categories-nav .subcategory-prev::after {
  background: url(../../images/icons/carousel-arrow.svg) center 0 no-repeat;
  width: 1rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
}

.sub-categories-nav .subcategory-next {
  right: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.5rem 0;
  margin-top: 0;
  top: 0;
}

@media (max-width: 767.98px) {
  .sub-categories-nav .subcategory-next {
    right: -1.5rem;
  }
}

.sub-categories-nav .subcategory-next::after {
  background: url(../../images/icons/carousel-arrow.svg) center 0 no-repeat;
  width: 1rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
}

.disabled .sub-categories-nav .subcategory-next::after {
  background: url(../../images/icons/carousel-arrow-disable.svg) center 0 no-repeat;
  width: 1rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  transform: rotate(180deg);
}

.refinement-bar-container .refinement-bar {
  display: none;
}

.no-results-filter {
  gap: 1.5rem;
}

.changeVehicle__actions__filters_container .all-filter-container {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .changeVehicle__actions__filters_container .all-filter-container {
    display: block;
  }

  .changeVehicle__actions__filters_container .all-filter-container .all-filter-btn-container {
    width: 100%;
  }
}

.changeVehicle__actions__filters_container .all-filter-container #all-filter-btn {
  justify-content: center;
  background-color: #222;
  border-color: #222;
  line-height: 1rem;
}

.changeVehicle__actions__filters_container .all-filter-container #all-filter-btn .all-filter-icon {
  width: 1.125rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-image: url("../../images/all-filters.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.changeVehicle__actions__filters_container .grid-header {
  margin: 0;
  align-content: center;
}

.changeVehicle__actions__filters_container .grid-header .result-count {
  min-width: 5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .changeVehicle__actions__filters_container .grid-header .result-count {
    text-align: left !important;
  }
}

@media (min-width: 1024px) {
  .changeVehicle__actions__filters_container .grid-header .result-count {
    margin-bottom: 0;
  }
}

#allFiltersWrapper.flyout .flyout--body {
  display: block;
  padding: 2.4375rem 2rem 2.0625rem 2rem;
  overflow-y: auto;
  height: 100%;
}

@media (max-width: 767.98px) {
  #allFiltersWrapper.flyout .flyout--body {
    padding: 1.75rem 1.5rem;
  }
}

#allFiltersWrapper.flyout .flyout--body .flyout--heading {
  position: -webkit-sticky;
  position: sticky;
  top: -1.125rem;
  z-index: 999;
  float: right;
}

#allFiltersWrapper.flyout .flyout--body .flyout--heading .logo {
  display: none;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar-container {
  height: 100%;
  margin: -1.6875rem 0 0 0;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar {
  height: 100%;
  overflow: initial;
  color: #222;
  display: block;
  padding: 0;
}

@media (max-width: 767.98px) {
  #allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar {
    position: static;
    box-shadow: none;
  }
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .refinements-clearFilter-container {
  height: 100%;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .filter-header {
  width: 100%;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: -2.5rem;
  z-index: 99;
  margin: 0;
  padding: 2.875rem 0 0.625rem 0;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .filter-header .all-filter-result-btn {
  color: #222;
  background-color: #fff;
  border: 0.125rem solid #222;
  cursor: pointer;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .filter-header .header-bar {
  background-color: #fff;
  border: none;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .filter-header .header-bar .result-count {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767.98px) {
  #allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .filter-header .header-bar .result-count {
    width: 100%;
    margin-top: 1.125rem;
  }
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .clearFilter-container {
  margin: 1.0625rem 0 1rem 0;
}

@media (max-width: 767.98px) {
  #allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .clearFilter-container {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .clearFilter-container .secondary-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.25rem 0 0;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .clearFilter-container .secondary-bar .filter-label {
  font-size: 1.5rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .clearFilter-container .secondary-bar .reset {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .clearFilter-container .secondary-bar .reset:focus {
  outline-offset: -0.1875rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .accordion .card .card-header {
  padding: 0.25rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .accordion .card .card-header button:focus {
  outline-offset: -0.1875rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .accordion .card .card-header .applied-filter-count {
  color: var(--color-primary-blue);
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .accordion .card .card-header button .icon-container {
  margin-top: 0;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar .accordion .card .card-header button .icon-container .horizontal-line {
  top: -0.3125rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter {
  height: 100%;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .card {
  margin: 0;
  border-bottom: 0.125rem solid #c7c7c7;
  border-top-width: 0;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .card:last-child {
  border-bottom-width: 0;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .sort-filter {
  margin-bottom: 3.5rem;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  #allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .sort-filter {
    width: 17.1875rem;
  }
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .sort-filter .custom-select {
  cursor: pointer;
  /* background-image: url("../../images/dropdown-arrow.svg"); */
  background-size: 1rem;
  font-size: 1.25rem;
  line-height: 20px;
  padding: 0.5rem;
  color: #767676;
  height: 3rem !important;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .sort-filter .custom-select:focus {
  box-shadow: none;
  outline: none !important;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .content {
  padding: 0;
  overflow: hidden;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .moreless-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  display: none;
  padding: 0;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .checkbox-filter ul {
  padding-top: 0.25rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options ul {
  margin-bottom: 0;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options ul li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 0.25rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options ul li :hover {
  text-decoration: underline;
  font-weight: 600;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options ul li button {
  line-height: 1.25rem;
  padding: 0 0.25rem;
  margin-bottom: 1rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options ul li button:focus {
  outline-offset: -0.1875rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options ul li .selected {
  width: 1rem;
  height: 1rem;
  background-image: url("../../images/Checkmark.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.5rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .card-body.square-filter .content {
  padding-top: 1rem;
  padding-bottom: 1.75rem;
  padding-left: 0.25rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .card-body.square-filter ul {
  flex-flow: row wrap;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  width: auto;
  row-gap: 1rem;
  padding-right: 2.25rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .card-body.square-filter ul li {
  display: inline;
  list-style: none;
  text-align: center;
  padding: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .card-body.square-filter ul li :hover {
  text-decoration: none;
  font-weight: 400;
  border-color: #767676;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .card-body.square-filter ul li button {
  margin-bottom: 0;
  padding: 0;
  min-height: 1.875rem;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .card-body.square-filter ul li button span {
  border: 0.125rem solid #c7c7c7;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.25rem;
  box-sizing: border-box;
}

#allFiltersWrapper.flyout .flyout--body .flyout--content .refinement-bar #accordionFilter .filter-options .card-body.square-filter ul li button span.selected {
  font-weight: 600;
  border: 0.125rem solid var(--color-primary-blue);
  box-shadow: 0 0 0 0.25rem rgba(0, 78, 168, 0.2);
  border-radius: 0.5rem;
  background-image: none;
}

#allFiltersWrapper.flyout .flyout--body .bg-logo-wrapper {
  display: none;
}

.refinement-bar {
  overflow: auto;
}

.refinement-bar ul {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .refinement-bar {
    background-color: #fff;
    box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

@media (max-width: 575.98px) {
  .refinement-bar {
    position: fixed;
    height: 100%;
  }
}

.filter-header {
  margin-left: -12px;
  margin-right: -12px;
}

.header-bar {
  background-color: #e9e9e9;
  border-bottom: 0.063em solid #e9e9e9;
}

.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
}

.header-bar .fa.fa-close::before {
  font-size: 1.25em;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bar {
    padding: 0.938em 2.813em;
  }
}

@media (max-width: 575.98px) {
  .header-bar {
    padding: 0.938em 0;
  }
}

.refinements .header,
.refinements .values {
  padding: 0.313em 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .refinements .header li,
  .refinements .values li {
    display: inline-block;
  }
}

.refinements .header {
  font-size: 1.125em;
  color: #e9e9e9;
}

.refinements ul {
  overflow: auto;
}

.refinements ul li {
  padding-left: 1px;
}

.refinements ul li button {
  border: none;
  color: var(--skin-link-color-1);
  background-color: transparent;
}

.refinements li {
  list-style-type: none;
  padding-left: 0;
}

.refinements li.color-attribute {
  display: inline-block;
  padding-left: 0;
}

.refinements li.color-attribute button {
  padding: 0;
}

.refinements li.disabled {
  opacity: 0.5;
}

@media (max-width: 575.98px) {
  .refinements {
    padding: 0;
  }
}

.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto;
}

@media (max-width: 767.98px) {
  .secondary-bar button.reset {
    float: right;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .secondary-bar {
    padding: 0.938em 2.813em;
  }
}

@media (max-width: 575.98px) {
  .secondary-bar {
    padding: 0.938em;
  }
}

.refinement-header {
  overflow: auto;
}

.disabled {
  pointer-events: none;
}

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (max-width: 575.98px) {
  .grid-header .filter-results,
  .content-grid-header .filter-results {
    display: block;
    width: 100%;
  }
}

.grid-header select,
.content-grid-header select {
  width: 100%;
}

.result-count {
  font-size: 0.875rem;
}

.refinement {
  margin-bottom: 1em;
}

@media (max-width: 767.98px) {
  .refinement.card {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0;
    margin-bottom: 0;
  }

  .refinement .card-header {
    border-bottom: 0 none;
    padding: 0.25rem 1rem;
  }

  .refinement .card-body {
    padding: 0 1rem;
  }
}

.refinement a {
  text-decoration: none;
}

.refinement.refinement-category li {
  margin-left: 0.938em;
  display: block;
}

.refinement.refinement-category > ul > li {
  margin-left: 0;
}

.search-banner {
  /* background-image: url("../images/search.jpg"); */
  background-position-y: 40%;
}

.search-keywords {
  font-weight: bold;
}

.filter-bar ul {
  padding-left: 12px;
}

.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
}

.filter-bar li:first-child {
  margin-left: 0;
}

.filter-bar li.filter-value {
  border: 1px solid #ccc;
  padding: 0.3125em;
  border-radius: 3px;
  position: relative;
}

.filter-bar li.filter-value button {
  color: black;
  border: none;
  padding: 0 2rem 0 0.5rem;
}

.filter-bar li.filter-value button::after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 11px;
}

.filter-bar li.swatch-filter {
  font-size: 1.38em;
  position: relative;
  margin-top: 4px;
}

.filter-bar li.swatch-filter button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.filter-bar li.swatch-filter button::before {
  content: "";
  background-color: white;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}

.filter-bar li.swatch-filter button::after {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  display: inline;
  text-rendering: auto;
  position: absolute;
  left: 0.18em;
  top: 0.12em;
  font-size: 1.5em;
}

@media (max-width: 575.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .product-grid {
    padding-top: 0.938em;
  }

  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.search-tips {
  text-align: left;
  margin-top: 1.875rem;
}

.category-item {
  margin-bottom: 0.938rem;
}

.show-more,
.show-more-content {
  clear: both;
}

.swatch-mark.color-value[data-selected="true"]::after {
  color: #222;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}

.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #222;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}

.search-nav {
  margin-bottom: 1em;
  width: 100%;
}

.search-nav .nav-tabs-wrapper {
  padding: 0;
  width: 100%;
}

.search-nav .nav-tabs-wrapper .nav-tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1023.98px) {
  .search-nav .nav-tabs-wrapper .nav-tabs {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .search-nav .nav-tabs-wrapper .nav-tabs {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .search-nav .nav-tabs-wrapper::after {
    background: #c7c7c7;
    content: "";
    display: block;
    height: 0.1875rem;
    margin-top: -0.1875rem;
    width: 100%;
  }

  .search-nav .nav-tabs-wrapper .nav-tabs .nav-item {
    flex: none;
  }

  .search-nav .nav-tabs-wrapper .nav-tabs .nav-link {
    position: relative;
    padding: 1.5rem 3.875rem;
  }

  .search-nav .nav-tabs-wrapper .nav-tabs .nav-link:not(.active) {
    border-color: transparent;
  }

  .search-nav .nav-tabs-wrapper .nav-tabs .nav-link:focus {
    box-shadow: none;
  }
}

.search-nav .nav-tabs-wrapper .h2-reset {
  font-size: inherit;
  margin: 0;
}

.search-nav .search-content-wrapper, .search-content-wrapper{
  width: 100%;
}

.search-nav .search-content-wrapper .no-result-text,
.search-nav .search-content-wrapper .article-result-count {
  margin: 1.5rem 0 2rem 0;
}

.search-content-wrapper .no-result-text,
.search-content-wrapper .article-result-count {
  margin: 1.5rem 0 2rem 0;
}

@media (max-width: 1023.98px) {
  .search-nav .search-content-wrapper .no-result-text,
  .search-nav .search-content-wrapper .article-result-count {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1023.98px) {
  .search-content-wrapper .no-result-text,
  .search-content-wrapper .article-result-count {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1023.98px) {
  .search-content-wrapper .no-result-text,
  .search-content-wrapper .article-result-count {
    margin-bottom: 1.5rem;
  }
}

.search-nav .search-content-wrapper .no-result-text .article-result-count-span,
.search-nav .search-content-wrapper .article-result-count .article-result-count-span {
  margin-right: 0.5rem;
}

.search-content-wrapper .no-result-text .article-result-count-span,
.search-content-wrapper .article-result-count .article-result-count-span {
  margin-right: 0.5rem;
}

.search-nav .search-content-wrapper .no-result-text .article-no-result-span,
.search-nav .search-content-wrapper .article-result-count .article-no-result-span {
  display: none;
}

.search-content-wrapper .no-result-text .article-no-result-span,
.search-content-wrapper .article-result-count .article-no-result-span {
  display: none;
}

.search-nav .search-content-wrapper .full-height > .content-asset, .search-content-wrapper .full-height > .content-asset {
  height: 100%;
}

.search-nav .search-content-wrapper .need-more-container,
.search-content-wrapper .need-more-container {
  border-right: 0.125rem solid #c7c7c7;
  height: 100%;
  margin-right: 1.5rem;
}

@media (max-width: 1023.98px) {
  .search-nav .search-content-wrapper .need-more-container,
  .search-content-wrapper .need-more-container {
    border-right: none;
    border-top: 0.125rem solid #c7c7c7;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.search-nav .search-content-wrapper .need-more-container .need-more-heading,
.search-content-wrapper .need-more-container .need-more-heading {
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  word-break: break-word;
  display: block;
}

.search-nav .search-content-wrapper .need-more-container .need-more-list,
.search-content-wrapper .need-more-container .need-more-list {
  padding: 0;
}

.search-nav .search-content-wrapper .need-more-container .need-more-list li,
.search-content-wrapper .need-more-container .need-more-list li {
  text-decoration: none;
  list-style: none;
  margin-bottom: 1.5rem;
  color: var(--color-primary-blue);
}

.search-nav .search-content-wrapper .search-tip.category-search .search-tip-list li:first-child,
.search-content-wrapper .search-tip.category-search .search-tip-list li:first-child {
  display: none;
}

.search-nav .search-content-wrapper .search-tip-container .search-tip-list,
.search-content-wrapper .search-tip-container .search-tip-list {
  padding-left: 1.5rem;
}

.search-nav .search-content-wrapper .search-tip-container .search-tip-list li .link-secondary,
.search-content-wrapper .search-tip-container .search-tip-list li .link-secondary {
  font-weight: 500;
  line-height: 1.25rem;
  color: #222;
}

.search-nav .search-content-wrapper .no-result-count-text-container .no-result-container p .link,
.search-nav .search-content-wrapper .no-result-count-text-container .articles-list-container p .link {
  font-weight: 500;
}

.search-content-wrapper .no-result-count-text-container .no-result-container p .link,
.search-content-wrapper .no-result-count-text-container .articles-list-container p .link {
  font-weight: 500;
}

.search-nav .search-content-wrapper .no-result-count-text-container .sorryNoResult-didYouMean-container .search-keywords,
.search-content-wrapper .no-result-count-text-container .sorryNoResult-didYouMean-container .search-keywords {
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .search-nav .search-content-wrapper .no-result-count-text-container,
  .search-content-wrapper .no-result-count-text-container {
    flex-direction: column-reverse;
  }
}

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0;
}

.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;
  }
}

#article-search-results.search-result-articles .articles-list-container .article-list .card {
  width: 100%;
  display: flex;
  margin: 0 0 2rem 0.5rem;
}

@media (max-width: 1023.98px) {
  #article-search-results.search-result-articles .articles-list-container .article-list .card {
    margin: 0 0 1.5rem 0;
  }
}

#article-search-results.search-result-articles .articles-list-container .article-list .card .article-img-content-wrapper {
  display: flex;
}

#article-search-results.search-result-articles .articles-list-container .article-list .card .article-img-content-wrapper .article-img-container {
  width: 7rem;
  height: 7rem;
  margin-right: 1.5rem;
  text-align: center;
}

#article-search-results.search-result-articles .articles-list-container .article-list .card .article-img-content-wrapper .article-img-container .article-img img {
  width: auto;
  height: auto;
}

#article-search-results.search-result-articles .articles-list-container .article-list .card .article-img-content-wrapper .article-content-container {
  width: 90%;
}

@media (max-width: 1023.98px) {
  #article-search-results.search-result-articles .articles-list-container .article-list .card .article-img-content-wrapper .article-content-container {
    width: 100%;
  }
}

#article-search-results.search-result-articles .articles-list-container .article-list .card .article-img-content-wrapper .article-content-container .card-header {
  padding-bottom: 0;
}

#article-search-results.search-result-articles .articles-list-container .article-list .card .article-img-content-wrapper .article-content-container .card-header h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
}

#article-search-results.search-result-articles .articles-list-container .article-list .card .article-img-content-wrapper .article-content-container .card-body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
}

@media (max-width: 1023.98px) {
  #article-search-results.search-result-articles .articles-list-container .article-list .card .article-img-content-wrapper .article-content-container .card-body {
    font-size: 1rem;
  }
}

#article-search-results.search-result-articles .articles-list-container .show-more-content .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}



.nav-tabs .nav-link {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .nav-tabs .nav-link {
    font-size: 1rem;
  }
}

button.searchResultFilter {
  border-radius: 3rem;
  color: var(--color-interface-100, #222);
  font-family: "pt-sans-pro", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  text-transform: none;
  letter-spacing: 0rem;
  padding: 0.5rem 0.75rem;
}

button.searchResultFilter.active {
  border: 2px solid var(--color-primary-blue);
  background-color: #fff;
  cursor: default;
}

button.searchResultFilter.active::after {
  content: "";
}

button.searchResultFilter:not(.active) {
  background-color: #e9e9e9;
  border: none;
}
button.searchResultFilter a.add-vehicle {
  color: var(--color-primary-blue);
  /* Interface/Large CTA */
  font-family: pt-sans-pro, sans-serif;
  font-size: 0.975rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 150% */
  letter-spacing: -0.01rem;
}

.search-results {
  margin-left: 0;
  margin-right: 0;
}

ul {
  list-style-type: disc;
}

.nav-tabs .nav-link {
  font-size: 1rem;
}

button#showVehicleResult {
  max-width: none !important;
}

.articles-list-container .article-list h3 {
  font-size: 1.15rem;
}