/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:career-banner (INDEX:11) */
.career-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.career-banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.career-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.career-banner__content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.career-banner__heading {
  font-family: "Howdy Bird", "Poppins", sans-serif;
  font-size: 52px;
  line-height: 1.3;
  margin: 0 0 14px;
  color:#ffffff;
}
.career-banner__subheading {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 26px;
  opacity: .95;
}
.career-banner__button {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: #ffffff;
  color: #333333;
  padding: 13px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: opacity .2s ease, transform .2s ease;
}
.career-banner__button:hover {
  opacity: .88;
  transform: translateY(-1px);
}

/* ---------- Tablet ---------- */
@media (max-width: 990px) {
  .career-banner__heading { font-size: 32px; }
  .career-banner__subheading { font-size: 15px; }
  .career-banner__content { max-width: 90%; }
}

/* ---------- Mobile ---------- */
@media (max-width: 749px) {
  .career-banner__heading { font-size: 26px; }
  .career-banner__subheading { font-size: 14px; margin-bottom: 20px; }
  .career-banner__button { padding: 11px 24px; }
}
/* END_SECTION:career-banner */

/* START_SECTION:career-detail (INDEX:12) */
.job-detail {
  width: 100%;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.job-detail__inner { margin: 0 auto; }
.job-detail__back {
  display: inline-block; font-size: 14px; font-weight: 600;
  text-decoration: none; margin-bottom: 18px; transition: opacity .2s ease;
}
.job-detail__back:hover { opacity: .7; }
.job-detail__dept {
  font-size: 13px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 8px;
}
.job-detail__title {
  font-family: "Howdy Bird", "Poppins", sans-serif;
  font-size: 38px; line-height: 1.2; text-transform: uppercase; margin: 0 0 30px;
}

.job-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--sidebar-w, 320px);
  gap: 44px;
  align-items: start;
}

.job-detail__sec-heading {
  font-family: "Howdy Bird", "Poppins", sans-serif;
  font-size: 20px; letter-spacing: .5px; text-transform: uppercase;
  margin: 0 0 14px;
}
.job-detail__sec-heading:not(:first-child) { margin-top: 30px; }
.job-detail__rte { font-size: 15px; line-height: 1.7; margin-bottom: 6px; }
.job-detail__rte p { margin: 0 0 10px; }
.job-detail__rte ul, .job-detail__rte ol { margin: 0 0 12px; padding-left: 20px; }
.job-detail__rte li { margin-bottom: 6px; }

.job-detail__sidebar {
  border-radius: 14px;
  padding: 28px 26px;
  position: sticky;
  top: 24px;
}
.job-detail__row {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.job-detail__row:first-child { padding-top: 0; }
.job-detail__label {
  display: block; font-size: 12px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 5px;
}
.job-detail__value { display: block; font-size: 15px; font-weight: 500; }
.job-detail__btn {
  display: block; text-align: center; margin-top: 22px;
  font-weight: 600; font-size: 14px; letter-spacing: .5px;
  text-transform: uppercase; text-decoration: none;
  padding: 14px 20px; border-radius: 4px;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.job-detail__btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.18); opacity: .95; }

/* ---------- Tablet ---------- */
@media (max-width: 990px) {
  .job-detail__layout { grid-template-columns: 1fr; gap: 32px; }
  .job-detail__sidebar { position: static; }
  .job-detail__title { font-size: 30px; }
}

/* ---------- Mobile ---------- */
@media (max-width: 749px) {
  .job-detail__title { font-size: 25px; }
  .job-detail__sec-heading { font-size: 18px; }
  .job-detail__rte { font-size: 14px; }
}
/* END_SECTION:career-detail */

/* START_SECTION:career-listing (INDEX:13) */
.career-listings {
  width: 100%;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.career-listings__inner { margin: 0 auto; }
.career-listings__heading {
  font-family: "Howdy Bird", "Poppins", sans-serif;
  text-align: center;
  font-size: 34px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 0 36px;
}
.career-listings__grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), 1fr);
  gap: 26px;
}
.career-listings__empty {
  grid-column: 1 / -1;
  text-align: center;
  opacity: .7;
}

