@font-face {
    font-family: "Proxima Nova";
    src: url("https://channels.trailerjacks.com/fonts/Proxima-Nova-Regular.woff2") format("woff2-variations");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: url("https://channels.trailerjacks.com/fonts/Proxima-Nova-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}
.product-breadcrumb {
    padding-top: 15px;
    font-size: 16px;
    padding-bottom: 10px;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .product-breadcrumb {
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    .product-breadcrumb {
        font-size: 12px;
    }
}

.product-breadcrumb a {
    color: rgb(29, 29, 28);
    text-decoration: none;
}

.product-breadcrumb a:hover {
    text-decoration: underline;
}

.product-breadcrumb span {
    color: #555;
}

.product-breadcrumb > a,
.product-breadcrumb > span {
    margin-right: 0px;
}

.product-breadcrumb > a::after,
.product-breadcrumb > span::after {
    content: " >";
    margin-left: 0px;
    color: #999;
}

.product-breadcrumb > a:last-child::after,
.product-breadcrumb > span:last-child::after {
    content: "";
}

.swiper-pagination {
    padding-top: 5px;
    padding-bottom: 10px;
}
.product-page-title-container {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.product-page-title {
    font-size: 2.7rem;
    color: rgb(29, 29, 28);
    margin-bottom: 0px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
    .product-page-title {
        font-size: 2.5rem;
    }
}
@media (max-width: 525px) {
    .product-page-title {
        font-size: 2.25rem;
    }
}
.product-right-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .product-right-wrapper {
        padding-left: 0px;
        padding-right: 20px;
    }
    .additional-images-desktop {
        display: none;
    }
}
@media (min-width: 769px) {
    .product-right-wrapper {
        padding-top: 20px;
    }
    .product-left-wrapper {
        padding-left: 20px;
        padding-right: 10px;
    }
    .product-page-title {
        line-height: 1.2;
    }
    .product-image-container-mobile {
        display: none;
    }
}
@media (min-width: 769px) {
    .product-image img {
        width: unset !important;
    }
}
@media only screen and (max-width: 768px) {
    .product-info .product-left {
        flex-basis: 100% !important;
    }
}
#products-linked {
    background-color: #ffffff !important;
    margin-top: 30px;
    overflow-y: auto !important;
}

@media (min-width: 768px) {
    .product-left-wrapper {
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }
}
.product-tab-container {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 768px) {
    .product-tab-container {
        max-width: 95%;
        margin-top: 30px;
    }
}

.lux-price {
    font-size: 2rem;
    font-weight: bold;
    color: rgb(255, 102, 0);
}
.sale-price {
    font-size: 3rem;
    font-weight: bold;
    color: rgb(29, 29, 28);
}
.price-cents {
    font-size: 2rem;
    font-weight: bold;
    color: rgb(29, 29, 28);
}
.lux-msrp {
    font-size: 2rem;
    font-weight: bold;
    color: #909090;
    text-decoration: line-through;
    margin-left: 15px;
}
.lux-discount {
    font-size: 2rem;
    margin-left: 15px;
}
.sticky-lux-price {
    font-size: 1.1rem;
    font-weight: bold;
    color: rgb(255, 102, 0);
    padding-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
}
.sticky-sale-price {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 15px;
}
.sticky-price-cents {
    font-size: 1em;
    font-weight: bold;
}
.sticky-lux-msrp {
    font-size: 1.5rem;
    font-weight: bold;
    color: #909090;
    text-decoration: line-through;
    margin-left: 15px;
}
.sticky-lux-discount {
    font-size: 1.5rem;
    margin-left: 15px;
}
@media (max-width: 768px) {
    .sticky-lux-discount {
        display: none;
    }
}
.add-product-to-cart {
    display: flex;
    align-items: center;
}
.quantity-control {
    display: flex;
    align-items: center;
    margin-right: 10px;
    height: 57px;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 8px;
}

.sticky-quantity-control {
    display: flex;
    align-items: center;
    margin-right: 10px;
    height: 57px;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 8px;
}
.sticky-quantity-control button {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: 3px;
}
.sticky-quantity-control input {
    width: 50px;
    text-align: center;
    font-size: 1.5rem;
    border: 0px solid #ccc;
    border-radius: 8px;
    margin: 0 5px;
    appearance: none;
}
.quantity-control button {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: 3px;
}
.quantity-control input {
    width: 50px;
    text-align: center;
    font-size: 1.5rem;
    border: 0px solid #ccc;
    border-radius: 8px;
    margin: 0 5px;
    appearance: none;
}
.add-product-to-cart-button {
    width: 100%;
    color: #fff;
    background-color: rgb(255, 102, 0);
    border: none;
    padding: 15px 20px;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Proxima Nova", sans-serif;
}
.add-product-to-cart-button.preorder {
    background-color: rgb(255, 52, 8) !important;
}
.add-product-to-cart-button:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
    .add-product-to-cart {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .quantity-control {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        justify-content: space-between;
    }
}

.sticky-add-product-to-cart-button {
    width: 100%;
    color: #fff;
    background-color: rgb(255, 102, 0);
    border: none;
    padding: 15px 20px;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Proxima Nova", sans-serif;
}
.sticky-add-product-to-cart-button:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
}
.sticky-add-product-to-cart-button.preorder {
    background-color: rgb(255, 52, 8) !important;
}
@media (max-width: 375px) {
    .sticky-add-product-to-cart-button {
        font-size: 1.5rem;
    }
    .sticky-quantity-control {
        height: 52px;
    }
}
@media (max-width: 351px) {
    .sticky-add-product-to-cart-button {
        font-size: 1.2rem;
    }
    .sticky-quantity-control {
        height: 50px;
    }
}
#quantity-input-normal::-webkit-outer-spin-button,
#quantity-input-normal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#quantity-input-normal {
    -moz-appearance: textfield;
}
#quantity-input::-webkit-outer-spin-button,
#quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#quantity-input {
    -moz-appearance: textfield;
}
.sticky-add-to-cart {
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1020;
    transition: bottom 0.6s ease-in-out;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.sticky-add-to-cart.show {
    bottom: 0;
}
.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}
.control-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.control-row .quantity-control {
    margin-right: 10px;
}
.control-row .sticky-quantity-control {
    margin-right: 10px;
}
.quantity-decrease {
    padding-left: 20px;
    padding-right: 20px;
}
.quantity-increase {
    padding-left: 20px;
    padding-right: 20px;
}
.bulk-pricing-message {
    padding-left: 5px;
    padding-bottom: 0.3rem;
    display: none;
    color: rgb(29, 29, 28);
    font-weight: bold;
}
.bulk-pricing-message-main {
    padding-left: 5px;
    padding-top: 15px;
    display: none;
    color: rgb(29, 29, 28);
    font-weight: bold;
}
.disabled-button {
    cursor: not-allowed !important;
    opacity: 0.5;
}
.product-install-notes-title {
    width: 100%;
    text-align: center;
    background: rgb(29, 29, 28);
    margin: 0 auto;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
}
.install-notes {
    margin: auto;
    max-width: 94%;
    margin-top: 30px;
}
.install-notes h6 {
    background: rgb(29, 29, 28);
    padding-bottom: 0px;
    font-size: 1.6rem;
    width: 80%;
}
@media (min-width: 769px) {
    .install-notes {
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .install-notes h6 {
        font-size: 1.4rem;
        text-transform: capitalize;
        width: 90%;
    }
}
.ymm-compatibility-chart {
    margin-left: 10px;
    margin-top: 30px;
    padding-left: 5px;
    width: 98%;
    margin: 0 auto;
}
@media (max-width: 960px) {
    .install-notes {
        width: 90%;
    }
    .ymm-compatibility-chart {
        max-width: 98%;
    }
}

.install-notes-action-text {
    margin-left: 8px;
}
.download-notes {
    padding: 10px;
}
.print-notes {
    padding: 10px;
}
.toggle-notes {
    padding: 10px;
}
.download-notes:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
}
.print-notes:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
}
.toggle-notes:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
}
.notebook {
    background: #fffae5;
    border: 1px solid #d3d3d3;
    padding: 20px;
    line-height: 1.6;
    font-family: "Courier New", Courier, monospace;
    position: relative;
    padding-left: 64px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.notebook::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    width: 1px;
    background: #007bff;
}

