.product-image {
    width: 100% !important; 
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.site-wrapper {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                url('/images/fondo.png') center/cover no-repeat;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 80px;
}
.container {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.card, .list-group-item, .alert {
    background: rgba(255, 255, 255, 0.1) !important;
    color: white !important;
}
.card-title, .card-text, .list-group-item, .text-muted {
    color: #f8f9fa !important;
}
.btn-outline-light, .btn-outline-success, .btn-outline-secondary {
    color: white !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}
.btn-outline-light:hover, .btn-outline-success:hover {
    background: white !important;
    color: #0d6efd !important;
}
.modal-backdrop {
    height: 0vh !important;
}


