.inks-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}.inks-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.07);transition:.2s}.inks-product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(15,23,42,.11)}.inks-product-image{height:190px;background:#f8fafc;display:flex;align-items:center;justify-content:center;text-decoration:none}.inks-product-image img{width:100%;height:100%;object-fit:contain;padding:12px}.inks-product-image span{font-size:56px}.inks-product-body{padding:14px}.inks-product-body h3{font-size:16px;line-height:1.4;margin:0 0 8px}.inks-product-body h3 a{text-decoration:none;color:#0f172a}.inks-product-meta{font-size:13px;color:#64748b;margin-bottom:10px}.inks-price{margin-bottom:12px}.inks-price strong{font-size:18px;color:#0284c7}.inks-price del{font-size:13px;color:#94a3b8;margin-inline-start:6px}.inks-add-btn{width:100%;border:0;border-radius:12px;background:#0284c7;color:white;font-weight:800;padding:10px;cursor:pointer}.inks-brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}.inks-brand-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;min-height:130px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;text-decoration:none;color:#0f172a;box-shadow:0 8px 24px rgba(15,23,42,.06)}.inks-brand-card img{max-width:92px;max-height:58px;object-fit:contain}.inks-brand-placeholder{width:70px;height:70px;border-radius:50%;background:#e0f7ff;color:#075985;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:24px}.inks-empty{padding:30px;text-align:center;background:#f8fafc;border-radius:14px;color:#64748b}@media(max-width:600px){.inks-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.inks-product-image{height:140px}.inks-product-body{padding:10px}.inks-product-body h3{font-size:14px}.inks-price strong{font-size:15px}}
