@charset "UTF-8";
/* CSS Document */

/* ==================================================
   BAXTERBOO PET PHARMACY
================================================== */

.bb-pharmacy {
  --bb-navy: #022e57;
  --bb-orange: #ff7518;
  --bb-orange-dark: #e45e00;
  --bb-text: #172b3e;
  --bb-muted: #617184;
  --bb-pale: #f4f8fb;
  --bb-border: #dce5ec;
  --bb-white: #ffffff;

  width: 100%;
  overflow: hidden;
  color: var(--bb-text);
  background: var(--bb-white);
  font-family: Arial, Helvetica, sans-serif;
}

.bb-pharmacy *,
.bb-pharmacy *::before,
.bb-pharmacy *::after {
  box-sizing: border-box;
}

.bb-pharmacy a {
  color: inherit;
  text-decoration: none;
}

.bb-pharmacy img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.bb-pharm-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}


/* EYEBROW */

.bb-pharm-eyebrow,
.bb-pharm-heading > span {
  display: block;
  margin-bottom: 11px;
  color: var(--bb-orange);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.5px;
  font-family: "Poppins", serif !important;	
  text-transform: uppercase;
}


/* BUTTONS */

.bb-pharm-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.bb-pharm-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-family: var(--mainheadfont1) !important;	
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.bb-pharm-btn:hover {
  transform: translateY(-2px);
}

.bb-pharm-btn-orange {
  color: var(--bb-white) !important;
  background: var(--bb-orange);
}

.bb-pharm-btn-orange:hover {
  background: var(--bb-orange-dark);
}

.bb-pharm-btn-outline {
  border-color: var(--bb-navy);
  color: var(--bb-navy) !important;
  background: var(--bb-white);
}

.bb-pharm-btn-outline:hover {
  color: var(--bb-white) !important;
  background: var(--bb-navy);
}

.bb-pharm-btn-navy {
  color: var(--bb-white) !important;
  background: var(--bb-navy);
}

.bb-pharm-btn-navy:hover {
  background: var(--bb-orange);
}

/* =========================================================
   PHARMACY — SHOP BY PET
   ========================================================= */

.bb-pharmacy .bb-pharmacy__shop-pet {
  padding: 0 20px 88px;
  background: #fff;
}

.bb-pharmacy .bb-pharmacy__shop-pet .bb-pharmacy__container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* SECTION HEADING */

.bb-pharmacy
.bb-pharmacy__shop-pet
.bb-pharmacy__section-heading {
  max-width: 680px;
  margin: 0 auto 32px;
  text-align: center;
}

.bb-pharmacy
.bb-pharmacy__shop-pet
.bb-pharmacy__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--bb-orange);
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bb-pharmacy .bb-pharmacy__shop-pet h2 {
  margin: 0 0 10px;
  color: var(--bb-navy);
  font-family: var(--mainheadfont1) !important;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.12;
}

.bb-pharmacy
.bb-pharmacy__shop-pet
.bb-pharmacy__section-heading p {
  margin: 0;
  color: var(--bb-muted);
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 1.6;
}

/* GRID */

.bb-pharmacy .bb-pharmacy__shop-pet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  gap: 18px;
}

/* PET CARD */

.bb-pharmacy .bb-pharmacy__pet-card {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 300px;
  overflow: hidden;
  color: #fff;
  background: var(--bb-navy);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(2, 46, 87, 0.12);
  text-decoration: none;
}

.bb-pharmacy .bb-pharmacy__pet-card > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.bb-pharmacy .bb-pharmacy__pet-card:hover > img {
  transform: scale(1.04);
}

/* IMAGE OVERLAY */

.bb-pharmacy .bb-pharmacy__pet-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background:
    linear-gradient(
      180deg,
      rgba(2, 46, 87, 0.01) 15%,
      rgba(2, 46, 87, 0.88) 100%
    );
  pointer-events: none;
}

/* CARD CONTENT */

.bb-pharmacy .bb-pharmacy__pet-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
}

.bb-pharmacy .bb-pharmacy__pet-card-label {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bb-pharmacy .bb-pharmacy__pet-card-content strong {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-family: var(--mainheadfont1) !important;
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.05;
}

/* CARD CTA */

.bb-pharmacy .bb-pharmacy__pet-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 10px 15px;
  color: #fff;
  background: var(--bb-orange);
  border-radius: 6px;
  font-family: var(--mainheadfont1) !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.bb-pharmacy
.bb-pharmacy__pet-card:hover
.bb-pharmacy__pet-card-link {
  background: var(--bb-orange-dark);
  transform: translateY(-2px);
}

/* ACCESSIBILITY */

.bb-pharmacy .bb-pharmacy__pet-card:focus-visible {
  outline: 3px solid rgba(255, 117, 24, 0.45);
  outline-offset: 4px;
}

/* TABLET */

@media (max-width: 900px) {
  .bb-pharmacy .bb-pharmacy__shop-pet-grid {
    max-width: 820px;
  }

  .bb-pharmacy .bb-pharmacy__pet-card {
    min-height: 275px;
  }
}

/* MOBILE */

@media (max-width: 700px) {
  .bb-pharmacy .bb-pharmacy__shop-pet {
    padding: 48px 16px;
  }

  .bb-pharmacy
  .bb-pharmacy__shop-pet
  .bb-pharmacy__section-heading {
    margin-bottom: 25px;
  }

  .bb-pharmacy .bb-pharmacy__shop-pet-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
    gap: 12px;
  }

  .bb-pharmacy .bb-pharmacy__pet-card {
    min-height: 250px;
    border-radius: 12px;
  }

  .bb-pharmacy .bb-pharmacy__pet-card-content {
    padding: 21px;
  }

  .bb-pharmacy .bb-pharmacy__pet-card-content strong {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .bb-pharmacy .bb-pharmacy__pet-card-link {
    min-height: 36px;
    padding: 9px 14px;
  }
}


/* =========================================================
   PHARMACY — OVER-THE-COUNTER SECTION
   ========================================================= */

.bb-pharmacy .bb-pharmacy__otc {
  padding: 76px 20px;
  background: #fff;
}

.bb-pharmacy .bb-pharmacy__otc-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.7fr);
  gap: 38px;
  align-items: stretch;
}

