.shop {
    padding-inline-start: 0;
    margin-block: 0;
}

.links {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
    .shop {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .shop .col {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .zqEC {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column: 1 / 3;
        margin-bottom: 3em;
    }
    .links {
        margin-top: auto;
    }
}
/*
@media only screen and (min-width: 1024px) {  PC
    .shop {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .zqEC {
        display: flex;
        flex-direction: column;
        grid-column: 1 / 2;
    }
}
*/