/* ==========================================================
   BELVIDA — SITE STYLES
========================================================== */

:root {
  --ink:#163c2e;
  --green:#287456;
  --sage:#dcecdf;
  --mint:#edf6ef;
  --cream:#fffdf8;
  --sand:#f7f2e8;
  --muted:#61796c;
  --line:#d6e2d7;
  --white:#fff;
  --black:#121714
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:"DM Sans",Arial,sans-serif;
  line-height:1.55
}

a {
  color:inherit;
  text-decoration:none
}

button,
input,
select {
  font:inherit
}

.wrap {
  width:min(1180px,calc(100% - 40px));
  margin:auto
}

.notice {
  padding:9px 20px;
  background:var(--ink);
  color:#fff;
  text-align:center;
  font-size:11px;
  letter-spacing:.1em
}

.notice a {
  margin-left:12px;
  text-decoration:underline
}

.header {
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,253,248,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(12px)
}

.nav {
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.brand {
  display:flex;
  align-items:center;
  gap:11px
}

.mark {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:13px;
  background:var(--mint);
  font-family:Georgia,serif;
  font-weight:700
}

.brand b {
  display:block;
  font:700 22px/1 Georgia,serif
}

.brand small {
  display:block;
  margin-top:5px;
  font-size:8px;
  letter-spacing:.18em
}

.nav nav {
  display:flex;
  align-items:center;
  gap:28px;
  font-size:14px
}

.cartnav {
  padding:9px 13px;
  border:1px solid var(--line);
  border-radius:999px
}

.cart-count {
  display:inline-grid;
  place-items:center;
  min-width:21px;
  height:21px;
  margin-left:5px;
  border-radius:99px;
  background:var(--ink);
  color:#fff;
  font-size:11px
}

.menu {
  display:none;
  border:1px solid var(--line);
  border-radius:99px;
  background:#fff;
  padding:8px 13px
}

.eyebrow {
  color:var(--green);
  font-size:12px;
  font-weight:700;
  letter-spacing:.17em;
  text-transform:uppercase
}

.pagehero {
  padding:68px 0 42px;
  background:linear-gradient(180deg,var(--cream),#faf8f0)
}

h1,
h2,
h3 {
  font-family:"Playfair Display",Georgia,serif;
  line-height:1.08
}

.pagehero h1 {
  max-width:850px;
  margin:8px 0 12px;
  font-size:clamp(42px,6vw,72px);
  letter-spacing:-.04em
}

.pagehero p {
  max-width:700px;
  color:var(--muted)
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 19px;
  border:0;
  border-radius:999px;
  background:var(--ink);
  color:#fff;
  font-weight:700;
  cursor:pointer
}

.btn.light {
  background:#fff;
  color:var(--ink);
  border:1px solid var(--line)
}

.btn.full {
  width:100%
}

.section {
  padding:68px 0
}

.muted {
  color:var(--muted)
}

footer {
  padding:52px 0 20px;
  background:var(--ink);
  color:#fff
}

.footergrid {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1.3fr;
  gap:35px
}

.footergrid h4 {
  margin:0 0 12px
}

.footergrid a:not(.brand) {
  display:block;
  margin:7px 0;
  color:#d4e3da
}

.footergrid p {
  color:#bfd0c5;
  font-size:13px
}

.footbrand .mark {
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18)
}

.copyright {
  margin-top:30px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.14);
  color:#9fb7a8;
  font-size:12px
}

.catalog-tools {
  display:flex;
  gap:14px;
  align-items:center;
  margin:24px 0 18px
}

.searchbox {
  flex:1;
  position:relative
}

.searchbox input {
  width:100%;
  padding:13px 16px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  color:var(--ink)
}

.filters {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:28px
}

.filter {
  padding:8px 13px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--muted);
  cursor:pointer
}

.filter.active {
  background:var(--green);
  border-color:var(--green);
  color:#fff
}

.catalog-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px
}

