    p:not(.manufacturer p),  ul, li{

        font-variation-settings: 'wght' 440;
            line-height: 28px;
    }
    b, p a{
        font-weight: 600 !important;
        font-variation-settings: 'wght' 600;
    }
main{
    width: 876px;
    max-width: 100vw;
    margin: auto;
    padding-top: 100px;
}
section{
    width: 100%;
    margin-bottom: 70px;
}
.manufacturers{
    margin-bottom: 50px;
}
.bannercontainer{
    width: 100%;
    margin-bottom: -500px;
}
.border-top{
    border-top: none !important;
    padding-top: 80px;
}
.border-top::before{
    content:"";
    position: absolute;
    top: 0;
    width: 80%;
    left: 10%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.prodcontainer{
    width: 100%;
}
.pagecontainer{
    display: none
}
h1, h2, p, li{
    color: black !important
}
h1{
    font-size: 30px;
    font-weight: 800;
    width: 100%;
    margin-bottom: 30px;
}
h2{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 30px;
}
p, button, ul, li{
    font-size: 21px;
}
li{
    margin-bottom: 20px;
}
button{
    background-color: var(--primary);
    border: none;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    padding: 10px 30px;
    transition: 0.3s;
}
button:hover{
    transform: scale(1.03);
}
.buttons{
    display: flex;
    gap: 20px 
}
.rfq-btn{
    background-color: white;
    color: var(--primary);
    border: 2px solid var(--primary)
}
section:first-child::after{
    content:"";
    position: absolute;
    bottom: 0;
    width: 132%;
    left: -16%;
    border-bottom: 1px solid rgba(0,0,0,0.2);

}
section:first-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}
section:first-child button{
    margin: 40px auto 10px auto;
    border-radius: 50px;
    padding: 12px 35px;
    font-size: 24px;

}
section.cta{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 70%;
    margin: auto;
    padding: 30px;
    background-color: rgba(217, 217, 217, 0.25);

    margin-top: 50px;
    border-radius: 30px;

}
.footerhome{
    margin-top: 200px;
}
@media (max-width: 700px) {

    .buttons{
        flex-direction: column-reverse;
        gap: 3vw;
        margin-bottom: 1.5vw;
        margin-top: 1vw;
        width: 100%;
    }
    .buttons > button{
        border-width: 0.5vw;
        width: 85%;
        height: 13vw;
        font-size: 5vw !important;
        font-weight: 500 !important;
        border-width: 2px;

    }

    .border-top{
        padding-top: 5vw;
        border: none !important
    }   
    main{
        padding-top: 10vw;
    }
    section{
        width: 90vw;
        margin: 0 5vw 10vw 5vw;
        margin-left: 5vw !important;
        padding: 0 3vw;
    }
    .manufacturers{
        margin-bottom: 5vw;
        padding-top: 0 !important;
        padding-bottom: 5vw !important;
        margin-top: -5vw !important;
    }
    h1{
        font-size: 6.3vw;
        margin-bottom: 5vw;
        font-weight: 900 !important;
        padding-right: 10vw !important;

    }
    h2{
        font-size: 5.7vw;
        font-weight: 700 !important;
        font-variation-settings: 'wght' 750;
        margin-bottom: 5vw;
    }
    p:not(.manufacturer p), ul, li{
        font-size: 4.5vw;
        line-height: 6.5vw;
        font-weight: 350;
        font-variation-settings: 'wght' 440;
    }
    li{
        margin-bottom: 2vw;
    }
    button{
        padding: 1vw 3vw;
    }
    section:first-child{
        padding-bottom: 7vw;
        border: none;
        position: relative;
        margin-bottom: 7vw;
    }
    section:first-child::before{
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-bottom: 2px solid rgba(0,0,0,0.15);
    }


    section.cta{
        width: 90vw;
        margin-left: 5vw !important;
        padding: 8vw;
        margin-top: 5vw;
        border-radius: 7vw;
        padding-right: 3vw;
    }
    section.cta h2{
        font-size: 6vw !important;
        font-weight: 800 !important;

    }
    section.cta ul{
        margin-left: 1vw;
    }
    section.cta li{
        font-size: 5vw;
    }
    section.cta§ button{
        min-height: 13.5vw;
        font-size: 5.5vw;
        min-width: 45vw !important;
    }
    .footerhome{
        margin-top: 10vw;
    }
    ul{
        padding-left: 5vw !important;
    }
    section:first-child button{
        padding: 2vw 5vw;
        font-size: 5.3vw;
        font-weight: 800 !important;
        font-variation-settings: 'wght' 650;
        margin: 1vw auto 0vw auto;
    }
}

.manufacturer h1 {
    font-weight: 700 !important;
}




section.directory{
    width: 1300px;
    margin-top: 140px;
    max-width: 100vw;
}
section.directory nav *{
    font-size: 20px;
}
nav.category{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
nav.category div:first-child{
    padding: 3px 10px 3px 0;
}
nav.category div:last-child{
    padding: 3px 0 3px 10px;
    display: none
}
nav.category div.active{
    font-weight: 700;
    border-bottom: 2px solid black;
}
nav.links{
    display: flex;
    flex-direction: row;
}
nav.links h2{
    margin: 0 0 10px 0 ;
    font-weight: 600;
}
nav.links > div {
    flex: 1;
    display: flex;
    flex-direction: column;
}
nav.links a{
    color: black;
    text-decoration: none;
}
nav.links a:hover{
    text-decoration: underline;
}
@media (max-width: 700px) {


    section.directory{
        margin-top: 10vw;
    }    
    section.directory nav *{
        font-size: 4vw;
    }
    nav.links{
        flex-direction: column;
    }
    nav.links > div{
        margin-bottom: 5vw;
    }
}

