.product-category {
    font-weight: bold;
    color: #0056b3;
}
.product-subcategory {
    margin-left: 20px;
}
.list-group-item {
    border: none;
}

.card {
    height: 300px;
    width: 100%;
}
.card-img-top {
    height: 200px;
    /* object-fit: cover; */
}
.centered-heading {
    text-align: center;
}
.product-title {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-description {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
.highlight {
    font-style: italic;
    color: #007bff;
}
.dimensions {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.main-image {
    /* width: 100%; */
    max-width: 400px;
    margin-bottom: 20px;
}