.notebook-line {
    display: block;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 10px;
    height: 1px;
}
#engine-list {
    list-style: none;
    padding: 0;
}
.product-info .product-stats span {
    font-size: 10px;
}
.product-stats {
    font-size: 12px;
}
#engine-list li {
    font-size: 10px;
    margin-bottom: 5px;
}

#engine-list i.fa-check {
    color: green;
    margin-right: 8px;
}

#product-product {
    --product-page-split: 48% !important;
}

.route-product-product:not(.popup) h1.page-title {
    padding-left: 10px;
}
.active-vehicle-match {
    background-color: #d2f8d2 !important;
}
.product-right {
    margin-top: 0px !important;
    border: none !important;
}
.product-info .product-details > div {
    padding: 5px !important;
    --element-padding: 5px !important;
}
.product-info .button-group-page .btn-cart.btn {
    min-width: 97% !important;
}
.estimate-button a {
    background-color: #28a745 !important;
    border-radius: 8px !important;
}
.in-stock {
    background-color: #28a745 !important;
}
.product-info .product-stats .product-stock {
    border-radius: 8px !important;
}
.product-price-container {
    display: flex;
    align-items: center;
}
.product-price-group {
    padding-left: 5px !important;
    margin: 0 auto !important;
    display: contents !important;
}
.product-right {
    padding-left: 10px !important;
}
.product-blocks .blocks-bottom {
    margin-top: 30px !important;
}
@media (max-width: 600px) {
    .wishlist-compare {
        display: none !important;
    }
    .product-price-group {
        display: contents;
        flex-direction: row;
        align-items: center;
    }
    .mobile-image-container {
        width: 70%;
        margin-right: 10px;
    }

    .product-price-wrapper-container {
        width: 50%;
    }

    .mobile-main-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 450px) {
    .product-price-wrapper-container {
        width: 60%;
    }
}
@media (max-width: 400px) {
    .product-price-wrapper-container {
        width: 70%;
    }
}
@media (min-width: 601px) {
    .mobile-image-container {
        display: none;
    }
    .product-price-wrapper-container {
        width: 100%;
    }
}
.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn {
    border-radius: 8px !important;
    background-color: #222 !important;
    color: #fff !important;
}
.route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn {
    border-color: #222 !important;
    border-radius: 8px !important;
    --element-border-radius: 8px !important;
}
.fitment-check-container {
    display: flex;
    gap: 0.5rem;
}

