@media (max-width: 1330px) {

    .product .column-top {
        gap: 53px;
    }


}



@media (max-width: 1120px) {

    .product .right {
        width: 45%;
    }

    
}


@media (max-width: 925px) {

    main {
        padding: 33px 20px;
    }

    .product .column-top {
        flex-direction: column;
        gap: 0px;
    }

    .breadcrumb-area {
        margin-bottom: 18px;
    }


    .product .right {
        width: 100%;
    }

    .column-top .right .details {
        margin: 0px;
        margin-bottom: 23px;
    }

    .right > .description {
        margin-top: 44px;
        margin-bottom: 37px;
    }

    .product h2 {
        margin-bottom: 15px;
    }

    .product .column-bottom {
        margin-top: 8px;
    }

    .more-products {
        margin-top: 0px;
    }

    .more-products h2 {
        margin-bottom: 27px;
    }

    .more-products > div {
        gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .more-products article {
        font-size: 14px;
    }

    .more-products article .title {
        margin-bottom: 2px;
    }

    .more-products article img {
        margin-bottom: 1px;
    }
    
    .product .additional-details {
        flex-wrap: wrap;
        margin-bottom: 39px;
    }

    .additional-details .seller {
        position: unset;
    }

    
}