/** Shopify CDN: Minification failed

Line 2407:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from snippet stylesheet tags */
/* START_SNIPPET:style-accordion (INDEX:118) */
.accordion_inner{
  border-top: 1px solid var(--colour-darker-green);
  border-bottom: 1px solid var(--colour-darker-green);
}

.accordion_col {
  max-width: 656px;
  margin-inline: auto;
  width: 100%;
}

.accordion_group {
  text-align: center;
  padding-bottom: var(--space-ms); /* 12px below the heading before first item */
}

.accordion_item {
  border-top: 1px solid var(--colour-green);
}


.accordion_trigger {         /* 24px */
  width: 100%;
  padding: 20px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.accordion_question {
  font-size: var(--fs-caption);
  flex: 1;
  text-align: left;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--colour-darker-green);
  transition: color 0.2s;
}

.accordion_trigger:hover .accordion_question {
  color: var(--colour-green);
}

.accordion_icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion_item.is-open .accordion_icon {
  transform: rotate(180deg);
}

.accordion_trigger .accordion_icon svg path{
  stroke: var(--colour-darker-green);
}
.accordion_trigger:hover .accordion_icon svg path {
  stroke: var(--colour-green);
}

.accordion_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  transition:
    max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    visibility  0s    linear 0.38s;
}

.accordion_item.is-open .accordion_answer {
  visibility: visible;
  transition:
    max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    visibility  0s    linear 0s;
}

/* Richtext content inside answers */
.accordion_answer-inner p {
  margin-bottom: var(--space-s);
}
.accordion_answer-inner p:last-child {
  margin-bottom: 0;
}
.accordion_answer-inner strong { font-weight: 600; }
.accordion_answer-inner em     { font-style: italic; }
.accordion_answer-inner a {
  color: var(--colour-green);
  text-decoration: underline;
}
.accordion_answer-inner ul,
.accordion_answer-inner ol {
  padding-left: var(--space-base);
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.accordion_answer-inner ul li { list-style: disc; }
.accordion_answer-inner ol li { list-style: decimal; }

.accordion-section .placeholder-text {
  text-align: center;
  padding: var(--space-l) 0;
  color: var(--colour-grey);
}

/* ------------------------------------------------------------
   Responsive — 768px
   ------------------------------------------------------------ */
@media (max-width: 768px) {

  .accordion_col {
    max-width: 100%;
  }

  .accordion_trigger {
    gap: var(--space-base);  
  }

  .accordion_group--spaced {
    padding-top: var(--space-xl); 
  }

}
/* END_SNIPPET:style-accordion */

/* START_SNIPPET:style-collection-list (INDEX:119) */
.collection-list {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-title {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .collection-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }

  .section-collection-list .page-width {
    padding-left: 0;
    padding-right: 0;
  }

  .section-collection-list .collection-list:not(.slider) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.collection-list__item:only-child {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .slider.collection-list--1-items {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider.collection-list--1-items,
  .slider.collection-list--2-items,
  .slider.collection-list--3-items,
  .slider.collection-list--4-items {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection-list__item a:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 989px) {
  .collection-list.slider .collection-list__item {
    max-width: 100%;
  }
}

.collection-list-view-all {
  margin-top: 2rem;
}
/* END_SNIPPET:style-collection-list */

/* START_SNIPPET:style-collection-product-grid (INDEX:120) */
.main-collection-product-grid-section { padding-top: 0; }
.collection-grid_section {
  color: var(--section-text, var(--colour-dark-green));
}

.collection-grid_controls{
  border-top: 1px solid var(--colour-darker-green);
  border-bottom: 1px solid var(--colour-darker-green);
}
/* Filter button — hidden on desktop, inline-flex on tablet/mobile */
.collection-grid_filter-btn {
  height: 44px;
  /* min-width: 196px; */
  padding-inline: 25px;
  gap: 5px;
  display: none;
}
@media (max-width: 1024px) {
  .collection-grid_filter-btn { display: inline-flex; }
}
.collection-grid_filter-btn:hover { background: var(--colour-med-grey); }

/* Chevron */
.collection-grid_chevron {
  flex-shrink: 0;
  display: block;
  transition: transform 0.2s;
}
.collection-grid_filter-btn[aria-expanded="true"] .collection-grid_chevron {
  transform: rotate(180deg);
}

/* ------------------------------------------------------------
   Sort — Select2 (Figma MCP: 96-1204 default, 226-1391 hover, 96-1258 dropdown)
   Exact values from get_design_context
   ------------------------------------------------------------ */
.collection-grid_sort .select2-container {
  /* min-width: 196px; */
}

/* Default — Figma 96:1204 / 96:1199
   border 1px black, h 44px, px 25px, py 17px
   font Modesto Condensed 16px, black, tracking 1px, uppercase
   content flex gap 5px center */
.collection-grid_sort .select2-container--default .select2-selection--single {
  height: 44px;
  border: 1px solid var(--colour-darker-green);
  border-radius: 8px;
  background: transparent;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-grid_sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  color: var(--colour-darker-green);
  padding-left: 0;
  padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: 0;
  position: relative;
  width: 11px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M0.375 0.375L5.375 5.375L10.375 0.375' stroke='%23124C27' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0
}


.select2-container--default .select2-selection--single .select2-selection__placeholder{color: inherit}
.collection-grid_sort .select2-container--default .select2-selection--single:hover{
  background: var(--colour-grey);
}

.collection-grid_sort .select2-container--default .select2-selection--single:hover .select2-selection__rendered{
  color: var(--colour-green);
}

.select2-container--default .select2-selection--single:hover .select2-selection__arrow b{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M0.375 0.375L5.375 5.375L10.375 0.375' stroke='%23016938' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}

.select2-dropdown{
  background: var(--colour-white);
  border: 1px solid var(--colour-dark-green);
  border-radius: 0;
  padding: 0;
  margin-top: 20px;
}


.select2-results__option, .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above{
  
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--colour-dark-green);
}

.select2-container--open .select2-dropdown--below{border: 1px solid var(--colour-dark-green);}
.select2-container--open .select2-dropdown--above{margin-top: 0; margin-bottom: 20px;}

.select2-results__option{
  padding:14px 24px 12px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  color: var(--colour-dark-green);
  background: var(--colour-light-grey);
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  position: relative;
  display: inline-flex;
  width: 11px;
  height: 16px;
  margin-left: 5px;
  align-items: center;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}


/* ------------------------------------------------------------
   Main layout: sidebar + grid
   ------------------------------------------------------------ */
.collection-grid_layout {
  display: grid;
  grid-template-columns: 333px 1fr;
  gap: var(--space-ms);
  align-items: start;
}
.collection-grid_layout:not(:has(.collection-grid_filters)) {
  grid-template-columns: 1fr;
}

/* ------------------------------------------------------------
   Filter sidebar — desktop
   ------------------------------------------------------------ */
.collection-grid_filters {
  position: sticky;
  top: calc(var(--header-min-h) + var(--space-m));
}

.collection-grid_filter-title {
  font-family: var(--font-body);
  font-weight: 300
}
.collection-grid_filter-group {
  width: 100%;
}

.collection-grid_filter-group:not(:last-child){
  border-bottom: 1px solid var(--colour-darker-green);
}

.collection-grid_filter-toggle {
  padding-block: 6px;
  cursor: pointer;
  background: transparent;
  border: none;
  text-align: left;
}
.collection-grid_filter-toggle-label {
  font-size: 12px;
  line-height:19px;
  font-weight: 700;
  color: var(--colour-darker-green);
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.collection-grid_filter-arrow {
  flex-shrink: 0;
  display: block;
  color: var(--colour-green);
  transition: transform 0.2s;
}
.collection-grid_filter-toggle[aria-expanded="true"] .collection-grid_filter-arrow {
  transform: rotate(180deg);
}

/* Checkboxes + radio buttons — shared appearance */
input:not([type="submit"]).collection-grid_filter-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid #CCCBC6;
  cursor: pointer;
  position: relative;
  transition: border-color 0.15s, background 0.15s;
  background: transparent; padding: 0;
}
input:not([type="submit"]).collection-grid_filter-checkbox:checked {
  background: var(--colour-darker-green);
  border-color: var(--colour-darker-green);
}
input:not([type="submit"]).collection-grid_filter-checkbox:checked::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.8 7L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px 8px no-repeat;
}
/* Radio — square appearance matching the checkbox design */
.collection-grid_filter-checkbox[type="radio"] { border-radius: 0; }

.collection-grid_filter-checkbox-label {
  font-size: var(--fs-caption);
  line-height: var(--lh-caption);
  font-weight: 400;
  color: var(--colour-green);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}

/* Price range */
.collection-grid_price-range {
  padding-top: 24px;
  gap: 16px;
}
.collection-grid_price-field {
  width: 147.5px;
  flex: none;
  gap: 8px;
}
.collection-grid_price-label {
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 12.5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--colour-black);
}
.collection-grid_price-input-wrap {
  width: 135px;
  height: 48px;
  border: 1px solid #CCCBC6;
  overflow: hidden;
  padding-inline: var(--space-m);
  gap: 10px;
}
.collection-grid_price-symbol {
  font-family: var(--font-heading);
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: 400;
  color: var(--colour-green);
  flex-shrink: 0;
}
input:not([type="submit"]).collection-grid_price-input {
  flex: 1;
  width: 0;
  font-family: var(--font-body);
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  font-weight: 300;
  color: var(--colour-darker-green);
  letter-spacing: 0.5px;
  background: transparent;
  padding: 0;
  -moz-appearance: textfield;
}
.collection-grid_price-input::-webkit-outer-spin-button,
.collection-grid_price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ------------------------------------------------------------
   Filter overlay + mobile slide-in (uses same sidebar as desktop)
   ------------------------------------------------------------ */
.collection-grid_filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 900;
}
.collection-grid_filter-overlay.is-open { display: block; }


.collection-grid_drawer-close {
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: var(--colour-dark-green);
  background-color: transparent;
  border: none ;
  outline: none;
}
.collection-grid_drawer-footer {
  flex-shrink: 0;
  gap: 10px;
  width: 100%;
  margin-top: auto;
}

/* ------------------------------------------------------------
   Product grid
   ------------------------------------------------------------ */
.collection-grid_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:  var(--space-l)  var(--space-s) ;
}
.collection-grid_empty {
  color: var(--colour-grey);
  padding-block: var(--space-3xl);
  grid-column: 1 / -1;
}
.collection-grid_empty-link {
  color: var(--colour-green);
  text-decoration: underline;
}
.collection-grid_pagination { margin-top: var(--space-2xl); }

/* ------------------------------------------------------------
   PRODUCT CARD
   ------------------------------------------------------------ */
.product-card {
  gap: 15px;
  /* Overridden per card by product-card.liquid when the product's brand sets them */
  --brand-bg-top: #00833F;
  --brand-bg-bottom: #0E3625;
}

/* Square image area */
.product-card_media {
  border-radius: 8px;
  background: linear-gradient(180deg, var(--brand-bg-top) 0%, var(--brand-bg-bottom) 100%);
  aspect-ratio: 5 / 6;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.product-card_media-link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-card_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding-block: var(--space-m);
  transition: opacity 0.2s;
}
.product-card:hover .product-card_image { opacity: 0.8; }

.product-card_placeholder-svg {
  width: 60%;
  height: 60%;
  color: var(--colour-light-grey);
}

/* Quick-add button */
.product-card_quick-add-wrap {
  position: absolute;
  bottom: 47px;
  right: 16px;
  height: 25px;
  width: 25px;
  z-index: 2;
}
.product-card_quick-add {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding: 6px 5px;
  background: var(--colour-white);
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s, width 0.25s ease;
}
.product-card:hover .product-card_quick-add { opacity: 1; }
.product-card_quick-add:hover,
.product-card_quick-add.is-expanded { width: 110px; }
.product-card_quick-add:hover { background: var(--colour-med-grey); }

.product-card_plus-icon {
  flex-shrink: 0;
  display: block;
  color: var(--colour-dark-green);
}
.product-card_add-label {
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--colour-black);
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-width 0.25s ease, opacity 0.2s ease;
  margin-top: 2px;
  letter-spacing: 1px;
}
.product-card_quick-add:hover .product-card_add-label,
.product-card_quick-add.is-expanded .product-card_add-label {
  max-width: 108px;
  opacity: 1;
}

/* Info area */
/* .product-card_info { gap: var(--space-s); } */
.product-card_title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-card_price {
  gap: 4px;
  flex-wrap: wrap;
}

