/** Shopify CDN: Minification failed

Line 19:10 Expected ":"

**/
.template-product main {
    background-color: #F8F8F8;
}
.swatch input {
    display: none;
}
.swatch .form-label {
    padding: 0.25rem 0.5rem;
    min-width: 38px;
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--bs-body-color);
    /* border-radius: 2rem; */
    border
}
.swatch input:checked+label {
    background: var(--bs-body-color);
    color: var(--bs-body-bg);
    border: 1px solid var(--bs-body-color);
}
.product-info {
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
  padding: 16px;
}
.product-details-wrapper .swatch.color-swatch .swatch-label {
    min-width: 30px;
    min-height: 30px;
    display: block;
    border-radius: 50%;
    border: 0;
    position: relative;
}
.product-details-wrapper .addon-fieldset .swatch.color-swatch .swatch-label {
    min-width: 16px;
    min-height: 16px;
}
.product-details-wrapper .swatch.color-swatch {
    border-radius: 50%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.product-details-wrapper .sku-title {
    position: relative;
    padding-left: 30px;
}
.product-details-wrapper .sku-title::before {
    content: ' ';
    position: absolute;
    left: 15px;
    top: 3px;
    height: 17px;
    width: 1px;
    background-color: #E6E6E6;
}
.actual-price {
    font-size: 20px;
    font-weight: 800;
}
.compare-price {
    font-size: 11px;
    font-weight: 500;
    color: #999999 !important;
}
.template-product .compare-price {
    letter-spacing: normal !important;
}
.in_stock {
    color: #20a120 !important;
}
.solid-icon-bg {
    background-color: #20a120 !important;
    color: #fff !important;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    display: inline-flex !important;
    align-items: center !important;
    margin-right: 5px !important;
    justify-content: center !important;
    margin-top: -2px;
}
.solid-icon-bg::before {
    font-size: 8px !important;
    line-height: 1 !important;
    margin: 1px 1px 0 0 !important;
    width: auto !important;
    font-weight: 600 !important;
}
.product-select-vehicle-wrapper .solid-icon-bg {
    background-color: #47FC81 !important;
    color: #1C1E23 !important;
    width: 16px;
    height: 16px;
}
.does-not-fit-txt {
    color: #E83434 !important;
}
.product-select-vehicle-wrapper .does-not-fit-txt .solid-icon-bg {
    background-color: #E83434 !important;
    color: #fff !important;
}
.product-select-vehicle-wrapper .solid-icon-bg::before {
    padding-left: 1px;
}
.product-details-wrapper .product-select-vehicle-wrapper {
    background-color: #F5F5F5;
    border: 2px solid #29e364;
    border-radius: 4px;
    /* margin-top: 24px; */
    /* margin-bottom: 16px; */
    padding: 20px 20px;
    width: 100%;
    min-height: 66px;
}
.product-select-vehicle-wrapper__parent {
    min-height: 82px;
    padding-bottom: 16px;
}
.product-select-vehicle-wrapper__animation {
    min-height: 66px;
    border-radius: 2px;
    animation: vehicleLoadingAnimation 2s infinite ease-in-out alternate;
}
@keyframes vehicleLoadingAnimation {
    0% {
        background-color: #f0f0f0;
    }
    50% {
        background-color: #efefef;
    }
    100% {
        background-color: #dddddd;
    }
}
@media (min-width: 769px) {
    .product-select-vehicle-wrapper__parent {
        padding-top: 24px;
        min-height: 106px;
    }
}
.product-details-wrapper .swatch.color-swatch input:checked+.swatch-label:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-details-wrapper .addon-fieldset .swatch.color-swatch input:checked+.swatch-label:after {
    width: 4px;
    height: 4px;
}
.product-details-wrapper .swatch.color-swatch input:checked+.swatch-label.White:after {
    background: #000;
}
.product-details-wrapper .swiper-container-vertical img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-images-wrapper .swiper-container-vertical .swiper-wrapper {
    flex-wrap: wrap;
}
.product-images-wrapper .swiper {
    overflow: visible;
}
.product-images-wrapper .swiper .swiper-button-next,
.product-images-wrapper .swiper .swiper-button-prev {
    left: auto;
    top: auto;
    bottom: 0;
    transform: none;
}
.product-thumbnails {
    min-height: 100%;
    max-height: 500px;
}
.product-thumb--image {
    border: 1px solid transparent;
}
.media--video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-thumb--image img {
    max-height: 100%;
}
.product-thumb--image.media--video .icon-play {
    left: 50%;
    top: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    color: white;
}
.product-thumb--image.swiper-slide-thumb-active {
    border: 1px solid #000;
}
.product-carousel.pdp-carousel .video-section video {
    width: 100%;
}
.cta-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.show--video .cta-btn {
    display: none;
}
.show--video .content-section {
    display: none;
}
.pause__button {
    display: none;
}
.custom-video-container.video--paused .show--video .cta-btn {
    display: block;
}
.custom-video-container.video--paused .pause__button {
    display: block;
}
.custom-video-container.video--paused .play__button,
.custom-video-container.video--playing .play__button {
    display: none;
}
.product__feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.feature-icon {
    height: 56px;
    max-width: 56px;
    width: 100% !important;
    border: 2px solid var(--bs-color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-icon img {
    max-width: 35px;
}
.feature-icon i::before {
    vertical-align: middle !important;
}
.feature-block {
    padding-top: 8px;
}
@media (min-width: 576px) {
    .feature-block {
        padding-top: 16px;
    }
}
.feature-block .feature-content a {
    font-weight: 600;
    text-decoration: underline;
}
.tabcontent-container .tabcontent .rte h4 {
    margin-bottom: 0.5rem;
}
.tabcontent-container .tabcontent .rte h5 {
    text-transform: capitalize;
}
.tabcontent-container .tabcontent .rte ol,
.tabcontent-container .tabcontent .rte ul {
    padding-left: 1rem;
}
.tabcontent-container .tabcontent:not(:first-child) {
    border-top: 1px solid #E6E6E6;
}
.product-info .add-to-cart-btn-wrapper .add-to-cart-btn {
    max-width: 100%;
    margin-left: 6px;
    text-transform: none !important;
}
.add-to-cart-btn-wrapper {
    display: flex !important;
    width: 100%;
}
.product-info .add-to-cart-btn-wrapper .add-to-cart-btn.sold-out {
    max-width: 100% !important;
}
.product-images-wrapper .swiper .swiper-slide {
    background-color: #fff;
}
@media (min-width: 576px) {
    .product-info .add-to-cart-btn-wrapper .add-to-cart-btn {
        margin-left: 6px;
        text-transform: none !important;
    }
}
@media (max-width: 767px) {
    .product-images-wrapper .swiper .swiper-button-next,
    .product-images-wrapper .swiper .swiper-button-prev {
        display: none !important;
    }
    .swiper-container {
        padding: 0;
    }
    .product-images-wrapper .swiper .swiper-slide img {
        object-fit: contain;
    }
    .product-images-wrapper .swiper .swiper-pagination {
        bottom: 15px !important;
    }
    .template-product .vertical-landscape {
        padding-top: 35.1% !important;
    }
    .add-to-cart-btn {
        padding: var(--bs-y-padding-button-lg) 27px !important;
    }
    .product-info .add-to-cart-btn-wrapper .add-to-cart-btn {
        width: 100%;
        white-space: nowrap;
    }
}
@media (max-width: 991px) {
    .section-related-products.featured-collection-wrapper .image-section {
        max-width: 100%;
    }
    .template-product .vertical-landscape {
        padding-top: 40% !important;
    }
    .section-related-products.featured-collection-wrapper .banner-img img,
    .section-related-products.featured-collection-wrapper .banner-img .overlay {
        border-top-right-radius: 5px !important;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 0 !important;
    }
    .section-related-products.featured-collection-wrapper .banner-content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .product-section .product-info .product-details-wrapper .h4 {
        line-height: 1.136363636363636 !important;
    }
    .product-details-wrapper .product-select-vehicle-wrapper {
        margin-top: 0;
    }
}
.dd_render.hulkapps_option.required.validation_error,
.tb_render.hulkapps_option.required.validation_error {
    display: flex !important;
}
@media (min-width: 576px) {
    .product-info .add-to-cart-btn-wrapper .add-to-cart-btn {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .actual-price {
        font-size: 18px;
    }
    .compare-price {
        font-size: 13px;
    }
    .product-feature-grid .swiper-wrapper {
        flex-wrap: wrap;
    }
    .product-feature-grid .swiper-slide:nth-child(odd) {
        padding-right: 24px;
    }
    .template-product .product-container {
        padding-bottom: 4.5rem;
    }
    .product-images-wrapper .swiper .swiper-pagination {
        margin: 0 30px;
        transform: none;
    }
    .product-images-wrapper .swiper .swiper-button-next,
    .product-images-wrapper .swiper .swiper-button-prev,
    .product-images-wrapper .swiper .swiper-pagination {
        position: static;
    }
    .swiper-navigation-pagination-wrapper {
        position: absolute;
        left: auto;
        right: 25px;
        bottom: 25px;
        height: 44px;
        display: flex;
        align-items: center;
        transform: rotate(180deg);
        z-index: 1;
    }
    .swiper-navigation-pagination-wrapper .swiper-pagination-bullets {
        transform: rotate(180deg) !important;
    }
    .product-images-wrapper .swiper-container-horizontal {
        margin-bottom: 1rem;
    }
    .product-images-wrapper .swiper .swiper-slide {
        border: 1px solid #E6E6E6;
        border-radius: 5px;
        background-color: #fff;
        height: auto;
    }
    .product-info {
        padding: 32px;
        border-radius: 5px;
        border: 1px solid #E6E6E6;
    }
    .quantity_tracker_wrapper {
        border-bottom: 1px solid var(--bs-color-gray-200) !important;
    }
    .product-feature-grid {
        border-top: 1px solid var(--bs-color-gray-200) !important;
    }
    .tabcontent-container .tabcontent {
        padding: 40px 0;
    }
    .tabs-container .tabs .tablink {
        margin-right: 52px;
    }
    .tabcontent-container .tabcontent .rte h4 {
        margin-bottom: 0.9rem;
    }
}
@media (min-width: 992px) {
    .section-related-products.featured-collection-wrapper .banner-img img,
    .section-related-products.featured-collection-wrapper .banner-img .overlay {
        border-bottom-left-radius: 5px !important;
        border-top-right-radius: 0 !important;
    }
    .add-to-cart-btn-wrapper,
    .add-to-cart-btn {
        width: 100%;
    }
    .section-related-products.featured-collection-wrapper .image-section {
        min-width: 240px;
        max-width: 240px;
    }
    .section-related-products.featured-collection-wrapper .image-section+div {
        width: calc(100% - 240px);
        border-right: 1px solid var(--bs-color-gray-200) !important;
    }
    .section-related-products.featured-collection-wrapper .image-section .banner-content {
        max-width: calc(100% - 60px);
    }
}
@media (min-width: 1200px) {
    .section-related-products.featured-collection-wrapper .image-section {
        min-width: 240px;
        max-width: 240px;
    }
    .section-related-products.featured-collection-wrapper .image-section+div {
        width: calc(100% - 240px);
    }
}
/* payment options */
.dynamic-checkout-button {
    width: 100%;
}
@media (min-width: 576px) {
    .dynamic-checkout-button {
        margin-left: 6px;
    }
}
.template-product .shopify-cleanslate ul [data-testid='grid-cell'] {
    margin-top: 0 !important;
    margin-left: 6px !important;
}
.template-product .shopify-cleanslate ul [data-testid='grid-cell'],
.template-product .shopify-cleanslate ._3G6VJhJYno-AX3-X38f1TA {
    height: 56px !important;
}
.template-product .shopify-cleanslate ul [data-testid=grid-cell] {
    flex: auto !important;
    flex-grow: unset !important;
    width: 100% !important;
}
@media (max-width: 576px) {
    .template-product .shopify-cleanslate ul [data-testid='grid-cell'] {
        margin-top: 15px !important;
    }
    .template-product .shopify-cleanslate ul [data-testid='grid-cell'] {
        margin-left: 0px !important;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .template-product .shopify-cleanslate ul [data-testid='grid-cell'],
    .template-product .shopify-cleanslate ._3G6VJhJYno-AX3-X38f1TA {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .add-to-cart-btn-wrapper {
        width: 100% !important;
    }
}
.dynamic-checkout-button {
    display: none !important;
}
.template-product .shopify-cleanslate ul [data-testid='grid-cell']>div,
.template-product .shopify-cleanslate ._1M9S34W-UyhhDRRQQiV3RH {
    border-radius: 28px !important;
}
.dynamic-checkout-button ul [data-testid='grid-cell'] {
    display: none;
}
.dynamic-checkout-button ul [data-testid='grid-cell']:nth-child(3) {
    display: block !important;
}
.shopify-payment-button__more-options {
    margin-top: 1rem !important;
    color: #54565d !important;
    font-weight: 600 !important;
    padding-left: 4px;
    text-decoration: underline !important;
    text-transform: capitalize;
    visibility: visible !important;
    width: auto !important;
    display: none !important;
}
.shopify-payment-button__button {
    display: none;
}
li[data-testid="grid-cell"]+div[data-testid="GooglePay-button"] {
    display: none;
}
/* .product-images-wrapper .swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-active ~ .swiper-slide) */
.product-images-wrapper .swiper .swiper-slide,
.product-images-wrapper .swiper .swiper-slide {
    pointer-events: none;
    opacity: 0 !important;
    visibility: hidden;
}
.product-images-wrapper .swiper .swiper-slide.swiper-slide-prev,
.product-images-wrapper .swiper .swiper-slide.swiper-slide-active {
    pointer-events: all !important;
    opacity: 1 !important;
    visibility: visible !important;
}
@media (max-width: 991px) {
    .product-images-wrapper .swiper .swiper-slide.swiper-slide-next {
        pointer-events: all;
        opacity: 1 !important;
        visibility: visible;
    }
}
.section-related-products .card-product .add-to-cart-btn,
.card-product:hover .card-footer .add-to-cart-btn {
    padding: 8px !important;
}
@media (min-width: 1200px) {
    .card-product:hover .card-footer .add-to-cart-btn {
        display: flex !important;
        justify-content: center !important;
    }
}
.section-related-products .card-product .add-to-cart-btn-wrapper {
    margin: 0 auto !important;
    max-width: 100%;
    padding: 0 8px;
}
.pdp-slide-image {
    display: flex;
    position: relative;
    padding-top: 100%;
    width: 100%;
}
.pdp-slide-image>img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#anchor-shipping,
#tab-Specifications h4,
#tab-Vehicle-Fitment h4 {
    margin-bottom: 14px;
    position: relative;
}
#tab-Specifications h4,
#tab-Vehicle-Fitment h4 {
    padding-top: 61px;
}
#tab-Vehicle-Fitment h4 {
    margin-top: 15px;
}
#tab-Vehicle-Fitment h4::before,
#tab-Specifications h4::before {
    content: " ";
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6E6E6 !important;
}
#anchor-shipping,
#anchor-returns {
    font-size: 22px;
    font-family: var(--bs-font-family-base);
    font-style: normal;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 14px;
}
.h4.product-title {
    text-transform: none !important;
}
#anchor-returns {
    margin-top: 1.5rem !important;
}
@media (min-width: 768px) {
    .template-product .back-to-top-btn {
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        color: var(--bs-body-color);
        width: 44px;
        height: 44px;
        text-align: center;
        border-radius: 50%;
        position: fixed;
        bottom: 100px;
        right: 32px;
        opacity: 0;
        visibility: hidden;
        z-index: 1127;
    }
    .template-product .back-to-top-btn.show {
        opacity: 1;
        visibility: visible;
    }
    .template-product .back-to-top-btn .fa-caret-up:before {
        font-size: 19px;
        margin-right: 0 !important;
    }
    .ios-detected .template-product .back-to-top-btn .fa-caret-up:before {
        margin-top: 2px !important;
        display: inline-block;
    }
    #anchor-shipping,
    #anchor-returns {
        font-size: 25px;
    }
}
.affirm-as-low-as {
    margin-bottom: 0 !important;
}
.affirm-modal-trigger {
    text-decoration: underline !important;
    text-transform: capitalize !important;
    color: #54565D !important;
    font-weight: 600 !important;
}

