/** Shopify CDN: Minification failed

Line 4703:22 Unexpected "{"
Line 4703:31 Expected ":"
Line 4712:22 Unexpected "{"
Line 4712:31 Expected ":"
Line 4726:22 Unexpected "{"
Line 4726:31 Expected ":"

**/
product-info {
  display: block;
}

.product {
  margin: 0;
}

.product.grid {
  gap: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper {
  padding-left: 0;
}

@media screen and (min-width: 750px) {
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .product__info-wrapper {
    padding: 0 0 0 5rem;
  }

  .product__info-wrapper--extra-padding {
    padding: 0 0 0 8rem;
  }

  .product--right .product__info-wrapper {
    padding: 0 5rem 0 0;
  }

  .product--right .product__info-wrapper--extra-padding {
    padding: 0 8rem 0 0;
  }

  .product--right .product__media-list {
    margin-bottom: 2rem;
  }

  .product__media-container .slider-buttons {
    display: none;
  }

  .product--right .product__media-wrapper {
    order: 2;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem;
    max-width: 35%;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media).product--right .product__info-wrapper {
    padding: 0 4rem 0 0;
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.6rem;
}

.shopify-payment-button__button [role='button'].focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button [role='button']:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role='button']:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button + .shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper .svg-wrapper {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 44rem;
  min-width: fit-content;
  border: none;
}

.product-form__input .form__label {
  padding-left: 0;
}

.product-form__input .select {
  max-width: 100%;
}

.product-form__input .svg-wrapper {
  right: 1.5rem;
}

.product-form__submit {
  margin-bottom: 1rem;
}

.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled='true'] {
    color: Window;
  }
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + * {
  margin: 1.5rem 0;
}

.product__info-container iframe {
  max-width: 100%;
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
  margin: 2.5rem 0;
}

.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
}

.product__title > * {
  margin: 0;
}

.product__title > a {
  display: none;
}

.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price .badge {
  margin-bottom: 0.5rem;
}

.product .price__container {
  margin-bottom: 0.5rem;
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 60rem;
  }

  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
  text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
  padding: 0;
}

.product__tax {
  margin-top: -1.4rem;
}

.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}

.product--no-media .product-form__quantity {
  flex-direction: column;
  max-width: 100%;
}

.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
  margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}

.product-form__buttons {
  max-width: 44rem;
}

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  text-align: center;
}

/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product__media-list .product__media-item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }

  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }

  .product__media-list {
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }

  .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product:not(.product--columns) .product__media-list .product__media-item:first-child,
  .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * {
    width: 100%;
  }

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }

  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.product__media-list .media > * {
  overflow: hidden;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
  content: none;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

@media screen and (min-width: 990px) {
  .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  background-color: transparent;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}

.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
  cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
  display: none;
}

.product__modal-opener > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  height: 48px;
  width: 48px;
}

.product__modal-opener .path {
  stroke: rgb(var(--color-button));
  opacity: 0.75;
}

@media (hover: hover) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .product__media-zoom-hover,
  .product__media-icon--hover {
    display: flex;
  }
}

.js .product__media {
  overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .thumbnail[aria-current]:focus,
  .thumbnail.focused {
    outline: transparent solid 1px;
  }
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}

.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}

.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.product:not(.featured-product) .product__view-details {
  display: none;
}

.product__view-details {
  display: block;
  text-decoration: none;
}

.product__view-details:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

/* Inventory status */

.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product__inventory .svg-wrapper,
.product__inventory svg {
  width: 15px;
  height: 15px;
}

.product--no-media .product__inventory {
  justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
  display: block;
}

.product__inventory.visibility-hidden:empty::after {
  content: '#';
}

.product__inventory .icon-inventory-status circle:first-of-type {
  opacity: .3;
}

/* Icon with text */
.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 3rem);
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}

.icon-with-text--vertical {
  --icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .svg-wrapper {
  fill: rgb(var(--color-foreground));
  height: var(--icon-size);
  width: var(--icon-size);
}

.icon-with-text--horizontal .svg-wrapper,
.icon-with-text--horizontal img {
  margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .svg-wrapper {
  min-height: var(--icon-size);
  min-width: var(--icon-size);
  margin-right: var(--icon-spacing);
}

.icon-with-text img {
  height: var(--icon-size);
  width: var(--icon-size);
  object-fit: contain;
}

.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
  padding-top: calc(var(--icon-size) + var(--icon-spacing));
  text-align: center;
}

.icon-with-text--horizontal .svg-wrapper + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
  padding-top: 0;
}

.icon-with-text__item {
  display: flex;
  align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
  flex-direction: column;
  width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: var(--icon-size);
}

/* SKU block */

.product__sku.visibility-hidden::after {
  content: '#';
}

/* Product-thumbnail snippet */

.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
  /* arbitrary offset value based on average theme spacing and header height */
  --viewport-offset: 400px;
  --constrained-min-height: 300px;
  --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
  margin-right: auto;
  margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
  --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
  width: min(var(--contained-width), 100%);
}

.product-media-container .media {
  padding-top: var(--ratio-percent);
}

.product-media-container.constrain-height .media {
  padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }

  .product-media-container.media-fit-cover .media {
    /* allow media img element to scale relative to modal-opener/product-media-container */
    position: initial;
  }
}

@media screen and (min-width: 750px) {
  .product-media-container {
    max-width: 100%;
  }

  .product-media-container:not(.media-type-image) {
    /* override to use actual media ratio (not poster ratio) for video/models on desktop */
    --aspect-ratio: var(--ratio);
  }

  .product-media-container.constrain-height {
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }

  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .product__modal-opener,
  .product-media-container.media-fit-cover .media {
    height: 100%;
  }

  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
}

.product-media-container .product__modal-opener {
  display: block;
  position: relative;
}

@media screen and (min-width: 750px) {
  .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
}

/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.recipient-form > input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
  width: 10px;
  height: 9px;
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}

/* =========================================================
   MPT PRODUCT PAGE
========================================================= */

.mpt-product-page {
  background: #0d1012 !important;
  color: #111;
}

.mpt-product-page > product-component > .page-width {
  max-width: 132rem;
}

.mpt-product-layout {
  align-items: flex-start;
  gap: 3.2rem !important;
}

.mpt-product-layout .product__media-wrapper {
  background: #15191c;
  border: 1px solid #30363a;
  padding: 1.8rem !important;
}

.mpt-product-layout .product__media-list,
.mpt-product-layout .product__media-item,
.mpt-product-layout .product-media-container,
.mpt-product-layout .product__media,
.mpt-product-layout .global-media-settings {
  background: #2c3034 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.mpt-product-layout .product__media img {
  object-fit: contain !important;
}

.mpt-product-layout .product__info-wrapper {
  padding: 0 !important;
}

.mpt-product-layout .product__info-container {
  width: 100%;
  max-width: none;
  padding: 3rem;
  background: #eef0f2;
  border-top: 4px solid #d71920;
  color: #171717;
}

