#yg-inventory-portal{direction:rtl;max-width:1200px;margin:32px auto;padding:20px;color:#0f172a;background:#f4f7fb;border-radius:28px}.yg-ip-card{background:#fff;border:1px solid #e6edf5;border-radius:26px;padding:28px;box-shadow:0 20px 60px #0f172a14;margin-bottom:22px}.yg-ip-title{margin:0;font-size:32px;font-weight:900;letter-spacing:-.7px;color:#0f172a}.yg-ip-subtitle{margin:8px 0 28px;color:#64748b;font-size:15px}.yg-ip-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.yg-ip-input{height:56px;border:1px solid #dbe5ef;border-radius:18px;padding:0 20px;font-size:16px;background:#f8fafc;color:#0f172a;outline:none;transition:.2s ease}.yg-ip-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 5px #2563eb1c}.yg-ip-btn{height:56px;border:0;border-radius:18px;padding:0 28px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:15px;font-weight:900;cursor:pointer;transition:.2s ease;white-space:nowrap}.yg-ip-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #2563eb38}.yg-ip-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.yg-ip-msg{margin-top:14px;font-size:14px;color:#64748b}.yg-ip-error{color:#dc2626;font-weight:800}.yg-ip-success{color:#15803d;font-weight:800}.yg-ip-hidden{display:none!important}.yg-ip-user{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid #e6edf5}#yg-ip-user-name{display:block;font-size:22px;font-weight:900;color:#0f172a}.yg-ip-user div div{color:#64748b!important;font-size:14px!important;margin-top:4px}#yg-ip-logout{height:44px;border-radius:14px;padding:0 18px;background:#f1f5f9!important;color:#334155}#yg-ip-logout:hover{box-shadow:none;background:#e2e8f0!important}.yg-ip-product{margin:18px 0 14px;padding:16px 18px;background:#f8fafc;border:1px solid #e6edf5;border-radius:20px}.yg-ip-product h3{margin:0 0 5px;font-size:18px;font-weight:900}.yg-ip-product p{margin:0;color:#64748b;font-size:14px}.yg-ip-products-list{display:flex;flex-direction:column;gap:8px;margin-top:14px}.yg-ip-result-item{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;border:1px solid #e6edf5;border-radius:18px;background:#fff;padding:14px 16px;cursor:pointer;transition:.18s ease}.yg-ip-result-item:hover{background:#f8fbff;border-color:#bfd7ff}.yg-ip-result-item strong{display:block;font-size:16px;font-weight:900;color:#0f172a;line-height:1.35}.yg-ip-result-item p{margin:5px 0 0;color:#64748b;font-size:13px}.yg-ip-small-btn{border:0;border-radius:999px;padding:9px 16px;background:#eef4ff;color:#1d4ed8;font-size:13px;font-weight:900;cursor:pointer;white-space:nowrap}.yg-ip-result-item:hover .yg-ip-small-btn{background:#2563eb;color:#fff}.yg-ip-result-stock{grid-column:1 / -1;margin-top:6px;padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #e6edf5}.yg-ip-result-item:has(.yg-ip-result-stock:not(.yg-ip-hidden)){background:#f8fbff;border-color:#2563eb;box-shadow:0 14px 34px #2563eb1f}.yg-ip-result-item:has(.yg-ip-result-stock:not(.yg-ip-hidden)) .yg-ip-small-btn{background:#2563eb;color:#fff}.yg-ip-branches{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:10px}.yg-ip-branch{position:relative;overflow:hidden;border-radius:18px;padding:14px;border:1px solid #e6edf5;background:#fff;min-height:94px}.yg-ip-branch:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:#cbd5e1}.yg-ip-branch.yes{background:#f7fef9;border-color:#bbf7d0}.yg-ip-branch.yes:before{background:#22c55e}.yg-ip-branch.no{background:#fff8f8;border-color:#fecaca}.yg-ip-branch.no:before{background:#ef4444}.yg-ip-branch-name{font-size:14px;font-weight:900;color:#0f172a;margin-bottom:8px}.yg-ip-branch-status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800;background:#f1f5f9;color:#475569}.yg-ip-branch.yes .yg-ip-branch-status{background:#dcfce7;color:#15803d}.yg-ip-branch.no .yg-ip-branch-status{background:#fee2e2;color:#b91c1c}.yg-ip-qty{margin-top:10px;font-size:28px;font-weight:900;color:#0f172a;letter-spacing:-.5px}.yg-ip-loading{padding:12px;color:#64748b;font-weight:900;text-align:center}@media(max-width:700px){#yg-inventory-portal{padding:12px;margin:14px auto;border-radius:20px}.yg-ip-card{padding:20px;border-radius:22px}.yg-ip-title{font-size:25px}.yg-ip-row{grid-template-columns:1fr}.yg-ip-btn,.yg-ip-input{width:100%}.yg-ip-user{display:block}#yg-ip-logout{margin-top:12px;width:100%}.yg-ip-result-item{grid-template-columns:1fr}.yg-ip-small-btn{width:100%}.yg-ip-branches{grid-template-columns:1fr;gap:7px}.yg-ip-branch{min-height:unset;padding:10px 12px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px}.yg-ip-branch-name{margin-bottom:0}.yg-ip-branch-status{white-space:nowrap}.yg-ip-qty{margin-top:0;font-size:20px}}#yg-ip-branch{width:100%;max-width:280px;height:46px;padding:0 14px;border:1px solid #d1d5db;border-radius:12px;background:#fff;color:#111827;font-size:14px;font-weight:500;outline:none;transition:all .2s ease;cursor:pointer}#yg-ip-branch:hover{border-color:#2563eb}#yg-ip-branch:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.yg-ip-branches-filter{margin:14px 0 6px;padding:14px;background:#f8fafc;border:1px solid #e6edf5;border-radius:18px}.yg-ip-branches-filter-title{display:block;margin-bottom:10px;font-size:14px;font-weight:900;color:#0f172a}.yg-ip-branches-filter-grid{display:flex;flex-wrap:wrap;gap:8px}.yg-ip-branches-filter label{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid #dbe5ef;border-radius:999px;background:#fff;color:#334155;font-size:13px;font-weight:800;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.18s ease}.yg-ip-branches-filter label:hover{border-color:#2563eb;background:#eef4ff;color:#1d4ed8}.yg-ip-branches-filter input{width:15px;height:15px;margin:0;accent-color:#2563eb}.yg-ip-branches-filter label:has(input:checked){border-color:#2563eb;background:#eef4ff;color:#1d4ed8;box-shadow:0 8px 18px #2563eb1f}@media(max-width:700px){.yg-ip-branches-filter{padding:12px}.yg-ip-branches-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.yg-ip-branches-filter label{justify-content:flex-start;border-radius:14px;padding:10px;font-size:12px}}.yg-ip-filter-head{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.yg-ip-filter-head strong{font-size:15px;font-weight:900;color:#0f172a}.yg-ip-filter-head span{font-size:13px;color:#64748b}.yg-ip-filter-note{margin-bottom:12px;padding:10px 12px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:13px;font-weight:800;line-height:1.45}.yg-ip-out-of-stock{background:#fff1f2;border-color:#fecdd3}.yg-ip-out-of-stock h3{color:#be123c}.yg-ip-out-of-stock p{color:#9f1239;font-weight:700}.yg-ip-result-no-stock{border-color:#fecaca;background:#fff7f7}.yg-ip-no-stock-badge{display:inline-flex;margin-top:8px;padding:5px 10px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-size:12px;font-weight:900}.yg-ip-advanced-search{margin-bottom:14px}.yg-ip-search-mode{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.yg-ip-mode-btn{border:1px solid #dbe5ef;background:#fff;color:#334155;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:900;cursor:pointer;transition:.18s ease}.yg-ip-mode-btn:hover{border-color:#2563eb;background:#eef4ff;color:#1d4ed8}.yg-ip-mode-btn.active{border-color:#2563eb;background:#2563eb;color:#fff;box-shadow:0 8px 18px #2563eb2e}@media(max-width:700px){.yg-ip-search-mode{display:grid;grid-template-columns:1fr}.yg-ip-mode-btn{width:100%;border-radius:14px;padding:11px 12px}}.yg-ip-result-no-stock{cursor:not-allowed}.yg-ip-result-no-stock .yg-ip-small-btn{display:none}.yg-ip-combined-row{display:grid;grid-template-columns:1fr;gap:12px}.yg-ip-search-main-btn{display:block;width:30%;min-width:180px;margin:12px auto 0}@media(min-width:701px){.yg-ip-combined-row{grid-template-columns:1fr 1fr}}@media(max-width:700px){.yg-ip-search-main-btn{width:100%;min-width:0}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/inventory-portal.css.map */
