.accessories-cost-estimate-block__icon {
  font-size: 15px;
}
@media (min-width: 768px) {
.accessories-cost-estimate-block__icon {
    font-size: 25px;
}
}

.product-list-item {
  border-bottom: 3px solid rgba(0, 0, 0, 0.07);
}
.product-list-item .product-list-item__image {
  order: 0;
}
.product-list-item .product-list-item__image:hover {
  text-decoration: none;
}
.product-list-item .product-list-item__image__badge {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.product-list-item__text {
  order: 2;
}
.product-list-item__prices {
  order: 1;
}
@media (min-width: 1366px) {
.product-list-item__image {
    order: unset;
}
.product-list-item__text {
    order: unset;
}
.product-list-item__prices {
    order: unset;
}
}
.product-list-item a {
  width: 46%;
}
@media (min-width: 768px) {
.product-list-item a {
    width: 41%;
}
}
@media (min-width: 1024px) {
.product-list-item a {
    width: 26%;
}
}
.product-list-item img {
  object-fit: cover;
  width: 100%;
}
.product-list-item--selected {
  opacity: 0.4;
}

@media (min-width: 1366px) {
.change-modal .generic-modal__footer {
    max-width: 1584px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 32px;
}
}

.accessories-banner {
  background-image: linear-gradient(#D8D8D8, #EEEEEE);
}
.accessories-banner .cost-estimate-block {
  max-width: 520px;
}

.accessories-card {
  min-width: var(--min-card-width, 272px);
  max-width: var(--max-card-width, 470px);
  --header-font-size: 19.2px;
  --header-line-height: 28px;
  --text-font-size: 16px;
  --text-line-height: 24px;
  --class-image-height: 30px;
}
.accessories-card .pop-over-component {
  padding-right: 4px;
}
.accessories-card .accessories-card__heading {
  line-height: 29px;
}
.accessories-card .accessories-card__description {
  line-height: 25px;
}
.accessories-card__faded {
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
}
.accessories-card__small {
  --header-font-size: 19.2px;
  --header-line-height: 28px;
  --text-font-size: 16px;
  --text-line-height: 24px;
  --class-image-height: 30px;
}
.accessories-card__medium {
  --header-font-size: 21.6px;
  --header-line-height: 32px;
  --text-font-size: 18px;
  --text-line-height: 27px;
  --class-image-height: 40px;
}
.accessories-card__large {
  --header-font-size: 21.6px;
  --header-line-height: 32px;
  --text-font-size: 18px;
  --text-line-height: 27px;
  --class-image-height: 40px;
}
.accessories-card h3 {
  font-size: var(--header-font-size);
  line-height: var(--header-line-height);
}
.accessories-card a,
.accessories-card p {
  font-size: var(--text-font-size);
  line-height: var(--text-line-height);
  color: #1D1D1B;
}
.accessories-card a > *:hover {
  color: #EB0A1E;
}
.accessories-card__heading {
  height: calc(var(--header-line-height) * var(--line-clamp-max-lines));
}
.accessories-card__description {
  height: calc(var(--text-line-height) * var(--line-clamp-max-lines));
}

.accessories-card-list {
  --items-xs: 1;
  --items-sm: 1;
  --items-md: 2;
  --items-xmd: 3;
  --items-lg: 4;
  --items-xl: 5;
  --gutter: 32px;
  --min-card-width: 272px;
  --max-card-width: 470px;
  gap: var(--gutter) var(--gutter);
  grid-template-columns: repeat(var(--items-xs), 1fr);
}
@media (min-width: 576px) {
.accessories-card-list {
    grid-template-columns: repeat(var(--items-sm), 1fr);
}
}
@media (min-width: 768px) {
.accessories-card-list {
    grid-template-columns: repeat(var(--items-md), 1fr);
}
}
@media (min-width: 1024px) {
.accessories-card-list {
    grid-template-columns: repeat(var(--items-xmd), 1fr);
}
}
@media (min-width: 1366px) {
.accessories-card-list {
    grid-template-columns: repeat(var(--items-lg), 1fr);
}
}
@media (min-width: 1600px) {
.accessories-card-list {
    grid-template-columns: repeat(var(--items-xl), 1fr);
}
}

.accessories-finder-page__pagination__summary {
  width: 112px;
  white-space: wrap;
}
@media (min-width: 768px) {
.accessories-finder-page__pagination__summary {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
}
}
.accessories-finder-page__pagination__pages {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 576px) {
.accessories-finder-page__alert-modal .generic-modal__inner {
    max-width: 744px;
}
}
@media (min-width: 768px) {
.accessories-finder-page__alert-modal .generic-modal__inner {
    margin-top: 96px;
}
}
@media (min-width: 1024px) {
.accessories-finder-page__alert-modal .generic-modal__inner {
    max-width: 830px;
}
}
@media (min-width: 1366px) {
.accessories-finder-page__alert-modal .generic-modal__inner .generic-modal__body > div {
    margin-right: auto;
    margin-left: auto;
}
}
.accessories-finder-page .tps #horizontal-scroll-content .thumbnail-button--selected {
  display: none !important;
}

.accessory-details-modal .generic-modal__body {
  height: 100%;
}
.accessory-details-modal .generic-modal__footer {
  padding: 0;
  margin: 0;
  display: none;
}
.accessory-details-modal__button {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.accessory-details-modal__close {
  z-index: 3;
}
.accessory-details-modal__image-container {
  width: 100%;
}
@media (min-width: 768px) {
.accessory-details-modal__image-container {
    width: 60%;
}
}
.accessory-details-modal__image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: -webkit-fill-available;
  object-fit: scale-down;
}
.accessory-details-modal__details-container {
  width: 100%;
}
@media (min-width: 768px) {
.accessory-details-modal__details-container {
    width: 40%;
}
}
.accessory-details-modal__details-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
.accessory-details-modal__details {
    margin-top: -56px;
}
.accessory-details-modal__details .price-block-component h3 {
    font-size: 36px;
    line-height: 48px;
}
.accessory-details-modal__details .price-block-component h3 sup p {
    font-size: 24px;
}
}
.accessory-details-modal__buttons .btn {
  width: 100%;
}
@media (min-width: 1366px) {
.accessory-details-modal__buttons .btn {
    width: -webkit-max-content;
    width: max-content;
}
}

