/* BioMax Landing Page Styles */
/* Global Text Color */



.biomax-jarz h1,
.biomax-jarz h2,
.biomax-jarz h3,
.biomax-jarz h4,
.biomax-jarz h5,
.biomax-jarz h6 {
  color: #246133;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.biomax-jarz p,
.biomax-jarz ul {
  color: #246133;
  font-size: 1rem;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.biomax-jarz .h3,
.biomax-jarz h3 {
  font-size: calc(1.3rem + .6vw);
}

.biomax-jarz .h2,
.biomax-jarz h2 {
  font-size: calc(1.325rem + .9vw);
}

.biomax-jarz .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, .5);
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #198754;
  border-radius: 0.375rem;
  background-color: #198754;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.biomax-jarz .btn-outline-success {
  background-color: transparent;
}

.biomax-jarz .btn-outline-success:hover,
.biomax-jarz .btn:hover {
  background-color: #157347;
  color: #fff;
}

.store-biomax li {
  display: list-item;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

/* Section 1: Hero */
.biomax-jarz .hero-section {
  background-image: url('/assets/images/pages/biomax-jarz/EP_WhatIsBioMaxGraphicv5extended-OG.jpg');
  /* Replace with actual image path */
  background-size: cover;
  background-position: center;
  height: 600px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.biomax-jarz .hero-section h1 {
  font-size: 4rem;
  font-weight: bold;
}

.biomax-jarz .hero-section h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

/* Section 2: Lid Options */
.biomax-jarz .lid-options {
  max-width: 800px;
  margin: 0 auto;
}

.biomax-jarz .lid-image {
  width: 100%;
  height: auto;
  border: 1px solid #e0e0e0;
  margin-bottom: 1rem;
}

.biomax-jarz .btn-shop {
  margin-top: 0.5rem;
}






@media screen and (min-width: 2048px) {
  .biomax-jarz .hero-section {
    height: 685px;
  }

  .biomax-jarz .h2, .biomax-jarz h2 {
    font-size: calc(1rem + .9vw);
  }
}


@media screen and (min-width: 3008px) {
  .biomax-jarz .hero-section {
    height: 908px;
  }

   .biomax-jarz .h2, .biomax-jarz h2 {
    font-size: calc(0.5rem + .9vw);
  }
}