.same_product .same_product-header h2 {
    font-family: 'Manrope';
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #555555;
    margin-right: 4.55882353vw;
    list-style-type: none;
    display: inline-block;
    padding-bottom: 0.14705882vw;
    flex-shrink: 0;
    width: auto;
    border-bottom: 1px solid #008295;
}


@media screen and (min-width: 1360px) {
    .same_product .same_product-header h2 {
        font-family: 'Manrope';
        font-weight: 600;
    }
}


.product-gallery .gellery_for .item img, .product-gallery .gellery_for .item video {
    object-fit: contain;
}

.stone_card .stone_cover {
    margin-bottom: 0;
}

/*recommendations*/
.recommendations {
    max-width: 1280px;
    width: calc(100% - 2 * 2.94117647vw);
    margin: -3vw auto 0;
    padding-bottom: 5.66176471vw;
}

.recommendations .product-catalog.grid-layout {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row wrap;
}

.recommendations .stone_card {
    display: block;
    position: relative;
    width: fit-content;
    margin-right: 2vw;
    margin-bottom: 5vw;
}

.recommendations .product-info {
    width: 100%;
}

.recommendations .stone_card .stone_cover {
    height: 17vw;
    object-fit: contain;
}

.recommendations .product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.recommendations h3 {
    padding-bottom: 3vh;
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
    .stone_card .stone_name {
        font-size: 3.5vw;
    }
}

.stone_card .stone_cover {
    width: 100%;
    height: auto;
    object-fit: contain;
    min-width: 250px;
    min-height: 250px;
    max-width: 250px;
    max-height: 250px;
}

@media screen and (max-width: 768px) {
    .recommendations .product-card img {
        min-width: 43vw;
        min-height: 43vw;
        max-width: 43vw;
        max-height: 43vw;
    }
}

@media screen and (max-width: 468px) {

    .stone_card .stone_name {
        font-size: 4vw;
    }

    .recommendations .product-card img {
        min-width: 180px;
        min-height: 180px;
        max-width: 180px;
        max-height: 180px;
    }

    .stone_card .stone_cover {
        min-width: 200px;
        min-height: 200px;
        max-width: 200px;
        max-height: 200px;
    }
}

@media screen and (max-width: 416px) {
    .recommendations .product-card img {
        min-width: 90vw;
        min-height: 90vw;
        max-width: 90vw;
        max-height: 90vw;
    }
}

.benefits-summary_block .benefits_layout {
    padding-left: 0;
}

.product_information-footer {
    width: calc((100vw - 2 * 2.94117647vw) / 12 * 10 + 2.94117647vw);
}

@media screen and (min-width: 1360px) {
    .benefits-summary_block .benefits_layout {
        padding-left: 0;
    }

    .benefits-summary_block {
        max-width: 1280px;
    }
}


.benefits-summary_block .benefits_layout .info_card {
    margin-bottom: 4vw;
}

.sink-assignment {
    font-weight: 400;
    font-family: 'Raleway';
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #222729;
    margin-bottom: 0;
    position: relative;
    padding-right: 1.32352941vw;
    display: block;
    font-feature-settings: 'pnum' on, 'lnum' on;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    text-overflow: ellipsis;
}
