/* === NEW ARRIVALS PAGE STYLES === */



/* -- HERO SECTION (Premium Header) -- */
.na-hero {
    position: relative;
    padding: 60px 20px 20px;
    background-color: #f9f1e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #f0ebe3;
}

.na-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    color: #3e2723;
    z-index: 1;
}

.na-hero p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 10px 0 20px;
    color: #8b7355;
    z-index: 1;
}

.header-line {
    width: 50px;
    height: 1.5px;
    background: #c8a45d;
    margin: 0 auto;
}


/* Responsive adjustments for Hero */
@media (max-width: 768px) {
    .na-hero h1 {
        font-size: 2.2rem;
    }
}