@font-face {
  font-family: "Roboto Condensed";
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff2") format("woff2"), url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: RobotoCondensed-Italic;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf");
}
@font-face {
  font-family: RobotoCondensed-Light;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Light.ttf");
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff2") format("woff2"), url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RussoOne-Regular;
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.ttf");
}
@font-face {
  font-family: "Russo One";
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.woff2") format("woff2"), url("/common/static/fonts/Russo_One/RussoOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Exo2;
  src: url("/common/static/fonts/Exo_2/Exo2-VariableFont_wght.ttf");
}
@font-face {
  font-family: Comfortaa-Regular;
  src: url("/common/static/fonts/Comfortaa/Comfortaa-Regular.ttf");
}
@font-face {
  font-family: Comfortaa-Bold;
  src: url("/common/static/fonts/Comfortaa/static/Comfortaa-Bold.ttf");
}
@font-face {
  font-family: Race-sport;
  src: url("/common/static/fonts/race-sport/Race-sport.ttf");
}
@font-face {
  font-family: cross-boxed;
  src: url("/common/static/fonts/cross-boxed/cross-boxed.ttf");
}
@font-face {
  font-family: Urbanist-Bold;
  src: url("/common/static/fonts/Urbanist/Urbanist-Bold.ttf");
}
@font-face {
  font-family: Urbanist-Regular;
  src: url("/common/static/fonts/Urbanist/Urbanist-Regular.ttf");
}
@font-face {
  font-family: Urbanist-Light;
  src: url("/common/static/fonts/Urbanist/Urbanist-Light.ttf");
}
@font-face {
  font-family: Urbanist-Thin;
  src: url("/common/static/fonts/Urbanist/Urbanist-Thin.ttf");
}
@font-face {
  font-family: Axiforma-Regular;
  src: url("/common/static/fonts/Axiforma/Axiforma-Light.ttf");
}
@font-face {
  font-family: Hind-bold;
  src: url("/common/static/fonts/Hind/Hind-Bold.ttf");
}
.quantity-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
}

.cart-page .items-holder {
  border-radius: 10px;
  width: 890px;
}
.cart-page .items-holder h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cart-page .add-vehicle {
  color: #000000;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.9rem;
}
.cart-page .cart-items-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e7e7e7;
}
.cart-page .cart-items-title .blck-title {
  background-color: #000000;
  color: #fff;
  width: 55px;
  height: 30px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-top-left-radius: 10px;
  border-bottom: 1px solid #4e4e4e;
  margin-right: 10px;
  font-size: 1.2rem;
  clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);
}
.cart-page .cart-items-title > div:first-child {
  background: #FFB300;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cart-page .cart-items-title > div:last-child {
  padding: 10px;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 0.91rem;
}
.cart-page .cart-items-title > div:last-child span {
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.cart-page .cart-items-title .text-line {
  font-family: "RobotoCondensed-Bold", sans-serif;
  line-height: 30px;
}
.cart-page .cart-items-title .items-count {
  padding-right: 15px;
  line-height: 30px;
}
.cart-page .cart-items-title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
}
.cart-page .cart-items-wrapper {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
}
.cart-page .cart-items {
  gap: 15px;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}
