.shopping-heading { align-items: end; }
.shopping-heading h1 { line-height: 1.02; }
.shopping-heading-note { color: var(--muted); line-height: 1.7; padding-bottom: 8px; }
.shopping-link-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0 18px; align-items: end; padding: 24px 0; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.shopping-link-form .field { margin-bottom: 0; }
.shopping-link-form button { margin-bottom: 0; min-height: 48px; }
.shopping-link-form .help { grid-column: 1 / -1; margin: 12px 0 0; }
.shopping-list-label { display: flex; justify-content: space-between; padding: 22px 0 18px; color: var(--muted); font-size: 13px; }
.wish-store { display: flex; justify-content: space-between; align-items: center; margin: 15px 0 6px; color: var(--muted); font-size: 12px; gap: 8px; }
.wish-store span { overflow-wrap: anywhere; }
.wish-store .icon { width: 17px; flex-shrink: 0; }
.shopping-tile .garment-caption { margin-top: 0; }
.shopping-tile .garment-kind { display: block; margin-top: 7px; }
.wish-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 4px 10px; margin-top: 12px; font-size: 12px; border-top: 1px dashed var(--line); padding-top: 8px; }
.wish-bottom .text-link { min-height: 44px; font-size: 12px; }
.wish-without-photo { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px; color: var(--muted); }
.wish-without-photo .icon { width: 34px; height: 34px; }
.wish-without-photo span { font-size: 12px; }
.wish-purchased { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--accent); }
.shopping-empty { max-width: 700px; margin: 70px auto 110px; padding: 0 24px; }
.shopping-empty h2 { font-size: clamp(38px, 6vw, 68px); font-weight: 450; letter-spacing: -.05em; line-height: 1.1; margin: 22px 0; }
.shopping-empty p { color: var(--muted); line-height: 1.8; }
.wish-line { display: block; width: 68px; height: 3px; background: var(--accent); }
.wish-shop-link { margin-bottom: 20px; }
.wish-actions { align-items: start; gap: 24px; }
.wish-actions .help { max-width: 340px; }
@media (max-width: 600px) {
  .shopping-heading-note { font-size: 12px; }
  .shopping-link-form { grid-template-columns: 1fr; gap: 12px; }
  .shopping-link-form button { justify-self: start; }
  .shopping-link-form .help { margin-top: 0; }
  .wish-actions { flex-direction: column; }
  .wish-bottom { flex-direction: column; align-items: start; }
  .shopping-empty { padding: 0; margin: 45px 0 65px; }
}