/* FEATURE IMAGE */

.bb-pharmacy .bb-pharmacy__otc-feature {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 22px;
  background: #022e57;
}

.bb-pharmacy .bb-pharmacy__otc-feature::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(2, 46, 87, 0.03) 25%,
      rgba(2, 46, 87, 0.92) 100%
    );
}

.bb-pharmacy .bb-pharmacy__otc-feature > img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
}

.bb-pharmacy .bb-pharmacy__otc-feature-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 34px;
  color: #fff;
}

.bb-pharmacy .bb-pharmacy__otc-feature-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: #022e57;
  background: #fff;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharmacy .bb-pharmacy__otc-feature h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.05;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharmacy .bb-pharmacy__otc-feature p {
  max-width: 420px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
  font-family: Poppins, serif !important;
}

/* BUTTON */

.bb-pharmacy .bb-pharmacy__button--orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: #fff;
  background: #ff7518;
  border: 2px solid #ff7518;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  font-family: var(--mainheadfont1) !important;	
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.bb-pharmacy .bb-pharmacy__button--orange:hover {
  color: #fff;
  background: #e86208;
  border-color: #e86208;
  transform: translateY(-2px);
}

/* SLIDER HEADING */


.bb-pharmacy__otc-products .bb-pharmacy__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: rgb(255, 117, 24);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: Poppins, serif !important;
}

