/* Homepage-specific styles */

/* Featured Products Section */
.featured-products-cta {
    text-align: center;
    margin-top: 40px;
}

/* New Arrivals Section */
.new-arrivals-section {
    background-color: var(--color-beige);
}

.new-arrivals-cta {
    text-align: center;
    margin-top: 40px;
}

/* Sale Section */
.sale-cta {
    text-align: center;
    margin-top: 40px;
}

/* Footer text */
.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