.cart-page .cart-items .cart-item:last-child {
  border-bottom: none;
}
.cart-page .cart-items .cart-item {
  gap: 15px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 2px solid #dadada;
  padding-bottom: 10px;
}
.cart-page .cart-items .cart-item img {
  width: 100px;
  object-fit: contain;
}
.cart-page .cart-items .cart-item .item-info h3 {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 5px;
}
.cart-page .cart-items .cart-item .item-info > div {
  width: 710px;
}
.cart-page .cart-items .cart-item .item-info > div a {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #000000;
  font-size: 1.1rem;
  line-height: 30px;
}
.cart-page .cart-items .cart-item .item-info > div span {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #929292;
  font-size: 0.9rem;
}
.cart-page .cart-items .cart-item .item-info > div .product-price {
  font-size: 1.3rem;
  color: #D40000;
  font-family: "cross-boxed", sans-serif;
  font-weight: 100;
  letter-spacing: 1.7px;
  margin-bottom: 10px;
}
.cart-page .cart-items .cart-item .item-info > div .product-price sup {
  font-size: 0.82rem;
  vertical-align: super;
  padding-top: 5px;
}
.cart-page .cart-items .cart-item .item-info > div .product-price span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #D40000;
  margin-left: 5px;
}
.cart-page .cart-items .cart-item .item-info > div .remove-btn {
  display: flex;
  font-size: 1rem;
  color: #5c88b7;
  align-content: end;
  flex-wrap: wrap;
  font-family: "RobotoCondensed-Bold", sans-serif;
  cursor: pointer;
}
.cart-page .cart-items .cart-item .item-info > div .remove-btn i {
  margin-right: 5px;
}
.cart-page .bill-holder {
  width: 400px;
  padding-top: 10px;
}
.cart-page .bill-holder .rewards {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
  border: 2px solid #dadada;
  padding: 10px;
  border-radius: 10px;
}
.cart-page .bill-holder .rewards > div:last-child {
  margin-top: 30px;
}
.cart-page .bill-holder .rewards > div:last-child .light-button {
  height: auto;
  padding: 5px 10px;
}
.cart-page .bill-holder .rewards > div:last-child a {
  align-self: center;
}
.cart-page .bill-holder .rewards a {
  color: #5c88b7;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
}
.cart-page .bill-holder .rewards img {
  height: 17px;
}
.cart-page .bill-holder .rewards .became-member {
  font-size: 0.9rem;
  font-family: "RobotoCondensed", sans-serif;
}
.cart-page .bill-holder .rewards .became-member span span {
  color: #000000;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.cart-page .bill-holder .bill > div {
  padding: 10px 15px 0px 15px;
}
.cart-page .bill-holder .bill {
  border: 2px solid #dadada;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  margin-top: 15px;
  background-color: #e9e9e9;
}
.cart-page .bill-holder .bill .title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.86rem;
  margin-bottom: 15px;
}
.cart-page .bill-holder .bill .item-row .item {
  width: 100%;
  font-size: 0.84rem;
}
.cart-page .bill-holder .bill .item-row .item span:first-child {
  width: 80%;
}
.cart-page .bill-holder .bill .item-row .item .price {
  width: 20%;
  text-align: right;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #636363;
}
.cart-page .bill-holder .bill .item-row .item-discount {
  width: 100%;
  font-size: 0.84rem;
  color: #D40000;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-align: right;
  margin-top: 10px;
}
.cart-page .bill-holder .bill .item-row .item-discount span:first-child {
  font-size: 0.9rem;
  color: #929292;
}
.cart-page .bill-holder .bill .item-row .qty {
  width: 100%;
  font-size: 0.9rem;
  color: #636363;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-align: right;
}
.cart-page .bill-holder .bill .item-row .total {
  width: 100%;
  font-size: 0.9rem;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
}
.cart-page .bill-holder .bill .item-row .total span {
  align-self: end;
}
.cart-page .bill-holder .bill .subtotal {
  width: 100%;
  font-size: 0.84rem;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-align: right;
  text-transform: uppercase;
}
.cart-page .bill-holder .bill .subtotal div {
  margin-top: 10px;
  align-items: end;
}
.cart-page .bill-holder .bill .subtotal .order-total {
  padding-top: 5px;
  padding-bottom: 15px;
  border-top: 2px solid #dadada;
  font-family: "cross-boxed", sans-serif;
}
.cart-page .bill-holder .bill .subtotal .order-total sup {
  vertical-align: super;
  padding-top: 5px;
}
.cart-page .bill-holder .bill .subtotal .order-total span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.cart-page .bill-holder .bill .subtotal .order-total .price {
  font-size: 1.1rem;
}
.cart-page .bill-holder .bill .subtotal .order-total .price span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #D40000;
  margin-left: 5px;
}
.cart-page .bill-holder .checkout {
  background-color: #4e4e4e;
  padding: 10px !important;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.cart-page .bill-holder .checkout .default-button,
.cart-page .bill-holder .checkout .light-button {
  width: 47%;
}
.cart-page .bill-holder .discount {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
  border: 2px solid #dadada;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  background-color: #e9e9e9;
}
.cart-page .bill-holder .discount > div:last-child {
  margin-top: 10px;
}
.cart-page .bill-holder .discount .light-button {
  width: 120px;
}
.cart-page .bill-holder .discount .code-input {
  width: 235px;
  padding: 12px 15px;
  border-radius: 8px;
  border: 2px solid #dadada;
  font-family: "RussoOne-Regular", sans-serif;
  font-size: 0.88rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.cart-page .bill-holder .discount .code-input::placeholder {
  color: #a5a5a5;
  font-style: italic;
}
.cart-page .bill-holder .discount .code-input:hover {
  border-color: #FFB300;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
}
.cart-page .bill-holder .discount .code-input:focus {
  outline: none;
  border-color: #D40000;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cart-page .bill-holder .discount .code-input:active {
  border-color: #D40000;
}

.carousel .car-cat-item {
  width: 204px;
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.carousel .car-cat-item img {
  width: 100px;
  margin-bottom: 5px;
}
.carousel .car-cat-item h2 {
  margin: 5px;
  font-size: calc(1.22em * var(--font-scale-factor));
  margin-top: -10px;
}
.carousel .car-cat-item:hover {
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(149, 149, 149);
  transition: all 0.3s ease;
}

aside {
  width: 330px;
}

article {
  width: 970px;
  margin-bottom: 30px;
  height: fit-content;
}

.catalogue-title {
  color: #2b2b2b;
}
.catalogue-title h2 {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: calc(2.1rem * var(--font-scale-factor));
  margin: 0;
  padding-top: 0px;
  line-height: 40px;
}
.catalogue-title h3 {
  font-size: calc(1.3rem * var(--font-scale-factor));
  margin: 0;
  color: #4d4d4d;
  font-family: "RobotoCondensed-Light", sans-serif;
  line-height: 3;
}
.catalogue-title .catalogue-result {
  color: #4d4d4d;
  font-family: "RobotoCondensed-Light", sans-serif;
  width: 100%;
  height: 65px;
}

.filters-container .accordion-container {
  padding: 0 10px 10px 10px;
  font-size: 0.91rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px;
}

.catalogue-description {
  width: 810px;
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #2b2b2b;
  background: white;
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  position: relative;
}
.catalogue-description p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.3;
}
.catalogue-description .description-text {
  max-height: 80px;
  overflow: hidden;
  transition: max-height 0.6s ease;
  position: relative;
}
.catalogue-description .description-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.catalogue-description.expanded .description-text {
  max-height: 1000px;
}
.catalogue-description.expanded .description-text::after {
  opacity: 0;
}
.catalogue-description.expanded .toggle-description .show-more {
  display: none;
}
.catalogue-description.expanded .toggle-description .show-less {
  display: inline;
}
.catalogue-description .toggle-description {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  font-size: 0.91rem;
  padding: 10px 0 0 0;
  font-family: "RobotoCondensed-Bold", sans-serif;
  transition: color 0.3s ease;
  text-decoration: underline;
}
.catalogue-description .toggle-description:hover {
  color: #0056b3;
  text-decoration: underline;
}
.catalogue-description .toggle-description .show-less {
  display: none;
}

.catalogue-banner {
  margin-top: 50px;
  border-radius: 8px;
}

#sort-select {
  margin-top: 10px;
}

.sort-label {
  padding: 22px 15px 0px 0px;
  font-size: 1.1rem;
  color: rgba(173, 173, 173, 0.9215686275);
  font-family: "RobotoCondensed-Bold";
}

.add-vehicle-container {
  width: 100%;
  background: radial-gradient(circle, #5e5e5e, #313131);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.add-vehicle-container .add-vehicle-title {
  color: #FFB300;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: calc(1.22rem * var(--font-scale-factor));
}
.add-vehicle-container .default-button {
  font-weight: 100 !important;
  width: 160px;
}
.add-vehicle-container .add-vehicle-using-vin {
  font-size: calc(1rem * var(--font-scale-factor));
  color: #d1d0d0;
  font-family: "RobotoCondensed-Light", sans-serif;
  cursor: pointer;
  text-decoration: underline;
}
.add-vehicle-container .selects-holder {
  margin-top: 10px;
  font-weight: 700;
}

.products-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.products-container .product {
  width: calc(34% - 20px);
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  height: 520px;
  transition: all 0.3s ease;
}
.products-container .product:hover {
  box-shadow: 0px 0px 9px rgba(10, 10, 0, 0.7);
}
.products-container .product .default-button {
  width: 100%;
  margin-top: 15px;
}
.products-container .product .warranty {
  font-size: 0.82rem;
  color: #797979;
  font-family: "RobotoCondensed-Light", sans-serif;
  text-decoration: underline;
  cursor: pointer;
}
.products-container .product .star-rating {
  display: flex;
  gap: 2px;
  margin-top: 8px;
  max-width: 8px;
}
.products-container .product .rating-text {
  font-size: 0.8rem;
  color: #000000;
  font-family: "RobotoCondensed", sans-serif;
  margin-left: 5px;
  margin-top: -1px;
}
.products-container .product .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.products-container .product .product-image img {
  width: 156px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}
.products-container .product .product-name {
  font-size: 1rem;
  color: #2b2b2b;
  font-family: "RobotoCondensed-Bold", sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.products-container .product .product-name span {
  font-size: 0.96rem;
  color: #4d4d4d;
  font-family: "RobotoCondensed-Light", sans-serif;
}
.products-container .product .product-price {
  font-size: 1.53rem;
  color: #D40000;
  font-family: "cross-boxed", sans-serif;
  text-align: center;
  font-weight: 200;
  letter-spacing: 1.7px;
  background: #efefef;
  padding-top: 5px;
}
.products-container .product .product-price sup {
  font-size: 0.8rem;
  vertical-align: super;
  padding-top: 5px;
}
.products-container .product .product-price span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.products-container .product .part-no {
  font-size: 0.82rem;
  color: #797979;
  font-family: "RobotoCondensed-Light", sans-serif;
  margin-top: 5px;
}

.customer-reviews-section {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.customer-reviews-section .customer-reviews-content {
  padding: 20px;
}
.customer-reviews-section .adv-accordion-header {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: none !important;
}
.customer-reviews-section .top-content {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.customer-reviews-section .top-content .default-button {
  min-width: 230px;
}
.customer-reviews-section .top-content .star-rating {
  color: #474747;
  font-size: 1.2rem;
  line-height: 40px;
}
.customer-reviews-section .top-content {
  font-size: 2.2rem;
}
.customer-reviews-section .top-content span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  font-size: 1.3rem;
}
.customer-reviews-section .pros-cons-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.customer-reviews-section .pros-cons-container .scale-holder {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-bar {
  width: 185px;
  background-color: #d1d1d1;
  border-radius: 5px;
  overflow: hidden;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-bar .scale-fill {
  height: 100%;
  background-color: #FFB300;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-value {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  font-size: 0.9rem;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-row {
  display: flex;
  gap: 10px;
  width: 100%;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-row span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #333333;
  width: 85px;
  text-align: center;
}
.customer-reviews-section .pros-cons-container .scale-holder .scale-row .scale-label {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #333333;
  font-size: 0.9rem;
}
.customer-reviews-section .pros-cons-container .pros > div > div,
.customer-reviews-section .pros-cons-container .cons > div > div {
  width: 60px;
  align-content: baseline;
  display: grid;
  text-align: center;
}
.customer-reviews-section .pros-cons-container .pros span,
.customer-reviews-section .pros-cons-container .cons span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #333333;
  font-size: 0.9rem;
}
.customer-reviews-section .pros-cons-container .pros span:first-child,
.customer-reviews-section .pros-cons-container .cons span:first-child {
  color: #FFB300;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #292929;
  border-radius: 5px;
}
.customer-reviews-section .pros-cons-container .pros,
.customer-reviews-section .pros-cons-container .cons,
.customer-reviews-section .pros-cons-container .rating-distribution {
  flex: 1;
  min-width: 250px;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.customer-reviews-section .pros-cons-container .pros h3,
.customer-reviews-section .pros-cons-container .cons h3,
.customer-reviews-section .pros-cons-container .rating-distribution h3 {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
}
.customer-reviews-section .reviews {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.customer-reviews-section .reviews h3 {
  margin-bottom: 0;
}
.customer-reviews-section .reviews .review-item {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
}
.customer-reviews-section .reviews .review-item .like-holder {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.customer-reviews-section .reviews .review-item .like-holder .like-btn,
.customer-reviews-section .reviews .review-item .like-holder .dislike-btn,
.customer-reviews-section .reviews .review-item .like-holder .like-button,
.customer-reviews-section .reviews .review-item .like-holder .dislike-button {
  display: flex;
  gap: 10px;
  cursor: pointer;
  color: #2f2f2f;
  padding: 10px 18px;
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1rem;
  min-height: 40px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, color 0.2s ease, border-color 0.2s ease;
}
.customer-reviews-section .reviews .review-item .like-holder .like-btn:hover,
.customer-reviews-section .reviews .review-item .like-holder .dislike-btn:hover,
.customer-reviews-section .reviews .review-item .like-holder .like-button:hover,
.customer-reviews-section .reviews .review-item .like-holder .dislike-button:hover {
  color: #FFB300;
  border-color: rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 9px 20px rgba(0, 0, 0, 0.18);
}
.customer-reviews-section .reviews .review-item .like-holder .like-btn:active,
.customer-reviews-section .reviews .review-item .like-holder .dislike-btn:active,
.customer-reviews-section .reviews .review-item .like-holder .like-button:active,
.customer-reviews-section .reviews .review-item .like-holder .dislike-button:active {
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #e1e1e1, #cfcfcf);
}
.customer-reviews-section .reviews .review-item .like-holder .like-btn i,
.customer-reviews-section .reviews .review-item .like-holder .dislike-btn i,
.customer-reviews-section .reviews .review-item .like-holder .like-button i,
.customer-reviews-section .reviews .review-item .like-holder .dislike-button i {
  font-size: 1.2rem;
}
.customer-reviews-section .reviews .review-item .like-holder .report-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #5f5f5f;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}
.customer-reviews-section .reviews .review-item .review-header {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
}
.customer-reviews-section .reviews .review-item .review-header .reviewer-name {
  font-size: 1.1rem;
}
.customer-reviews-section .reviews .review-item .review-header .review-date {
  font-size: 0.9rem;
  color: #777777;
}
.customer-reviews-section .reviews .review-item .review-content {
  margin-top: 10px;
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #333333;
  line-height: 1.4;
}

.banner-slider {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.banner-slider .slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.banner-slider .slider-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: relative;
  z-index: 1;
}
.banner-slider .slider-text {
  position: absolute;
  left: 5vw;
  right: 5vw;
  color: #fff;
  height: 100%;
  padding: 20px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.banner-slider .slider-text h2 {
  border-left: 5px solid #FFB300;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 15px;
}
.banner-slider .slider-text p {
  font-size: 0.9rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
.banner-slider .slider-text .shop-now-btn {
  padding: 10px 20px;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0);
  color: #e6e6e6;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: auto;
  max-width: 200px;
  text-decoration: none;
  border: 1px solid whitesmoke;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.banner-slider .slider-text .shop-now-btn:hover {
  background-color: #FFB300;
  color: black;
}

@keyframes slideLeftIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeftOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.slide-left-in {
  animation: slideLeftIn 0.6s ease-in-out forwards !important;
}

.slide-left-out {
  animation: slideLeftOut 0.6s ease-in-out forwards !important;
}

.slider-timer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #FFB300;
  width: 0%;
  z-index: 10;
}

@keyframes timerFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-slider {
    height: 300px;
  }
  .banner-slider .slider-text h2 {
    font-size: 2rem;
  }
  .banner-slider .slider-text p {
    font-size: 1.1rem;
  }
  .banner-slider .slider-text .shop-now-btn {
    font-size: 1rem;
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .banner-slider {
    height: 350px;
  }
  .banner-slider .slider-text {
    max-width: 690px;
    padding-right: 20px;
  }
  .banner-slider .slider-text h2 {
    font-size: 2.3rem;
  }
  .banner-slider .slider-text p {
    font-size: 1.3rem;
  }
  .banner-slider .slider-text .shop-now-btn {
    font-size: 1rem;
    width: 220px;
  }
}
@media (min-width: 1600px) {
  .banner-slider {
    height: 370px;
  }
  .banner-slider .slider-overlay img {
    height: 100%;
  }
  .banner-slider .slider-text h2 {
    font-size: 2.5rem;
  }
  .banner-slider .slider-text p {
    font-size: 1.44rem;
  }
}
.footer {
  padding: 0px 0px 30px 0px;
  bottom: 0;
  z-index: 2000;
  height: 410px;
  background: #494949;
  width: 100%;
  position: absolute;
}
.footer > div {
  max-width: 1310px;
  width: 1310px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer .middle-block {
  max-width: 1310px;
  margin-top: 20px;
}
.footer .top-block {
  height: 150px;
  background-color: #292929;
  margin-top: -75px;
  border-radius: 15px;
  width: 1310px;
}
.footer .top-block .svc-holder {
  height: 100px;
  margin-top: 20px;
}
.footer .top-block .svc-holder div > div:first-child {
  width: 55px;
  padding: 10px;
  border: 3px solid #FFB300;
  border-radius: 40px;
  height: 55px;
  text-align: center;
}
.footer .top-block .svc-holder div > div:first-child i {
  font-size: 1.6em;
  color: #e4e4e4;
}
.footer .top-block .svc-holder div:last-child {
  font-size: 1.1em;
  color: #FFB300;
  margin-top: 10px;
}
.footer .social-icons {
  margin-top: -10px;
}
.footer .social-icons div div:last-child {
  color: #c9c9c9;
  line-height: 45px;
  font-size: 1em;
  font-family: "RobotoCondensed-Bold", sans-serif;
  padding: 1px;
  padding-left: 5px;
  width: 80px;
}
.footer .social-icons > div {
  width: 110px;
  justify-content: space-between;
}
.footer .footer-column .column-title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1.2em;
  color: #c9c9c9;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer .footer-column .title-divider {
  width: 100px;
  height: 5px;
  background-color: #FFB300;
  margin-bottom: 15px;
  border-radius: 3px;
}
.footer .footer-column .column-item {
  font-family: "RobotoCondensed", sans-serif;
  font-size: 1em;
  color: #c9c9c9;
  margin-bottom: 8px;
  cursor: pointer;
}
.footer .footer-column .column-item:hover {
  text-decoration: underline;
}
.footer .footer-column i {
  font-size: 1.5em;
  color: #c9c9c9;
  cursor: pointer;
  margin-top: 10px;
}
.footer .footer-column i:hover {
  color: #FFB300;
}
.footer .footer-devider {
  height: 1px;
  background-color: #7d7d7d;
  margin-top: 25px;
}
.footer .bottom-block {
  margin-top: 20px;
  color: #c9c9c9;
  font-size: calc(1em * var(--font-scale-factor));
}
.footer .bottom-block > div:first-child {
  width: calc(520px / var(--font-scale-factor));
}

.subscribe-block {
  padding-top: 35px;
  padding-bottom: 100px;
  width: 100%;
  margin-bottom: -75px;
  background-color: #ffffff;
  border-top: #b3b3b3 2px solid;
  margin-top: 20px;
}
.subscribe-block .subscribe-text {
  margin-right: 30px;
}
.subscribe-block .subscribe-text h3 {
  color: #FFB300;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.subscribe-block .subscribe-text p {
  font-size: 1.25em;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #7d7d7d;
  font-weight: 700;
}
.subscribe-block .subscribe-form {
  display: flex;
}
.subscribe-block .subscribe-form input[type=email] {
  padding: 10px;
  border: none;
  border-radius: 5px 0 0 5px;
  font-size: 0.9em;
  width: 250px;
  background-color: #e9e9e9;
}
.subscribe-block .subscribe-form button {
  padding: 5px 10px;
  border: none;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 0.9em;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.subscribe-block .subscribe-form button:hover {
  background-color: rgb(153.5, 153.5, 153.5);
}

.section-offers {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-offers {
    flex-direction: row;
    gap: 10px;
  }
}
.section-offers .offer {
  background-color: #ffffff;
  padding: 10px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}
.section-offers .offer {
  cursor: pointer;
}
.section-offers .offer h3 {
  font-size: calc(1.2rem * var(--font-scale-factor));
  margin: 10px 0;
  width: 350px;
}
.section-offers .offer p {
  font-size: calc(1rem * var(--font-scale-factor));
  color: #555555;
}
.section-offers .offer .top-icon {
  width: 35px;
  height: 35px;
  position: relative;
}
.section-offers .offer:hover {
  background-color: #f1f1f1;
  border: 1px solid #FFB300;
  transition: all 0.3s ease;
}
.section-offers .offer .text-holder {
  width: 350px;
}

.section-starts-here {
  width: 100%;
  padding: 5px 20px;
  align-items: center;
  background-color: #FFB300;
  border-radius: 10px;
  border: 1px solid #292929;
}
.section-starts-here h2 {
  font-size: calc(1.5rem * var(--font-scale-factor));
  margin: 0;
  padding: 0;
}
.section-starts-here h5 {
  font-size: calc(1.1rem * var(--font-scale-factor));
  margin: 0;
  padding: 0;
  margin-top: 5px;
  color: #292929;
}
.section-starts-here img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.section-starts-here .light-button {
  background-color: #292929;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  margin-left: 10px;
  min-width: 180px;
}
.section-starts-here .light-button:hover {
  background-color: #000000;
}
.section-starts-here a {
  display: flex;
  align-items: center;
  margin-left: 10px;
  text-decoration: underline;
  font-size: calc(1rem * var(--font-scale-factor));
}

.section-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.section-cards .card {
  background-color: #292929;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 5px solid #FFB300;
  color: white;
  width: 200px;
  height: 200px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
  transition: transform 0.2s;
}
.section-cards .card .card-icon {
  width: 45px;
  height: 45px;
  margin-top: -50px;
  margin-bottom: 20px;
  border: 3px solid #FFB300;
  background-color: #292929;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  justify-content: center;
}
.section-cards .card:hover {
  transform: scale(1.04);
}
.section-cards .card h3 {
  font-size: calc(1.27rem * var(--font-scale-factor));
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  color: #FFB300;
  font-family: "BebasNeue-Regular", sans-serif;
  line-height: 20px;
}
.section-cards .card p {
  font-size: calc(1.05rem * var(--font-scale-factor));
  margin: 0;
  color: #dddddd;
}

.under-the-hood-savings {
  overflow-x: scroll;
  height: 335px;
  width: 100%;
  gap: 15px;
  flex-wrap: nowrap;
}
.under-the-hood-savings .saving-item {
  display: inline-block;
  width: 250px;
  text-align: center;
  background-color: #e2e2e2;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}
.under-the-hood-savings .saving-item:hover {
  background-color: #bdbdbd;
}
.under-the-hood-savings .saving-item img {
  width: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.under-the-hood-savings .saving-item h3 {
  font-size: 1.1rem;
  color: #2b2b2b;
  margin-bottom: 5px;
  margin-top: 10px;
}
.under-the-hood-savings .saving-item p {
  font-size: 0.9em;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
}

.recycling-section {
  width: 100%;
  padding: 10px;
  background-color: #292929;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.recycling-section div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.recycling-section h2 {
  font-size: calc(1.2rem * var(--font-scale-factor));
  margin: 0px;
  color: #e7e7e7;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.recycling-section i {
  padding-top: 5px;
  font-size: 1.7rem;
  color: #FFB300;
}

header {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed;
  z-index: 3000;
  top: 0;
}
header .links-holder {
  padding-left: 5px;
}
header .links-holder a {
  padding: 5px 10px;
  color: #757575;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: calc(var(--font-scale-factor) * 1.2em);
  display: block;
  width: 100%;
  line-height: 20px;
}
header .links-holder a:hover {
  background-color: #e3e3e3;
  border-radius: 5px;
}
header .lang-select .opt-text {
  justify-content: center;
}
header .offer {
  margin: 0;
  min-width: 0;
  width: 100%;
  height: 50px;
  line-height: 30px;
  padding: 0 12px;
  background-color: #FFB300;
  align-items: center;
}
header .offer .offer-font {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: calc(1.1em * var(--font-scale-factor));
  line-height: 50px;
}
header .offer .code-box {
  display: flex;
  align-items: center;
  border: 2px solid #2b2b2b;
  border-radius: 4px;
  padding: 0 8px;
  background-color: #FFB300;
  font-family: RobotoCondensed-Bold;
  font-size: calc(1em * var(--font-scale-factor));
  height: 35px;
  margin: 6px 0 0 10px;
  cursor: pointer;
}
header .offer .excl {
  text-decoration: underline;
  font-family: RobotoCondensed-light;
  font-size: 0.82rem;
  cursor: pointer;
  margin-right: 30px;
}
header .offer svg {
  margin: 0 5px;
}
header .bar {
  padding: 5px;
  height: 55px;
  background-color: #292929;
  color: #e9e9e9;
  z-index: 100;
}
header .bar .logo {
  margin-right: 8px;
  cursor: pointer;
  padding: 6px 0 6px;
}
header .bar .buttons-holder > div {
  margin: 0 5px;
}
header .bar .signin-content-holder {
  width: 335px;
  background: #f0f0f0;
}
header .bar .signin-content-holder .signin-container {
  height: 170px;
  background-color: #ededed;
  padding: 10px 0;
}
header .bar .signin-content-holder .signin-container .default-button,
header .bar .signin-content-holder .signin-container .light-button {
  width: 270px;
}
header .bar .signin-content-holder .signin-container p {
  text-align: center;
  color: #636363;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1.1em;
  padding: 0;
  margin: 10px;
  line-height: 20px;
}
header .bar .signin-content-holder .q-links-container {
  height: 200px;
  background-color: #fff;
  padding: 10px 25px;
}
header .vehicle-select-holder {
  background-color: rgb(245, 245, 245);
  border-radius: 5px 0 0 5px;
  padding: 4px;
}
header .vehicle-select-holder .add-vehicle-content-holder {
  width: 400px;
  background-color: #f0f0f0;
}
header .vehicle-select-holder .add-vehicle-content-holder .title {
  padding: 10px 5px;
  background-color: #e4e4e4;
  color: #636363;
  font-size: 1.4em;
  text-align: center;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
header .vehicle-select-holder .add-vehicle-content-holder .info {
  padding: 5px 20px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1.1em;
  line-height: 20px;
  color: #636363;
}
header .vehicle-select-holder .add-vehicle-content-holder .option {
  padding: 5px 10px;
  margin: 10px 20px;
  text-align: center;
  border: 2px solid #212121;
  border-radius: 5px;
  font-size: 1.2em;
  color: #2b2b2b;
  cursor: pointer;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
header .vehicle-select-holder .add-vehicle-content-holder .option:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.68);
}
header .vehicle-select-holder .select-btn {
  background-color: #FFB300;
  user-select: none;
  border-radius: 4px;
  color: black;
}
header .vehicle-select-holder .select-btn .car {
  width: 33px;
  display: block;
}
header .vehicle-select-holder .select-btn .light-dark-text {
  line-height: 33px;
  padding: 0 2px;
  margin: 0 10px;
  text-align: center;
  width: 125px;
}
header .search-block {
  width: 100vw;
  flex-shrink: 1;
}
header .search-block .search-content-holder {
  background-color: rgb(245, 245, 245);
  border-radius: 0 5px 5px 0;
  margin-left: 2px;
  width: 85%;
  flex-shrink: 1;
}
header .search-block .search-content-holder input {
  font-size: 1em;
  height: 100%;
  width: 90%;
  line-height: 40px;
  font-family: "RobotoCondensed", sans-serif;
  border: 0;
  margin-left: 10px;
  background-color: rgb(245, 245, 245);
}
header .search-block .search-content-holder .search-btn {
  padding: 7px 10px;
  background: #FFB300;
  margin: 4px;
  border-radius: 4px;
  cursor: pointer;
}
header .search-block .search-content-holder .search-btn img {
  width: 21px;
}
header .main-menu {
  height: 55px;
  background-color: rgb(223, 223, 223);
  z-index: 99;
  display: none;
}
header .main-menu .item-separator {
  margin: 7px 0;
  width: 1px;
  background-color: #cecece;
}
header .main-menu .menu-item {
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1em;
  cursor: pointer;
  color: #757575;
  height: 100%;
}
header .main-menu .menu-item:hover {
  background-color: #e6e6e6;
}
header .main-menu .shop-all-btn {
  padding: var(--menu-padding);
  padding-right: 10px;
}
header .main-menu i {
  margin-right: 10px;
}
header .main-menu .red-font {
  color: #D40000;
}
header .main-menu .sub-nav-fragment {
  display: none;
  max-height: 70dvh;
  overflow-y: auto;
  overflow-x: hidden;
}
header .main-menu .see-all {
  color: #3b8fc7 !important;
  text-decoration: underline;
  background-color: transparent !important;
}
header .main-menu .sub-nav-fragment--visible {
  display: block;
}
header .main-menu > div > a {
  padding: 15px var(--menu-padding);
}
header .sub-nav-container {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgb(245, 245, 245);
  box-shadow: 5px 5px 7px #000;
  display: none;
  flex-direction: column;
  gap: 0;
  border-radius: 4px;
  width: auto;
}
header .sub-nav-container .banner .gradient {
  position: relative;
  margin-top: -198px;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, #292929 62%, rgba(255, 255, 255, 0) 95%);
}
header .sub-nav-container .banner img {
  width: 950px;
  height: 196px;
  overflow: hidden;
}
header .sub-nav-container .banner .banner-text {
  position: relative;
  top: -190px;
  left: 20px;
  color: white;
  width: 85%;
  height: 160px;
}
header .sub-nav-container .banner .title {
  color: #FFB300;
  text-transform: uppercase;
  font-family: "BebasNeue-Regular", sans-serif;
  font-size: calc(2.2em * var(--font-scale-factor));
  background: rgba(0, 0, 0, 0.5803921569);
  padding-left: 15px;
}
header .sub-nav-container .banner .subtitle {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: calc(1.2em * var(--font-scale-factor));
  font-weight: 400;
  width: 350px;
  padding-left: 15px;
}
header .sub-nav-container .banner .default-button {
  margin: 20px 0 0 15px;
  width: fit-content;
  height: 40px;
  font-size: 1em;
  background-color: rgba(77, 77, 77, 0.2549019608);
  color: #fff;
  border: 1px solid #fff;
  padding: 0 15px;
}
header .sub-nav-container .banner .default-button:hover {
  background-color: rgba(82, 82, 82, 0.5568627451);
  color: white;
}
header .sub-nav-container .cats-holder {
  margin-top: -15px;
  margin-bottom: 10px;
  display: grid;
  gap: 1px;
  grid-template-columns: auto auto auto;
}
header .sub-nav-container .cats-holder .cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  padding-bottom: 10px;
}
header .sub-nav-container .cats-holder .cat .separator-line {
  width: 84%;
  height: 4px;
  background-color: #FFB300;
  margin: -12px 0 10px;
  position: relative;
  border-radius: 2px;
}
header .sub-nav-container .cats-holder .cat .parent-cat {
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #292929;
  z-index: 1;
  padding: 0 9px;
}
header .sub-nav-container .cats-holder .cat .sub-cat {
  cursor: pointer;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 0.92em;
  color: #c8c8c8;
  margin: 1px 0;
  padding: 3px 10px;
  width: 90%;
  border-radius: 5px;
}
header .sub-nav-container .cats-holder .cat .sub-cat:hover {
  background-color: #3f3f3f;
}
header .sub-nav-container #performance-parts {
  background-color: #292929;
}
header .sub-nav-container #replacement-parts .banner img {
  width: 1090px;
  height: 155px;
}
header .sub-nav-container #replacement-parts .gradient {
  margin-top: -138px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, #fff 62%, rgba(255, 255, 255, 0) 95%);
}
header .sub-nav-container #replacement-parts .cats-holder {
  margin-top: -10px;
  width: 1090px;
}
header .sub-nav-container #replacement-parts .cats-holder .parent-cat {
  background: rgb(245, 245, 245);
  color: #2b2b2b;
}
header .sub-nav-container #replacement-parts .cats-holder .sub-cat {
  color: #5d5d5d;
}
header .sub-nav-container #replacement-parts .cats-holder .sub-cat:hover {
  background-color: #e3e3e3;
}
header .sub-nav-container #replacement-parts .manufacturers-logo-holder {
  position: relative;
  top: -140px;
  height: 100px;
}
header .sub-nav-container #replacement-parts .manufacturers-logo-holder div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  background-color: rgba(255, 255, 255, 0.637);
  border-radius: 10px;
  border: 2px solid #696969;
  cursor: pointer;
  width: 165px;
  filter: grayscale(1);
}
header .sub-nav-container #replacement-parts .manufacturers-logo-holder div:hover {
  border-color: #FFB300;
  background-color: rgba(126, 126, 126, 0.5607843137);
  filter: grayscale(0);
}
header .sub-nav-container #replacement-parts .manufacturers-logo-holder img {
  height: 75px;
  width: 85px;
  padding: 7px;
  border-radius: 7px;
}
header .sub-nav-container #replacement-parts .manufacturers-logo-holder > div .mahle-logo {
  width: 175px;
}
header .sub-nav-container #replacement-parts .manufacturers-logo-holder > div .gates-logo, header .sub-nav-container #replacement-parts .manufacturers-logo-holder > div .hella-logo {
  width: 100px;
}
header .sub-nav-container #accessories {
  background-color: #292929;
}
header .sub-nav-container #oil-fluids {
  background-color: #292929;
}
header .sub-nav-container #oil-fluids .gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, #272727 62%, rgba(255, 255, 255, 0) 95%);
}
header .sub-nav-container .sub-nav-content-holder > div:first-child {
  padding: 14px;
}
header .sub-nav-container .sub-nav-content-holder > div:last-child {
  width: 70%;
  padding: 10px 0 0 30px;
  background: linear-gradient(270deg, #f5f5f5 97%, #c5c5c5 100%);
}
header .sub-nav-container.sub-nav-container--visible {
  display: flex;
}
header .sub-nav-container .featured {
  margin: 6px 0;
}
header .sub-nav-container .featured a {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: calc(1.34rem * var(--font-scale-factor));
  color: #212121;
  margin-bottom: 2px;
}
header .sub-nav-container .q-links {
  margin: 5px 0;
}
header .sub-nav-container .q-links .links-holder a {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: calc(1.1em * var(--font-scale-factor));
}
header .sub-nav-container .rhs .category-links-holder {
  margin: 10px 0;
  width: 690px;
}
header .sub-nav-container .rhs .category-links-holder a {
  font-family: "RobotoCondensed", sans-serif;
  font-size: calc(1.1rem * var(--font-scale-factor));
  color: #212121;
  padding: 7px 5px;
  cursor: pointer;
  width: 225px;
}
header .sub-nav-container .rhs .category-links-holder a:hover {
  background-color: #e3e3e3;
  border-radius: 5px;
}
header .sub-nav-container .rhs .title {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #e1e1e1);
}
header .sub-nav-container .rhs .title span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1.5em;
  color: black;
  padding: 11px 0 0 5px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.99);
  margin-top: -10px;
}
header .sub-nav-container .rhs .title img {
  margin-bottom: -10px;
  width: 500px;
  height: 35px;
}
header .sub-nav-container .rhs .title .close-btn {
  cursor: pointer;
  margin: 6px 20px 5px 5px;
}

