/** Shopify CDN: Minification failed

Line 397:2 Unexpected "@media"

**/

.shopify-section--product-template:not(.shopify-section) {
  max-width: unset !important;
}
.only-mobile {
}

.only-desktop {
  display: none;
}
.pp-section-container {
  margin: 0 auto;
  max-width: 1200px;
}

.pp-section {
  padding: 2rem 0 0;
  margin: 0 24px;
}

.pp-section--bottom-spacing {
  margin-bottom: 4rem !important;
}

.pp-section--y-spacing {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pp-title {
  margin: 0 0 0.75rem 0;
  font-weight: 700;
  font-size: var(--font-size-heading-2);
}

.pp-title-level-2 {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  font-size: var(--font-size-heading-2);
}
.pp-title-level-3 {
font-size: 1.3rem;
    font-weight: 600;
    display: block;
}
.pp-title-level-4 {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  font-size: var(--font-size-heading-4);
}
.pp-body-text {
  line-height: 1.25;
  font-size:14px;
}
.pp-body-text.muted {
  opacity: 0.7;
}

.pp-price {
     margin: 0 0 .75rem;
    font-size: 1rem;
    font-weight: 700;
  color:#121212bf;
}

.text-theme-color {
  color: #fc0;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
@media screen and (min-width: 576px) {
  .pp-section {
    margin: 0 32px;
  }
}
@media screen and (min-width: 768px) {
  .pp-section {
    margin: 0 40px;
  }
  .only-desktop {
    display: block;
  }
  .only-mobile {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .pp-section {
    margin: 0 56px;
  }
}
@media screen and (min-width: 1200px) {
  .pp-section {
    margin: 0;
  }
}

/* IMG GALLERY  */
.pp-img-gallery--super-title {
  font-weight: 300;
  display: block;
  font-size: var(--font-size-heading-4);
}

.pp-img-gallery--container {
  margin-bottom: 1rem;
}

.pp-img-gallery-thumbnails {
  padding: 0.25rem 0;
}
.pp-img-gallery-thumbnails .swiper-wrapper {
  padding: 0.25rem 0;
}

.pp-img-gallery-thumbnails .swiper-slide {
  padding: 0.125rem;
  box-shadow: rgba(9, 30, 66, 0.125) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.04) 0px 0px 0px 1px;
  cursor: pointer;
}

.pp-img-gallery-thumbnails .swiper-slide img {
  display: block;
}
.pp-img-gallery--container .swiper-slide-thumb-active {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.pp-img-gallery--container .swiper-slide-thumb-active img {
  display: block;
}

.pp-img-gallery--divider {
  width: 40%;
  background-color: #000;
  height: 1px;
  margin: 1.25rem 0;
}

.pp-img-gallery-thumbnails .swiper-slide {
  width: calc(20% - 8px);
  margin-right: 10px;
}

@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
  .pp-img-gallery {
    /* width: 50%; */
  }
  .pp-img-gallery--container {
    width: 50%;
    padding-right: 1rem;
  }
  .pp-img-gallery-content {
    width: 50%;
    padding-left: 1rem;
  }
  .pp-img-gallery-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .pp-img-gallery--container {
    /* width: 60%; */
  }
  .pp-img-gallery-content {
    /* width: 40%; */
  }
}
@media screen and (min-width: 1200px) {
  .pp-img-gallery--container {
    /* width: 70%; */
  }
  .pp-img-gallery-content {
    /* width: 30%; */
  }
}
/* IMG GALLERY  */

/* VARIANTS  */

.pp-img-gallery--variants-wrapper {
  max-height: 201px;
  overflow-y: auto;
  position: relative;
  max-width: 100%;
}

/* Custom Scrollbar for Webkit Browsers */
.pp-img-gallery--variants-wrapper::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar */
}

.pp-img-gallery--variants-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background color of the scrollbar track */
  border-radius: 10px; /* Rounded corners for the track */
}

.pp-img-gallery--variants-wrapper::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

.pp-img-gallery--variants-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the thumb when hovered */
}

.pp-variant {
    max-width: 300px;
    cursor: pointer;
    padding: .2rem .4rem;
    background-color: #212121;
    color: #fff;
    margin-bottom: .5rem;
    border-radius: 0;
    display: block;
}

.pp-variant:hover {
    cursor:pointer;
    color: #ffffff;
    background-color: #000000;
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.25);
}

.pp-variant:last-child {
  margin-bottom: 0;
}

.pp-variant .year {
}
.pp-variant .motor {
  font-weight: 300;
  font-size: 0.825rem;
}
.pp-img-gallery--variant-title {
  margin: 0 0 1rem 0;
}
/* VARIANTS  */