.bb-pharmacy .bb-pharmacy__otc-products {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.bb-pharmacy .bb-pharmacy__otc-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

.bb-pharmacy .bb-pharmacy__otc-heading h3 {
  margin: 5px 0 0;
  color: #022e57;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharmacy .bb-pharmacy__otc-heading > a {
  flex-shrink: 0;
  color: #022e57;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bb-pharmacy .bb-pharmacy__otc-heading > a:hover {
  color: #ff7518;
}
/* =========================================================
   OTC SLIDER — MATCH PHARMACY SLIDER
   ========================================================= */

.bb-pharmacy .bb-pharmacy__otc-products {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.bb-pharmacy .bb-pharmacy__otc-heading-row {
  margin-bottom: 28px;
}

.bb-pharmacy .bb-pharmacy__otc-heading-row h2 {
  margin: 0;
  color: var(--bb-navy);
  font-family: var(--mainheadfont1) !important;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
}

/*
  The main Pharmacy slider displays five products because it spans
  the full page. The OTC slider displays three because its feature
  image remains in the left column.
*/
.bb-pharmacy .bb-pharmacy__otc-product-slider {
  grid-auto-columns: calc((100% - 36px) / 3);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.bb-pharmacy .bb-pharmacy__otc-product-slider img {
  -webkit-user-drag: none;
  user-select: none;
}

.bb-pharmacy .bb-pharmacy__otc-product-slider .autoshipicon {
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 0;
  object-fit: contain;
}

.bb-pharmacy .bb-pharmacy__otc-view-all {
  display: inline-flex;
  margin-top: 12px;
  color: var(--bb-navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bb-pharmacy .bb-pharmacy__otc-view-all:hover {
  color: var(--bb-orange);
}

/* Smaller desktop and tablet */

@media (max-width: 1100px) {
  .bb-pharmacy .bb-pharmacy__otc-product-slider {
    grid-auto-columns: calc((100% - 18px) / 2);
  }
}

/* Mobile */

@media (max-width: 767px) {
  .bb-pharmacy .bb-pharmacy__otc-layout {
    display: block;
  }

  .bb-pharmacy .bb-pharmacy__otc-feature {
    margin-bottom: 42px;
  }

  .bb-pharmacy .bb-pharmacy__otc-heading-row {
    align-items: flex-start;
  }

  .bb-pharmacy .bb-pharmacy__otc-product-slider {
    grid-auto-columns: 72%;
    gap: 13px;
  }
}

/* =========================================================
   PHARMACY — OTC SHOP BY NEED
   ========================================================= */

.bb-pharmacy .bb-pharmacy__otc-needs {
  padding: 76px 20px;
  background: #f5f8fa;
  margin-top: 40px;
}

.bb-pharmacy .bb-pharmacy__otc-needs .bb-pharmacy__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.bb-pharmacy .bb-pharmacy__otc-needs .bb-pharmacy__section-heading {
  max-width: 680px;
  margin: 0 auto 38px;
  text-align: center;
}

.bb-pharmacy .bb-pharmacy__otc-needs .bb-pharmacy__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: rgb(255, 117, 24);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: Poppins, serif !important;
}

.bb-pharmacy .bb-pharmacy__otc-needs h2 {
  margin: 0 0 12px;
  color: #022e57;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharmacy .bb-pharmacy__otc-needs .bb-pharmacy__section-heading p {
  margin: 0;
  color: #526b7f;
  font-size: 14px;
  line-height: 1.6;
    font-family: Poppins, serif !important;
}

/* GRID */

.bb-pharmacy .bb-pharmacy__otc-needs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

/* CARD */

.bb-pharmacy .bb-pharmacy__otc-need-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 118px;
  padding: 22px;
  box-sizing: border-box;
  color: #022e57;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(2, 46, 87, 0.05);
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bb-pharmacy .bb-pharmacy__otc-need-card:hover {
  color: #022e57;
  border-color: #ff7518;
  box-shadow: 0 10px 24px rgba(2, 46, 87, 0.11);
  transform: translateY(-4px);
}

.bb-pharmacy .bb-pharmacy__otc-need-card:focus-visible {
  outline: 3px solid rgba(255, 117, 24, 0.35);
  outline-offset: 3px;
}

/* ICON */

.bb-pharmacy .bb-pharmacy__otc-need-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #022e57;
  background: rgba(255, 117, 24, 0.12);
  border-radius: 50%;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.bb-pharmacy .bb-pharmacy__otc-need-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bb-pharmacy
.bb-pharmacy__otc-need-card:hover
.bb-pharmacy__otc-need-icon {
  color: #fff;
  background: #ff7518;
}

/* CARD COPY */

.bb-pharmacy .bb-pharmacy__otc-need-copy {
  display: block;
  min-width: 0;
}

.bb-pharmacy .bb-pharmacy__otc-need-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #022e57;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharmacy .bb-pharmacy__otc-need-copy small {
  display: block;
  color: #64798a;
  font-size: 12px;
  line-height: 1.4;
    font-family: Poppins, serif !important;
}

/* ARROW */

.bb-pharmacy .bb-pharmacy__otc-need-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7518;
  font-size: 23px;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.bb-pharmacy
.bb-pharmacy__otc-need-card:hover
.bb-pharmacy__otc-need-arrow {
  transform: translateX(4px);
}


/* =========================================================
   PHARMACY — VETERINARY DIET BANNER
   ========================================================= */

.bb-pharmacy .bb-pharmacy__vet-diet {
  padding: 0px 20px 60px;
  background: #fff;
}

.bb-pharmacy .bb-pharmacy__vet-diet .bb-pharmacy__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.bb-pharmacy .bb-pharmacy__vet-diet-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  min-height: 420px;
  overflow: hidden;
  background: #022e57;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(2, 46, 87, 0.14);
}

/* CONTENT */

.bb-pharmacy .bb-pharmacy__vet-diet-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 58px;
  color: #fff;
}

.bb-pharmacy .bb-pharmacy__vet-diet-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: #022e57;
  background: #fff;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharmacy .bb-pharmacy__vet-diet-content h2 {
  max-width: 590px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  font-family: var(--mainheadfont1) !important;	

}

.bb-pharmacy .bb-pharmacy__vet-diet-content p {
  max-width: 570px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.65;
    font-family: Poppins, serif !important;
}

.bb-pharmacy .bb-pharmacy__vet-diet-content small {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.4;
    font-family: Poppins, serif !important;
}

/* BUTTON */

.bb-pharmacy .bb-pharmacy__vet-diet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  color: #fff;
  background: #ff7518;
  border: 2px solid #ff7518;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  font-family: var(--mainheadfont1) !important;	
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.bb-pharmacy .bb-pharmacy__vet-diet-button:hover {
  color: #fff;
  background: #e8630a;
  border-color: #e8630a;
  transform: translateY(-2px);
}

.bb-pharmacy .bb-pharmacy__vet-diet-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

/* IMAGE */

.bb-pharmacy .bb-pharmacy__vet-diet-image {
  position: relative;
  min-width: 0;
  min-height: 420px;
  overflow: hidden;
}

.bb-pharmacy .bb-pharmacy__vet-diet-image::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 90px;
  content: "";
  background: linear-gradient(
    90deg,
    #022e57 0%,
    rgba(2, 46, 87, 0) 100%
  );
  pointer-events: none;
}

.bb-pharmacy .bb-pharmacy__vet-diet-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

/* TABLET */