.product-card_current {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: var(--colour-dark-green);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-card_price{ font-weight: 700}

.product-card_variants {
  font-size: var(--fs-small);
  line-height: var(--lh-small);
  font-weight: 300;
  color: rgba(20, 20, 20, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.48px;
}

.product-card_info-inner{gap: 8px}
/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .collection-grid_layout {
    grid-template-columns: 1fr;
  }


.collection-grid_filters {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(440px, 100vw);
  background: var(--lizard-green);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow: hidden;
  padding: 62px var(--site-margin) var(--space-m);
  
}
.collection-grid_filters.is-open { transform: translateX(0); }

.collection-grid_filter-title{color: var(--colour-black)}

  .collection-grid_list {
    grid-template-columns: repeat(3, 1fr);
    
  }

  .collection-grid_controls{border: none;}

  .collection-grid_filter-heading{width: 100%;}

.collection-grid_drawer-inner {
  flex: 1;
  overflow-y: auto;
  
}
.collection-grid_drawer-header {
  padding: var(--space-base) var(--space-base) var(--space-s) 0
  
}
}

@media (max-width: 768px) {
  .main-collection-product-grid-section { z-index: unset;}


  .collection-grid_filter-btn,
  .collection-grid_sort{
    /* flex: 1; */
    min-width: 0;
    width: calc(50% - 8px) !important;
  }

  .collection-grid_sort .select2-container {
    width: 100%  !important;
  }
  .collection-grid_list {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl) var(--space-base);
    }

    .product-card{padding-bottom: var(--space-xs);}
  .product-card_title {
    font-size: 15px;
    line-height: 21px;
  }
  .product-card_quick-add { opacity: 1; }


  .product-card_quick-add{
    width: 30px;
    height: 30px;
    justify-content: center;
  }

  .product-card_quick-add:hover,
.product-card_quick-add.is-expanded{ width: 30px;}

.product-card_quick-add svg path{stroke-width: 1.5;}

  .product-card_add-label{display: none;}

  .product-card_current{line-height: 17px;}


}
/* END_SNIPPET:style-collection-product-grid */

/* START_SNIPPET:style-contact-form (INDEX:121) */
.contact-form-section {
  background-color: var(--bg-color);
}
.contact-form_col {
  max-width: 656px;
}

.contact-form_hint,
.contact-form_label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1.4px;
  font-weight: 700;
}


.contact-form_input {
  height: 50px;
  box-shadow: inset 0 0 0 1.5px var(--colour-darker-green);
  border-radius: 8px;
}

input:not([type="submit"]).contact-form_input, .contact-form_textarea, input:not([type="submit"]).contact-form_checkbox {background-color: transparent;}

.contact-form_input:focus {
  outline: none;
  border-color: var(--colour-dark-green) !important;
}

.contact-form_textarea {
  min-height: 223px;
  box-shadow: inset 0 0 0 1.5px var(--colour-darker-green);
  border-radius: 8px;
  padding: 14px var(--space-base);
  font-family: var(--font-body);
  font-size: var(--fs-small);
  line-height: var(--lh-body);
  outline: none;
  resize: vertical;
  border: 0;
  color: var(--colour-darker-green);
}

.contact-form_textarea::placeholder { color: var(--colour-grey); }
.contact-form_textarea:focus { border-color: var(--colour-dark-green); }

.contact-form_checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--colour-darker-green) !important;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 !important;
}

.contact-form_checkbox:checked {
  background: var(--colour-darker-green) !important;
}

.contact-form_checkbox:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: 1.5px solid var(--colour-white);
  border-top: none;
  border-left: none;
  transform: rotate(40deg);
}

.contact-form_privacy-link {
  text-decoration: underline;
}

.contact-form_privacy-link:hover { opacity: 0.75; }

.contact-form_col  button[type="submit"]{color: var(--colour-off-white); border-radius: 8px}

@media (max-width: 768px) {
  .contact-form_col { max-width: 100%; }
}

/* The global button[type="submit"] rule (base.css) outranks the .btn
   modifiers on specificity, so restate what .btn/.btn--darker-green want. */
button[type="submit"].contact-form_submit {
  border-radius: var(--space-s);
  color: var(--colour-off-white);
  padding:15px 12px 15px 24px
}

button[type="submit"].contact-form_submit:hover {
  /* background: var(--colour-off-white); */
  color: var(--colour-darker-green);
}
/* END_SNIPPET:style-contact-form */

/* START_SNIPPET:style-featured-blogs (INDEX:122) */
/* ============================================================
   FEATURED BLOGS
   Figma Desktop: — | Mobile: —
   ============================================================ */

.featured-blogs_section {
  color: var(--section-text, var(--colour-black));
}

/* ============================================================
   MOBILE ≤ 768px
   ============================================================ */
@media (max-width: 768px) {

  .featured-blogs_section--hide-mobile {
    display: none;
  }

  .featured-blogs_grid {
    grid-template-columns: 1fr;
  }
}
/* END_SNIPPET:style-featured-blogs */

/* START_SNIPPET:style-featured-collections (INDEX:123) */
.featured-collections_section .featured-collections_inner {
  padding-bottom: var(--space-xl);
}

/* Figma FB/Desktop/H2 — IvyPresto Display Thin 61/66, darker green */
/* Caps the line so the italic phrase drops to its own line, per Figma */
.featured-collections_heading {
  max-width: 510px;
}

.featured-collections_header-right {
  align-items: center;
}

/* .featured-collections_nav {
  gap: 10px;
} */

.featured-collections_nav-btn {
  width: 35px;
  height: 35px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: var(--colour-black);
  opacity: 0.5;
  transition: opacity 0.2s;
}

.featured-collections_nav-btn svg{
      width: 14px;
    height: 8px;
}

.featured-collections_nav-btn:hover {
  opacity: 1;
}

.featured-collections_nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.featured-collections_nav-btn--prev svg {
  transform: rotate(90deg);
}
.featured-collections_nav-btn--next svg {
  transform: rotate(-90deg);
}

.featured-collections_swiper {
  overflow: visible;
}

.featured-collections_slide {
  height: auto;
  width: 312px;
}

.featured-collections_slider-outer {
  overflow: hidden;
}

.collection-item_card {
  color: inherit;
  text-decoration: none;
  
}
.collection-item_card img{transition: transform 0.2s ease-in-out;}

.collection-item_card:hover img{
  transform: scale(1.1);
}

.collection-item_media {
  width: 100%;
  position: relative;
  padding: 14px 14px 32px;
}

.collection-item_placeholder {
  position: absolute;
  inset: 14px;
}

.collection-item_placeholder-svg {
  width: 80px;
  height: 80px;
  opacity: 0.3;
}

.collection-item_label {
  margin-top: var(--space-s);
  white-space: nowrap;
}

/* ── Category card — scoped to this slider so shared
      .collection-item_* markup elsewhere is unaffected ── */
.featured-collections_slide .collection-item_card {
  background: linear-gradient(180deg, var(--colour-light-green) 0%, var(--colour-deep-green) 100%);
  border-radius: var(--space-base);   /* Figma radius/2 = 16px */
  padding-block: 30px;
  justify-content: center;
  overflow: hidden;
}

.featured-collections_slide .collection-item_media {
  height: 330px;
  padding: 14px 14px 0;
}


/* Figma FB/Desktop/H3 — IvyPresto Display Regular 36/41 */
.featured-collections_slide .collection-item_label {
  font-family: var(--font-heading);
  font-size: 36px;
  line-height: 41px;
  font-weight: 400;
  color: var(--colour-off-white);
  margin-top: 0;
}

/* ============================================================
   MOBILE ≤ 768px
   ============================================================ */
@media (max-width: 768px) {

  .featured-collections_section .featured-collections_inner  {
    padding-bottom: 0
  }


  .featured-collections_header {
    padding-bottom: var(--space-xl-alt);
  }

  /* Figma FB/Mobile/H2 — IvyPresto Display Regular 39/41 */
  .featured-collections_heading {
    font-size: 39px;
    line-height: 41px;
    font-weight: 400;
    max-width: 225px;
  }

  .featured-collections_swiper{overflow: hidden;}

  .featured-collections_nav {
    display: none;
  }

  .featured-collections_slider-outer {
    padding-right: 0;
  }

  .featured-collections_slide .collection-item_media {
    width: 250px;
    height: 250px;
    padding: 0;
  }

  .featured-collections_slide .collection-item_label {
    font-size: 39px;
    line-height: 41px;
    padding-block: 6.25px;
  }

  .featured-collections_slide {
    width: 250px;
  }
}
/* END_SNIPPET:style-featured-collections */

/* START_SNIPPET:style-featured-product (INDEX:124) */
.section-featured-product {
  padding-top: 127px;
  padding-bottom: 127px;
}

.feat-product_img {
  position: absolute;
  inset: 0;
}

.feat-product_card{border-radius: 16px; border: 1px solid var(--colour-green);}

.feat-product_form{width: 100%;}
.feat-product_media{border-radius: 8px;
background: linear-gradient(180deg, #00833F 0%, #0E3625 100%);}
.feat-product_price {font-weight: 700}

@media (max-width: 768px) {

  .section-featured-product {
    padding-block: 112px; 
    
  }

  .feat-product_card{padding: var(--space-base);}

  .feat-product_media{aspect-ratio: 11 / 10;}

  .feat-product_img{position: relative;}

  /* Card: switch grid to single column */
  .feat-product_card .grid {
    grid-template-columns: 1fr;
  }



}
/* END_SNIPPET:style-featured-product */

/* START_SNIPPET:style-featured-recipes (INDEX:125) */
/* ============================================================
   FEATURED RECIPES
   Figma Desktop: 627-21499 | Mobile: 627-21661
   ============================================================ */

.featured-recipes_bg {
  background-color: var(--colour-green);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Figma: rgba(1,67,36,0.8) wash over the texture */
.featured-recipes_bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(1, 67, 36, 0.80) 0%, rgba(1, 67, 36, 0.80) 100%);
  pointer-events: none;
  opacity: 0.8;
}

.featured-recipes_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-xl-alt);   /* Figma: 48px between header and cards */
}

/* ── Section header ── */
.featured-recipes_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-base);
}

/* Figma FB/Desktop/H2 — IvyPresto Display Thin 61/66 */
/* Caps the line per Figma; type comes from .h2 */
.featured-recipes_heading {
  max-width: 900px;
  padding: 0;
}

.featured-recipes_cta--top {
  flex-shrink: 0;
}

/* Mobile CTA — hidden on desktop */
.featured-recipes_cta-mobile {
  display: none;
}

/* ── Card grid — 3 equal cols, 32px gutter ── */
.featured-recipes_grid {
  /* --recipes-cols is set inline from the rendered card count (max 4) */
  grid-template-columns: repeat(var(--recipes-cols, 4), minmax(0, 1fr));
  gap: var(--site-gutter);
  list-style: none;
  padding: 0;
  margin: 0;
}

.featured-recipes_card-wrap {
  position: relative;
  display: flex;
  min-width: 0;
}

/* 3 up — wider cards, so the image is 428×420 rather than the 4-up 319×366.
   Desktop only; tablet drops to 2 columns and mobile to 1, each with their
   own ratio below. */
@media (min-width: 1024px) {
  .featured-recipes_grid--cols-3 .recipe-card_media {
    aspect-ratio: 428 / 420;
  }
}

/* Tablet — 2 up */
@media (max-width: 1023px) and (min-width: 769px) {
  .featured-recipes_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================================
   MOBILE ≤ 768px
   ============================================================ */
@media (max-width: 768px) {

  .featured-recipes_heading {
    max-width: none;
  }

  .featured-recipes_cta--top { display: none; }

  .featured-recipes_cta-mobile {
    display: flex;
    justify-content: flex-end;
  }

  .featured-recipes_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-l);
  }

  .featured-recipes_grid .recipe-card_media{
    aspect-ratio: 409 / 366;
  }

  .featured-recipes_grid  .recipe-card{
    padding-bottom: var(--space-l);
  }

  .featured-recipes_grid .recipe-card_meta-item{
    padding-block: 5px
  }

}
/* END_SNIPPET:style-featured-recipes */