.fitment-container {
    margin-top: 10px;
}
.verify-fitment-title {
    margin-bottom: 0px;
    font-size: 1.6rem;
    padding-bottom: 5px;
    color: rgb(255, 102, 0) !important;
}
.product-fitment-check {
    background-color: #fff;
    order: 2;

    overflow: visible;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    padding-left: 0px;
}
.verify-fitment-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}
.verify-fitment-title-container {
    flex: 1;
}
#fitment-result {
    flex: 1;
}
#fitment-result {
    position: relative;
    display: block;
    flex: 1;
    width: 200px;
    align-items: center;
    padding-left: 8px;
    overflow: visible;
}

#fitment-not-fit,
#fitment-fits {
    position: absolute;
    left: 0;
    transform: translateY(-66%);
    padding: 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    display: none;
}

.product-fitment-check .form-group {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem 0.5rem 0;
}

.product-fitment-check label {
    display: none;
}

.product-fitment-check-form-control {
    display: inline-block;
    width: auto;
    min-width: 100px;
    border-radius: 8px !important;
    height: 40px;
    border: 2px solid rgb(29, 29, 28) !important;
    padding: 0.8rem 1.2rem !important;
    font-size: 1.1rem !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;

    cursor: pointer;
}
.select-model-extend {
    min-width: 140px;
}
#engine-list {
    margin-top: 0.5rem;
    list-style-type: none;
    padding: 0;
}

