/** Shopify CDN: Minification failed

Line 433:0 Unexpected "@media"

**/
.product-main .product-media {
  margin-top: calc(5 * var(--space-unit));
  margin-bottom: calc(5 * var(--space-unit));
}  
.product-details__calc .h4 {
  margin-bottom: 1.1em;
}
product-form form {
  padding-top:30px;
} 
.compatible-part p,
.compatible-part .jsc-my-model-detail-brand-model,
.compatible-part .jsc-my-model-detail-engine {
  display:inline-block;
}
.compatible-part .h6 {
  font-size:14px;
} 
.compatible-part .jsc-my-model-detail {
  display:inline-block;
  font-size:14px;
  padding-left:5px;
} 
.compatible-part .jsc-my-model-detail:empty {
  display:none;
}
.product-info__add-to-cart {
  align-items: end;
}
.product-info__add-button {
  position: relative;
  top: -5px;
}
shopify-apple-pay-button,
shop-pay-wallet-button {
  display:none;
}
.shopify-payment-button__button--unbranded,
.shopify-payment-button__more-options {
  visibility:hidden;
  display:block;
  text-decoration:none;
  margin-top: -24px;
}
.shopify-payment-button__button--unbranded:after,
.shopify-payment-button__more-options:after {
  content: 'BUY NOW';
  display:block;
  visibility:visible;
  color: #fff;
  background: #af1313;
  font-size: 1.11em;
  font-weight: 700;
  font-style: normal;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
  padding: 15px;
}
.shopify-payment-button__button--unbranded:hover:after,
.shopify-payment-button__more-options:hover:after {
  background:#730a0a;
}
.product-info__add-button {
  display: flex;
  gap: 10px;
  align-items: center;
}
shopify-accelerated-checkout {
  margin-top:0;
}
.btn-addtocart {
  position:relative; 
  max-width:433px;
}
.btn-addtocart, 
.shopify-payment-button {
  flex: 1;
  transition: background 0.3s ease;
  text-transform:uppercase;
}
.product-info__add-button .btn-addtocart:hover {
  background: #000 !important;
}
.btn-addtocart span {
  font-size:14px;
  color:#000;
  position:absolute;
  top:-53px;
  left:0;
  right:0;
  padding:0 16px;
}
.btn-addtocart[disabled="disabled"] span {
  display:none;
}
.btn-addtocart span.est-short {
  top:-30px;
}
.sticky-atc-panel .card--sticky-atc .price__current {
    white-space: normal;
    font-size: 30px;
}
@media (max-width: 1600px) { 
  .btn-addtocart span est {
    max-width: 360px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.btn-addtocart span label i {
  color: #000000;
  background: #fff;
  font-size: 14px;
  font-weight:400;
  border: 1px solid #ff0000;
  position: absolute;
  right: 0;
  bottom: 160%;
  opacity: 0; 
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 1000;
  text-transform:none;
  padding: 10px 20px;
}
.btn-addtocart span .note {
  font-size: 13px;
  color: red;
  position: absolute;
  width: 17px;
  height: 17px;
  top: -2px;
  right: 0;
  border: 2px solid red;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  z-index:9;
}
.btn-addtocart span .note:hover + i {
  opacity: 1;
  visibility: visible;
}
.product-info__block.custom-liquid p {
  font-weight:700;
  margin-top:15px;
}
.mb-breadcrumbs {
  display:none;
}
#shopify-buyer-consent {
  display:none;
}
.compatible-part .fit-wrap {
  background: #D6D5D5; 
  border: 1px solid #D6D5D5;
  border-radius: 10px;
  display:inline-block;
  padding: 9px 15px;
}
.compatible-part .btn_cv {
  font-size:18px;
  font-weight:700;
  margin:17px 0 10px;
}
.dp-active:not(.card__buttons) .shopify-payment-button {
  max-width: 444px;
  width: 100%;
  position: absolute;
  top: -16px;
  left: 0;
}

.dp-active button[data-add-to-cart-text="Add to cart"] {
  background: #transparent !important;
  border: var(--btn-border-width) solid #fff !important;
}
.dp-active.card__buttons .shopify-payment-button {
  max-width: 95%;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.non-dp.card__buttons .shopify-payment-button {
  display:none;
}
.product-info__block.rte {
  padding-right:50px;
}
.reg-price {
  font-size:21px;
  font-weight:700;
  margin-bottom:0;
}
shopify-google-pay-button {
  display:none !important;
}
.learn_more {
  color: #000;
  font-size: 18px;
  font-style: normal;
}

.learn_more a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.learn_more a:hover {
  color: red;
}

.learn_more a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: red;
  left: 0;
  bottom: -2px;
  transition: width 0.3s ease;
}

.learn_more a:hover::after {
  width: 100%;
}
.product-info__price {
  margin-bottom:30px;
}
.compatibility-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
}
.compatibility-modal.is-visible {
  display: flex;
}
.compatibility-modal .compatibility-modal-content {
  font-size:18px;
  background: #fff;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align:center;
  line-height:1.5;
  margin: 100px auto;
  padding: 50px 40px;
}
.compatibility-modal .modal-close {
  font-size: 30px;
  color:#000;
  position: absolute;
  top: 9px;
  right: 15px;
  line-height: 1;
  border: none;
  background: none;
  cursor: pointer;
  transition: color 0.5s ease;
}
.compatibility-modal .modal-close:hover {
  color:#999;
}
.compatibility-modal .modal-actions {
  display: flex;
  justify-content: flex-center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.compatibility-modal .modal-btn {
  width: 100%;
  max-width: 160px;
  font-size: 14px;
  font-weight: 700;
   text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  transition: background 0.5s ease;
  margin:0;
  padding: 11px 15px;
}
.compatibility-modal .modal-actions .modal-btn:before {
  border-color:#fff;
}
.compatibility-modal .modal-actions .modal-btn,
.compatibility-modal .modal-actions product-form {
  flex: 1 1 45%;
  max-width: 45%;
  display: flex;
  justify-content: center;
}
.compatibility-modal product-form form {
  width:100%;
  padding-top:0;
}
.compatibility-modal .modal-btn.cancel {
  background: #7c7c7c;
  color:#fff;
  margin-right: 10px;
}
.compatibility-modal .modal-btn.cancel:hover {
  background: #3f3f3f;
}
.compatibility-modal .modal-btn.confirm {
  max-width: 100%;
  background: #af1313;
  color: white;
}
.compatibility-modal .modal-btn.confirm:hover {
  background: #730a0a;
}
#copy-popup {
  position: fixed;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
  font-size: 16px;
  pointer-events: none;
  text-align: center;
  min-width: 120px;
}
#copy-popup.show {
  opacity: 1;
}
@media (max-height: 900px) {
  .product-main .product-info .product-title {
    font-size:25px;
  }
  .price__current {
    font-size: 3rem;
  }
  .product-info__block.rte {
    padding-right:0;
  }
  .product-info__price {
    margin-bottom:0px;
  }
}
@media (max-width: 768px) { 
   .product-info__add-button {
      flex-direction: column; 
   }
   .product-info__price .samitaWS-customized-original-price {
     font-size: 20px !important;
   }
   .product-info__block.rte {
     padding-right:0;
   }
   .btn-addtocart {
     margin-top:20px;
   }
   .btn-addtocart span { 
     top:-43px;
   }
   .btn-addtocart span est {
     max-width: 330px;
   }
   .btn-addtocart, 
   .shopify-payment-button {
     width: 100%;
     margin-bottom:15px;
   }
   .shopify-payment-button__more-options {
     margin-top: -8px;
  }
   .dt-breadcrumbs {
     display:none;
   }
   .mb-breadcrumbs {
     display:block;
     padding:10px 0 20px;
   }
   .breadcrumbs-list {
     font-size:13px;
   }
   .compatible-part .fit-wrap {
    line-height: 30px;
    text-align: center;
   }
   .compatible-part p:empty {
     display:none;
   }
   .compatibility-modal .compatibility-modal-content {
     font-size: 15px;
     max-width: 360px;
   }
   .sticky-atc-panel .card--sticky-atc .price__current {
     font-size: 20px;
   }
}
@media (max-width: 1400px) {
  .btn-addtocart span {
    padding:0;
  }
  .btn-addtocart span .note {
    right: -14px;
  }
}
.btn-addtocart span
@media (min-width: 820px) {
  
  .product-main .product-info {
    padding-top: 5px !important;
  }
}
@media (min-width: 768px) {
  :root {
    --product-column-padding: calc(8 * var(--space-unit));
    --product-info-width: 60%;
  }
  .shopify-section:not(.product-details) {
    clear: both;
  }
  .product-breadcrumbs .breadcrumbs {
    width: calc(100% - var(--product-info-width));
    padding-inline-end: var(--product-column-padding);
    overflow: hidden;
  }
  .product-breadcrumbs + .product-main .product-media {
    padding-top: 0;
  }
  .product-breadcrumbs + .product-main .product-info::before,
.product-breadcrumbs + .product-main .product-info::after {
    top: calc(-10 * var(--space-unit) - 1em - 2px);
  }
  .shopify-section + .product-main {
    margin-top: -1px;
  }
  .shopify-section + .product-main::before,
.product-details + .shopify-section::before,
.product-main + .shopify-section:not(.product-details)::before {
    content: "";
    display: block;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--text-color)/0.15);
  }
  .product-main .product-media,