/* START_SNIPPET:style-image-banner (INDEX:126) */
.image-banner-section{overflow-x: clip; overflow-y: visible; }
  
  .image-banner_card {
    box-shadow: 0 4px 29.1px rgba(0, 0, 0, 0.25);
  }
  
  /* Dark on left (to), transparent on right (from) — matches Figma bg-gradient-to-l */
  .image-banner_overlay {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 49.665%, rgba(0, 0, 0, 0.7) 68.541%);
    pointer-events: none;
  }
  
  /* ── 2-col grid inner — left col holds content, right is empty/image ── */
  .image-banner_inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  /* ── Content column ── */
  .image-banner_content {
    align-items: start;
  }
  
  /* Figma FB/Desktop/H2 — IvyPresto Display Thin 61/66 */
  .image-banner_heading {
    color: var(--colour-white);
    padding: 0
  }

  .image-banner_text {
    color: var(--colour-white);
  }
  
  /* ── Mobile ─────────────────────────────────── */
  @media (max-width: 768px) {
    .image-banner_section {
      padding-top: var(--space-base);
      padding-bottom: var(--space-2xl);
    }
  
    .image-banner_inner {
      grid-template-columns: 1fr;
      min-height: 500px;
      align-items: start;
      padding-inline: var(--space-base);
    }
  }

  /* ── Product images (new) ───────────────────── */
  /* GSAP owns: rotation, opacity, scale, y. CSS owns: position + size only. */

  .image-banner_product {
    position: absolute;
    pointer-events: none;
    z-index: 2;
  }

  .image-banner_product--bottle {
    max-width: 232px;
    right: 27%;
    bottom: 7%;
    width: 17.261905%;
    opacity: 0;
  }

  .image-banner_product--bottle img {
    width: 100%;
    height: auto;
    display: block;
  }

  .image-banner_product--tin {
    max-width: 210px;
    right: -1%;
    bottom: -12%;
    width: 15.60119%;
    opacity: 0;
  }

  .image-banner_product--tin img {
    width: 100%;
    height: auto;
    display: block;
  }

  @media (max-width: 768px) {
    .image-banner_overlay {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.70) 81.25%), linear-gradient(0deg, rgba(0, 26, 23, 0.50) 0%, rgba(0, 26, 23, 0.50) 100%);

      
    }
    .image-banner_product--bottle {
      max-width: 240px;
      right: 29%;
        bottom: -25%;
        width: 44.8%;
    }

    .image-banner_product--tin {
      max-width: 205px;
        right: -27%;
        bottom: auto;
        width: 42.2%;
        top: -13%;
    }
  }
/* END_SNIPPET:style-image-banner */

/* START_SNIPPET:style-instagram-grid (INDEX:127) */
/* ============================================================
   INSTAGRAM GRID
   ============================================================ */

.instagram-grid-section {
  background-color: var(--section-bg, #AEBA4E);
  color: var(--section-text, #124C27);
  overflow: hidden;
}

.instagram-grid_heading-wrap {
  margin-bottom: var(--space-l);
}

.container--md {
  width: 100%;
  max-width: 1008px;
  margin-inline: auto;
}

.container--sm {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  
  .instagram-grid-section{
    padding-block: var(--space-m);
  }

  .instagram-grid_heading-wrap {
    margin-bottom: var(--space-l);
  }

  .embed-container{
    padding-inline: var(--space-base);
  }
}
/* END_SNIPPET:style-instagram-grid */

/* START_SNIPPET:style-interactive-banner (INDEX:128) */
/* ── Section shell ─────────────────────────────────────────── */
.homepage-banner_section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: var(--colour-dark-green);
  overflow: hidden;
  cursor: default;
  padding: 100px 0
}

/* ── Leaf/branch background pattern ───────────────────────── */
.homepage-banner_bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0;             /* GSAP start state */
  pointer-events: none;
}

/* ── Bottom-to-top dark green gradient ────────────────────── */
.homepage-banner_gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46%;
  background: linear-gradient(to top, var(--colour-dark-green) 0%, rgba(1, 87, 45, 0) 100%);
  pointer-events: none;
  opacity: 0;             /* GSAP start state */
  z-index: 1;
}

/* ── Oversized background headline ────────────────────────── */
.homepage-banner_bg-text {
  position: relative;
  z-index: 2;
  opacity: 0;   
        /* GSAP start state */
}

.homepage-banner_headline{max-width: calc(100% - 300px);}

.homepage-banner_bg-text h2 {
  max-width: 1344px;   
  font-family: var(--font-heading);
  font-size: clamp(80px, calc(49.2px + 7vw), 150px);
  line-height: 1;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
}

/* .homepage-banner_headline h2:last-of-type {
  display: inline;
} */

.homepage-banner_content {
  display: inline-block;
  vertical-align: bottom;
  width: 237px;
  margin-left: var(--space-l);
  padding-bottom: 0.35em; 
  white-space: normal;  
  opacity: 0;           
  z-index: 3;
}

.homepage-banner_glue {
  white-space: nowrap;
}

.homepage-banner_subheading {
  color: var(--colour-white);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px
}

/* ── Product bottle ────────────────────────────────────────── */
.homepage-banner_bottle {
  position: absolute;
  top: 50%;
  left: calc(85.7% - 9.84px);
  width: 30.35%;
  max-width: 437px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;             /* GSAP start state */
  z-index: 4;
}

.homepage-banner_bottle img {
  transform-origin: center center;
}

/* ── Floating olive elements ───────────────────────────────── */

.homepage-banner_olive {
  position: absolute;
  opacity: 0;             /* GSAP start state */
  pointer-events: none;
  z-index: 5;
}

.homepage-banner_olive--top-left {
  top: 91px;
  left: 51px;
  width: 11.94%;
  max-width: 172px;
  z-index: 2;
}

.homepage-banner_olive--mid-right {
  top: 239px;
  left: calc(66.67% - 16.67px);
  width: 9.17%;
  max-width: 132px;
  aspect-ratio: 50/57;
}

.homepage-banner_olive--bottom-left {
  top: 573px;
  left: calc(25% + 5.75px);
  width: 14.24%;
  max-width: 205px;
  /* rotation animates 29.207deg → 16.402deg via GSAP */
}


/* ── Mobile ────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .homepage-banner_section {
    height: auto;
    min-height: 770px;
    align-items: flex-start;
    padding-block: 80px
  }

  .homepage-banner_bg-text {
    font-size: clamp(60px, 18vw, 120px);
    width: 100%;
    white-space: normal;
  }

  .homepage-banner_bottle {
    
    width: 80.3%;
    max-width: 354px;
    height: 100%;
    top: auto;
    bottom: -65%;
    left: calc(74.7% - 9.84px);
  }
/* 
  .homepage-banner_headline h2:last-of-type {
    display: block;
  } */

  .homepage-banner_content {
    display: block;
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
    margin-top: var(--space-s);
  }

  .homepage-banner_olive--top-left {
    top: -30px;
    left: 10%;
    width: 40%;
     max-width: 176px;
  }

  .homepage-banner_olive--mid-right {
    width: 22%;
    top: 5%;
        left: auto;
        right: 6%;
  }

  .homepage-banner_olive--bottom-left {
    top: auto;
    bottom: 5%;
    left: var(--site-margin);
    width: 48%;
    max-width: 261px;
    transform: rotate(35deg)  !important
  }
}
/* END_SNIPPET:style-interactive-banner */

/* START_SNIPPET:style-interlocked-text-img (INDEX:129) */
/* ============================================================
   HERITAGE SPLIT SECTION
   Design: 162-1588 (desktop) / 627-21746 (mobile)

   Desktop: two-column grid — image 50% / card 50%
   Each row alternates: card-left + image-right, then image-left + card-right
   via .heritage_row--flipped

   Mobile: full-width stack — image then card, image then card
   ============================================================ */

/* ── Row ───────────────────────────────────────── */
.interlocked-text-img_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "card image";
}

/* Even rows auto-flip: image left, card right */
.interlocked-text-img_row:nth-child(even) {
  grid-template-areas: "image card";
  
}

.interlocked-text-img_row:nth-child(even) .interlocked-text-img_media{
  margin-top: -50%;

}

.interlocked-text-img_row:nth-child(even) .interlocked-text-img_card{
  align-self: flex-end;
}

.interlocked-text-img_row:nth-child(3n + 3){padding-top: var(--space-l)}
/* ── Image panel ────────────────────────────────── */
.interlocked-text-img_media {
  grid-area: image;
  aspect-ratio: 164 / 217;
  position: relative;
}

.interlocked-text-img_img {
 
}

/* ── Text card ──────────────────────────────────── */
.interlocked-text-img_card {
  grid-area: card;
  overflow: hidden;
}

.interlocked-text-img_card-inner {
  width: 100%;
  background: var(--colour-darker-green);
  aspect-ratio: 82 / 57;
}

.interlocked-text-img_text {
  color: var(--colour-off-white);
}

/* ── Mobile ─────────────────────────────────────── */
@media (max-width: 768px) {
  .interlocked-text-img-section{
    padding: var(--section-pad-v) 0;
  }
  .interlocked-text-img_row,
  .interlocked-text-img_row--flipped {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .interlocked-text-img_media {
    height: 503px;
    padding-inline: 14px;
  }

  .interlocked-text-img_row:nth-child(even) .interlocked-text-img_media{
    margin-top: 0;
  }

  .interlocked-text-img_card-inner{
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    aspect-ratio: unset;
    min-height: 350px
  }
}
/* END_SNIPPET:style-interlocked-text-img */

/* START_SNIPPET:style-main-404 (INDEX:130) */
/* ------------------------------------------------------------
   404 — main-404.liquid
   ------------------------------------------------------------ */

.main-404-section {
  overflow: hidden;
  background-color: var(--lizard-green);
  color: var(--colour-darker-green);
}

.error-404_section {
  position: relative;
  isolation: isolate;
  
}


/* ── Layout ───────────────────────────────────────────────── */
.error-404_col {
  max-width: 720px;
  margin-inline: auto;
}

/* ── Oversized numeral ────────────────────────────────────── */
.error-404_numeral {
  font-family: var(--font-heading);
  font-size: clamp(120px, 22vw, 260px);
  line-height: 0.85;
  letter-spacing: -0.02em;
  margin: 0 0 var(--space-s);
}


.error-404_numeral-o {
  font-style: italic;
}


/* ── Copy ─────────────────────────────────────────────────── */
.error-404_eyebrow {
  margin: 0;
  opacity: 0.75;
}

.error-404_heading {
  margin: 0;
}

.error-404_rte {
  max-width: 560px;
  margin-inline: auto;
}

.error-404_rte p {
  margin: 0;
}

.error-404_section--dark .error-404_rte {
  opacity: 0.85;
}

/* ── Search ───────────────────────────────────────────────── */
.error-404_search {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-s);
  width: 100%;
  max-width: 520px;
  margin-top: var(--space-s);
  padding: var(--space-s) var(--space-s) var(--space-s) var(--space-base);
  background: var(--colour-white);
  border: var(--border-width, 1px) solid var(--colour-med-grey);
  border-radius: 999px;
}

.error-404_section--dark .error-404_search {
  background: rgba(237, 233, 224, 0.08);
  border-color: var(--colour-off-white-30);
}

.error-404_search-icon {
  display: flex;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.error-404_search-icon svg {
  width: 100%;
  height: 100%;
}

.error-404_section--dark .error-404_search-icon svg {
  color: var(--colour-off-white);
  fill: currentColor;
}

.error-404_search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: var(--font-body);
  font-size: var(--fs-caption);
  line-height: var(--lh-captions);
  color: inherit;
  appearance: none;
}

.error-404_search-input::placeholder {
  color: currentColor;
  opacity: 0.6;
}

.error-404_search-input:focus {
  outline: none;
}

.error-404_search:focus-within {
  border-color: var(--colour-global-accent);
}

.error-404_search-submit {
  flex-shrink: 0;
  border-radius: 999px;
}

.error-404_search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* ── Buttons on dark ──────────────────────────────────────── */
.btn--outline-off-white {
  background: transparent;
  border-color: var(--colour-off-white);
  color: var(--colour-off-white);
}

.btn--outline-off-white:hover {
  background: var(--colour-off-white);
  color: var(--colour-darker-green);
}

/* ── Quick links ──────────────────────────────────────────── */
.error-404_links-heading {
  margin: 0 0 var(--space-ms);
  opacity: 0.7;
}

.error-404_links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-404_link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-s);
  padding: 10px var(--space-base);
  border: 1px solid var(--colour-off-white-30);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: var(--fs-small);
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.error-404_section:not(.error-404_section--dark) .error-404_link {
  border-color: var(--colour-med-grey);
}

.error-404_link:hover {
  background: var(--colour-off-white);
  border-color: var(--colour-off-white);
  color: var(--colour-darker-green);
}

.error-404_link img {
  display: block;
  transition: transform 0.2s;
}

.error-404_link:hover img {
  transform: translateX(3px);
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .error-404_section {
    padding-block: var(--space-3xl);
  }

  .error-404_search {
    flex-wrap: wrap;
    border-radius: var(--space-base);
  }

  .error-404_search-submit {
    width: 100%;
    border-radius: var(--space-s);
  }

  .error-404_ctas .btn {
    width: 100%;
  }

  .error-404_ctas {
    width: 100%;
  }
}
/* END_SNIPPET:style-main-404 */

/* START_SNIPPET:style-main-article-header (INDEX:131) */
.article-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Desktop: wide landscape crop */
  
}

.article-header_img {
  aspect-ratio: 55 / 18;
}

.article-header_placeholder {
  aspect-ratio:55 / 18;
  background: var(--colour-bg-grey);
}

/* ─────────────────────────────────────────────
   MOBILE  ≤768px
───────────────────────────────────────────── */
@media (max-width: 768px) {
  .article-header{padding-top: var(--space-l);}
  .article-header_img {
    aspect-ratio: 14 / 17; /* per design spec */
  }
}
/* END_SNIPPET:style-main-article-header */