:root {
  --font-scale-factor: 1;
  --menu-padding: 10;
}

html[lang=ru] {
  --font-scale-factor: .82;
}

html[lang=bg] {
  --font-scale-factor: .82;
  --menu-padding: 8;
}

html[lang=fr] {
  --font-scale-factor: .8;
  --menu-padding: 5;
}

html[lang=de] {
  --font-scale-factor: .86;
  --menu-padding: 8;
}

html[lang=it] {
  --font-scale-factor: .88;
  --menu-padding: 8;
}

html[lang=es] {
  --font-scale-factor: .9;
  --menu-padding: 7;
}

html[lang=gr] {
  --font-scale-factor: .82;
  --menu-padding: 8;
}

body {
  background-color: #f5f5f5;
  color: #2b2b2b;
  margin: 0;
  font-family: "RobotoCondensed-Light", sans-serif;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}

.web-wrapper {
  width: 100%;
  align-self: center;
  position: relative;
}

.main-container {
  width: 100%;
  padding-bottom: 485px;
  margin-top: 160px;
  z-index: 1000;
}
.main-container > div {
  width: 100%;
}
.main-container .container {
  width: 1310px;
}

.content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.vertical-layout,
.horizontal-layout {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.layout-nowrap {
  flex-wrap: nowrap !important;
}

.vertical-layout {
  flex-direction: column !important;
}

.horizontal-layout {
  flex-direction: row !important;
}

.justify-layout-center {
  justify-content: center !important;
}

.justify-layout-end {
  justify-content: flex-end !important;
}

.justify-layout-start {
  justify-content: flex-start !important;
}

.justify-layout-space-around {
  justify-content: space-around !important;
}

.justify-layout-space-between {
  justify-content: space-between !important;
}

.layout-no-shrink {
  flex-shrink: 0 !important;
}

input:focus {
  outline: none;
}

.light-dark-text {
  font-size: 0.9em;
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #2b2b2b;
}

.select-dark-btn {
  background-color: #494949;
  padding: 2 8 2 8;
  border-radius: 4px;
  width: stretch;
  cursor: pointer;
}
.select-dark-btn .light-dark-text {
  line-height: 41px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
  color: #e9e9e9;
}
.select-dark-btn .number {
  font-size: 1.2em;
  font-family: "RobotoCondensed-Bold", sans-serif;
}
.select-dark-btn i {
  margin-left: 8px;
  margin-top: 11px;
  font-size: 1.2em;
}
.select-dark-btn svg {
  margin-top: 12px;
}

.disabled-button {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.unselectable,
.default-button,
.light-button {
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.oops-holder h1 {
  text-decoration: underline;
  text-align: center;
  font-size: 3.8em;
  font-family: "RobotoCondensed-Bold";
  color: #292929;
  margin-bottom: 0;
}
.oops-holder h3 {
  text-align: center;
  font-size: 1.5em;
  font-family: "RobotoCondensed-Bold";
  color: #FFB300;
  margin-top: 0;
  margin-bottom: 10px;
  background: #292929;
}
.oops-holder p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6em;
  font-family: "RobotoCondensed-Light";
  color: inherit;
}

.dropdown-title-line {
  width: 100%;
  height: 3px;
  background-color: #FFB300;
}

.black-label {
  width: fit-content;
  height: 30px;
  background: #292929;
  color: white;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
  font-family: "RobotoCondensed-Bold", sans-serif;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 0.91rem !important;
  border-radius: 4px;
  letter-spacing: 1.1px;
  text-align: center;
}

.canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.473);
  z-index: 4000;
  flex-direction: column;
  justify-content: center;
  line-height: 100%;
}

