

/* for product orange*/

.product-orange {

    color: black;

    padding-top: 4rem;

    max-width: 1350px;

    width: 100%;

}

.product-orange .content {

    height: 43rem;

    position: relative;

    padding-bottom: 5.5rem;

    padding-top: 4rem;

    display: flex;

    justify-content: space-between;

}

.product-orange .content.content2 {

    height: 42.3rem;

    position: relative;

    padding-bottom: 5.5rem;

    padding-top: 4rem;

    display: flex;

    justify-content: space-between;

}

.product-orange h2.title {

    margin-top: 6.5rem;

    font-family: "Kanit";

    font-style: normal;

    font-weight: 600;

    font-size: 39.6px;

    line-height: 59px;

    text-align: center;

    width: 100%;

}

.product-orange .content .left {

    width: 51%;

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    padding-left: 2rem;

    padding-bottom: 0;

}

.product-orange .content .left h2 {

    font-family: "Poppins";

    font-style: normal;

    font-weight: 700;

    font-size: 80px;

    line-height: 10px;

    color: #fc6803;

}

.product-orange .content .left h2 span {

    font-family: "Kanit";

    font-style: normal;

    font-weight: 600;

    font-size: 39.6px;

    line-height: 59px;

}

.product-orange .content .left p {

    font-family: "Kanit";

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    margin: 0;

}

.product-orange .content .left p.tab {

    text-indent: 2.5em;

}

.product-orange .content .left p.price-title {

    font-family: "Kanit";

    font-style: italic;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    color: #fc6803;

}

.product-orange .content .left span.price {

    font-family: "Kanit";

    font-style: normal;

    font-weight: 600;

    font-size: 39.6px;

    line-height: 40px;

    color: #fc6803;

}

.product-orange .content .left span.price span {

    font-family: "Kanit";

    font-style: italic;

    font-weight: 500;

    font-size: 25px;

    line-height: 37px;

    color: #fc6803;

}

.product-orange .content .right {

    display: flex;

    width: 48%;

    text-align: left;

    gap: 1rem;

}

.product-orange .content .right .select-image {

    display: flex;

    flex-direction: column;

    justify-content: end;

    gap: 2rem;

}



.product-orange .content .right .select-image .card {

    width: 88px;

    height: 88px;

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

    border-radius: 10px;

}

.product-orange .content .right .select-image .card img {

    height: 100%;

    width: 100%;

    object-fit: cover;

    border-radius: 10px;

}

.product-orange .content .right .show-image {

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

    border-radius: 10px;

    width: 100%;

    background: #fc6803;

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

    position: relative;

}

.product-orange .content .right .show-image img {

    width: 74%;

    position: absolute;

    bottom: 0rem;

    left: 1.5rem;

}

.product-orange .content .right .show-image img.second {

    width: 76%;

    position: absolute;

    bottom: 2rem;

    left: 4.6rem;

}

/* for product orange*/



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

    .product-orange {

        padding-inline: 3rem;

    }

}



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

    .product-orange .content.content2 .left h2 {

        font-size: 60px;

    }

    .product-orange .content .left h2 {

        font-size: 60px;

    }

    .product-orange {

        padding-inline: 2rem;
        padding-top: 2rem;
    }

    .product-orange .content .left .price-content{

        margin-top: 2rem;

    }

    .product-orange .content .right{

        width: 100%;

        max-width: 550px;

    }

    .product-orange h2.title {

        margin-top: 0;

    }

    .product-orange .content .left {

        padding-inline: 2rem;

    }

    .product-orange .content .left span.price span {

        font-size: 20px;

    }

}



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

    .product-orange .content.content2 .left h2 {

        font-size: 50px;

    }

    .product-orange .content .left h2 {

        font-size: 50px;

    }

    .product-orange .content .right{

        width: 100%;

        max-width: 500px;

    }

    .product-orange .content {

        padding-bottom: 7.5rem;

        padding-top: 2rem;

    }

    .product-orange .content.content2{

        padding-bottom: 7.5rem;

        padding-top: 2rem;

    }

    .product-orange .content .left span.price span {

        font-size: 18px;

    }

}



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

    .product-orange .content.content2 .left h2 {

        font-size: 60px;

    }

    .product-orange {

        padding-inline: 1rem;

    }

    .product-orange .content{

        flex-wrap: wrap;

        height: auto !important;

        gap: 4rem;

        justify-content: center;

    }

    .product-orange .content.content2 {

        flex-wrap: wrap;

        height: auto !important;

        gap: 4rem;

        justify-content: center;

    }

    .product-orange .content .left{

        order: 1;

        width: 100%;

    }

    .product-orange .content .left .price-content{

        margin-top: 2rem;

    }

    .product-orange .content .right{

        width: 100%;

        max-width: 550px;

    }

    .product-orange h2.title {

        margin-top: 0;

    }

}



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

    .product-orange .content .left h2 {

        font-size: 40px;

    }

    .product-orange .content.content2 .left h2 {

        font-size: 40px;

    }

    .product-orange .content{

        gap: 2rem;

    }

    .product-orange .content.content2 {

        gap: 3rem;

        padding-top: 0 !important;

    }

    .product-orange .content .left p {

        font-size: 16px;

    }

    .product-orange .content .left span.price {

        font-size: 22px;

    }

    .product-orange .content .right {

        max-width: 350px;

    }

    .product-orange .content .right .select-image .card {

        width: 60px !important;

        height: 60px !important;

    }

    .product-orange .content {

        padding-bottom: 2.5rem !important;

    }

    .product-orange .content .right .show-image {

        border-radius: 1rem;

    }

    .product-orange .content .right .show-image img {

        left: 1rem;

    }

    .product-orange .content .right .show-image img.second {

        width: 83%;

        height: 88%;

        bottom: 0.5rem;

        left: 1.5rem;

    }

    .product-orange .content .left {

        padding-inline: 0;

        padding-left: 0;

    }

}