/* Sepet stok hatası — sade durum sayfası (hero yok) */
.vm-oos-page {
    padding: 32px 0 56px;
    background: #f4f7fb;
}

.vm-oos-notice {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 24px;
    margin-bottom: 36px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-left: 4px solid #f59e0b;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(8, 17, 49, .04);
}

.vm-oos-notice__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #fffbeb;
    color: #d97706;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.vm-oos-notice__text h1 {
    margin: 0 0 6px;
    font-size: 1.35rem;
    font-weight: 700;
    color: #081131;
    line-height: 1.3;
}

.vm-oos-notice__text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5c6b8a;
}

.vm-oos-alt__title {
    margin: 0 0 6px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #081131;
}

.vm-oos-alt__lead {
    margin: 0 0 22px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.vm-oos-alt__grid {
    margin-bottom: 8px;
}

.vm-oos-empty {
    padding: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    margin-bottom: 24px;
}

.vm-oos-empty p {
    margin: 0 0 14px;
    color: #64748b;
    font-size: 15px;
}

.vm-oos-link-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 8px;
    background: #0083ff;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.vm-oos-link-btn:hover {
    background: #006fd6;
    color: #fff !important;
}

.vm-oos-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 4px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    font-size: 14px;
}

.vm-oos-foot__link {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
}

.vm-oos-foot__link:hover {
    color: #0083ff;
    text-decoration: underline;
}

.vm-oos-foot__link i {
    margin-right: 4px;
    font-size: 12px;
}

.vm-oos-foot__sep {
    color: #cbd5e1;
    user-select: none;
}

@media (max-width: 767px) {
    .vm-oos-page {
        padding: 20px 0 40px;
    }

    .vm-oos-notice {
        flex-direction: column;
        gap: 12px;
        padding: 18px;
    }

    .vm-oos-foot {
        flex-direction: column;
        text-align: center;
    }

    .vm-oos-foot__sep {
        display: none;
    }
}