/* no review section */
li#tab-questions[data-count][data-new-tab]:after,
li#tab-reviews[data-count]:after {
    content: '(' attr(data-count)')' !important;
    margin-left: 5px !important;
    padding: 0 !important;
    background-color: transparent !important;
}

/* main container */
div[data-widget-style][data-count="0"] .new-review-form {
    border: 1px solid #dddddd4d !important;
}
.summary-overview {
    margin-bottom: 0 !important;
}
.select .form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999999' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") !important;
    border-radius: 4px !important;
    border-width: 2px !important;
    color: #25272D !important;
    font-size: 14px !important;
    padding: 10px 16px !important;
}
.easytabs-contents .easytabs-content-holder h3 {
    font-size: 16px;
    font-family: proxima-nova;
    font-style: normal;
    text-transform: capitalize;
    color: #1c1e23;
    line-height: 21px;
}
.easytabs-tab-item span {
    font-weight: 800 !important;
}
.easytabs-tab-item.easytabs-active {
    text-decoration: underline;
    text-underline-offset: 29px;
    text-decoration-thickness: 2px;
}
#PopupModal-zoom .modal-body .swiper-button-next {
    right: 10px;
}
@media (max-width: 480px) {
    .summary-overview {
        float: left !important;
        text-align: left !important;
    }
}