.semi-canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.486);
  z-index: 2500;
  flex-direction: column;
  justify-content: center;
  line-height: 100%;
}

.close-btn {
  cursor: pointer;
}

.default-button,
.light-button {
  padding-left: 20px;
  padding-right: 20px;
  height: 45px;
  border: 1px solid #494949;
  border-radius: 4px;
  cursor: pointer;
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  font-size: 1rem;
  background: white;
}

.default-button {
  background-color: #FFB300;
}
.default-button:hover {
  background-color: #FFA000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.68);
}

.light-button:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.68);
}

.section-title,
.section-title-small {
  font-family: "Exo2", sans-serif;
  font-size: calc(1.9rem * var(--font-scale-factor));
  color: #2b2b2b;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.section-title span:first-child,
.section-title-small span:first-child {
  font-family: "Exo2", sans-serif;
  font-weight: 900 !important;
}
.section-title .section-title-underline,
.section-title-small .section-title-underline {
  width: 100%;
  background-color: rgb(206, 206, 206);
  height: 4px;
  border-radius: 2px;
}
.section-title .section-title-underline div,
.section-title-small .section-title-underline div {
  width: 110px;
  height: 4px;
  background-color: #FFB300;
  border-radius: 2px;
}

.section-title-small {
  font-size: calc(1.2rem * var(--font-scale-factor));
}
.section-title-small .section-title-underline {
  height: 3px;
}
.section-title-small .section-title-underline div {
  width: 80px;
  height: 3px;
}

.carousel {
  width: 100%;
  background-color: transparent;
  position: relative;
}
.carousel .next-btn,
.carousel .prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  pointer-events: auto;
}
.carousel .prev-btn {
  left: 4px;
}
.carousel .next-btn {
  right: 4px;
}
.carousel .arrow-btn {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5em;
  color: #2b2b2b;
  transition: background-color 0.3s ease;
}
.carousel .arrow-btn:hover {
  background-color: rgba(255, 179, 0, 0.5333333333);
}
.carousel .carousel-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  gap: 10px;
  padding: 0;
}

