.grouped-product {
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    border-top: 0.063rem solid #ccc;
}

.grouped-product .grouped-product-details {
    flex-grow: 1;
}

.grouped-product img {
    max-width: 30%;
    display: block;
    flex-shrink: 0;
    margin-right: 1.3rem;
    height: auto !important;
}

@media (max-width: 48rem) {
    .grouped-product img {
        max-width: 47%;
    }
}

.grouped-product h3 {
    font-weight: 600;
    font-size: 1.3rem;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}

.grouped-product a {
    display: flex;
    margin-bottom: 2.4rem;
}

.buy3block-btn {
    padding: 0.375rem 0.75rem;
    margin-right: 5px;
    width: 11rem;
}

.grouped-product .grouped-product-name {
    line-height: 24px;
}

@media (max-width: 360px) and (max-height: 740px) {
    .grouped-product .grouped-product-name {
        margin-right: 20px;
    }

    .buy3block-btn {
        width: 10rem;
        margin-right: 5px;
    }

    .grouped-product img {
        max-width: 30%;
        height: max-content;
        max-height: max-content;
    }
}