.topbar {
  justify-content: space-between;
}

.topbar .brand-lockup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  border-left: 0;
  padding-left: 0;
  text-transform: none;
  letter-spacing: normal;
}

.topbar .brand-lockup > img {
  width: 52px;
  height: 52px;
  max-height: 52px;
  object-fit: contain;
  filter: none;
}

.topbar .brand-lockup > div {
  border-left: 1px solid #555;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.language-pill {
  width: auto;
  display: flex;
  grid-template-columns: none;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  padding: 5px 8px;
  border: 1px solid #ffffff4a;
  border-radius: 999px;
  background: #ffffff0d;
  text-transform: none;
  letter-spacing: 0;
}

.language-pill > span {
  font-size: 16px;
  line-height: 1;
}

.language-pill select {
  width: auto;
  min-width: 114px;
  height: 30px;
  padding: 0 24px 0 2px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  outline: 0;
}

.language-pill select option {
  color: #171719;
  background: #fff;
}

.preview-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px auto 0;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.preview-note > span:first-child {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0;
  border-radius: 50%;
  background: #46d981;
  box-shadow: 0 0 0 3px rgba(70,217,129,.16), 0 0 10px rgba(70,217,129,.55);
}
.preview-note [data-i18n] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #fff;
}

.delivery-address {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #faf8f5;
}
.subsection-heading .eyebrow { margin-bottom: 7px; }
.subsection-heading h3 { margin: 0; font: 500 23px/1.15 Georgia, serif; }
.address-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.address-grid .address-full { grid-column: 1 / -1; }
.address-format-note { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

@media (max-width: 600px) {
  .topbar .brand-lockup { gap: 10px; }
  .topbar .brand-lockup > img { width: 44px; height: 44px; max-height: 44px; }
  .topbar .brand-lockup > div { padding-left: 10px; }
  .topbar span { font-size: 10px; }
  .topbar small { font-size: 7px; }
  .language-pill { padding: 4px 7px; }
  .language-pill select { min-width: 0; width: 90px; font-size: 10px; }
  .delivery-address { padding: 16px; }
  .address-grid { grid-template-columns: 1fr; }
  .address-grid .address-full { grid-column: auto; }
}
.ai-disclaimer{max-width:560px;margin:10px auto 0;color:#aaaeb5;font-size:10px;line-height:1.45;text-align:center}