.catalog-card {
  display:flex;
  flex-direction:column;
  min-width:0
}

.catalog-img {
  height:285px;
  display:grid;
  place-items:center;
  border-radius:12px;
  overflow:hidden;
  background:var(--mint)
}

.catalog-card:nth-child(4n+2) .catalog-img {
  background:#ece8e2
}

.catalog-card:nth-child(4n+3) .catalog-img {
  background:#e3ebee
}

.catalog-card:nth-child(4n+4) .catalog-img {
  background:#eee4ea
}

.catalog-img img {
  width:88%;
  height:92%;
  object-fit:contain
}

.catalog-meta {
  padding:10px 2px 8px
}

.catalog-cat {
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--muted)
}

.catalog-title-row {
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:3px
}

.catalog-title-row h3 {
  margin:0;
  font-family:"DM Sans",sans-serif;
  font-size:13px;
  line-height:1.25
}

.catalog-price {
  white-space:nowrap;
  font-size:12px;
  font-weight:700
}

.catalog-card .view {
  width:100%;
  padding:8px;
  border:0;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:11px;
  cursor:pointer
}

.empty {
  padding:50px;
  text-align:center;
  border:1px dashed var(--line);
  border-radius:16px;
  color:var(--muted)
}

.product-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:start
}

.product-stage {
  min-height:560px;
  display:grid;
  place-items:center;
  border-radius:28px;
  background:var(--mint)
}

.product-stage img {
  max-width:82%;
  max-height:510px;
  object-fit:contain
}

.crumbs {
  margin-bottom:20px;
  color:var(--muted);
  font-size:13px
}

.product-info h1 {
  margin:7px 0 12px;
  font-size:clamp(38px,5vw,60px)
}

.product-price {
  font-size:24px;
  font-weight:700
}

.boundary {
  margin:22px 0;
  padding:17px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--sand);
  font-size:13px
}

.qtyrow {
  display:flex;
  gap:12px;
  margin:22px 0
}

.qtyrow input {
  width:78px;
  padding:11px;
  border:1px solid var(--line);
  border-radius:10px
}

.detailgrid {
  margin-top:35px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}

.detailbox {
  padding:18px;
  border-top:1px solid var(--line)
}

.detailbox b {
  display:block;
  margin-bottom:5px
}

.cart-layout {
  display:grid;
  grid-template-columns:1.5fr .8fr;
  gap:35px
}

.cart-items {
  display:flex;
  flex-direction:column;
  gap:14px
}

.cart-item {
  display:grid;
  grid-template-columns:90px 1fr auto;
  gap:16px;
  align-items:center;
  padding:14px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff
}

.cart-item img {
  width:90px;
  height:90px;
  object-fit:contain;
  background:var(--mint);
  border-radius:12px
}

.cart-item h3 {
  margin:0 0 5px;
  font-family:"DM Sans",sans-serif;
  font-size:15px
}

.cart-item button {
  border:0;
  background:none;
  color:var(--green);
  cursor:pointer
}

.summary {
  position:sticky;
  top:110px;
  padding:24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff
}

.sumrow {
  display:flex;
  justify-content:space-between;
  margin:11px 0
}

.sumrow.total {
  padding-top:14px;
  border-top:1px solid var(--line);
  font-size:20px;
  font-weight:700
}

.preview-note {
  margin-top:15px;
  color:var(--muted);
  font-size:12px
}

.invoice {
  max-width:850px;
  margin:45px auto;
  padding:40px;
  border:1px solid var(--line);
  background:#fff
}

.invoice-head {
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding-bottom:25px;
  border-bottom:1px solid var(--line)
}

.invoice-table {
  width:100%;
  border-collapse:collapse;
  margin:28px 0
}

.invoice-table th,
.invoice-table td {
  padding:12px 8px;
  border-bottom:1px solid var(--line);
  text-align:left
}

.invoice-table th:last-child,
.invoice-table td:last-child {
  text-align:right
}

