.store-shell{display:grid;grid-template-columns:180px minmax(0,1fr) 300px;gap:14px;align-items:start}.store-brands,.store-cart{position:sticky;top:18px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px}.store-brands h3,.store-cart h3{margin:0 0 12px}.store-brands>div{display:grid;gap:5px}.store-brands button{display:flex;justify-content:space-between;width:100%;padding:9px 10px;background:#f4f5f2;color:#34403e;text-align:left}.store-brands button.active,.store-brands button:hover{background:#292b24;color:#f1d184}.store-brands button span{font-size:11px;opacity:.7}.store-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) 150px 170px;gap:8px;padding:11px;background:#fff;border:1px solid var(--line);border-radius:11px}.store-toolbar label{margin:0;gap:3px;font-size:11px}.store-toolbar input,.store-toolbar select{min-height:35px;padding:7px 8px;font-size:12px}.store-result{display:flex;justify-content:space-between;margin:12px 2px;color:var(--muted);font-size:12px}.store-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.store-product{display:flex;flex-direction:column;min-height:178px;padding:11px;background:#fff;border:1px solid var(--line);border-radius:10px}.store-product:hover{border-color:#c5aa6c;box-shadow:0 7px 18px rgba(24,36,29,.06)}.store-product-top{display:flex;justify-content:space-between;gap:7px}.store-product-top span{padding:4px 7px;border-radius:99px;background:#eee7d7;color:#785d29;font-size:9px;font-weight:800}.store-product-top small{color:var(--muted);font-size:9px}.store-product h3{font-size:12px;line-height:1.3;margin:9px 0 3px}.store-product>p{margin:0;color:var(--muted);font-size:10px}.store-product-price{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:10px}.store-product-price span{color:var(--muted);font-size:8px}.store-product-price strong{font-size:14px}.store-buy{display:flex;justify-content:flex-end;gap:6px;margin-top:7px}.store-buy>button{min-width:65px;padding:7px 8px;font-size:10px}.store-buy>button.added{background:#61716c}.store-stepper{display:flex;align-items:center;border:1px solid #d8c493;border-radius:8px;overflow:hidden}.store-stepper button{width:26px;height:29px;padding:0;border-radius:0;background:#f5f0e4;color:#6b5425;font-size:16px}.store-stepper b{min-width:28px;text-align:center;font-size:11px}.store-more{display:block;margin:16px auto}.store-cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:10px}.store-cart-head span{color:#765b27;font-weight:800}.store-cart-line{padding:10px 0;border-bottom:1px solid var(--line)}.store-cart-line>strong{display:block;font-size:11px}.store-cart-line>small{display:block;margin:3px 0 7px;color:var(--muted);font-size:9px}.store-cart-line>div{display:flex;align-items:center;justify-content:space-between;gap:6px}.store-cart-line>div>b{font-size:10px}.store-remove{padding:3px;background:transparent;color:#934c42;font-size:9px}.store-cart-total{display:flex;justify-content:space-between;gap:10px;padding:13px 0;font-size:11px}.store-cart>#storeCheckout{width:100%}.store-review{width:min(860px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:20px;background:#fff;border-radius:15px;box-shadow:0 24px 70px #0004}.store-review-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:15px 0}.store-review-meta>div{padding:11px;background:#f5f5f1;border-radius:9px}.store-review-meta span{display:block;color:var(--muted);font-size:10px}.store-review-meta strong{display:block;margin-top:4px}.store-review-total{display:flex;justify-content:flex-end;gap:30px;padding:14px;font-size:16px}.store-review .actions{justify-content:flex-end}.store-success{text-align:center}.store-success .success-mark{display:grid;place-items:center;width:58px;height:58px;margin:5px auto 14px;border-radius:50%;background:#e1f0da;color:#3d7131;font-size:29px}.store-origin{display:inline-block;margin-left:5px;padding:3px 6px;border-radius:99px;background:#e8eff2;color:#365964;font-size:9px;font-weight:800}.store-order-alert{display:flex;justify-content:space-between;gap:18px;padding:13px 15px;margin-bottom:14px;border:1px solid #d5bd7f;border-left:4px solid #ad8942;border-radius:9px;background:#fff9eb}.store-order-alert span{color:var(--muted);font-size:12px}.button-link{vertical-align:middle}
@media(max-width:1200px){.store-shell{grid-template-columns:150px minmax(0,1fr) 270px}.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}.store-toolbar{grid-template-columns:1fr 1fr}.store-toolbar label:first-child{grid-column:1/-1}}
@media(max-width:850px){.store-shell{display:block}.store-brands,.store-cart{position:static;margin-bottom:12px}.store-brands>div{display:flex;overflow:auto}.store-brands button{min-width:max-content;width:auto;gap:8px}.store-toolbar{grid-template-columns:1fr}.store-toolbar label:first-child{grid-column:auto}.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}.store-review-meta{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.store-products{grid-template-columns:1fr}.store-review-meta{grid-template-columns:1fr}.store-order-alert{display:grid}}
.store-import{display:flex;align-items:center;gap:8px;grid-column:1/-1;padding-top:8px;border-top:1px solid var(--line)}.store-import button,.store-import .button-link{padding:7px 10px;font-size:10px}.store-import small{color:var(--muted);font-size:9px}.store-import-status{margin-left:auto;color:#41634d;font-weight:700}.store-csv-preview{margin:14px 0}.store-csv-preview td:nth-child(3),.store-csv-preview th:nth-child(3){text-align:center}.store-csv-summary{display:flex;gap:18px;padding:11px 13px;border-radius:9px;background:#f5f5f1}.store-csv-summary strong{color:#765b27}
@media(max-width:850px){.store-import{flex-wrap:wrap}.store-import-status{width:100%;margin-left:0}}
.store-buy>button:disabled{cursor:not-allowed}
.store-proposed-price{display:grid;grid-template-columns:1fr 88px;align-items:center;gap:4px 8px;margin-top:auto;padding-top:9px;color:var(--muted);font-size:9px}.store-proposed-price input{width:88px;min-height:31px;padding:5px 7px;text-align:right;font-weight:700}.store-proposed-price small{grid-column:1/-1;color:#8a6b2f;font-size:8px}
.price-approval-panel{margin-top:14px;padding:16px;border:1px solid var(--line);border-top:2px solid #b08d45;border-radius:11px;background:#fff}.price-approval-panel .section-heading{margin-top:0}.price-review-status{padding:5px 10px;border-radius:99px;font-size:10px;font-weight:800}.price-review-status.pending{background:#faedc9;color:#795d1e}.price-review-status.approved{background:#dcefd4;color:#37602d}.price-approval-input{width:120px;min-height:34px;padding:6px 8px;text-align:right;font-weight:700}
