@charset "utf-8";

.shop-error-page {
    min-height: 260px;
    padding: 48px 16px;
    background: radial-gradient(circle at 20% 20%, #f5f8ff 0%, #eef3ff 35%, #ffffff 100%);
}

.shop-error-card {
    max-width: 640px;
    padding: 36px 32px;
    text-align: center;
}

.shop-error-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #2b5cff;
    background: #edf2ff;
    margin-bottom: 14px;
}

.shop-error-title {
    margin: 0 0 14px;
    color: #1d2742;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
}

.shop-error-title-icon {
    color: #ff7a00;
    margin-right: 8px;
    font-size: 0.95em;
    vertical-align: -0.08em;
}

.shop-error-message {
    margin: 0 auto 22px;
    max-width: 520px;
    color: #45506a;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
}

.shop-error-back {
    gap: 4px;
}

.shop-error-back:hover,
.shop-error-back:focus {
    text-decoration: none;
}

@media (max-width: 640px) {
    .shop-error-page {
        min-height: 220px;
        padding: 30px 14px;
    }

    .shop-error-card {
        border-radius: 16px;
        padding: 26px 18px;
    }

    .shop-error-title {
        font-size: 24px;
    }

    .shop-error-message {
        font-size: 15px;
        line-height: 1.6;
    }

    .shop-error-back {
        width: 100%;
    }
}