/* START_SNIPPET:style-main-article (INDEX:132) */
.article-body_content {
  max-width: 850px;
  margin-inline: auto;
  padding-bottom: var(--space-l);
}




.article-body_content a{
  color: var(--colour-darker-green);
}

/* Figma 484:6726 — 24px icon box holding a 14x18 glyph, inherits the pill colour */
.article-body_read-time-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.article-body_read-time-icon svg {
  width: 14px;
  height: 18px;
}

.template-article .featured-blogs_section .btn.btn--darker-green {
  background: var(--colour-off-white);
  border-color: var(--colour-off-white);
  color: var(--colour-black);
}
.template-article .featured-blogs_section .btn.btn--darker-green:hover {
  background: transparent;
  color: var(--colour-off-white);
}
/* ─────────────────────────────────────────────
   MOBILE  ≤768px
───────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Allow full width on mobile — max-width lifts naturally */
  .article-body_content {
    max-width: 100%;
  }

  .featured-blogs_section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-l);
  }

}

/* ── Competition closed notice ─────────────────────────────────
   Sits directly under the h1, matching the previous site where the
   closed state was the first thing read after the title. */
.article-body_closed {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  margin: 0;
  padding: var(--space-s) var(--space-base);
  border-left: 3px solid var(--colour-global-accent);
  background: var(--colour-bg-grey);
  border-radius: 0 4px 4px 0;
}

.article-body_closed-label {
  font-family: var(--font-body);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--colour-darker-green);
}

.article-body_closed-message {
  font-family: var(--font-body);
  color: var(--colour-grey);
}
/* END_SNIPPET:style-main-article */

/* START_SNIPPET:style-main-blog (INDEX:133) */
.main-blog-section{background: var(--colour-darker-green); color: var(--colour-off-white);}
.main-blog_divider {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--colour-off-white-30);
}

/* ------------------------------------------------------------
   Featured hero — full-bleed article image with the copy overlaid
   on the left. Figma: 484:4596 (desktop) / 741:22973 (mobile)
   ------------------------------------------------------------ */
.main-blog_hero {
  overflow: hidden;
}

/* Full-bleed background image */
.main-blog_hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Figma: Colour overlay rgba(0,26,23,0.5) */
.main-blog_hero-overlay {
  background: rgba(0, 26, 23, 0.5);
  pointer-events: none;
}

/* Two equal columns: copy sits centred within the left half,
   the right half lets the image read through. */
.main-blog_hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 478px;
  padding-block: var(--space-l);
}

/* Figma: max-width 427px, centred in the left column */
.main-blog_hero-content {
  width: 100%;
  max-width: 427px;
  margin-inline: auto;
}

.main-blog_hero-title-link {
  color: inherit;
  text-decoration: none;
}

.main-blog_hero-title-link:hover .main-blog_hero-title {
  opacity: 0.85;
}

.main-blog_hero-title {
  transition: opacity 0.2s ease;
}

/* Figma: 24px icon box holding a 14x18 glyph */
.main-blog_hero-read-time-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.main-blog_hero-read-time-icon svg {
  width: 14px;
  height: 18px;
}



/* ------------------------------------------------------------
   3-col blog card grid
   .grid .grid-cols-3 .gap-l .items-stretch — all global classes
   blog-card itself handles: flex flex-col, img-wrapper, etc.
   Only define grid-specific overrides here if needed.
   ------------------------------------------------------------ */
.main-blog_grid {
  align-items: stretch;
  gap:  var(--space-xl-alt) var(--space-l);
}

.main-blog_pagination {
  padding-bottom: var(--space-2xl);
}

#BlogGridContainer {
  position: relative;
  transition: opacity 0.2s;
}

#BlogGridContainer.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 768px) {

  /* Single column: copy stacks over the image, aligned left.
     Figma 741:22973 — 112px page-top + 64px container padding */
  .main-blog_hero-inner {
    grid-template-columns: 1fr;
    align-items: end;
    min-height: 0;
    padding-top: 176px;
    padding-bottom: var(--space-2xl);
  }

  .main-blog_hero-content {
    max-width: 100%;
    margin-inline: 0;
  }

  /* Auto-width CTA on mobile */
  .main-blog_hero-cta {
    width: auto;
  }

  /* Blog card grid: single column on mobile */
  .main-blog_grid {
    grid-template-columns: 1fr;
  }


  .content-search_row{padding-top: var(--space-xs);}

  .main-blog_pagination{padding-bottom: 0;}

}
/* END_SNIPPET:style-main-blog */

/* START_SNIPPET:style-main-collection-banner-all (INDEX:134) */
/* ============================================================
   INDIVIDUAL COLLECTION BANNER (Figma 491-93940, 728-31178)
   Only unique styles — layout uses global flex/gap in HTML
   ============================================================ */
.collection-banner-one_section {
  background-color: var(--section-bg, var(--colour-dark-green));
  color: var(--section-text, var(--colour-white));
  overflow: hidden;
  position: relative;
}

.collection-banner-all-bg{
  position: absolute;
  inset: 0;
  background-image: var(--collection-banner-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.3;
}

.collection-banner-one_section:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 353px;
  background: linear-gradient(0deg, #01572D 0%, rgba(1, 87, 45, 0.00)  100%);
  z-index: 1;
}

.collection-banner-one_section .container{
  position: relative;
  z-index: 2;
}

.collection-banner-one_container {
  max-width: 1074px;
  margin-inline: auto;
}

/* Desktop: side-by-side layout */
@media (min-width: 769px) {
  .collection-banner-one_container {
    flex-direction: row;
    align-items: center;
    gap: 77px;
    padding-block: var(--space-2xl) 77px;
  }

  .collection-banner-one_media {
    width: auto;
    max-width: 450px;
  }
}

/* Image: contain to preserve product bottles composition */
.collection-banner-one_img {
  width: auto;
  margin-inline: auto;
}

.collection-banner-one_placeholder {
  min-height: 280px;
  background: rgba(255, 255, 255, 0.05);
}

.collection-banner-one_placeholder-svg {
  width: 120px;
  height: 80px;
  opacity: 0.3;
  fill: var(--colour-white);
}

/* ── Collections wrap — continuous grey bg below hero ───────── */
.collection-banner-all_collections-wrap {
  padding-bottom: 2px;
  /* Clips the slides that bleed past the container, at the section edge */
  overflow: hidden;
}

/* Container: 36px horizontal padding per design */
.collection-banner-all_container {
  padding-inline: 36px;
}

/* ── Collections heading: 27px / 27px, Modesto Condensed ────── */


/* ── Ranges slider (Swiper) — Figma 215:5453 ─────────────────
   Slides bleed past the container edge, so the track itself is not
   clipped; .collection-banner-all_collections-wrap clips at the section
   edge instead. */
.collection-banner-all_swiper {
  overflow: visible;
}

.collection-banner-all_grid {
  align-items: stretch;
}

/* Each card slot: fixed 260px per design (Swiper owns the gap) */
.collection-banner-all_grid-item {
  flex: 0 0 260px;
  width: 260px;
  height: auto;
}

/* ── Slider nav: 48px outlined circles, bottom-right ─────────
   Figma 3406:32435 — 1.5px dark-green ring, 10px apart. */
.collection-banner-all_nav {
  gap: 10px;
  padding-top: 18px;
}

.collection-banner-all_nav-btn {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid var(--colour-dark-green);
  background: transparent;
  color: var(--colour-dark-green);
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}

.collection-banner-all_nav-btn:hover {
  background: var(--colour-dark-green);
  color: var(--colour-white);
}

.collection-banner-all_nav-btn--next svg {
  transform: rotate(180deg);
}

/* Swiper adds these when there is nothing to scroll to */
.collection-banner-all_nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.collection-banner-all_nav-btn.swiper-button-lock {
  display: none;
}

/* Both locked (every card fits) — drop the row entirely */
.collection-banner-all_nav:has(.swiper-button-lock) {
  display: none;
}

/* ── Card: green bg, flex column, 24px padding, 12px gap ────── */
.collection-banner-all_card {
  border-radius: 8px;
  background: linear-gradient(180deg, #00833F 0%, #0E3625 100%);
  overflow: hidden;
  height: 250px;
  gap: 12px;
}

/* ── Card image: 120×120px → 130×130px on hover ─────────────── */
.collection-banner-all_card-media {
  width: 170px;
  height: 170px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.collection-banner-all_card:hover .collection-banner-all_card-media {
transform: scale(1.05);
}

.collection-banner-all_card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.collection-banner-all_card-placeholder {
  width: 100%;
  height: 100%;
}

.collection-banner-all_card-placeholder-svg {
  width: 60px;
  height: 60px;
  opacity: 0.3;
  fill: var(--colour-white);
}

.collection-banner-all_card-label{text-transform: none;}


/* ============================================================
   MOBILE ≤ 768px
   ============================================================ */
@media (max-width: 768px) {
  
  .main-collection-banner-section{padding-bottom: 0; padding-top: var(--space-2xl);}

  .collection-banner-all_collections-wrap{
    padding-top: var(--space-m);
  }
  

  .collection-banner-all_container {
    padding-inline: var(--site-margin);
  }

  /* Slider: 198×200 cards, 8px apart, bleeding past the right edge
     (Figma 705:24034). Swiper handles the drag — no scroll-snap needed. */
  .collection-banner-all_grid-item {
    flex: 0 0 200px;
    width: 200px;
  }

  .collection-banner-all_card {
    height: auto;
    height: 200px;
  }

  /* Card image is 120×120 on mobile, per design */
  .collection-banner-all_card-media {
    width: 120px;
    height: 120px;
  }

  .collection-banner-one_container{padding-bottom: var(--space-l); gap: 20px;}

  .collection-banner-one_media img{max-height: 340px;}

  .collection-banner-one_content .section-header{text-align: center; align-items: center; gap: 8px}

  .collection-banner-one_content .section-header .text-lead{font-size: 21px; line-height: 25px;}

  .collection-banner-filters{padding-bottom: var(--space-l); }
  .collection-banner-all_hero{padding-bottom: var(--space-xl)}
  .collection-banner-all_collections-heading{margin-bottom: var(--space-m);}
}

@media (min-width: 992px) {
  .collection-banner-all_hero,
  /* .collection-banner-one_hero { padding-top: 68px; } */
  
}
/* END_SNIPPET:style-main-collection-banner-all */

/* START_SNIPPET:style-main-competition-header (INDEX:135) */
.competition-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Desktop: wide landscape crop */
  
}

.competition-header .container{ max-width: 950px; margin-inline: auto}

.competition-header .article-header_img {
  aspect-ratio: 5 / 3;
}

.article-header_placeholder {
  aspect-ratio:5 / 3;
  background: var(--colour-bg-grey);
}

/* ─────────────────────────────────────────────
   MOBILE  ≤768px
───────────────────────────────────────────── */
@media (max-width: 768px) {
  .competition-header{padding-top: var(--space-l);}
  .article-header_img {
    aspect-ratio: 14 / 17;
  }
}
/* END_SNIPPET:style-main-competition-header */

/* START_SNIPPET:style-main-page (INDEX:136) */
/* ------------------------------------------------------------
   Page Content — simple rich text block for Shopify pages
   Layout uses: .section, .container, .rte, .body-copy
   ------------------------------------------------------------ */
.page-content_inner {
  max-width: 850px;
  margin-inline: auto;
}

.page-content_title {
  margin: 0 0 var(--space-m);
}

.page-content_body > *:first-child {
  margin-top: 0;
}

.page-content_body > *:last-child {
  margin-bottom: 0;
}
/* END_SNIPPET:style-main-page */

/* START_SNIPPET:style-main-podcast (INDEX:137) */
.main-podcast-section{
  background: var(--colour-darker-green);
}
#PodcastResultsContainer {
  position: relative;
  transition: opacity 0.2s;
}

#PodcastResultsContainer.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

/* Search — Figma 1096:28017 uses a 30% white outline rather than the solid
   off-white of the shared .content-search--light (blog listing). */
.main-podcast .content-search--light .content-search_field {
  border-color: rgba(237, 233, 224, 0.3);
}

.main-podcast_divider {
  height: 1px;
  background: rgba(237, 233, 224, 0.3);
}


.main-podcast_featured-inner {
  grid-template-columns: minmax(0, 770fr) minmax(0, 540fr);
  column-gap: 32px
}

.main-podcast_feat-thumb {
  /* .aspect-video applied in HTML */
  min-height: 340px;
  width: 100%;
}

.main-podcast_feat-content {
  margin-inline: auto;
}

/* Linked recipe name, gold — Figma 3445:54124 */
.main-podcast_feat-recipe {
  font-weight: 400;
}

.main-podcast_feat-cta {
  height: 60px;
}

.podcast-feat_play-btn,
.podcast-card_play-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s, opacity 0.2s;
  z-index: 2;
}

.podcast-feat_play-btn:hover,
.podcast-card_play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
  opacity: 0.9;
}

.podcast-feat_play-btn img{height: 54px;;}