.breadcrumbs {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.92em;
  margin-bottom: 10px;
  margin-top: 10px;
}
.breadcrumbs i {
  color: #b3b3b3;
  margin-right: 6px;
}
.breadcrumbs a {
  color: #b3b3b3;
  transition: color 0.3s ease;
}
.breadcrumbs a:hover {
  color: #FFB300;
}
.breadcrumbs .separator {
  margin: 0 4px;
  color: #d1d0d0;
  font-weight: 900;
}
.breadcrumbs .last {
  color: #858585;
  font-weight: 900;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #2b2b2b;
  cursor: pointer;
  width: fit-content;
}
.checkbox-container input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  appearance: none;
  border: 1px solid #2b2b2b;
  border-radius: 2px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.checkbox-container input[type=checkbox]::after {
  content: "";
  width: 4px;
  height: 7px;
  border: solid #FFB300;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s ease;
  margin-top: -3px;
}
.checkbox-container input[type=checkbox]:checked {
  color: #FFB300;
  background-color: #494949;
}
.checkbox-container input[type=checkbox]:checked::after {
  transform: rotate(45deg) scale(1.3);
}
.checkbox-container input[type=checkbox]:focus-visible {
  box-shadow: 0 0 0 3px rgba(209, 11, 11, 0.25);
}

