.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  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: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  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: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  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: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  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: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  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: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  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: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  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: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  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: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  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: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  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: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  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: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 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;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  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: #000;
  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 [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

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

.description-and-detail {
  margin-top: 2em;
}
@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: Dosis, sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.price {
  font-size: 1.5rem;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.store-locator-container .btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: var(--skin-primary-color-1);
  border-radius: 0;
  color: var(--skin-primary-color-1);
}
.store-locator-container .btn-storelocator-search:hover {
  background-color: var(--skin-primary-color-1);
  color: #f9f9f9;
}
.store-locator-container .detect-location {
  margin-bottom: 1em;
}
.store-locator-container .store-details {
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .store-locator-container .store-details {
    margin-left: 3.125em;
  }
}
.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem;
}
@media (min-width: 544px) {
  .store-locator-container .select-store {
    margin-top: -3rem;
  }
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
@media (min-width: 769px) {
  .store-locator-container .results {
    overflow: hidden auto;
    max-height: 21.875em;
  }
}

.store-results-container {
  margin-top: 20px;
}
.store-results-container .availability-stores-title {
  margin-bottom: 10px;
}
.store-results-container__pdp .stores-results {
  border: 2px solid rgb(0, 94, 184);
  padding: 10px 20px;
  border-radius: 5px;
  max-height: 277px;
  overflow-y: auto;
}
.store-results-container__pdp .stores-results .stores-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--color-gris-claro);
}
.store-results-container__pdp .stores-results .stores-card .store-location {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -ms-flex-item-align: center;
      align-self: center;
}
.store-results-container__pdp .stores-results .stores-card:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.store-results-container__pickup .stores-results {
  padding: 10px 0;
  border-radius: 5px;
  max-height: 277px;
  overflow-y: auto;
}
.store-results-container__pickup .stores-results .stores-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: 10px;
  border: 2px solid var(--color-gris-claro);
  border-radius: 6px;
  cursor: pointer;
}
.store-results-container__pickup .stores-results .stores-card--nostock {
  display: none;
}
.store-results-container__pickup .stores-results .stores-card--selected {
  border: 2px solid var(--color-blue-pantone);
}
.store-results-container__pickup .stores-results .stores-card .store-location {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -ms-flex-item-align: center;
      align-self: center;
}
.store-results-container__pickup .stores-results .stores-card .store-location .pins {
  display: none;
}

.pickup-map-location {
  cursor: pointer;
}