/* ─────────────────────────────────────────────
   EPISODE CARD
   .h-full applied in HTML on .podcast-card
   .grid .grid-cols-3 .gap-l applied to grid wrapper in HTML
───────────────────────────────────────────── */
/* Card — green fill, 16px radius, full-bleed 16:9 thumb */
.podcast-card {
  background: var(--colour-green);
  border-radius: 16px;
  overflow: hidden;
}

.podcast-card_title {
  font-weight: 400;
}

/* White CTA sits right of the listen links and keeps its intrinsic width */
.podcast-card_footer {
  gap: 24px;
  justify-content: space-between;
}

.podcast-card_cta {
  flex-shrink: 0;
}

/* Figma spec: dark-green copy on the off-white fill */
.podcast-card .btn--white,
.main-podcast_feat-cta {
  color: var(--colour-dark-green);
}

/* Clamped to 5 lines until the JS takes over and swaps the clamp for an
   animatable pixel height (see .is-js) — the clamp is the no-JS/pre-JS state. */
.podcast-card_desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.podcast-card_desc.is-js {
  display: block;
  overflow: hidden;
  transition: height 0.35s ease;
}
.podcast-card_desc-wrap { gap: var(--space-s); }

/* Button is inline-flex, so [hidden] needs an explicit override */
.podcast-card_read-more[hidden] { display: none; }

.podcast-card_read-more {
  display: inline-flex;
  align-items: center;
  gap: var(--space-s);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--colour-off-white);
  padding: 6px 0 4px;
  position: relative;
}
.podcast-card_read-more::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: currentColor;
}
.podcast-card_read-more-icon {
  width: 10px;
  height: 10px;
  padding: 1px;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}
.podcast-card_read-more.is-expanded .podcast-card_read-more-icon {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .podcast-card_desc.is-js { transition: none; }
}

.podcast-social-icon {
  width: 21px;
  height: 21px;
  transition: opacity 0.15s;
}

.podcast-social-icon:hover {
  opacity: 0.7;
}

.podcast-social-icon svg {
  width: 21px;
  height: 21px;
}

/* ─────────────────────────────────────────────
   "RECIPE COMING SOON" — disabled appearance
───────────────────────────────────────────── */
.podcast-card_recipe-soon {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
  font-size: var(--fs-small); /* override .btn default size for this state */
}

.podcast-lightbox_backdrop {
  background: rgba(0, 0, 0, 0.85); /* alpha — no equivalent design token */
}

.podcast-lightbox_panel {
  width: min(900px, 92vw);
  z-index: 1;
}

.podcast-lightbox_embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.podcast-lightbox_close {
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: white; /* overlaid on dark backdrop — not the standard text-white context */
  padding: 0;
  transition: opacity 0.15s;
}

.podcast-lightbox_close:hover {
  opacity: 0.75;
}

@media (max-width: 991px) {
  .main-podcast_grid, .main-podcast_featured-inner{
    grid-template-columns: repeat(2, 1fr);
  }

  /* Even columns here, so the proportional gutter no longer applies */
  .main-podcast_featured-inner {
    column-gap: var(--space-l);
  }
}

/* ─────────────────────────────────────────────
   MOBILE ≤768px
   Only permitted to override component-specific values
───────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Mobile — Figma 1096:28114 / 1096:28127: everything stacks, CTA is
     intrinsic width rather than full, and cards run one per row. */
  .main-podcast_feat-cta {
    width: auto;
    align-self: flex-start;
  }

  .main-podcast_featured-inner {
    grid-template-columns: 1fr;
  }

  .main-podcast_feat-thumb {
    min-height: unset;
  }

  .main-podcast_feat-content {
    max-width: 100%;

  }

  /* Grid: single column override */
  .main-podcast_grid {
    grid-template-columns: 1fr;
  }


  .podcast-lightbox_panel {
    width: 96vw;
  }

  .podcast-lightbox_close {
    top: -40px;
  }

}
/* END_SNIPPET:style-main-podcast */

/* START_SNIPPET:style-main-product (INDEX:138) */
.product_layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* .section sets `overflow: hidden`, which makes .product-header a scroll
   container — sticky then resolves against it instead of the viewport and
   never sticks. `clip` contains overflow the same way without doing that. */
.product-header.section {
  overflow: clip;
}

.product_gallery-inner {
  position: sticky;
  top: var(--header-min-h);
}

.product_gallery-swiper { width: 100%; }
.product_gallery-swiper .swiper-slide { height: auto;  background: linear-gradient(180deg, var(--brand-bg-top, #00833F) 0%, var(--brand-bg-bottom, #0E3625) 100%);}

/* .relative .aspect-portrait .overflow-hidden applied in HTML */
.product_slide-inner {
 
  max-height: 715px;
  margin-inline: auto
}

/* .img-contain applied in HTML; only the blend mode is unique */
/* .product_slide-img {
  mix-blend-mode: multiply;
} */

/* .absolute applied in HTML */
.product_zoom-btn {
  bottom: var(--space-m);
  right: var(--space-m);
  width: 40px;
  height: 40px;
  background: var(--colour-off-white);
  border: 1px solid var(--colour-light-grey);
  cursor: pointer;
  transition: background 0.2s;
}
.product_zoom-btn:hover { background: var(--colour-light-grey); }

/* .flex .items-center .justify-center applied in HTML */
.product_gallery-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: var(--colour-white);
  border: 1px solid #cccbc6;
  cursor: pointer;
  transition: background 0.3s, opacity 0.3s;
  opacity: 0.5;
}
.product_gallery-arrow:hover { background: var(--colour-light-grey); opacity: 1; }
.product_gallery-prev { display: none; }   /* Figma shows the next arrow only */
.product_gallery-next { right: var(--space-m); }

.product_gallery-pagination {
  display: none;
  justify-content: center;
  gap: var(--space-s);
  padding-top: var(--space-base);
}
.product_gallery-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(20, 20, 20, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.product_gallery-dot:hover { background: rgba(20, 20, 20, 0.4); }
.product_gallery-dot.is-active { background: var(--colour-black); }

.product_title{font-weight: 400;}
.product_price-current { font-weight: 700; line-height:17px; font-size: 24px;
letter-spacing: 2.4px;}

/* Collapsed to 3 lines by JS (height set in px so it can transition);
   expands to the full copy on Read more. */
.product_excerpt {
  overflow: hidden;
  transition: height 0.35s ease;
}
/* .product_read-more is inline-flex, so [hidden] needs an explicit override */
.product_read-more[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .product_excerpt { transition: none; }
}

/* Qty stepper + ATC row styling lives in base.css (.product_form-row,
   .product_qty-*, .product_atc-btn) — shared with featured-product. */

.product_read-more {
  display: inline-flex;
  align-items: center;
  gap: var(--space-s);
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  padding: 6px 0 4px;
  position: relative;
}
.product_read-more::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: currentColor;
}
.product_read-more-icon { width: 10px; height: 10px;padding: 1px }
.product_read-more-icon {
  flex-shrink: 0;
  transition: transform 0.35s ease;
}
.product_read-more.is-expanded .product_read-more-icon {
  transform: rotate(45deg);
}

.product_variants-legend { gap: 4px; letter-spacing: normal; font-size: 14px; text-transform: uppercase }

.product_variant-pill {
  height: 28px;
  min-width: 28px;
  padding: 2px 9px;
  border: 1px solid rgba(20, 20, 20, 0.15);
  background: transparent;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: var(--fs-label);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(20, 20, 20, 0.40);
  transition: border-color 0.2s, color 0.2s;
  font-weight: 700;
}
.product_variant-pill.is-selected {
  border-color: var(--colour-darker-green);
  color: var(--colour-darker-green);
}
.product_variant-pill.is-unavailable {
  /* opacity: 0.4; */
  cursor: not-allowed;
  position: relative;
  overflow: hidden;
  border-color: rgba(20, 20, 20, 0.15);
  color: rgba(20, 20, 20, 0.40)
}
.product_variant-pill.is-unavailable::after {
  content: '';
  position: absolute;
  top: 50%; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(45deg, rgba(20, 20, 20, 0.15) 0%, rgba(20, 20, 20, 0.15) 100%);
  transform: rotate(13deg);
}

/* ─────────────────────────────────────────────
   ACCORDIONS (Meet the Producers, Taste & Pair, Health & Nutrition)
   Same sliding animation as section-accordion; single-open (close others when one opens)
   Figma: Barlow SemiBold 14px, lh 21px, ls 0.28px, capitalize
───────────────────────────────────────────── */
.product_accordion_item {
  border-top: 1px solid var(--colour-darker-green);
}

.product_accordion-trigger {
  width: 100%;
  padding-block: var(--space-alt);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
}

.product_accordion-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.product_accordion_item.is-open .product_accordion-icon {
  transform: rotate(180deg);
}

/* Sliding panel — same as section-accordion */
.product_accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  transition:
    max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.38s;
}
.product_accordion_item.is-open .product_accordion-panel {
  visibility: visible;
  transition:
    max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0s;
}

.product_accordion-body {
  padding-bottom: var(--space-l);
}

/* ─────────────────────────────────────────────
   TASTE NOTES
   .w-full applied in HTML on outer wrapper
   .flex applied in HTML on grid row
   .flex-1 .flex .flex-col .items-center .overflow-hidden applied in HTML on each note
   .flex .items-center .px-ms applied in HTML on header row
───────────────────────────────────────────── */
.product_taste-notes {
  border: 1px solid var(--colour-darker-green);
  overflow: hidden;
  background-color: var(--lizard-green)
}

.product_taste-header {
  height: 88px;
}

.product_taste-grid{
  margin: -1px;
  width: calc(100% + 2px);
}

.product_taste-note {
  min-width: 0;
  border: 1px solid var(--colour-dark-green);
  margin-left: -1px; /* collapse shared borders */
  padding: var(--space-base);
}
.product_taste-note:first-child { margin-left: 0; }

.product_taste-label { color: var(--colour-dark-green); }

/* Fixed 105×105 icon; .flex-noshrink applied in HTML */
.product_taste-img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  display: block;
  mix-blend-mode: multiply;
}

/* ─────────────────────────────────────────────
   NUTRITION TABLE — rows come from the nutrition_facts metaobject
───────────────────────────────────────────── */
.nutrition-table {
  border-collapse: collapse;
}

.nutrition-table_caption {
  caption-side: top;
  padding-bottom: var(--space-s);
}


.nutrition-table_row > * {
  border-top: 1px solid var(--colour-darker-green-30);
  padding-block: 2px;
  vertical-align: baseline;
}

.nutrition-table_label {
  text-align: left;
  font-weight: 700;
}

.nutrition-table_row--sub .nutrition-table_label {
  padding-left: var(--space-alt);
  font-weight: 400;
}

.nutrition-table_value { white-space: nowrap; padding-block: 12px;}

.nutrition-table_note {
  padding-top: var(--space-ms);
  border-top: 1px solid var(--colour-darker-green-30);
  margin-top: var(--space-s);
}

.product_lightbox { z-index: 2000; }

.product_lightbox {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0.32s;
}

.product_lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0s;
}

.product_lightbox-backdrop { background: rgba(0, 0, 0, 0.85); }

.product_lightbox-content { z-index: 1; } /* sits above backdrop */

.product_lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

/* .absolute applied in HTML */
.product_lightbox-close {
  top: var(--space-l);
  right: var(--space-l);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.product_lightbox-close:hover { opacity: 1; }

.taste-profile { width: 100%; }

.taste-profile_traits { gap: var(--site-gutter); }

.taste-profile_card {
  border-top: 1px solid var(--colour-darker-green);
  border-bottom: 1px solid var(--colour-darker-green);
  gap: 25px;
}

.taste-profile_card-header { gap: 10px; }

/* Figma: FB/Desktop/H3 in Colour/Dark Green */
.taste-profile_name { color: var(--colour-dark-green); }

.taste-profile_dot {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  flex-shrink: 0;
}
.taste-profile_dot--filled {
  background: var(--colour-darker-green);
}
.taste-profile_dot--empty {
  border: 1px solid var(--colour-darker-green);
  background: transparent;
}

.taste-profile_labels-row { color: var(--colour-darker-green); }

/* Info button: 25×25 italic circle */
.taste-profile_info-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid var(--colour-darker-green);
  background: transparent;
  cursor: pointer;
  color: var(--colour-darker-green);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s, color 0.2s;
}
.taste-profile_info-btn i {
  font-family: 'Times New Roman', 'Times', serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1;
}
.taste-profile_info-btn:hover,
.taste-profile_info-btn[aria-expanded="true"] {
  background: var(--colour-darker-green);
  color: var(--colour-off-white);
}

/* Tooltip: absolute, appears above the button on click */
.taste-profile_tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--colour-darker-green);
  color: var(--colour-off-white);
  padding: 10px;
  width: 220px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 20;
  white-space: normal;
  pointer-events: none;
}
.taste-profile_tooltip[hidden] { display: none; }