/* product easytabs  */
.easy-product-tabs {
    background-color: #fff !important;
    border-top: 1px solid #E6E6E6 !important;
}
.product-section .easy-product-tabs .easytabs-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: white;
}
.easytabs-container .easytabs-tabs .easytabs-tab-item {
    padding: 26px 0 !important;
    margin-right: 50px !important;
    position: relative;
}
.easytabs-container .easytabs-tabs .easytabs-tab-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent !important;
    height: 2px;
    width: 100%;
}
.easytabs-container .easytabs-tabs .easytabs-tab-item.easytabs-active::after {
    background: #00AEEF !important;
}
.product-section .easy-product-tabs .easytabs-tabs {
    border-bottom: 1px solid #E6E6E6 !important;
}
.hulkapps_product_options {
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .product-section .easy-product-tabs .easytabs-tabs {
        white-space: nowrap;
        overflow: auto;
        display: flex;
        max-width: none !important;
    }

    .easytabs-container .easytabs-tabs .easytabs-tab-item {
        width: 100% !important;
        overflow: initial !important;
    }
}
.easytabs-container .easytabs-tabs .easytabs-tab-item:first-child {
    margin-left: 22px;
}
.easytabs-content-holder a {
    font-weight: 600;
    text-decoration: underline;
}
.easytabs-container .easytabs-contents .easytabs-content-holder {
    padding: 43px 2px 20px 2px !important;
}
.easytabs-holder .easytabs-content-holder ul li {
    margin-bottom: 11px !important;
}
.easytabs-container .easytabs-contents .easytabs-content-holder p {
    margin-bottom: 1.2rem;
}
.easytabs-container .easytabs-contents .easytabs-content-holder p+h3 {
    margin-top: 1.4rem;
}
.easytabs-content-holder table {
    width: 100% !important;
    margin: 0 !important;
}
.easytabs-tab-item .easytabs-header-text.ui-tabs-anchor {
    text-align: center !important;
}

