.product-shortlist-button {
  width: 100%;
  min-height: 42px;
  margin-top: 16px;
  border: 1px solid var(--teal);
  border-radius: 6px;
  background: transparent;
  color: var(--teal);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.product-shortlist-button:hover,
.product-shortlist-button.is-selected {
  background: var(--teal);
  color: #fff;
}

.spanish-browse-bridge {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 28px auto 24px;
  padding: 22px 24px;
  border: 1px solid rgba(0, 105, 100, 0.24);
  border-left: 5px solid var(--teal);
  border-radius: 7px;
  background: #f4f8f7;
  color: #172321;
}

.spanish-browse-copy h2,
.spanish-browse-copy p,
.spanish-browse-actions p {
  margin: 0;
}

.spanish-browse-copy h2 {
  margin-top: 4px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.08;
}

.spanish-browse-copy > p:not(.spanish-browse-eyebrow) {
  max-width: 760px;
  margin-top: 10px;
  color: #42514e;
  line-height: 1.65;
}

.spanish-browse-copy strong {
  display: block;
  margin-top: 12px;
  color: #0b4f4c;
  font-size: 14px;
}

.spanish-browse-eyebrow {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.spanish-browse-actions {
  display: grid;
  gap: 9px;
}

.spanish-browse-actions .button {
  min-height: 46px;
  text-align: center;
}

.spanish-browse-actions p {
  color: #596663;
  font-size: 12px;
  line-height: 1.5;
}

.buyer-shortlist {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 42;
  width: min(820px, calc(100vw - 190px));
  max-height: min(420px, calc(100vh - 40px));
  overflow: auto;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #111;
  color: #fff;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

.buyer-shortlist[hidden] {
  display: none;
}

.buyer-shortlist-head,
.buyer-shortlist-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
}

.buyer-shortlist-head strong,
.buyer-shortlist-head span {
  display: block;
}

.buyer-shortlist-head span,
.buyer-shortlist-actions p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

.buyer-shortlist-clear,
.buyer-shortlist-items button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.buyer-shortlist-items {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0 16px 10px;
  overflow-x: auto;
  list-style: none;
}

.buyer-shortlist-items li {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.buyer-shortlist-items a {
  max-width: 220px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.buyer-shortlist-actions {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.buyer-shortlist-actions p {
  max-width: 510px;
}

.buyer-shortlist-actions .button {
  flex: 0 0 auto;
  min-height: 44px;
}

body.has-buyer-shortlist .floating-whatsapp {
  bottom: 154px;
}

body.privacy-consent-open .buyer-shortlist {
  bottom: 92px;
  max-height: min(420px, calc(100vh - 116px));
}

@media (max-width: 760px) {
  .spanish-browse-bridge {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .spanish-browse-actions .button {
    width: 100%;
  }

  .buyer-shortlist {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    max-height: min(64vh, 440px);
    transform: none;
  }

  .buyer-shortlist-head,
  .buyer-shortlist-actions {
    align-items: stretch;
  }

  .buyer-shortlist-actions {
    display: grid;
  }

  .buyer-shortlist-actions .button {
    width: 100%;
    text-align: center;
  }

  body.has-buyer-shortlist .floating-whatsapp {
    opacity: 0;
    pointer-events: none;
  }

  body.privacy-consent-open .buyer-shortlist {
    bottom: 116px;
    max-height: min(52vh, 360px);
  }
}