.postal_code-container-pdp {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 20px;
}
.postal_code-container-pdp .getLocationPDP {
  height: 48px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .postal_code-container-pdp .getLocationPDP {
    height: auto;
    margin-top: 20px;
  }
}
.postal_code-container-pdp .getLocationPDP .get-current-location-pdp-btn {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.postal_code-container-pdp .getLocationPDP .get-current-location-pdp-btn span {
  color: rgb(48, 113, 239);
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.stores-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-height: 200px;
  overflow-y: auto;
}
.stores-modal__container {
  border-radius: 6px;
  padding: 20px;
  cursor: pointer;
}
.stores-modal__container--unselected {
  border: 2px solid var(--color-gris-claro);
}
.stores-modal__container--selected {
  border: 2px solid var(--color-blue) !important;
}
.stores-modal__title {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.stores-modal__address {
  margin-top: 15px;
  display: none;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.stores-submit {
  margin-top: 20px;
}
.stores-submit__button {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  width: 100%;
  padding: 11px 0;
  border-radius: 6px;
}
.stores-submit__button--primary {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.stores-submit__button--primary:hover {
  color: var(--color-white);
}
.stores-submit__button--primary-outline {
  background-color: var(--color-white);
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
}
.stores-submit__button--primary-outline:hover {
  color: var(--color-blue);
}

.store-locator-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  max-width: 294px;
}
.store-locator-header__link:hover {
  text-decoration: none !important;
}
.store-locator-header__text-wrapper {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.store-locator-header__text-wrapper span.select-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
}
.store-locator-header__text {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.store-locator-header__text--blue {
  color: var(--color-blue-bright) !important;
}
.store-locator-header__text--black {
  color: var(--color-black) !important;
}

.in-store-inventory-dialog {
  max-width: 56.25em;
}
@media (min-width: 544px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: -2rem !important;
  }
}
@media (max-width: 543.98px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: 1.15em !important;
  }
}

.btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: #00a1e0;
  border-radius: 0;
  color: #00a1e0;
  margin-bottom: 1rem;
}
.btn-storelocator-search:hover {
  background-color: #00a1e0;
  color: #f9f9f9;
}

.store-name {
  font-weight: 600;
}

.btn-get-in-store-inventory .btn-storelocator-search {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
@media (min-width: 544px) {
  .btn-get-in-store-inventory .btn-storelocator-search {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.selected-store-with-inventory .change-store {
  margin: 0 1em 1em;
  width: auto;
}

.display-none {
  display: none;
}

.modal-header {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.modal-header .close {
  font-size: 2rem;
}
.modal-header .close span {
  font-size: 1rem;
  margin-right: 0.313em;
}

.btn-rc-primary {
  background-color: #005EB8 !important;
  color: #fff !important;
  border: 1px solid #005EB8 !important;
}
@media (min-width: 992px) {
  .btn-rc-primary {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-primary {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-primary:hover {
  background-color: #00478B !important;
  color: #fff !important;
  border: 1px solid #00478B !important;
}
.btn-rc-primary.disabled {
  pointer-events: none !important;
  background-color: #849DA9 !important;
  color: #fff !important;
  border: 1px solid #CFD8DC !important;
}

.btn-rc-secondary {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #005EB8 !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
}
@media (min-width: 992px) {
  .btn-rc-secondary {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-secondary {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-secondary:hover {
  background-color: #fff !important;
  color: #005EB8 !important;
  border: 1px solid #fff !important;
}
.btn-rc-secondary.disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #F0F0F0 !important;
  border: 1px solid #CFD8DC !important;
}

.btn-rc-subtle {
  background-color: #005EB8 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
@media (min-width: 992px) {
  .btn-rc-subtle {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-subtle {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-subtle:hover {
  background-color: #005EB8 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.btn-rc-subtle.disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #F0F0F0 !important;
  border: 1px solid #CFD8DC !important;
}

.btn-rc-outline {
  background-color: transparent !important;
  color: #005EB8 !important;
  border: 1px solid #005EB8 !important;
}
@media (min-width: 992px) {
  .btn-rc-outline {
    width: 120px;
    height: 34px;
    padding: 12px 24px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .btn-rc-outline {
    width: 97px;
    height: 30px;
    padding: 6px 20px;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-decoration: none !important;
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
  }
}
.btn-rc-outline:hover {
  background-color: #005EB8 !important;
  color: #fff !important;
  border: 1px solid #005EB8 !important;
}
.btn-rc-outline.disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #F0F0F0 !important;
  border: 1px solid #CFD8DC !important;
}

.choose-bonus-product-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choose-bonus-product-dialog .modal-content {
  max-width: 820px;
  max-height: calc(100vh - 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.choose-bonus-product-dialog .modal-content .modal-header {
  border-bottom: 2px solid var(--color-light-blue);
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.choose-bonus-product-dialog .modal-content .modal-header .modal-title {
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #000000;
}
.choose-bonus-product-dialog .modal-content .modal-header .modal-close-btn {
  float: right;
  font-size: 24px;
}
.choose-bonus-product-dialog .modal-content .modal-header button.close {
  padding: 0 !important;
  right: 6%;
}
.choose-bonus-product-dialog .modal-content .modal-body {
  width: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-width: 820px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.choose-bonus-product-dialog .modal-content .modal-body .choice-of-bonus-product {
  row-gap: 24px;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item {
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-light-blue);
  padding-bottom: 20px;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .primary-images {
  max-height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .primary-images .zoom-container img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 260px;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .primary-images .mySwiper {
  height: auto;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  gap: 16px;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .product-name-wrapper {
  margin-bottom: 0;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .product-name-wrapper .product-name {
  font-family: "Futura", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  color: var(--color-gray-dark);
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .product-name-wrapper .product-name {
    font-family: "Futura", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .product-name-wrapper {
    margin-top: 20px;
  }
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .custom-btn-box {
  margin-top: 0;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .custom-btn-box .detail-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .custom-btn-box .detail-panel .add-bonus-product-to-cart {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  width: 100%;
  height: 48px;
  border-radius: 6px;
  background-color: var(--color-blue-pantone);
  border-color: var(--color-blue-pantone);
  color: #fff;
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .custom-btn-box .detail-panel .add-bonus-product-to-cart:hover {
  background-color: var(--color-blue-dark) !important;
  border-color: var(--color-blue-pantone) !important;
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .custom-btn-box {
    margin-top: 10%;
  }
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style {
    padding: 0;
  }
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box {
    padding: 0;
  }
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview {
    height: unset;
  }
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item {
    padding: 0 12px 16px;
    margin-bottom: 16px;
  }
}
.choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog .modal-content .modal-body {
    max-height: calc(100vh - 96px);
    height: auto;
  }
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item {
    border-bottom: 1px solid rgba(132, 157, 169, 0.45);
  }
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box {
    row-gap: 12px;
  }
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .primary-images .zoom-container img {
    max-height: 180px;
  }
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .primary-images .mySwiper {
    max-width: 180px;
  }
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style {
    gap: 10px;
  }
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .product-name-wrapper {
    margin-top: 0;
    text-align: center;
  }
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .product-name-wrapper .product-name {
    text-align: center;
  }
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .custom-btn-box {
    margin-top: 0;
  }
  .choose-bonus-product-dialog .modal-content .modal-body .bonus-product-item .product-quickview .modal-custom-box .custom-col-style .custom-btn-box .detail-panel {
    gap: 10px;
  }
}
.choose-bonus-product-dialog .modal-content .modal-footer {
  display: none;
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog .modal-content {
    max-height: calc(100vh - 12px);
  }
}
.choose-bonus-product-dialog .mySwiper2 {
  display: none !important;
}
@media (max-width: 768.98px) {
  .choose-bonus-product-dialog {
    max-width: unset;
    width: 100% !important;
    height: 100% !important;
    max-width: 93% !important;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; /* Start from top */
    padding-top: 6px;
  }
}

.product-detail .mobile-back-link {
  margin-top: 16px;
  margin-bottom: 28px;
}
.product-detail .mobile-back-link #backLink {
  font-family: "Futura", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #3071EF !important;
  position: relative;
  margin-left: 1.5rem;
  text-decoration: none;
}
.product-detail .mobile-back-link #backLink::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.39984 8L13 8' stroke='%23849DA9' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M7.0332 12.0161L2.99987 8.00007L7.0332 3.9834' stroke='%23849DA9' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-detail .product-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.product-detail .product-badges .badge {
  color: var(--color-white);
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-detail .product-badges .badge-discount {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background-color: var(--color-red-pantone);
  color: var(--color-white);
  border-radius: 0 !important;
  padding: 4px 16px;
  min-width: 75px;
  min-height: 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertically center */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-detail .product-badges .badge-sale {
  background-color: #145cd1;
}
.product-detail .product-badges .badge-promotion {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 0 !important;
  min-height: 32px;
  max-width: 180px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: normal;
}
.product-detail .product-badges .badge-promotion:nth-child(odd) {
  background-color: var(--color-red-pantone);
}
.product-detail .product-badges .badge-promotion:nth-child(even) {
  background-color: var(--color-blue-pantone);
}
@media (min-width: 575px) {
  .product-detail .hide-box {
    display: none;
  }
}
.product-detail .fa-star:before {
  color: #00a1e0;
}
.product-detail label.availability {
  color: var(--color-gray-dark);
}
.product-detail .product-test-highlite {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-dark-gris-blue);
}
.product-detail .price .starting, .product-detail .price .range, .product-detail .price .sales {
  font-family: "Futura", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}
.product-detail .no-bullets {
  list-style-type: none;
  padding-left: 0;
}
.product-detail .product-breadcrumb .breadcrumb {
  background-color: unset;
}
.product-detail .custom-style {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-blue-pantone);
  padding-top: 3px;
  padding-right: 6px;
}
.product-detail .pdp-action-btn {
  padding-bottom: 20px;
}
.product-detail .social-container {
  padding-top: 41px;
}
@media (max-width: 768.98px) {
  .product-detail .social-container {
    padding-top: 20px;
  }
}
.product-detail .social-container .social-icons {
  padding: revert;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 14px;
  gap: 6px;
}
.product-detail .fav-style {
  padding-top: 27px;
}
.product-detail .placeholder-style {
  height: 48px;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-dark-gris-blue) !important;
  padding: 17px 16px;
}
.product-detail textarea.placeholder-style {
  height: 110px;
}
.product-detail .general-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .product-detail .general-rating {
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-detail .general-rating .star-rating-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-detail .general-rating .star-rating-input .star-icon {
  width: 29px;
  height: 29px;
}
.product-detail .fa-star:before {
  color: var(--color-blue-pantone) !important;
}
.product-detail .label-style {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
}
.product-detail .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.product-detail .breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-dark-gris-blue) !important;
  content: "\f105" !important;
  font-family: FontAwesome;
  font-weight: 700;
}
.product-detail .breadcrumb-item a {
  color: var(--color-blue-bright) !important;
}
.product-detail .fa-star, .product-detail .fa-star-half-o, .product-detail .fa-star-o {
  color: var(--color-blue-pantone) !important;
}
.product-detail .product-name {
  font-family: "Futura", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  color: var(--color-gray-dark);
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-detail .product-name {
    font-family: "Futura", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }
}
.product-detail .product-info {
  margin-top: 12px;
  margin-bottom: 32px;
}
.product-detail .product-info .product-article-number {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
  margin: 0 0 28px 0;
  text-transform: uppercase;
}
.product-detail .product-info .product-article-number .product-article-number-value {
  margin-left: 4px;
}
.product-detail .product-info .product-short-desc {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
}
@media (max-width: 768.98px) {
  .product-detail .product-info {
    margin-top: 8px;
    margin-bottom: 22px;
    padding-top: 12px;
  }
  .product-detail .product-info .product-article-number {
    margin-bottom: 22px;
  }
}
.product-detail .product-number-rating {
  margin: 20px 0;
  border-top: 0;
  border-bottom: 0;
}
.product-detail .product-number-rating .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 544px) {
  .product-detail .product-number-rating .ratings {
    margin-top: 20px;
  }
}
@media (max-width: 543.98px) {
  .product-detail .product-number-rating .ratings {
    background-color: #fff;
    margin-top: 20px;
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}
.product-detail .product-number-rating .ratings .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.product-detail .product-number-rating .ratings .rating-stars .star-icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .product-detail .product-number-rating .ratings .rating-stars .star-icon {
    width: 20px;
    height: 20px;
  }
}
.product-detail .product-number-rating .ratings .review-count {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  color: var(--color-gray-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .product-detail .product-number-rating .ratings .review-count {
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
}
.product-detail .product-number-rating .ratings .divider {
  display: inline-block;
  height: 24px;
  width: 1px;
  background-color: var(--color-blue-pantone);
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.product-detail .product-number-rating .ratings .write-review {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  line-height: 20px;
  color: var(--color-blue-bright) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .product-detail .product-number-rating .ratings .write-review {
    font-family: "Futura", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
}
.product-detail .attributes .promotion-message {
  padding: 0 15px;
  margin-bottom: 20px;
}
.product-detail .attributes .promotion-message .promotion-detail-message {
  min-height: 46px;
  width: 100%;
  border-radius: 6px;
  background-color: var(--color-green-success);
  color: var(--color-white);
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.product-detail .attributes .promotion-message .promotion-detail-message span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-family: inherit;
}
.product-detail .attributes .row-variation {
  padding: 20px 0;
}
.product-detail .attributes .row-variation .attribute {
  margin: 0;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-detail .attributes .prices .price {
  font-family: "Futura", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
}
.product-detail .attributes .prices .price .strike-through {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: line-through;
  position: relative;
  bottom: 2px;
  margin-right: 20px;
}
.product-detail .attributes .prices .price .price-default .sales-discount-price {
  font-family: "Futura", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: var(--color-red-pantone);
}
.product-detail .attributes select.quantity-select {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  border: 1.5px solid #CFD8DC;
  border-radius: 6px;
  width: 112px;
  height: 48px;
}
.product-detail .attributes .product-availability {
  margin: 12px 0 10px 0;
  padding-left: unset !important;
}
.product-detail .attributes .product-availability .availability {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
}
.product-detail .attributes .product-availability .availability-msg-style {
  color: var(--color-green);
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
.product-detail .attributes .social-box-style {
  margin: 20px 0;
}
.product-detail .attributes .social-box-style .quantity .quantity-label {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
}
.product-detail .attributes .social-box-style .quantity .custom-select-pdp {
  position: relative;
}
.product-detail .attributes .social-box-style .social-div-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.product-detail .attributes .social-box-style .social-div-style .copy-link-message {
  position: fixed;
  bottom: 1%;
  left: 33%;
  z-index: 1;
}
@media (max-width: 768.98px) {
  .product-detail .attributes .social-box-style .social-div-style {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
@media (max-width: 768.98px) {
  .product-detail .attributes .social-box-style {
    margin: 0 0 16px 0;
  }
}
@media (min-width: 769px) {
  .product-detail .attributes {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.product-detail .promotions-row {
  position: absolute;
  z-index: 10;
  margin-top: 9px;
}
.product-detail .promotions-row .promotions .promo-img-tag {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  background-color: var(--color-blue-pantone);
  color: var(--color-white);
  padding: 0;
  width: 103px;
  min-height: 28px;
  text-align: center !important;
  border-radius: 0;
}
.product-detail .promotions-row .promotions .promo-tag-0 {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  background-color: var(--color-red-pantone);
  color: var(--color-white);
  padding: 0;
  width: 75px;
  min-height: 28px;
  text-align: center !important;
  border-radius: 0;
}
.product-detail .promotions-row .promotions .promo-tag-1 {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  background-color: var(--color-blue-pantone);
  color: var(--color-white);
  padding: 0;
  width: 103px;
  height: 28px;
  text-align: center !important;
  border-radius: 0;
}
.product-detail .promotions-row .promotions .promo-tag-hotsale {
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  background-color: var(--color-blue-pantone) !important;
  color: var(--color-white);
  padding: 0;
  width: 103px !important;
  height: 28px;
  text-align: center !important;
  border-radius: 0;
}
.product-detail .promotions-row .promotions .image-tags {
  margin-top: 10px;
  padding-left: 1.9rem;
}
@media (max-width: 768.98px) {
  .product-detail .promotions-row .promotions .image-tags {
    padding-left: 0.9rem;
  }
}
.product-detail .promotions-row .promotions .promo-btn-0 {
  padding-left: 1.9rem;
}
@media (max-width: 768.98px) {
  .product-detail .promotions-row .promotions .promo-btn-0 {
    padding-left: 0.9rem;
  }
}
.product-detail .promotions-row .promotions .promo-btn-1 {
  margin-top: 10px;
  padding-left: 1.9rem;
}
@media (max-width: 768.98px) {
  .product-detail .promotions-row .promotions .promo-btn-1 {
    padding-left: 0.9rem;
  }
}
.product-detail .pdp-dropdown-container {
  margin-top: 1.5rem;
}
.product-detail .pdp-dropdown-container .availability-section {
  margin-top: 10px;
}
.product-detail .pdp-dropdown-container .availability-section .availability-header {
  font-family: "Futura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-blue-pantone);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1.5px solid var(--color-blue-pantone);
  text-decoration: none;
  margin-bottom: 30px;
  /* Change arrow direction when expanded */
}
.product-detail .pdp-dropdown-container .availability-section .availability-header::after {
  content: "\f107"; /* Default arrow */
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin-left: auto; /* Push to the right */
  font-family: FontAwesome;
}
.product-detail .pdp-dropdown-container .availability-section .availability-header[aria-expanded=true]::after {
  content: "\f106"; /* Upward arrow */
  font-family: FontAwesome;
  font-size: 24px;
}
@media (max-width: 768.98px) {
  .product-detail .pdp-dropdown-container .availability-section .availability-header {
    font-family: "Futura", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }
}
.product-detail .pdp-dropdown-container .availability-section .collapse .select-dropdowns {
  margin-top: 20px;
}
.product-detail .pdp-dropdown-container .availability-section .collapse .select-dropdowns .custom-select-pdp {
  position: relative;
}
@media (max-width: 768.98px) {
  .product-detail .pdp-dropdown-container .availability-section .collapse .select-dropdowns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}
.product-detail .pdp-dropdown-container .availability-section .collapse .postal-loaction {
  margin-top: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-detail .pdp-dropdown-container .availability-section .collapse .postal-loaction .postal-code {
  border: 1.5px solid var(--color-light-blue);
  border-radius: 6px;
  height: 48px;
}
.product-detail .pdp-dropdown-container .availability-section .collapse .store-list {
  max-height: 200px;
  overflow-y: auto;
  border: 1.5px solid var(--color-blue-pantone);
  border-radius: 6px;
  padding: 10px;
}
.product-detail .pdp-dropdown-container .availability-section .collapse .store-list .store-item {
  padding: 10px 0;
  border-bottom: 2px solid var(--color-light-blue);
}
.product-detail .pdp-dropdown-container .availability-section .collapse .store-list .store-item :last-child {
  border-bottom: none;
}
.product-detail .pdp-dropdown-container .availability-section .collapse .store-list .store-item .store-header {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-detail .pdp-dropdown-container .availability-section .collapse .store-list .store-item .store-header .store-name {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: var(--color-gray-dark);
}
.product-detail .pdp-dropdown-container .availability-section .collapse .store-list .store-item .store-header .in-stock {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-green-success);
}
.product-detail .pdp-dropdown-container .availability-section .collapse .store-list .store-item .store-address {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
  margin-bottom: 0 !important;
}
.product-detail .pdp-dropdown-container .availability-section .collapse .location-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 1rem;
}
.product-detail .pdp-dropdown-container .availability-section .collapse .location-link .location-text {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  line-height: 20px;
  color: var(--color-blue-bright) !important;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .product-detail .pdp-dropdown-container .availability-section .collapse .location-link {
    margin: 12px 0;
    margin-bottom: 0;
  }
}
@media (max-width: 543.98px) {
  .product-detail .description-and-detail > div:last-child {
    margin-bottom: 0;
  }
}
.product-detail .description-and-detail .productTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: none;
}
@media (max-width: 768.98px) {
  .product-detail .description-and-detail .productTabs {
    gap: 0px;
  }
}
.product-detail .description-and-detail .tab-border-box {
  border: 1.5px solid var(--color-light-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 48px 105px;
  display: block;
}
@media (max-width: 991.98px) {
  .product-detail .description-and-detail .tab-border-box {
    padding: 30px 0;
    border-inline: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.product-detail .description-and-detail .tab-border-box .tab-pane .description {
  margin-bottom: 0;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .description .value.description-content {
  margin-bottom: 12px;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .description .value.description-content:last-child {
  margin-bottom: 0;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .custom-hedding {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .product-dtls {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #707070;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .product-attributes .value.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (max-width: 991.98px) {
  .product-detail .description-and-detail .tab-border-box .tab-pane .product-attributes .value.content {
    gap: 12px;
  }
}
@media (max-width: 543.98px) {
  .product-detail .description-and-detail .tab-border-box .tab-pane .product-attributes .value.content {
    padding-inline: 15px;
  }
}
.product-detail .description-and-detail .tab-border-box .tab-pane .general-attributes-row .right-column {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .product-detail .description-and-detail .tab-border-box .tab-pane .general-attributes-row .right-column {
    margin-top: 12px;
  }
}
.product-detail .description-and-detail .tab-border-box .tab-pane .general-attributes-row .no-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .no-bullets {
  margin: 0;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .no-bullets .attribute-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .compatible-cars-section .compatible-cars-row .no-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .compatible-cars-section .compatible-cars-row .custom-hedding {
  margin-bottom: 12px;
}
.product-detail .description-and-detail .tab-border-box .tab-pane .compatible-cars-section .compatible-cars-row .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .product-detail .description-and-detail .tab-border-box .tab-pane .compatible-cars-section .compatible-cars-row .right-column {
    margin-top: 6px;
  }
}
.product-detail .description-and-detail .tab-border-box .tab-pane .compatible-cars-section .show-all-link {
  margin-top: 12px;
}
.product-detail .description-and-detail .nav-item .nav-link {
  font-family: "Futura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-blue-pantone) !important;
  border: unset;
  padding-bottom: 20px;
}
@media (max-width: 768.98px) {
  .product-detail .description-and-detail .nav-item .nav-link {
    padding-bottom: 15px;
  }
}
.product-detail .description-and-detail .nav-item .nav-link.active {
  border-bottom: 3px solid #DA291C;
  background-color: unset;
}
.product-detail .description-and-detail .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (max-width: 768.98px) {
  .product-detail .description-and-detail .nav-item .nav-link {
    font-family: "Futura", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media (max-width: 768.98px) {
  .product-detail .description-and-detail {
    margin-top: 2rem !important;
    width: 104%;
  }
}
@media (max-width: 543.98px) {
  .product-detail .description-and-detail .content {
    margin-top: 0;
    padding-inline: 0;
  }
}
.product-detail #compatibleCarsModal.modal .modal-dialog {
  max-width: 610px;
  min-width: 351px;
}
.product-detail #compatibleCarsModal.modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}
.product-detail #compatibleCarsModal.modal .modal-header button.close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px !important;
}
.product-detail #compatibleCarsModal.modal .modal-body {
  padding: 0 20px 0 20px;
  max-height: 414px;
  overflow-y: auto;
  margin-top: 20px;
}
.product-detail #compatibleCarsModal.modal .modal-body #modal-cars-content .modal-col .no-bullets {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-detail #compatibleCarsModal.modal .modal-footer {
  padding: 20px;
}
.product-detail #compatibleCarsModal.modal .modal-footer button.btn-secondary-rc {
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background-color: #fff !important;
  color: #005EB8 !important;
  border: 1px solid #fff !important;
  width: 100%;
  height: 40px;
  padding: 12px 24px;
}
.product-detail #compatibleCarsModal.modal .modal-footer button.btn-secondary-rc:hover {
  background-color: rgba(48, 113, 239, 0.1) !important;
  color: #3071EF !important;
  border: 1px solid rgba(48, 113, 239, 0.1) !important;
}
.product-detail #compatibleCarsModal.modal .modal-footer button.btn-secondary-rc:focus, .product-detail #compatibleCarsModal.modal .modal-footer button.btn-secondary-rc:focus-visible {
  background-color: #fff !important;
  color: #00478B !important;
  border: 1px solid white !important;
  outline: rgba(5, 63, 176, 0.2) solid 4px !important;
}
.product-detail #compatibleCarsModal.modal .modal-footer button.btn-secondary-rc.disabled, .product-detail #compatibleCarsModal.modal .modal-footer button.btn-secondary-rc:disabled {
  pointer-events: none !important;
  background-color: #fff !important;
  color: #CFD8DC !important;
  border: 1px solid #fff !important;
}
.product-detail .review-container {
  padding: 48px 105px;
  border: 1.5px solid var(--color-light-blue);
  border-top: none;
}
@media (max-width: 991.98px) {
  .product-detail .review-container {
    padding: 20px 0;
    width: 104%;
    border-inline: none;
    border-bottom: none;
  }
}
.product-detail .review-container.customer-review {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .product-detail .review-container.customer-review {
    margin-bottom: 20px;
  }
}
.product-detail .review-container .pdp-heading {
  font-family: "Futura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-blue-pantone);
}
.product-detail .review-container .review-box {
  margin-top: 30px;
}
.product-detail .review-container .review-box .reviews-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.product-detail .review-container .review-box .reviews-container .single-review {
  border-bottom: 2px solid var(--color-light-blue);
}
.product-detail .review-container .review-box .reviews-container .single-review .review-rating {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.product-detail .review-container .review-box .reviews-container .single-review .review-rating img {
  width: 24px;
  height: 24px;
}
.product-detail .review-container .review-box .reviews-container .single-review .review-heading {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 15px;
}
.product-detail .review-container .review-box .reviews-container .single-review .date-style {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 24px;
}
.product-detail .review-container .review-box .reviews-container .single-review .review-text {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 30px;
}
.product-detail .review-container .review-box .reviews-container .pagination-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
.product-detail .review-container .review-box .reviews-container .pagination-controls .pagination-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
.product-detail .review-container .review-box .reviews-container .pagination-controls .pagination-number,
.product-detail .review-container .review-box .reviews-container .pagination-controls .pagination-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 36px;
  width: 36px;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 100%;
  text-decoration: none;
  color: #000 !important;
  background-color: var(--color-gray-soft);
  border: 2px solid var(--color-gray-background);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-detail .review-container .review-box .reviews-container .pagination-controls .pagination-number.active,
.product-detail .review-container .review-box .reviews-container .pagination-controls .pagination-arrow.active {
  background-color: var(--color-gray-background);
  color: var(--color-blue-pantone) !important;
  border: 2px solid var(--color-blue-pantone);
}
.product-detail .review-container .review-box .reviews-container .pagination-controls .pagination-number:hover,
.product-detail .review-container .review-box .reviews-container .pagination-controls .pagination-arrow:hover {
  color: var(--color-blue-pantone) !important;
}
.product-detail .review-container .review-box .reviews-container .pagination-controls .pagination-number.disabled,
.product-detail .review-container .review-box .reviews-container .pagination-controls .pagination-arrow.disabled {
  pointer-events: none;
}
.product-detail .review-container .review-box .no-reviews {
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--color-gray-dark);
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-detail .review-container .review-box .no-reviews {
    border-bottom: 2px solid var(--color-light-blue);
    padding-bottom: 30px;
  }
}
.product-detail .review-container .review-btn {
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background-color: #005EB8 !important;
  color: #fff !important;
  border: 1px solid #005EB8 !important;
  width: 295px;
  height: 48px;
  padding: 15px 24px;
  margin-top: 4px;
}
.product-detail .review-container .review-btn:hover {
  background-color: #00478B !important;
  color: #fff !important;
  border: 1px solid #00478B !important;
}
.product-detail .review-container .review-btn:focus, .product-detail .review-container .review-btn:focus-visible {
  background-color: #00478B !important;
  color: #fff !important;
  border: 1px solid #00478B !important;
  outline: rgba(0, 71, 139, 0.2) solid 4px !important;
}
.product-detail .review-container .review-btn.disabled, .product-detail .review-container .review-btn:disabled {
  pointer-events: none !important;
  background-color: #CFD8DC !important;
  color: #fff !important;
  border: 1px solid #CFD8DC !important;
}
@media (max-width: 991.98px) {
  .product-detail .review-container .review-btn {
    width: 100%;
  }
}
.product-detail .mobile-sticky-container {
  padding: 14px 12px 24px !important;
  border-top: 2px solid var(--color-blue-pantone);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 4px;
  z-index: 1000;
  text-align: center;
}
@media (max-width: 768.98px) {
  .product-detail .mobile-sticky-container .cart-and-ipay .custom-buy-btn {
    width: 98% !important;
  }
}
@media (max-width: 768.98px) {
  .product-detail .mobile-sticky-container .cart-and-ipay {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.product-detail .mobile-sticky-container isinclude {
  display: inline-block;
  width: 100%;
}
.product-detail .mobile-sticky-container isinclude template {
  width: 100%;
}
@media (max-width: 768.98px) {
  .product-detail .primary-images .mySwiper {
    width: 104%;
  }
}
@media (max-width: 768.98px) {
  .product-detail .mobile-width {
    padding-right: 0;
  }
}
