.column.main {
    inline-size: 100% !important;
}

.column.main > .product-reviews-summary.short {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0 0 1rem;
}

.bespoke-module {
    block-size: 850px;
    inline-size: 100%;
    margin: 0;
    position: relative;
}

.bespoke-frame {
    block-size: 100%;
    border: 0;
    inline-size: 100%;
}

.sample-pack > button {
    inline-size: 100%;
    block-size: 4rem !important;
    background: #0290e4;
    color: white;
}

.sample-pack {
    inline-size: 100%;
    margin: 2rem 0;
}

@media screen and (min-width: 769px) {
    .sample-pack {
        inline-size: 20rem;
        margin: 2rem;
        float: right;
    }

    .stock-delivery-container {
        float: left !important;
    }

    .product.media {
        margin: 0 !important;
    }
}
