/* for product blue*/

.product-blue {

    color: black;

    padding-top: 4rem;

    max-width: 1350px;

    padding-inline: 1.9rem;

    width: 100%;

}

.product-blue .content {

    height: 47rem;

    position: relative;

    padding-bottom: 8.5rem;

    padding-top: 5rem;

    display: flex;

    justify-content: space-between;

}

.product-blue h2.title {

    margin-top: 5rem;

    font-family: "Kanit";

    font-style: normal;

    font-weight: 600;

    font-size: 39.6px;

    line-height: 59px;

    text-align: center;

    width: 100%;

}

.product-blue .content .right {

    width: 49%;

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    padding: 1rem;

    padding-bottom: 0;

}

.product-blue .content .right h2 {

    font-family: "Poppins";

    font-style: normal;

    font-weight: 700;

    font-size: 80px;

    line-height: 10px;

    color: #1e5bfa;

}

.product-blue .content .right h2 span {

    font-family: "Kanit";

    font-style: normal;

    font-weight: 600;

    font-size: 39.6px;

    line-height: 59px;

}

.product-blue .content .right p {

    font-family: "Kanit";

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    margin: 0;

}

.product-blue .content .right p.tab {

    text-indent: 2.5em;

}

.product-blue .content .right p.price-title {

    font-family: "Kanit";

    font-style: italic;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    color: #1e5bfa;

}

.product-blue .content .right span.price {

    font-family: "Kanit";

    font-style: normal;

    font-weight: 600;

    font-size: 39.6px;

    line-height: 40px;

    color: #1e5bfa;

}

.product-blue .content .right span.price span {

    font-family: "Kanit";

    font-style: italic;

    font-weight: 500;

    font-size: 25px;

    line-height: 37px;

    color: #1e5bfa;

}

.product-blue .content .left {

    display: flex;

    width: 50%;

    text-align: left;

    gap: 1rem;

}

.product-blue .content .left .select-image {

    display: flex;

    flex-direction: column;

    justify-content: end;

    gap: 2rem;

}



.product-blue .content .left .select-image .card {

    width: 88px;

    height: 88px;

    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));

    border-radius: 10px;

}

.product-blue .content .left .select-image .card img {

    height: 100%;

    width: 100%;

    object-fit: cover;

    border-radius: 10px;

}

.product-blue .content .left .show-image {

    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));

    border-radius: 10px;

    width: 100%;

    background: #1e5bfa;

    border-radius: 100px 200px 10px 200px;

    position: relative;

}

.product-blue .content .left .show-image img {

    width: 90%;

    position: absolute;

    left: 1.5rem;

    bottom: 4rem;

}

.product-blue .content .left .show-image img.second {

    width: 75%;

    position: absolute;

    left: 5.5rem;

    bottom: 4rem;

}

/* for product blue*/



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

    .product-blue .content.content2 .right h2 {

        font-size: 60px;

    }

    .product-blue {

        padding-inline: 1rem;

    }

    .product-blue .content{

        flex-wrap: wrap;

        height: auto !important;

        gap: 4rem;

        justify-content: center;

        padding-top: 0;

    }

    .product-blue .content.content2 {

        flex-wrap: wrap;

        height: auto !important;

        gap: 4rem;

        justify-content: center;

    }

    .product-blue .content .right{

        order: 1;

        width: 100%;

    }

    .product-blue .content .right .price-content{

        margin-top: 2rem;

    }

    .product-blue .content .left{

        width: 100%;

        max-width: 550px;

    }

    .product-blue h2.title {

        margin-top: 0;

    }

}



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

    .product-blue .content .right h2 {

        font-size: 40px;

    }

    .product-blue .content.content2 .right h2 {

        font-size: 40px;

    }

    .product-blue .content{

        gap: 2rem;

    }

    .product-blue .content.content2 {

        gap: 3rem;

        padding-top: 0 !important;

    }

    .product-blue .content .right {

        padding: 0;

        margin-top: 1rem;

    }

    .product-blue .content .right p {

        font-size: 16px;

    }

    .product-blue .content .right span.price {

        font-size: 22px;

    }

    .product-blue .content .right span.price span {

        font-size: 20px;

    }

    .product-blue .content .left {

        max-width: 350px;

    }

    .product-blue .content .left .select-image .card {

        width: 60px !important;

        height: 60px !important;

    }

    .product-blue .content {

        padding-bottom: 2.5rem !important;

    }

    .product-blue .content .left .show-image {

        border-radius: 1rem;

    }

    .product-blue .content .left .show-image img {

        left: 1rem;

    }

    .product-blue .content .left .show-image img.second {

        width: 83%;

        height: 88%;

        bottom: 0.5rem;

        left: 1.5rem;

    }

}