.title-font {
    font-family: "Inter Tight", "Inter", sans-serif;
}

.tier-price-container .price-container {
    justify-content: center;
}

/* Chrome, Safari, Edge, Opera */
.no-spin-buttons::-webkit-outer-spin-button,
.no-spin-buttons::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-spin-buttons {
    -moz-appearance: textfield;
}

/* Infinite scroll */
.amscroll-load-button {
    margin: 48px auto auto;
    color: white !important;
    background-color: #0571B9;
    border: none;
    border-radius: 0;
    padding: 15px 57px;
    font-weight: 600;
    box-shadow: none;
    &:hover {
        background-color: #0571B9;
    }
}

/* Footer gap customer account */
.customer-account-index {
    .page-main {
        margin-bottom: 0;
        .columns {
            row-gap: 0;
        }
    }
}

body.customer-account-edit {
    fieldset .field.field-reserved, form .field.field-reserved, fieldset .field, form .field {
        margin-bottom: 1rem;
    }
    .taxvat {
        margin-bottom: 0 !important;
    }
    .field.required>label:after {
        top: 0;
    }
    .fieldset>.field.required>.relative>.label:after {
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 0 0 5px;
        position: absolute;
        top: -4px;
    }
}

/* Mega menu page overlay */
.page-wrapper:has(.menu-open) {
    .page-header {
        position: relative;
        z-index: 50;
        background: white;
    }
    .menu-page-overlay {
        display: block !important;
    }
}

/* Mega menu 'Rechts' */
[aria-label="Main menu"] > ul:has(.first-right-menu-item) {
    width: 100%;
}
li:has(.first-right-menu-item) {
    margin-left: auto;
}

/* Layered Nav */
.filter-option:has(ol.items.hidden) {
    margin: 0;
    padding: 0;
    .filter-options-title {
        display: none;
    }
}

/*Mobile menu*/
body:has(#customer\.header\.sign\.out\.link) {
    /*Customer is logged in*/
    .mobile-menu-link-logout {
        display: block !important;
    }
    li:has(.mobile-menu-link-login) {
        display: none !important;
    }
}

body:has(#customer\.header\.sign\.in\.link) {
    /*Customer is not logged in*/
    .mobile-menu-link-login {
        display: block !important;
    }
    li:has(.mobile-menu-link-logout) {
        display: none !important;
    }
    /*Hide add to cart button and qty input when customer is not logged in*/
    div:has(> .item-qty-container) {
        display: none;
    }
}

/*Layered navigation*/
.sidebar-main:has(.amshopby-remove-item) {
    /*Filters active, let's show the remove filters button*/
    .filter-actions.bottom {
        display: block;
    }
}

/*B2B Register*/
body.btwob-account-create {
    div:has(> label[for="ca_website"])  {
        margin-top: 0;
    }
    .form-create-account {
        /* For all .field wrappers with a label and autofilled input: */
        .field:has(input:-webkit-autofill) .label,
        .field:has(select:-webkit-autofill) .label,
        .field:has(textarea:-webkit-autofill) .label {
            /* Simulate your floating label style */
            font-size: 11px;          /* Match 'text-[11px]' */
            top: 0;
            left: 0.5rem;             /* Match 'left-2' in Tailwind */
            color: #6b7280;           /* Tailwind's text-gray-500 */
            transform: none;
            pointer-events: none;
            transition: all 0.2s;
        }
    }
}

/*CMS Pages*/
body.cms-page-view .column.main {
    h1, h2, h3, h4, h5, h6 {
        font-size: revert;
        font-weight: revert;
        margin-bottom: revert;
    }
    menu, ol, ul {
        list-style: revert;
        margin: revert;
        padding: revert;
    }
}

/*Search results page*/
body.catalogsearch-result-index {
    .column.main {
.message.notice + h3 {
    margin-bottom: 1rem;

    + ul {
        list-style-image: url(/static/frontend/Wiseconn/Schotman/en_US/images/bullet-point.png);
        list-style-position: inside;
    }
}
    }
}

@media (min-width: 768px) {
    /*Footer*/
    .footer-desktop-bg > .container:after {
        content: '';
        background-image: url(/static/frontend/Wiseconn/Schotman/en_US/images/footer_pic.webp);
        background-repeat: no-repeat;
        width: 356px;
        height: 355px;
        position: absolute;
        right: 0;
        bottom: -64px;
    }
}
