<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #0a0a0a;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  font-family: "Oxanium", sans-serif;
}

div,
section {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#title {
  width: 100%;
  padding: 126px 0 114px 0;
  background-image: url("../assets/imgs/labourghini_exhaust.jpg");
  background-size: cover;
  background-position: center;
  background-color: grey;
  background-blend-mode: multiply;
}

section#title h1 {
  text-align: center;
  color: #fff;
  font-family: Oxanium;
  font-size: 66px;
  font-weight: 600;
  line-height: 83px;
  margin: 0;
}

section#shop {
  width: 100%;
  background-color: #fff;
  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;
  padding-top: 55px;
  padding-bottom: 115px;
}

section#shop .select-box {
  position: relative;
  width: 100%;
  margin: 17px 0 22px 0;
}

section#shop .select-box svg {
  position: absolute;
  top: 24px;
  right: 16px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

section#shop .select-box svg rect {
  fill: #4C4C4C;
}

section#shop .select-box select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  width: 100%;
  background-color: #F2F2F2;
  border: 1px solid #DEDEDE;
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 16px;
}

section#shop .wrapper {
  width: 100%;
  max-width: 1104px;
}

section#shop .filters {
  width: 22%;
}

section#shop .filters h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #0A0A0A;
  margin-top: 0;
}

section#shop .filters h3 span {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #CB2C30;
  float: right;
  line-height: 28px;
  color: pointer;
  cursor: pointer;
}

section#shop .filters h3 svg {
  display: none;
}

section#shop .filters .ative-filters {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #CB2C30;
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}

section#shop .filters .ative-filters:last-of-type {
  margin-bottom: 20px;
}

section#shop .filters .ative-filters svg {
  position: absolute;
  top: 25%;
  right: 0;
  cursor: pointer;
}

section#shop .filters .filter {
  width: 100%;
  margin-bottom: 21px;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

section#shop .filters .filter .options-wrapper {
  width: 100%;
}

section#shop .filters .filter h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #444444;
  cursor: pointer;
  position: relative;
  margin: 0;
  margin-bottom: 12px;
}

section#shop .filters .filter h4 svg {
  position: absolute;
  top: 25%;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

section#shop .filters .filter h4 svg.closed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section#shop .filters .filter .price-input {
  width: 100%;
  margin-top: 17px;
  /* Firefox */
}

section#shop .filters .filter .price-input .field:last-child {
  float: right;
}

section#shop .filters .filter .price-input input {
  width: 58px;
  height: 27px;
  outline: none;
  font-size: 12px;
  border: 1px solid #EDEDED;
  border-radius: 0;
  color: #444444;
}

section#shop .filters .filter .price-input input::-webkit-outer-spin-button,
section#shop .filters .filter .price-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section#shop .filters .filter .price-input input[type=number] {
  -moz-appearance: textfield;
}

section#shop .filters .filter .slider {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
  width: 100%;
  margin-top: 5px;
}

section#shop .filters .filter .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #CB2C30;
}

section#shop .filters .filter .range-input {
  position: relative;
  width: 100%;
  top: -4px;
}

section#shop .filters .filter .range-input input {
  position: absolute;
  width: 100%;
  height: 2px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

section#shop .filters .filter input[type="range"]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 0;
  background: #CB2C30;
  pointer-events: auto;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

section#shop .filters .filter input[type="range"]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 0;
  background: #CB2C30;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

section#shop .filters .filter .container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #444444;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

section#shop .filters .filter .container input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: -8px;
  cursor: pointer;
  height: 25px;
  width: 100%;
  z-index: 1;
  margin: 0;
}

section#shop .filters .filter .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

section#shop .filters .filter .container:hover input ~ .checkmark {
  background-color: #ccc;
}

section#shop .filters .filter .container input:checked ~ .checkmark {
  background-color: #CB2C30;
}

section#shop .filters .filter .container:after {
  content: "";
  position: absolute;
  display: none;
}

section#shop .filters .filter .container input:checked ~ .checkmark:after {
  content: "";
  display: block;
}

section#shop .filters .filter .container .checkmark:after {
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section#shop .products {
  width: 74%;
  float: right;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#shop .products .sort {
  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;
  width: 100%;
}

section#shop .products .sort p {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #626262;
  margin-right: 16px;
}

section#shop .products .sort .sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}

section#shop .products .sort .open-filters {
  display: none;
  width: 118px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 16px;
  background-color: #CB2C30;
  color: #fff;
}

section#shop .products .sort .select-box {
  width: 243px;
  margin: 0;
}

section#shop .products .sort .select-box select {
  height: 44px;
  padding: 0;
  padding-left: 20px;
}

section#shop .products .sort .select-box svg {
  top: 18px;
}

section#shop .products .cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start-end;
      -ms-flex-pack: start-end;
          justify-content: start-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1065px;
  gap: 3.3333%;
  margin-top: 60px;
  scrollbar-width: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#shop .products .cards-wrapper .card {
  width: 31%;
  padding: 15px;
  margin-bottom: 3.3333%;
  border: 1px solid #F2F2F2;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

section#shop .products .cards-wrapper .card &gt; p {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  color: #8B8B8B;
}

section#shop .products .cards-wrapper .card * {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}

section#shop .products .cards-wrapper .card img {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  pointer-events: none;
}

section#shop .products .cards-wrapper .card h4 {
  font-size: 14px;
  color: #0A0A0A;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 13px 0;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

section#shop .products .cards-wrapper .card h6 {
  font-size: 14px;
  color: #3E3E3E;
}

