@media screen and (max-width: 1260px) {
    header .logo img {
        height: 80px;
    }
    header nav {
        width: 45%;
    }
    #about .left h2 {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 1100px) {
    header {
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: center;
    }
    header nav {
        width: 100%;
        order: 3;
    }
    header .logo {
        order: 1;
    }
    header .searchCart {
        order: 2;
        white-space: nowrap;
        padding: 0;
        column-gap: 25px;
    }
    header nav .menu {
        justify-content: center;
    }
    #info .left p, #about .left p {
        width: 91%;
    }
    #info .left h1, #about .left h2 {
        margin-top: 2rem;
    }
    #info, #about {
        padding: 45px 4%;
    }
    main {
        padding: 40px 20px;
    }
    footer .top {
        padding: 50px 5%;
    }
    footer .top .social .symbols {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    header .searchCart {
        width: auto;
        column-gap: 40px;
    }
    header .searchCart .burger {
        display: flex;
    }
    header nav {
        position: fixed;
        top: 0;
        left: -84%;
        width: 83%;
        height: 100%;
        z-index: 10;
        background: #2A538D;
        transition: .8s;
    }
    header nav .menu {
        display: block;
        text-align: center;
        padding: 10% 30px;
    }
    header nav .menu .menu-item a {
        margin-bottom: 20px;
        color: #fff;
        display: inline-block;
        font-size: 28px;
        border-bottom: 2px solid #fff;
    }
    header {
        justify-content: space-between;
    }
    #burg:checked ~ nav {
        left: 0;
    }
    #burg:checked ~ .searchCart .burger span:nth-child(2) {
        opacity: 0;
    }
    #burg:checked ~ .searchCart .burger span:nth-child(1) {
        transform: translateY(16px) rotate(45deg);
    }
    #burg:checked ~ .searchCart .burger span:nth-child(3) {
        transform: translateY(-16px) rotate(-45deg);
    }
    #info .left h1, #about .left h2 {
        font-size: 30px;
        margin-top: 0;
    }
    main .product .item {
        width: calc(100% / 3 - 21px);
    }
    footer .top .footMenu .item a, footer .top .infoList h4 {
        font-size: 18px;
    }
    header .logo img {
        height: 10vw;
    }
    footer .top {
        display: block;
        text-align: center;
        padding-bottom: 15px;
    }
    footer .top .footMenu, footer .top .infoList {
        margin-bottom: 30px;
    }
    footer .top .social .symbols {
        margin-bottom: 35px;
    }
    footer .top .footMenu .item a, footer .top .infoList h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 570px) {
    header {
        justify-content: center;
        padding: 0;
    }
    header .searchCart {
        width: 90%;
    }
    header .logo img {
        height: 15vw;
    }
    #info, #about {
        display: block;
        text-align: center;
    }
    #info .left h1, #about .left h2 {
        font-size: 26px;
    }
    #info .left p, #about .left p {
        width: 100%;
    }
    #info img {
        width: 90%;
        margin-top: 40px;
    }
    main .product {
        display: block;
        margin-bottom: 5px;
    }
    main .product .item {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    #cover img {
        height: 50vh;
    }
    #about {
        padding-top: 20px;
    }
    #about .slider {
        margin-right: 0;
        width: 100%;
    }
}
