.template-steering-wheel-products-new {
  .product-info__block.product-info__title,
  .product-info__block.product-price {
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .product-info__dynamic-checkout-button {
    display: none;
  }

  .product-info__block.product-price {
    border-bottom: 0.2rem solid #f4f4f4;
    padding-bottom: 1rem;
  }

  .product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 600;
    max-width: 50rem;
  }

  .price__current,
  .price__was {
    color: #ff580d;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.6rem;
    padding-inline-end: 1.2rem;
  }

  .price__was {
    color: #696969;
    font-weight: 400;
  }

  .product-label--sale {
    border-radius: 0.5rem;
    padding-block: 0.5rem;
  }

  .product-label.product-label--sale {
    font-size: 1.5rem;
    line-height: 1.178rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0.6rem 1rem 0.5rem;
  }

  .product-label .icon {
    top: -0.5px;
    margin-inline-end: 0.5rem;
    transform: rotate(270deg);
  }

  .product-info__add-button {
    flex: 1 1 38.8rem;
    margin: 0;
    padding: 0;
  }
  
  .product-info__add-button button.btn--secondary {
    background: #1ea546;
    border-radius: 1rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6rem;
    border: none;
    padding: 1.5rem 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    justify-content: center;
  }

  .product-info__add-to-cart.flex.qty-input--secondary-btn {
    gap: 1.3rem;
  }

  .qty-input--secondary-btn .qty-input {
    border-radius: 1rem;
    padding: 1.593rem 1.947rem;
    height: 5.4rem;
    border-width: 1px;
  }

  .qty-input input.qty-input__input {
    font-size: 1.458rem;
    font-weight: 700;
  }

  .product-info__add-to-cart quantity-input {
    flex-basis: 14.2rem;
    max-width: 14.2rem;
    margin: 0;
    padding: 0;
  }

  .btn--minus:before,
  .btn--minus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 6px;
    height: 2px;
    transform: translate(50%, -50%);
    background-color: currentColor;
  }

  .btn--plus:before,
  .btn--plus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 12px;
    height: 0.2rem;
    transform: translate(50%, -50%);
    background-color: currentColor;
  }

  .btn--minus:after,
  .btn--plus:after {
    width: 0.2rem;
    height: 12px;
  }

  /*PRODUCT GALLERY*/
  .media-ctrl__counter {
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }

  @media (min-width: 769px) {
    .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: 0;
    }
  }

  media-gallery.media-gallery {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    overflow: hidden;
  }

  .media-gallery__thumbs.no-js-hidden {
    max-width: 7.729rem;
    flex: 0 0 20%;
    margin-top: 0;
    margin-right: 2.2rem;
    height: 53.6rem;
  }

  .media-thumbs__item {
    margin: 0;
    max-width: 7.729rem;
    max-height: 7.729rem;
    border-radius: 0.923rem;
    overflow: hidden;
  }

  .media-viewer {
    /* height: 100%; */
  }
  .media {
    /* height: 100%; */
  }

  .media-thumbs {
    display: flex;
    flex-direction: column;
    row-gap: 1.445rem;
  }

  .media-thumbs__item:not(:last-child) {
    margin-inline-end: 0;
  }

  .media-gallery__viewer {
    height: fit-content;
    overflow: hidden;
    border-radius: 1.73rem;
    width: 100%;
  }

  @media (min-width: 769px) {
    .product-main .product-media,
    .product-main + .product-details > .container {
      border: none;
    }
  }
  @media (min-width: 769px) {
    .product-main .product-info::before,
    .product-main .product-info::after {
      width: 0;
    }
  }

  @media (min-width: 1280px) {
    .product-main .product-media,
    .product-main .product-info {
      padding-top: calc(10 * var(--space-unit));
    }
  }

  .product-info__sticky .product-info__block:first-of-type {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  variant-label.block.product-info__block.product-info__block {
    position: relative;
    margin: 0;
    height: 0;
  }

  .variant-label {
    position: absolute;
    left: 32.5rem;
    margin: 0;
    top: 0.8rem;
  }

  .jdgm-carousel__item-container {
    overflow: visible;
  }

  .jdgm-carousel--gallery-theme .jdgm-carousel__item-container {
    overflow: visible !important;
  }

  .cc-apps {
    overflow: hidden;
    margin-top: 0;
  }

  .jdgm-carousel__left-arrow::before,
  .jdgm-carousel__right-arrow::before {
    content: "";
    width: 40px;
    height: 40px;
    background: #00000090;
    display: block;
    position: absolute;
    inset: 0;
    left: -100%;
    border-radius: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: 45% center;
    transform: rotate(45deg);
  }

  .jdgm-carousel__left-arrow::before {
    background-image: url(/cdn/shop/files/Vector_430x.svg?v=1748648672);
  }
  .jdgm-carousel__right-arrow::before {
    background-image: url(/cdn/shop/files/Vector_430x.svg?v=1748648672);
    transform: rotate(-135deg);
    background-color: #ff580d;
  }

  .jdgm-carousel__arrows .jdgm-carousel__right-arrow.jdgm-carousel__right-arrow,
  .jdgm-carousel__arrows .jdgm-carousel__left-arrow.jdgm-carousel__left-arrow {
    display: inline-block;
    border: none;
  }

  .jdgm-carousel--gallery-theme .jdgm-carousel-item__inner-wrapper {
    padding: 1.4rem;
    border-radius: 2rem;
    background-color: #f4f4f4;
    box-shadow: none;
  }

  .jdgm-carousel--gallery-theme .jdgm-carousel-item__image-wrapper {
    border-radius: 1.9rem;
    overflow: hidden;
  }

  .jdgm-carousel--gallery-theme .jdgm-carousel-item__body {
    padding: 1.1rem 0 0;
  }

  .jdgm-carousel-wrapper {
    padding-top: 0;
  }

  @media only screen and (min-width: 768px) {
    .jdgm-carousel--gallery-theme .jdgm-carousel__left-arrow {
      left: -10rem;
    }
  }

  @media only screen and (min-width: 768px) {
    .jdgm-carousel--gallery-theme .jdgm-carousel__right-arrow {
      right: -10rem;
    }
  }
  shopify-payment-terms,
  shop-pay-wallet-button {
    display: none;
  }

  @media (min-width: 1024px) {
    .product-details .disclosure > summary {
      padding-top: calc(6 * var(--space-unit));
      padding-bottom: calc(6 * var(--space-unit));
    }
  }

  .product-info__block a.link {
    font-size: 1.6rem;
    color: #222222;
    letter-spacing: -0.05rem;
  }

  product-recommendations {
    carousel-slider h2 {
      font-size: 1.5rem;
    }

    .card__info p.h6 {
      font-size: 1.5rem;
      text-transform: capitalize;
      margin-top: 0;
    }

    span.price__from {
      font-size: 1.2rem;
      color: #696969;
      vertical-align: top;
    }

    .price__default .price__current,
    .price__was {
      font-size: 1.6rem;
      padding: 0;
    }

    .card__media {
      width: 11.5rem;
      height: 11.5rem;
      border-radius: 1rem;
      overflow: hidden;
    }

    .card__media .media {
      width: 100%;
      height: 100%;
    }

    .card--related .card__media {
      flex: 0 0 11.5rem;
    }
    .card--related {
      gap: 1.5rem;
    }

    .card--related .card__info {
      padding: 0;
    }

    .card--related {
      border-radius: 1rem;
      align-items: center;
      height: 100%;
    }
  }

  .product-info__block .product-label-wrapper {
    margin-bottom: 0;
  }

  .marquee-effect {
    animation: marquee 25s linear infinite;
  }

  .cc-icons-with-text,
  .cc-logo-list {
    overflow: hidden;
    user-select: none;
    pointer-events: none;
  }

  .cc-icons-with-text,
  .cc-logo-list {
    .container {
      max-width: 100%;
      padding: 0;
    }

    carousel-slider {
      button {
        display: none;
      }
    }
  }
  .os-scrollbar-horizontal .os-scrollbar-handle:before {
    content: unset;
  }

  .os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
  .os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .slider[data-overlayscrollbars-viewport] {
    padding: 0 !important;
  }

  .cc-logo-list .section__heading {
    text-transform: inherit;
    color: #696969;
    font-size: 2rem;
    font-weight: 500;
  }

  .cc-logo-list .section__header {
    margin-bottom: 3rem;
  }

  @media (max-width: 800px) {
    .media-gallery__viewer {
      margin-bottom: 1rem;
    }

    media-gallery.media-gallery {
      display: inherit;
      height: 45.5rem;
    }

    .media-gallery__thumbs.no-js-hidden {
      max-width: 100%;
      margin-right: 0;
    }

    .media-thumbs {
      flex-direction: unset;
      gap: 1rem;
    }

    .media-thumbs__item {
      max-width: 5.61rem;
      max-height: 5.61rem;
    }

    .jdgm-carousel__arrows {
      display: none;
    }

    .product-title {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }
    .price__current,
    .price__was {
      font-size: 2rem;
    }

    .variant-label {
      left: 27.5rem;
      top: 0.5rem;
    }

    .product-info__block.product-info__title,
    .product-info__block.product-price {
      margin-bottom: 0;
    }

    .slider .slider__grid {
      width: 100%;
    }

    product-recommendations {
      carousel-slider {
        > div {
          margin-bottom: 2rem;
        }
      }
    }

    .product-info__block > a.link {
      font-size: 1.5rem;
      max-width: 30rem;
      display: block;
      text-align: center;
      margin: 0 auto;
    }
  }

    @media (max-width: 376px) {
      media-gallery.media-gallery {
          display: inherit;
          height: 40.5rem;
      }
    }

  @media (max-width: 321px) {
        media-gallery.media-gallery {
            display: inherit;
            height: 34.5rem;
        }
    }

  @media (max-width: 1074px) {
    .price__current,
    .price__was {
      font-size: 2.3rem;
      padding-inline-end: 0.5rem;
    }

    .variant-label {
      left: 29rem;
    }

    .media-gallery__viewer {
        height: auto;
    }

    .media-viewer, .media {
        height: 100%;
    }
    
  }

  @media (max-width: 800px) {
    .cc-icons-with-text,
    .cc-logo-list {
      .auto-cols-1 {
        grid-auto-columns: 25rem;
      }
    }

    .variant-label {
      left: 27rem;
      top: 0.5rem;
    }

    .price__current,
    .price__was {
      padding-inline-end: 1.2rem;
      font-size: 2.1rem;
    }

    .marquee-effect {
      animation-duration: 10s;
    }

    product-recommendations {
      .card__media {
        height: auto;
      }

      .card--related {
        align-items: stretch;
      }
    }

    announcement-bar .container {
      padding-inline: 0;
    }
  }

  product-recommendations product-form button.btn {
    border-radius: 0.655rem;
    padding: 0.818rem 1.496rem;
    font-size: 1.39rem;
    background: #ff580d;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.49rem;
  }

  .jdgm-carousel-item__review-title {
    width: fit-content !important;
  }

  .jdgm-carousel--gallery-theme .jdgm-carousel-item__review-content-wrapper {
    order: -1;
  }

  .jdgm-carousel--gallery-theme
    .jdgm-carousel-item__review-content-wrapper
    > div {
    text-align: left;
    width: inherit !important;
  }

  .jdgm-carousel--gallery-theme .jdgm-carousel-item__reviewer-wrapper {
    flex-direction: column;
    align-items: baseline;
    padding-left: 6rem;
    position: relative;
    gap: 0;
  }

  .jdgm-carousel--gallery-theme .jdgm-carousel-item__reviewer-name {
    color: #2d2323;
    font-weight: 700;
  }

  .jdgm-rev__buyer-badge:before {
    content: "Verified Customer";
    font-size: 1.2rem;
    color: gray;
    font-weight: 400;
    opacity: 0.5;
  }

  .jdgm-carousel--gallery-theme .jdgm-rev__buyer-badge {
    padding: 0;
    background: none;
    position: relative;
  }

  .jdgm-carousel-item__review-rating {
    display: none;
  }

  .jdgm-carousel-item__reviewer-wrapper {
    .jdgm-carousel-item__review-rating {
      display: block !important;
    }
  }

  span.jdgm-rev__buyer-badge::after {
    content: "" !important;
    background-image: url("/cdn/shop/files/Vector_2_430x.svg?v=1748905990#") !important;
    background-size: 2.4rem;
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    opacity: 0.35;
    display: block;
    margin-left: 10.5rem;
    margin-top: 0.1rem;
  }

  .jdgm-star {
    color: #ffa816;
    font-size: 1.45rem;
  }

  .jdgm-carousel-item__reviewer-wrapper::before {
    content: "";
    height: 4.744rem;
    width: 4.744rem;
    background-image: url("/cdn/shop/files/646338596bbfb7a8d91ac9b1_Roderick.png_1_430x.png?v=1748906907");
    background-size: 4.744rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1rem;
  }

  #infiniteoptions-container {
    display: none !important;
  }

  @media (min-width: 769px) {
    .announcement__col--align-left .announcement__text {
      justify-content: center;
    }
  }

  .announcement__text {
    padding-block: 1rem;
  }

  .announcement__text a {
    background-color: #242424;
    padding: 0.3rem 0.7rem;
    border-radius: 0.5rem;
    text-decoration: none;
  }

  @media (max-width: 500px) {
    .announcement__text p > strong:first-child {
      display: none;
    }

    .announcement__text {
      font-size: 1.3rem;
    }
  }

  @media (max-width: 426px) {
    .product-label.product-label--sale {
      padding-inline: 0.8rem;
      padding-top: 0.5rem;
      padding-bottom: 0.4rem;
    }

    .variant-label {
      right: 0;
    }

    .price__current,
    .price__was {
      padding-inline-end: 0.7rem;
    }

    .product-info__add-to-cart quantity-input {
      max-width: 10rem;
    }

    .announcement__text {
      font-size: 1.2rem;
    }
  }

  @media (max-width: 422px) {
    .price__current,
    .price__was {
      font-size: 1.8rem;
    }

    .variant-label {
      left: auto;
      top: 0.85rem;
      right: 0;
    }
    .product-label.product-label--sale {
      font-size: 1.2rem;
      padding-inline: 0.8rem;
      padding-top: 0.3rem;
      padding-bottom: 0.2rem;
    }

    .price__current,
    .price__was {
      padding-inline-end: 0.4rem;
    }

    product-recommendations .price__default .price__current,
    product-recommendations .price__default .price__was {
      font-size: 1.2rem;
    }

    product-recommendations span.price__from {
      font-size: 1rem;
      display: inline-block;
      margin-top: 0.5rem;
    }

    .card--related {
      height: 100%;
    }

    product-recommendations {
      .card--related .card__info {
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    }
  }

  @media (max-width: 376px) {
    .product-info__add-button button.btn--secondary {
      gap: 0.5rem;
    }

    .announcement__text {
      font-size: 1.1rem;
    }
  }

  @media (max-width: 366px) {
    .product-label.product-label--sale {
      font-size: 1rem;
      padding-inline: 0.5rem;
      padding-top: 0.12rem;
      padding-bottom: 0;
    }

    .variant-label {
      left: 19rem;
      top: 1.1rem;
    }

    .price__current,
    .price__was {
      padding-inline-end: 0.5rem;
      font-size: 1.5rem;
    }

    product-recommendations .card__info p.h6 {
      font-size: 1.3rem;
    }

    product-recommendations product-form button.btn {
      font-size: 1.2rem;
    }

    .announcement__text {
      font-size: 1.1rem;
    }
  }

  @media (max-width: 321px) {
    .announcement__text {
      font-size: 1rem;
    }
  }

  .description__details[open] {
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: transparent;
    .description__read-more-button {
      opacity: 1;
    }
  }

  .description__read-more-button {
    margin-top: 1.6rem;
    margin-bottom: 0;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.5rem;
    transition: opacity 300ms ease-in-out;
    opacity: 0;
  }

  .description__text p {
    color: #696969;
  }

  main-menu:not(.is-out main-menu) {
    padding-bottom: 1rem;
  }

  .image__slide__section {
    overflow: hidden;
  }

  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  @media (max-width: 500px) {
    .image__slides {
      animation: marquee 50s linear infinite;
      gap: 1.8rem;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      height: 5rem;
      width: max-content;
    }

    .image__slide {
      height: 5rem;
      img {
        vertical-align: middle;
        height: 5rem;
        object-fit: contain;
      }
    }
  }

  @media (min-width: 1024px) {
    .media.relative.image__slide {
      width: 1000px !important;
    }
  }
}

product-recommendations
  product-form
  button.btn
  .icon_add_cart:not(
    .template-steering-wheel-products-new
      product-recommendations
      product-form
      button.btn
      .icon_add_cart
  ) {
  display: none;
}