.job-card {
  position: relative;
  border-radius: 8px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.job-card:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
  transform: translateY(-3px);
}
/* Stretched link covers the whole card */
.job-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 8px;
}
.job-card__dept {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.job-card__title {
  position: relative;
  z-index: 2;
  font-family: "Howdy Bird", "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.job-card__desc {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 22px;
}
/* Apply button sits above the overlay so it is clickable on its own */
.job-card__btn {
  position: relative;
  z-index: 3;
  margin-top: auto;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 26px;
  border-radius: 4px;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.job-card__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  opacity: .95;
}

/* ---------- Tablet ---------- */
@media (max-width: 990px) {
  .career-listings__grid { --cols: 2; }
  .career-listings__heading { font-size: 28px; }
}

/* ---------- Mobile ---------- */
@media (max-width: 749px) {
  .career-listings__grid { --cols: 1; }
  .career-listings__heading { font-size: 24px; }
  .job-card { min-height: 0; }
}
/* END_SECTION:career-listing */

/* START_SECTION:career-text (INDEX:14) */
.careers-text {
  width: 100%;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.careers-text__inner {
  margin: 0 auto;
}
.careers-text__item {
  margin-bottom: 34px;
}
.careers-text__heading,
.why-join__heading {
  font-family: "Howdy Bird", "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 12px;
}
.careers-text__body.rte {
  font-size: 16px;
  line-height: 1.7;
}
.careers-text__body.rte p {
  margin: 0 0 14px;
}

/* Why Join Us */
.why-join {
  margin-top: 10px;
}
.why-join__heading {
  text-align: center;
  margin-bottom: 28px;
}
.why-join__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.why-join__card {
  border-radius: 10px;
  padding: 26px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.why-join__icon {
  margin-bottom: 14px;
}
.why-join__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.why-join__card-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

/* ---------- Tablet ---------- */
@media (max-width: 990px) {
  .careers-text__heading,
  .why-join__heading { font-size: 26px; }
  .why-join__cards { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Mobile ---------- */
@media (max-width: 749px) {
  .careers-text__heading,
  .why-join__heading { font-size: 22px; }
  .careers-text__body.rte { font-size: 15px; }
  .why-join__cards { grid-template-columns: 1fr; }
}
/* END_SECTION:career-text */

/* START_SECTION:cooking-tips (INDEX:22) */
/* ════════════════════════════════════════════════
   Cooking Tips Grid — ctg-
   ════════════════════════════════════════════════ */

/*
  Howdy Bird font — upload HowdyBird.woff2 / HowdyBird.woff
  to your theme Assets folder, then uncomment below.
*/
/*
@font-face {
  font-family: 'Howdy Bird';
  src: url('{{ "HowdyBird.woff2" | asset_url }}') format('woff2'),
       url('{{ "HowdyBird.woff"  | asset_url }}') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/

/* ── Section shell ─────────────────────────────── */
.ctg-section {
  background: var(--ctg-outer-bg, #ffffff);
  padding-top:    var(--ctg-section-pt, 60px);
  padding-bottom: var(--ctg-section-pb, 60px);
  padding-left:   var(--ctg-section-px, 20px);
  padding-right:  var(--ctg-section-px, 20px);
  box-sizing: border-box;
}

/* ── Inner box (max-width) ─────────────────────── */
.ctg-inner {
  max-width: var(--ctg-max-width, 1280px);
  margin-inline: auto;
}

/* ── Main heading ──────────────────────────────── */
.ctg-main-heading {
  font-family: 'Howdy Bird', 'Georgia', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 400;
  color: var(--ctg-heading-color, #af0303);
  text-align: center;
  margin: 0 0 48px;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .ctg-main-heading {
    margin-bottom: 32px;
  }
}

/* ── Grid ──────────────────────────────────────── */
.ctg-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--ctg-card-gap, 24px);
}

/* Tablet: 3 columns */
@media (max-width: 1023px) {
  .ctg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Large mobile: 2 columns */
@media (max-width: 600px) {
  .ctg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

/* Small mobile: 1 column */
@media (max-width: 380px) {
  .ctg-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Card wrapper ──────────────────────────────── */
.ctg-card-wrap {
  display: flex;
}

/* ── Card (both <a> and <div> variants) ────────── */
.ctg-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--ctg-card-bg, #ffffff);
  border-radius: var(--ctg-card-radius, 0px);
  width: 100%;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 8px;
}

.ctg-card--linked {
  cursor: pointer;
}

.ctg-card--linked:hover {
  transform: translateY(-4px);
}

/* ── Card image wrapper ────────────────────────── */
.ctg-card__img-wrap {
  width: 100%;
  border-radius: var(--ctg-img-radius, 15px);
  overflow: hidden;
  flex-shrink: 0;
}

.ctg-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ctg-card--linked:hover .ctg-card__img {
  transform: scale(1.05);
}

/* Placeholder */
.ctg-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e5e0;
}

.ctg-placeholder-svg {
  width: 50%;
  height: 50%;
  opacity: 0.3;
}

/* ── Card subheading / title ───────────────────── */
.ctg-card__title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--ctg-sub-color, #af0303);
  text-align: center;
  margin: 14px 8px 0;
  line-height: 1.35;
  word-break: break-word;
}

@media (max-width: 600px) {
  .ctg-card__title {
    font-size: 15px;
    margin-top: 10px;
  }
}

/* ── Editor empty state ────────────────────────── */
.ctg-empty {
  text-align: center;
  padding: 48px 24px;
  border: 2px dashed #e0d4d4;
  border-radius: 12px;
  color: #999;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
}
/* END_SECTION:cooking-tips */

/* START_SECTION:how-to-use (INDEX:46) */
/* ════════════════════════════════════════════════
   Feature Icon Grid — fig-
   ════════════════════════════════════════════════ */

/*
  Howdy Bird — upload HowdyBird.woff2 / HowdyBird.woff
  to your theme Assets folder and uncomment below.
*/
/*
@font-face {
  font-family: 'Howdy Bird';
  src: url('{{ "HowdyBird.woff2" | asset_url }}') format('woff2'),
       url('{{ "HowdyBird.woff"  | asset_url }}') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/

/* ── Section shell ─────────────────────────────── */
.fig-section {
  background:      var(--fig-outer-bg, transparent);
  padding-top:     var(--fig-pt, 60px);
  padding-bottom:  var(--fig-pb, 60px);
  padding-left:    var(--fig-pl, 20px);
  padding-right:   var(--fig-pr, 20px);
  box-sizing:      border-box;
}

/* ── Inner box ─────────────────────────────────── */
.fig-inner {
  margin-inline: auto;
  box-sizing:    border-box;
  text-align:    center;
}

/* ── Main heading ──────────────────────────────── */
.fig-heading {
  font-family:    'Howdy Bird', 'Georgia', serif;
  font-weight:    400;
  font-size:      clamp(2rem, 5vw, 3.4rem);
  color:          #ffffff;
  margin:         0 0 16px;
  line-height:    1.1;
  letter-spacing: 0.01em;
}

/* ── Subheading ────────────────────────────────── */
.fig-subheading {
  font-family:    'Poppins', sans-serif;
  font-size:      18px;
  font-weight:    600;
  color:          #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin:         0 0 40px;
  line-height:    1.4;
}

@media (max-width: 767px) {
  .fig-subheading {
    font-size:     15px;
    margin-bottom: 28px;
  }
}

/* ── Grid ──────────────────────────────────────── */
.fig-grid {
  display:               flex;
  flex-wrap:             wrap;
  justify-content:       center;
  gap:                   28px 20px;
  list-style:            none;
  margin:                0;
  padding:               0;
}

/* ── Card ──────────────────────────────────────── */
.fig-card {
  display:        flex;
  flex-direction: column;
  align-items:    center;
  justify-content: flex-start;
  /* 5 per row: (100% - 4 gaps of 20px) / 5 */
  flex:           0 0 calc(20% - 16px);
  min-width:      100px;
  box-sizing:     border-box;
  gap:            12px;
}

/* Tablet: ~3 per row */
@media (max-width: 1023px) {
  .fig-card {
    flex: 0 0 calc(33.333% - 14px);
  }
}

/* Large mobile: 2 per row */
@media (max-width: 600px) {
  .fig-card {
    flex: 0 0 calc(50% - 10px);
  }
  .fig-grid {
    gap: 24px 16px;
  }
}

/* Small mobile: 2 per row still (comfortable) */
@media (max-width: 360px) {
  .fig-card {
    flex: 0 0 calc(50% - 8px);
  }
}

/* ── Icon wrapper ──────────────────────────────── */
.fig-card__icon-wrap {
  display:         flex;
  align-items:     center;
  justify-content: center;
  width:           80px;
  height:          80px;
  flex-shrink:     0;
}

.fig-card__icon {
  width:      100%;
  height:     100%;
  object-fit: contain;
  display:    block;
  /* Preserve PNG transparency; white tint if needed */
  /*filter:     brightness(0) invert(1);*/
}

.fig-card__icon-placeholder {
  opacity: 0.5;
}

.fig-card__icon-svg {
  width:  60px;
  height: 60px;
}

/* ── Label ─────────────────────────────────────── */
.fig-card__label {
  font-family:  'Poppins', sans-serif;
  font-size:    14px;
  font-weight:  600;
  color:        #ffffff;
  text-align:   center;
  margin:       0;
  line-height:  1.4;
  word-break:   break-word;
}

@media (max-width: 600px) {
  .fig-card__label {
    font-size: 13px;
  }
  .fig-card__icon-wrap {
    width:  64px;
    height: 64px;
  }
}

/* ── Editor empty state ────────────────────────── */
.fig-empty {
  color:       rgba(255,255,255,0.8);
  font-family: 'Poppins', sans-serif;
  font-size:   0.9rem;
  padding:     40px 20px;
  border:      2px dashed rgba(255,255,255,0.3);
  border-radius: 12px;
  margin-top:  20px;
}
/* END_SECTION:how-to-use */

/* START_SECTION:new-arrivals (INDEX:84) */
/* ════════════════════════════════════════════════
   Product Slider Boxed — psb-
   ════════════════════════════════════════════════ */

/* Google Fonts fallback already loaded via <link> above */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* Howdy Bird — loaded via theme assets or CDN.
   If using a custom font file, upload to Assets and use @font-face below.
   Otherwise uncomment the CDN version if available. */
/*
@font-face {
  font-family: 'Howdy Bird';
  src: url('{{ "HowdyBird.woff2" | asset_url }}') format('woff2'),
       url('{{ "HowdyBird.woff"  | asset_url }}') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/

/* ── Outer wrapper ─────────────────────────────── */
.psb-outer {
  background: var(--psb-outer-bg, transparent);
  padding: 0px 20px;
  box-sizing: border-box;
}

/* ── Boxed inner ───────────────────────────────── */
.psb-inner {
  max-width: 1240px;
  margin-inline: auto;
  background: var(--psb-box-bg, #FFD700);
  border-radius: 40px;
  padding: var(--psb-box-padding, 56px);
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 767px) {
  .psb-inner {
    border-radius: 20px;
    padding: 32px 20px;
  }
  .psb-outer {
    padding: 32px 16px;
  }
}

/* ── Header ────────────────────────────────────── */
.psb-header {
  text-align: center;
  margin-bottom: 40px;
}

.psb-heading {
  font-family: 'Howdy Bird', 'Georgia', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--psb-heading-color, #1a1a1a);
  margin: 0 0 12px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.psb-subheading {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: var(--psb-subheading-color, #444);
  margin: 0;
  line-height: 1.6;
  font-weight: 600;
  max-width: 560px;
  margin-inline: auto;
  text-transform:uppercase;
}

/* ── Slider wrapper ────────────────────────────── */
.psb-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ── Track outer (clips overflow) ─────────────── */
.psb-track-outer {
  flex: 1;
  overflow: hidden;
}

/* ── Track (flex row of slides) ───────────────── */
.psb-track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* ── Slide ─────────────────────────────────────── */
.psb-slide {
  flex: 0 0 calc((100% - (var(--psb-cards-desktop, 4) - 1) * 16px) / var(--psb-cards-desktop, 4));
  min-width: 0;
}

@media (max-width: 1024px) {
  .psb-slide {
    flex: 0 0 calc((100% - (var(--psb-cards-tablet, 2) - 1) * 16px) / var(--psb-cards-tablet, 2));
  }
}

@media (max-width: 640px) {
  .psb-slide {
    flex: 0 0 calc((100% - (var(--psb-cards-mobile, 1) - 1) * 16px) / var(--psb-cards-mobile, 1));
  }
}

/* ── Card ──────────────────────────────────────── */
.psb-card {
  background: #fbcb37;
  border-radius: var(--psb-card-radius, 16px);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: 1px solid #fbcb37;
}

.psb-card:hover {
  transform: translateY(0px);
}


/* ── Wishlist ──────────────────────────────────── */
.psb-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background: rgba(255,255,255,0.92);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(4px);
}

.psb-wishlist:hover {
  background: #fff;
  transform: scale(1.1);
}

.psb-heart {
  width: 18px;
  height: 18px;
  color: #444;
  transition: color 0.2s ease;
  position: absolute;
}

.psb-heart--filled {
  color: #e53e3e;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.psb-wishlist.is-wishlisted .psb-heart--outline { opacity: 0; }
.psb-wishlist.is-wishlisted .psb-heart--filled  { opacity: 1; }
.psb-wishlist:hover .psb-heart--outline { color: #e53e3e; }

/* ── Product Image ─────────────────────────────── */
.psb-card__img-link {
  display: block;
  text-decoration: none;
}

.psb-card__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.psb-card__img {
  width: 80%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease, transform 0.5s ease;
}

.psb-card__img--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.psb-card:hover .psb-card__img:not(.psb-card__img--hover) {
  opacity: 1;
}

.psb-card:hover .psb-card__img--hover {
  opacity: 1;
}

.psb-placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Badges ─────────────────────────────────────── */
.psb-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1;
}

.psb-badge--sale {
  background: #e53e3e;
  color: #fff;
}

.psb-badge--sold {
  background: #555;
  color: #fff;
}

/* ── Card Body ─────────────────────────────────── */
.psb-card__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    flex: 1;
}

/* ── Title ─────────────────────────────────────── */
.psb-card__title-link {
  text-decoration: none;
}

.psb-card__title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
  text-align:center;
}

.psb-card__title-link:hover .psb-card__title {
  color: #555;
}

/* ── Price ─────────────────────────────────────── */
.psb-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.psb-price {
  font-family: 'Howdy Bird', 'Georgia', serif;
  line-height: 1;
}

.psb-price--current {
  font-size: 1.4rem;
  color: var(--psb-price-color, #1a1a1a);
}

.psb-price--compare {
  font-size: 1rem;
  color: #FFF;
  text-decoration: line-through;
}

/* ── Add to Cart Button ────────────────────────── */
form {
    width:100%;
}
.psb-btn-atc {
  display: block;
  width: 100%;
  padding: 15px;
  background: var(--psb-btn-bg, #1a1a1a);
  color: var(--psb-btn-color, #fff);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: var(--psb-btn-radius, 8px);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease, opacity 0.2s;
  margin-top: auto;
  box-sizing: border-box;
  line-height: 1.4;
}

.psb-btn-atc:hover:not(:disabled) {
  opacity: 0.85;
  transform: translateY(-1px);
}

.psb-btn-atc--disabled,
.psb-btn-atc:disabled {
  background: #ccc;
  color: #888;
  cursor: not-allowed;
  transform: none;
}

/* ── Arrows ────────────────────────────────────── */
.psb-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--psb-arrow-bg, #1a1a1a);
  color: var(--psb-arrow-color, #fff);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s;
  z-index: 5;
  padding: 0;
}

.psb-arrow svg {
  width: 20px;
  height: 20px;
}

.psb-arrow:hover {
  opacity: 0.8;
  transform: scale(1.08);
}

.psb-arrow:disabled,
.psb-arrow.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 480px) {
  .psb-arrow {
    width: 36px;
    height: 36px;
  }
  .psb-arrow svg {
    width: 16px;
    height: 16px;
  }
}
/* END_SECTION:new-arrivals */

/* START_SECTION:recipe-static (INDEX:120) */
/* ─────────────────────────────────────────────
   Recipe Listing Section — Styles
   ───────────────────────────────────────────── */

.recipe-listing-section {
  background-color: var(--bg, #faf9f6);
  padding: 60px 40px;
  box-sizing: border-box;
}

/* Header */
.rls-header {
  text-align: center;
  margin-bottom: 48px;
}

.rls-heading {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: #1a1a1a;
}

.rls-subheading {
  font-size: 1rem;
  color: #666;
  margin: 0;
  max-width: 520px;
  margin-inline: auto;
}

/* Grid — 4 columns, fluid */
.rls-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap, 20px);
  max-width: 1440px;
  margin-inline: auto;
}

@media (max-width: 1024px) {
  .rls-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .rls-grid {
    grid-template-columns: 1fr;
  }

  .recipe-listing-section {
    padding: 40px 20px;
  }
}

/* Card */
.rls-card {
  position: relative;
  border-radius: var(--card-radius, 12px);
  overflow: hidden;
  background: #e5e5e5;
  aspect-ratio: 3 / 4;    /* portrait — adjust to taste */
}

.rls-card__anchor {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* Image */
.rls-card__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.rls-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rls-card:hover .rls-card__img {
  transform: scale(1.06);
}

/* Dark overlay on hover */
.rls-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--overlay, 0.25));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rls-card:hover .rls-card__overlay {
  opacity: 1;
}

/* Arrow/icon */
.rls-card__icon {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.rls-card:hover .rls-card__icon {
  opacity: 1;
  transform: translateY(0);
}

/* Placeholder (editor / missing image) */
.rls-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0ddd8;
}

.rls-card__placeholder-svg {
  width: 60px;
  height: 60px;
  opacity: 0.35;
}

/* Editor-only empty state */
.rls-empty-state {
  text-align: center;
  padding: 60px 24px;
  border: 2px dashed #ccc;
  border-radius: 12px;
  color: #888;
  font-size: 0.95rem;
  max-width: 480px;
  margin-inline: auto;
}
/* END_SECTION:recipe-static */

/* START_SECTION:recipes-listing (INDEX:121) */
/* ──────────────────────────────────────────────────
   Recipe Listing — Dynamic Metaobject Section
   ────────────────────────────────────────────────── */

.rls-section {
  background: var(--rls-bg, #faf9f6);
  padding: 64px 40px;
  box-sizing: border-box;
}

/* ── Header ─────────────────────────────────────── */
.rls-header {
  text-align: center;
  margin-bottom: 52px;
}

.rls-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 10px;
  color: #111;
}

.rls-subheading {
  font-size: 1rem;
  color: #777;
  margin: 0;
  max-width: 500px;
  margin-inline: auto;
  line-height: 1.6;
}

/* ── Grid — always 4 columns, wraps fluidly ─────── */
.rls-grid {
  display: grid;
  grid-template-columns: repeat(var(--rls-cols, 4), 1fr);
  gap: var(--rls-gap, 20px);
  max-width: 1440px;
  margin-inline: auto;
}

@media (max-width: 1100px) {
  .rls-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .rls-grid { grid-template-columns: repeat(2, 1fr); }
  .rls-section { padding: 40px 16px; }
}

/* ── Card ────────────────────────────────────────── */
.rls-card {
  position: relative;
  border-radius: var(--rls-radius, 14px);
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 3 / 4;
  cursor: default;
}

.rls-card--linked { cursor: pointer; }

.rls-card__anchor {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* ── Image ───────────────────────────────────────── */
.rls-card__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.rls-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}

.rls-card:hover .rls-card__img {
  transform: scale(1.07);
}

/* ── Overlay ─────────────────────────────────────── */
.rls-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--rls-overlay, 0.28));
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.rls-card:hover .rls-card__overlay {
  opacity: 1;
}

/* ── Arrow icon ──────────────────────────────────── */
.rls-card__arrow {
  position: absolute;
  bottom: 14px;
  right: 14px;
  color: #fff;
  opacity: 0;
  transform: translate(4px, 4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rls-card:hover .rls-card__arrow {
  opacity: 1;
  transform: translate(0, 0);
}

/* ── No-image placeholder ────────────────────────── */
.rls-card__no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0ddd8;
  color: #aaa;
}

/* ── Editor empty state ──────────────────────────── */
.rls-empty {
  text-align: center;
  padding: 60px 24px;
  border: 2px dashed #ccc;
  border-radius: 14px;
  color: #888;
  font-size: 0.95rem;
  max-width: 520px;
  margin-inline: auto;
}

.rls-empty code {
  background: #f0eded;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.875rem;
}
/* END_SECTION:recipes-listing */

/* START_SECTION:trust-card (INDEX:141) */
/* ════════════════════════════════════════════════
   Icon Heading Cards — ihc-
   ════════════════════════════════════════════════ */

/* ── Section ───────────────────────────────────── */
.ihc-section {
  width:           100%;
  background:      var(--ihc-bg, #FFD700);
  padding-top:     var(--ihc-pt, 60px);
  padding-bottom:  var(--ihc-pb, 60px);
  padding-left:    var(--ihc-pl, 40px);
  padding-right:   var(--ihc-pr, 40px);
  box-sizing:      border-box;
}

/* ── Grid ──────────────────────────────────────── */
.ihc-grid {
  display:         flex;
  flex-wrap:       wrap;
  justify-content: center;
  align-items:     flex-start;
  gap:             var(--ihc-gap-row, 40px) var(--ihc-gap-col, 24px);
  max-width:       100%;
  margin:          0 auto;
}

/* ── Card ──────────────────────────────────────── */
.ihc-card {
  display:         flex;
  flex-direction:  column;
  align-items:     center;
  justify-content: flex-start;
  background:      transparent;
  text-align:      center;
  /* width based on cols: (100% - gaps) / cols */
  flex:            0 0 calc((100% - (var(--ihc-cols, 3) - 1) * var(--ihc-gap-col, 24px)) / var(--ihc-cols, 3));
  min-width:       120px;
  max-width:       230px;
  box-sizing:      border-box;
  gap:             14px;
}

/* Responsive — tablet */
@media (max-width: 1023px) {
  .ihc-card {
    flex: 0 0 calc(50% - var(--ihc-gap-col, 24px) / 2);
    max-width: 280px;
  }
  .ihc-section {
    padding-left:  var(--ihc-pl, 24px);
    padding-right: var(--ihc-pr, 24px);
  }
}

/* Responsive — mobile */
@media (max-width: 540px) {
  .ihc-card {
    flex: 0 0 calc(50% - 12px);
    max-width: 200px;
  }
  .ihc-section {
    padding-left:  20px;
    padding-right: 20px;
  }
  .ihc-grid {
    gap: 28px 16px;
  }
}

@media (max-width: 360px) {
  .ihc-card {
    flex: 0 0 100%;
    max-width: 240px;
  }
}

/* ── Icon wrapper ──────────────────────────────── */
.ihc-card__icon-wrap {
  display:         flex;
  align-items:     center;
  justify-content: center;
  width:           var(--ihc-card-icon-w, var(--ihc-icon-width, 80px));
  height:          var(--ihc-card-icon-w, var(--ihc-icon-width, 80px));
  flex-shrink:     0;
}

.ihc-card__icon {
  width:      100%;
  height:     100%;
  object-fit: contain;
  display:    block;
}

/* Editor placeholder icon */
.ihc-card__icon-empty {
  opacity: 0.4;
}

.ihc-card__icon-empty svg {
  width:  100%;
  height: 100%;
}

/* ── Label ─────────────────────────────────────── */
.ihc-card__label {
  font-family:  'Poppins', sans-serif;
  font-size:    var(--ihc-label-size, 20px);
  font-weight:  var(--ihc-label-weight, 600);
  color:        var(--ihc-label-color, #af0303);
  text-align:   center;
  margin:       0;
  line-height:  1.4;
  word-break:   break-word;
}

/* ── Empty state ───────────────────────────────── */
.ihc-empty {
  font-family:  'Poppins', sans-serif;
  font-size:    0.9rem;
  color:        rgba(0,0,0,0.5);
  text-align:   center;
  padding:      48px 24px;
  border:       2px dashed rgba(0,0,0,0.15);
  border-radius: 12px;
  max-width:    480px;
  margin:       0 auto;
}
/* END_SECTION:trust-card */