/* ─────────────────────────────────────────────
   MOBILE  ≤768px
───────────────────────────────────────────── */
@media (max-width: 768px) {

  .product-header.section{padding-block: 0}
  .product_layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .product_gallery {
    position: static;
    min-width: 0;
  }

  /* .product_gallery-swiper{overflow: visible;} */

  .product_gallery-arrow { display: none; }

  .product_gallery-pagination {
    display: flex;
    justify-content: center;
    gap: var(--space-s);
    padding-top: var(--space-base);
  }

  .product_info { padding-top: var(--space-m); gap: var(--space-l)}
  .taste-profile { padding-block: var(--space-xl-alt); }

  .taste-profile_traits { grid-template-columns: 1fr; gap: var(--space-l); }
  .taste-profile_title { font-size: 39px; line-height: 41px; }
  .taste-profile_name  { font-size: 32px; line-height: 38px; color: var(--colour-darker-green); }
  .taste-profile_tooltip {
    left: 0;
    transform: none;
    width: 200px;
  }

  .product_accordions{margin-top: var(--space-l);}

  .section-main-product{padding-top: 20px;}
  .product_price{padding-block: 5px;}
  .product_taste-note{padding-inline: 10px;}

  .product_taste-label{font-size: 17px; line-height: 21px; }

}

/* @media (min-width: 1024px) {
  .product_excerpt p {
    line-height: 200%;
  }
} */
/* END_SNIPPET:style-main-product */

/* START_SNIPPET:style-main-recipe (INDEX:139) */
.recipe-hero_layout {
  align-items: stretch; /* image stretches to content height */
}

.recipe-hero .container, .recipe-body .container{
  max-width: 1210px;
  margin: 0 auto
}

.recipe-hero_image-wrap {
  width: calc(33.75224417% - 16px);
  min-height: 400px;
  aspect-ratio: 36 / 41;
  border-radius: var(--space-base);
}

.recipe-hero_image-placeholder {
  background: var(--colour-bg-grey);
}

.recipe-hero_content{
  width: calc(66.24775583% - 16px);
}


/* ─────────────────────────────────────────────
   TAGS
   .flex .flex-wrap .gap-s applied in HTML on row
───────────────────────────────────────────── */
.recipe_tag {
  border: 1px solid var(--colour-darker-green-30);
  border-radius: var(--space-s);
  height: 28px;
  min-width: 28px;
  padding: 4px 9px 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--colour-darker-green);
}

/* Figma FB/Desktop/H2-regular — IvyPresto Display Regular 61/66 */
.recipe-hero_title {
  color: var(--colour-darker-green);
}

/* ─────────────────────────────────────────────
   STATS BAR
   .flex .w-full applied in HTML
───────────────────────────────────────────── */
.recipe_stats {
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--colour-darker-green-30);
  border-radius: var(--space-base);
}

.recipe_stat {
  flex: 1 0 0;
  min-width: 0;
  border-right: 1px solid var(--colour-darker-green-30);
  padding: var(--space-ms) var(--space-s);
  gap: var(--space-s);
  color: var(--colour-darker-green);
}

.recipe_stat:last-child { border-right: 0; }

.recipe_stat-label {
  text-align: center;
}

/* ─────────────────────────────────────────────
   USED IN THIS RECIPE — Figma 3408:33651
───────────────────────────────────────────── */
.recipe-hero_product {
  border: 1px solid var(--colour-darker-green-30);
  border-radius: var(--space-base);
  padding: 19px 13px;
  gap: 18px;
  color: var(--colour-darker-green);
  max-width: 185px;
  height: 285px;
  margin-top: auto
}

.recipe-hero_product-icon {
  display: flex;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.recipe-hero_product-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.recipe-hero_product-media {
  display: block;
  width: auto;
  height: stretch;
}

.recipe-hero_product-img {
  object-position: bottom;
}

/* .recipe-hero_podcast-cta intentionally has no standalone styles */

/* ── Podcast CTA — Figma 3411:28297 ── */
.recipe-podcast-cta_inner {
  gap: 10px;
  color: var(--colour-green);
}

.recipe-podcast-cta_badge {
  width: 142px;
  height: 86px;
  object-fit: cover;
}

.recipe-podcast-cta_wording {
  display: block;
  width: 242px;
  height: auto;
  max-width: 100%;
}

/* Arrow tucks under the start of the wording, per Figma */
.recipe-podcast-cta_arrow {
  left: 46px;
  top: 29.5px;
  width: 27px;
  height: 22px;
  pointer-events: none;
}

.recipe-podcast-cta_arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.recipe_stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #008635;
}

.recipe_stat-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.recipe_ingredients-box{position: sticky; top: var(--header-min-h);}

.recipe_ingredients-box, .recipe_method-highlight {
  background: rgba(1, 105, 56, 0.1);
  border: 1px solid var(--colour-green);
  padding: var(--space-base);
  gap: var(--space-m);
}


.recipe_method {
  gap: var(--space-m);
  padding: var(--space-base);
}

.recipe_method.bg-green{
  padding: var(--space-base);
}

.recipe_method-inner, .recipe-right-column-highlight.contained-inner{max-width: 427px;}

.recipe_method.bg-green  .recipe_method-inner{max-width: none;}
/* Rich text: H3 in ingredients uses H4 styling */
.recipe_ingredients-box h3 {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  color: var(--colour-black);
}

.recipe-body ul {
  list-style-type: none;
  
}

.recipe-body ul, .recipe-body  ol{
  flex-flow: column;
  display: flex;
  gap: var(--space-ms);

}

.recipe-body ul li::before {
  background: var(--colour-darker-green);
}

/* .recipe-body ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-inline-start: 11px;
  padding-left: 21px;
}

.recipe-body ol li {
 padding-left: var(--space-s);
} */



/* Print button spacing
   .btn .btn--green .btn--full .flex .items-center .justify-center .gap-base applied in HTML */
.recipe_print-btn {
  margin-top: auto; /* pushes to bottom of ingredients box */
}

.recipe_ingredients-list .metafield-rich_text_field{
  display: flex;
  flex-flow: column;
  gap: var(--space-s);
}

.recipe_method-highlight .metafield-rich_text_field{ 
  display: flex;
  flex-flow: column;
  gap: var(--space-m);

}

/* .recipe_method-highlight h3,  .recipe_method-highlight h2,  .recipe_method-highlight h4{
  color: var(--colour-black);
} */

/* ─────────────────────────────────────────────
   MOBILE  ≤768px
───────────────────────────────────────────── */
@media (max-width: 768px) {

  .recipe_ingredients-box{position: relative;top: 0; width: 100%;}

  /* Hero: stack image above content */
  .recipe-hero_layout {
    flex-direction: column;
    gap: var(--space-l);
  }

  .recipe-hero_image-wrap {
    flex: none;
    width: 100%;
    min-height: 280px;
    aspect-ratio: 14 / 17;
  }

  /* Body: stack ingredients above method */
  .recipe-body_layout {
    flex-direction: column;
  }

  .recipe-hero_content-inner, .recipe-hero_content{padding: 0;}

  /* Intro, stats and the product box stack; the box goes full width */
  .recipe-hero_facts {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .recipe-hero_product {
    width: 100%;
    max-width: 100%;
    height: auto
  }

  .recipe_method{padding-top: 0; padding-inline: 0;}

  .recipe-podcast-cta_wording{width: 100%; height: auto; max-width: 200px;}

  .recipe-hero_product-img{height: 199px}
  .recipe-hero_content{width: 100%}
}

/* ─────────────────────────────────────────────
   PRINT STYLES
───────────────────────────────────────────── */
@media print {
  /* Force backgrounds (including images) to print */
  [id="site-header"],
  .header_section,
  .header_bg {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* Ensure recipe backgrounds/text colors print correctly */
  .recipe_method,
  .recipe_method.bg-green,
  .recipe_method-highlight,
  .recipe_ingredients-box {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .recipe_method.bg-green {
    background-color: var(--colour-darker-green) !important;
    color: var(--colour-white) !important;
  }

  /* Fix header at top, reserve space so content doesn't overlap */
  [id="site-header"],
  .header_section {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    box-shadow: none !important;
    background: var(--colour-darker-green) !important; /* Fallback if image fails */
  }

  .header_bg {
    background-color: var(--colour-green) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  #MainContent {
    padding-top: 80px !important; /* Reserve space for fixed header */
  }

  /* Exclude footer from recipe print */
  footer,
  .footer_section,
  .shopify-section-group-footer-group { display: none !important; }

  /* Only print up to the recipe section (hide everything after it) */
  #MainContent > .section-main-recipe ~ * { display: none !important; }

  .recipe_print-btn { display: none; }

  .recipe-hero_layout,
  .recipe-body_layout { flex-direction: column; }

  .recipe-hero_image-wrap {
    width: 50% !important;
    max-width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* END_SNIPPET:style-main-recipe */

/* START_SNIPPET:style-main-recipes (INDEX:140) */
.main-recipes_divider {
  width: 100%;
  height: 1px;
  background: var(--colour-darker-green);
}

.main-recipes_grid{overflow: hidden;}

.main-recipes_grid-item--featured {
  grid-column: span 2;
}

.main-recipes_grid-item--featured{margin-bottom: var(--space-l);}

/* Card styling itself lives in base.css (.recipe-card, --featured, --light) */
.main-recipes_grid {
  /* minmax(0,…) — with a bare 1fr the tracks refuse to shrink below their
     content and the cards spill out of the grid */
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-xl) var(--space-m);
}

.main-recipes_grid-item {
  min-width: 0;
}

/* Tablet — 2 up, featured spots go full width */
@media (max-width: 1023px) and (min-width: 769px) {
  .main-recipes_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.main-recipes_empty {
  padding-block: var(--space-3xl);
}

.main-recipes_loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: var(--space-3xl);
  min-height: 300px;
}



/* ------------------------------------------------------------
   AJAX loading overlay
   ------------------------------------------------------------ */
#RecipeGridContainer {
  position: relative;
  transition: opacity 0.2s;
}

#RecipeGridContainer.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 769px) and (max-width: 991px){
  .main-recipes_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-recipes_grid-item--featured{
    grid-column: span 1;
  }
  .recipe-card_title{font-size: 18px;}
}


/* ------------------------------------------------------------
   RESPONSIVE — 768px breakpoint
   ------------------------------------------------------------ */
@media (max-width: 768px) {

  

 .main-recipes_filters-row{padding-top: var(--space-base)}

  .main-recipes_divider{display: none;}

  /* Grid: 2 columns on mobile */
  .main-recipes_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-l) 20px;
  }

  .recipe-card_title{padding-top: var(--space-s);font-size: 18px;}


  .main-recipes_controls-wrap .content-search_row{
    padding: 0;
  }
  .main-recipes_grid-item--featured{margin-bottom: var(--space-ms)}
  .main-recipes_grid-item--featured .recipe-card_title{padding-block: var(--space-s); font-size: 32px}

  .main-recipes_grid-item:not(.main-recipes_grid-item--featured)  .recipe-card_meta-label{font-size: 6px}

  .main-recipes_grid-item:not(.main-recipes_grid-item--featured) .recipe-card_meta-icon svg,
  .main-recipes_grid-item:not(.main-recipes_grid-item--featured) .recipe-card_meta-icon {
    width: 15px;
    height: 15px;
  }

  .main-recipes_grid-item:not(.main-recipes_grid-item--featured) .recipe-card{gap: var(--space-s);}
  .main-recipes_grid-item:not(.main-recipes_grid-item--featured)  .recipe-card_title{padding: 0}
  .main-recipes_grid-item:not(.main-recipes_grid-item--featured)  .recipe-card_body{gap: var(--space-ms);}
}
/* END_SNIPPET:style-main-recipes */

/* START_SNIPPET:style-marquee (INDEX:141) */
.marquee_section {
  width: 100%;
  height: 76.5px;
  overflow: hidden;
  background-color: var(--colour-white);
}

.marquee_track-wrap {
  display: flex;
  width: max-content;
  height: 100%;
  animation: marquee-scroll 60s linear infinite;
}

.marquee_track {
  height: 76.5px;
  flex-shrink: 0;
}

/* ── Each item ──────────────────────────────────────────────── */
.marquee_item {
  padding-inline: 12px;
  padding-block: 2px;
  height: 100%;
  flex-shrink: 0;
}

/* ── Image item ─────────────────────────────────────────────── */
.marquee_img {
  width: 36px;
  height: 27px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

/* ── Text item ──────────────────────────────────────────────── */
.marquee_text {
  font-family: var(--font-heading);
  font-size: 27px;
  line-height: 40.5px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.54px;
  color: var(--colour-green);
  white-space: nowrap;
}

/* ── Keyframes ──────────────────────────────────────────────── */
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Reduced motion ─────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .marquee_track-wrap {
    animation: none;
  }
}
/* END_SNIPPET:style-marquee */