/* Device select Tooltop style */
.select-device--toopip {
    position: relative;
    cursor: pointer;
}
.select-device--toopip-text {
    position: absolute;
    min-width: 240px;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    padding: 16px;
    left: -8px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    bottom: 28px;
    border-radius: 5px;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}
.select-device--toopip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 11px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.select-device--toopip:hover .select-device--toopip-text {
    visibility: visible;
    opacity: 1;
}

/* CWV Fixes */
.product-select-vehicle-wrapper {
    min-height: 50px;
}
.product-form {
    min-height: 100px;
}
.easy-product-tabs {
    min-height: 300px;
}
.product-feature-grid {
    max-height: 300px;
}
.product-feature-grid .swiper-slider {
    max-height: 300px;
}

/* Fixed add to cart button on mobile */
@media (max-width: 992px) {
    .fixed-bottom-add-cart-button .add-to-cart-btn {
        /* position: fixed;
        bottom: 10px;
        left: 10px;
        right: 10px;
        z-index: 100000;
        width: calc(100% - 20px) !important;
        margin: 0 !important;
        min-height: 52px; */
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100000;
        width: 100% !important;
        margin: 0 !important;
        min-height: 52px;
        border-radius: 0;
    }
    .fixed-bottom-add-cart-button #chat-button {
        bottom: 60px !important;
    }
    .fixed-bottom-add-cart-button.template-product .easytabs-container .easytabs-accordion-item {
        z-index: unset;
    }
    .fixed-bottom-add-cart-button.template-product .input-group .btn {
        z-index: unset;
    }
    /* .fixed-bottom-add-cart-button.template-product .featured-collection-wrapper .banner-content {
        z-index: unset;
    } */
}