.block-product-reccomendations {
    .product-recommendations__list {
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .product-recommendations__product { 
        flex: 0 0 70% !important;
        width: calc(70% - .4rem) !important;
        padding-right: 8px;
    }
    .reccomended-container {
        display: flex;
        flex-direction: row;
        gap: 20px;
        background: rgba(0, 0, 0, 0.05);
    }
    .reccomended__image {
        flex: 0 0 30%;
        img.reccomended__image-img {
            width: 100%;
            height: 100%;
        }
    }
    [class^="border-frame__"].reccomended__image {
        border-width: 12px;
    }
    .reccomended__content {
        flex: 0 0 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .product-recommendations__heading {
        font-weight: bold;
    }
}