.mpt-product-layout .product__info-container > * + * {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.mpt-product-layout .product__title {
  margin: 0 0 1rem !important;
}

.mpt-product-layout .product__title h1,
.mpt-product-layout .product__title .h1 {
  margin: 0;
  color: #171717 !important;
  font-size: clamp(3rem, 2.7vw, 4.2rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.04rem !important;
}

.mpt-product-layout .price {
  margin: 0.7rem 0 0.5rem !important;
}

.mpt-product-layout .price-item,
.mpt-product-layout .price-item--regular,
.mpt-product-layout .price-item--sale {
  color: #111 !important;
  font-size: 2.5rem !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
}

.mpt-product-layout .product__tax,
.mpt-product-layout shopify-payment-terms {
  color: #666 !important;
  font-size: 1.2rem !important;
}

.mpt-customize-heading {
  margin: 2.2rem 0 1.5rem;
  padding: 1.1rem 1.3rem;
  color: #fff;
  background: #171b1f;
  border-left: 5px solid #d71920;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.mpt-product-layout .product-form__input {
  width: 100%;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 0 1.7rem !important;
}

.mpt-product-layout .product-form__input .form__label {
  margin: 0 0 0.8rem !important;
  padding: 0 !important;
  color: #232323 !important;
  font-size: 1.2rem !important;
  line-height: 1.3;
  font-weight: 800 !important;
}

.mpt-product-layout .product-form__input input[type='radio'] + label {
  min-height: 4.5rem !important;
  margin: 0 0.7rem 0.7rem 0 !important;
  padding: 1.1rem 1.5rem !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #171717 !important;
  background: #fff !important;
  border: 1px solid #aeb3b7 !important;
  border-radius: 0 !important;
  font-size: 1.25rem !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  white-space: normal !important;
  text-align: left !important;
}

.mpt-product-layout .product-form__input input[type='radio'] + label:hover {
  border-color: #d71920 !important;
}

.mpt-product-layout .product-form__input input[type='radio']:checked + label {
  color: #fff !important;
  background: #15181a !important;
  border-color: #d71920 !important;
  box-shadow: inset 4px 0 0 #d71920 !important;
}

.mpt-product-layout .product-form__input .select,
.mpt-product-layout .product-form__input .select__select {
  width: 100%;
  max-width: none !important;
}

.mpt-product-layout .product-form__input .select__select {
  min-height: 4.8rem;
  color: #171717;
  background: #fff;
  border: 1px solid #aeb3b7;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
}

.mpt-product-layout .product-form__quantity {
  margin-bottom: 1.6rem !important;
}

.mpt-product-layout .quantity {
  min-height: 4.8rem;
  background: #fff;
  border: 1px solid #aeb3b7;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mpt-product-layout .quantity::before,
.mpt-product-layout .quantity::after {
  display: none !important;
}

.mpt-product-layout .product-form__buttons {
  width: 100%;
  max-width: none !important;
}

.mpt-product-layout .product-form__submit {
  width: 100%;
  min-height: 5.5rem !important;
  margin: 0 0 1rem !important;
  color: #fff !important;
  background: #d71920 !important;
  border: 2px solid #d71920 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.13rem !important;
  text-transform: uppercase !important;
}

.mpt-product-layout .product-form__submit::before,
.mpt-product-layout .product-form__submit::after {
  display: none !important;
}

.mpt-product-layout .product-form__submit:hover:not([disabled]) {
  background: #15181a !important;
  border-color: #15181a !important;
}

.mpt-product-layout .shopify-payment-button__button {
  min-height: 5.2rem !important;
  border-radius: 0 !important;
}

.mpt-product-layout .product__inventory,
.mpt-product-layout .product__sku {
  display: none !important;
}

.mpt-product-tabs {
  margin-top: 4rem;
  background: #f3f4f5;
  border-top: 4px solid #d71920;
}

.mpt-product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  background: #171b1f;
  border-bottom: 1px solid #353b40;
}

.mpt-product-tabs__button {
  min-height: 5.2rem;
  padding: 0 2.2rem;
  color: #fff;
  background: transparent;
  border: 0;
  border-right: 1px solid #353b40;
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.mpt-product-tabs__button:hover,
.mpt-product-tabs__button.is-active {
  background: #d71920;
}

.mpt-product-tabs__content {
  padding: 3rem;
  color: #272727;
}

.mpt-product-tabs__panel {
  display: none;
  font-size: 1.5rem;
  line-height: 1.75;
}

.mpt-product-tabs__panel.is-active {
  display: block;
}

.mpt-product-tabs__panel h2,
.mpt-product-tabs__panel h3,
.mpt-product-tabs__panel h4 {
  color: #171717;
  font-weight: 800;
}

@media screen and (min-width: 990px) {
  .mpt-product-layout .product__media-wrapper {
    width: calc(58% - 1.6rem) !important;
    max-width: calc(58% - 1.6rem) !important;
  }

  .mpt-product-layout .product__info-wrapper {
    width: calc(42% - 1.6rem) !important;
    max-width: calc(42% - 1.6rem) !important;
  }
}

@media screen and (max-width: 989px) {
  .mpt-product-layout {
    gap: 2rem !important;
  }

  .mpt-product-layout .product__info-container {
    padding: 2.4rem;
  }
}

@media screen and (max-width: 749px) {
  .mpt-product-page {
    padding-top: 1.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .mpt-product-layout .product__media-wrapper {
    padding: 1rem !important;
  }

  .mpt-product-layout .product__info-container {
    padding: 2rem 1.6rem;
  }

  .mpt-product-layout .product__title h1,
  .mpt-product-layout .product__title .h1 {
    font-size: 3rem !important;
  }

  .mpt-product-tabs {
    margin-top: 2.5rem;
  }

  .mpt-product-tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mpt-product-tabs__button {
    width: 100%;
    padding: 0 1rem;
    border-bottom: 1px solid #353b40;
  }

  .mpt-product-tabs__content {
    padding: 2rem 1.6rem;
  }
}
/* =========================================================
   MPT PRODUCT PAGE — INDUSTRIAL OVERRIDES
========================================================= */

.mpt-product-page {
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px),
    #0b0e10 !important;
  background-size: 32px 32px;
}

/* Main layout */

.mpt-product-layout {
  gap: 2.4rem !important;
}

/* Image side */

.mpt-product-layout .product__media-wrapper {
  position: relative;
  padding: 1.2rem !important;
  background: #111518 !important;
  border: 1px solid #333a3f !important;
  box-shadow:
    inset 0 0 0 1px #050607,
    0 10px 30px rgba(0, 0, 0, 0.35);
}

.mpt-product-layout .product__media-wrapper::before {
  content: 'MPT / PRODUCT VIEW';
  display: block;
  margin-bottom: 1rem;
  padding: 0.7rem 1rem;
  color: #aeb5ba;
  background: #1b2024;
  border-left: 4px solid #d71920;
  font-size: 1rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

.mpt-product-layout .product__media-list,
.mpt-product-layout .product__media-item,
.mpt-product-layout .product-media-container,
.mpt-product-layout .product__media,
.mpt-product-layout .global-media-settings {
  background:
    linear-gradient(135deg, #2d3236 0%, #22272b 100%) !important;
  border-radius: 0 !important;
}

.mpt-product-layout .product__media {
  border: 1px solid #3a4146 !important;
}

/* Purchase panel */

.mpt-product-layout .product__info-container {
  position: relative;
  padding: 2.5rem !important;
  color: #e8ebed !important;
  background:
    linear-gradient(145deg, #202529 0%, #161a1d 100%) !important;
  border: 1px solid #3a4146 !important;
  border-top: 5px solid #d71920 !important;
  box-shadow:
    inset 0 0 0 1px #090b0c,
    0 10px 30px rgba(0, 0, 0, 0.38);
}

.mpt-product-layout .product__info-container::before {
  content: 'MULDOON’S PERFORMANCE TRANSMISSIONS';
  display: block;
  margin: -0.5rem 0 1.5rem;
  color: #7f888e;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

/* Title */

.mpt-product-layout .product__title h1,
.mpt-product-layout .product__title .h1 {
  color: #ffffff !important;
  font-size: clamp(2.8rem, 2.5vw, 4rem) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
  letter-spacing: -0.05rem !important;
  text-transform: uppercase;
}

/* Price */

.mpt-product-layout .price-item,
.mpt-product-layout .price-item--regular,
.mpt-product-layout .price-item--sale {
  color: #ffffff !important;
  font-size: 2.6rem !important;
  font-weight: 900 !important;
}

.mpt-product-layout .product__tax,
.mpt-product-layout shopify-payment-terms,
.mpt-product-layout .installment {
  color: #9da5aa !important;
}

/* Section label */

.mpt-customize-heading {
  margin: 2rem 0 1.4rem !important;
  padding: 1rem 1.2rem !important;
  color: #ffffff !important;
  background:
    repeating-linear-gradient(
      -45deg,
      #24292d,
      #24292d 8px,
      #202529 8px,
      #202529 16px
    ) !important;
  border: 1px solid #3d4449 !important;
  border-left: 5px solid #d71920 !important;
  font-size: 1.2rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.16rem !important;
  text-transform: uppercase;
}

/* Variant labels */

.mpt-product-layout .product-form__input .form__label {
  color: #cbd0d3 !important;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

/* Variant buttons */

.mpt-product-layout
  .product-form__input
  input[type='radio']
  + label {
  min-height: 4.4rem !important;
  color: #d8dcdf !important;
  background: #24292d !important;
  border: 1px solid #4a5258 !important;
  box-shadow: inset 0 0 0 1px #111416;
  border-radius: 0 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02rem;
}

.mpt-product-layout
  .product-form__input
  input[type='radio']
  + label:hover {
  color: #ffffff !important;
  background: #2c3236 !important;
  border-color: #d71920 !important;
}

.mpt-product-layout
  .product-form__input
  input[type='radio']:checked
  + label {
  color: #ffffff !important;
  background:
    linear-gradient(90deg, #d71920 0 5px, #111416 5px 100%) !important;
  border-color: #d71920 !important;
  box-shadow:
    inset 0 0 0 1px #000000,
    0 0 0 1px rgba(215, 25, 32, 0.2) !important;
}

/* Dropdowns */

.mpt-product-layout .product-form__input .select__select {
  color: #ffffff !important;
  background: #22272b !important;
  border: 1px solid #4b5359 !important;
  border-radius: 0 !important;
}

/* Quantity */

.mpt-product-layout .quantity {
  color: #ffffff !important;
  background: #202529 !important;
  border: 1px solid #4a5258 !important;
  border-radius: 0 !important;
}

.mpt-product-layout .quantity__button,
.mpt-product-layout .quantity__input {
  color: #ffffff !important;
}

/* Add to cart */

.mpt-product-layout .product-form__submit {
  min-height: 5.6rem !important;
  color: #ffffff !important;
  background:
    linear-gradient(180deg, #e21d25 0%, #b71117 100%) !important;
  border: 1px solid #ff3a41 !important;
  border-bottom: 4px solid #7f090d !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 5px 0 #070809 !important;
  border-radius: 0 !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.16rem !important;
  text-transform: uppercase !important;
}

.mpt-product-layout .product-form__submit:hover:not([disabled]) {
  background:
    linear-gradient(180deg, #f2262e 0%, #c01319 100%) !important;
  transform: translateY(1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 3px 0 #070809 !important;
}

/* Dynamic checkout */

.mpt-product-layout .shopify-payment-button__button {
  border-radius: 0 !important;
  border: 1px solid #444c51 !important;
}

/* Tabs */

.mpt-product-tabs {
  background: #14181b !important;
  border: 1px solid #343b40 !important;
  border-top: 5px solid #d71920 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

.mpt-product-tabs__nav {
  background:
    repeating-linear-gradient(
      -45deg,
      #202529,
      #202529 10px,
      #1b2024 10px,
      #1b2024 20px
    ) !important;
  border-bottom: 1px solid #3a4146 !important;
}

.mpt-product-tabs__button {
  color: #bdc4c8 !important;
  border-right: 1px solid #3c4449 !important;
  font-weight: 900 !important;
  letter-spacing: 0.12rem !important;
}

.mpt-product-tabs__button:hover {
  color: #ffffff !important;
  background: #2a3034 !important;
}

.mpt-product-tabs__button.is-active {
  color: #ffffff !important;
  background: #d71920 !important;
  box-shadow: inset 0 -4px 0 #7b090d;
}

.mpt-product-tabs__content {
  color: #c9ced1 !important;
  background:
    linear-gradient(145deg, #1b2024 0%, #131719 100%) !important;
}

.mpt-product-tabs__panel,
.mpt-product-tabs__panel p,
.mpt-product-tabs__panel li {
  color: #c9ced1 !important;
}

.mpt-product-tabs__panel h2,
.mpt-product-tabs__panel h3,
.mpt-product-tabs__panel h4 {
  color: #ffffff !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

/* Thumbnail styling */

.mpt-product-layout .thumbnail {
  background: #1b2024 !important;
  border: 1px solid #40484d !important;
  border-radius: 0 !important;
}

.mpt-product-layout .thumbnail[aria-current] {
  border-color: #d71920 !important;
  box-shadow: inset 0 0 0 2px #d71920 !important;
}

/* Hard industrial corners everywhere */

.mpt-product-page button,
.mpt-product-page input,
.mpt-product-page select,
.mpt-product-page .button,
.mpt-product-page .global-media-settings {
  border-radius: 0 !important;
}

/* Mobile */

@media screen and (max-width: 749px) {
  .mpt-product-layout .product__info-container {
    padding: 2rem 1.5rem !important;
  }

  .mpt-product-layout .product__title h1,
  .mpt-product-layout .product__title .h1 {
    font-size: 2.8rem !important;
  }

  .mpt-product-layout .product__media-wrapper::before,
  .mpt-product-layout .product__info-container::before {
    letter-spacing: 0.11rem;
  }
}
/* =========================================================
   MPT PRODUCT PAGE — WEBSITE-MATCHED INDUSTRIAL STYLE
========================================================= */

.mpt-product-page {
  background: #0d1012 !important;
  color: #171717;
}

.mpt-product-page > product-component > .page-width {
  max-width: 138rem;
}

/* Main product layout */

.mpt-product-layout {
  gap: 3rem !important;
  align-items: flex-start;
}

/* =========================================================
   PRODUCT MEDIA
========================================================= */

.mpt-product-layout .product__media-wrapper {
  padding: 1.5rem !important;
  background: #171b1f !important;
  border: 1px solid #2e3438 !important;
  border-radius: 0 !important;
}

.mpt-product-layout .product__media-wrapper::before {
  content: 'PRODUCT VIEW';
  display: block;
  margin-bottom: 1.2rem;
  padding: 0.9rem 1.2rem;

  color: #ffffff;
  background: #111416;
  border-left: 4px solid #d71920;

  font-size: 1.05rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.mpt-product-layout .product__media-list,
.mpt-product-layout .product__media-item,
.mpt-product-layout .product-media-container,
.mpt-product-layout .product__media,
.mpt-product-layout .global-media-settings {
  background: #272c30 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.mpt-product-layout .product__media {
  border: 1px solid #363c40 !important;
}

.mpt-product-layout .product__media img {
  object-fit: contain !important;
}

/* =========================================================
   PRODUCT INFORMATION PANEL
========================================================= */

.mpt-product-layout .product__info-wrapper {
  padding: 0 !important;
}

.mpt-product-layout .product__info-container {
  width: 100%;
  max-width: none !important;
  padding: 3rem !important;

  color: #171717 !important;
  background: #f2f3f4 !important;

  border: 1px solid #d4d7d9 !important;
  border-top: 5px solid #d71920 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mpt-product-layout .product__info-container::before {
  content: 'MULDOON’S PERFORMANCE TRANSMISSIONS';
  display: block;
  margin-bottom: 1.4rem;

  color: #747b80;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.mpt-product-layout .product__info-container > * + * {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

/* =========================================================
   PRODUCT TITLE
========================================================= */

.mpt-product-layout .product__title {
  margin: 0 0 1rem !important;
}

.mpt-product-layout .product__title h1,
.mpt-product-layout .product__title .h1 {
  margin: 0;

  color: #111416 !important;
  font-size: clamp(2.8rem, 2.55vw, 4.1rem) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  letter-spacing: -0.05rem !important;
  text-transform: uppercase;
}

/* =========================================================
   PRICE
========================================================= */

.mpt-product-layout .price {
  margin: 0.8rem 0 0.5rem !important;
}

.mpt-product-layout .price-item,
.mpt-product-layout .price-item--regular,
.mpt-product-layout .price-item--sale {
  color: #111416 !important;
  font-size: 2.6rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

.mpt-product-layout .product__tax,
.mpt-product-layout shopify-payment-terms,
.mpt-product-layout .installment {
  color: #666d72 !important;
  font-size: 1.2rem !important;
}

/* =========================================================
   CUSTOMIZE YOUR BUILD HEADER
========================================================= */

.mpt-customize-heading {
  margin: 2.2rem 0 1.7rem !important;
  padding: 1.1rem 1.3rem !important;

  color: #ffffff !important;
  background: #171b1f !important;

  border: 0 !important;
  border-left: 5px solid #d71920 !important;
  border-radius: 0 !important;

  font-size: 1.25rem !important;
  line-height: 1;
  font-weight: 900 !important;
  letter-spacing: 0.13rem !important;
  text-transform: uppercase;
}

/* =========================================================
   OPTION LABELS
========================================================= */

.mpt-product-layout .product-form__input {
  width: 100%;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 0 1.8rem !important;
}

.mpt-product-layout .product-form__input .form__label {
  margin: 0 0 0.8rem !important;
  padding: 0 !important;

  color: #252a2d !important;
  font-size: 1.1rem !important;
  line-height: 1.3;
  font-weight: 900 !important;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

/* =========================================================
   VARIANT BUTTONS
========================================================= */

.mpt-product-layout
  .product-form__input
  input[type='radio']
  + label {
  min-height: 4.5rem !important;
  margin: 0 0.7rem 0.7rem 0 !important;
  padding: 1.1rem 1.5rem !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  color: #22272a !important;
  background: #ffffff !important;

  border: 1px solid #aeb4b8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 1.2rem !important;
  line-height: 1.25 !important;
  font-weight: 750 !important;
  white-space: normal !important;
  text-align: left !important;
}

.mpt-product-layout
  .product-form__input
  input[type='radio']
  + label:hover {
  color: #111416 !important;
  background: #f7f7f7 !important;
  border-color: #d71920 !important;
}

.mpt-product-layout
  .product-form__input
  input[type='radio']:checked
  + label {
  color: #ffffff !important;
  background: #171b1f !important;
  border-color: #171b1f !important;

  box-shadow:
    inset 5px 0 0 #d71920 !important;
}

/* =========================================================
   DROPDOWNS
========================================================= */

.mpt-product-layout .product-form__input .select,
.mpt-product-layout .product-form__input .select__select {
  width: 100%;
  max-width: none !important;
}

.mpt-product-layout .product-form__input .select__select {
  min-height: 4.8rem;

  color: #171717 !important;
  background: #ffffff !important;

  border: 1px solid #aeb4b8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-weight: 700;
}

/* =========================================================
   QUANTITY
========================================================= */

.mpt-product-layout .product-form__quantity {
  margin-bottom: 1.7rem !important;
}

.mpt-product-layout .quantity {
  min-height: 4.9rem;

  color: #171717 !important;
  background: #ffffff !important;

  border: 1px solid #aeb4b8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mpt-product-layout .quantity::before,
.mpt-product-layout .quantity::after {
  display: none !important;
}

.mpt-product-layout .quantity__button,
.mpt-product-layout .quantity__input {
  color: #171717 !important;
}

/* =========================================================
   ADD TO CART
========================================================= */

.mpt-product-layout .product-form__buttons {
  width: 100%;
  max-width: none !important;
}

.mpt-product-layout .product-form__submit {
  width: 100%;
  min-height: 5.6rem !important;
  margin: 0 0 1rem !important;

  color: #ffffff !important;
  background: #d71920 !important;

  border: 2px solid #d71920 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 1.35rem !important;
  line-height: 1;
  font-weight: 900 !important;
  letter-spacing: 0.14rem !important;
  text-transform: uppercase !important;
}

.mpt-product-layout .product-form__submit::before,
.mpt-product-layout .product-form__submit::after {
  display: none !important;
}

.mpt-product-layout .product-form__submit:hover:not([disabled]) {
  color: #ffffff !important;
  background: #111416 !important;
  border-color: #111416 !important;
}

.mpt-product-layout .shopify-payment-button__button {
  min-height: 5.2rem !important;
  border-radius: 0 !important;
}

/* =========================================================
   PRODUCT TABS
========================================================= */

.mpt-product-tabs {
  margin-top: 4rem;

  background: #f2f3f4 !important;
  border: 1px solid #30363a !important;
  border-top: 5px solid #d71920 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mpt-product-tabs__nav {
  display: flex;
  flex-wrap: wrap;

  background: #171b1f !important;
  border-bottom: 1px solid #30363a !important;
}

.mpt-product-tabs__button {
  min-height: 5.2rem;
  padding: 0 2.2rem;

  color: #d8dcde !important;
  background: transparent !important;

  border: 0;
  border-right: 1px solid #353b3f !important;

  cursor: pointer;
  font: inherit;
  font-size: 1.2rem;
  font-weight: 900 !important;
  letter-spacing: 0.1rem !important;
  text-transform: uppercase;
}

.mpt-product-tabs__button:hover {
  color: #ffffff !important;
  background: #23282c !important;
}

.mpt-product-tabs__button.is-active {
  color: #ffffff !important;
  background: #d71920 !important;
}

.mpt-product-tabs__content {
  padding: 3rem;

  color: #2b3033 !important;
  background: #f2f3f4 !important;
}

.mpt-product-tabs__panel,
.mpt-product-tabs__panel p,
.mpt-product-tabs__panel li {
  color: #3b4145 !important;
}

.mpt-product-tabs__panel h2,
.mpt-product-tabs__panel h3,
.mpt-product-tabs__panel h4 {
  color: #111416 !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

/* =========================================================
   THUMBNAILS
========================================================= */

.mpt-product-layout .thumbnail {
  background: #24292d !important;
  border: 1px solid #41484d !important;
  border-radius: 0 !important;
}

.mpt-product-layout .thumbnail:hover {
  border-color: #d71920 !important;
}

.mpt-product-layout .thumbnail[aria-current] {
  border-color: #d71920 !important;
  box-shadow: inset 0 0 0 2px #d71920 !important;
}

/* =========================================================
   HIDE UNWANTED PRODUCT DATA
========================================================= */

.mpt-product-layout .product__inventory,
.mpt-product-layout .product__sku {
  display: none !important;
}

/* =========================================================
   HARD CORNERS
========================================================= */

.mpt-product-page button,
.mpt-product-page input,
.mpt-product-page select,
.mpt-product-page .button,
.mpt-product-page .global-media-settings {
  border-radius: 0 !important;
}

/* =========================================================
   DESKTOP PROPORTIONS
========================================================= */

@media screen and (min-width: 990px) {
  .mpt-product-layout .product__media-wrapper {
    width: calc(57% - 1.5rem) !important;
    max-width: calc(57% - 1.5rem) !important;
  }

  .mpt-product-layout .product__info-wrapper {
    width: calc(43% - 1.5rem) !important;
    max-width: calc(43% - 1.5rem) !important;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 989px) {
  .mpt-product-layout {
    gap: 2rem !important;
  }

  .mpt-product-layout .product__info-container {
    padding: 2.4rem !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 749px) {
  .mpt-product-page {
    padding-top: 1.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .mpt-product-layout .product__media-wrapper {
    padding: 1rem !important;
  }

  .mpt-product-layout .product__info-container {
    padding: 2rem 1.6rem !important;
  }

  .mpt-product-layout .product__title h1,
  .mpt-product-layout .product__title .h1 {
    font-size: 2.9rem !important;
  }

  .mpt-product-layout .product__media-wrapper::before {
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }

  .mpt-product-layout .product__info-container::before {
    font-size: 0.85rem;
    line-height: 1.4;
    letter-spacing: 0.09rem;
  }

  .mpt-product-tabs {
    margin-top: 2.5rem;
  }

  .mpt-product-tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mpt-product-tabs__button {
    width: 100%;
    padding: 0 1rem;
    border-bottom: 1px solid #353b3f !important;
  }

  .mpt-product-tabs__content {
    padding: 2rem 1.6rem;
  }
}
/* Remove product view label */
.mpt-product-layout .product__media-wrapper::before {
  display: none !important;
  content: none !important;
}

/* Keep media panel clean */
.mpt-product-layout .product__media-wrapper {
  padding-top: 1.5rem !important;
}

/* Make all option boxes white */
.mpt-product-layout
  .product-form__input
  input[type='radio']
  + label {
  color: #171717 !important;
  background: #ffffff !important;
  border: 1px solid #b8bdc1 !important;
  box-shadow: none !important;
}

/* Hover state */
.mpt-product-layout
  .product-form__input
  input[type='radio']
  + label:hover {
  color: #171717 !important;
  background: #ffffff !important;
  border-color: #d71920 !important;
}

/* Selected option remains white with red/black indication */
.mpt-product-layout
  .product-form__input
  input[type='radio']:checked
  + label {
  color: #111416 !important;
  background: #ffffff !important;
  border-color: #d71920 !important;
  box-shadow:
    inset 5px 0 0 #d71920 !important,
    inset 0 0 0 1px #111416 !important;
}

/* Dropdown boxes */
.mpt-product-layout .product-form__input .select__select {
  color: #171717 !important;
  background: #ffffff !important;
  border-color: #b8bdc1 !important;
}

/* Quantity box */
.mpt-product-layout .quantity {
  color: #171717 !important;
  background: #ffffff !important;
  border-color: #b8bdc1 !important;
}

.mpt-product-layout .quantity__button,
.mpt-product-layout .quantity__input {
  color: #171717 !important;
}

/* Thumbnail boxes */
.mpt-product-layout .thumbnail {
  background: #ffffff !important;
  border-color: #b8bdc1 !important;
}

/* Keep the selected thumbnail white */
.mpt-product-layout .thumbnail[aria-current] {
  background: #ffffff !important;
  border-color: #d71920 !important;
  box-shadow: inset 0 0 0 2px #d71920 !important;
}
/* =========================================================
   WHITE PRODUCT AREA — KEEP MPT BRAND LABEL
========================================================= */

/* Keep the small brand label visible */
.mpt-product-layout .product__info-container::before {
  display: block !important;
  content: 'MULDOON’S PERFORMANCE TRANSMISSIONS' !important;
  margin: 0 0 1.4rem !important;

  color: #7a8085 !important;
  font-size: 0.9rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.14rem !important;
  text-transform: uppercase !important;
}

/* White image card */
.mpt-product-layout .product__media-wrapper {
  padding: 1.4rem !important;
  background: #ffffff !important;
  border: 1px solid #d6dade !important;
}

/* White product image background */
.mpt-product-layout .product__media-list,
.mpt-product-layout .product__media-item,
.mpt-product-layout .product-media-container,
.mpt-product-layout .product__media,
.mpt-product-layout .global-media-settings,
.mpt-product-layout .media {
  background: #ffffff !important;
  border-color: #e0e3e5 !important;
}

/* Ensure the image itself stays clean */
.mpt-product-layout .product__media img {
  object-fit: contain !important;
  background: #ffffff !important;
}

/* White purchase panel */
.mpt-product-layout .product__info-container {
  color: #171717 !important;
  background: #ffffff !important;

  border: 1px solid #d6dade !important;
  border-top: 4px solid #d71920 !important;
}

/* Slightly softer option section background */
.mpt-customize-heading {
  color: #ffffff !important;
  background: #171b1f !important;
}

/* Keep all option boxes white */
.mpt-product-layout
  .product-form__input
  input[type='radio']
  + label,
.mpt-product-layout .product-form__input .select__select,
.mpt-product-layout .quantity {
  color: #171717 !important;
  background: #ffffff !important;
  border-color: #c6cbd0 !important;
}

/* Selected option */
.mpt-product-layout
  .product-form__input
  input[type='radio']:checked
  + label {
  color: #171717 !important;
  background: #ffffff !important;
  border-color: #d71920 !important;
  box-shadow: inset 4px 0 0 #d71920 !important;
}

/* White thumbnails */
.mpt-product-layout .thumbnail {
  background: #ffffff !important;
  border-color: #cfd4d8 !important;
}

/* Keep the surrounding page dark */
.mpt-product-page {
  background: #0d1012 !important;
}
/* Temporary product image preview */

.mpt-preview-product-image {
  width: 100%;
  min-height: 55rem;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 3rem;

  background: transparent !important;
  overflow: visible;
}

.mpt-preview-product-image img {
  display: block;

  width: 100%;
  height: auto;
  max-height: 70rem;

  object-fit: contain;

  background: transparent !important;

  filter:
    drop-shadow(0 18px 18px rgba(0, 0, 0, 0.18))
    drop-shadow(0 34px 34px rgba(0, 0, 0, 0.16));

  transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
  transform-origin: center;

  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.mpt-preview-product-image img:hover {
  transform:
    perspective(1200px)
    rotateX(0deg)
    rotateY(0deg)
    translateY(-5px)
    scale(1.015);

  filter:
    drop-shadow(0 22px 22px rgba(0, 0, 0, 0.2))
    drop-shadow(0 42px 42px rgba(0, 0, 0, 0.18));
}

/* Remove the surrounding media background */

.mpt-product-layout .product__media-wrapper,
.mpt-product-layout .product__media-list,
.mpt-product-layout .product__media-item,
.mpt-product-layout .product-media-container,
.mpt-product-layout .product__media,
.mpt-product-layout .global-media-settings,
.mpt-product-layout .media {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Keep only a clean outer card, if desired */

.mpt-product-layout .product__media-wrapper {
  background: #ffffff !important;
  border: 1px solid #d7dadd !important;
  padding: 2rem !important;
}

@media screen and (max-width: 749px) {
  .mpt-preview-product-image {
    min-height: 35rem;
    padding: 1.5rem;
  }

  .mpt-preview-product-image img {
    max-height: 48rem;
  }
}
/* Remove white box behind product image */

.mpt-product-layout .product__media-wrapper,
.mpt-product-layout .product__media-list,
.mpt-product-layout .product__media-item,
.mpt-product-layout .product-media-container,
.mpt-product-layout .product__media,
.mpt-product-layout .global-media-settings,
.mpt-product-layout .media,
.mpt-preview-product-image {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.mpt-product-layout .product__media-wrapper {
  padding: 0 !important;
}

.mpt-preview-product-image img,
.mpt-product-layout .product__media img {
  background: transparent !important;
}
/* Final product image and panel refinement */

.mpt-product-layout {
  gap: 3.4rem !important;
}

.mpt-preview-product-image {
  min-height: 58rem !important;
  padding: 2rem !important;
}

.mpt-preview-product-image img {
  width: 92% !important;
  max-width: 92rem !important;
  max-height: 66rem !important;

  transform:
    translate(-2.5rem, -1rem)
    perspective(1200px)
    rotateX(1deg)
    rotateY(-1deg) !important;

  filter:
    drop-shadow(0 18px 22px rgba(0, 0, 0, 0.24))
    drop-shadow(0 42px 46px rgba(0, 0, 0, 0.18)) !important;
}

.mpt-preview-product-image img:hover {
  transform:
    translate(-2.5rem, -1.4rem)
    perspective(1200px)
    rotateX(0deg)
    rotateY(0deg)
    scale(1.01) !important;
}

/* Slightly soften the purchase card */

.mpt-product-layout .product__info-container {
  background: #f4f5f6 !important;
  border-color: #d5d9dc !important;
}

/* Refine desktop proportions */

@media screen and (min-width: 990px) {
  .mpt-product-layout .product__media-wrapper {
    width: calc(59% - 1.7rem) !important;
    max-width: calc(59% - 1.7rem) !important;
  }

  .mpt-product-layout .product__info-wrapper {
    width: calc(41% - 1.7rem) !important;
    max-width: calc(41% - 1.7rem) !important;
  }
}

/* Mobile reset */

@media screen and (max-width: 749px) {
  .mpt-preview-product-image {
    min-height: 34rem !important;
  }

  .mpt-preview-product-image img {
    width: 100% !important;
    transform: none !important;
  }
}
/* =========================================================
   MPT PRODUCT PAGE — INDUSTRY LEADER REFINEMENT
========================================================= */

/* Overall section */

.mpt-product-page {
  background: #0d1012 !important;
}

.mpt-product-page > product-component > .page-width {
  max-width: 136rem !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.mpt-product-layout {
  align-items: flex-start !important;
  gap: 2.5rem !important;
}

/* =========================================================
   PRODUCT IMAGE
========================================================= */

.mpt-product-layout .product__media-wrapper,
.mpt-product-layout .product__media-list,
.mpt-product-layout .product__media-item,
.mpt-product-layout .product-media-container,
.mpt-product-layout .product__media,
.mpt-product-layout .global-media-settings,
.mpt-product-layout .media,
.mpt-preview-product-image {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.mpt-product-layout .product__media-wrapper {
  padding: 0 !important;
  overflow: visible !important;
}

.mpt-preview-product-image {
  width: 100% !important;
  min-height: 56rem !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 2rem 1rem !important;
  overflow: visible !important;
}

.mpt-preview-product-image img {
  display: block !important;

  width: 82% !important;
  max-width: 78rem !important;
  max-height: 61rem !important;

  object-fit: contain !important;
  background: transparent !important;

  transform:
    translateX(-1rem)
    translateY(-0.5rem) !important;

  filter:
    drop-shadow(0 14px 17px rgba(0, 0, 0, 0.24))
    drop-shadow(0 30px 30px rgba(0, 0, 0, 0.16)) !important;

  transition:
    transform 0.25s ease,
    filter 0.25s ease !important;
}

.mpt-preview-product-image img:hover {
  transform:
    translateX(-1rem)
    translateY(-0.8rem)
    scale(1.008) !important;

  filter:
    drop-shadow(0 18px 21px rgba(0, 0, 0, 0.27))
    drop-shadow(0 36px 35px rgba(0, 0, 0, 0.18)) !important;
}

/* =========================================================
   PURCHASE PANEL
========================================================= */

.mpt-product-layout .product__info-wrapper {
  padding: 0 !important;
}

.mpt-product-layout .product__info-container {
  width: 100% !important;
  max-width: none !important;

  padding: 3.2rem 3.2rem 3rem !important;

  color: #171717 !important;
  background: #f5f6f7 !important;

  border: 1px solid #d3d7da !important;
  border-top: 4px solid #d71920 !important;
  box-shadow: none !important;
}

/* Keep MPT brand name */

.mpt-product-layout .product__info-container::before {
  display: block !important;
  content: 'MULDOON’S PERFORMANCE TRANSMISSIONS' !important;

  margin: 0 0 1.5rem !important;

  color: #777e83 !important;
  font-size: 0.92rem !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: 0.15rem !important;
  text-transform: uppercase !important;
}

/* =========================================================
   TITLE AND AUTHORITY LINE
========================================================= */

.mpt-product-layout .product__title {
  margin: 0 0 1.4rem !important;
}

.mpt-product-layout .product__title h1,
.mpt-product-layout .product__title .h1 {
  margin: 0 !important;

  color: #111416 !important;
  font-size: clamp(3rem, 2.25vw, 3.9rem) !important;
  line-height: 1.06 !important;
  font-weight: 900 !important;
  letter-spacing: -0.05rem !important;
  text-transform: none !important;
}

.mpt-product-authority {
  max-width: 48rem;
  margin: 1.2rem 0 0 !important;

  color: #555d62 !important;
  font-size: 1.3rem !important;
  line-height: 1.55 !important;
  font-weight: 650 !important;
}

/* =========================================================
   PRICE
========================================================= */

.mpt-product-layout .price {
  margin: 1rem 0 0.8rem !important;
}

.mpt-product-layout .price-item,
.mpt-product-layout .price-item--regular,
.mpt-product-layout .price-item--sale {
  color: #111416 !important;
  font-size: 2.65rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.mpt-product-layout .product__tax,
.mpt-product-layout .installment,
.mpt-product-layout shopify-payment-terms {
  color: #697075 !important;
  font-size: 1.2rem !important;
}

/* =========================================================
   CUSTOMIZE HEADER
========================================================= */

.mpt-customize-heading {
  margin: 2.2rem 0 1.9rem !important;
  padding: 1.25rem 1.4rem !important;

  color: #ffffff !important;
  background: #171b1f !important;

  border: 0 !important;
  border-left: 4px solid #d71920 !important;

  font-size: 1.2rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.11rem !important;
  text-transform: uppercase !important;
}

/* =========================================================
   PRODUCT OPTIONS
========================================================= */

.mpt-product-layout .product-form__input {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 0 2rem !important;
}

.mpt-product-layout .product-form__input .form__label {
  margin: 0 0 0.9rem !important;

  color: #33393d !important;
  font-size: 1.05rem !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  letter-spacing: 0.07rem !important;
  text-transform: uppercase !important;
}

.mpt-product-layout
  .product-form__input
  input[type='radio']
  + label {
  min-height: 4.8rem !important;
  margin: 0 0.8rem 0.8rem 0 !important;
  padding: 1.2rem 1.5rem !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #1d2225 !important;
  background: #ffffff !important;

  border: 1px solid #b9bfc3 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 1.16rem !important;
  line-height: 1.25 !important;
  font-weight: 750 !important;
  white-space: normal !important;
}

.mpt-product-layout
  .product-form__input
  input[type='radio']
  + label:hover {
  color: #111416 !important;
  background: #ffffff !important;
  border-color: #d71920 !important;
}

.mpt-product-layout
  .product-form__input
  input[type='radio']:checked
  + label {
  color: #111416 !important;
  background: #ffffff !important;

  border-color: #d71920 !important;

  box-shadow:
    inset 4px 0 0 #d71920 !important,
    inset 0 0 0 1px #171b1f !important;
}

/* Dropdowns */

.mpt-product-layout .product-form__input .select,
.mpt-product-layout .product-form__input .select__select {
  width: 100% !important;
  max-width: none !important;
}

.mpt-product-layout .product-form__input .select__select {
  min-height: 4.9rem !important;

  color: #171717 !important;
  background: #ffffff !important;

  border: 1px solid #b9bfc3 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-weight: 700 !important;
}

/* =========================================================
   QUANTITY
========================================================= */

.mpt-product-layout .product-form__quantity {
  margin-bottom: 1.8rem !important;
}

.mpt-product-layout .quantity {
  min-height: 4.9rem !important;

  color: #171717 !important;
  background: #ffffff !important;

  border: 1px solid #b9bfc3 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mpt-product-layout .quantity::before,
.mpt-product-layout .quantity::after {
  display: none !important;
}

.mpt-product-layout .quantity__button,
.mpt-product-layout .quantity__input {
  color: #171717 !important;
}

/* =========================================================
   ADD TO CART
========================================================= */

.mpt-product-layout .product-form__buttons {
  width: 100% !important;
  max-width: none !important;
}

.mpt-product-layout .product-form__submit {
  width: 100% !important;
  min-height: 5.8rem !important;
  margin: 0 0 1rem !important;

  color: #ffffff !important;
  background: #d71920 !important;

  border: 2px solid #d71920 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 1.38rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.14rem !important;
  text-transform: uppercase !important;
}

.mpt-product-layout .product-form__submit::before,
.mpt-product-layout .product-form__submit::after {
  display: none !important;
}

.mpt-product-layout .product-form__submit:hover:not([disabled]) {
  color: #ffffff !important;
  background: #111416 !important;
  border-color: #111416 !important;
}

/* =========================================================
   TRUST / PROOF POINTS
========================================================= */

.mpt-product-trust {
  display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));

  margin-top: 2.2rem;
  border-top: 1px solid #d5d9dc;
  border-bottom: 1px solid #d5d9dc;
}

.mpt-product-trust__item {
  min-width: 0;
  padding: 1.6rem 1.2rem;

  display: flex;
  align-items: flex-start;
  gap: 0.9rem;

  border-right: 1px solid #d5d9dc;
}

.mpt-product-trust__item:last-child {
  border-right: 0;
}

.mpt-product-trust__icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  background: #d71920;

  font-size: 1.15rem;
  line-height: 1;
  font-weight: 900;
}

.mpt-product-trust__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.mpt-product-trust__text strong {
  color: #171b1f;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.mpt-product-trust__text small {
  color: #697075;
  font-size: 0.95rem;
  line-height: 1.35;
}

/* =========================================================
   DESKTOP PROPORTIONS
========================================================= */

@media screen and (min-width: 990px) {
  .mpt-product-layout .product__media-wrapper {
    width: calc(55% - 1.25rem) !important;
    max-width: calc(55% - 1.25rem) !important;
  }

  .mpt-product-layout .product__info-wrapper {
    width: calc(45% - 1.25rem) !important;
    max-width: calc(45% - 1.25rem) !important;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 989px) {
  .mpt-product-layout .product__info-container {
    padding: 2.5rem !important;
  }

  .mpt-product-trust {
    grid-template-columns: 1fr;
  }

  .mpt-product-trust__item {
    border-right: 0;
    border-bottom: 1px solid #d5d9dc;
  }

  .mpt-product-trust__item:last-child {
    border-bottom: 0;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 749px) {
  .mpt-product-page > product-component > .page-width {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .mpt-product-layout {
    gap: 1.8rem !important;
  }

  .mpt-preview-product-image {
    min-height: 32rem !important;
    padding: 1rem 0 !important;
  }

  .mpt-preview-product-image img {
    width: 100% !important;
    max-height: 38rem !important;
    transform: none !important;
  }

  .mpt-product-layout .product__info-container {
    padding: 2.2rem 1.7rem !important;
  }

  .mpt-product-layout .product__title h1,
  .mpt-product-layout .product__title .h1 {
    font-size: 2.9rem !important;
  }

  .mpt-product-authority {
    font-size: 1.2rem !important;
  }

  .mpt-product-trust {
    grid-template-columns: 1fr;
  }
}
/* Customize Your Build — simple red label */

.mpt-customize-heading {
  margin: 2.2rem 0 1.8rem !important;
  padding: 0 !important;

  color: #d71920 !important;
  background: transparent !important;

  border: 0 !important;
  box-shadow: none !important;

  font-size: 1.25rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0.11rem !important;
  text-transform: uppercase !important;
}
.mpt-product-authority {
  display: none !important;
}

.mpt-product-layout .product__title {
  margin-bottom: 1rem !important;
}
/* =========================================================
   REMOVE SHOP PAY BLUE / PURPLE BRAND COLOR
========================================================= */

/* Shop Pay logo/text inside installment messaging */
.mpt-product-layout .shopify-installments,
.mpt-product-layout shopify-payment-terms,
.mpt-product-layout .installment,
.mpt-product-layout .shopify-payment-terms,
.mpt-product-layout .shopify-payment-terms *,
.mpt-product-layout .shopify-payment-terms__content,
.mpt-product-layout .shopify-payment-terms__content * {
  color: #4a4f53 !important;
}

/* Links such as "View sample plans" */
.mpt-product-layout shopify-payment-terms a,
.mpt-product-layout .installment a,
.mpt-product-layout .shopify-payment-terms a {
  color: #4a4f53 !important;
  text-decoration-color: #4a4f53 !important;
}

/* Buy with Shop / dynamic checkout button */
.mpt-product-layout .shopify-payment-button__button,
.mpt-product-layout .shopify-payment-button__button--unbranded,
.mpt-product-layout .shopify-payment-button__button--branded {
  color: #ffffff !important;
  background: #34393d !important;
  border-color: #34393d !important;
  box-shadow: none !important;
}

/* Hover state */
.mpt-product-layout .shopify-payment-button__button:hover,
.mpt-product-layout .shopify-payment-button__button--unbranded:hover,
.mpt-product-layout .shopify-payment-button__button--branded:hover {
  color: #ffffff !important;
  background: #171b1f !important;
  border-color: #171b1f !important;
}

/* Extra checkout links */
.mpt-product-layout .shopify-payment-button__more-options {
  color: #4a4f53 !important;
}

/* Any visible Shop Pay badge or logo */
.mpt-product-layout .shop-pay-logo,
.mpt-product-layout [class*='shop-pay'],
.mpt-product-layout [class*='ShopPay'] {
  color: #4a4f53 !important;
  fill: #4a4f53 !important;
}
/* Hide Shop Pay installment messaging */
.mpt-product-layout shopify-payment-terms,
.mpt-product-layout .installment,
.mpt-product-layout .shopify-payment-terms,
.mpt-product-layout .shopify-installments {
  display: none !important;
}

/* Hide dynamic Shop Pay / accelerated checkout button */
.mpt-product-layout .shopify-payment-button {
  display: none !important;
}
.mpt-product-tabs {
  width: 100%;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mpt-product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mpt-product-tabs__button {
  appearance: none;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  padding: 20px 24px 17px;
  color: rgba(255, 255, 255, 0.62);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

.mpt-product-tabs__button:hover,
.mpt-product-tabs__button.is-active {
  color: #ffffff;
  border-bottom-color: #d71920;
}

.mpt-product-tabs__panel {
  display: none;
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.82);
}

.mpt-product-tabs__panel.is-active {
  display: block;
}

.mpt-product-tabs__panel .rte {
  max-width: 960px;
}

.mpt-product-tabs__panel .rte,
.mpt-product-tabs__panel .rte p,
.mpt-product-tabs__panel .rte li {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.mpt-product-tabs__panel .rte a:not(.mpt-document-button) {
  color: #ffffff;
}

.mpt-document-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mpt-document-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #d71920;
  background: #d71920;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.mpt-document-button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0d1012 !important;
}

@media screen and (max-width: 749px) {
  .mpt-product-tabs {
    margin-top: 32px;
  }

  .mpt-product-tabs__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mpt-product-tabs__button {
    padding: 16px 10px 13px;
    font-size: 11px;
    text-align: center;
  }

  .mpt-product-tabs__panel {
    padding: 24px 0;
  }
}
.mpt-product-tabs__panel,
.mpt-product-tabs__panel .rte,
.mpt-product-tabs__panel .rte p,
.mpt-product-tabs__panel .rte li,
.mpt-product-tabs__panel .rte strong,
.mpt-product-tabs__panel .rte em,
.mpt-product-tabs__panel .rte h1,
.mpt-product-tabs__panel .rte h2,
.mpt-product-tabs__panel .rte h3,
.mpt-product-tabs__panel .rte h4,
.mpt-product-tabs__panel .rte h5,
.mpt-product-tabs__panel .rte h6,
.mpt-product-tabs__panel .metafield-rich_text_field,
.mpt-product-tabs__panel .metafield-rich_text_field * {
  color: #171b1f !important;
}
/* Keep the existing space between the product box and tabs */
.mpt-product-tabs {
  margin-top: 48px !important;
}

/* Make the tab heading bar shorter */
.mpt-product-tabs__button {
  padding-top: 13px !important;
  padding-bottom: 11px !important;
}

/* Bring tab content closer to the tab headings */
.mpt-product-tabs__panel {
  padding-top: 12px !important;
  padding-bottom: 24px !important;
}

/* Remove extra margin from the first line of content */
.mpt-product-tabs__panel .rte > *:first-child,
.mpt-product-tabs__panel .metafield-rich_text_field > *:first-child {
  margin-top: 0 !important;
}
.mpt-product-layout .product__media img,
.mpt-preview-product-image img {

}
/* ------------------------------
   MPT product-page refinements
------------------------------ */

/* Shorter, cleaner product reflection */
.mpt-product-layout .product__media img,
.mpt-preview-product-image img {

}


/* Move product image slightly higher */
.mpt-product-layout .product__media-wrapper {
  transform: translateY(-18px);
}

/* Tighten the white purchase panel */
.mpt-product-layout .product__info-container {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

/* Reduce spacing between purchase-panel blocks */
.mpt-product-layout .product__info-container > * + * {
  margin-top: 14px !important;
}

/* Keep the title and price grouped more tightly */
.mpt-product-layout .product__title {
  margin-bottom: 8px !important;
}

.mpt-product-layout [id^='price-'] {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

/* Tighten shipping/tax line */
.mpt-product-layout .product__tax {
  margin-top: 6px !important;
  margin-bottom: 14px !important;
}

/* Tighten Customize Your Build heading */
.mpt-customize-heading {
  margin-top: 20px !important;
  margin-bottom: 12px !important;
}

/* More compact variant buttons */
.mpt-product-layout .product-form__input input[type='radio'] + label {
  min-height: 42px !important;
  padding: 10px 14px !important;
  line-height: 1.2 !important;
}

/* Compact quantity selector */
.mpt-product-layout .quantity {
  min-height: 42px !important;
}

.mpt-product-layout .quantity__button,
.mpt-product-layout .quantity__input {
  min-height: 42px !important;
}

/* Keep Add to Cart prominent without excess height */
.mpt-product-layout .product-form__submit {
  min-height: 50px !important;
  margin-top: 16px !important;
}
/* Regular product reflection */
.mpt-product-layout .product__media img,
.mpt-product-layout .product__media-item img,
.mpt-product-layout .product__media-wrapper img,
.mpt-preview-product-image img {

}
.mpt-product-layout .product__media-wrapper,
.mpt-product-layout .product__media-list,
.mpt-product-layout .product__media-item {
  overflow: visible !important;
}
/* Allow the reflection to extend downward */
.mpt-product-layout,
.mpt-product-layout .product__media-wrapper,
.mpt-product-layout .product__media-list,
.mpt-product-layout .product__media-item,
.mpt-preview-product-image {
  overflow: visible !important;
}

/* Keep the image/reflection behind the tabs section */
.mpt-product-layout .product__media-wrapper {
  position: relative;
  z-index: 1;
}

/* Put the product information panel above the reflection */
.mpt-product-layout .product__info-wrapper {
  position: relative;
  z-index: 3;
}

/* Put the description/metafield tabs above the reflection */
.mpt-product-tabs {
  position: relative;
  z-index: 4;
  background: #171b1f;
}
/* Make links match the surrounding tab text */
.mpt-product-tabs__panel .rte a,
.mpt-product-tabs__panel .metafield-rich_text_field a {
  color: inherit !important;
}
/* TEMPORARY TEST — force product app blocks visible */
.mpt-product-layout .shopify-app-block,
.mpt-product-layout [id*='hulk' i],
.mpt-product-layout [class*='hulk' i],
.mpt-product-layout [id*='product-option' i],
.mpt-product-layout [class*='product-option' i] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 10 !important;
}
.mpt-product-layout .product__info-container,
.mpt-product-layout .product__info-wrapper {
  overflow: visible !important;
}
/* ==========================================
   HULK PRODUCT OPTIONS — SAFE MPT FORMATTING
========================================== */

/* Main Hulk area */
.mpt-product-layout [id^='hulkapps_custom_options_'] {
  width: 100% !important;
  margin: 20px 0 4px !important;
  padding: 0 !important;
  color: #171b1f !important;
  font-family: inherit !important;
}

/* Keep Hulk wrappers full width */
.mpt-product-layout [id^='hulkapps_custom_options_'] div {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Section heading */
.mpt-product-layout [id^='hulkapps_custom_options_'] h2,
.mpt-product-layout [id^='hulkapps_custom_options_'] h3 {
  margin: 0 0 16px !important;
  color: #d71920 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

/* Hulk labels */
.mpt-product-layout [id^='hulkapps_custom_options_'] label,
.mpt-product-layout [id^='hulkapps_custom_options_'] legend {
  color: #171b1f !important;
  font-family: inherit !important;
}

/* Text fields */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='text'],
.mpt-product-layout [id^='hulkapps_custom_options_'] textarea,
.mpt-product-layout [id^='hulkapps_custom_options_'] select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 40px !important;
  height: 40px !important;
  margin: 6px 0 0 !important;
  padding: 8px 11px !important;
  border: 1px solid #c9cdd1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #171b1f !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  font-size: 12px !important;
}

/* Focus */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='text']:focus,
.mpt-product-layout [id^='hulkapps_custom_options_'] textarea:focus,
.mpt-product-layout [id^='hulkapps_custom_options_'] select:focus {
  border-color: #d71920 !important;
  outline: none !important;
}

/* Hide only the native radio circle */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio'] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
}

/* Compact radio labels without changing parent layout */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio'] + label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: calc(50% - 6px) !important;
  min-height: 40px !important;
  margin: 0 8px 8px 0 !important;
  padding: 9px 12px !important;
  border: 1px solid #c9cdd1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #171b1f !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* Selected radio */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio']:checked + label {
  border-color: #d71920 !important;
  box-shadow: inset 3px 0 0 #d71920 !important;
  background: #ffffff !important;
}

/* Required marks */
.mpt-product-layout [id^='hulkapps_custom_options_'] .required,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='required' i] {
  color: #d71920 !important;
}

/* Helper text */
.mpt-product-layout [id^='hulkapps_custom_options_'] small,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='help' i] {
  color: #666b70 !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

/* Hide counters only when Hulk gives them recognizable classes */
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='counter' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='remaining' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='maxlength' i] {
  display: none !important;
}
/* ==========================================
   HULK PRODUCT OPTIONS — COLOR OVERRIDES
========================================== */

/* Main Hulk panel */
.mpt-product-layout [id^='hulkapps_custom_options_'],
.mpt-product-layout .hulkapps-custom-options,
.mpt-product-layout [id^='hulkapps_custom_options_'] > div,
.mpt-product-layout [id^='hulkapps_custom_options_'] > div > div {
  background: transparent !important;
  background-color: transparent !important;
  color: #171b1f !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* All regular Hulk text */
.mpt-product-layout [id^='hulkapps_custom_options_'] p,
.mpt-product-layout [id^='hulkapps_custom_options_'] span,
.mpt-product-layout [id^='hulkapps_custom_options_'] div,
.mpt-product-layout [id^='hulkapps_custom_options_'] label,
.mpt-product-layout [id^='hulkapps_custom_options_'] legend {
  color: #171b1f !important;
}

/* Section heading */
.mpt-product-layout [id^='hulkapps_custom_options_'] h2,
.mpt-product-layout [id^='hulkapps_custom_options_'] h3,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='heading' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='title' i] {
  color: #d71920 !important;
  background: transparent !important;
}

/* Required asterisks and errors */
.mpt-product-layout [id^='hulkapps_custom_options_'] .required,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='required' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='error' i] {
  color: #d71920 !important;
}

/* Helper text */
.mpt-product-layout [id^='hulkapps_custom_options_'] small,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='help' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='description' i] {
  color: #6a7075 !important;
}

/* Radio and checkbox option boxes */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio'] + label,
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='checkbox'] + label {
  background: #ffffff !important;
  color: #171b1f !important;
  border-color: #c9cdd1 !important;
}

/* Selected option */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio']:checked + label,
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='checkbox']:checked + label {
  background: #ffffff !important;
  color: #171b1f !important;
  border-color: #d71920 !important;
  box-shadow: inset 3px 0 0 #d71920 !important;
}

/* VIN and other fields */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='text'],
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='number'],
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='email'],
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='tel'],
.mpt-product-layout [id^='hulkapps_custom_options_'] textarea,
.mpt-product-layout [id^='hulkapps_custom_options_'] select {
  background: #ffffff !important;
  color: #171b1f !important;
  border-color: #c9cdd1 !important;
}

/* Placeholder text */
.mpt-product-layout [id^='hulkapps_custom_options_'] input::placeholder,
.mpt-product-layout [id^='hulkapps_custom_options_'] textarea::placeholder {
  color: #8a8f94 !important;
  opacity: 1 !important;
}

/* Focus state */
.mpt-product-layout [id^='hulkapps_custom_options_'] input:focus,
.mpt-product-layout [id^='hulkapps_custom_options_'] textarea:focus,
.mpt-product-layout [id^='hulkapps_custom_options_'] select:focus {
  border-color: #d71920 !important;
  box-shadow: inset 2px 0 0 #d71920 !important;
  outline: none !important;
}
/* Compact Hulk Product Options */
.mpt-product-layout [id^='hulkapps_custom_options_'],
.mpt-product-layout .hulkapps-custom-options {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
}

/* Reduce spacing between Hulk option groups */
.mpt-product-layout [id^='hulkapps_custom_options_'] fieldset,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='option' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='field' i] {
  margin-bottom: 12px !important;
}

/* Smaller heading */
.mpt-product-layout [id^='hulkapps_custom_options_'] h2,
.mpt-product-layout [id^='hulkapps_custom_options_'] h3,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='heading' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='title' i] {
  margin-bottom: 10px !important;
  font-size: 11px !important;
}

/* Tighter labels */
.mpt-product-layout [id^='hulkapps_custom_options_'] label,
.mpt-product-layout [id^='hulkapps_custom_options_'] legend {
  margin-bottom: 5px !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

/* Smaller helper text */
.mpt-product-layout [id^='hulkapps_custom_options_'] small,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='help' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='description' i] {
  margin-bottom: 5px !important;
  font-size: 9px !important;
  line-height: 1.25 !important;
}

/* Shorter radio choices */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio'] + label,
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='checkbox'] + label {
  min-height: 34px !important;
  padding: 6px 10px !important;
  margin-bottom: 6px !important;
  font-size: 10px !important;
}

/* Shorter VIN/text fields */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='text'],
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='number'],
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='email'],
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='tel'],
.mpt-product-layout [id^='hulkapps_custom_options_'] textarea,
.mpt-product-layout [id^='hulkapps_custom_options_'] select {
  min-height: 34px !important;
  height: 34px !important;
  padding: 6px 9px !important;
  font-size: 11px !important;
}

/* Remove extra paragraph spacing */
.mpt-product-layout [id^='hulkapps_custom_options_'] p {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}
/* White 2WD / 4WD option boxes */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio'] + label {
  background: #ffffff !important;
  color: #171b1f !important;
  border-color: #c9cdd1 !important;
}

/* Selected option */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio']:checked + label {
  background: #ffffff !important;
  color: #171b1f !important;
  border-color: #d71920 !important;
  box-shadow: inset 3px 0 0 #d71920 !important;
}

/* Remove excess spacing inside Hulk options */
.mpt-product-layout [id^='hulkapps_custom_options_'] p,
.mpt-product-layout [id^='hulkapps_custom_options_'] small,
.mpt-product-layout [id^='hulkapps_custom_options_'] label,
.mpt-product-layout [id^='hulkapps_custom_options_'] legend {
  margin-top: 0 !important;
  margin-bottom: 3px !important;
}

/* Tighten spacing between option groups */
.mpt-product-layout [id^='hulkapps_custom_options_'] fieldset,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='option' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='field' i] {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Keep the two choices close together */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio'] + label {
  min-height: 34px !important;
  margin-bottom: 4px !important;
  padding: 6px 10px !important;
}
/* Hide Hulk section heading */
.mpt-product-layout [id^='hulkapps_custom_options_'] h2,
.mpt-product-layout [id^='hulkapps_custom_options_'] h3,
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='heading' i],
.mpt-product-layout [id^='hulkapps_custom_options_'] [class*='title' i] {
  display: none !important;
}

/* Hide the 2WD / 4WD option group */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio'],
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='radio'] + label {
  display: none !important;
}

/* Hide text tied to the drive-type option */
.mpt-product-layout [id^='hulkapps_custom_options_'] fieldset:has(input[type='radio']),
.mpt-product-layout [id^='hulkapps_custom_options_'] div:has(> input[type='radio']) {
  display: none !important;
}

/* Tighten the remaining VIN section */
.mpt-product-layout [id^='hulkapps_custom_options_'] {
  margin-top: 10px !important;
}

.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='text'] {
  margin-top: 4px !important;
}
/* Put VIN label, required asterisk, and VIN box on one line */
.mpt-product-layout [id^='hulkapps_custom_options_'] {
  --mpt-vin-width: 250px;
}

/* Make the VIN text field smaller */
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  input[type='text'],
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  input[maxlength='17'] {
  display: inline-block !important;
  width: var(--mpt-vin-width) !important;
  max-width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0 0 0 8px !important;
  padding: 6px 9px !important;
  vertical-align: middle !important;
}

/* Keep the VIN label and required mark inline */
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  label,
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  .required,
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  [class*='required' i] {
  display: inline-block !important;
  margin: 0 3px 0 0 !important;
  vertical-align: middle !important;
}
/* Hide Hulk maximum-character and remaining-character text */
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  [class*='character' i],
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  [class*='counter' i],
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  [class*='remaining' i],
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  [class*='maxlength' i],
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  [class*='max-length' i] {
  display: none !important;
}

/* Keep VIN field full width */
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  input[type='text'],
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  input[maxlength='17'] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  margin: 4px 0 0 !important;
  padding: 6px 9px !important;
  box-sizing: border-box !important;
}

/* Reduce space between Hulk option groups */
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  fieldset,
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  [class*='option' i],
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  [class*='field' i] {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Tighten labels and helper text */
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  label,
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  legend,
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  p,
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  small {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

/* Reduce space below radio choices */
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  input[type='radio']
  + label {
  margin-bottom: 4px !important;
}
/* Remove the line underneath the VIN field */
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='text'],
.mpt-product-layout [id^='hulkapps_custom_options_'] input[maxlength='17'] {
  border-bottom: 1px solid #c9cdd1 !important;
  box-shadow: none !important;
}

/* Hide separate divider directly below the VIN field */
.mpt-product-layout [id^='hulkapps_custom_options_'] hr,
.mpt-product-layout [id^='hulkapps_custom_options_'] input[type='text'] + hr,
.mpt-product-layout [id^='hulkapps_custom_options_'] input[maxlength='17'] + hr {
  display: none !important;
}
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  div:has(> input[type='text']),
.mpt-product-layout
  [id^='hulkapps_custom_options_']
  div:has(> input[maxlength='17']) {
  border-bottom: 0 !important;
  box-shadow: none !important;
}
/* =========================================
   PRODUCT IMAGE MATCHES PRODUCT INFO HEIGHT
   ========================================= */

@media screen and (min-width: 990px) {
  .product__media-wrapper {
    height: var(--mpt-product-info-height, auto);
    max-height: var(--mpt-product-info-height, none);
    overflow: hidden;
  }

  .product__media-list {
    height: 100%;
    margin: 0;
  }

  .product__media-list .product__media-item {
    height: 100%;
    max-height: 100%;
  }

  .product__media,
  .product__media.media,
  .product__media .media {
    height: 100% !important;
    max-height: 100% !important;
    padding-top: 0 !important;
  }

  .product__media img {
    position: static !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain !important;
    object-position: center center;
  }
}
/* =========================================
   MPT PRODUCT PAGE — SCALE PHOTO ONLY
   Does not alter columns or page layout
   ========================================= */

@media screen and (min-width: 990px) {

  body.template-product
  .product__media-list
  .product__media-item:first-child
  .product__media img {
    scale: 0.62 !important;
    transform-origin: center center !important;
  }

}
@media screen and (min-width: 990px) {

  body.template-product
  .product__media-list
  .product__media-item:first-child
  .product__media img,
  body.template-product
  .product__media-list
  .product__media-item:first-child
  img {
    transform: scale(0.55) !important;
    transform-origin: center center !important;
  }

}
/* Shrink the real Shopify product image only */
@media screen and (min-width: 990px) {
  .mpt-product-page .product__media-list {
    width: 100%;
  }

  .mpt-product-page .product__media-item {
    display: flex !important;
    justify-content: center;
  }

  .mpt-product-page .product-media-container {
    width: 68% !important;
    max-width: 68% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 990px) {

  .mpt-product-page .product__media-list,
  .mpt-product-page .product__media-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 990px) {
  .mpt-product-page .product__media-wrapper {
    transform: translateY(18px);
  }
}
/* ==================================================
   MPT PRODUCT GALLERY
   Smaller main image, top-aligned info, small thumbnails
   ================================================== */

@media screen and (min-width: 990px) {

  /* Keep the white title/price box at the top */
  .mpt-product-page .mpt-product-layout {
    align-items: flex-start !important;
  }

  .mpt-product-page .product__info-wrapper {
    align-self: flex-start !important;
    margin-top: 0 !important;
  }

  .mpt-product-page .product__info-container {
    top: 20px !important;
  }

  /* Make the currently selected main image slightly smaller */
  .mpt-product-page
  .product__media-list
  .product__media-item
  .product-media-container {
    width: 88% !important;
    max-width: 88% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Small clickable thumbnails */
  .mpt-product-page .thumbnail-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }

  .mpt-product-page .thumbnail-list__item,
  .mpt-product-page .thumbnail-list__item.slider__slide {
    flex: 0 0 68px !important;
    width: 68px !important;
    max-width: 68px !important;
  }

  .mpt-product-page .thumbnail {
    width: 68px !important;
    height: 68px !important;
    padding: 4px !important;
    background: #11161a !important;
    border: 1px solid #3a4046 !important;
  }

  .mpt-product-page .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  /* Red outline on the selected thumbnail */
  .mpt-product-page .thumbnail[aria-current] {
    border-color: #ed1c24 !important;
    box-shadow: 0 0 0 1px #ed1c24 !important;
  }
}
/* ==================================================
   MPT — COMPACT PRODUCT GALLERY THUMBNAILS
   About the same height as the quantity selector
   ================================================== */

@media screen and (min-width: 990px) {

  .mpt-product-page media-gallery .thumbnail-slider {
    width: 100% !important;
    margin-top: 10px !important;
  }

  .mpt-product-page media-gallery .thumbnail-list {
    display: flex !important;
    grid-template-columns: none !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mpt-product-page media-gallery
  .thumbnail-list__item.slider__slide {
    flex: 0 0 40px !important;

    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;

    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  .mpt-product-page media-gallery
  .thumbnail-list__item button.thumbnail {
    position: relative !important;
    inset: auto !important;

    display: block !important;

    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;

    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;

    margin: 0 !important;
    padding: 2px !important;
    padding-bottom: 2px !important;

    border: 1px solid #3a4046 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .mpt-product-page media-gallery
  .thumbnail-list__item button.thumbnail::after {
    display: none !important;
  }

  .mpt-product-page media-gallery
  .thumbnail-list__item button.thumbnail img {
    position: static !important;
    inset: auto !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }

  .mpt-product-page media-gallery
  button.thumbnail[aria-current="true"] {
    border-color: #ed1c24 !important;
    box-shadow: inset 0 0 0 1px #ed1c24 !important;
  }
}
/* One selected image with 40px clickable thumbnails */
@media screen and (min-width: 990px) {

  /* Show only the selected large image */


  /* Secondary images: quantity-box size */
  #GalleryThumbnails-{{ section.id }} .thumbnail-list__item {
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    margin: 0 4px !important;
  }

  #GalleryThumbnails-{{ section.id }} button.thumbnail {
    position: relative !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 2px !important;
    padding-bottom: 2px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  #GalleryThumbnails-{{ section.id }} button.thumbnail img {
    position: absolute !important;
    inset: 2px !important;
    width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important;
    object-fit: contain !important;
  }
}
/* =========================================================
   MPT — Hulk Transmission Model
   Positioned below "Customize Your Build"
   Styled to match Core Charge / Line Pressure
   ========================================================= */

/* Entire Transmission Model group */
.mpt-transmission-model-position {
  display: block !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Remove Hulk divider lines and generated decoration */
.mpt-transmission-model-position::before,
.mpt-transmission-model-position::after,
.mpt-transmission-model-position .hulkapps_option_name::before,
.mpt-transmission-model-position .hulkapps_option_name::after,
.mpt-transmission-model-position .hulkapps_option_value::before,
.mpt-transmission-model-position .hulkapps_option_value::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* "TRANSMISSION MODEL" heading */
.mpt-transmission-model-position .hulkapps_option_name {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 9px !important;
  padding: 0 !important;

  color: #30373F !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;

  border: 0 !important;
  background: transparent !important;
}

/* Hide Hulk's "Select your transmission model" helper text */
.mpt-transmission-model-position
  .hulkapps_option_name
  [class*="description"],
.mpt-transmission-model-position
  .hulkapps_option_name
  [class*="help"],
.mpt-transmission-model-position
  .hulkapps_option_name small,
.mpt-transmission-model-position
  [class*="description"],
.mpt-transmission-model-position
  [class*="help"] {
  display: none !important;
}

/* Two choices in one row, matching the other option groups */
.mpt-transmission-model-position .hulkapps_option_value {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Each radio choice fills half the row */
.mpt-transmission-model-position .hulkapps_radio_option {
  position: relative !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide the native radio circle but keep it functional */
.mpt-transmission-model-position
  .hulkapps_radio_option
  input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* 47RE / 48RE button appearance */
.mpt-transmission-model-position .radio_div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
min-width: 62px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 10px 14px !important;

  border: 1px solid #c8cdd2 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;

  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

/* Selected state matches your other red option selections */
.mpt-transmission-model-position
  .hulkapps_radio_option
  input[type="radio"]:checked
  + .radio_div {
  border-color: #d71920 !important;
  box-shadow: inset 3px 0 0 #d71920 !important;
}

/* Hover state */
.mpt-transmission-model-position .radio_div:hover {
  border-color: #d71920 !important;
}

/* Keyboard-focus state */
.mpt-transmission-model-position
  .hulkapps_radio_option
  input[type="radio"]:focus-visible
  + .radio_div {
  outline: 2px solid #d71920 !important;
  outline-offset: 2px !important;
}
/* Remove Hulk divider line under Transmission Model */
.mpt-transmission-model-position,
.mpt-transmission-model-position .hulkapps_option_set,
.mpt-transmission-model-position .hulkapps_option_value {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.mpt-transmission-model-position::after,
.mpt-transmission-model-position .hulkapps_option_set::after,
.mpt-transmission-model-position .hulkapps_option_value::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
}
/* Remove the Hulk line beneath Transmission Model */
.mpt-transmission-model-position > .hulkapps_option {
  border: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}

.mpt-transmission-model-position > .hulkapps_option::before,
.mpt-transmission-model-position > .hulkapps_option::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
/* Unselected 47RE / 48RE buttons */
.mpt-transmission-model-position .radio_div {
  background: #ffffff !important;
  color: #596068 !important;
}

/* Keep selected option visually clear */
.mpt-transmission-model-position
  .hulkapps_radio_option
  input[type="radio"]:checked
  + .radio_div {
  background: #ffffff !important;
  color: #d71920 !important;
}
/* Match unselected Transmission Model text to other option buttons */
.mpt-transmission-model-position .radio_div {
  background: #ffffff !important;
  color: #30373F !important;
}

/* Selected option stays red */
.mpt-transmission-model-position
  .hulkapps_radio_option
  input[type="radio"]:checked
  + .radio_div {
  background: #ffffff !important;
  color: #d71920 !important;
}
.mpt-transmission-model-position
  .hulkapps_radio_option
  input[type="radio"]:checked
  + .radio_div {
  background: #ffffff !important;
  color: #30373F !important;
}
.mpt-transmission-model-position .hulkapps_option_name::after {
  content: none !important;
  display: none !important;
}
.mpt-transmission-model-position .hulkapps_option_name {
  display: block !important;
  width: max-content !important;
  min-width: max-content !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}
.mpt-transmission-model-position .hulkapps_option_name,
.mpt-transmission-model-position .hulkapps_option_name * {
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.mpt-transmission-model-position .hulkapps_option_name {
  display: block !important;
}
.mpt-transmission-model-position .hulkapps-required {
  display: none !important;
}
.mpt-price-above-quantity {
  margin: 20px 0 14px !important;
}
/* Tighten spacing above price and quantity */
.product__info-container .mpt-price-above-quantity {
  margin: 8px 0 6px !important;
}

.product__info-container
  .mpt-price-above-quantity
  + .product-form__quantity {
  margin-top: 0 !important;
}
/* Pull price directly beneath the final variant option */
.product__info-container variant-selects {
  margin-bottom: 0 !important;
}

.product__info-container variant-selects + .mpt-price-above-quantity {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}
/* Hide the empty Hulk app block after its option content is moved */
.product__info-container .shopify-app-block:has(
  .hulkapps_option_set.mpt-transmission-model-position
) {
  display: none !important;
}
/* Hide empty Hulk Choice Options placeholder */
.product__info-container .shopify-app-block:empty,
.product__info-container .shopify-app-block:not(:has(*)) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.product__info-container .shopify-app-block {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.product__info-container .shopify-app-block > :not(.hulkapps_option_set) {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
/* Disable sticky product-page elements */
.product__info-wrapper,
.product__info-container,
.product__media-wrapper,
.product__column-sticky,
.product__media-list,
media-gallery {
  position: static !important;
  top: auto !important;
  inset-block-start: auto !important;
  transform: none !important;
}

/* Keep product content below the header */
.product__info-wrapper,
.product__media-wrapper {
  z-index: 1 !important;
}

/* Keep the header above product content */
.shopify-section-header-sticky,
.shopify-section-group-header-group,
header,
.header-wrapper {
  z-index: 50 !important;
}
/* Clean professional shadow beneath the main product image */
.product__media-item.is-active .product__media img {

  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.14)) !important;
}
/* Short reflection directly beneath the product */
.product__media-item.is-active .product__media {
  position: relative !important;
  overflow: visible !important;
}

/* Turn off the full-image browser reflection */
.product__media-item.is-active .product__media img {

  filter: none !important;
}

/* Create only a short faded reflection */
.product__media-item.is-active .product__media::after {
  content: "" !important;
  position: absolute !important;

  left: 0 !important;
  right: 0 !important;
  top: calc(100% - 2px) !important;

  width: 100% !important;
  height: 85px !important;

  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: 100% auto !important;

  transform: scaleY(-1) !important;
  transform-origin: top !important;

  opacity: 0.18 !important;
  filter: blur(1px) !important;

  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.18) 45%,
    transparent 100%
  ) !important;

  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.18) 45%,
    transparent 100%
  ) !important;

  pointer-events: none !important;
}
/* Disable every product-image reflection without changing layout */
.product__media-item.is-active .product__media img,
.product__media-item.is-active .global-media-settings img {

  filter: none !important;
}

/* Disable any reflection created with pseudo-elements */
.product__media-item.is-active .product__media::before,
.product__media-item.is-active .product__media::after,
.product__media-item.is-active .global-media-settings::before,
.product__media-item.is-active .global-media-settings::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
  opacity: 0 !important;
}
/* =========================================================
   MPT GLOBAL HULK RADIO OPTIONS
   Match Shopify variant buttons
========================================================= */

.mpt-product-layout .hulkapps_option {
  margin: 0 0 1.7rem !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Match Hulk option titles to Shopify variant titles like Core Charge */
.mpt-product-layout .hulkapps_option_name {
  display: block !important;
  margin: 0 0 0.8rem !important;
  padding: 0 !important;

  color: #232323 !important;
  font-family: inherit !important;
  font-size: 1.2rem !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;

  text-align: left !important;
  width: 100% !important;
}

.mpt-product-layout .hulkapps-required {
  display: none !important;
}

/* Match Shopify button row */
.mpt-product-layout .hulkapps_option_value {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Individual option wrapper */
.mpt-product-layout .hulkapps_radio_option {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 0.7rem 0.7rem 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Hide original radio */
.mpt-product-layout .hulkapps_radio_option input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Match Core Charge button exactly */
.mpt-product-layout .hulkapps_radio_option .radio_div {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 0 !important;
  min-height: 4.5rem !important;
  height: auto !important;

  margin: 0 !important;
  padding: 1.1rem 1.5rem !important;

  color: #171717 !important;
  background: #ffffff !important;
  border: 1px solid #aeb3b7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-family: inherit !important;
  font-size: 1.25rem !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  white-space: normal !important;

  cursor: pointer !important;
  box-sizing: border-box !important;
}

/* Hover */
.mpt-product-layout .hulkapps_radio_option .radio_div:hover {
  border-color: #d71920 !important;
}

/* Selected */
.mpt-product-layout
  .hulkapps_radio_option
  input[type="radio"]:checked
  + .radio_div,
.mpt-product-layout
  .hulkapps_radio_option.selected
  .radio_div,
.mpt-product-layout
  .hulkapps_radio_option
  .radio_div.selected,
.mpt-product-layout
  .hulkapps_radio_option
  .radio_div.active {
  color: #ffffff !important;
  background: #15181a !important;
  border-color: #d71920 !important;
  box-shadow: inset 4px 0 0 #d71920 !important;
}

/* Remove Hulk divider lines only */
.mpt-product-layout .hulkapps_option::before,
.mpt-product-layout .hulkapps_option::after,
.mpt-product-layout .hulkapps_option_value::before,
.mpt-product-layout .hulkapps_option_value::after {
  content: none !important;
  display: none !important;
}
/* Force Shopify and Hulk option titles to match exactly */
.mpt-product-layout .product-form__input .form__label,
.mpt-product-layout .hulkapps_option_name,
.mpt-product-layout .hulkapps_option_name *,
.mpt-product-layout .hulkapps_option_name label,
.mpt-product-layout .hulkapps_option_name span {
  margin: 0 0 0.8rem !important;
  padding: 0 !important;

  color: #4a4f53 !important;
  font-family: inherit !important;
  font-size: 1.2rem !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

/* Remove Hulk's extra left indentation */
.mpt-product-layout .hulkapps_option_set,
.mpt-product-layout .hulkapps_option,
.mpt-product-layout .hulkapps_option_name,
.mpt-product-layout .hulkapps_option_value {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Remove the required asterisk */
.mpt-product-layout .hulkapps-required {
  display: none !important;
}
/* MPT VIN input styling */
.mpt-product-layout
  .mpt-hulk-options-below-core
  input[type="text"],
.mpt-product-layout
  .mpt-hulk-options-below-core
  input[aria-label*="VIN" i],
.mpt-product-layout
  .mpt-hulk-options-below-core
  input[name*="VIN" i] {
  width: 100% !important;
  min-height: 4.6rem !important;
  padding: 1rem 1.2rem !important;

  color: #171717 !important;
background: #ffffff !important;
border: 1px solid #b8b8b8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-family: inherit !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  box-sizing: border-box !important;
}

/* VIN placeholder */
.mpt-product-layout
  .mpt-hulk-options-below-core
  input[type="text"]::placeholder,
.mpt-product-layout
  .mpt-hulk-options-below-core
  input[aria-label*="VIN" i]::placeholder,
.mpt-product-layout
  .mpt-hulk-options-below-core
  input[name*="VIN" i]::placeholder {
  color: #777777 !important;
  opacity: 1 !important;
}

/* VIN focus state */
.mpt-product-layout
  .mpt-hulk-options-below-core
  input[type="text"]:focus,
.mpt-product-layout
  .mpt-hulk-options-below-core
  input[aria-label*="VIN" i]:focus,
.mpt-product-layout
  .mpt-hulk-options-below-core
  input[name*="VIN" i]:focus {
  background: #f5f5f5 !important;
  border-color: #d71920 !important;
  outline: none !important;
  box-shadow: inset 3px 0 0 #d71920 !important;
}
/* Always hide Hulk option subtext, descriptions, and help text */
.mpt-product-layout .hulkapps_option_description,
.mpt-product-layout .hulkapps_option_help,
.mpt-product-layout .hulkapps_option_subtext,
.mpt-product-layout .hulkapps_help_text,
.mpt-product-layout .hulkapps_option small,
.mpt-product-layout .hulkapps_option .description,
.mpt-product-layout .hulkapps_option .help-text {
  display: none !important;
}
/* HULK TRANSMISSION MODEL — SELECTED BOX STAYS WHITE */

.mpt-product-layout
.hulkapps_radio_option
.radio_div.radio_selected {
  color: #17191b !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #d71920 !important;
  box-shadow: inset 4px 0 0 #d71920 !important;
}

/* Keep selected text dark */
.mpt-product-layout
.hulkapps_radio_option
.radio_div.radio_selected,
.mpt-product-layout
.hulkapps_radio_option
.radio_div.radio_selected * {
  color: #17191b !important;
}

/* Also cover the checked input state */
.mpt-product-layout
.hulkapps_radio_option
input[type="radio"]:checked
+ .radio_div {
  color: #4a4f53 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #d71920 !important;
  box-shadow: inset 4px 0 0 #d71920 !important;
}
/* =========================================================
   HULK OPTIONS — HIDE SUBTEXT + MATCH VARIANT TITLE COLOR
========================================================= */

/* Hulk main option titles */
.mpt-product-layout .hulkapps_option_name,
.mpt-product-page .hulkapps_option_name {
  color: #4a4f53 !important;
  font-weight: 800 !important;
}

/* Keep required asterisk red */
.mpt-product-layout .hulkapps_option_name .hulkapps-required,
.mpt-product-page .hulkapps_option_name .hulkapps-required,
.mpt-product-layout .hulkapps-required,
.mpt-product-page .hulkapps-required {
  color: #d71920 !important;
}

/* Hide Hulk option descriptions and subtext */
.mpt-product-layout .hulkapps_option_description,
.mpt-product-layout .hulkapps_option_helptext,
.mpt-product-layout .hulkapps_option_subtext,
.mpt-product-layout .hulkapps_help_text,
.mpt-product-layout .hulkapps_helptext,
.mpt-product-layout [class*="description"],
.mpt-product-layout [class*="help_text"],
.mpt-product-layout [class*="helptext"],
.mpt-product-layout [class*="subtext"] {
  display: none !important;
}

/* Hide small text directly beneath a Hulk title */
.mpt-product-layout
.hulkapps_option_name
~ small,
.mpt-product-layout
.hulkapps_option_name
~ .caption,
.mpt-product-layout
.hulkapps_option_name
~ p {
  display: none !important;
}
/* =========================================================
   HULK OPTIONS — FINAL TEXT + SUBTEXT STYLING
========================================================= */

/* Main Hulk option titles */
.mpt-product-layout .hulkapps_option_name,
.mpt-product-page .hulkapps_option_name {
  color: #4a4f53 !important;
  font-weight: 800 !important;
}

/* Keep required asterisks red */
.mpt-product-layout .hulkapps-required,
.mpt-product-page .hulkapps-required,
.mpt-product-layout .hulkapps_option_name .hulkapps-required,
.mpt-product-page .hulkapps_option_name .hulkapps-required {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #d71920 !important;
  font-weight: 900 !important;
}

/* Hide Hulk subtext, descriptions, and help text */
.mpt-product-layout .hulkapps_option_description,
.mpt-product-layout .hulkapps_option_helptext,
.mpt-product-layout .hulkapps_option_subtext,
.mpt-product-layout .hulkapps_help_text,
.mpt-product-layout .hulkapps_helptext,
.mpt-product-layout [class*="description"],
.mpt-product-layout [class*="help_text"],
.mpt-product-layout [class*="helptext"],
.mpt-product-layout [class*="subtext"],
.mpt-product-page .hulkapps_option_description,
.mpt-product-page .hulkapps_option_helptext,
.mpt-product-page .hulkapps_option_subtext,
.mpt-product-page .hulkapps_help_text,
.mpt-product-page .hulkapps_helptext,
.mpt-product-page [class*="description"],
.mpt-product-page [class*="help_text"],
.mpt-product-page [class*="helptext"],
.mpt-product-page [class*="subtext"] {
  display: none !important;
}

/* Hide small instructional text beneath Hulk titles */
.mpt-product-layout .hulkapps_option_name ~ small,
.mpt-product-layout .hulkapps_option_name ~ .caption,
.mpt-product-layout .hulkapps_option_name ~ p,
.mpt-product-page .hulkapps_option_name ~ small,
.mpt-product-page .hulkapps_option_name ~ .caption,
.mpt-product-page .hulkapps_option_name ~ p {
  display: none !important;
}
/* HULK OPTION TITLES — MATCH LINE PRESSURE COLOR */

.mpt-product-layout .hulkapps_option_name,
.mpt-product-page .hulkapps_option_name {
  color: #4a4f53 !important;
  font-weight: 800 !important;
}

/* Keep required asterisk red */
.mpt-product-layout .hulkapps_option_name .hulkapps-required,
.mpt-product-page .hulkapps_option_name .hulkapps-required,
.mpt-product-layout .hulkapps-required,
.mpt-product-page .hulkapps-required {
  color: #d71920 !important;
}