.sale-product-grid{display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:start;gap:16px}.sale-product-picker{position:relative}.sale-product-picker>label,.sale-quantity{display:grid;gap:7px;color:#566073;font-size:12px;font-weight:780}.sale-product-search{display:flex;align-items:center;height:46px;overflow:hidden;border:1px solid #dce1e9;border-radius:10px;background:#fff}.sale-product-search:focus-within{border-color:#6d5dfc;box-shadow:0 0 0 3px #6d5dfc14}.sale-product-search span{display:grid;place-items:center;align-self:stretch;width:44px;border-right:1px solid #e5e9f0;background:#f8f9fc;color:#7c8799;font-size:18px}.sale-product-search input{min-width:0;width:100%;height:100%;padding:0 13px;border:0;outline:0}.sale-product-results{position:absolute;z-index:50;top:72px;left:0;right:0;display:none;max-height:340px;overflow:auto;padding:7px;border:1px solid #dce3ed;border-radius:13px;background:#fff;box-shadow:0 18px 45px #0f172a26}.sale-product-results.open{display:grid;gap:4px}.sale-product-option{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px;border:0;border-radius:10px;background:#fff;text-align:left;cursor:pointer}.sale-product-option:hover{background:#f2f5ff}.sale-product-option>span:nth-child(2){display:grid;gap:2px;min-width:0}.sale-product-option strong,.sale-product-option small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sale-product-option small{color:#7d899b;font-size:10px}.sale-product-option b{color:#3157d5;font-size:11px}.sale-product-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#e8edff;color:#3157d5;font-weight:850}.sale-product-selected{margin-top:12px;padding:14px;border:1px solid #cdd8f7;border-radius:13px;background:#f7f9ff}.sale-product-selected:not([hidden]){display:grid;gap:13px}.sale-product-selected>div:first-child{display:flex;align-items:center;gap:10px}.sale-product-selected>div:first-child>span:nth-child(2){display:grid;gap:2px}.sale-product-selected small{color:#6c78a0;font-size:9px;font-weight:850}.sale-product-selected em{color:#778397;font-size:10px;font-style:normal}.sale-product-selected>div:first-child>button{margin-left:auto;border:0;background:transparent;color:#5c4edf;font-weight:800;cursor:pointer}.sale-inherited-details{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:12px;border-top:1px solid #dce3f5}.sale-inherited-details div{padding:8px;border-radius:9px;background:#fff}.sale-inherited-details strong{display:block;margin-top:4px;color:#33415b;font-size:10px}.sale-quantity input{height:46px;padding:0 12px;border:1px solid #dce1e9;border-radius:10px}.sale-quantity small{color:#8d96a5;font-size:9px;font-weight:500;line-height:1.4}@media(max-width:720px){.sale-product-grid{grid-template-columns:1fr}.sale-inherited-details{grid-template-columns:1fr 1fr}}