#engine-list li {
    margin-bottom: 0.25rem;
}
@media (max-width: 576px) {
    #fitment-result {
        width: 150px;
    }
    #fitment-not-fit,
    #fitment-fits {
        font-size: 1.1rem;
    }
}

.modal-content {
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-bottom: 1px solid rgb(29, 29, 28);
}
.modal-header {
    border-bottom: 1px solid rgb(29, 29, 28);
    padding-bottom: 10px;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    border-top: 1px solid rgb(248, 248, 240));
    display: flex;
    justify-content: space-between;
}

.btn-close {
    background-color: transparent;
    border: none;
}

.modal-backdrop {
    background-color: rgb(29, 29, 28) !important;
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px;
    }
    .modal-title {
        font-size: 1.2rem;
    }
    .modal-body p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px;
    }

    .modal-title {
        font-size: 1.25rem;
    }

    .modal-footer button {
        width: 100%;
        margin-top: 5px;
    }
}
.shipping-estimate {
    margin-bottom: 20px;
}

.shipping-estimate h3 {
    margin-top: 0 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #333 !important;
}
.shipping-estimate a[disabled="disabled"] {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.product-page-message {
    text-align: center;
    margin-bottom: 15px !important;
    font-size: 14px !important;
    color: #666 !important;
}

.field-block strong {
    display: block !important  ;
    margin-bottom: 3px !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.estimate-button {
    text-align: center !important;
    margin-top: 15px !important;
}

.estimate-button a {
    background-color: #048418 !important;
    border: none !important;
    color: #fff !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

.estimate-button a:hover {
    background-color: #048418 !important;
}

.rating.rating-page {
    display: none !important;
}
#markdown-content.collapsed {
    max-height: 400px;
    overflow: hidden;
}

@media (max-width: 576px) {
    .print-notes,
    .download-notes,
    .toggle-notes {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        font-size: 1.1rem;
    }
    .hide-on-mobile-text {
        display: none !important;
    }
}
#button-review {
    background-color: rgb(255, 102, 0) !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}
#button-review .btn-primary:hover {
    background-color: rgb(255, 102, 0) !important;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
}

.btn.btn-primary.qap-ask {
    background-color: rgb(29, 29, 28) !important;
    color: #fff !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 10px 20px !important;
}
.btn.btn-primary.qap-ask:hover {
    background: unset !important;
    background-color: rgb(29, 29, 28) !important;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
    color: #fff !important;
}
.btn.btn-default.qap-cancel{
    background-color: #fff !important;
    color: rgb(29, 29, 28) !important;
    border-radius: 4px !important;
    border: 2px solid rgb(29, 29, 28) !important;
    padding: 10px 20px !important;
}
.btn.btn-default.qap-cancel:hover {
    background: unset !important;
    background-color: #fff !important;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
    color: rgb(29, 29, 28) !important;
}
.btn.btn-primary.qap-submit{
    background-color: rgb(29, 29, 28) !important;
    color: #fff !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 10px 20px !important;
}
.btn.btn-primary.qap-submit:hover {
    background: unset !important;
    background-color: rgb(29, 29, 28) !important;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
    color: #fff !important;
}
@media (min-width: 769px) {
    #button-review {
        max-width: 400px;
        text-align: left;
    }
}
.close-shipping-options-modal {
    background-color: rgb(255, 102, 0) !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    cursor: pointer !important;
}
.close-shipping-options-modal:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
}

