@media (max-width: 1280px) {
    .category-card {
        width: 48%;
    }

    .navegadores {
        gap: 0;
    }
}

@media (max-width: 1120px) {

    /* --- HEADER --- */

    .menu-icon {
        display: block;
    }

    .nav-container {
        position: fixed;
        right: -150%;
        top: 0;
        width: 200px;
        flex-direction: column;
        padding: 80px 20px 20px;
        background-color: #ffffff;
        border: 2px solid #7c3aed;
        gap: 2rem;
        align-items: flex-start;
        border-radius: 15px;

        transition: right 0.5s ease;
    }

    .nav-center,
    .nav-right {
        width: 100%;
        text-align: center;
    }

    .nav-center li,
    .nav-right li {
        width: 100%;
        text-align: center;
    }

    .nav-center ul,
    .nav-right ul {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        padding: 0;
    }

    .nav-center ul li,
    .nav-right ul li {
        width: 100%;
    }

    .nav-center a,
    .nav-right a {
        width: 100%;
        border-bottom: 1px solid #ffffff;
        padding: 0.3rem 0;
        font-size: 1rem;

        display: block;
        padding-bottom: 10px;
    }

    .menu-toggle:checked~.nav-container {
        right: 0;
    }

    .grid-section-1 {
        justify-content: flex-end;
        padding-bottom: 160px;
    }

    .contatos {
        height: stretch;
        padding: 32px 0;
    }

    .navegadores {
        flex-direction: column;
        gap: 20px;
        padding: 12px 0;
    }

    .navegadores div {
        width: 100%;
        text-align: end;
    }

    .navegadores h3 {
        margin-bottom: 4px;
    }

    .navegadores ul {
        flex-direction: row;
        justify-content: end;
    }
}

@media (max-width:820px) {
    .category-card {
        width: 100%;
    }

    .featured-products-section {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5, auto);
        max-width: 100%;
        height: 100%;
        gap: 10px;
    }

    .grid-section-1 {
        grid-area: 1/1/1/3;
        min-height: 500px;
    }

    .grid-section-2 {
        grid-area: 2/1/2/3;
        min-height: 190px;
        height: 32vw;
    }

    .grid-section-3 {
        grid-area: 5/1/5/3;
        min-height: 190px;
        height: 32vw;
    }

    .grid-section-4 {
        grid-area: 3/1/5/1;
        min-height: 370px;
        height: 68vw;
    }

    .grid-section-5 {
        grid-area: 3/2/3/2;
        min-height: 180px;
    }

    .grid-section-6 {
        grid-area: 4/2/4/2;
        min-height: 180px;
    }

    .footer-content {
        flex-direction: column-reverse;
    }

    .navegadores div {
        text-align: start;
    }

    .navegadores h3 {
        font-weight: 400;
        margin-bottom: 12px;
    }

    .navegadores ul {
        gap: 16px 48px;
        margin-bottom: 32px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }


    .contatos {
        width: 100%;
        height: 150px;
        text-align: center;
        margin-top: 32px;
        align-items: center;
        padding: 0;
    }

    .subscription label {
        padding: 0;
    }

    .subscription input {
        width: 100%;
    }

    .socials {
        display: flex;
        align-items: center;
        padding: 0;
        gap: 32px;
        font-size: clamp(13px, 2.8vw, 15px);
    }

    .socials ul {
        margin: 0;
    }
}

@media (max-width:608px) {
    .header {
        width: calc(100% - 100px);
    }

    .hero-section {
        width: calc(100% - 60px);
        height: 657px;
        background-size: 340%;
        background-position: 29%;
    }

    .hero-content {
        margin: 0 auto 190px;
    }

    .categories-container {
        width: calc(100% - 60px);
    }

    .featured-products-section {
        width: calc(100% - 60px);
    }

    .footer-content {
        width: calc(100% - 120px);
    }

}

@media (max-width:480px) {
    .hero-title {
        width: 21rem;
    }

    .hero-buttons {
        font-size: 1rem;
    }

    .grid-section-1 {
        padding-bottom: 120px;
    }

    .grid-section-1-btns {
        font-size: 1rem;
    }

    .socials {
        gap: 12px;
    }

    .navegadores ul {
        flex-direction: column;
    }
}

@media (max-width:430px) {
    .logo img {
        height: 36px;
    }

    .hero-section {
        background-size: 750%;
        background-position: 33%;
    }

    .hero-content {
        margin-bottom: 80px;
    }

    .hero-title {
        width: 13rem;
    }

    .hero-buttons {
        flex-direction: column
    }

    .grid-section-1 {
        background-size: 550%;
        background-position: 33%;
        padding-bottom: 16%;
    }

    .grid-section-1-subtitle {
        font-size: 4vw;
    }

    .grid-section-1-title {
        width: 50vw;
    }

    .grid-section-1-btns {
        flex-direction: column;
    }

    .contatos {
        margin-top: 16px;
        height: 188px;
    }

    .subscription label {
        width: 70vw;
        display: block;
        margin: 0 auto 4px;
    }

    .socials {
        flex-direction: column;
        margin-top: 12px;
        font-size: 13px;
    }
}