/* START_SNIPPET:style-newsletter (INDEX:142) */
/* ============================================================
   NEWSLETTER / CALL TO ACTION
   Figma Desktop: 811-27949 | Mobile: 627-22005
   ============================================================ */

.newsletter_section {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.newsletter_bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Centred content column */
.newsletter_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 886px;
  position: relative;
  z-index: 1;
}

/* Allow heading to wrap on mobile */
.newsletter_heading {
  white-space: normal;
}

.newsletter_form {
  width: 100%;
}

/* Input + button bordered row */
.newsletter_form-field {
  max-width: 424px;
  width: 100%;
  border: 1px solid var(--colour-light-grey);
  background: var(--colour-white);
}

input.newsletter_input:not([type="submit"]){
  flex-grow: 1;
  background-color: #EDEDED;
}

/* Height and inline padding are unique — base .btn handles the rest */
.newsletter_submit {
  flex-shrink: 0;
  border-radius: 0
}

.newsletter_message {
  font-family: var(--font-body);
  font-size: var(--fs-small);
}
.newsletter_message--success { color: rgba(255, 255, 255, 0.9); }
.newsletter_message--error   { color: #ff6b6b; }

/* Keep consent text aligned with the input/button border */
.newsletter_consent {
  max-width: 424px;
  width: 100%;
}

/* ============================================================
   MOBILE ≤ 768px
   ============================================================ */
@media (max-width: 768px) {

  .newsletter_inner {
    max-width: 344px;
    gap: 133px;
    justify-content: space-between;
  }

  .newsletter_text{
    text-align: center;
    gap: var(--space-l);
  }

  .newsletter_heading {
    padding: 0 var(--space-base);
  }

  .newsletter_form-field {
    max-width: 344px;
  }

  .newsletter_consent {
    max-width: 344px;
  }
}
/* END_SNIPPET:style-newsletter */

/* START_SNIPPET:style-page-header-centred-text (INDEX:143) */
.page-header-centred-text {
  background-color: var(--page-hct-bg, var(--colour-white));
}
.page-hct_col {
  max-width: 768px;
  margin-inline: auto;
  text-align: center;
}

/* ------------------------------------------------------------
   Responsive — 768px
   ------------------------------------------------------------ */
@media (max-width: 768px) {
  .page-hct_section {
    /* Tighten padding on mobile */
    padding-top: var(--space-2xl);
    padding-bottom: 0
  }

  .page-hct_col {
    max-width: 100%;
  }

  .page-header-centred-text + .accordion-section{padding-top: 0;}
}
/* END_SNIPPET:style-page-header-centred-text */

/* START_SNIPPET:style-page-header-image (INDEX:144) */
/**
 * Page Header Image
 * Figma Desktop: 343-6516 | Mobile: 801-31601
 *
 * Height: 100vh minus the announcement bar (~52px desktop, ~48px mobile).
 * Heading uses the shared .section-heading class.
 * Only unique component styles live here — no flex/gap/padding duplication.
 */

/* ── Section shell ─────────────────────────────────────────── */
.page-header-image_section {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 52px); /* 100vh minus announcement bar */
  overflow: hidden;
}

/* ── Full-bleed background image ───────────────────────────── */
.page-header-image_media {
  z-index: 0;
}


/* ── Optional dark overlay ─────────────────────────────────── */
.page-header-image_overlay {
  background: rgba(0, 0, 0, var(--overlay-opacity, 0));
  z-index: 1;
  pointer-events: none;
}

/* ── Placeholder (no image set) ────────────────────────────── */
.page-header-image_placeholder {
  background: var(--colour-bg-grey);
}

.page-header-image_placeholder-svg {
  width: 200px;
  height: 120px;
  opacity: 0.3;
}

/* ── Content overlay ───────────────────────────────────────── */
.page-header-image_content {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 52px);
}

/* ── Shared section heading — standardised going forward ────── */
.section-heading {
  font-family: var(--font-heading);
  font-size: clamp(56px, calc(40px + 5.5vw), 120px);
  line-height: 0.9;
  /* font-weight: 400; */
  color: var(--colour-white);
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 80%;
}

/* ── Mobile ≤ 768px ────────────────────────────────────────── */
@media (max-width: 768px) {

  .page-header-image_section,
  .page-header-image_content {
    min-height: calc(100vh - 48px); /* announcement bar is shorter on mobile */
  }

  .section-heading {
    font-size: clamp(46px, 16vw, 70px);
    line-height: 0.95;
    max-width: 100%;
  }
}
/* END_SNIPPET:style-page-header-image */

/* START_SNIPPET:style-page-header-slider (INDEX:145) */
/**
 * Page Header Slider
 * Figma Desktop: 132-1385 | Mobile: 621-14171
 */

.page-header-slider_section {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 97px);
  overflow: hidden;
  align-items: flex-end;
}

.page-header-slider_swiper {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-header-slider_slide {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.page-header-slider_media,
.page-header-slider_media--image,
.page-header-slider_media--video {
  position: absolute;
  inset: 0;
}

/* .page-header-slider_img,
.page-header-slider_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

.page-header-slider_video-embed {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* YouTube/Vimeo iframe — centred and covering */
.page-header-slider_iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

.page-header-slider_placeholder {
  background: var(--colour-bg-grey, #f5f5f5);
}

.page-header-slider_placeholder-svg {
  width: 200px;
  height: 120px;
  opacity: 0.4;
}

.page-header-slider_overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}

/* Static content overlay — sits above swiper */
.page-header-slider_content {
  position: relative;
  z-index: 2;
  padding: var(--site-margin);
  pointer-events: none;
  height: 100%;
  width: 100%;
}

.page-header-slider_content * {
  pointer-events: auto;
}

.page-header-slider_content-inner {
  gap: 20px;
}

.page-header-slider_heading {
  color: var(--colour-off-white);
  overflow: hidden;
}

.page-header-slider_subheading {
  font-family: var(--font-body);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Navigation controls — bottom-right */
.page-header-slider_controls {
  z-index: 3;
  gap: 10px;
  pointer-events: auto;
  flex-shrink: 0;
}

.page-header-slider_nav {
  gap: 10px;
}

.page-header-slider_nav-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1.5px solid var(--colour-off-white);
  border-radius: 100px;
  background: transparent;
  color: var(--colour-off-white);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.page-header-slider_nav-btn--prev{padding-right: 5px}
.page-header-slider_nav-btn--next{padding-left: 5px}

.page-header-slider_nav-btn svg{width: 15px; height: 23px;}

.page-header-slider_nav-btn:hover {
  background: var(--colour-off-white);
  color: var(--colour-black);
}

.page-header-slider_nav-btn--prev svg {
  transform: rotate(180deg);
}

.page-header-slider_pagination {
  gap: var(--space-s);
}

.page-header-slider_dot {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--colour-off-white);
  cursor: pointer;
  transition: background 0.2s;
  background-color: transparent;
}

.page-header-slider_dot:hover {
  background: rgba(237, 233, 224, 0.5);
}

.page-header-slider_dot.is-active {
  background: var(--colour-off-white);
}

/* ============================================================
   MOBILE ≤ 749px
   ============================================================ */
@media screen and (max-width: 749px) {

  .page-header-slider_section,
  .page-header-slider_slide {
    min-height: calc(100vh - 112px)
  }

  .page-header-slider_content-inner {
    gap: var(--space-base);
    align-items: center;
    text-align: center;
  }

  .page-header-slider_subheading {
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
  }

  .page-header-slider_controls {
    position: relative;
    width: 100%;
  }

  .page-header-slider_nav{
    width: 100%;
    justify-content: space-between;

  }

  .page-header-slider_pagination{
    position: absolute;
    top: 50%;
  }

  .page-header-slider_content{
    justify-content: center;
    flex-flow: column ;
    align-items: center;
    padding: var(--space-xl-alt) var(--site-margin);
  }
}
/* END_SNIPPET:style-page-header-slider */

/* START_SNIPPET:style-podcast-page-header (INDEX:146) */
/* ============================================================
   PODCAST PAGE HEADER
   Figma Desktop: 3445-75264 | Mobile: 3445-89258
   Full-bleed banner — background art is merchant-supplied.
   ============================================================ */

.podcast-header {
  min-height: 763px;
  background-color: var(--colour-green);
  display: flex;
}

.podcast-header_bg {
  display: block;
}

.podcast-header_bg img {
  width: 100%;
  height: 100%;
}

.podcast-header_inner {
  width: 100%;
  gap: var(--space-xl-alt);
  padding-block: var(--space-4xl);
  text-align: center;
  z-index: 1;
}

/* ── Title lockup — Figma 512.63px wide ── */
.podcast-header_lockup {
  width: 100%;
  max-width: 513px;
}

.podcast-header_lockup-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Listening platforms — Figma 51.29px marks, 29.31px apart ── */
.podcast-header_links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 29px;
}

.podcast-header_link {
  width: 52px;
  height: 52px;
  transition: transform 0.3s ease-in-out;
}

.podcast-header_link:hover { transform: scale(1.1); }

.podcast-header_link img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .podcast-header{
    min-height: calc(100vh - 100px);
  }
  .podcast-header_inner {
    gap: var(--space-m);
    padding-block: var(--space-3xl);
  }

  /* Figma: the lockup takes ~72% of the 440px frame */
  .podcast-header_lockup {
    max-width: 316px;
  }

  .podcast-header_links { gap: var(--space-base); }

  .podcast-header_link {
    width: 36px;
    height: 36px;
  }
}

/* ============================================================
   QUESTION BUTTON + MODAL
   ============================================================ */

.podcast-header_question-btn {
  border-radius: var(--space-s);
}

/* The sticky header sits at z-index 1000 and `section { z-index: 1 }` gives
   every section its own stacking context — so the section is lifted alongside
   the modal (see podcast-question-modal.js) rather than the modal alone. */
.podcast-header_section.podcast-modal-active { z-index: 1001; }

.podcast-modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-m);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.podcast-modal.is-open { opacity: 1; }
.podcast-modal[hidden] { display: none; }

.podcast-modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 76, 39, 0.75);
  border: 0;
}

.podcast-modal_dialog {
  position: relative;
  width: 100%;
  max-width: 656px;
  max-height: calc(100vh - var(--space-xl));
  overflow-y: auto;
  background: var(--colour-off-white);
  border-radius: var(--space-base);
  padding: var(--space-2xl) var(--space-xl);
  transform: translateY(16px);
  transition: transform 0.25s ease;
}

.podcast-modal.is-open .podcast-modal_dialog { transform: translateY(0); }

.podcast-modal_close {
  position: absolute;
  top: var(--space-base);
  right: var(--space-base);
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--colour-darker-green);
  cursor: pointer;
  border-radius: 50%;
  transition: opacity 0.2s ease;
}

.podcast-modal_close:hover { opacity: 0.6; }
.podcast-modal_intro{margin-bottom: var(--space-m);}
.podcast-modal_heading,
.podcast-modal_subtext,
.podcast-modal_success { color: var(--colour-darker-green); }

/* ── Fields — matches the contact form section ── */
.podcast-modal_hint,
.podcast-modal_label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1.4px;
  font-weight: 700;
  color: var(--colour-darker-green);
}

.podcast-modal_input,
.podcast-modal_select {
  height: 50px;
  box-shadow: inset 0 0 0 1.5px var(--colour-darker-green);
  border-radius: 8px;
  border: 0;
  outline: none;
}

.podcast-modal_textarea {
  box-shadow: inset 0 0 0 1.5px var(--colour-darker-green);
  border-radius: 8px;
  padding: 14px var(--space-base);
  font-family: var(--font-body);
  font-size: var(--fs-small);
  line-height: var(--lh-body);
  border: 0;
  outline: none;
  resize: vertical;
  color: var(--colour-darker-green);
  height: 120px
}

input:not([type="submit"]).podcast-modal_input,
.podcast-modal_textarea,
.podcast-modal_select,
input:not([type="submit"]).podcast-modal_checkbox {
  background-color: transparent;
}

.podcast-modal_input::placeholder,
.podcast-modal_textarea::placeholder { color: var(--colour-grey); }

.podcast-modal_checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid var(--colour-darker-green) !important;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 !important;
}

.podcast-modal_checkbox:checked { background: var(--colour-darker-green) !important; }

.podcast-modal_checkbox:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: 1.5px solid var(--colour-white);
  border-top: none;
  border-left: none;
  transform: rotate(40deg);
}

.podcast-modal_consent .form_error-msg {
  width: 100%;
  flex-basis: 100%;
}

.podcast-modal_consent { flex-wrap: wrap; }

.podcast-modal_consent a { text-decoration: underline; }

.podcast-modal_form-error {
  color: #b3261e;
  text-align: center;
}

.podcast-modal .has-error .podcast-modal_input,
.podcast-modal .has-error .podcast-modal_textarea,
.podcast-modal .has-error .podcast-modal_select {
  box-shadow: inset 0 0 0 1.5px #b3261e;
}

