/** Shopify CDN: Minification failed

Line 61:0 Expected "{" but found "."
Line 67:0 Unexpected "}"

**/
strong, a.t4.font-bold.button {
    font-weight: 600;
}
.header-social-icons {
    display: flex;
    width: 30%;
}
.banner__text.section-content__caption, .rich-text__text--caption {
    width: max-content;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0 !IMPORTANT;
    padding: 2px 34px 2px 10px;
    background: linear-gradient(90deg, #F97316 0%, #FDBA74 64%, #FDBA7410 100%);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.card-information .price-item {
    font-weight: 500;
    /* font-size: 1.7rem !important; */
}
.product-card .card__heading {
    margin-bottom: 1rem;
    line-height: calc(1.4 / var(--font-body-scale));
    text-wrap: balance;
    min-height: 59px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.footer-block__image-wrapper img {
    filter: invert(100);
}
@media (max-width: 767px) {
    .banner__text.section-content__caption, .rich-text__text--caption {
    font-size: 9px !important;
}
.header-social-icons {
    display: none;
}
}
@media (max-width: 767px) {
    .custom-accordion-desktop {
    display: none !important;
}
}
@media (min-width: 767px) {
   .custom-accordion-mobile {
    display: none !important;
}
}

/* Diagram Page Mobile css */
@media (max-width: 768px) 
.parts-explorer {
    .parts-grid 
        display: grid;
        grid-template-columns: 1fr 1fr !important;
}

}


