.amz-products{display:grid;gap:1.5rem}
.amz-product{display:flex;gap:1.25rem;padding:1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.04);transition:transform .2s,box-shadow .2s}
.amz-product:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.08)}
.amz-product__image{flex:0 0 120px}
.amz-product__image img{width:120px;height:120px;object-fit:contain;border-radius:8px}
.amz-product__info{flex:1;display:flex;flex-direction:column;gap:.5rem}
.amz-product__title{font-size:1rem;font-weight:600;margin:0;line-height:1.3}
.amz-product__meta{display:flex;gap:.75rem;font-size:.875rem;color:#666;flex-wrap:wrap}
.amz-product__prime{color:#00695c;font-weight:600}
.amz-product__price{font-size:1.25rem;font-weight:700;color:#1a1a2e}
.amz-product__cta{display:inline-block;padding:.5rem 1rem;background:#f97316;color:#fff;text-decoration:none;border-radius:8px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;transition:background .2s;align-self:flex-start}
.amz-product__cta:hover{background:#ea580c}
.amz-disclaimer{font-size:.75rem;color:#888;margin-top:1rem;font-style:italic}
@media(max-width:640px){.amz-product{flex-direction:column;text-align:center}.amz-product__image{flex:none}.amz-product__image img{width:100px;height:100px;margin:0 auto}.amz-product__cta{align-self:center}}