<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#PartListingBrakes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #PartListingBrakes .BrakesEntry {
    width: 200px;
    margin-right: 10px;
    margin-bottom: 60px;
    height: 350px;
    position: relative; }
    #PartListingBrakes .BrakesEntry:first-child {
      border-left: solid 1px white; }
    #PartListingBrakes .BrakesEntry .ProductImage {
      max-height: 160px;
      min-height: 160px;
      overflow: hidden; }
      #PartListingBrakes .BrakesEntry .ProductImage img {
        max-width: 100%;
        max-height: 100%; }
    #PartListingBrakes .BrakesEntry .ProductName {
      margin-top: 10px;
      text-align: center;
      font-size: 16px;
      height: 40px; }
    #PartListingBrakes .BrakesEntry .ProductDetails {
      margin-top: 10px;
      text-align: center;
      height: 14px; }
    #PartListingBrakes .BrakesEntry .ProductPrice {
      margin-top: 10px;
      text-align: center;
      font-size: 18px; }
      #PartListingBrakes .BrakesEntry .ProductPrice .Price .PriceNice .PriceFaded {
        color: #B0B0B0;
        margin-bottom: 2px; }
        #PartListingBrakes .BrakesEntry .ProductPrice .Price .PriceNice .PriceFaded .Before {
          margin-right: 3px;
          color: inherit; }
        #PartListingBrakes .BrakesEntry .ProductPrice .Price .PriceNice .PriceFaded .TheValue {
          margin-left: 3px;
          color: inherit; }
      #PartListingBrakes .BrakesEntry .ProductPrice .Price .PriceNice .PriceMain {
        font-weight: bold;
        font-size: 18px; }
        #PartListingBrakes .BrakesEntry .ProductPrice .Price .PriceNice .PriceMain .Now {
          margin-right: 3px;
          font-size: inherit; }
        #PartListingBrakes .BrakesEntry .ProductPrice .Price .PriceNice .PriceMain .TheValue {
          margin-left: 3px;
          font-size: inherit; }
    #PartListingBrakes .BrakesEntry .ProductBuy {
      margin-top: 20px;
      position: absolute;
      bottom: 6px;
      width: 195px; }
      #PartListingBrakes .BrakesEntry .ProductBuy .BuyNow {
        width: 100%;
        font-size: 20px;
        font-weight: normal; }
  #PartListingBrakes .BrakesEntryFiller {
    width: 200px;
    margin-right: 10px;
    height: 1px; }

