.produtos {
    background-color: #131212;
    background-size: cover;
    padding: 60px 10px;
    color: #fff;
}
.produtos-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
}

.produtos-grid {
    display: flex;
    justify-content: center;
    max-width: fit-content;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 1000px;
}
.produtos-grid > a {
    position: relative;
    box-shadow: 0px 0;
    width: 294px;
    height: 402px;
    display: grid;
    align-items: center;
    transition: .3s;
}
.produtos-grid > a > div {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 350px;
    padding: 20px;
}
.produtos-grid > a > div > h2 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 110%;
    line-height: 1.2em;
}
.produtos-grid > a:nth-child(5) {
    background: url(/img/retrovisor.webp) no-repeat center center;
    background-size: cover;

}
.produtos-grid > a:nth-child(1) > div, .produtos-grid > a:nth-child(4) > div {
    box-shadow: -2px 0px 0px 0px #FECB00 inset;
}

.produtos-grid > a:nth-child(2) {
    background: url(/img/farois.webp) no-repeat center center;
    background-size: cover;
}
.produtos-grid > a:nth-child(2) > div, .produtos-grid > a:nth-child(5) > div {
    box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
}

.produtos-grid > a:nth-child(3) {
    background: url(/img/lanternas.webp) no-repeat center center;
    background-size: cover;
}
.produtos-grid > a:nth-child(3) > div, .produtos-grid > a:nth-child(6) > div {
    box-shadow: 2px 0px 0px 0px #FECB00 inset;
}

.produtos-grid:hover > a {
    filter: blur(1px);
}
.produtos-grid > a:hover {
    filter: blur(0px);
}
.produto-contato {
    margin-top: 50px;
    text-align: center;
}

.produtos-grid > a:nth-child(6) {
    background: url(/img/lentes.webp) no-repeat center center;
    background-size: cover;
}

.produtos-grid > a:nth-child(4) {
    background: url(/img/farol-de-milha.webp) no-repeat center center;
    background-size: cover;
}

.produtos-grid > a:nth-child(1) {
    background: url(/img/lampadas.webp) no-repeat center center;
    background-size: cover;
}
.produto-contato > p {
    font-size: 1.625rem;
    color: #F4F6FA;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.produto-contato > p > a {
    color: #FECB00;
    text-decoration: underline;
}
.produto-contato > p > a:hover {
    color: #F4F6FA;
}
.produto-contato > a {
    background-color: #FECB00;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    padding: 5px 50px;
    font-size: 1.375rem;
    font-weight: 700;
    border-radius: 15px;
    margin-top: 20px;
}
.produto-contato > a:hover {
    background-color: #fecb0000;
    color: #F4F6FA;
    box-shadow: 0px 0px 0px 1px #FECB00 inset;
}

@media only screen and (min-width:550px) and (max-width:690px) {

    .produto-contato > p {
        font-size: 1.2rem;
    }
    .produto-contato > a {
        padding: 5px 10px;
        font-size: 1.2rem;
    }
    
}

@media only screen and (min-width:0px) and (max-width:549px) {

    .produto-contato > p {
        font-size: 1.2rem;
        display: grid;
        justify-items: center;
        gap: 0px;
    }
    .produto-contato > a {
        padding: 5px 10px;
        font-size: 1.1rem;
    }
    
}

@media only screen and (min-width:350px) and (max-width:850px) {

    .produtos-grid {
        display: grid;
        justify-items: center;
        max-width: fit-content;
    }

    .produtos-grid > a:nth-child(3) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid > a:nth-child(2) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid > a:nth-child(1) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }
    
    .produtos-grid > a:nth-child(4) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid > a:nth-child(5) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid > a:nth-child(6) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid:hover > a {
        filter: blur(0px);
    }
    .produtos-grid > a:hover {
        filter: blur(0px);
    }
    
}

@media only screen and (min-width:0px) and (max-width:349px) {

    .produtos-grid {
        display: grid;
        justify-items: center;
        max-width: fit-content;
        gap: 20px;
    }

    .produtos-grid > a:nth-child(3) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid > a:nth-child(2) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid > a:nth-child(1) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid > a:nth-child(4) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid > a:nth-child(5) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid > a:nth-child(6) > div {
        box-shadow: 2px 0px 0px 0px #FECB00 inset, -2px 0px 0px 0px #FECB00 inset;
    }

    .produtos-grid:hover > a {
        filter: blur(0px);
    }
    .produtos-grid > a:hover {
        filter: blur(0px);
    }

    .produtos-grid > a {
        position: relative;
        box-shadow: 0px 0;
        width: 244px;
        height: 362px;
        display: grid;
        align-items: center;
        transition: .3s;
    }

    .produtos-grid > a > div {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 300px;
        padding: 20px;
    }

    .produtos-title {
        font-size: 2rem;
    }
    
}