.product-slider {
    max-width: 800px; 
    height: 600px;
    object-fit: cover; 
} 

.product-wrapper {
    margin-bottom: 70px; 
}

.product-name {
    font-size: 40px;
    padding-left: 20%;
}

.product-detail {
    font-size: 13px;
}

.product-desc {
    background: white;
}

.about-page {
    padding: 70px 23%; 
}

.outline-none {
    outline: none;
}

.img-collection {
    width: 80%;
    height: 500px;
    object-fit: cover;
}

.img-collection-2 {
    width: 85.8%;
    height: 800px;
    object-fit: cover;
}

.img-collection-wrapper {
    margin-bottom: 90px;
}

.bottom-menu {
    padding: 6rem;
} 

.ph-item, .ph-picture {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.ph-picture {
    border-radius: 0.25rem;
}

.ph-item {
    border-radius: 0.45rem !important;
    margin-top: 30px !important; 
    margin-bottom: 30px !important; 
}

.img-product {
    width: 100%;
}
 
@media (min-width: 768px) {
    .product-menu-mob {
        display: none; 
    }

    .chapter-mob {
        display: none;
    }

    .collection-bottom-mob {
        display: none;
    }
}
   
@media (max-width: 767px) {

    .product-slider {
        height: 300px;
    }

    .product-wrapper {
        margin-bottom: 20px;
    }

    .product-name {
        font-size: 15px;
        padding-left: 0%;
    }

    .product-detail {
        font-size: 10px;
    } 

    .product-menu-desk {
        display: none;
    } 

    .product-menu-mob {
        display: block;
    }

    .about-page {
        padding: 40px 30px;
    }

    .chapter-desk {
        display: none;
    }

    .chapter-mob {
        display: block;
    }

    .collection-bottom-desk {
        display: none;
    }

    .collection-bottom-mob {
        display: block;
    }

    .img-collection, .img-collection-2 {
        width: 80%;
        height: 250px;
        object-fit: cover;
        text-align: center !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .img-collection-wrapper {
        margin-bottom: 30px;
        text-align: center !important;
    } 
    
    .main-content {
        margin-top: -40px;
    }

    .content-row {
        margin-top: 30px;
    }

    .content-img {
        text-align: center !important;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .product-skeleton {
        margin-bottom: 150px;
    }
}

@media (max-width: 500px) {
    .product-skeleton {
        margin-bottom: 40px;
    }
}

@media (max-width: 400px) {
    .product-skeleton {
        height: 100px;
    }
}

body {
    min-width: 320px !important;
}
 
.bg-yellow {
    background-color: yellow;
}

.bg-orange {
    background-color: orange;
}

 