.invoice-total {
  text-align:right;
  font-size:22px;
  font-weight:700
}

.printbar {
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:24px
}

.content-card {
  padding:30px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff
}

.content-card h2 {
  font-size:30px
}

.content-card li {
  margin:8px 0;
  color:var(--muted)
}

@media(max-width:900px) {
  .catalog-grid {
    grid-template-columns:repeat(2,1fr)
  }
.product-layout,
.cart-layout {
    grid-template-columns:1fr
  }
  .product-stage {
    min-height:420px
  }
  .summary {
    position:static
  }
  .footergrid {
    grid-template-columns:1fr 1fr
  }
  .nav nav {
    display:none;
    position:absolute;
    top:78px;
    left:20px;
    right:20px;
    padding:18px;
    flex-direction:column;
    align-items:stretch;
    background:#fff;
    border:1px solid var(--line);
    border-radius:16px
  }
  .nav nav.open {
    display:flex
  }
  .menu {
    display:block
  }
}

@media(max-width:560px) {
  .wrap {
    width:min(100% - 24px,1180px)
  }
  .catalog-grid {
    grid-template-columns:1fr 1fr;
    gap:12px
  }
  .catalog-img {
    height:220px
  }
  .catalog-title-row {
    display:block
  }
  .catalog-price {
    display:block;
    margin-top:4px
  }
  .footergrid {
    grid-template-columns:1fr
  }
  .cart-item {
    grid-template-columns:70px 1fr
  }
  .cart-item img {
    width:70px;
    height:70px
  }
  .cart-item>div:last-child {
    grid-column:2
  }
  .invoice {
    margin:15px;
    padding:20px
  }
  .invoice-head {
    display:block
  }
}

/* Prevent serif ligature collisions */
h1,
h2,
h3,
h4,
.brand b,
.mark {
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0;
}

/* ==========================================================
   CART — WEST-COAST-STYLE STRUCTURE / BELVIDA THEME
========================================================== */

.cart-hero {
  padding: 64px 0 38px;
}

.cart-hero-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.cart-hero h1 {
  margin-bottom: 0;
  text-transform: none;
}

.continue-shopping-link {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--green);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.cart-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
  gap: 34px;
  align-items: start;
}

