/** 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 594:2 Unexpected "#9and3-trust-bar"
Line 646:0 Unexpected ".9and3-field-row"
Line 779: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: 8px !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;
}

/* ── Weight Estimator trust bar item ───────────────────────────────────────── */
.trust-bar__item--clickable {
  cursor: pointer !important;
  transition: background 0.15s ease !important;
}

.trust-bar__item--clickable:hover {
  background: #f5f5f5 !important;
}

.trust-bar__item--clickable:active {
  background: #ebebeb !important;
}

.trust-bar__item--clickable .trust-bar__sub {
  color: #111 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !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;
}

/* Collapse product-meta bottom spacing to tighten gap above trust bar */
.product-meta {
  margin-bottom: 0 !important;
  padding-block-end: 8px !important;
}

/* Remove product-form top spacing */
.product-form {
  padding-top: 0 !important;
  margin-top: 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;
}

/* ── Product form grid — tighter gaps + quantity/ATC side by side ───────── */
.product-form {
  row-gap: 6px !important;
}

/* Quantity + Add to Cart on same row */
.product-form__quantity {
  margin-top: 4px !important;
}

.product-form__quantity + .product-form__buy-buttons,
[data-block-type="quantity-selector"] + [data-block-type="buy-buttons"] {
  margin-top: 0 !important;
}

@supports (display: grid) {
  .product-form {
    grid-template-columns: 1fr !important;
  }

  /* Wrap quantity + buy buttons in a visual row */
  .product-form__quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
  }
}

/* ── Quantity + ATC inline row ─────────────────────────────────────────── */
.qty-atc-row {
  display: flex !important;
  align-items: stretch !important;
  gap: 10px !important;
  margin-top: 8px !important;
}

.qty-atc-row .product-form__quantity {
  margin-top: 0 !important;
  flex-shrink: 0 !important;
}

.qty-atc-row .product-form__buy-buttons {
  flex: 1 !important;
  min-width: 0 !important;
}

.qty-atc-row .product-form__buy-buttons form {
  height: 100% !important;
}

.qty-atc-row .product-form__add-button {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0 !important;
  min-height: 48px !important;
}

/* Stack on very narrow screens */
@media (max-width: 400px) {
  .qty-atc-row {
    flex-direction: column !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;
  }
}

/* =============================================================================
   9AND3 KNURLED BEAD SEAT FEATURE SECTION
   ============================================================================= */

.bead-seat-feature {
  background: #0a0a0a;
  color: #fff;
  padding: 72px 0 56px;
  margin-top: 0;
}

/* ── Header ──────────────────────────────────────────────────────────────────── */
.bead-seat-feature__header {
  max-width: 760px;
  margin: 0 auto 56px;
  padding: 0 40px;
  text-align: center;
}

.bead-seat-feature__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin: 0 0 14px;
}

.bead-seat-feature__title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
}

.bead-seat-feature__intro {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

/* ── Grid ────────────────────────────────────────────────────────────────────── */
.bead-seat-feature__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: start;
}

/* ── Primary Image ───────────────────────────────────────────────────────────── */
.bead-seat-feature__image-primary {
  position: static;
}

.bead-seat-feature__image-primary img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  border-radius: 4px;
}

.bead-seat-feature__image-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-top: 10px;
  padding-left: 2px;
}

/* ── Callouts Panel ──────────────────────────────────────────────────────────── */
.bead-seat-feature__callouts {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bead-seat-feature__callout {
  display: flex;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: flex-start;
}

.bead-seat-feature__callout:first-child {
  padding-top: 0;
}

.bead-seat-feature__callout-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.bead-seat-feature__callout-icon svg {
  width: 18px;
  height: 18px;
  color: rgba(255,255,255,0.8);
}

.bead-seat-feature__callout-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.3;
}

.bead-seat-feature__callout-body {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

/* ── Secondary Image ─────────────────────────────────────────────────────────── */
.bead-seat-feature__image-secondary {
  margin-top: 32px;
  padding-top: 0;
}

.bead-seat-feature__image-secondary img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  border-radius: 4px;
}

.bead-seat-feature__image-secondary .bead-seat-feature__image-label {
  margin-top: 8px;
}

