body {
    content: "Custom css included";
    /* font-family: 'Neutraface Text'; */
}

.accordion-header .accordion-button {
    font-family: 'Helvetica';
}

.manufacturer-img {
    position: absolute;
    max-height: 50px;
    max-width: 150px;
}

.product-list-item .manufacturer-img {
    position: unset;
    max-height: unset;
    max-width: 100%;
}

.product-list-item .manufacturer-row {
    position: relative;
}

.product-list-item .manufacturer-col-4 {
    position: absolute;
    width: 100px;
    right: 0;
    top: 10px;
}

.product-list-item .manufacturer-col-8 {
    width: 80%;
}

.product-list.item_swift_productlistitemrepeater > .grid.pb-3 {
    gap: 0;
}

.item_swift_searchfield {
    margin-left: 2.5rem;
}

header:after {
    height: 0;
}

header#page-header-desktop:after {
    height: 2px !important;
}

li > .nav-link > .text-wrap-nowrap::after {
    display: none;
}


/* Sets font to Helvetica - overrides cms font settings */
.text-price,
.miniCartHeader.h5,
.item_swift_cartapp h1,
.item_swift_cartapp h2,
.item_swift_cartapp h3,
.item_swift_cartapp h4,
.item_swift_cartapp h5,
.item_swift_cartapp h6,
.item_swift_productlist h1,
.item_swift_productlist h2,
.item_swift_productlist h3,
.item_swift_productlist h4,
.item_swift_productlist h5,
.item_swift_productlist h6,
.slider-container .product-header,
.slider-container h1,
.slider-container h2,
.slider-container h3,
.slider-container h4,
.slider-container h5,
.slider-container h6,
.slider-container,
.item_swift_sectionheader h1,
.item_swift_sectionheader h2,
.item_swift_sectionheader h3,
.item_swift_sectionheader h4,
.item_swift_sectionheader h5,
.item_swift_sectionheader h6,
.item_swift_productdetailsmediatable h1,
.item_swift_productdetailsmediatable h2,
.item_swift_productdetailsmediatable h3,
.item_swift_productdetailsmediatable h4,
.item_swift_productdetailsmediatable h5,
.item_swift_productdetailsmediatable h6,
.item_swift_cartsummary h1,
.item_swift_cartsummary h2,
.item_swift_cartsummary h3,
.item_swift_cartsummary h4,
.item_swift_cartsummary h5,
.item_swift_cartsummary h6,
.modal-header h5,
.item_swift_customercenter h1,
.item_swift_customercenter h2,
.item_swift_customercenter h3,
.item_swift_customercenter h4,
.item_swift_customercenter h5,
.item_swift_customercenter h6,
.item_swift_customercenter {
    font-family: 'Helvetica' !important;
}
