/** Shopify CDN: Minification failed

Line 425:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bestselling-recipes (INDEX:11) */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap');

/* ── Reset ──────────────────────────────────────────────────────── */
.section-bestsellers *,
.section-bestsellers *::before,
.section-bestsellers *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Wrapper ─────────────────────────────────────────────────────  */
.section-bestsellers {
  background-color: var(--sb-bg, #ffffff);
  font-family: 'Nunito', sans-serif;
}

.section-bestsellers__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}

/* ── Section header ──────────────────────────────────────────────  */
.section-bestsellers__header {
  margin-bottom: 40px;
}

.section-bestsellers__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 100px;
  background-color: var(--sb-eyebrow-bg, #fff8e1);
  color: var(--sb-eyebrow-color, #f07c2a);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.5;
}

.section-bestsellers__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.section-bestsellers__headline {
  font-size: clamp(22px, 3.5vw, 38px);
  font-weight: 800;
  color: #1a2e1a;
  line-height: 1.2;
  flex: 1;
  min-width: 0;
}

.section-bestsellers__headline-accent {
  color: var(--sb-hl-accent, #f07c2a);
}

.section-bestsellers__view-all {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
  color: var(--sb-accent, #2d6a2d);
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  padding-bottom: 1px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.section-bestsellers__view-all:hover { opacity: 0.7; }

.section-bestsellers__view-all svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.section-bestsellers__view-all:hover svg { transform: translateX(3px); }

/* ── Grid ────────────────────────────────────────────────────────  */
.section-bestsellers__grid {
  display: grid;
  grid-template-columns: repeat(var(--sb-cols, 3), 1fr);
  gap: 24px;
}

/* ── Card ────────────────────────────────────────────────────────  */
.section-bestsellers__card {
  position: relative;
  background: #fff;
  border-radius: var(--sb-radius, 16px);
  border: 1px solid var(--sb-card-border, #e8ede8);
  box-shadow: var(--sb-shadow, 0 2px 8px rgba(0,0,0,0.06));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-bestsellers__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.13);
}

/* ── Image area ──────────────────────────────────────────────────  */
.section-bestsellers__img-wrap {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section-bestsellers__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.section-bestsellers__card:hover .section-bestsellers__img-wrap img {
  transform: scale(1.04);
}

.section-bestsellers__placeholder-icon {
  font-size: 80px;
  line-height: 1;
  user-select: none;
}

/* ── Badge ───────────────────────────────────────────────────────  */
.section-bestsellers__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  line-height: 1.5;
}

.section-bestsellers__badge--orange       { background: #f07c2a; color: #fff; }
.section-bestsellers__badge--green        { background: #2d6a2d; color: #fff; }
.section-bestsellers__badge--yellow       { background: #f9c22b; color: #1a2e1a; }
.section-bestsellers__badge--outline-green {
  background: transparent;
  color: #2d6a2d;
  border: 2px solid #2d6a2d;
}

/* ── Wishlist ────────────────────────────────────────────────────  */
.section-bestsellers__wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  padding: 0;
}

.section-bestsellers__wishlist:hover { transform: scale(1.1); }

.section-bestsellers__wishlist svg {
  width: 17px;
  height: 17px;
  stroke: #c0392b;
  fill: none;
  transition: fill 0.2s ease;
}

.section-bestsellers__wishlist.is-active svg,
.section-bestsellers__wishlist[aria-pressed="true"] svg {
  fill: #c0392b;
}

/* ── Card body ───────────────────────────────────────────────────  */
.section-bestsellers__body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.section-bestsellers__category {
  font-size: 11.5px;
  font-weight: 700;
  color: #7a8f7a;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 6px;
}

/* Title link — inherits card colour, shows accent on hover */
.section-bestsellers__product-link {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 8px;
}

.section-bestsellers__product-title {
  font-size: 17px;
  font-weight: 800;
  color: #1a2e1a;
  line-height: 1.25;
  transition: color 0.2s ease;
}

.section-bestsellers__product-link:hover .section-bestsellers__product-title {
  color: var(--sb-accent, #2d6a2d);
}

.section-bestsellers__product-title--standalone {
  margin-bottom: 8px;
}

.section-bestsellers__desc {
  font-size: 13px;
  color: #5e7060;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 10px;
}

/* ── Stars ───────────────────────────────────────────────────────  */
.section-bestsellers__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.section-bestsellers__stars { display: flex; gap: 1px; }

.section-bestsellers__star            { font-size: 14px; line-height: 1; }
.section-bestsellers__star--filled    { color: var(--sb-star, #f9c22b); }
.section-bestsellers__star--empty     { color: #d8ddd8; }

.section-bestsellers__review-count {
  font-size: 12px;
  color: #8a9e8a;
  font-weight: 600;
}

/* ── Price ───────────────────────────────────────────────────────  */
.section-bestsellers__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.section-bestsellers__price {
  font-size: 21px;
  font-weight: 800;
  color: #1a2e1a;
  line-height: 1;
}

.section-bestsellers__compare-price {
  font-size: 13.5px;
  color: #a8a8a8;
  text-decoration: line-through;
  font-weight: 600;
}

.section-bestsellers__per-unit {
  font-size: 12px;
  color: #8a9e8a;
  font-weight: 600;
}

/* ── Quick Add button ────────────────────────────────────────────  */
.section-bestsellers__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  margin-top: auto;
  background-color: var(--sb-btn, #2d6a2d);
  color: var(--sb-btn-text, #ffffff);
  font-family: 'Nunito', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  border: none;
  border-radius: calc(var(--sb-radius, 16px) - 6px);
  cursor: pointer;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.15s ease;
  text-align: center;
  line-height: 1.3;
  -webkit-appearance: none;
}

.section-bestsellers__btn:hover {
  filter: brightness(0.88);
  transform: translateY(-1px);
  color: var(--sb-btn-text, #ffffff);
  text-decoration: none;
}

.section-bestsellers__btn--added { filter: brightness(0.82); }

.section-bestsellers__btn--loading {
  pointer-events: none;
  opacity: 0.9;
}

.section-bestsellers__btn--sold-out {
  background-color: #cacaca;
  color: #fff;
  cursor: not-allowed;
}

.section-bestsellers__btn--sold-out:hover {
  filter: none;
  transform: none;
}

.section-bestsellers__btn svg { flex-shrink: 0; }

/* Loading spinner */
@keyframes sb-spin {
  to { transform: rotate(360deg); }
}

.section-bestsellers__spinner {
  animation: sb-spin 0.65s linear infinite;
  flex-shrink: 0;
}

/* ── Responsive ──────────────────────────────────────────────────  */
@media (max-width: 899px) {
  .section-bestsellers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599px) {
  /* Strip container padding so the carousel bleeds edge-to-edge */
  .section-bestsellers__inner {
    padding-inline: 0;
  }

  /* Re-apply left padding to the header only */
  .section-bestsellers__header {
    padding-inline: 16px;
    margin-bottom: 28px;
  }

  .section-bestsellers__title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* Horizontal swipe carousel */
  .section-bestsellers__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    /* top padding preserves card shadow; side padding gives leading inset + trailing breathing room */
    padding: 4px 16px 16px;
    scrollbar-width: none;
  }

  .section-bestsellers__grid::-webkit-scrollbar {
    display: none;
  }

  /* Each card is ~82% of the viewport so the next card peeks into view */
  .section-bestsellers__card {
    flex: 0 0 82vw;
    min-width: 260px;
    max-width: 340px;
    scroll-snap-align: start;
  }
}
/* END_SECTION:bestselling-recipes */

/* START_SECTION:circle-callouts (INDEX:17) */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap');

/* ── Reset ──────────────────────────────────────────────────────── */
.section-feature-strip *,
.section-feature-strip *::before,
.section-feature-strip *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Wrapper ─────────────────────────────────────────────────────  */
.section-feature-strip {
  background-color: var(--fs-bg, #2d6a6a);
  font-family: 'Nunito', sans-serif;
}

.section-feature-strip__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}

/* ── Row ─────────────────────────────────────────────────────────  */
.section-feature-strip__row {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 16px;
  list-style: none;
}

/* ── Single item ─────────────────────────────────────────────────  */
.section-feature-strip__item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.section-feature-strip__item--link {
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.section-feature-strip__item--link:hover {
  opacity: 0.8;
}

/* ── Icon ────────────────────────────────────────────────────────  */
.section-feature-strip__icon-wrap {
  position: relative;
  width: var(--fs-icon-size, 72px);
  height: var(--fs-icon-size, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.section-feature-strip__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.section-feature-strip__placeholder {
  font-size: var(--fs-icon-size, 72px);
  line-height: 1;
  user-select: none;
}

/* ── Badge ───────────────────────────────────────────────────────  */
.section-feature-strip__badge {
  position: absolute;
  top: -6px;
  right: -8px;
  z-index: 2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 100px;
  line-height: 1.5;
  white-space: nowrap;
}

.section-feature-strip__badge--orange       { background: #f07c2a; color: #fff; }
.section-feature-strip__badge--green        { background: #2d6a2d; color: #fff; }
.section-feature-strip__badge--yellow       { background: #f9c22b; color: #1a2e1a; }
.section-feature-strip__badge--outline-green {
  background: rgba(255,255,255,0.92);
  color: #2d6a2d;
  border: 2px solid #2d6a2d;
}

/* ── Label ───────────────────────────────────────────────────────  */
.section-feature-strip__label {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--fs-text, #ffffff);
  line-height: 1.35;
  max-width: 140px;
}

/* ── Mobile ──────────────────────────────────────────────────────  */
@media (max-width: 599px) {
  .section-feature-strip__inner {
    padding-inline: 20px;
  }

  .section-feature-strip__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 12px;
    justify-items: center;
  }

  .section-feature-strip__item {
    flex: unset;
  }
}
/* END_SECTION:circle-callouts */