.kategoriak-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    justify-content: flex-start;
    align-items: stretch;
}

.kategoriak-flex .kategoria-card {
    flex: 1 1 350px;
    max-width: 450px;
}

.kategoria-header {
    background: linear-gradient(135deg, #000000 0%, #212529 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kategoria-card {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #e9ecef;
    padding: 25px;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kategoria-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-color: #dc3545;
}

.kategoria-header-section {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.kategoriak-icon {
    font-size: 2.5em;
    margin-right: 15px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.kategoriak-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.kategoria-info h2 {
    margin: 0;
    color: #333;
}

.produktu-count {
    color: #6c757d;
    font-size: 0.9em;
    margin-top: 5px;
}

.kategoria-description {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.5;
}

.produktuak-aurreikuspena {
    background: rgba(248, 249, 250, 0.8);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    flex-grow: 1;
}

.produktuak-aurreikuspena h3 {
    margin-bottom: 10px;
    color: #495057;
    font-size: 1.1em;
}

.produktuak-zerrenda {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.produktu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 8px 12px;
    border-radius: 6px;
    border-left: 3px solid #dc3545;
}

.produktu-name {
    font-weight: 500;
    color: #333;
}

.kategoria-ikusi-btn {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: auto;
    box-shadow: 0 3px 10px rgba(220, 53, 69, 0.3);
}

.kategoria-ikusi-btn:hover {
    background: linear-gradient(135deg, #bb2d3b 0%, #a02331 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
}

.kategoriak-botoia {
    background: linear-gradient(135deg, #000000 0%, #495057 100%);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.kategoriak-botoia:hover {
    background: linear-gradient(135deg, #212529 0%, #6c757d 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.kategoria-section {
    margin-bottom: 40px;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.kategoria-section-flex {
    margin-bottom: 40px;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.kategoria-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dc3545;
    background: linear-gradient(135deg, #000000 0%, #212529 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin: -25px -25px 25px -25px;
}

.kategoria-header h2 {
    margin: 0 0 10px 0;
    font-size: 1.8em;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.kategoria-description {
    margin: 10px 0;
    font-size: 1.1em;
    opacity: 0.9;
}

.produktu-kopurua {
    margin: 5px 0 0 0;
    font-weight: bold;
    font-size: 1em;
    opacity: 0.8;
}

.kategoria-section-flex .produktuak-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 20px;
    justify-content: flex-start;
}

.kategoria-estatistikak {
    display: flex;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 15px;
    margin: 25px 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 2em;
    font-weight: bold;
    color: #667eea;
    margin-bottom: 5px;
}

.stat-label {
    color: #6c757d;
    font-size: 0.9em;
    font-weight: 600;
}