@media (max-width: 900px) {
  .bb-pharmacy .bb-pharmacy__vet-diet-banner {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .bb-pharmacy .bb-pharmacy__vet-diet-content {
    padding: 42px;
  }
}

/* MOBILE */

@media (max-width: 700px) {
  .bb-pharmacy .bb-pharmacy__vet-diet {
    padding: 52px 16px;
  }

  .bb-pharmacy .bb-pharmacy__vet-diet-banner {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
    border-radius: 16px;
  }

  .bb-pharmacy .bb-pharmacy__vet-diet-content {
    padding: 30px 24px 34px;
  }

  .bb-pharmacy .bb-pharmacy__vet-diet-content h2 {
    font-size: 32px;
  }

  .bb-pharmacy .bb-pharmacy__vet-diet-image {
    min-height: 260px;
  }

  .bb-pharmacy .bb-pharmacy__vet-diet-image::before {
    inset: auto 0 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(
      180deg,
      rgba(2, 46, 87, 0) 0%,
      #022e57 100%
    );
  }

  .bb-pharmacy .bb-pharmacy__vet-diet-image img {
    min-height: 260px;
  }

  .bb-pharmacy .bb-pharmacy__vet-diet-button {
    width: 100%;
    box-sizing: border-box;
  }
}


/* TABLET */

@media (max-width: 980px) {
  .bb-pharmacy .bb-pharmacy__otc-needs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .bb-pharmacy .bb-pharmacy__otc-needs {
    padding: 52px 16px;
  }

  .bb-pharmacy .bb-pharmacy__otc-needs .bb-pharmacy__section-heading {
    margin-bottom: 28px;
  }

  .bb-pharmacy .bb-pharmacy__otc-needs-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bb-pharmacy .bb-pharmacy__otc-need-card {
    grid-template-columns: 52px minmax(0, 1fr) 24px;
    gap: 13px;
    min-height: 94px;
    padding: 16px;
    border-radius: 11px;
  }

  .bb-pharmacy .bb-pharmacy__otc-need-icon {
    width: 52px;
    height: 52px;
  }

  .bb-pharmacy .bb-pharmacy__otc-need-icon svg {
    width: 26px;
    height: 26px;
  }

  .bb-pharmacy .bb-pharmacy__otc-need-copy strong {
    font-size: 15px;
  }

  .bb-pharmacy .bb-pharmacy__otc-need-copy small {
    font-size: 12px;
  }
}



/* TOP OTC BRAND LOGOS */

.bb-pharmacy .bb-pharmacy__otc-brands {
  margin-top: 46px;
  padding: 28px;
  background: #f5f8fa;
  border-radius: 14px;
}

.bb-pharmacy .bb-pharmacy__otc-brands h3 {
  margin: 0 0 22px;
  color: #022e57;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
   font-family: var(--mainheadfont1) !important;		
}

.bb-pharmacy .bb-pharmacy__otc-brand-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.bb-pharmacy .bb-pharmacy__otc-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 126px;
  padding: 20px 16px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d6e0e8;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(2, 46, 87, 0.05);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bb-pharmacy .bb-pharmacy__otc-brand:hover {
  border-color: #ff7518;
  box-shadow: 0 7px 18px rgba(2, 46, 87, 0.1);
  transform: translateY(-3px);
}

.bb-pharmacy .bb-pharmacy__otc-brand:focus-visible {
  outline: 3px solid rgba(255, 117, 24, 0.35);
  outline-offset: 3px;
}

.bb-pharmacy .bb-pharmacy__otc-brand img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 110px;
  margin: 0 auto;
  object-fit: contain;
}

/* Tablet */

@media (max-width: 1024px) {
  .bb-pharmacy .bb-pharmacy__otc-brand-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 600px) {
  .bb-pharmacy .bb-pharmacy__otc-brands {
    margin-top: 36px;
    padding: 24px 16px;
  }

  .bb-pharmacy .bb-pharmacy__otc-brand-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .bb-pharmacy .bb-pharmacy__otc-brand {
    height: 88px;
    padding: 16px 13px;
  }

  .bb-pharmacy .bb-pharmacy__otc-brand img {
    max-height: 110px;
  }
}

/* TABLET */

