.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}.pCard{position:relative;background:linear-gradient(145deg,#ffffff,#eef8ee);border:1px solid #d8ead6;border-radius:24px;padding:12px;box-shadow:9px 9px 22px rgba(60,100,60,.12),-8px -8px 20px rgba(255,255,255,.9);transition:.16s ease;min-height:270px;overflow:hidden}.pCard:hover{transform:translateY(-4px);box-shadow:14px 16px 32px rgba(45,100,55,.18),-8px -8px 22px #fff}.pCard:active{transform:scale(.98);box-shadow:inset 5px 5px 12px rgba(50,90,55,.18),inset -5px -5px 12px #fff}.pImg{height:145px;border-radius:20px;background:linear-gradient(145deg,#eef9ec,#ffffff);display:grid;place-items:center;overflow:hidden}.pImg img{width:100%;height:100%;object-fit:contain;display:block}.pName{font-size:18px;font-weight:1000;margin:12px 0 4px}.price{font-weight:1000}.add{position:absolute;right:14px;bottom:16px;border:0;background:var(--green);color:#fff;width:36px;height:36px;border-radius:50%;font-size:22px;box-shadow:var(--shadow)}.stock{font-size:13px;background:#dff4df;color:var(--green2);display:inline-block;padding:6px 10px;border-radius:12px;font-weight:900;margin-top:10px}.cart{background:#fffefa;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow);position:sticky;top:100px}.cart h2{margin:0 0 14px;font-size:28px}.cartItem{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid #e9eee7;padding:10px 0}.cartItem img{width:54px;height:54px;object-fit:contain;border-radius:12px;background:#f0faee}.qty{display:flex;align-items:center;gap:6px}.qty button{width:28px;height:28px;border-radius:10px;border:1px solid var(--line);background:white}.weights{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:14px 0}.weights button{border:1px solid var(--line);background:#f6fff4;border-radius:12px;padding:10px;font-weight:900}.weights button.active{background:var(--green);color:#fff}.sum{border:1px solid var(--line);border-radius:18px;padding:14px;background:#fbfff8}.sumRow{display:flex;justify-content:space-between;padding:5px 0;font-weight:800}.sumRow.big{font-size:20px;color:var(--green2)}.payGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.payGrid button{border:0;border-radius:14px;padding:13px;font-weight:900}.payGrid .sel{background:#7d3bea;color:#fff}.payGrid button:not(.sel){background:var(--soft);color:var(--green2)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;background:linear-gradient(120deg,#e5f8df,#fff4df);border-radius:28px;padding:26px;margin-bottom:22px}.hero h1{font-size:34px;margin:0 0 10px}.hero img{width:100%;max-height:310px;object-fit:contain}.heroBasket{transform:scale(1.18);transform-origin:center;filter:drop-shadow(0 18px 30px rgba(30,90,40,.22))}.imagePreview{height:170px;background:#f6fff4;border:1px dashed var(--line);border-radius:18px;display:grid;place-items:center;overflow:hidden}.imagePreview img{max-width:100%;max-height:100%;object-fit:contain}.badgeLow{background:#fff1d7;color:#be6400}.badgeBad{background:#ffe4df;color:#bc2a18}.quick{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin:18px 0}.quick button{background:linear-gradient(145deg,#ffffff,#eaf7e8);border:1px solid var(--line);border-radius:20px;padding:18px;text-align:left;font-weight:1000;box-shadow:var(--shadow)}

@page{size:A4;margin:10mm}.directPrintBody{background:#fff!important;margin:0!important}.directPrintBill{width:100%!important;max-width:760px!important;margin:0 auto!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:16mm!important;font-size:14px!important}.directPrintBill *{font-weight:900!important}.directPrintBill .billTable th,.directPrintBill .billTable td{padding:7px!important}.directPrintBill .billSum{width:300px!important}

/* V15 manual uploaded product image auto-fit fix: never crop product photos */
.pCard{min-height:300px}
.pImg{height:170px;padding:10px;overflow:hidden}
.pImg img,.cartItem img,.table td img,.imagePreview img,.imagePick img{max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain!important;object-position:center center!important;display:block;margin:auto}
.cartItem img{width:54px!important;height:54px!important;padding:4px}
.table td img{width:64px!important;height:64px!important;background:#f6fff4;border-radius:12px;padding:4px}
.imagePreview{padding:10px}
.imagePick img{width:170px!important;height:130px!important}
.product-fit-note{font-size:12px;color:var(--muted);font-weight:800}
.dashProductHead{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 14px}.dashProductHead h2{margin:0;font-size:28px}.dashSearch{min-width:min(520px,45vw);box-shadow:0 10px 24px rgba(40,100,55,.08);border:2px solid #d8ead6;background:#fffef8}@media(max-width:900px){.dashProductHead{display:block}.dashSearch{width:100%;min-width:0;margin-top:12px}}
