/* ZMC Slot Manager - direct product/configuration stock state */
#order-standard_cart .zmc-direct-stock-panel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 24px;
    padding: 20px 22px;
    overflow: hidden;
    border: 1px solid rgba(0,255,208,.30);
    border-radius: 18px;
    background: linear-gradient(135deg,rgba(0,255,208,.10),rgba(7,17,28,.97) 58%);
    box-shadow: 0 18px 45px rgba(0,0,0,.27), inset 0 1px 0 rgba(255,255,255,.04);
}
#order-standard_cart .zmc-direct-stock-panel::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -75px;
    top: -95px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(0,255,208,.18),transparent 68%);
    pointer-events: none;
}
#order-standard_cart .zmc-direct-stock-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0,255,208,.35);
    border-radius: 17px;
    color: #00ffd0;
    background: rgba(0,255,208,.10);
    font-size: 23px;
    box-shadow: 0 0 28px rgba(0,255,208,.10);
}
#order-standard_cart .zmc-direct-stock-content { position: relative; z-index: 1; flex: 1; min-width: 0; }
#order-standard_cart .zmc-direct-stock-eyebrow { display: block; margin-bottom: 4px; color: #00ffd0; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
#order-standard_cart .zmc-direct-stock-panel h2 { margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: none !important; box-shadow: none !important; color: #fff !important; font-family: 'Orbitron',Arial,sans-serif !important; font-size: 21px !important; line-height: 1.2 !important; }
#order-standard_cart .zmc-direct-stock-panel h2::after { display: none !important; }
#order-standard_cart .zmc-direct-stock-panel p { margin: 6px 0 0; color: #b5c6d1; font-size: 12px; line-height: 1.55; }
#order-standard_cart .zmc-direct-stock-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 13px; }
#order-standard_cart .zmc-direct-stock-meta > div { min-width: 175px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.09); border-radius: 11px; background: rgba(255,255,255,.035); }
#order-standard_cart .zmc-direct-stock-meta span { display: block; margin-bottom: 2px; color: #7891a1; font-size: 9px; font-weight: 800; text-transform: uppercase; }
#order-standard_cart .zmc-direct-stock-meta strong { display: block; color: #f4fbff; font-size: 12px; }
#order-standard_cart .zmc-direct-stock-preorder { border-color: rgba(255,174,66,.48); background: linear-gradient(135deg,rgba(255,174,66,.14),rgba(16,15,20,.98) 58%); }
#order-standard_cart .zmc-direct-stock-preorder::after { background: radial-gradient(circle,rgba(255,174,66,.22),transparent 68%); }
#order-standard_cart .zmc-direct-stock-preorder .zmc-direct-stock-icon { color: #ffb84d; border-color: rgba(255,174,66,.42); background: rgba(255,174,66,.11); }
#order-standard_cart .zmc-direct-stock-preorder .zmc-direct-stock-eyebrow { color: #ffc36f; }
#order-standard_cart .zmc-direct-stock-unavailable { border-color: rgba(255,86,119,.52); background: linear-gradient(135deg,rgba(255,86,119,.14),rgba(21,10,17,.98) 58%); }
#order-standard_cart .zmc-direct-stock-unavailable::after { background: radial-gradient(circle,rgba(255,86,119,.22),transparent 68%); }
#order-standard_cart .zmc-direct-stock-unavailable .zmc-direct-stock-icon { color: #ff6e89; border-color: rgba(255,86,119,.44); background: rgba(255,86,119,.11); }
#order-standard_cart .zmc-direct-stock-unavailable .zmc-direct-stock-eyebrow { color: #ff8199; }
#order-standard_cart .zmc-direct-stock-back { position: relative; z-index: 1; flex: 0 0 auto; padding: 11px 15px !important; border: 1px solid rgba(255,86,119,.35) !important; border-radius: 11px !important; color: #ff9aae !important; background: rgba(255,86,119,.10) !important; font-size: 10px !important; font-weight: 900 !important; }
#order-standard_cart form.zmc-product-config-blocked { display: none !important; }
@media (max-width: 700px) {
    #order-standard_cart .zmc-direct-stock-panel { align-items: flex-start; padding: 17px; }
    #order-standard_cart .zmc-direct-stock-icon { flex-basis: 48px; width: 48px; height: 48px; }
    #order-standard_cart .zmc-direct-stock-panel h2 { font-size: 17px !important; }
    #order-standard_cart .zmc-direct-stock-back { display: none !important; }
    #order-standard_cart .zmc-direct-stock-meta { display: grid; grid-template-columns: 1fr; }
}