@media (max-width: 1024px) {
  .bb-pharmacy .bb-pharmacy__otc-layout {
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    gap: 24px;
  }

  .bb-pharmacy .bb-pharmacy__otc-feature,
  .bb-pharmacy .bb-pharmacy__otc-feature > img {
    min-height: 560px;
  }

  .bb-pharmacy .bb-pharmacy__otc-feature-content {
    padding: 28px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .bb-pharmacy .bb-pharmacy__otc {
    padding: 52px 16px;
  }

  .bb-pharmacy .bb-pharmacy__otc-layout {
    display: block;
  }

  .bb-pharmacy .bb-pharmacy__otc-feature {
    min-height: 470px;
    margin-bottom: 42px;
  }

  .bb-pharmacy .bb-pharmacy__otc-feature > img {
    min-height: 470px;
  }

  .bb-pharmacy .bb-pharmacy__otc-feature-content {
    padding: 25px;
  }

  .bb-pharmacy .bb-pharmacy__otc-heading {
    align-items: flex-start;
  }

  .bb-pharmacy .bb-pharmacy__otc-heading > a {
    padding-top: 5px;
  }

  .bb-pharmacy .bb-pharmacy__otc-products,
  .bb-pharmacy .bb-pharmacy__otc-slider {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .bb-pharmacy .bb-pharmacy__otc-slider .owl-nav {
    justify-content: center;
  }

  .bb-pharmacy .bb-pharmacy__otc-slider .owl-item a,
  .bb-pharmacy .bb-pharmacy__otc-slider .owl-item img {
    -webkit-user-drag: none;
  }

  .bb-pharmacy .bb-pharmacy__product-image {
    min-height: 220px;
  }

  .bb-pharmacy .bb-pharmacy__otc-brands {
    display: block;
    margin-top: 38px;
    padding: 24px 18px;
  }

  .bb-pharmacy .bb-pharmacy__otc-brands h3 {
    margin-bottom: 16px;
    white-space: normal;
  }

  .bb-pharmacy .bb-pharmacy__otc-brand-list {
    gap: 8px;
  }

  .bb-pharmacy .bb-pharmacy__otc-brand-list a {
    flex: 1 1 calc(50% - 8px);
    padding: 10px;
  }
}



/* =========================================================
   PHARMACY — TOP BRANDS
   ========================================================= */

.bb-pharmacy .bb-pharmacy__brands {
  padding: 0 20px 72px;
  background: #f5f8fa;
}

.bb-pharmacy .bb-pharmacy__brands .bb-pharmacy__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.bb-pharmacy .bb-pharmacy__brands .bb-pharmacy__section-heading {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

.bb-pharmacy .bb-pharmacy__brands .bb-pharmacy__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #ff7518;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Poppins", serif !important;	
}

.bb-pharmacy .bb-pharmacy__brands h2 {
  margin: 0 0 12px;
  color: #022e57;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharmacy .bb-pharmacy__brands p {
  margin: 0;
  color: #49647b;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Poppins", serif !important;	
}

.bb-pharmacy .bb-pharmacy__brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.bb-pharmacy .bb-pharmacy__brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 126px;
  padding: 24px 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(2, 46, 87, 0.06);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.bb-pharmacy .bb-pharmacy__brand-card:hover {
  transform: translateY(-4px);
  border-color: #ff7518;
  box-shadow: 0 10px 24px rgba(2, 46, 87, 0.12);
}

.bb-pharmacy .bb-pharmacy__brand-card:focus-visible {
  outline: 3px solid rgba(255, 117, 24, 0.35);
  outline-offset: 3px;
}

.bb-pharmacy .bb-pharmacy__brand-card img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
}

/* Tablet */

@media (max-width: 1024px) {
  .bb-pharmacy .bb-pharmacy__brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile */

@media (max-width: 600px) {
  .bb-pharmacy .bb-pharmacy__brands {
    padding: 52px 16px;
  }

  .bb-pharmacy .bb-pharmacy__brands .bb-pharmacy__section-heading {
    margin-bottom: 28px;
  }

  .bb-pharmacy .bb-pharmacy__brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bb-pharmacy .bb-pharmacy__brand-card {
    height: 96px;
    padding: 18px 14px;
    border-radius: 10px;
  }

  .bb-pharmacy .bb-pharmacy__brand-card img {
    max-height: 110px;
  }
}

/* HERO */

.bb-pharm-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 76px max(20px, calc((100% - 1180px) / 2));
  background: linear-gradient(120deg, #edf6fb 0%, #ffffff 60%);
}

.bb-pharm-hero::before {
  position: absolute;
  top: -170px;
  right: -150px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 117, 24, 0.07);
  content: "";
}

.bb-pharm-hero-grid {
  display: grid;
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns:
    minmax(0, 580px)
    minmax(0, 1fr);
  align-items: center;
  gap: 55px;
}

.bb-pharm-hero h1 {
  margin: 0;
  color: var(--bb-navy);
  font-size: 52px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -3px;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharm-hero-copy > p {
  max-width: 610px;
  margin: 24px 0;
  color: #53677a;
  font-size: 19px;
  line-height: 1.65;
  font-family: "Poppins", serif !important;	
}

.bb-pharm-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  color: #3d5d73;
  font-size: 12px;
  font-weight: 700;
  font-family: "Poppins", serif !important;	
}


/* HERO ART */

.bb-pharm-hero-art.bb-pharm-hero-photo {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 430px;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bb-pharm-hero-photo__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 510px;
  object-fit: contain;
  object-position: right bottom;
}

.bb-pharm-rx-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 155px;
  height: 155px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  color: var(--bb-white);
  background: var(--bb-orange);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  font-size: 57px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.bb-pharm-rx-circle small {
  font-size: 11px;
  letter-spacing: 1px;
}

.bb-pharm-pet-card {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 150px;
  align-items: center;
  gap: 9px;
  padding: 17px;
  border-radius: 16px;
  color: var(--bb-navy);
  background: var(--bb-white);
  box-shadow: 0 12px 30px rgba(0, 26, 51, 0.25);
  font-size: 12px;
}

.bb-pharm-pet-card span {
  font-size: 32px;
}

.bb-pharm-dog-card {
  top: 65px;
  left: -22px;
}

.bb-pharm-cat-card {
  right: -18px;
  bottom: 60px;
}

.bb-pharm-pill {
  position: absolute;
  width: 63px;
  height: 25px;
  border: 3px solid var(--bb-white);
  border-radius: 20px;
  background:
    linear-gradient(
      90deg,
      var(--bb-white) 50%,
      var(--bb-orange) 50%
    );
}

.bb-pharm-pill-one {
  top: 69px;
  right: 43px;
  transform: rotate(35deg);
}

.bb-pharm-pill-two {
  bottom: 70px;
  left: 50px;
  transform: rotate(-30deg);
}


/* BENEFITS */
.bb-pharm-benefits {
  color: #ffffff;
  background-color: #022e57;
}

.bb-pharm-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #022e57;
}

