.ljt-shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:22px}.ljt-product{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce7eb;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(21,42,61,.07)}.ljt-product-media{height:210px;display:grid;place-items:center;background:linear-gradient(145deg,#f8fbfc,#edf4f5);overflow:hidden}.ljt-product-media img{width:100%;height:100%;object-fit:contain}.ljt-product-placeholder{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:#0f2438;color:#fff;font-size:30px;font-weight:800}.ljt-product-body{display:flex;flex:1;flex-direction:column;padding:18px}.ljt-product-category{color:#4ea6a4;font-size:12px;font-weight:800}.ljt-product h3{margin:6px 0;font-size:20px;color:#10253a}.ljt-product-desc{min-height:42px;margin:0 0 12px;color:#687987;font-size:14px;line-height:1.5}.ljt-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.ljt-product-price{font-size:21px;font-weight:900;color:#10253a}.ljt-add{border:0;border-radius:12px;padding:10px 14px;background:#4ca5a5;color:#fff;font-weight:800;cursor:pointer}.ljt-add:disabled{background:#8bc3c2}.ljt-cart-empty{text-align:center;color:#73828c;padding:28px}.ljt-cart-line{display:grid;grid-template-columns:minmax(180px,1fr) 90px 110px auto;gap:12px;align-items:start;padding:14px 0;border-bottom:1px solid #e4ecef}.ljt-cart-name{display:flex;gap:10px;align-items:center}.ljt-cart-name img{width:58px;height:58px;object-fit:contain;border-radius:10px;background:#f3f7f8}.ljt-cart-line input{width:100%;box-sizing:border-box}.ljt-cart-note{grid-column:1/-1}.ljt-remove{border:0;background:#fff1f0;color:#b2382d;border-radius:10px;padding:9px 12px;cursor:pointer}.ljt-cart-total{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;font-size:21px;font-weight:900}.ljt-cart-count{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 7px;border-radius:999px;background:#4ca5a5;color:#fff;font-size:14px}@media(max-width:700px){.ljt-shop-grid{grid-template-columns:1fr 1fr;gap:10px}.ljt-product-media{height:150px}.ljt-product-body{padding:13px}.ljt-product h3{font-size:17px}.ljt-product-desc{display:none}.ljt-product-bottom{align-items:stretch;flex-direction:column}.ljt-add{width:100%}.ljt-cart-line{grid-template-columns:1fr 78px}.ljt-cart-price{grid-column:1}.ljt-remove{grid-column:2;grid-row:2}.ljt-cart-note{grid-column:1/-1}}
