:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ea8123b *//* =============================================
   HERBAL HOUSE - PREMIUM 404 / COMING SOON
============================================== */

.hh-404-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdfbf7; /* Your Cream background */
    font-family: 'Poppins', sans-serif;
    padding: 40px 20px;
}

.hh-404-container {
    max-width: 600px;
    text-align: center;
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 40px;
    border: 1px solid #e8f2ec;
    box-shadow: 0 20px 50px rgba(27, 67, 50, 0.05);
}

.hh-404-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.hh-404-container h1 {
    font-size: 32px;
    color: #1b4332; /* Forest Green */
    margin: 10px 0 20px;
}

.hh-404-container .ps-accent {
    color: #c9a227; /* Gold */
}

.hh-divider {
    width: 60px;
    height: 3px;
    background: #c9a227;
    margin: 0 auto 25px;
}

.hh-404-container p {
    color: #5b6d63;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 35px;
}

.hh-404-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Reusing your Gold Button Style */
.hh-404-actions .btn-gold-fixed {
    padding: 12px 30px;
    background: #c9a227;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
}

.hh-404-actions .btn-outline {
    padding: 12px 30px;
    border: 2px solid #1b4332;
    color: #1b4332;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
}

.hh-404-actions a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.hh-404-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 13px;
}

@media (max-width: 600px) {
    .hh-404-container { padding: 40px 20px; }
    .hh-404-actions a { width: 100%; }
}/* End custom CSS */