/* Shared outfit shopping rows */
.outfit-rows{display:flex;flex-direction:column;gap:0;margin-bottom:14px;border:1px solid rgba(10,10,10,.08);border-radius:14px;overflow:hidden;background:#fdfcfa}
.outfit-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:13px 14px;border-bottom:1px solid rgba(10,10,10,.06)}
.outfit-row:last-child{border-bottom:0}
.outfit-row.base-item{background:#f7f6f2}
.item-main{min-width:0}
.item-kicker{font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#aaa49a;margin-bottom:4px;line-height:1}
.item-name{font-size:14px;font-weight:850;line-height:1.18;letter-spacing:-.2px;color:#0a0a0a;word-break:normal}
.item-brand{font-size:12px;color:#8b877f;line-height:1.2;margin-top:3px}
.item-side{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:58px}
.item-price{font-size:14px;font-weight:850;color:#0a0a0a;white-space:nowrap}
.item-opt{font-size:9px;font-weight:850;letter-spacing:.05em;text-transform:uppercase;color:#8a6a36;background:#f6efe2;border:1px solid #e4d7bf;border-radius:999px;padding:4px 7px;white-space:nowrap}