.product-main + .product-details > .container {
    width: calc(100% - var(--product-info-width));
    float: left;
    clear: left;
    border-inline-end: 1px solid rgba(var(--text-color)/0.15);
  }
  .product-main .product-media {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: calc(10 * var(--space-unit));
    padding-bottom: calc(10 * var(--space-unit));
    padding-inline-end: var(--product-column-padding);
  }
  .product-main .product-info {
    position: relative;
    width: var(--product-info-width);
    padding: calc(10 * var(--space-unit)) 0;
    padding-top: 16px;
    padding-inline-start: var(--product-column-padding);
    float: right;
    background-color: rgba(var(--bg-color));
  }
  .product-main .product-info::before, .product-main .product-info::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    left: -1px;
    width: 1px;
    background-color: rgba(var(--bg-color));
  }
  .product-main .product-info::after {
    background-color: rgba(var(--text-color)/0.15);
  }
  .product-main .product-info--sticky {
    min-height: var(--sticky-height, 0);
  }
  .product-info__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-end-padded, 48px);
    padding-bottom: 0;
  }
  .product-main + .product-details {
    max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
  .product-main + .product-details > .container {
    max-width: none;
    margin: 0;
    padding-top: calc(2 * var(--space-unit));
    padding-bottom: calc(10 * var(--space-unit));
    padding-inline-start: 0;
    padding-inline-end: var(--product-column-padding);
  }
  .product-main + .product-details + .shopify-section::before {
    top: 1px;
  }
  [dir=rtl] .product-main .product-media,
[dir=rtl] .product-main + .product-details > .container {
    float: right;
    clear: right;
  }
  [dir=rtl] .product-main .product-info {
    float: left;
  }
  [dir=rtl] .product-main .product-info::before, [dir=rtl] .product-main .product-info::after {
    right: -1px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  :root {
    --product-column-padding: calc(12 * var(--space-unit));
  }
  .product-main .product-media,
.product-main .product-info {
    padding-top: calc(12 * var(--space-unit));
  }
}  
@media (max-width: 768px) {
  .disclosure__content {
    display:block;
  }
  .disclosure__content .flex-row {
    width:100%;
  }
  .disclosure__content img {
    padding-top: 2px !important;
    max-width: 19px;
  }
  .custom-gallery .custom-gallery-block {
    min-height:300px !important;
  }
  .logo-list {
    display:block;
  }
  .logo-list li {
    width:100%;
    margin-bottom:20px;
  }
}