.customise-accessory__carousel-prev, .customise-accessory__carousel-next {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.customise-accessory__carousel-prev {
  width: 25px;
  left: 0px;
  justify-content: right;
  right: auto;
}
.customise-accessory__carousel-next {
  width: 25px;
  right: 0px;
  justify-content: left;
  left: auto;
}
.customise-accessory__carousel-next, .customise-accessory__carousel-prev {
  top: 23%;
  background-color: transparent !important;
}
.customise-accessory__carousel-next i, .customise-accessory__carousel-prev i {
  font-size: 44px !important;
}
@media (min-width: 768px) {
.customise-accessory__carousel-next, .customise-accessory__carousel-prev {
    top: 21%;
}
}
@media (min-width: 1024px) {
.customise-accessory__carousel-next, .customise-accessory__carousel-prev {
    top: 24%;
}
}
@media (min-width: 1366px) {
.customise-accessory__carousel-next, .customise-accessory__carousel-prev {
    top: 21%;
}
}
@media (min-width: 1600px) {
.customise-accessory__carousel-next, .customise-accessory__carousel-prev {
    top: 23%;
}
}
.customise-accessory #customise-accessory-swiper.swiper .customise-accessory__carousel__nav-width {
  width: calc(100% - 96px);
}
.customise-accessory #customise-accessory-swiper.swiper .swiper-button-prev,
.customise-accessory #customise-accessory-swiper.swiper .swiper-button-next {
  color: #1D1D1B;
  top: 24%;
}
.customise-accessory #customise-accessory-swiper.swiper .swiper-button-prev::after,
.customise-accessory #customise-accessory-swiper.swiper .swiper-button-next::after {
  color: #1D1D1B;
  top: 24%;
}
@media (min-width: 768px) {
.customise-accessory #customise-accessory-swiper.swiper .swiper-button-prev::after,
  .customise-accessory #customise-accessory-swiper.swiper .swiper-button-next::after {
    top: auto;
}
}
.customise-accessory #customise-accessory-swiper.swiper .swiper-pagination-bullet {
  background: #D8D8D8;
  opacity: 1;
  border: solid #D8D8D8 6px;
}
.customise-accessory #customise-accessory-swiper.swiper .swiper-pagination-bullet-active {
  background: #EB0A1E;
  border: solid #EB0A1E 6px;
}
.customise-accessory #customise-accessory-swiper.swiper .swiper-pagination {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
.customise-accessory #customise-accessory-swiper.swiper .swiper-pagination {
    padding-bottom: 16px;
}
}
.customise-accessory #customise-accessory-swiper.swiper > .swiper-wrapper .swiper-slide .child-accessory__card {
  min-width: var(--min-card-width, 180px);
  max-width: var(--max-card-width, 288px);
  width: -webkit-fill-available;
  box-shadow: none;
  --header-font-size: 19.2px;
  --header-line-height: 28px;
  --text-font-size: 16px;
  --text-line-height: 24px;
  --class-image-height: 30px;
}
.customise-accessory #customise-accessory-swiper.swiper > .swiper-wrapper .swiper-slide .child-accessory__card .card__upper .card__image-wrapper .swiper-wrapper {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.customise-accessory #customise-accessory-swiper.swiper > .swiper-wrapper .swiper-slide .child-accessory__card .card__upper .card__image-wrapper .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.customise-accessory #customise-accessory-swiper.swiper > .swiper-wrapper .swiper-slide .child-accessory__card__add-button {
  transition: 0.4s;
  border-radius: 50%;
}
.customise-accessory #customise-accessory-swiper.swiper > .swiper-wrapper .swiper-slide .child-accessory__card .rotate {
  transform: rotate(45deg);
}
.customise-accessory #customise-accessory-swiper.swiper > .swiper-wrapper .swiper-slide .child-accessory__card__heading {
  line-height: 21px;
}
.customise-accessory #customise-accessory-swiper.swiper > .swiper-wrapper .swiper-slide .child-accessory__card__price h3 {
  font-size: 16px;
  line-height: 24px;
}
.customise-accessory #customise-accessory-swiper.swiper > .swiper-wrapper .swiper-slide .child-accessory__card__price h3 sup p {
  font-size: 12px;
}
.customise-accessory #customise-accessory-swiper.swiper > .swiper-wrapper .swiper-slide .child-accessory__card__heading {
  height: calc(var(--header-line-height) * var(--line-clamp-max-lines));
}

