/* Collections Page Specific Styles */
.pe-collections-hero {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%), url('/img/asiatiskt4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    margin-bottom: 40px;
    text-align: center;
}

.pe-collections-hero-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.pe-collections-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 24px 0;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.pe-collections-hero .pe-collections-description {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto;
    max-width: 700px;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pe-collections-hero {
        padding: 60px 0;
    }

    .pe-collections-title {
        font-size: 2.5rem;
    }

    .pe-collections-hero .pe-collections-description {
        font-size: 1.1rem;
    }
}