.product-details-title {
    color: rgb(29, 29, 28);
    font-size: 1.4rem;
    font-weight: bold;
    background: #fff;
    padding: 0px;
    margin-top: 20px;
    text-transform: capitalize;
}
.compatibility-chart-title {
    color: rgb(29, 29, 28);
    font-size: 1.4rem;
    font-weight: bold;
    background: #fff;
    padding: 0px;
}
.control-label {
    color: rgb(29, 29, 28);
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: capitalize;
}

.product-details-list .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .product-details-list .list-group-item {
        font-size: 1.2rem !important;
    }
    .product-details-list .list-group-item strong {
        margin-bottom: 0.25rem;
    }
}
.product-details-card {
    width: 98% !important;
    margin: 0 auto !important;
}

.additional-images .swiper-buttons div:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2) !important;
}

.tab-container.product_extra.product_tabs.product_tabs-default {
    margin-top: 20px !important;
}
.xbundle-wrapper {
    width: 98%;
    margin: 0 auto;
    border: none !important;
}
.start-product-details-hr {
    border-bottom: 2px solid rgb(29, 29, 28);
}
.product-page-message,
.location-fields {
    display: none !important;
}
#onweb_chatimage_div {
    position: fixed;
    right: 1rem;
    bottom: 0;
    transition: bottom 0.6s ease-in-out;
}
#floating-vehicle-container { 
    position: fixed;
    bottom: 20px;
    transition: bottom 0.6s ease-in-out !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.product-page-brand {
    font-size: 1.4rem;
    color: #909090;
    font-weight: 400;
}
.product-page-model {
    font-size: 1.4rem;
    color: #909090;
    font-weight: 400;
}
.product-price-row {
    margin-top: 15px;
    padding-bottom: 20px;
}

.product-tab-container-preview {
    position: relative;
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.product-tab-container-preview::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 3em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
    pointer-events: none;
}

.product-tab-container-preview * {
    text-align: left !important;
    margin-left: 0 !important;
    font-size: 1.6rem !important;
}

.see-full-description {
    text-align: left;
    margin-bottom: 2rem;
}

.see-full-description-link {
    display: inline-flex;
    align-items: center;
    color: rgb(29, 29, 28);
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.see-full-description-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    margin-left: 4px;
}

.see-full-description-link:hover {
    text-decoration: underline;
}

.lux_product_bullets {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.lux_item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.lux_size-5 {
    width: 1.25rem;
    height: 1.25rem;
}
.lux_size-4 {
    width: 1rem;
    height: 1rem;
}
.lux_divider {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.25rem;
    background-color: #000;
}
.lux_font-bold {
    font-weight: bold;
}
.lux_font-light {
    font-weight: 300;
}
.lux_underline {
    text-decoration: underline;
}

.lux_shipping-options-button:hover {
    color: rgb(255, 102, 0);
}
.lux_shipping-options-button-blue:hover {
    color: rgb(0, 82, 175);
}


.lux_fitment-options-button-blue {
    color: rgb(0, 82, 175) !important;
}
.lux_fitment-options-button-blue:hover {
    color: rgb(0, 82, 175) !important;
}
.lux_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.7);
    padding: 1rem;
}
.lux_modal.active {
    display: flex;
}
.lux_modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 25px;
    max-width: 480px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lux_modal-header {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.lux_modal-body {
    margin-bottom: 1rem;
}
.lux_modal-footer {
    text-align: center;
}
.lux_modal-close {
    position: absolute;
    top: 5px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 3.5rem;
    line-height: 1;
    cursor: pointer;
}
.lux_modal-body-text {
    margin-top: 1rem;
}
.best-price-on-web-guarantee-button {
    background-color: rgb(255, 102, 0) !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    cursor: pointer !important;
}
.best-price-on-web-guarantee-button:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.2);
}
.product-shipping-guarantee-container {
    padding-bottom: 3rem;
}
.save-to-wishlist-container {
    margin-top: 20px;
    text-align: center;
    font-size: 1.6rem;
}
.save-to-wishlist-button {
    background: unset;
}
.save-to-wishlist-text {
    padding-left: 10px;
    font-size: 1.7rem;
    margin-bottom: -3px;
}
@media (max-width: 768px) {
    .save-to-wishlist-container {
        font-size: 1.4rem !important;
    }
    .save-to-wishlist-text {
        font-size: 1.4rem !important;
    }
    .pay-with-affirm-container {
        font-size: 1.4rem !important;
    }
}
@media (max-width: 420px) {
    .sticky-quantity-control {
        max-width: 150px;
    }
    .quantity-decrease {
        padding-right: 5px !important;
    }
    .quantity-increase {
        padding-left: 5px !important;
    }
}
@media (max-width: 351px) {
    .sticky-quantity-control {
        max-width: 140px;
    }
    .quantity-decrease {
        padding-left: 15px !important;
    }
}

