<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 980px){

    body{
        background: #fff;
    }
}
@media (max-width: 980px){
    section.pdf .col-2{
        width: 50%;
    }
    section.product-detail-sec .row.desk-slider{
        display: none;
    }
    .mobile-img-slider{
        display: block !important;
    }
    section.product-detail-sec .col-7.img-sec{
        width: 100%;
    }
    section.product-detail-sec .col-5.content{
        width: 100%;
        margin-top: 23px;
    }
    section.product-detail-sec .img-sec img {
        height: 600px;
    }
    .mobile-img-slider .owl-dots {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        bottom: 30px;
        gap: 5px;
    }
    .mobile-img-slider .owl-dots button{
        border: none;
        /* width: 0;
        height: 2px;
        border-radius: 50%; */
        background:#e6e6e6; 
    }
    .mobile-img-slider button.owl-dot.active{
        background:#ffbe93;
    }
    section.common-banner img{
        height: auto;
    }
    .product-des h4 {
        height: 43px;
        overflow: hidden;
    }
}

@media (max-width: 540px){
    section.pdf .col-2{
        width: 50%;
    }
    .col-7.img-sec{
        width: 100%;
        padding: 0;
    }
    .row.desk-slider{
        display: none;
    }
    section.product-detail-sec .img-sec img{
        object-fit: cover;
        object-position: top;
    }
    .mobile-breadcumb{
        display: block !important;
        margin-bottom: 30px;
    }
    .desk-breadcumb{
        display: none;
    }
    .mobile-img-slider{
        display: block !important;
    }
    section.product-detail-sec {
        padding-top: 135px;
    }
    .mobile-img-slider .owl-dots {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        bottom: 30px;
        gap: 5px;
    }
    .mobile-img-slider .owl-dots button{
        border: none;
        /* width: 0;
        height: 2px;
        border-radius: 50%; */
        background:#e6e6e6; 
    }
    .mobile-img-slider button.owl-dot.active{
        background:#ffbe93;
    }
    .col-5.content{
        width: 100%;
    }
    section.product-detail-sec .made .stones-img-sec{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2px;
    }
    section.product-detail-sec .product-cont .btns {
        flex-direction: column;
        gap: 20px;
    }
    section.product-detail-sec .product-cont h2{
        font-size: var(--f25);
    }
    section.product-detail-sec .made h5{
        font-size: 22px;
    }
    table.product-table tr{
        display: flex;
        margin-bottom: 12px;
        justify-content: space-between;
    }
    table.product-table tr td{
        width: 49.5%;
        font-size: 14px;
    }
    table.product-table tr th{
        margin-bottom: 12px;
        font-size: 14px;
        width: 49.5%;
    }
    section.product-detail-sec .made .stones-img-sec img{
        width: 90px;
    }
    section.product-detail-sec .product-cont .reviews i{
        font-size: 13px;
    }
    section.product-detail-sec .product-cont .reviews p{
        font-size: var(--f13);
    }
    section.product-detail-sec .product-cont .btns .c-w-btn {
        width: 100%;
    }
    section.common-banner{
        height: auto !important;
        background-position: right;
        background: transparent;
        padding: 0;
    }
    section.product-detail-sec .product-cont .price {
        margin-top: var(--m10);
        font-size: var(--f18);
        margin-bottom: 10px;
    }


    /* reviews section */
    section.customer-reviews h2{
        font-size: 25px;
    }
    section.customer-reviews .rev-row{
        flex-direction: column-reverse;
        gap: 15px;
    }
    section.customer-reviews .based{
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: start;
        gap: 10px;
        align-items: center;
    }
    section.customer-reviews .based p{
        margin-bottom: 0;
    }
    section.customer-reviews .col-6 button.btn.btn-primary{
        font-size: var(--f12);
    }
    section.customer-reviews .user-reviews .name h5{
        font-size: var(--f18);
    }
    section.customer-reviews .user-reviews span{
        font-size: 14px;
    }
    section.customer-reviews .user-reviews h6{
        margin-top: 15px;
        font-size: var(--f16);
    }
    section.customer-reviews .user-reviews p{
        opacity: .75;
    }
    section.about-order .col-3{
        width: 50%;
    }
    section.about-order .abt-delivery{
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .sec-line .sec-line1{
        width: 8%;
    }
    .sec-line .sec-line2{
        width: 28%;
    }
}</pre></body></html>