/* ── Footer Bar ──────────────────────────────────────────────────────────────── */
.bead-seat-feature__footer {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 24px 40px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.bead-seat-feature__footer p {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin: 0;
}

/* ── Responsive ──────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .bead-seat-feature {
    padding: 48px 0 40px;
  }

  .bead-seat-feature__header {
    padding: 0 24px;
    margin-bottom: 40px;
  }

  .bead-seat-feature__grid {
    grid-template-columns: 1fr;
    padding: 0 24px;
    gap: 40px;
  }

  .bead-seat-feature__image-primary {
    position: static;
  }

  .bead-seat-feature__image-primary img {
    height: 360px;
    object-position: center 25%;
  }

  .bead-seat-feature__callouts {
    padding-left: 0;
  }

  .bead-seat-feature__image-secondary img {
    height: 380px;
  }

  .bead-seat-feature__footer {
    padding: 20px 24px 0;
  }
}


/* ============================================================
   HERO SLIDESHOW FIXES
   - Solid filled CTA buttons matching sitewide primary color
   - Prev/next navigation arrows
   - Prevent headline text clipping at viewport edges
   ============================================================ */

/* Hero buttons — match sitewide primary (#405DE6 blue) */
.slideshow .button.button--primary {
  background: #405DE6 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0 35px !important;
  line-height: 48px !important;
  height: 48px !important;
  font-size: 13px !important;
  letter-spacing: 0.15em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  display: inline-block !important;
  transition: background 180ms ease !important;
}

.slideshow .button.button--primary:hover {
  background: #3349c4 !important;
  color: #ffffff !important;
}

/* Prev/Next arrows — injected by custom.js into slide-show elements */
.sw-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;
  cursor: pointer !important;
  transition: background 180ms ease, border-color 180ms ease !important;
  padding: 0 !important;
}

.sw-arrow:hover {
  background: #405DE6 !important;
  border-color: #405DE6 !important;
}

.sw-arrow--prev {
  left: 20px !important;
}

.sw-arrow--next {
  right: 20px !important;
}

.sw-arrow svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #ffffff !important;
  stroke-width: 2.5 !important;
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* Prevent hero headlines from clipping outside viewport */
.slideshow__slide-content {
  max-width: 100% !important;
  overflow: hidden !important;
}

.slideshow .heading {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
}

/* Ensure hero content has breathing room from screen edges */
.slideshow .slideshow__slide-content {
  padding-left: clamp(1.5rem, 5vw, 5rem) !important;
  padding-right: clamp(1.5rem, 5vw, 5rem) !important;
  box-sizing: border-box !important;
}

/* Hide article count from gallery filter bars (Vehicle + Wheel galleries) */
.c-filter-bar__header-count {
  display: none !important;
}

/* =============================================================================
   9AND3 RING STYLE GUIDE MODAL
   ============================================================================= */

/* ── Trigger button (injected via JS next to Ring Style label) ──────────────── */
.rsm-trigger {
  display: inline-flex !important;
  align-items: center !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #999 !important;
  color: #888 !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  margin-left: 8px !important;
  padding: 0 !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
  text-transform: none !important;
  transition: color 0.15s, border-color 0.15s !important;
  white-space: nowrap !important;
}

.rsm-trigger:hover {
  color: #111 !important;
  border-bottom-color: #111 !important;
}

/* ── Overlay ────────────────────────────────────────────────────────────────── */
.rsm-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.65) !important;
  z-index: 10000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

.rsm-overlay[hidden] {
  display: none !important;
}

/* ── Modal box ──────────────────────────────────────────────────────────────── */
.rsm-modal {
  background: #fff !important;
  border-radius: 8px !important;
  width: 100% !important;
  max-width: 720px !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  padding: 32px !important;
  position: relative !important;
  box-sizing: border-box !important;
}

/* ── Close button ───────────────────────────────────────────────────────────── */
.rsm-close {
  position: absolute !important;
  top: 16px !important;
  right: 20px !important;
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  line-height: 1 !important;
  color: #666 !important;
  cursor: pointer !important;
  padding: 4px !important;
}

.rsm-close:hover {
  color: #111 !important;
}

/* ── Header ─────────────────────────────────────────────────────────────────── */
.rsm-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin: 0 0 6px !important;
}

.rsm-intro {
  font-size: 13px !important;
  color: #666 !important;
  margin: 0 0 20px !important;
  line-height: 1.5 !important;
}

/* ── Tabs ───────────────────────────────────────────────────────────────────── */
.rsm-tabs {
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 24px !important;
  border-bottom: 2px solid #eee !important;
  padding-bottom: 0 !important;
}

.rsm-tab {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  margin-bottom: -2px !important;
  padding: 8px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  cursor: pointer !important;
  transition: color 0.15s, border-color 0.15s !important;
}

.rsm-tab--active {
  color: #111 !important;
  border-bottom-color: #111 !important;
}

/* ── Panels ─────────────────────────────────────────────────────────────────── */
.rsm-panel {
  display: none !important;
}

.rsm-panel--active {
  display: block !important;
}

/* ── Comparison grid ────────────────────────────────────────────────────────── */
.rsm-comparison {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  gap: 16px !important;
  align-items: start !important;
  margin-bottom: 24px !important;
}

.rsm-image-pair {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin-bottom: 10px !important;
}

