/* Alpro Pharmacy site header (matches corporate nav + reference image) */
.alpro-site-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.alpro-site-skip:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 10001;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: #1d428a;
  color: #fff;
  border-radius: 6px;
  font-family: "Open Sans", system-ui, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.alpro-site-header {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #ffffff;
  border-top: 3px solid #f16522;
  box-shadow: 0 1px 0 rgba(29, 66, 138, 0.08);
  position: sticky;
  top: 0;
  z-index: 9999;
}
.alpro-site-header a {
  color: #1d428a;
  text-decoration: none;
}
.alpro-site-header a:hover,
.alpro-site-header a:focus-visible {
  text-decoration: underline;
}
.alpro-site-header__inner {
  width: 100%;
  max-width: var(--pf-wh-max-width, min(76%, 1320px));
  margin: 0 auto;
  padding: 0.65rem 1.25rem 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  box-sizing: border-box;
}
.alpro-site-header__logo img {
  display: block;
  height: 56px;
  width: auto;
}
.alpro-site-header__cluster {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.alpro-site-header__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 1.25rem;
  font-size: 13px;
  font-weight: 500;
  color: #1d428a;
}
.alpro-site-header__top a {
  white-space: nowrap;
}
.alpro-site-header__chev {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.65em;
  vertical-align: middle;
  opacity: 0.85;
}
.alpro-site-drop {
  position: relative;
}
.alpro-site-drop__btn {
  background: none;
  border: 0;
  padding: 0.25rem 0;
  font: inherit;
  color: #1d428a;
  cursor: pointer;
  font-weight: 500;
}
.alpro-site-drop__btn:hover,
.alpro-site-drop__btn:focus-visible {
  text-decoration: underline;
}
.alpro-site-drop__panel {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 220px;
  background: #fff;
  border: 1px solid rgba(29, 66, 138, 0.15);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  padding: 0.5rem 0;
  z-index: 10000;
}
.alpro-site-drop:hover .alpro-site-drop__panel {
  display: block;
}
.alpro-site-drop__panel a {
  display: block;
  padding: 0.45rem 1rem;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.alpro-site-drop__panel a:hover,
.alpro-site-drop__panel a:focus-visible {
  background: rgba(29, 66, 138, 0.06);
  text-decoration: none;
}
.alpro-site-header__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 6px;
  color: #1d428a;
}
.alpro-site-header__search:hover {
  background: rgba(29, 66, 138, 0.08);
  text-decoration: none;
}
.alpro-site-header__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 0.35rem;
  padding-top: 0.15rem;
}
.alpro-site-nav-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem 0.25rem;
  font-size: 15px;
  font-weight: 600;
  color: #1d428a;
}
.alpro-site-nav-main > a,
.alpro-site-nav-main > .alpro-site-mega {
  padding: 0.45rem 0.55rem;
  border-radius: 6px;
  white-space: nowrap;
}
.alpro-site-nav-main > a:hover,
.alpro-site-mega__hit:hover {
  background: rgba(29, 66, 138, 0.06);
  text-decoration: none;
}
.alpro-site-mega {
  position: relative;
}
.alpro-site-mega__hit {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.45rem 0.55rem;
  border-radius: 6px;
  cursor: pointer;
  color: #1d428a;
  font-weight: 600;
  font-size: 15px;
}
.alpro-site-mega__panel {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  min-width: min(100vw - 2rem, 520px);
  max-width: min(100vw - 2rem, 720px);
  background: #fff;
  border: 1px solid rgba(29, 66, 138, 0.15);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  padding: 0.75rem 0;
  z-index: 10000;
}
.alpro-site-mega.is-open .alpro-site-mega__panel {
  display: block;
}
@media (min-width: 901px) {
  .alpro-site-mega:hover .alpro-site-mega__panel,
  .alpro-site-mega:focus-within .alpro-site-mega__panel {
    display: block;
  }
}
.alpro-site-mega__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 1.5rem;
  padding: 0 1rem 0.5rem;
}
.alpro-site-mega__col h4 {
  margin: 0.5rem 0 0.35rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(29, 66, 138, 0.65);
}
.alpro-site-mega__col a {
  display: block;
  padding: 0.28rem 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
.alpro-site-mega__col a:hover {
  text-decoration: underline;
}
.alpro-site-mega__simple {
  min-width: 260px;
  padding: 0.25rem 0;
}
.alpro-site-mega__simple h4 {
  margin: 0.5rem 0 0.35rem;
  padding: 0 1rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(29, 66, 138, 0.65);
}
.alpro-site-mega__simple h4:first-child {
  margin-top: 0.35rem;
}
.alpro-site-mega__simple a {
  display: block;
  padding: 0.4rem 1rem;
  font-size: 13px;
  font-weight: 500;
}
/* Silvercare: subsection lists open on click only */
.alpro-site-mega-split__section + .alpro-site-mega-split__section {
  border-top: 1px solid rgba(29, 66, 138, 0.1);
}
.alpro-site-mega-split__btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0;
  padding: 0.55rem 1rem;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(29, 66, 138, 0.65);
  cursor: pointer;
  text-align: left;
}
.alpro-site-mega-split__btn:hover,
.alpro-site-mega-split__btn:focus-visible {
  background: rgba(29, 66, 138, 0.06);
  outline: none;
}
.alpro-site-mega-split__chev {
  flex-shrink: 0;
  font-size: 0.65em;
  opacity: 0.85;
  transition: transform 0.15s ease;
}
.alpro-site-mega-split__btn[aria-expanded="true"] .alpro-site-mega-split__chev {
  transform: rotate(-180deg);
}
.alpro-site-header__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.35rem;
}
.alpro-site-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}
.alpro-site-btn--blue {
  background: #1d428a;
  color: #fff !important;
}
.alpro-site-btn--blue:hover {
  filter: brightness(1.08);
}
.alpro-site-btn--orange {
  background: #f16522;
  color: #fff !important;
}
.alpro-site-btn--orange:hover {
  filter: brightness(1.05);
}
.alpro-site-btn svg {
  flex-shrink: 0;
}
.alpro-site-nav-toggle {
  display: none;
}
.alpro-site-nav-toggle-label {
  display: none;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(29, 66, 138, 0.25);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1d428a;
  cursor: pointer;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .alpro-site-header__inner {
    flex-wrap: wrap;
  }
  .alpro-site-header__top {
    width: 100%;
    justify-content: flex-start;
  }
  .alpro-site-header__bottom {
    width: 100%;
    justify-content: flex-start;
  }
}
/* Alpro Pharmacy site footer (corporate) */
.alpro-site-footer {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.alpro-site-footer a {
  color: inherit;
  text-decoration: none;
}
.alpro-site-footer a:hover,
.alpro-site-footer a:focus-visible {
  text-decoration: underline;
}
.alpro-site-footer__curve {
  display: block;
  width: 100%;
  height: clamp(52px, 10vw, 80px);
  margin-bottom: -2px;
  color: #1d3c78;
  line-height: 0;
}
.alpro-site-footer__curve svg {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.alpro-site-footer__main {
  background: #1d3c78;
  color: #ffffff;
  padding: 2rem 1.25rem 2.5rem;
  margin-top: -1px;
}
.alpro-site-footer__grid {
  width: 100%;
  max-width: var(--pf-wh-max-width, min(76%, 1320px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .alpro-site-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
  }
}
.alpro-site-footer__heading {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
.alpro-site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alpro-site-footer__list li {
  margin: 0 0 0.55rem;
}
.alpro-site-footer__list a {
  font-size: 0.95rem;
  font-weight: 500;
  opacity: 0.98;
}
.alpro-site-footer__social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.75rem;
}
.alpro-site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none !important;
}
.alpro-site-footer__social:hover,
.alpro-site-footer__social:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  text-decoration: none !important;
}
.alpro-site-footer__accept-label {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
}
.alpro-site-footer__payment {
  background: #ffffff;
  border-radius: 14px;
  padding: 0.45rem 0.55rem;
  max-width: min(100%, 380px);
  box-sizing: border-box;
}
/* 926×369 asset — capped width so the strip reads smaller in the footer */
.alpro-site-footer__payment img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 926 / 369;
}
.alpro-site-footer__office-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.alpro-site-footer__address {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  opacity: 0.95;
}
.alpro-site-footer__email {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  word-break: break-word;
}
.alpro-site-footer__contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.alpro-site-footer__phone-main {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.alpro-site-footer__icon-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.25rem;
}
.alpro-site-footer__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none !important;
}
.alpro-site-footer__icon-btn:hover,
.alpro-site-footer__icon-btn:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  text-decoration: none !important;
}
.alpro-site-footer__mid {
  background: #edf1f7;
  color: #374151;
  padding: 2.25rem 1.5rem 2.5rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.alpro-site-footer__mid-inner {
  width: 100%;
  max-width: var(--pf-wh-max-width, min(76%, 1320px));
  margin: 0 auto;
  box-sizing: border-box;
}
/* Two columns: heading above each pair of logos (reference layout) */
.alpro-site-footer__mid-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 8vw, 5rem);
  align-items: start;
}
@media (max-width: 640px) {
  .alpro-site-footer__mid-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.alpro-site-footer__mid-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  min-width: 0;
}
.alpro-site-footer__mid-col h3 {
  margin: 0;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1d3c78;
  letter-spacing: 0.01em;
}
/* Pair of logos side-by-side, centered under each heading */
.alpro-site-footer__mid-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 1.75vw, 1.35rem);
  width: 100%;
}
.alpro-site-footer__mid-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  line-height: 0;
  min-width: 0;
}
.alpro-site-footer__mid-logos img {
  display: block;
  height: clamp(36px, 4.2vw, 52px);
  width: auto;
  max-width: min(180px, 18vw);
  object-fit: contain;
  object-position: center;
}
.alpro-site-footer__mid-logos img[alt="Doc2Us"] {
  aspect-ratio: 390 / 129;
  height: clamp(36px, 4.2vw, 52px);
  max-width: min(200px, 20vw);
}
@media (max-width: 640px) {
  .alpro-site-footer__mid-logos {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  .alpro-site-footer__mid-logos img,
  .alpro-site-footer__mid-logos img[alt="Doc2Us"] {
    max-width: min(42vw, 160px);
  }
}
.alpro-site-footer__bar {
  background: #1d3c78;
  color: #ffffff;
  padding: 0.95rem 1.5rem;
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45;
}
.alpro-site-footer__bar-inner {
  width: 100%;
  max-width: var(--pf-wh-max-width, min(76%, 1320px));
  margin: 0 auto;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 0.65rem;
}
@media (min-width: 900px) {
  .alpro-site-footer__bar-inner {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: stretch;
    text-align: left;
    gap: 0.75rem 1.5rem;
  }
  .alpro-site-footer__bar-left {
    justify-self: start;
  }
  .alpro-site-footer__bar-center {
    justify-self: center;
    text-align: center;
  }
  .alpro-site-footer__legal-links {
    justify-self: end;
  }
}
.alpro-site-footer__bar a {
  color: #ffffff;
  text-decoration: none;
}
.alpro-site-footer__bar a:hover,
.alpro-site-footer__bar a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.alpro-site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 1.1rem;
}
@media (min-width: 900px) {
  .alpro-site-footer__legal-links {
    justify-content: flex-end;
  }
}
@media (max-width: 900px) {
  .alpro-site-nav-toggle-label {
    display: inline-flex;
  }
  .alpro-site-header__top .alpro-site-drop {
    display: none;
  }
  .alpro-site-header__top .alpro-site-header__search {
    margin-left: auto;
  }
  .alpro-site-nav-main,
  .alpro-site-header__cta-row {
    display: none;
  }
  .alpro-site-nav-toggle:checked ~ .alpro-site-header__bottom .alpro-site-nav-main,
  .alpro-site-nav-toggle:checked ~ .alpro-site-header__bottom .alpro-site-header__cta-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .alpro-site-mega__panel {
    position: static;
    display: none;
    box-shadow: none;
    border: 0;
    max-height: none;
    padding: 0 0 0.5rem 0.5rem;
  }
  .alpro-site-mega.is-open .alpro-site-mega__panel {
    display: block;
  }
  .alpro-site-mega__hit {
    cursor: pointer;
    width: 100%;
  }
  .alpro-site-mega {
    width: 100%;
    border-bottom: 1px solid rgba(29, 66, 138, 0.08);
  }
  .alpro-site-mega__grid {
    grid-template-columns: 1fr;
  }
}
