.productos-page{min-height:100vh;padding:128px 24px 56px;background:radial-gradient(circle at top right,#000,#000 36%,#000)}.productos-shell{max-width:1180px;margin:0 auto}.productos-head{margin-bottom:24px;color:#f8fafc}.productos-kicker{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#93c5fd;margin-bottom:6px}.productos-title{font-size:34px;line-height:1.1;font-weight:800;letter-spacing:1px}.productos-subtitle{margin-top:8px;color:#cbd5e1;font-size:15px}.productos-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.producto-card{background:linear-gradient(180deg,#f8fafc,#e2e8f0);border:1px solid #cbd5e1;border-radius:14px;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:220px;box-shadow:0 10px 20px #02061726}.producto-card-link{text-decoration:none;color:inherit;display:block}.producto-image-wrap{height:112px;width:112px;border-radius:14px;border:1px solid #dbe4ef;background:#fff;display:flex;align-items:center;justify-content:center;padding:10px}.producto-image{max-height:90px;max-width:90px;-o-object-fit:contain;object-fit:contain}.producto-name{margin-top:14px;color:#0f172a;font-size:16px;font-weight:700;letter-spacing:.3px}.productos-empty{border:1px solid #334155;border-radius:12px;background:#0f172ab8;color:#cbd5e1;padding:24px;text-align:center}@media(min-width:768px){.productos-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@media(min-width:1024px){.productos-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.producto-price{margin-top:8px;color:#0ea5e9;font-size:15px;font-weight:700}.producto-description{margin-top:8px;color:#334155;font-size:13px;line-height:1.45}