.cart-products-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.cart-panel-heading {
  padding-bottom: 20px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.cart-panel-heading h2 {
  margin: 0;
  font-size: 26px;
}

.clear-cart-button,
.remove-item {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.cart-item {
  grid-template-columns: 130px minmax(0, 1fr) 130px;
  gap: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.cart-item + .cart-item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.cart-item-image {
  width: 130px;
  height: 142px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--mint);
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
}

.cart-item-main h3 {
  margin: 5px 0 6px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

.cart-item-kicker {
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cart-item-unit-price {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.cart-item-controls {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.quantity-control {
  display: inline-grid;
  grid-template-columns: 38px 44px 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.quantity-control button,
.quantity-control span {
  display: grid;
  place-items: center;
}

.quantity-control button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.quantity-control button:first-child {
  border-right: 1px solid var(--line);
}

.quantity-control button:last-child {
  border-left: 1px solid var(--line);
}

.cart-item-total {
  align-self: center;
  text-align: right;
}

.cart-item-total span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cart-item-total strong {
  font-size: 20px;
}

.summary h2 {
  margin: 8px 0 28px;
  font-size: 30px;
}

.checkout-notes {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.checkout-notes > div + div {
  margin-top: 20px;
}

.checkout-notes strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.checkout-notes p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.cart-empty {
  background: var(--cream);
}

/* ==========================================================
   INVOICE
========================================================== */

.invoice {
  max-width: 850px;
  margin: 46px auto;
  padding: 40px;
  border: 1px solid var(--line);
  background: var(--white);
}

.invoice h1 {
  margin: 10px 0 8px;
  font-size: 42px;
}

.invoice-reference {
  text-align: right;
}

.invoice-message {
  margin-top: 24px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--sand);
  font-size: 13px;
}

@media (max-width: 900px) {
  .cart-hero-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .cart-item {
    grid-template-columns: 110px minmax(0, 1fr);
  }
  .cart-item-image {
    width: 110px;
    height: 122px;
  }
  .cart-item-total {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .cart-products-panel {
    padding: 20px;
  }
  .cart-item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }
  .cart-item-image {
    width: 82px;
    height: 92px;
  }
  .cart-item-controls {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .quantity-control {
    grid-template-columns: 34px 40px 34px;
  }
  .invoice {
    margin: 15px 12px;
    padding: 20px;
  }
}

/* ==========================================================
   BELVIDA — SHARED HEADER
   Matches the belvida.html homepage header exactly.
   Loaded on every page except the homepage.
========================================================== */

/* Announcement bar — match homepage */
.notice,
.research-notice {
  min-height: 36px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #0f2d22;
  color: #ffffff;
  text-align: center;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.notice a,
.research-notice a {
  margin-left: 0;
  color: #dcecdf;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: underline;
}

/* Header shell */
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid #d8ddd4;
  backdrop-filter: blur(14px);
}

/* Exact homepage-width header container */
.header .wrap,
.header .nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  min-height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* Logo */
.brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
}

.mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid #d8ddd4;
  border-radius: 13px;
  background: #eef4ec;
  color: #173f31;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.brand b {
  display: block;
  color: #173f31;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 0.38rem;
  color: #61796c;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

/* Center ONLY the word links */
.nav nav,
.navlinks {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.65rem;
  transform: none;
  pointer-events: none;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
}

/* Regular navigation links */
.nav nav > a,
.navlinks > a {
  position: relative;
  pointer-events: auto;
  color: #173f31;
  font-weight: 400;
}

/* Homepage-style underline animation */
.nav nav > a::after,
.navlinks > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #287456;
  transition: width 0.2s ease;
}

.nav nav > a:hover::after,
.navlinks > a:hover::after {
  width: 100%;
}

/* Cart stays far right, not in centered word group */
.nav nav .cartnav,
.navlinks .cartnav {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #173f31;
  font-size: 0.88rem;
  font-weight: 700;
}

/* No underline beneath Cart */
.nav nav .cartnav::after,
.navlinks .cartnav::after {
  display: none;
}

/* Homepage-style count bubble */
.cart-count {
  min-width: 23px;
  height: 23px;
  margin-left: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid #d8ddd4;
  border-radius: 999px;
  background: #eef4ec;
  color: #173f31;
  font-size: 0.72rem;
  font-weight: 700;
}

/* Existing menu is hidden on desktop */
.menu {
  display: none;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 860px) {
  .header .wrap,
  .header .nav {
    width: min(100% - 24px, 1180px);
  }
  .nav {
    min-height: auto;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    flex-wrap: wrap;
  }
  .menu {
    display: inline-flex;
    margin-left: auto;
    padding: 8px 13px;
    border: 1px solid #d8ddd4;
    border-radius: 999px;
    background: #ffffff;
    color: #173f31;
  }
  .nav nav,
  .navlinks {
    display: none;
    position: static;
    inset: auto;
    width: 100%;
    order: 3;
    padding-top: 0.7rem;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    border-top: 1px solid #d8ddd4;
    pointer-events: auto;
  }
  .nav nav.open,
  .navlinks.open {
    display: flex;
  }
  .nav nav .cartnav,
  .navlinks .cartnav {
    position: static;
  }
}

@media (max-width: 600px) {
  .notice,
  .research-notice {
    min-height: auto;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    flex-direction: column;
    gap: 0.1rem;
    font-size: 0.56rem;
  }
  .nav nav,
  .navlinks {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* ==========================================================
   FOOTER BRAND — WHITE VERSION
========================================================== */

footer .brand b,
footer .footbrand b {
  color: #ffffff;
}

footer .brand small,
footer .footbrand small {
  color: #bfd0c5;
}

footer .mark,
footer .footbrand .mark {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

/* ==========================================================
   CATALOG — CONSISTENT VIAL SIZING
========================================================== */

.catalog-grid .catalog-img {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.catalog-grid .catalog-img img {
  width: auto;
  height: 245px;
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
  object-position: center;
}

/* ==========================================================
   INDIVIDUAL VIAL SIZE CORRECTIONS
========================================================== */

.catalog-img img.vial-klow {
  transform: scale(1.18);
}

.catalog-img img.vial-tirzepatide {
  transform: scale(1.18);
}

.catalog-card:hover .catalog-img img.vial-klow {
  transform: scale(1.21);
}

.catalog-card:hover .catalog-img img.vial-tirzepatide {
  transform: scale(1.28);
}
.bv-research-gate{position:fixed;inset:0;z-index:99999;background:rgba(22,60,46,.88);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px}.bv-research-gate-card{width:min(520px,100%);background:#fffdf8;border:1px solid #d6e2d7;border-radius:22px;padding:32px;color:#163c2e;box-shadow:0 30px 90px rgba(0,0,0,.28)}.bv-gate-mark{display:grid;place-items:center;width:52px;height:52px;border:1px solid #287456;border-radius:50%;font-weight:700}.bv-gate-kicker{font-size:.75rem;letter-spacing:.14em;color:#287456;margin:18px 0 8px}.bv-research-gate-card h2{font-family:"Playfair Display",serif;font-size:2rem;margin:0 0 12px}.bv-gate-check{display:flex;gap:9px;align-items:flex-start;margin:20px 0;font-size:.9rem}.bv-gate-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.bv-gate-actions button,.bv-gate-actions a{border:1px solid #163c2e;border-radius:999px;padding:10px 15px;background:#163c2e;color:#fff;text-decoration:none;font:inherit;cursor:pointer}.bv-gate-actions button:disabled{opacity:.45;cursor:not-allowed}.bv-gate-actions a,.bv-gate-actions .bv-exit{background:#fff;color:#163c2e}.bv-exit-screen{min-height:100vh;display:grid;place-items:center;text-align:center;padding:30px;color:#163c2e}

.footer-admin-link{color:inherit;text-decoration:none;opacity:.75;margin-left:10px}.footer-admin-link:hover{opacity:1}


/* ==========================================================
   BELVIDA IMAGE BRANDING
========================================================== */
.header-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.header-brand-image {
  display: block;
  width: auto;
  height: 54px;
  max-width: 190px;
  object-fit: contain;
  object-position: left center;
}
.footer-brand-icon {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}
@media (max-width: 680px) {
  .header-brand-image { height: 46px; max-width: 165px; }
}

/* ==========================================================
   MOBILE CATALOG — CONSISTENT PRODUCT CARD ALIGNMENT
========================================================== */
@media (max-width: 680px) {
  /* Use a square image stage so square and portrait source images
     display at a consistent visual height. */
  .catalog-grid .catalog-img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .catalog-grid .catalog-img img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 7%;
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  .catalog-grid .catalog-card:hover .catalog-img img {
    transform: none;
  }

  /* These two source images contain more empty canvas around the vial,
     so enlarge only their rendered artwork on mobile. */
  .catalog-grid .catalog-img img.vial-klow,
  .catalog-grid .catalog-card:hover .catalog-img img.vial-klow {
    transform: scale(1.22);
  }

  .catalog-grid .catalog-img img.vial-tirzepatide,
  .catalog-grid .catalog-card:hover .catalog-img img.vial-tirzepatide {
    transform: scale(1.22);
  }

  /* Reserve the same two-line title area on every card so prices and
     View buttons stay aligned even when one product name wraps. */
  .catalog-grid .catalog-meta {
    min-height: 96px;
  }

  .catalog-grid .catalog-title-row h3 {
    min-height: 2.6em;
  }
}