.bb-pharm-benefit-grid > .bb-pharm-benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 23px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.bb-pharm-benefit-grid > .bb-pharm-benefit:last-child {
  border-right: 0;
}

.bb-pharm-benefit-image {
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  object-fit: contain;
}

.bb-pharm-benefit-copy {
  min-width: 0;
}

.bb-pharm-benefit-copy strong,
.bb-pharm-benefit-copy span {
  display: block;
}

.bb-pharm-benefit-copy strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
}

.bb-pharm-benefit-copy span {
  margin-top: 5px;
  color: #bad0e1;
  font-size: 12px;
  line-height: 1.4;
}


/* GENERAL SECTIONS */

.bb-pharm-section,
.bb-pharm-support {
  padding-bottom: 85px;
  padding-top: 85px;	
}

.bb-pharm-heading h2 {
  margin: 0;
  color: var(--bb-navy);
  font-size: clamp(31px, 4vw, 47px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharm-heading p {
  max-width: 650px;
  margin: 14px 0 0;
  color: var(--bb-muted);
  font-size: 14px;
  line-height: 1.65;
}

.bb-pharm-heading-center {
  text-align: center;
}

.bb-pharm-heading-center p {
  margin-right: auto;
  margin-left: auto;
}


/* CATEGORIES */

.bb-pharm-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 42px;
}

.bb-pharm-category-card {
  display: flex;
  gap: 17px;
  padding: 25px;
  border: 1px solid var(--bb-border);
  border-radius: 12px;
  background: var(--bb-white);
  box-shadow: 0 6px 19px rgba(2, 46, 87, 0.05);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.bb-pharm-category-card:hover {
  border-color: #ffb27e;
  box-shadow: 0 12px 28px rgba(2, 46, 87, 0.1);
  transform: translateY(-4px);
}

.bb-pharm-category-icon {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bb-orange);
  background: #fff1e8;
  font-size: 22px;
  font-weight: 900;
}

.bb-pharm-category-card h3 {
  margin: 2px 0 7px;
  color: var(--bb-navy);
  font-size: 18px;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharm-category-card p {
  margin: 0 0 12px;
  color: var(--bb-muted);
  font-size: 13px;
  line-height: 1.5;
}

.bb-pharm-category-card strong {
  color: var(--bb-orange);
  font-size: 11px;
  font-weight: 500;
  font-family: var(--mainheadfont1) !important;	
}


/* PRODUCT SLIDER */

.bb-pharm-products {
  padding: 85px max(20px, calc((100% - 1180px) / 2));
  background: var(--bb-pale);
}

.bb-pharm-products-inner {
  width: 100%;
}

.bb-pharm-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 28px;
}

.bb-pharm-slider-buttons {
  display: flex;
  gap: 8px;
}

.bb-pharm-slider-buttons button {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  border: 1px solid var(--bb-border);
  border-radius: 50%;
  color: var(--bb-navy);
  background: var(--bb-white);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.bb-pharm-slider-buttons button:hover {
  border-color: var(--bb-orange);
  color: var(--bb-white);
  background: var(--bb-orange);
}

.bb-pharm-product-slider {
  display: grid;
  grid-auto-columns: calc((100% - 72px) / 5);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 5px 2px 15px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.bb-pharm-product-slider::-webkit-scrollbar {
  display: none;
}


/* PRODUCT CARDS */

.bb-pharm-product-card {
  display: flex;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--bb-border);
  border-radius: 12px;
  background: var(--bb-white);
  scroll-snap-align: start;
}

.bb-pharm-product-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #eaf3f9, var(--bb-white));
}

.bb-pharm-product-image img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

.bb-pharm-rx-badge {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 11px;
  padding: 5px 7px;
  border-radius: 4px;
  color: var(--bb-white);
  background: var(--bb-navy);
  font-size: 10px;
  font-weight: 900;
}

.bb-pharm-product-content {
  display: flex;
  min-height: 205px;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.bb-pharm-product-type {
  min-height: 12px;
  color: var(--bb-orange);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.7px;
  font-family: "Poppins", serif !important;	
}

.bb-pharm-product-content h3 {
  display: -webkit-box;
  min-height: 63px;
  margin: 7px 0 6px;
  overflow: hidden;
  color: var(--bb-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bb-pharm-product-content h3 a {
	font-family: var(--mainheadfont1) !important;	
}


.bb-pharm-product-content p {
  min-height: 34px;
  margin: 0 0 11px;
  color: var(--bb-muted);
  font-size: 11px;
  line-height: 1.5;
}

/* BAXTERBOO-STYLE PRODUCT PRICING */

.bb-pharm-pricing {
  margin: 4px 0 15px;
  line-height: 1.25;
}

.bb-pharm-starting {
  margin-bottom: 3px;
  color: #5f6972;
  font-size: 11px;
  font-weight: 400;
}

.bb-pharm-main-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
}

.bb-pharm-regular-price {
  color: #69737c;
  font-size: 13px;
  text-decoration: line-through;
}

.bb-pharm-sale-price {
  color: #022e57;
  font-size: 16px;
  font-weight: 800;
}

.bb-pharm-autoship {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
}

.bb-pharm-autoship-price {
  color: #e65f00;
  font-size: 16px;
  font-weight: 800;
}

.bb-pharm-autoship-label {
  color: #4f5d68;
  font-size: 11px;
  font-weight: 400;
}

.bb-pharm-shop-button {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 5px;
  color: var(--bb-white) !important;
  background: var(--bb-orange);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharm-shop-button:hover {
  background: var(--bb-orange-dark);
}


/* HOW IT WORKS */

.bb-pharm-how {
  padding: 90px 0;
  color: var(--bb-white);
  background: var(--bb-navy);
}

.bb-pharm-heading-light h2 {
  color: var(--bb-white);
}

.bb-pharm-heading-light p {
  color: #bad0e1;
}

.bb-pharm-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}

.bb-pharm-steps article {
  text-align: center;
}

.bb-pharm-step-image {
  display: flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.bb-pharm-step-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bb-pharm-steps h3 {
  margin: 20px 0 8px;
  font-size: 18px;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharm-steps p {
  max-width: 280px;
  margin: auto;
  color: #bad0e1;
  font-size: 13px;
  line-height: 1.6;
}

/* PET'S CHOICE PHARMACY PARTNER */

.bb-pharm-partner {
  padding: 85px 0;
  background: #ffffff;
}

.bb-pharm-partner-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 75px;
}

.bb-pharm-partner-visual {
  display: flex;
  min-height: 370px;
  align-items: center;
  justify-content: center;
  padding: 45px;
  border-radius: 22px;
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 117, 24, 0.22),
      transparent 42%
    ),
    #022e57;
}

.bb-pharm-partner-badge {
  display: flex;
  width: 245px;
  height: 245px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 8px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #ffffff;
  background: #0a416e;
  box-shadow: 0 22px 45px rgba(0, 22, 43, 0.28);
  text-align: center;
}

.bb-pharm-partner-paw {
  margin-bottom: 12px;
  font-size: 45px;
  line-height: 1;
}

.bb-pharm-partner-badge strong {
  font-size: 25px;
  font-weight: 900;
  font-family: "Poppins", serif !important;	
}

.bb-pharm-partner-badge small {
  margin-top: 7px;
  color: #ffb47f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  font-family: "Poppins", serif !important;	
}

.bb-pharm-partner-copy h2 {
  max-width: 650px;
  margin: 0;
  color: #022e57;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharm-partner-copy > p {
  max-width: 650px;
  margin: 18px 0 24px;
  color: #617184;
  font-size: 14px;
  line-height: 1.7;
}

.bb-pharm-partner-benefits {
  display: grid;
  gap: 13px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.bb-pharm-partner-benefits li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #263e53;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", serif !important;	
}

.bb-pharm-partner-benefits li span {
  display: flex;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #ff7518;
  font-size: 12px;
  font-weight: 900;
}

.bb-pharm-partner-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.bb-pharm-partner-phone {
  display: flex;
  flex-direction: column;
  color: #022e57 !important;
  font-size: 14px;
  font-weight: 900;
}

.bb-pharm-partner-phone small {
  margin-top: 4px;
  color: #617184;
  font-size: 10px;
  font-weight: 500;
}

/* TABLET AND MOBILE */

@media (max-width: 800px) {
  .bb-pharm-partner {
    padding: 60px 0;
  }

  .bb-pharm-partner-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bb-pharm-partner-visual {
    min-height: 300px;
  }

  .bb-pharm-partner-badge {
    width: 210px;
    height: 210px;
  }
	
 .bb-pharm-benefit-grid {
    grid-template-columns: 1fr;
  }

  .bb-pharm-benefit-grid > .bb-pharm-benefit {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 24px 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
  }

  .bb-pharm-benefit-grid > .bb-pharm-benefit:last-child {
    border-bottom: 0;
  }

  .bb-pharm-benefit-image {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    margin: 0 auto;
  }

  .bb-pharm-benefit-copy {
    width: 100%;
    text-align: center;
  }

  .bb-pharm-benefit-copy strong,
  .bb-pharm-benefit-copy span {
    display: block;
  }	
	
 .bb-pharm-category-grid {
    grid-template-columns: 1fr;
  }

  .bb-pharm-category-card {
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding: 24px 18px;
    text-align: center;
  }

  .bb-pharm-category-image,
  .bb-pharm-category-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    margin: 0 auto;
    object-fit: contain;
  }

  .bb-pharm-category-card > div:last-child {
    width: 100%;
    text-align: center;
  }

  .bb-pharm-category-card h3,
  .bb-pharm-category-card p {
    text-align: center;
  }
	
}

@media (max-width: 520px) {
  .bb-pharm-partner-visual {
    min-height: 250px;
    padding: 25px;
  }

  .bb-pharm-partner-badge {
    width: 180px;
    height: 180px;
  }

  .bb-pharm-partner-badge strong {
    font-size: 21px;
  }

  .bb-pharm-partner-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bb-pharm-partner-phone {
    text-align: center;
  }
}



/* SUPPORT */

.bb-pharm-support {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 70px;
}

.bb-pharm-support-copy h2 {
  max-width: 650px;
  margin: 0;
  color: var(--bb-navy);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharm-support-copy > p {
  max-width: 650px;
  margin: 18px 0 25px;
  color: var(--bb-muted);
  line-height: 1.7;
  font-family: "Poppins", serif !important;	
}

.bb-pharm-phone {
  color: var(--bb-navy) !important;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", serif !important;	
}

.bb-pharm-support-card {
  padding: 35px;
  border: 1px solid #ffd0af;
  border-radius: 16px;
  background: #fff3ea;
}

.bb-pharm-support-icon {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bb-white);
  background: var(--bb-orange);
  font-size: 21px;
  font-weight: 900;
}

.bb-pharm-support-card h3 {
  margin: 20px 0 9px;
  color: var(--bb-navy);
  font-size: 21px;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharm-support-card p {
  color: var(--bb-muted);
  font-size: 14px;
  line-height: 1.6;
}

.bb-pharm-support-card a {
  color: var(--bb-orange);
  font-size: 12px;
  font-weight: 500;
  font-family: var(--mainheadfont1) !important;	
}


/* FAQ */

.bb-pharm-faq {
  padding: 85px 0;
  background: #f5f8fa;
}

.bb-pharm-faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 75px;
}

.bb-pharm-accordions details {
  margin-bottom: 11px;
  overflow: hidden;
  border: 1px solid var(--bb-border);
  border-radius: 9px;
  background: var(--bb-white);
}

.bb-pharm-accordions summary {
  position: relative;
  padding: 20px 52px 20px 20px;
  color: var(--bb-navy);
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  list-style: none;
  font-family: var(--mainheadfont1) !important;	
}

.bb-pharm-accordions summary::-webkit-details-marker {
  display: none;
}

.bb-pharm-accordions summary::after {
  position: absolute;
  top: 14px;
  right: 20px;
  color: var(--bb-orange);
  content: "+";
  font-size: 26px;
}

.bb-pharm-accordions details[open] summary::after {
  content: "−";
}

.bb-pharm-accordions details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--bb-muted);
  font-size: 14px;
  line-height: 1.7;
}