.rsm-image-pair img {
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  object-fit: contain !important;
  border-radius: 6px !important;
  display: block !important;
  background: #f8f8f8 !important;
}

.rsm-option__label {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin-bottom: 6px !important;
}

.rsm-option__desc {
  font-size: 12px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.rsm-divider {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  color: #bbb !important;
  padding-top: 40% !important;
  text-align: center !important;
}

/* ── Video CTA ──────────────────────────────────────────────────────────────── */
.rsm-video-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #111 !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  transition: background 0.15s !important;
}

.rsm-video-btn:hover {
  background: #333 !important;
  color: #fff !important;
}

.rsm-video-btn svg {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
}

/* ── Mobile ─────────────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .rsm-modal {
    padding: 24px 16px !important;
  }

  .rsm-comparison {
    grid-template-columns: 1fr !important;
  }

  .rsm-divider {
    padding-top: 0 !important;
    text-align: center !important;
    font-size: 13px !important;
  }

  .rsm-tabs {
    flex-direction: column !important;
    border-bottom: none !important;
  }

  .rsm-tab {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }

  .rsm-tab--active {
    border-color: #111 !important;
    background: #111 !important;
    color: #fff !important;
  }
}

/* =============================================================================
   9AND3 VEHICLE BUILDS SECTION
   Desktop: sits in left column below product images
   Mobile: full-width strip below bead seat section
   ============================================================================= */

/* Desktop: show in left column, hide full-width mobile version */
.vb-media-column { display: block; }
.vb-mobile-only  { display: none; }

/* Mobile: hide left-column version, show full-width version */
@media (max-width: 999px) {
  .vb-media-column { display: none; }
  .vb-mobile-only  { display: block; }
}

/* ── Section wrapper ─────────────────────────────────────────────────────────── */
/* Desktop (in left column): no extra padding, just fill the column */
.vb-media-column .vb-section {
  padding: 24px 0 0;
  background: transparent;
  border-top: none;
}

/* Mobile (full-width): keep the padded band look */
.vb-mobile-only .vb-section {
  padding: 48px 0 56px;
  background: #fff;
  border-top: 1px solid #ebebeb;
}

.vb-section {
  padding: 56px 0 64px;
  background: #fff;
  border-top: 1px solid #ebebeb;
}

/* ── Header ─────────────────────────────────────────────────────────────────── */

/* In the media column, remove max-width and outer padding — column constrains it */
.vb-media-column .vb-header {
  max-width: none;
  padding: 0 0 20px;
  margin-bottom: 0;
}

.vb-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 32px;
  padding: 0 40px;
}

.vb-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 8px;
}

.vb-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #111;
  margin: 0;
  line-height: 1.1;
}

.vb-view-all {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 1px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 24px;
  margin-bottom: 4px;
  transition: opacity 0.15s;
}

.vb-view-all:hover {
  opacity: 0.6;
}

/* ── Scrolling track ─────────────────────────────────────────────────────────── */
.vb-media-column .vb-track-wrapper {
  max-width: none;
  padding: 0;
  margin: 0;
}

.vb-track-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}

.vb-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
}

.vb-track::-webkit-scrollbar {
  display: none;
}

/* ── Cards ───────────────────────────────────────────────────────────────────── */
.vb-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  transition: transform 0.2s, box-shadow 0.2s;
}

.vb-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.vb-card__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #f5f5f5;
}

.vb-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.vb-card:hover .vb-card__image img {
  transform: scale(1.03);
}

.vb-card__info {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vb-card__title {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.vb-card__specs {
  font-size: 11px;
  color: #777;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

/* ── Mobile ───────────────────────────────────────────────────────────────────── */
@media (max-width: 749px) {
  .vb-section {
    padding: 40px 0 48px;
  }

  .vb-header {
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }

  .vb-view-all {
    margin-left: 0;
    margin-bottom: 0;
  }

  .vb-track-wrapper {
    padding: 0 20px;
  }

  .vb-card {
    flex: 0 0 260px;
  }
}

/* In the left column, stack cards vertically with scroll */
.vb-media-column .vb-track {
  flex-direction: column;
  overflow-x: visible;
  overflow-y: auto;
  max-height: 680px;
  gap: 12px;
  scroll-snap-type: y mandatory;
  scrollbar-width: thin;
  scrollbar-color: #ddd transparent;
  padding-right: 4px;
}

.vb-media-column .vb-track::-webkit-scrollbar {
  width: 4px;
}

.vb-media-column .vb-track::-webkit-scrollbar-track {
  background: transparent;
}

.vb-media-column .vb-track::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
}

.vb-media-column .vb-card {
  flex: none;
  width: 100%;
  scroll-snap-align: start;
}

.vb-media-column .vb-card__image {
  aspect-ratio: 16/9;
}
