/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 172:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.section-gut-targets {
  padding: 3rem 1rem;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #003d36;
}

/* Container */
.gut-container {
  /*max-width: 1320px;*/
  max-width: 80%;
  margin: 0 auto;
  padding: 0 15px;
}


.qunike-heading-image2 img {
    position: absolute;
    top: 70px;
    left: 42%;
    width: 16%;
    object-fit: cover;
}

/* Top Row */
.gut-top-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 86px;
  margin-bottom: 3rem;
  position: relative;
}

.gut-top-row .gut-left-box,
.gut-top-row .gut-right-box {
display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
    background: #f2f4e0;
    padding: 1px 16px;
    border-radius: 12px;
}

.gut-top-row .gut-left-box img,
.gut-top-row .gut-right-box img {
  width: 75px;
  height: 120px;
  object-fit: contain;
  display: block;
}

.gut-top-row .gut-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  font-family: Argentum Sans;
}

/* Highlight */
.section-gut-targets .highlight {
  background-color: #ffd84d;
  padding: 2px 10px;
  border-radius: 3px;
}

.gut-highlight {
  text-decoration: underline wavy #ffd84d;
  text-underline-offset: 4px;
}

/* Cards Grid */
.gut-targets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gut-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 20px;
  background: #f2f4e0;
  padding: 21px 34px;
  border-radius: 12px;
}

.gut-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

.gut-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .gut-top-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 15px;
  }
  .gut-top-row .gut-left-box,
  .gut-top-row .gut-right-box {
    justify-content: center;
  }
  .gut-targets-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gut-targets-grid {
    grid-template-columns: 1fr;
  }

  .gut-top-row .gut-heading {
    text-align: center;
        font-size: 34px;
        font-weight: 700;
        padding-top: 6px;
        padding-bottom: 35px;
        grid-row-start: 1;
        position: relative;
}

.qunike-heading-image2 img {
    position: absolute;
        top: 43px;
        left: 28%;
        width: 52%;
        object-fit: cover;
}

.gut-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.gut-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
    background: #f2f4e0;
    padding: 21px 21px;
    border-radius: 12px;
}

}
</style>