.al-merch-choice,
.al-merch-look,
.al-merch-configurator {
  --al-merch-accent: #176b5b;
  margin: 2.25rem 0;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid #d9e4e0;
  border-radius: 16px;
  background: #f8fbfa;
  box-shadow: 0 8px 30px rgb(22 75 64 / 7%);
}

.al-merch-choice h3,
.al-merch-look h3,
.al-merch-configurator h3 { margin: 0 0 1rem; }
.al-merch-choice__teaser { margin: -.35rem 0 1rem; color: #52635f; line-height: 1.5; }
.al-merch__disclosure { display: block; margin-top: .85rem; color: #66736f; font-size: .72rem; line-height: 1.25; text-align: right; opacity: .78; }

.al-merch-choice__controls,
.al-merch-variants__choices { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1rem; }
.al-merch-choice__controls button,
.al-merch-variants__choices button {
  padding: .55rem .8rem;
  border: 1px solid #b8cbc5;
  border-radius: 999px;
  background: #fff;
  color: #193a33;
  cursor: pointer;
}
.al-merch-choice__controls button[aria-pressed="true"],
.al-merch-variants__choices button[aria-pressed="true"] { border-color: var(--al-merch-accent); background: #e5f2ee; font-weight: 700; }
.al-merch-choice__panel[hidden] { display: none; }
.al-merch-choice__product {
  display: grid;
  grid-template-columns: minmax(92px, 150px) 1fr;
  gap: 1rem;
  align-items: center;
  padding: .75rem;
  border-radius: 12px;
  color: inherit;
  background: #fff;
}
.al-merch-choice__product img { width: 100%; max-height: 150px; object-fit: contain; border-radius: 8px; }
.al-merch-choice__details { display: grid; gap: .35rem; }
.al-merch-choice__details strong { font-size: 1.05rem; }
.al-merch-choice__recommendation { margin: .25rem 0 0; color: #52635f; font-size: .9rem; line-height: 1.45; }
.al-merch-choice__recommendation strong { color: #243d35; font-size: inherit; }
.al-merch-variants { margin: 1rem 0; }
.al-merch-variants > span { display: block; margin-bottom: .45rem; font-size: .9rem; font-weight: 650; }
.al-merch-selected { display: grid; gap: .28rem; margin: .8rem 0 0; padding: .8rem; border: 1px solid #d9e4e0; border-radius: 10px; background: #fff; }
.al-merch-selected.is-pending { color: #65736f; background: #f3f6f5; }
.al-merch-selected__eyebrow { color: #52635f; font-size: .72rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.al-merch-selected ul { margin: .25rem 0 0; padding-left: 1.1rem; color: #52635f; font-size: .86rem; line-height: 1.45; }
.al-merch-feature__cta.al-btn.al-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: .85rem;
  padding: .68rem 1rem;
  border: 1px solid rgb(164 222 207 / 38%);
  border-radius: 999px;
  background: linear-gradient(135deg, #173f2c 0%, #347f58 56%, #407f5c 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 2px 6px rgb(23 63 44 / 16%), 0 14px 30px rgb(23 63 44 / 24%);
  text-decoration: none;
  font-weight: 700;
}
.al-merch-feature__cta.al-btn.al-btn--primary:hover {
  background: linear-gradient(135deg, #123624 0%, #2f7350 52%, #4a8b67 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.al-merch-feature__cta.al-btn.al-btn--primary[aria-disabled="true"],
.al-merch-feature__cta.al-btn.al-btn--primary.is-disabled {
  border-color: #cbd5d2;
  background: #dce3e1 !important;
  color: #74817d !important;
  -webkit-text-fill-color: #74817d;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.al-merch-look__image,
.al-merch-feature__image { display: block; width: 100%; max-height: 420px; margin: .8rem 0; object-fit: cover; border-radius: 12px; }

@media (max-width: 540px) {
  .al-merch-choice__product { grid-template-columns: 84px 1fr; gap: .7rem; }
  .al-merch-choice__controls button,
  .al-merch-variants__choices button { padding: .5rem .65rem; }
  .al-merch__disclosure { font-size: .67rem; opacity: .68; }
}
