/* offers page */
.offers-toolbar{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end;margin-bottom:20px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:20px;box-shadow:0 10px 28px #1638500d}.offers-toolbar h2{margin:0 0 6px;color:var(--navy)}.offers-toolbar p{margin:0;color:var(--muted);line-height:1.6}.offers-grid .product-card .badge--sale{font-size:10px}.offers-empty{grid-column:1 / -1;text-align:center}@media(max-width:760px){.offers-toolbar{display:block}.offers-toolbar .button{margin-top:14px;width:100%;text-align:center}}