button[type="submit"].podcast-modal_submit {
  border-radius: var(--space-s);
  color: var(--colour-off-white);
  padding: 15px 12px 15px 24px;
  margin-top: var(--space-s);
}

button[type="submit"].podcast-modal_submit:hover { color: var(--colour-darker-green); }

body.podcast-modal-open { overflow: hidden; }

@media (max-width: 768px) {
  .podcast-modal { padding: var(--space-base); }

  .podcast-modal_dialog {
    padding: var(--space-xl) var(--space-alt);
    max-height: calc(100dvh - var(--space-l));
  }
}
/* END_SNIPPET:style-podcast-page-header */

/* START_SNIPPET:style-recommended-products (INDEX:147) */
/* ============================================================
   RECOMMENDED PRODUCTS SECTION
   Paired with: sections/recommended-products.liquid

   GLOBALS HANDLED IN HTML MARKUP — never re-declared here:
   .section .container .h2 .text-green .text-grey .body-copy
   .flex .flex-noshrink .items-center .justify-between .mb-l
   .btn .btn--green .swiper

   PRODUCT CARD STYLES: loaded via style-collection-product-grid
   ============================================================ */

/* ─────────────────────────────────────────────
   GRID: 5 columns desktop, 2 on mobile
───────────────────────────────────────────── */
@media (max-width: 768px) {
  .rec-products_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card_media{aspect-ratio: 8 / 9}
}

/* ─────────────────────────────────────────────
   MOBILE  ≤768px
   Header stacks: title above, button below
───────────────────────────────────────────── */
@media (max-width: 768px) {
  .rec-products_header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-l);
  }
}
/* END_SNIPPET:style-recommended-products */

/* START_SNIPPET:style-reviews (INDEX:148) */
.section-reviews {background: var(--colour-dark-green);}
.reviews_swiper{overflow: visible;}
.reviews_card {
  background: transparent;
  border: 1px solid #F9B861;
  height: 100%; 
  border-radius: 8px;
}


.reviews_star {
  width: 20px;
  height: 20px;
  fill: var(--colour-light-grey); /* empty state */
  flex-shrink: 0;
}
.reviews_star.is-filled {
  fill: #e8a020; /* gold — not a design token, unique to stars */
}

/* ─────────────────────────────────────────────
   AVATAR
   .flex .items-center .gap-base applied in HTML on row
   .flex-noshrink applied in HTML on img wrapper
   .flex .flex-col .flex-1 applied in HTML on text col
───────────────────────────────────────────── */
.reviews_avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews_avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Fallback circle when no image uploaded */
.reviews_avatar-placeholder {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--colour-bg-grey);
}

/* Reviewer name: body font, semibold weight */
.reviews_name {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: var(--colour-white);
  letter-spacing: 0.48px
}

/* Reviewer title: alpha grey — not covered by .text-grey token */
.reviews_title {
  color: rgba(20, 20, 20, 0.3);
}

/* ─────────────────────────────────────────────
   NAV BUTTONS
   .flex .gap-base applied in HTML on .reviews_nav
───────────────────────────────────────────── */
.reviews_nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 0 1.5px  var(--colour-white);
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colour-green);
  flex-shrink: 0;
}

.reviews_swiper  .swiper-slide{height: inherit;}

.reviews_nav-btn.reviews_nav-prev svg{transform: rotate(180deg);}
.reviews_nav-btn.reviews_nav-next svg{margin-right: 3px;}

.reviews_nav-btn:hover { opacity: 1; }

.reviews_nav-btn.is-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

/* ─────────────────────────────────────────────
   MOBILE  ≤768px
───────────────────────────────────────────── */
@media (max-width: 768px) {

  /* Star size unchanged — no override needed */

  /* Avatar image keeps same 48px size on mobile */

}
/* END_SNIPPET:style-reviews */

/* START_SNIPPET:style-text-image (INDEX:149) */
/* ============================================================
   TEXT + IMAGE
   Figma: 3041-62484 (wide) | 162-1588 (portrait) | 3058-41019 (mobile)
   Colours come from the section settings via --ti-bg / --ti-text.
   ============================================================ */

.text-image_section {
  position: relative;
  overflow: hidden;
  background: var(--ti-bg, var(--colour-dark-green));
  color: var(--ti-text, var(--colour-off-white));
  padding-block: 160px;
}

.text-image_watermark {
    position: absolute;
    top: 50%;
    left: 41%;
    opacity: 0.1;
    z-index: 0;
    transform: translate(-77%, -106%);
  pointer-events: none;
  user-select: none;
}

.text-image_section:has(.text-image_row--portrait) .text-image_watermark {
   left: 56%;
   transform: translate(-90%, -79%)
}

.text-image_watermark  img{
  max-height: 353px;
  width: auto;
}

.text-image_section:has(.text-image_row--portrait) .text-image_watermark img{
max-height: 442px;
}

/* ── Rows ─────────────────────────────────────── */
.text-image_row-container {
  position: relative;
  z-index: 1;
}

.text-image_row-container + .text-image_row-container {
  margin-top: var(--space-4xl);
}

/* Figma: 59px between the text card and the image */
.text-image_row {
  display: grid;
  align-items: center;
  gap: 59px;
}


.text-image_row--wide     { grid-template-columns: 41fr 59fr; }  /* 475 : 686 */
.text-image_row--portrait { grid-template-columns: 56fr 44fr; }  /* 652 : 510 */


/* Flip visual order without changing DOM order */
.text-image_row--flip .text-image_text-col  { order: 2; }
.text-image_row--flip .text-image_media-col { order: 1; }

/* ── Text column ──────────────────────────────── */
.text-image_heading,
.text-image_body {
  color: inherit;
}

/* Figma: heading + body 13.28px apart, button 24px below */
.text-image_text-inner {
  gap: var(--space-ms);
}

/* ── Image column ─────────────────────────────── */
.text-image_media {
  width: 100%;
}

.text-image_row--wide .text-image_media     { aspect-ratio: 686 / 549; }
.text-image_row--portrait .text-image_media { aspect-ratio: 510 / 675; }

/* Placeholder */
.text-image_placeholder {
  background: var(--colour-bg-grey);
  min-height: 300px;
}

.text-image_placeholder-svg {
  width: 80px;
  height: 60px;
  opacity: 0.3;
}

/* Figma insets the content 110px from the frame edge on large screens */
@media (min-width: 992px) {
  .text-image_row {
    max-width:1220px;
    margin-inline: auto;
  }
  .text-image_row--wide .text-image_text-col  {padding: var(--space-l) var(--space-alt)   var(--space-l) var(--space-l)}

  .text-image_row--portrait .text-image_text-col  {padding: var(--space-base)}
}

@media (max-width: 991px) {
  .text-image_row {
    gap: var(--space-xl);
  }

  .text-image_text-col  {padding-top: var(--space-base); padding-bottom: var(--space-m)}

  .text-image_row--wide,
  .text-image_row--portrait {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-l);
  }

  
  .text-image_watermark, .text-image_section:has(.text-image_row--portrait) .text-image_watermark{
    position: relative;
    width: 100%;
    opacity: 0.3;
    left: auto;
    top: auto;
    transform: translate(0, 0);
  }

  .text-image_watermark img {
    max-height: auto;
    width: 100%;
    height: auto;
  }
}

/* ── Mobile — single column, text → image → logo ── */
@media (max-width: 768px) {
  .text-image_section {
    padding-block: 80px
  }

  .text-image_row--wide,
  .text-image_row--portrait {
    grid-template-columns: 1fr;
  }

  /* Text always leads on mobile, whatever the flip setting */
  .text-image_row--flip .text-image_text-col,
  .text-image_row--flip .text-image_media-col {
    order: unset;
  }

  /* Figma mobile: image is a fixed 503px band, not a ratio */
  .text-image_row--wide .text-image_media,
  .text-image_row--portrait .text-image_media {
    aspect-ratio: unset;
    height: 503px;
  }

  /* Figma FB/Mobile/H1 — IvyPresto Thin 61/66 for both heading sizes */
  .text-image_heading {
    font-size: 61px;
    line-height: 66px;
    padding-block: 0;
  }

  /* Figma FB/Mobile/Bodycopy — Lato 17/28 */
  .text-image_body.body-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .text-image_row-container + .text-image_row-container {
    margin-top: var(--space-xl-alt);
  }
}
/* END_SNIPPET:style-text-image */

/* START_SNIPPET:style-timeline (INDEX:150) */
/* ============================================================
   TIMELINE
   Figma Desktop: 1096-27706 | Mobile: 805-26445
   ============================================================ */

.timeline_section {
  background-color: var(--colour-green);
  overflow: hidden;
  padding-block: 80px;
}

.timeline_bg { z-index: 0; }
.timeline_overlay { z-index: 1; }
.timeline_section .container { z-index: 2; }

/* Figma: two stacked flat overlays over the texture */
.timeline_overlay {
  background:
    linear-gradient(90deg, rgba(1, 105, 56, 0.6) 0%, rgba(1, 105, 56, 0.6) 100%),
    linear-gradient(90deg, rgba(1, 67, 36, 0.42) 0%, rgba(1, 67, 36, 0.42) 100%);
}

/* Figma: 33px between the heading and the first slide */
.timeline_section .section-header { margin-bottom: var(--space-l); }

.timeline_slider-wrap { width: 100%; }
.timeline_swiper { overflow: visible; }

/* ── Slide — year, copy, then the image pinned to the bottom ── */
.timeline_slide {
  width: 541px;
  gap: 30px;
}

/* Figma FB/Desktop/H1-Italic — IvyPresto Display Italic 100/112 */
.timeline_year {
  font-family: var(--font-heading);
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-style: italic;
  font-weight: 400;
  color: var(--colour-white);
}

/* Fixed height keeps every slide's image on the same baseline.
   30px gap + 30px margin = the 60px Figma leaves above the image. */
.timeline_text-group {
  min-height: 120px;
}

.timeline_body {
  color: #dddcd3;   /* Figma token: Westar */
  margin: 0;
  max-width: 530px;
}

/* Figma: 60px below the copy, image 386px tall in a 541px column */
.timeline_media {
  aspect-ratio: 4 / 3;
  flex-shrink: 0;
  margin-top: auto;
}

.timeline_placeholder { background: rgba(255, 255, 255, 0.08); }
.timeline_placeholder-svg { width: 80px; height: 60px; opacity: 0.2; }

/* ── Nav — Figma CircleButton/White, 55px, 1.5px off-white border ── */
.timeline_nav {
  gap: 10px;
  padding-top: var(--space-base);
}

.timeline_nav-btn--next{transform: rotate(180deg);}

.timeline_nav-btn {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: 1.5px solid var(--colour-off-white);
  background: transparent;
  color: var(--colour-off-white);
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  flex-shrink: 0;
}
.timeline_nav-btn:hover { background: rgba(237, 233, 224, 0.15); }
.timeline_nav-btn.is-disabled { opacity: 0.3; pointer-events: none; }

/* ── Mobile — flat green, no texture ── */
@media (max-width: 768px) {
  .timeline_bg { display: none; }
  .timeline_overlay { display: none; }

  .timeline_slide {
    width: calc(100vw - (var(--site-margin) * 2));
    gap: var(--space-alt);
  }

  /* Figma FB/Mobile/H1 — 61/66 */
  .timeline_heading {
    font-size: 61px;
    line-height: 66px;
  }

  /* Year holds its 100px scale on mobile, at a tighter 100px leading */
  .timeline_year {
    font-size: 100px;
    line-height: 100px;
  }

  .timeline_text-group {
    min-height: 96px;
    margin-bottom: var(--space-alt);
  }

  /* Figma FB/Mobile/H3 — 32/38 (the design keeps this larger than the
     theme's global mobile H3) */
  .timeline_subtitle.h3 {
    font-size: 32px;
    line-height: 38px;
  }

  /* Figma FB/Mobile/Bodycopy — Lato 17/28 */
  .timeline_body.body-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .timeline_media {
    aspect-ratio: 1 / 1
  }

  .timeline_nav { padding-top: var(--space-m); }
}
/* END_SNIPPET:style-timeline */

/* START_SNIPPET:style-video (INDEX:151) */
/**
 * Video
 * Figma Desktop: 391-2800 | Mobile: 805-26380
 *
 * Minimal component CSS only.
 * Layout uses: .section, .container, .w-full, .relative,
 * .absolute, .inset-0, .overflow-hidden, .aspect-video, .flex,
 * .items-center, .justify-center — all from base.css.
 */

/* ── iframe / video fill their .aspect-video wrapper ───────── */

/* ── Placeholder ────────────────────────────────────────────── */
.video_section{
  padding: 0
}

.video_player{
  height: 810px;
}
.video_placeholder {
  background: var(--colour-bg-grey);
}

.video_placeholder-svg {
  width: 120px;
  height: 80px;
  opacity: 0.3;
}
/* END_SNIPPET:style-video */