.star-rating {
  font-size: 0.9rem;
}
.star-rating .fa-star,
.star-rating .fa-star-half-o,
.star-rating .fa-star-o {
  color: #FFB300;
}
.star-rating .fa-star-o {
  color: #c2c2c2;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
  margin-top: 20px;
  width: 100%;
}
.pagination-container .pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.pagination-container .pagination-btn {
  width: 50px;
  height: 30px;
  margin-left: -17px;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "RobotoCondensed-Bold", sans-serif;
  clip-path: polygon(32% 0, 100% 0, 68% 100%, 0 100%);
  transition: all 0.3s ease;
}
.pagination-container .pagination-btn.active {
  clip-path: polygon(32% 0, 100% 0, 68% 100%, 0 100%);
  background-color: #494949;
  color: white;
}
.pagination-container .pagination-btn:hover:not(.active):not(.disabled) {
  background-color: #FFB300;
  color: rgb(0, 0, 0);
}
.pagination-container .disabled {
  cursor: default;
  pointer-events: none;
}

.add-vehicle {
  margin-top: 10px;
  display: flex;
  width: 100%;
  font-size: 0.84rem;
  color: #000000;
  font-family: "RobotoCondensed-Light", sans-serif;
  cursor: pointer;
  padding: 10px;
  border: 1px dashed #fc0000;
  background-color: rgba(194, 166, 5, 0.1019607843);
  border-radius: 5px;
}
.add-vehicle span {
  margin-left: 5px;
  text-decoration: underline;
}
.add-vehicle i {
  font-size: 1rem;
  color: #D40000;
}

