/** Shopify CDN: Minification failed

Line 282:33 Expected identifier but found "/"
Line 283:22 Expected identifier but found "/"
Line 284:21 Expected identifier but found "/"
Line 287:21 Expected identifier but found "/"
Line 498:0 Unexpected "#9and3-trust-bar"
Line 574:2 Unexpected "#9and3-trust-bar"
Line 614:0 Unexpected ".9and3-field-row"
Line 687:2 Unexpected ".9and3-field-row"

**/
.article__main-part .container {
  max-width: 1343px;
}
.productMedia_container {
    margin: 0 0 60px;
}
.article__main-part .container .article__inner {
    margin: 0;
}
.article__main-part .container .article__inner .article__content p {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 30px !important;
    display: block;
}
body .article {
    margin-block-start: 30px !important;
    margin-top: 30px;
}
.productMedia_gallery .swiper-button-next, .productMedia_gallery .swiper-button-prev {
    display:none;
}
.productMedia_gallery .productgallery-prodtitl {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 23px;
}
.media-featImage-wrapper img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}
.productMedia_gallery .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.media-featImage-wrapper a {
    display: block;
}

.featureProduct-swiperbox-wrapper {
    margin: 10px 0 0;
    overflow: hidden;
}

.featureProduct-swiperbox-wrapper.Thumbnail .swiper-slide {
    max-width: 195px;
}
/* breadcrumbs nav css start  */
body:has(.article) .breadcrumb {
    max-width: 1323px;
    margin: 20px auto 0;
    padding: 0 30px;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
/* breadcrumbs nav css end  */

/* product image popup css start  */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: #fff;
}

.popup-content {
    background: #fff;
    text-align: center;
    max-width: 100%;
    width: 100%;
}
.popup-content .popup-swiper {
    max-width: 760px;
    position: static;
}
.close-popup {
    font-size: 24px;
    cursor: pointer;
    color: #000000;
    display: block;
    padding: 10px 10px;
    line-height: 1;
    width:44px;
}

.play-pause-btn {
    color: #000000;
    border: none;
    font-size: 17px;
    cursor: pointer;
    padding: 10px;
    width:44px;
    line-height: 1;
}
.playPausecontrol {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    z-index:9;
}
.slide-counter {
    position: absolute;
    top: 0;
    background: #000000b3;
    color: #ccc;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    z-index:9;
}
.popup-content .outrPopwrap {
    position: static;
}
.popup-content img {
  max-width: 100%;
  height: auto;
}
.popup-content .swiper-button-next:after, .popup-content .swiper-button-prev:after{
 display:none; 
}
.popup-content .swiper-button-next, .popup-content .swiper-button-prev {
    width: 38px;
    height: 38px;
    padding: 7px;
    border-radius: 200px;
    border: 1px solid #222;
}
.popup-content .swiper-button-next svg, .popup-content .swiper-button-prev svg {
    width: 13px;
    height: 13px;
}
.popup-content .swiper-button-next svg path,.popup-content .swiper-button-prev svg path{
      stroke: #222;
}
/* product image popup css end  */

/* shop the look section css start  */
.article-Product-container .product__media-list-wrapper .product__zoom-button {
    display: none;
}
.article-Product-container {
    margin: 0px 0 80px;
}
.article-Product-container .productblock-title {
    font-size: 28px;
    margin: 0 0 30px;
    line-height: 33px;
}
.productRendererbox_wrap {
    max-width: 350px;
}
.productRendererbox_wrap .product {
    margin: 0 0 16px;
}
.productRendererbox_wrap .product product-media {
    padding: 0;
    width: 100%;
}
.productRendererbox_wrap .product product-media .product__media-nav {
    position: absolute;
    opacity: 0;
    background: #fff;
    margin: 5px 0 0;
    transition: opacity ease-in-out .3s;
    padding: 0 0 20px;
    max-width: 350px;
    width:100%;
}
.productRendererbox_wrap .product product-media .product__media-nav .product__thumbnail-list-inner {
    align-items: center;
}
.productRendererbox_wrap .productInfo_wrap {
    margin: 16px 0 0;
}
.productRendererbox_wrap .product-slider .slick-arrow {
    display: none !important;
}
.productRendererbox_wrap .thumbnail-slider {
    padding: 8px 0;
    position: absolute;
    max-width: 350px;
    background: #fff;
    transition: opacity ease-in-out .3s;
    opacity:0;
}
.productRendererbox_wrap:hover .thumbnail-slider{
    opacity: 1;
}
.productRendererbox_wrap .thumbnail-slider .slick-slide  {
  border: 2px solid transparent;
  overflow:hidden;
}
.productRendererbox_wrap .thumbnail-slider .slick-current  {
  border-color: #000;

}
.productRendererbox_wrap .thumbnail-slider .slick-arrow {
    display: none !important;
}
.productRendererbox_wrap .thumbnail-slider .slick-track {
    display: flex;
}
.productRendererbox_wrap .thumbnail-slider .slick-slide {
    margin-right: 4px;
    min-width: 62px!important;
}
.productRendererbox_wrap .thumbnail-slider .image_thumbnal {
    position: relative;
    padding-bottom: 100%;
}
.productRendererbox_wrap .thumbnail-slider .image_thumbnal img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin: auto;
    border: none;
}
.productRendererbox_wrap .product-slider .slick-slide a {
    display: block;
    position: relative;
    padding-bottom: 100%;
}
.productRendererbox_wrap .product-slider .slick-slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    display: block;
    margin: auto;
}
.productTitl_main {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px;
}
.productPrice_money {
    font-size: 16px;
}
/* shop the look section css end  */

