#logo-custom .store-logo-module img { /* Centers the desktop logo */
    padding: 8px;
    margin-top: 5px;
}

/*--- OEM INTERACTIVE ---*/
/* OEMI Blurbs*/
#trust-badges-custom .trust-blurbs {
    width: 60%;
    margin: 0 auto; }
#trust-badges-custom .trust-blurbs h4 {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14pt;
    color: #000;
    font-weight: 700; }
#trust-badges-custom .trust-blurbs p {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 10pt;
    color: #000;
    font-weight: 400; }

/* OEMI Guarantee*/
#pricing-banner-custom {
    background-position: center;
    background-attachment: fixed; }
#pricing-banner-custom .wholesale-blurb {
    padding: 80px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    max-width: 750px;
    margin: 0 auto; }
#pricing-banner-custom .wholesale-blurb h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 40pt;
    color: #fff;
    font-weight: 700; }
#pricing-banner-custom .wholesale-blurb p {
    font-family: "Open Sans", sans-serif;
    font-size: 14pt;
    color: #fff;
    font-weight: 400; }

.cart-page-layout .cart-checkout-mobile-sticky { z-index: 9999999999999999; } /* Ensures the Checkout button is accessible on mobile */

/* Sets the styling of the partner links in the footer */
#partner-links .heading::after {
    display: none;
}
#footer-custom #partner-links {
    padding-left: 20px;
    border-left: 5px solid #2680B4;
}
#footer-custom #partner-links .links-list li::after {
	right: -2px;
    top: 3px;
    left: unset;
}
@media (max-width: 766px) {
    #footer-custom #partner-links .links-list li::after {
        right: -2px;
        top: 13px;
        left: unset;
    }
    *:has(> * > #partner-links) {
        padding-left: 15px;
    }
}