/** Shopify CDN: Minification failed

Line 254:0 Unexpected "}"

**/
/* =========================================================
   KUKAI — BLOG OVERVIEW
   Figma node: 524:1265
   ========================================================= */
.kukai-blog {
  width: 100%;
  background: #ffffff;
  color: #757575;
}
.kukai-blog__inner {
  width: 100%;
  padding:
    19px
    35px
    72px;
  padding-top: 0px;
  padding-right: 47px;
  padding-bottom: 72px;
  padding-left: 47px;
  box-sizing: border-box;
}
/* =========================================================
   PAGE HEADING
   ========================================================= */
.kukai-blog__heading {
  margin:
    0
    0
    47px;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #757575;
  text-align: center;
}
/* =========================================================
   ARTICLE GRID
   ========================================================= */
.kukai-blog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 17px;
  row-gap: 66px;
  width: 100%;
}
/* =========================================================
   ARTICLE CARD
   ========================================================= */
.kukai-blog-card {
  min-width: 0;
  margin: 0;
  padding: 0;
}
.kukai-blog-card__link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
/* =========================================================
   ARTICLE IMAGE
   ========================================================= */
.kukai-blog-card__media {
  width: 100%;
  aspect-ratio: 329 / 433;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
}
.kukai-blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* =========================================================
   TITLE AREA
   The icon and title are positioned independently.
   This means the icon appearing does NOT move the title.
   ========================================================= */
.kukai-blog-card__title-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 24px;
  margin-top: 25px;
}
/* =========================================================
   ARTICLE TITLE
   ========================================================= */
.kukai-blog-card__title-text {
  min-width: 0;
  max-width: 100%;
  text-align: right;
}
.kukai-blog-card__title {
  margin: 0 10px 0 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #757575;
  text-align: right;
}
.kukai-blog-card__subtitle {
  margin: 4px 10px 0 0;
  margin: 0 10px 0 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  color: #757575;
  text-align: right;
}
/* =========================================================
   HOVER ICON
   ========================================================= */
.kukai-blog-card__hover-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 28px;
  height: 20px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.15s ease,
    visibility 0.15s ease;
}
.kukai-blog-card__hover-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*
    The uploaded icon (Kukai_icon_black_RGB.jpg) is a flat
    JPG — black artwork on a white background, no
    transparency. Recoloring it with filter: invert()
    also washes out the white background, so instead we
    dial back the opacity: blended over the card's white
    background, black artwork settles at the site's
    standard grey (#757575) while the icon's own white
    background stays visually identical to the page and
    disappears.
  */
  opacity: 0.54;
}
/*
   Because the image and title are contained within
   .kukai-blog-card__link, hovering either one reveals
   the icon.
*/
.kukai-blog-card__link:hover
.kukai-blog-card__hover-icon {
  opacity: 1;
  visibility: visible;
}
/* =========================================================
   EXCERPT
   ========================================================= */
.kukai-blog-card__excerpt {
  width: 100%;
  margin-top: 17px;
  padding:
    0
    10px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #757575;
  /*
    Matches Figma:
    clean left AND right edges.
  */
  text-align: justify;
  text-justify: inter-word;
}
/* =========================================================
   TABLET
   ========================================================= */
@media screen and (max-width: 989px) {
  .kukai-blog__inner {
    padding:
      32px
      24px
      56px;
    padding-top: 0px;
  padding-right: 47px;
  padding-bottom: 56px;
  padding-left: 47px;
  }
  .kukai-blog__heading {
    margin-bottom: 40px;
  }
  .kukai-blog__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 48px;
  }
}
/* =========================================================
   MOBILE
   ========================================================= */
@media screen and (max-width: 749px) {
  .kukai-blog__inner {
    padding:
      28px
      16px
      48px;
    padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
  }
  .kukai-blog__heading {
    margin-bottom: 32px;
  }
  .kukai-blog__grid {
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
    row-gap: 60px;
  }
  .kukai-blog-card__title-row {
    margin-top: 18px;
  }
  .kukai-blog-card__excerpt {
    margin-top: 14px;
  }
  /*
    Touch devices don't have a true hover state.
  */
  .kukai-blog-card__hover-icon {
    display: none;
  }
}
}
/* Desktop uses four tracks: the lead card occupies two. */
@media screen and (min-width: 990px) {
  .kukai-blog--three-columns .kukai-blog__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* Closer rows on the desktop recipes overview only. */
@media screen and (min-width: 990px) {
  .kukai-blog--recipes .kukai-blog__grid {
    row-gap: 40px;
  }
}
/* Lead with one full-width card on both mobile overviews. */
@media screen and (max-width: 749px) {
  .kukai-blog__grid > .kukai-blog-card:first-child {
    grid-column: 1 / -1;
  }
}
/* Recipe rows are closer together on mobile only. */
@media screen and (max-width: 749px) {
  .kukai-blog--recipes .kukai-blog__grid {
    row-gap: 20px;
  }
}
/* Desktop lead row: the right-hand cards stay within the first grid row. */
.kukai-blog-card__group {
  display: flow-root;
  width: 100%;
}
@media screen and (min-width: 990px) {
  .kukai-blog__grid > .kukai-blog-card:first-child {
    grid-column: span 2;
  }
  .kukai-blog__grid > .kukai-blog-card:first-child .kukai-blog-card__title-row,
  .kukai-blog__grid > .kukai-blog-card:first-child .kukai-blog-card__excerpt {
    width: calc((100% - 17px) / 2);
    margin-left: auto;
  }
  .kukai-blog__grid > .kukai-blog-card:nth-child(2),
  .kukai-blog__grid > .kukai-blog-card:nth-child(3) {
    align-self: start;
    height: var(--kukai-blog-pin-height, auto);
    min-height: 0;
  }
  .kukai-blog__grid > .kukai-blog-card:nth-child(2) > .kukai-blog-card__group,
  .kukai-blog__grid > .kukai-blog-card:nth-child(3) > .kukai-blog-card__group {
    position: sticky;
    top: var(--kukai-blog-pin-top, 0px);
  }
}