.qty {
  display: flex;
  align-items: center;
  gap: 15px;
}
.qty label {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.95rem;
  color: #2b2b2b;
  white-space: nowrap;
}
.qty .quantity-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
}
.qty .qty-btn {
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border: none;
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.qty .qty-btn:hover {
  background-color: #676663;
  color: white;
}
.qty .qty-btn:active {
  transform: scale(0.95);
}
.qty input {
  width: 40px;
  height: 30px;
  padding: 8px;
  border: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  background-color: white;
  /* Remove spinner arrows from number input */
}
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty input {
  /* Firefox */
}
.qty input[type=number] {
  -moz-appearance: textfield;
}
.qty input:focus {
  outline: none;
  background-color: #fafafa;
}

.add-vehicle-container {
  width: 100%;
  background: radial-gradient(circle, #5e5e5e, #313131);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.add-vehicle-container .add-vehicle-title {
  color: #FFB300;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: calc(1.22rem * var(--font-scale-factor));
}
.add-vehicle-container .default-button {
  font-weight: 100 !important;
  width: 200px;
}
.add-vehicle-container .add-vehicle-using-vin {
  font-size: calc(1rem * var(--font-scale-factor));
  color: #d1d0d0;
  font-family: "RobotoCondensed-Light", sans-serif;
  cursor: pointer;
  text-decoration: underline;
}
.add-vehicle-container .selects-holder {
  margin-top: 10px;
  font-weight: 700;
}

.product-info {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  background-color: white;
}
.product-info .additional-info {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 30px;
  padding-right: 15px;
}
.product-info .additional-info .sub-info {
  margin-top: 55px;
  display: flex;
  width: 100%;
  font-size: 0.9rem;
  color: #000000;
  font-family: "RobotoCondensed-Light", sans-serif;
  padding: 10px;
  border: 1px dashed #009b08;
  border-radius: 5px;
}
.product-info .additional-info .sub-info span {
  margin-left: 5px;
  text-decoration: underline;
}
.product-info .additional-info .sub-info i {
  font-size: 1rem;
  color: #D40000;
}
.product-info .additional-info .default-button {
  width: 340px;
}
.product-info .additional-info .add-to-cart-btn {
  margin-top: 15px;
}
.product-info .additional-info h1 {
  margin-bottom: 10px;
  font-family: "RobotoCondensed-Light", sans-serif;
  font-weight: 100;
}
.product-info .additional-info h1 span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
}
.product-info .additional-info .rating-text {
  font-family: "RobotoCondensed-Bold", sans-serif;
  color: #2b2b2b;
  text-decoration: underline;
  width: fit-content;
  cursor: pointer;
}
.product-info .additional-info .part-no {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #929292;
  font-size: 0.9rem;
}
.product-info .additional-info .warranty-info {
  font-family: "RobotoCondensed-Light", sans-serif;
  color: #525252;
  font-size: 0.9rem;
  text-decoration: underline;
}
.product-info .additional-info .product-price {
  font-size: 2.1rem;
  color: #D40000;
  font-family: "cross-boxed", sans-serif;
  font-weight: 100;
  letter-spacing: 1.7px;
}
.product-info .additional-info .product-price sup {
  font-size: 1.13rem;
  vertical-align: super;
  padding-top: 5px;
}
.product-info .additional-info .product-price span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.21rem;
  margin-left: 5px;
}
.product-info .additional-info .promo img {
  width: 16px;
  margin-right: 5px;
}
.product-info .additional-info .promo div:last-child {
  font-size: 0.86rem;
}
.product-info .additional-info .promo div:first-child {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 0.92rem;
}
.product-info .additional-info .promo div:first-child div:first-child {
  font-size: 1.3rem;
  padding-top: 3px;
  padding-right: 5px;
}
.product-info .additional-info .promo div:first-child span:first-child {
  color: #FFB300;
}
.product-info .additional-info .promo div:first-child .promo-price {
  font-size: 1.42rem;
  color: #676663;
  font-family: "cross-boxed", sans-serif;
  font-weight: 100;
  letter-spacing: 1.7px;
}
.product-info .additional-info .promo div:first-child .promo-price sup {
  font-size: 0.82rem;
  vertical-align: super;
  padding-top: 5px;
}
.product-info .additional-info .promo div:first-child .promo-price span {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.51rem;
  margin-left: 5px;
}

