.other_products_display {
    position: relative;
    width: fit-content;
    margin-left: 7.5%;
    width: 85%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 25%));
    gap: 1vw;
    background-color: var(--color3);
}

.other_products_display > .store_individual_product {
    margin: 0;
}
