/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2026-04-07 20:21:39 */
body.boxed {
    background-color: #FFFFFF;
    background-image: none;
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 49%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 49%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 36.75%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 36.75%;
    }
}

.body.boxed {
    background: none !important;
}
/* Center the "Not Sure If This Part Will Fit?" form inside product Details tab */
.product.info.detailed .data.item.content form {
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Make fields fill the centered box (not the whole page) */
.product.info.detailed .data.item.content form input,
.product.info.detailed .data.item.content form select,
.product.info.detailed .data.item.content form textarea {
  width: 100%;
  box-sizing: border-box;
}
.product.info.detailed .data.item.content .contact-form,
.product.info.detailed .data.item.content .form,
.product.info.detailed .data.item.content form {
  max-width: 760px;
  margin: 0 auto !important;
}
/* Center the "Not Sure If This Part Will Fit?" section (wrapper + form) */
.catalog-product-view .product.info.detailed .data.item.content .vps-fitment,
.catalog-product-view .product.info.detailed .data.item.content .fitment,
.catalog-product-view .product.info.detailed .data.item.content .contact,
.catalog-product-view .product.info.detailed .data.item.content .contact-form,
.catalog-product-view .product.info.detailed .data.item.content form {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Make inputs behave nicely inside the centered box */
.catalog-product-view .product.info.detailed .data.item.content form input,
.catalog-product-view .product.info.detailed .data.item.content form select,
.catalog-product-view .product.info.detailed .data.item.content form textarea,
.catalog-product-view .product.info.detailed .data.item.content form button {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul > li.level0.fullwidth {
    position: static !important;
  }

  .sw-megamenu.navigation > ul > li.level0.fullwidth > .submenu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  .page-header,
  .header.content,
  .nav-sections,
  .navigation {
    overflow: visible !important;
  }
}