/* Product media stays legible beside quantity controls and stacks on phones. */
.offer-with-image{grid-template-columns:150px minmax(0,1fr) 110px;align-items:start}.offer-image{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:12px;background:var(--surface)}.product-image-preview{margin:24px 0;max-width:340px}.product-image-preview img{display:block;width:100%;height:auto;border-radius:12px}.product-image-preview figcaption{font-size:.8rem;color:var(--muted);margin-top:8px}
@media(max-width:800px){.offer-with-image{grid-template-columns:120px minmax(0,1fr) 85px}}
@media(max-width:560px){.offer-with-image{grid-template-columns:minmax(0,1fr) 85px}.offer-with-image .offer-image{grid-column:1/-1;max-height:230px;object-fit:cover}.offer-with-image h3{font-size:1.05rem}}
