/** Shopify CDN: Minification failed

Line 636:0 Expected "}" to go with "{"

**/
/* H!P Hero section styles ------------------------------------------------ */
.template-index .main-content .shopify-section{
    margin: 0px;
}


.hip-hero {
  position: relative;
  background-color: var(--hip-bg, #F2EBDD);
  color: var(--hip-text, #4A4A46);
  font-family: var(--hip-body-font, sans-serif);
  overflow: hidden;
  padding-top:110px;
}

.hip-hero__bg-slider--mobile{
    display:none;
}

.hip-hero__bg-slider{
    position:absolute;
    inset:0;
    z-index:0;
}

.hip-hero__bg-slide{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    opacity:0;
    transition:opacity 1s ease;
}

.hip-hero__bg-slide.active{
    opacity:1;
}

.hip-hero__inner{
    position:relative;
    z-index:2;
}

.hip-hero__bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hip-hero__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0.5; */
}

.hip-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 48px 48px;
}

/* Nav ---------------------------------------------------------------- */

.hip-hero__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}

.hip-hero__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.hip-hero__logo img {
  max-height: 46px;
  width: auto;
  display: block;
}

.hip-hero__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  font-family: var(--hip-heading-font, serif);
  font-weight: 700;
  font-size: 26px;
  color: var(--hip-heading, #22381F);
}

.hip-hero__logo-text small {
  font-family: var(--hip-body-font, sans-serif);
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--hip-heading, #22381F);
}

.hip-hero__menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.hip-hero__menu-item {
  position: relative;
}

.hip-hero__menu-item > a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--hip-heading, #22381F);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hip-hero__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6e0d2;
  border-radius: 8px;
  padding: 8px 0;
  min-width: 180px;
  list-style: none;
  margin: 8px 0 0;
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  z-index: 10;
}

.hip-hero__menu-item.has-dropdown:hover .hip-hero__submenu,
.hip-hero__menu-item.has-dropdown:focus-within .hip-hero__submenu {
  display: block;
}