.ProductListingConlogo {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: space-around;
  justify-content: space-evenly;
  justify-content: space-between; }
  .ProductListingConlogo .Group {
    width: 100%;
    margin-bottom: 50px; }
    .ProductListingConlogo .Group.ExtraFiltrableContainer {
      width: 100%; }
    .ProductListingConlogo .Group .GroupName {
      width: 100%;
      font-size: 36px;
      margin-bottom: 10px; }
    .ProductListingConlogo .Group .PartsList {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
  .ProductListingConlogo .ProductContainer {
    width: 32%;
    border: 1px solid #606060;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 20px; }
    .ProductListingConlogo .ProductContainer .Product {
      position: relative; }
      .ProductListingConlogo .ProductContainer .Product .Brand {
        overflow: hidden;
        position: absolute;
        margin-left: 5px; }
        .ProductListingConlogo .ProductContainer .Product .Brand img {
          width: 70px; }
      .ProductListingConlogo .ProductContainer .Product .ImageWrapper {
        text-align: center;
        overflow: hidden;
        height: 200px;
        max-height: 200px;
        min-height: 200px; }
        .ProductListingConlogo .ProductContainer .Product .ImageWrapper .Image {
          height: 200px; }
          .ProductListingConlogo .ProductContainer .Product .ImageWrapper .Image img {
            height: 200px; }
      .ProductListingConlogo .ProductContainer .Product .ProductSeparator {
        width: 90%;
        height: 5px;
        border-top: 1px solid #606060;
        margin: 5px auto; }
      .ProductListingConlogo .ProductContainer .Product .ProductLink {
        text-decoration: none; }
      .ProductListingConlogo .ProductContainer .Product .ProductContent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 220px; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent.ExtraHeight {
          height: 260px; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent .TextContainer {
          text-align: center;
          justify-content: space-between;
          display: flex;
          flex-direction: column; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent .Brand {
          font-size: 12px;
          font-weight: bold;
          text-transform: uppercase;
          color: #606060; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent .ProductName {
          min-height: 40px;
          text-align: center; }
          .ProductListingConlogo .ProductContainer .Product .ProductContent .ProductName .NameInner {
            font-size: 20px;
            font-weight: bold;
            color: #202020;
            text-decoration: none; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent .Descriptions .Description {
          font-size: 20px;
          /*font-weight: bold;*/
          color: #202020;
          text-decoration: none; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent .ExtraFields .ExtraField {
          font-size: 14px;
          /*font-weight: bold;*/
          color: #202020;
          text-decoration: none;
          margin-bottom: 10px; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent .Variants {
          margin: 5px 0;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 32px; }
          .ProductListingConlogo .ProductContainer .Product .ProductContent .Variants button {
            min-width: 40px;
            font-size: 17px;
            font-weight: 400;
            height: 25px;
            line-height: 22px;
            border: 1px solid #B0B0B0;
            color: white;
            background-color: #B0B0B0;
            margin: 3px; }
            .ProductListingConlogo .ProductContainer .Product .ProductContent .Variants button.Selected {
              border: 1px solid #14479e;
              background-color: #14479e;
              outline: none; }
      .ProductListingConlogo .ProductContainer .Product .ProductBottom {
        width: 90%; }
        .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner {
          display: flex;
          justify-content: center; }
          .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .TextboxBorder {
            width: 40px;
            height: 40px;
            border: solid 1px #202020;
            box-sizing: border-box;
            overflow: hidden; }
            .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .TextboxBorder input {
              width: 100%;
              height: 100%;
              line-height: 1;
              margin-right: 5px;
              text-align: center;
              border: 0;
              box-sizing: border-box; }
          .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .BuyNow {
            margin-bottom: 10px;
            background-color: #14479e;
            color: white;
            width: 40%;
            margin-left: 5px;
            margin-right: 17%; }
          .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .SoldOut {
            font-size: 18px;
            text-transform: uppercase;
            line-height: 40px;
            text-align: center;
            margin-bottom: 20px;
            color: #B0B0B0; }
          .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .NoAccess {
            font-size: 18px;
            text-transform: uppercase;
            line-height: 40px;
            text-align: center;
            margin-bottom: 10px;
            color: #B0B0B0;
            margin-left: 10px;
            color: #B0B0B0; }
        .ProductListingConlogo .ProductContainer .Product .ProductBottom .Stock {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 5px; }
          .ProductListingConlogo .ProductContainer .Product .ProductBottom .Stock img {
            margin-right: 5px;
            max-width: 10px;
            max-height: 10px; }
      .ProductListingConlogo .ProductContainer .Product .VariantInfo .Price {
        position: absolute;
        width: 80px;
        height: 80px;
        top: 0px;
        right: 0; }
        .ProductListingConlogo .ProductContainer .Product .VariantInfo .Price .Ribbon {
          background-color: #000000;
          color: white;
          position: absolute;
          right: -76px;
          transform: rotate(45deg);
          padding: 4px;
          width: 200px;
          text-align: center;
          top: 9px;
          z-index: 200;
          font-size: 24px;
          font-weight: bold;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          box-shadow: 0px 1px 8px 0px #000000;
          -webkit-box-shadow: 0px 1px 8px 0px #000000;
          -moz-box-shadow: 0px 1px 8px 0px #000000; }
      .ProductListingConlogo .ProductContainer .Product .Price .VariantInfo {
        width: 100%; }
        .ProductListingConlogo .ProductContainer .Product .Price .VariantInfo .Price {
          position: relative;
          overflow: hidden;
          width: 100%;
          height: unset;
          display: flex;
          justify-content: center;
          top: unset;
          right: unset; }
          .ProductListingConlogo .ProductContainer .Product .Price .VariantInfo .Price .PriceNice .PriceFaded {
            color: #B0B0B0;
            font-size: 16px;
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px; }
            .ProductListingConlogo .ProductContainer .Product .Price .VariantInfo .Price .PriceNice .PriceFaded .Before {
              color: inherit;
              margin-right: 5px;
              font-size: inherit; }
            .ProductListingConlogo .ProductContainer .Product .Price .VariantInfo .Price .PriceNice .PriceFaded .TheValue {
              color: inherit;
              margin-left: 5px;
              font-size: inherit; }
          .ProductListingConlogo .ProductContainer .Product .Price .VariantInfo .Price .PriceNice .PriceMain {
            font-size: 22px;
            font-weight: bold;
            display: flex;
            justify-content: space-between; }
            .ProductListingConlogo .ProductContainer .Product .Price .VariantInfo .Price .PriceNice .PriceMain .Now {
              margin-right: 5px;
              font-size: inherit; }
            .ProductListingConlogo .ProductContainer .Product .Price .VariantInfo .Price .PriceNice .PriceMain .TheValue {
              margin-left: 5px;
              font-size: inherit; }
  .ProductListingConlogo .ConlogoEntryFiller {
    height: 10px;
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 0;
    position: relative; }

.DetailedPartListing .PartContainer {
  width: 100%;
  border: solid 1px #B0B0B0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  overflow: hidden; }
  .DetailedPartListing .PartContainer .Upper {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    background-color: #14479e;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    z-index: 201; }
    .DetailedPartListing .PartContainer .Upper a {
      font-weight: inherit;
      font-size: inherit;
      color: inherit;
      text-decoration: none; }
  .DetailedPartListing .PartContainer .Lower {
    display: flex;
    flex-direction: row;
    padding: 5px;
    box-sizing: border-box; }
    .DetailedPartListing .PartContainer .Lower .Image {
      width: 150px;
      height: 150px;
      min-width: 150px;
      max-width: 150px;
      display: flex;
      justify-content: center;
      position: relative; }
      .DetailedPartListing .PartContainer .Lower .Image a {
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .DetailedPartListing .PartContainer .Lower .Image a img {
          max-height: 120px;
          max-width: 100%; }
      .DetailedPartListing .PartContainer .Lower .Image .Price {
        position: absolute;
        top: -4px;
        left: -76px; }
        .DetailedPartListing .PartContainer .Lower .Image .Price .Ribbon {
          background-color: #000000;
          color: white;
          position: absolute;
          right: -76px;
          transform: rotate(45deg);
          padding: 4px;
          width: 200px;
          text-align: center;
          top: 9px;
          z-index: 200;
          font-size: 24px;
          font-weight: bold;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          box-shadow: 0px 1px 8px 0px #000000;
          -webkit-box-shadow: 0px 1px 8px 0px #000000;
          -moz-box-shadow: 0px 1px 8px 0px #000000;
          font-size: 14px;
          right: -82px;
          top: 15px; }
    .DetailedPartListing .PartContainer .Lower .Text {
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin-left: 10px;
      flex-grow: 1; }
      .DetailedPartListing .PartContainer .Lower .Text .Details {
        width: 100%;
        font-size: 14px;
        box-sizing: border-box; }
        .DetailedPartListing .PartContainer .Lower .Text .Details a {
          font-weight: inherit;
          font-size: inherit;
          color: inherit;
          text-decoration: none; }
        .DetailedPartListing .PartContainer .Lower .Text .Details strong {
          font-weight: bold; }
    .DetailedPartListing .PartContainer .Lower .Price {
      width: 120px;
      min-width: 120px;
      max-width: 120px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin-right: 10px; }
      .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceFaded {
        color: #B0B0B0;
        text-align: center;
        margin-bottom: 2px; }
        .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceFaded .Before {
          margin-right: 3px;
          color: inherit; }
        .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceFaded .TheValue {
          margin-left: 3px;
          color: inherit; }
      .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceMain {
        font-weight: bold;
        font-size: 18px;
        text-align: center; }
        .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceMain .Now {
          margin-right: 3px;
          font-size: inherit; }
        .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceMain .TheValue {
          margin-left: 3px;
          font-size: inherit; }
    .DetailedPartListing .PartContainer .Lower .BuyAndStock {
      width: 180px;
      min-width: 180px;
      max-width: 180px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin-right: 5px; }
      .DetailedPartListing .PartContainer .Lower .BuyAndStock .BuyContainer {
        margin-bottom: 5px; }
        .DetailedPartListing .PartContainer .Lower .BuyAndStock .BuyContainer .TextboxBorder {
          display: none; }
        .DetailedPartListing .PartContainer .Lower .BuyAndStock .BuyContainer .BuyNow {
          width: 100%;
          margin: 0; }
      .DetailedPartListing .PartContainer .Lower .BuyAndStock .StockContainer {
        text-align: center;
        margin-top: 5px; }
        .DetailedPartListing .PartContainer .Lower .BuyAndStock .StockContainer .Stock .OnlyOnDesktop {
          margin-right: 2px; }

@media only screen and (max-width: 1200px) {
  .ProductListingConlogo .ProductContainer, .ProductListingConlogo .ConlogoEntryFiller {
    width: 32%; } }

@media only screen and (max-width: 999px) {
  .ProductListingConlogo .ProductContainer {
    width: 48%; }
    .ProductListingConlogo .ProductContainer .Product .ImageWrapper img {
      height: 270px; }
    .ProductListingConlogo .ProductContainer .Product .ProductContent {
      min-height: 320px; }
      .ProductListingConlogo .ProductContainer .Product .ProductContent .TextContainer .Brand {
        font-size: 14px; }
      .ProductListingConlogo .ProductContainer .Product .ProductContent .TextContainer .ProductName {
        font-size: 20px; }
      .ProductListingConlogo .ProductContainer .Product .ProductContent .ProductName {
        min-height: 60px; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent .ProductName .NameInner {
          font-size: 20px; }
      .ProductListingConlogo .ProductContainer .Product .ProductContent .Variants {
        height: 80px;
        flex-wrap: wrap;
        width: 60%; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent .Variants button {
          font-size: 20px;
          height: 35px;
          line-height: 35px;
          min-width: 100px; }
        .ProductListingConlogo .ProductContainer .Product .ProductContent .Variants .select {
          width: 100%;
          height: 60px;
          font-size: 30px;
          padding: 0px 10px; }
    .ProductListingConlogo .ProductContainer .Product .ProductBottom {
      width: 100%; }
      .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .TextboxBorder {
        height: 60px;
        width: 60px;
        margin-right: 10px; }
        .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .TextboxBorder input {
          font-size: 40px; }
      .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .BuyNow {
        width: 50%;
        margin: 0 14% 0 0;
        line-height: 60px;
        height: 60px; }
      .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .SoldOut, .ProductListingConlogo .ProductContainer .Product .ProductBottom .BuyNowInner .NoAccess {
        font-size: 40px;
        line-height: 60px;
        height: 60px;
        margin-bottom: 0; }
      .ProductListingConlogo .ProductContainer .Product .ProductBottom .Stock {
        display: flex;
        font-size: 14px;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden; }
        .ProductListingConlogo .ProductContainer .Product .ProductBottom .Stock img {
          width: 14px;
          height: 14px;
          margin: auto 5px; }
    .ProductListingConlogo .ProductContainer .Product .Price .VariantInfo .Price .PriceNice .PriceMain {
      font-size: 30px; }
  .DetailedPartListing .PartContainer {
    margin-bottom: 40px; }
    .DetailedPartListing .PartContainer .Upper {
      padding: 20px 10px; }
      .DetailedPartListing .PartContainer .Upper a {
        font-size: 30px;
        width: 100%;
        display: block;
        text-align: center; }
    .DetailedPartListing .PartContainer .Lower {
      padding: 0;
      flex-direction: column; }
      .DetailedPartListing .PartContainer .Lower .Image {
        width: 100%;
        height: 350px;
        max-width: unset;
        min-width: unset;
        overflow: hidden; }
        .DetailedPartListing .PartContainer .Lower .Image a {
          width: 100%;
          display: flex;
          justify-content: center;
          flex-direction: row; }
          .DetailedPartListing .PartContainer .Lower .Image a img {
            max-height: unset;
            height: 100%;
            max-width: unset; }
        .DetailedPartListing .PartContainer .Lower .Image .Price {
          top: 15px;
          left: -45px;
          margin: unset;
          width: 120px; }
          .DetailedPartListing .PartContainer .Lower .Image .Price .Ribbon {
            font-size: 30px; }
      .DetailedPartListing .PartContainer .Lower .Text {
        margin: 0 10px 20px 10px; }
        .DetailedPartListing .PartContainer .Lower .Text .Details {
          font-size: 20px; }
          .DetailedPartListing .PartContainer .Lower .Text .Details a {
            text-align: center;
            font-size: inherit;
            display: block; }
          .DetailedPartListing .PartContainer .Lower .Text .Details strong {
            text-align: center;
            font-size: inherit;
            display: block; }
      .DetailedPartListing .PartContainer .Lower .Price {
        margin: 0 10px 20px 10px;
        width: 100%;
        min-width: unset;
        max-width: unset; }
        .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceFaded {
          font-size: 24px;
          font-weight: 700;
          color: #B0B0B0; }
          .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceFaded .Before {
            display: none; }
          .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceFaded .TheValue {
            font-size: inherit;
            text-decoration: line-through; }
        .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceMain {
          font-size: 40px;
          color: #000000;
          font-weight: 700; }
          .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceMain .Now {
            display: none; }
          .DetailedPartListing .PartContainer .Lower .Price .PriceNice .PriceMain .TheValue {
            color: inherit;
            font-size: inherit; }
      .DetailedPartListing .PartContainer .Lower .BuyAndStock {
        width: 100%;
        margin: 0 10px 40px 10px;
        max-width: unset;
        min-width: unset; }
        .DetailedPartListing .PartContainer .Lower .BuyAndStock .BuyContainer {
          width: 100%;
          margin-bottom: 10px; }
          .DetailedPartListing .PartContainer .Lower .BuyAndStock .BuyContainer .BuyNow {
            width: 80%;
            margin: auto;
            line-height: 60px; }
        .DetailedPartListing .PartContainer .Lower .BuyAndStock .StockContainer .Stock {
          display: flex;
          font-size: 20px;
          justify-content: center; }
          .DetailedPartListing .PartContainer .Lower .BuyAndStock .StockContainer .Stock img {
            width: 20px;
            height: 20px;
            margin-right: 10px; } }

@media only screen and (max-width: 750px) {
  .ProductListingConlogo .ProductContainer {
    width: 99%; } }
</pre></body></html>