/* ADD TO CART WRAPPER START */
.add-to-cart-parts-wrapper {
  width: 60%;
}
/* ADD TO CART WRAPPER END */

/* SGARE */
.pp-share {
  margin-top: 1rem;
}
.pp-share--button {
  padding: 0.25rem 0.75rem;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  background: #212121;
  fill: #fff;
  color: #fff;
  width: min-content;
  white-space: nowrap;
  cursor: pointer;
}
.pp-share--button:hover {
  color: #fff;
  fill: #fff;
}
/* SHARE */

/* LCONED LABELS */
.pp-iconed-labels {
  display: flex;
  align-items: stretch;
  font-size: 0.75rem;
  column-gap: 0.5rem;
  margin-top: 1.25rem;
}
.pp-iconed-labels--item {
  align-items: center;
  display: flex;
  border: 1px solid #d8d8d8;
  padding: 0.5rem 0.25rem;
  min-width: 27%;
}
.iconed-label--icon {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.iconed-label--title {
  display: block;
  color: #666;
}

.iconed-label--icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #666;
}
@media screen and (min-width: 1200px) {
  .pp-iconed-labels--item {
    min-width: unset;
  }
}
 .titleGeneric{
  display: block;
  margin: 0;
  font-weight: 100;
  font-size: 1.2rem;
}

.titleProduct{
  display: block;
  margin: 0;
  font-size: 2rem;
}
  @media screen and (max-width: 768px) {
  .share_img_product,
  .p-price {
    margin-bottom: 0;
  }
 .titleGeneric {
    font-size: 1rem;
  }

  .add-to-cart-parts-wrapper {
    width: 100%;
  }
}
/* ICONED LABELS */

/* new variant add to cart start */


  .pp-grid-parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }


  @media (max-width: 768px) {
    .pp-container {
      margin: 1rem 1.5rem;
    }

    .pp-grid-parent {
      grid-template-columns: 1fr;
    }
  }



  .pp-grid-parent h1 .titleGeneric,
  .pp-grid-parent h2 .titleGeneric {
    margin: 0;
    font-weight: 100;
    font-size: 1.2rem;
    width: 100%;
  }

  .pp-grid-parent h1 .titleProduct,
  .pp-grid-parent h2 .titleProduct {
    margin: 0;
    font-size: 2rem;
    width: auto;
  }


  @media screen and (max-width: 768px) {
    .share_img_product,
    .p-price {
      margin-bottom: 0;
    }
    .pp-grid-parent h1 .titleGeneric {
      font-size: 1rem;
    }

    .only-desktop-hide-mobile {
      display: none !important;
    }
  }

  ---------------------------------------------

  /* BUY NOW BUTTON START */
  @media (min-width: 768px) {
    .buyNow-buy-now-mobile {
      display: none;
    }
  }
  .fixed-banner-btn {
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 80%) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px); */
  }


  .fixed-banner-btn button {
    /* width: 382px; */
    color: #fff;
    border-color: #4244e9;
    width: 100%;
    height: 61px;

    background: #4244e9 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 8px;
    opacity: 1;
    font-size: 30px;
    cursor: pointer;
    margin: 20px 20px;
  }
  /* BUY NOW BUTTON END */

  .fixed-banner-btn .path{
    stroke: #fff;
  }
    

    .trc-variant-selection-reset {
      display: none;
      width: max-content;    
      border: 1px solid black;
      font-size: .8rem;
      padding: .1rem .3rem;
      margin-top: 1rem;
      color: black;
      cursor: pointer;
    }

    .trc-each-variant-btn-with-add-to-cart .atcBtnDrawer {
      display: none;
    }

    .year,
    .motor {
      font-size: 13px !important;
    }

    .trc-variant-add-to-cart-style {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: auto;
      transition: all .1s ease-in-out;
      border: none !important;
      box-shadow: none !important;
      /* border-radius: 6px; */
      padding: .5rem;
      color: #fff;
      width: 100%;
      cursor: pointer;
      margin-top: .2rem;
      height: 38px;
      font-size: 1rem;
      text-transform: uppercase;
      background: #fc3;
      background-color: #fc3 !important;
      color: #000;
      font-weight: 700;
    }

  .loading__spinner {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid black;
    animation: trcaddtocartspinner 1s linear infinite;
    border-top: 1px solid transparent;
    margin: auto;
  }

  @keyframes trcaddtocartspinner {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }


  #PBarNextFrameWrapper {
    display: none !important;
  }

/* new variant add to cart end */