/* Related gallery section css start */
    .swiper-scrollbar {
        background: transparent; / Hide default background /
        height: 10px; / Size of the dots /
        bottom: 5px; / Adjust positioning /
        left: 50%;
        transform: translateX(-50%);
        width: 80px; / Control scrollbar width /
    }
    .collection-product-main .collectionArticle .swiper-scrollbar {
        margin: 30px auto 0;
        width: 70%;
        position: static;
        transform: none;
        background: #2222221a;
        opacity:0;
        transition: opacity ease-in-out .3s;
    }
    .collection-product-main .collectionArticle:hover .swiper-scrollbar {
        opacity:1;
    }
  .collection-product-main .collectionArticle .swiper-scrollbar .swiper-scrollbar-drag {
      height: 4px;
      border-radius: 100px;
      background: rgba(34,34,34,.5);
      width: 144px !important;
  }
  .collection-product-main .swiper-pagination {
      position: static;
      width: 75% !important;
      margin:30px auto 0;
  }
.collection-product-main .coll-card-slider__title {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.collection-product-main .coll-card-slider__title a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.collection-product-main .coll-card-slider__title a:hover {
    text-decoration: underline;
}
.collection-product-main .coll-card-slider__title-wrapper {
    max-width: 1353px;
    margin: auto;
    padding: 0 40px;
}
.collection-product-main {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.collection-product-main .collectionArticle.swiper {
    max-width: 1323px;
    overflow: visible;
    padding: 0 30px;
    position: static;
}
.Article-swiper-mainbox {
    position: relative;
}
.collection-product-main .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #000;
}
.Article-swiper-mainbox .swiper-button-next, .Article-swiper-mainbox .swiper-button-prev{
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    transition:all .4s;
    z-index:1;
}
body:has(.Article-swiper-mainbox .customoutrbox p) .Article-swiper-mainbox .swiper-button-next, .Article-swiper-mainbox .swiper-button-prev{
    top: calc(50% - 64px);
}
.Article-swiper-mainbox .customoutrbox p {
    font-size: 18px;
    font-weight: 600;
    font-family: Din2014,sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 10px 0 0;
}
.collection-product-main .collectionArticle a {
    outline: none;
}
.Article-swiper-mainbox .customoutrbox {
    overflow:hidden;
}
.Article-swiper-mainbox .customoutrbox img{
    transition: transform .3s ease-in-out;
}
.Article-swiper-mainbox .customoutrbox:hover img{
  transform: scale(1.05);
}
.Article-swiper-mainbox .swiper-button-next svg, .Article-swiper-mainbox .swiper-button-prev svg{
      width: 28px;
    height: 28px;
}
.Article-swiper-mainbox .swiper-button-prev.swiper-button-disabled,.Article-swiper-mainbox .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.Article-swiper-mainbox .swiper-button-next{
  right: 90px;
}
.Article-swiper-mainbox .swiper-button-prev{
  left: 90px;
}
.Article-swiper-mainbox .swiper-button-next:after, .Article-swiper-mainbox .swiper-button-prev:after{
  display:none;
}
/* Related gallery section css end */


@media(max-width:1023px){
  .article__main-part .container {
    padding: 0 20px;
}
  .collection-product-main .coll-card-slider__title-wrapper,.collection-product-main .collectionArticle.swiper {
    padding: 0 20px;
}
    .collection-product-main .swiper-pagination {
    display: none;
}
/* shop the look section css start  */
  
  .productRendererbox_wrap {
    max-width: 224.677px;
}
  .productTitl_main {
    font-size: 14px;
    margin: 0 0 5px;
}
  .productPrice_money {
    font-size: 14px;
}
  .collection-product-main .coll-card-slider__title {
    font-size: 24px;
    line-height: 28px;
}
  .article-Product-container .productblock-title {
    font-size: 24px;
    line-height: 28px;
}
  .Article-swiper-mainbox .swiper-button-next {
    right: 20px;
}
  .Article-swiper-mainbox .swiper-button-prev {
    left: 20px;
}
/* shop the look section css end  */
.product-facet__filters.drawer {
    max-width: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}  
}
@media(max-width:767px){
  .collectionArticle .swiper-control-button,.productRendererbox_wrap .thumbnail-slider,.collection-product-main .collectionArticle .swiper-scrollbar {
    display: none;
}

  .collection-product-main .coll-card-slider__title {
    margin: 0 0 20px;
}
  .article-Product-container {
    margin: 0 0 56px;
}
  body .article {
    margin-block-start: 20px!important;
    margin-top: 20px;
}
.article__main-part .container .article__inner .article__content p {
    font-size: 16px;
    line-height: 1.15;
}
  .featureProduct-swiperbox-wrapper.Main {
    padding: 18px 0 0;
}
.featureProduct-swiperbox-wrapper .swiper-scrollbar {
    position: static;
    margin: 15px auto 0;
    transform: none;
    width: 100%;
    background: #2222221a;
    max-width: 100%;
    height: 5px;
}
.featureProduct-swiperbox-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #22222280;
    width: 78% !important;
}
 .active-filters-list {
    margin-bottom: 15px;
} 
}
@media(max-width:749px){
    body:has(.article) .breadcrumb {
    padding: 0 24px;
}
}
/* =============================================================================
   9AND3 PRODUCT PAGE TRUST BAR + PRICE ENHANCEMENTS
   ============================================================================= */