section#shop .products .cards-wrapper .card h6 .old {
  margin-right: 11px;
  text-decoration: line-through;
}

section#shop .products .cards-wrapper .card h6 .new {
  color: #CB2C30;
}

section#shop .products .cards-wrapper .card button {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #CB2C30;
  text-align: left;
  color: #CB2C30;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 5px;
  cursor: pointer;
}

section#shop .products .cards-wrapper .card button .icon {
  float: right;
}

section#shop .products .cards-wrapper .hidden {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

section#shop .pagination {
  margin-top: 50px;
}

section#shop .pagination .page, section#shop .pagination .arrow {
  width: 25px;
  line-height: 25px;
  color: #0A0A0A;
  margin: 0 5px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

section#shop .pagination .page.active {
  background-color: #CB2C30;
  color: #fff;
}

section#shop .pagination .arrow {
  margin: 0;
}

section#shop .pagination .right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section#search {
  padding: 93px 5%;
  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;
  gap: 19px;
  width: 100%;
  background-color: #0F0F0F;
}

section#search .select-box {
  position: relative;
}

section#search .select-box svg {
  position: absolute;
  top: 24px;
  right: 16px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

section#search .select-box select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  width: 245px;
  background-color: #0A0A0A;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 16px;
}

section#search button.search {
  width: 245px;
  height: 54px;
  background-color: #CB2C30;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

section#search .select-box.selected svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section#search .error-notification {
  position: absolute;
  bottom: 30px;
  display: none;
}

section#search-title {
  padding: 100px 5%;
  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;
  width: 100%;
}

section#search-title h1 {
  color: #fff;
  width: 100%;
  max-width: 1065px;
  font-size: 34px;
  line-height: 43px;
  margin: 0;
}

section#newsletter {
  margin-top: 0 !important;
}

section#shop .filters .apply {
  display: none;
}

@media (max-width: 1400px) {
  section#search {
    gap: 5px;
  }
  section#search .select-box {
    position: relative;
    width: 20%;
  }
  section#search .select-box select {
    width: 100%;
    font-size: 12px;
    line-height: 15.12px;
  }
  section#search button.search {
    width: 20%;
    font-size: 12px;
    line-height: 15.12px;
  }
  section#search .select-box.selected svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 1200px) {
  section#shop {
    padding-left: 5%;
    padding-right: 5%;
  }
  section#shop .products {
    width: 74%;
    float: right;
  }
  section#shop .products .sort {
    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;
    width: 100%;
  }
  section#shop .products .sort p {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #626262;
  }
  section#shop .products .sort .select-box {
    margin: 0;
  }
  section#shop .products .sort .select-box select {
    height: 44px;
    padding: 0;
    padding-left: 20px;
  }
  section#shop .products .sort .select-box svg {
    top: 18px;
  }
  section#shop .products .cards-wrapper {
    gap: 2%;
  }
  section#shop .products .cards-wrapper .card {
    width: 49%;
    padding: 15px;
    margin-bottom: 3.3333%;
    border: 1px solid #F2F2F2;
  }
  section#shop .products .cards-wrapper .card &gt; p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
    color: #8B8B8B;
  }
  section#shop .products .cards-wrapper .card * {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    -moz-user-select: none;
         user-select: none;
    /* Standard syntax */
  }
  section#shop .products .cards-wrapper .card img {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    pointer-events: none;
  }
  section#shop .products .cards-wrapper .card h4 {
    font-size: 14px;
  }
  section#shop .products .cards-wrapper .card h6 {
    font-size: 14px;
    color: #3E3E3E;
  }
  section#shop .products .cards-wrapper .card h6 .old {
    text-decoration: line-through;
  }
  section#shop .products .cards-wrapper .card h6 .new {
    color: #CB2C30;
  }
  section#shop .products .cards-wrapper .card button {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CB2C30;
    text-align: left;
    color: #CB2C30;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
    cursor: pointer;
  }
  section#shop .products .cards-wrapper .card button .icon {
    float: right;
  }
}

@media (max-width: 800px) {
  section#shop .products {
    width: 100%;
  }
  section#shop .products .sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#shop .products .sort .open-filters {
    display: block;
    font-size: 12px;
  }
  section#shop .products .sort .select-box select {
    font-size: 12px;
  }
  section#shop .filters {
    display: none;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 10;
    padding: 31px 5%;
    overflow: auto;
    -webkit-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  }
  section#shop .filters h3 {
    text-align: center;
    position: relative;
  }
  section#shop .filters h3 svg {
    position: absolute;
    display: block;
    left: 0;
    top: 6px;
    cursor: pointer;
  }
  section#shop .filters .apply {
    display: block;
    width: 100%;
    line-height: 44px;
    background-color: #CB2C30;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
  }
  section#search {
    display: block;
    padding: 35px 5%;
  }
  section#search .select-box {
    position: relative;
    width: 49%;
    margin-bottom: 15px;
  }
  section#search .select-box select {
    width: 100%;
    font-size: 12px;
    line-height: 15.12px;
  }
  section#search .select-box:nth-child(2n) {
    float: right;
  }
  section#search button.search {
    width: 100%;
    font-size: 12px;
    line-height: 15.12px;
  }
  section#search .select-box.selected svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  section#search .error-notification {
    position: absolute;
    bottom: 10px;
    margin: 0;
  }
  section#search-title h1 {
    font-size: 24px;
    line-height: 42.5px;
  }
}

@media (max-width: 550px) {
  section#search .select-box {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=shop.css.map */</pre></body></html>