.product-linked-container {
    margin-bottom: 0px;
}
.product-linked-footer {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    color: rgb(255, 102, 0);
    text-transform: uppercase;
}
.pay-with-affirm-container {
    width: 100%;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 8px;
    background-color: rgb(248, 248, 240);
    color: rgb(29, 29, 28);
    text-align: center;
    font-size: 1.7rem;
}
.pay-with-affirm-icon {
    width: 50px;
    height: auto;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
}
.affirm-learn-more-link {
    color: rgb(29, 29, 28);
    text-decoration: underline;
    cursor: pointer;
}
.affirm-learn-more-link:hover {
    color: rgb(29, 29, 28);
    text-decoration: underline;
}
.questions-get-support-text {
    font-size: 1.6rem !important;
    color: rgb(29, 29, 28);
}
.questions-get-support-container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 8px;
    background-color: rgb(248, 248, 240);
    margin-top: 30px;
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 20px;
    color: rgb(29, 29, 28);
}
.questions-get-support-link {
    color: rgb(244, 163, 2);
    text-decoration: none;
    cursor: pointer;
}
.questions-get-support-link:hover {
    color: rgb(244, 163, 2) !important;
}

@media (max-width: 960px) {
    .questions-get-support-text {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .questions-get-support-text {
        font-size: 1.4rem !important;
    }
}
@media (max-width: 450px) {
    .questions-get-support-text {
        font-size: 1.3rem !important;
    }
}
@media (max-width: 375px) {
    .questions-get-support-text {
        font-size: 1.0rem !important;
    }
}
.questions-get-support-text-paragraph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}
.product-linked-wrapper {
    margin-bottom: 30px;
}
.shipping-estimate-data-placeholder {
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.shipping-call-now-cta {
    color: rgb(29, 29, 28);
    text-decoration: underline;
    cursor: pointer;
}
.payment-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.payment-section {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.payment-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.payment-title {
    font-size: 3.2rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.payment-description {
    font-size: 1.6rem;
    line-height: 2rem;
}
@media (min-width: 768px) {
    .payment-title {
        font-size: 3.2rem;
        padding-left: 10px;
        line-height: 2.2rem;
        padding-top: 15px;
        font-weight: bold;
    }
    .payment-description {
        font-size: 1.8rem;
        line-height: 1.75rem;
    }
}
.payment-features {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.payment-features-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.payment-feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.payment-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding-bottom: 10px;
}
.payment-info-text {
    font-size: 1.1rem;
    color: #909090;
}

.affirm-logo {
    padding-left: 3px; /* pl-1 */
    padding-right: 3px;
    width: 40px;
    height: auto;
    padding-bottom: 8px;
}
.pay-over-time-banner {
    width: 280px;
    height: auto;
}
.lux_modal-close-button {
    background-color: rgb(255, 102, 0) !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    cursor: pointer !important;
}