/* ── Trust Bar ─────────────────────────────────────────────────────────────── */
#9and3-trust-bar {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 8px !important;
  border: 2px solid #111 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.trust-bar__item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 !important;
  padding: 14px 12px !important;
  background: #ffffff !important;
}

.trust-bar__item svg {
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0 !important;
  color: #111111 !important;
  opacity: 1 !important;
  stroke: #111111 !important;
}

.trust-bar__item > div {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.trust-bar__label {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  color: #111111 !important;
}

.trust-bar__sub {
  font-size: 11px !important;
  color: #555555 !important;
  line-height: 1.4 !important;
}

.trust-bar__divider {
  width: 1px !important;
  background: #dddddd !important;
  flex-shrink: 0 !important;
  align-self: stretch !important;
}

/* ── Per-wheel label & upcharge note ───────────────────────────────────────── */
#per-wheel-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.55;
}

#finish-upcharge-note {
  font-size: 12px;
  color: #555;
  margin-top: 2px;
}

/* ── Responsive: stack trust bar on mobile ─────────────────────────────────── */
@media (max-width: 749px) {
  #9and3-trust-bar {
    flex-direction: column;
  }

  .trust-bar__item {
    padding: 14px 16px;
  }

  .trust-bar__divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }
}

/* Prevent gap between price and Shop Pay caused by trust bar injection timing */
.product-meta__price-list-container {
  margin-bottom: 0 !important;
}

/* =============================================================================
   9AND3 PRODUCT FORM — REFINED LAYOUT
   - Side-by-side field pairs (Bolt Pattern + Diameter, Width + Offset)
   - Tighter spacing between all fields
   - Cleaner label and input styling
   - Helper text de-emphasized
   ============================================================================= */

/* ── Tighten overall form row gap ───────────────────────────────────────────── */
.product-form {
  row-gap: 10px !important;
}

/* ── Remove excess spacing between consecutive option selectors ─────────────── */
.product-form__option-selector + .product-form__option-selector {
  margin-block-start: 0 !important;
}

/* ── Side-by-side grid wrapper for paired fields ────────────────────────────── */
/* We use a data attribute on a wrapper div injected by JS */
.9and3-field-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

/* ── Label refinement — smaller, tighter, more refined ──────────────────────── */
.product-form__option-info {
  margin-block-end: 4px !important;
}

.product-form__option-name {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: #111 !important;
}

.input__block-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin-bottom: 4px !important;
  display: block !important;
}

/* ── Input and select field refinement ──────────────────────────────────────── */
.input__field,
.select {
  border-radius: 4px !important;
  font-size: 13px !important;
  height: 44px !important;
  padding: 0 14px !important;
}

/* ── Line item property fields (text inputs) ────────────────────────────────── */
.product-form__line-item-property {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ── Helper text — de-emphasize, smaller ────────────────────────────────────── */
.product-form__line-item-property + p,
.product-form__line-item-property ~ p,
.product-form__line-item-property p,
.product-form [class*="line-item"] ~ p {
  font-size: 10px !important;
  color: #888 !important;
  margin-top: 3px !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
}

/* ── Quantity selector — tighter ────────────────────────────────────────────── */
.product-form__quantity {
  margin-top: 4px !important;
}

/* ── Add to Cart button — more refined ──────────────────────────────────────── */
.product-form__add-button {
  height: 52px !important;
  font-size: 13px !important;
  letter-spacing: 0.1em !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  margin-top: 4px !important;
}

/* ── Responsive: full width on mobile ───────────────────────────────────────── */
@media (max-width: 749px) {
  .9and3-field-row {
    grid-template-columns: 1fr !important;
  }
}
