/* static/css/custom.css */

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 1px;
}
footer a:hover {
    color: white !important;
    text-decoration: underline !important;
}
.breadcrumb {
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
}
.product-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.product-title {
    font-size: 1.8rem;
}
.product-description {
    font-size: 0.9rem;
    line-height: 1.5;
}