.hip-hero__submenu li a {
  display: block;
  padding: 8px 18px;
  text-decoration: none;
  color: var(--hip-text, #4A4A46);
  font-size: 14px;
}

.hip-hero__submenu li a:hover {
  color: var(--hip-heading, #22381F);
}

.hip-hero__icons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.hip-hero__icon-link {
  color: var(--hip-heading, #22381F);
  display: inline-flex;
  position: relative;
}

.hip-hero__cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: var(--hip-heading, #22381F);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Content row ---------------------------------------------------------- */

.hip-hero__content-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.hip-hero__content {
  flex: 0 1 538px;
  min-width: 0;
}

.hip-hero__eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hip-text, #4A4A46);
}

.hip-hero__heading {
  font-family: 'Playfair Display', serif;
  margin: 0 0 22px;
  font-size: clamp(25px, 3.6vw, 40px) !important;
  line-height: 1.12;
  font-weight: 700;
  color: var(--hip-heading, #22381F);
}

.hip-hero__heading-highlight {
  display: block;
  color: var(--hip-accent, #4C7A3D);
  font-weight: 100;
}

.hip-hero__description {
  font-size: 16px;
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 32px;
}

.hip-hero__description p {
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.hip-hero__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif, sans-serif;
}

a.hip-hero__button.hip-hero__button--tertiary {
    background: #22381f;
    color: #fff;
    width: 40%;
    margin-bottom: 20px;
}

a.hip-hero__button.hip-hero__button--tertiary:hover {
    background: transparent;
    border-color: var(--hip-heading, #22381F);
    color: #22381F;
}

.hip-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.hip-hero__button:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.hip-hero__button--primary {
  background: var(--hip-btn-bg, #22381F);
  color: var(--hip-btn-text, #F7F4EC);
}

.hip-hero__button--primary:hover {
  background: transparent;
  color: #22381F;
  border-color: var(--hip-heading, #22381F);
}

.hip-hero__button--secondary {
  background: var(--hip-btn-bg, #22381F);
  color: var(--hip-btn-text, #F7F4EC);
}

.hip-hero__button--secondary:hover {
  background: transparent;
  color: #22381F;
  border-color: var(--hip-heading, #22381F);
}

.hip-hero__features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 600px;

}

.hip-hero__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--hip-heading, #22381F);
  white-space: nowrap;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif, sans-serif;
}

.hip-hero__feature svg,
.hip-hero__feature img {
  width: 16px;
  height: 16px;
  color: var(--hip-accent, #4C7A3D);
  flex-shrink: 0;
}

.hip-hero__feature-divider {
  color: #c9c0aa;
}

.hip-hero__image {
  flex: 1 1 0;
  min-width: 0;
}

.hip-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Benefits strip --------------------------------------------------------- */

.hip-hero__benefits {
  margin-top: 0px;
  border: 1px solid #e4dcc8;
  border-radius: 10px;
  background: #FBF8F2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hip-hero__benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 26px;
  border-right: 1px solid #e4dcc8;
  align-items: center;
}

.hip-hero__benefit-card:last-child {
  border-right: none;
}

.hip-hero__benefit-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #EDE7D8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hip-heading, #22381F);
  padding: 10px;
}

.hip-hero__benefit-card--highlight .hip-hero__benefit-icon {
  background: var(--hip-card-bg, #E6EEDF);
  color: var(--hip-card-accent, #4C7A3D);
  border-radius: 10px;
}

.hip-hero__benefit-card:nth-child(3), .hip-hero__benefit-card:nth-child(4){
    background: #faf2dd;
    margin: 10px;
    border: none;
    border-radius: 10px;
}

.hip-hero__benefit-card:nth-child(4) .hip-hero__benefit-icon{
  background: #f7e8c4;
}

.hip-hero__benefit-title {
  margin: 0 0 4px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--hip-heading, #22381F);
  font-family: 'Playfair Display', serif;
}

.hip-hero__benefit-card--highlight .hip-hero__benefit-title {
  color: var(--hip-card-accent, #4C7A3D);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
}

.hip-hero__benefit-description {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--hip-text, #4A4A46);
  font-family: 'Inter', sans-serif;
}

.hip-hero{
    position:relative;
    overflow:hidden;
}

.hip-hero__bg-image,
.hip-hero__bg-image-mobile{
    position:absolute;
    inset:0;
    z-index:0;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.hip-hero__bg-image-mobile{
    display:none;
}

.hip-hero__inner{
    position:relative;
    z-index:2;
}

/* Responsive -------------------------------------------------------------- */
@media (max-width: 1300px) {
a.hip-hero__button.hip-hero__button--tertiary {
    width: 35%;
}

@media (max-width: 989px) {
  a.hip-hero__button.hip-hero__button--tertiary {
    width: 22%;
        text-align: left;
        display: block;
}

  .hip-hero__inner {
    padding: 22px 28px 36px;
  }

  .hip-hero__nav {
    flex-wrap: wrap;
    row-gap: 16px;
    margin-bottom: 36px;
  }

  .hip-hero__menu {
    order: 3;
    width: 100%;
    gap: 20px;
  }

  .hip-hero__content-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hip-hero__content {
    flex-basis: auto;
    order: 2;
  }

  .hip-hero__image {
    order: 1;
    margin-bottom: 28px;
  }

  .hip-hero__benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .hip-hero__benefit-card:nth-child(2) {
    border-right: none;
  }

  .hip-hero__benefit-card:nth-child(1),
  .hip-hero__benefit-card:nth-child(2) {
    border-bottom: 1px solid #e4dcc8;
  }
}

@media (max-width: 599px) {
  #shopify-section-template--21981732176095__health_priority_hero_CVmLDx .hip-hero__button{
    width: 60%;
  }


  .hip-hero__inner {
    padding: 18px 18px 28px;
  }

  .hip-hero__menu {
    gap: 14px;
    font-size: 13px;
  }

  .hip-hero__heading {
    font-size: 30px;
  }

  .hip-hero__buttons {
    /* flex-direction: column; */
    align-items: stretch;
  }

  .hip-hero__button {
    justify-content: center;
  }

  .hip-hero__features {
    gap: 10px 12px;
  }

  .hip-hero__benefits {
    grid-template-columns: 1fr;
  }

  .hip-hero__benefit-card {
    border-right: none !important;
    border-bottom: 1px solid #e4dcc8;
  }

  .hip-hero__benefit-card:last-child {
    border-bottom: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hip-hero__button {
    transition: none;
  }
}


@media screen and (max-width:767px){
    .hip-hero__inner{
      height: 950px;
    }

    .hip-hero__buttons{
      flex-wrap: wrap;
    }

    #shopify-section-template--21981732176095__health_priority_hero_CVmLDx .hip-hero__buttons {
        margin-bottom: 15px !important;
    }

    .hip-hero__bg-image{
        display:none;
    }

    .hip-hero__bg-image-mobile{
        display:block;
    }

    .hip-hero__content {
        padding-bottom: 300px;
    }

    .hip-hero__features {
        flex-wrap: wrap;
    }

    .hip-hero{
      padding-top: 75px;
    }

    .hip-hero__description {
      font-size: 14px;
      margin-bottom: 15px;
    }

    .hip-hero__heading{
      margin: 0 0 10px;
    }

    .hip-hero__eyebrow{
      margin: 0 0 5px;
      font-size: 10px;
    }

    .hip-hero__button{
      padding: 10px 15px;
      font-size: 14px;
    }

    .hip-hero__buttons{
      margin: 0 0 15px;
    }

    .hip-hero__bg-slider{
        display:none;
    }

    .hip-hero__bg-slider--mobile{
        display:block;
    }

}