.product-details-section {
  width: 100%;
  background-color: #292929;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  color: white;
  font-family: "RobotoCondensed-Light", sans-serif;
}
.product-details-section .section-title {
  color: #ffffff;
  margin-top: 0px;
}
.product-details-section .adv-accordion-item.active .adv-accordion-header {
  background-color: #3a3a3a;
  color: white;
}
.product-details-section .adv-accordion-item {
  border: 0;
  background-color: #3a3a3a;
}
.product-details-section .adv-accordion-content {
  background-color: #3a3a3a;
}
.product-details-section .adv-accordion-header {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  text-transform: none !important;
  background-color: #3a3a3a;
  color: white;
}
.product-details-section .details-content,
.product-details-section .specifications-content {
  padding: 15px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.carousel .prod-car-item {
  flex: 0 0 auto;
}

.products-section h3 {
  font-size: calc(0.91rem * var(--font-scale-factor));
  margin-bottom: 15px;
  color: #2b2b2b;
}
.products-section {
  overflow: visible;
  background-color: rgb(245, 245, 245);
  height: fit-content;
  display: flex;
  flex-direction: row;
  height: 110px;
}
.products-section .default-button {
  font-size: calc(0.9rem * var(--font-scale-factor));
  height: 30px;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.5px;
}
.products-section .prod-car-item {
  width: 320px;
  background-color: #ffffff;
  padding: 5px 10px;
  flex-direction: column;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}
.products-section .prod-car-item .data-box {
  width: 220px;
}
.products-section .prod-car-item .data-box > div:first-child {
  margin-bottom: 1px;
}
.products-section .prod-car-item .data-box > div:last-child {
  font-size: 0.87rem;
  overflow: hidden;
  height: 50px;
}
.products-section .prod-car-item .data-box > div:last-child > span:first-child {
  font-weight: 900;
}
.products-section .prod-car-item .data-box > div:last-child > span:last-child {
  font-weight: 100;
}
.products-section .prod-car-item .price {
  font-size: 1rem;
  font-weight: 600;
  color: #D40000;
}
.products-section .prod-car-item .review-count {
  font-size: calc(0.81rem * var(--font-scale-factor));
  color: #757575;
  margin-top: 1px;
}
.products-section .prod-car-item img {
  width: 65px;
  height: 65px;
}
.products-section .prod-car-item h3 {
  font-size: calc(0.9rem * var(--font-scale-factor));
  margin: 0;
  color: #2b2b2b;
}
.products-section .prod-car-item:hover {
  border: 1px solid #FFB300;
}

/*# sourceMappingURL=build.css.map */
