/* ================================ DETAIL PRODUCT PAGE ================================ */
body {
    margin: 0;
    padding: 0;
    min-height: 85vh;
    background-color: #fcfcfc;
    overflow-x: hidden;
}

.detail-container {
    margin: 20px;
}

.custom-button {
    margin-top: 15px;
}

.img-thumbnail {
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.thumbnail-container {
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}

.thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
