@media (max-width: 1199px) {
    .container {
        max-width: 1000px;
    }
    
    .tags {
        display: none;
    }

    .left_bar {
        max-width: 600px;
    }

    .left_bar > img {
        max-width: 100%;
        height: 100%;
        object-fit: none;
        border: 1px solid #2e2e2e;
    }
}

@media (max-width: 999px) {
    .container {
        max-width: 800px;
    }
    
    .tags {
        display: none;
    }

    .product_image {
        width: 360px; 
        height: 203px;
    }

    .right_bar {
        border-left: 0px solid #2e2e2e;
        border-top: 1px solid #2e2e2e;
        border-bottom: 1px solid #2e2e2e;
        border-right: 1px solid #2e2e2e;
    }
}

@media (max-width: 799px) {
    .container {
        max-width: 600px;
    }

    .products {
        flex-direction: column;
        height: 100%;
    }

    .product_image {
        width: 100%;
        height: auto;
    }

    .product_descr {
        margin-top: 20px;
    }

    .product_body {
        flex-direction: column;
    }

    .right_bar {
        border-left: 1px solid #2e2e2e;
        border-top: 0px solid #2e2e2e;
        max-width: fit-content;
        height: 100%;
        padding-bottom: 40px;
    }

    .buy_btn {
        margin-top: 60px;
    }
    
}

@media (max-width: 599px) {
    .container {
        max-width: 400px;
    }

    .products {
        flex-direction: column;
        height: 100%;
    }

    .product_image {
        width: 100%;
        height: auto;
    }

    .product_descr {
        margin-top: 20px;
    }
    
    .menu {
        flex-direction: column;
    }

    .links_bar {
        margin-top: 25px;
    }

    .buy_btn {
        margin-top: 40px;
    }
}

@media (max-width: 399px) {
    .container {
        max-width: 300px;
    }

    .products {
        flex-direction: column;
        height: 100%;
        padding: 25px;
        margin-bottom: 32px;
    }

    .product_image {
        width: 100%;
        height: auto;
    }

    .product_descr {
        margin-top: 20px;
    }
    
    .menu {
        flex-direction: column;
    }

    .links_bar {
        margin-top: 25px;
    }

    .product-2 {
        align-items: normal;
    }

    .footer {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .buy_btn {
        margin-top: 40px;
        max-width: 80%;
    }
}