.tps .accessories-configure-page .accessories-configure-page-banner {
  background-image: linear-gradient(#D8D8D8, #EEEEEE);
}
.tps .accessories-configure-page__price-unavailable {
  background: #cce6ff;
}
.tps .accessories-configure-page__price-unavailable p > a {
  text-decoration: underline;
}
.tps .accessories-configure-page__back-to-search:hover {
  text-decoration: none !important;
}
.tps .accessories-configure-page__content {
  grid-template-columns: 1fr 1fr;
}
.tps .accessories-configure-page__content__pill {
  top: calc(46% - 12px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 576px) {
.tps .accessories-configure-page__content__pill {
    top: calc(42% - 12px);
}
}
@media (min-width: 768px) {
.tps .accessories-configure-page__content__pill {
    top: calc(40% - 12px);
}
}
.tps .accessories-configure-page__carousel--faded {
  opacity: 0.4;
}
.tps .accessories-configure-page__specification-value::first-letter {
  text-transform: capitalize;
}
@media (min-width: 576px) {
.tps .accessories-configure-page__change-modal .generic-modal__inner {
    max-width: 744px;
}
}
@media (min-width: 768px) {
.tps .accessories-configure-page__change-modal .generic-modal__inner {
    margin-top: 96px;
}
}
@media (min-width: 1024px) {
.tps .accessories-configure-page__change-modal .generic-modal__inner {
    max-width: 830px;
}
}
.tps .accessories-configure-page__details {
  vertical-align: top;
}
.tps .accessories-configure-page__button-text--hidden {
  visibility: hidden;
}
.tps .accessories-configure-page__container .accessories-configure-page__loader {
  --margin: calc((32px / 2) * -1);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--margin) 0 0 var(--margin);
}
.tps .accessories-configure-page .accessories-configure-page__disclaimer-text > * {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
.tps .accessories-configure-page .swiper {
  border-bottom: 1px solid #EEEEEE;
}



