.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: 2.5rem;
    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;
}
.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
}
.section-content {
    margin-top: 1rem;
}
.footer-buttons {
    margin-top: 2rem;
    text-align: center;
}
.footer-buttons a {
    margin: 0 1rem;
}

/* main {
    font-family: Arial, sans-serif;
    line-height: 1.6;
} */
.about-section {
    max-width: 800px;
}
h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.section-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 2rem;
    border-left: 5px solid #000;
    padding-left: 10px;
}
.section-content {
    margin-top: 1rem;
    padding-left: 15px;
}
ul {
    list-style-type: disc;
    padding-left: 40px;
}
.footer-buttons {
    margin-top: 2rem;
    text-align: center;
}
.footer-buttons a {
    margin: 0 1rem;
}
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}