/* TABLET */

@media (max-width: 900px) {
  .bb-pharm-hero {
    padding: 60px 0 0;
  }

  .bb-pharm-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .bb-pharm-hero-copy {
    width: min(100% - 40px, 700px);
    margin: 0 auto;
    text-align: center;
  }

  .bb-pharm-hero-art.bb-pharm-hero-photo {
    width: 100%;
    min-height: 0;
  }

  .bb-pharm-hero-photo__image {
    width: 100%;
    max-height: 480px;
    object-position: right bottom;
  }

	.bb-pharm-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bb-pharm-product-slider {
    grid-auto-columns: calc((100% - 32px) / 3);
  }

  .bb-pharm-support,
  .bb-pharm-faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


/* MOBILE */

@media (max-width: 620px) {
  .bb-pharm-hero {
    padding-top: 50px;
  }

  .bb-pharm-hero-copy {
    width: calc(100% - 30px);
  }

  .bb-pharm-hero-photo__image {
    max-height: 350px;
  }
	
  .bb-pharm-rx-circle {
    width: 125px;
    height: 125px;
    font-size: 45px;
  }

  .bb-pharm-pet-card {
    width: 128px;
    padding: 12px;
  }

  .bb-pharm-dog-card {
    left: -8px;
  }

  .bb-pharm-cat-card {
    right: -8px;
  }

  .bb-pharm-benefit-grid {
    grid-template-columns: 1fr;
  }

  .bb-pharm-benefit-grid > .bb-pharm-benefit {
    padding: 18px 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .bb-pharm-benefit-grid > .bb-pharm-benefit:last-child {
    border-bottom: 0;
  }

  .bb-pharm-benefit-image {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .bb-pharm-section,
  .bb-pharm-products,
  .bb-pharm-support {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bb-pharm-heading-row {
    align-items: flex-start;
  }

  .bb-pharm-slider-buttons button {
    width: 36px;
    height: 36px;
  }

  .bb-pharm-product-slider {
    grid-auto-columns: 72%;
    gap: 13px;
  }

  .bb-pharm-product-content {
    min-height: 205px;
    padding: 13px;
  }

  .bb-pharm-product-content h3 {
    min-height: 54px;
    font-size: 13px;
    line-height: 18px;
	font-family: var(--mainheadfont1) !important;	
  }

  .bb-pharm-steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .bb-pharm-phone {
    text-align: center;
  }

  .bb-pharm-faq {
    padding: 60px 0;
  }
	
  .bb-pharm-actions	{
	display: block;
  }
	
  .bb-pharm-trust {
	display: block;
  }	
	
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .bb-pharmacy *,
  .bb-pharmacy *::before,
  .bb-pharmacy *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}