.products-banner , .details-right , .details-left{
    display: flex;
    width: 80%;
    height: auto;
    border-radius: 16px;
    padding: 46px;
    gap: 81px;
    background-color: #E6E2DE;
    align-self: center;
    box-shadow: 0px 4px 6px 0px rgba(33, 37, 41, 0.20), 0px 0px 1px 0px rgba(33, 37, 41, 0.32);
}

.page {
    display: flex;
    flex-direction: column;
}

.container-details {
    gap: 48px;
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
}

.left-banner {
    width: 50%;
    display: flex;
    flex-direction: row;
    gap: 18px;
}

img.left-img {
    /* width: 536px; */
    width: 71%;
    object-fit: contain;
    height: auto;
}

.left-images {
    height: auto;
    /* width: 164px; */
    width: 22%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

img.right-img {
    height: 138px;
    width: 100%;
    object-fit: contain;
}

.right-banner {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h2.tit-prod {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #6A999E;
}

.description-short {
    color: #55595A;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.container-sku {
    gap: 12px;
    display: flex;
    flex-direction: column;
    /* font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.2px; */
}

.price_button_cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
}

.tit-sku {
    color: #55595A;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.2px;
    gap: 8px;
    display: flex;
}

span.text-sku {
    color: #55595A;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.2px;
}

span.price-prod {
    color: #55595A;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
}

a.btn-cart {
    background-color: #91B4B7;
    border-radius: 4px;
    padding: 14px 16px 14px 16px;
    gap: 10px;
    color: #F1EFED;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.3px;
    text-align: center;
    width: 238px;
}

.product-details {
    display: flex;
    flex-direction: row;
    gap: 48px;
    width: 80%;
    align-self: center;
}


h3.tit-info {
    color: #55595A;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.75px;


}

.details-left , .details-right {
    gap: 24px;
    flex-direction: column;
    padding: 40px;
    height: auto;
}

.text-info {
    color: #55595A;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.related-products{
    padding: 45px 0px 45px 0px;
    gap: 40px;
    background-color: #C0D4D6;
    display: flex;
    flex-direction: column;
}

h2.tit-related {
    padding: 0px 181px 0px 181px;
    gap: 10px;
    display: flex;
    color: #55595A;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -2.3px;
    width: 100%;
    height: auto;
}

.container-related-products {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    padding: 0px 182px 0px 182px;
    flex-wrap: wrap;
}

span.product-result {
    color: #55595A;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.2px;
}

/**/
.products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 314px;
    min-width: 352px;
}

.products-img {
    flex-shrink: 0;
    align-self: stretch;
}

img.products-img {
    height: 280px;
}

.products-texts {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: var(--Base---Shades-50, #FFF);
    height: 350px;
    justify-content: space-between;
}

.product-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.3px;
}

.product-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.3px;
    text-align: justify;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.product-sku {
    color: var(--Neutral-500, #55595A);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.2px;
}

.product-final {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.product-final .product-price {
    color: var(--Neutral-500, #55595A);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.4px;
}

a.button-product {
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.3px;
    gap: 10px;
    background: var(--Primary-400, #91B4B7);
    color: var(--Secondary-50, #F1EFED);
}

img.products-img:hover {
    opacity: 0.5;
    cursor: pointer;
}

.product-title:hover {
    color: #598589;
    cursor: pointer;
}
@media screen and (min-width: 1400px) and (max-width: 1760px) {
    .products {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 314px;
    }

    .products-texts {
        height: 310px;
    }

    .product-title {
        font-size: 18px;
        line-height: 20px;
    }

    a.button-product{
        width: 68%;
    }

    h2.tit-prod , span.price-prod{
        font-size: 30px;
        line-height: 34px;
    }
    .description-short{
        font-size: 16px;

    }

    a.btn-cart{
        font-size: 17px;
        line-height: 19px;
    }
    h3.tit-info{
        font-size: 40px;
        line-height: 44px;
    }
    .text-info{
        font-size: 18px;
        line-height: 22px;
    }
    h2.tit-related{
        font-size: 60px;
        line-height: 76px;
    }
    .product-final .product-price{
        font-size: 19px;
        line-height: 24px;
    }
}

@media screen and (min-width: 701px) and (max-width: 1399px) {
    .product-title {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: -0.3px;
    }
    .product-details {
        flex-direction: column;
        width: 100%;
        gap: 32px;
    }
    .details-left , .details-right {
        width: 90%;
        gap: 10px;
    }
    .left-banner {
        width: 100%;
        justify-content: center;
    }
    .right-banner{
        width: 100%;
        gap: 20px;
    }
    h2.tit-prod {
        font-size: 24px;
        line-height: 32px;
    }
    .description-short {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
    }
    span.price-prod {
        font-size: 24px;
        line-height: 32px;
    }
    .products-banner {
        flex-direction: column;
        gap: 30px;
        width: 90%;
    }
    .details-left  {
        width: 90%;
    }
    h2.tit-related {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 60px;
        padding: 0px 40px;
        justify-content: center;
    }
    img.right-img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }  
    h3.tit-info {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .text-info {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0;
    } 
    .container-details {
        gap: 32px;
    }
    .products-texts {
        justify-content: flex-start;
        height: auto;
    }
    .container-related-products {
        justify-content: center;
    }
    .products {
        justify-content: center;
    }
}

@media screen and (min-width: 60px) and (max-width: 700px) {
    h2.tit-prod {
        font-size: 17px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .product-title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .product-text {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
    }

    .description-short {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0;
    }

    .product-details {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .details-left , .details-right {
        width: 90%;
        gap: 8px;
    }
    .left-banner {
        width: 100%;
        justify-content: center;
    }
    .right-banner{
        width: 100%;
        gap: 8px;
    }
    .products-banner {
        flex-direction: column;
        gap: 10px;
        width: 90%;
    }
    
    h2.tit-related {
        padding: 0px 40px;
        justify-content: center;
        font-size: 30px;
        line-height: 20px;
        letter-spacing: 0;
    }
    img.right-img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }  
    .products-texts {
        justify-content: flex-start;
        height: auto;
    }
    .container-related-products {
        justify-content: center;
    }
    .products {
        justify-content: center;
    }
    .tit-sku , .text-sku {
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0;
    }
    span.price-prod {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
    }
    h3.tit-info {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .text-info {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0;
    }

    .container-details {
        gap: 12px;
        padding-bottom: 0px;
    }

    .related-products {
        padding: 20px 0px 15px 0px;
    }
    
}
