.product-tile .card {
    transition: all 0.3s ease;
}

.product-tile .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.product-tile .product-badge {
    font-size: 0.7rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    margin-bottom: 0.25rem !important;
}

.product-tile .product-badge:not(:last-child) {
    margin-bottom: 0.5rem !important;
}

.product-tile .card-title {
    font-size: 1rem;
    line-height: 1.2;
}

.text-success {
    color: #28a745 !important;
}

@media (max-width: 576px) {
    .product-tile .card-title {
        font-size: 0.9rem;
    }

    .fs-5 {
        font-size: 1.1rem !important;
    }
}

.navbar {
    margin-bottom: 0 !important;
}

html,
body {
    height: 100%;
    margin: 0;
}
.main-thread-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#box-content-search {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-top: none;
    background: #fff;
    border-radius: 0 0 0.25rem 0.25rem;
    z-index: 1050;
}
#box-content-search .list-group-item:hover,
#box-content-search .list-group-item.active {
    background-color: #f8f9fa;
}

.badge-featured {
    background-color: #f0c040 !important; /* warm gold */
    color: #3a2e00 !important; /* dark golden-brown text */
    font-weight: 600 !important;
    box-shadow: 0 0 8px rgba(240, 192, 64, 0.6);
    text-shadow: 0 0 3px rgba(58, 46, 0, 0.7);
}
