.elementor-14155 .elementor-element.elementor-element-41bb4c1{margin-top:0px;margin-bottom:0px;}.elementor-14155 .elementor-element.elementor-element-8fcb22e{font-size:13px;}@media(max-width:767px){.elementor-14155 .elementor-element.elementor-element-dc3f825{width:var( --container-widget-width, 342px );max-width:342px;--container-widget-width:342px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-4ec5a53 *//* ===============================
   MANGO RIBBON (FINAL – MATCHED)
================================= */
.mango-ribbon {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  margin: 20px 0;

  background: linear-gradient(
    135deg,
    #f6d36a 0%,
    #e6b84a 50%,
    #d99b2b 100%
  );

  border-radius: 14px;
}

/* ===============================
   EDGE FADES
================================= */
.mango-ribbon .fade-left,
.mango-ribbon .fade-right {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.mango-ribbon .fade-left {
  left: 0;
  background: linear-gradient(to right, #f6d36a 60%, transparent);
}

.mango-ribbon .fade-right {
  right: 0;
  background: linear-gradient(to left, #d99b2b 60%, transparent);
}

/* ===============================
   TRACK (ANIMATION)
================================= */
.mango-ribbon-track {
  display: flex;
  gap: 14px;
  width: max-content;

  animation: mangoScroll 24s linear infinite;
}

@keyframes mangoScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===============================
   PILLS (BASE)
================================= */
.mango-ribbon .pill {
  display: flex;
  align-items: center;
  gap: 6px;

  padding: 6px 12px;
  border-radius: 999px;

  font-size: 12px;
  white-space: nowrap;

  /* 🔥 IMPORTANT: NO BLUR */
  backdrop-filter: none;

  /* subtle depth */
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);

  transition: all 0.25s ease;
}

/* ===============================
   COLOR SYSTEM (MATCHED)
================================= */

/* main mango */
.mango-ribbon .pill.mango {
  background: rgba(255, 183, 0, 0.75);
  color: #2b1a00;
}

/* citrus */
.mango-ribbon .pill.citrus {
  background: rgba(255, 214, 120, 0.8);
  color: #3a2000;
}

/* tropical */
.mango-ribbon .pill.tropical {
  background: rgba(230, 150, 20, 0.8);
  color: #2b1a00;
}

/* smooth */
.mango-ribbon .pill.smooth {
  background: rgba(255, 200, 100, 0.75);
  color: #2b1a00;
}

/* process */
.mango-ribbon .pill.process {
  background: rgba(220, 140, 20, 0.8);
  color: #2b1a00;
}

/* origin */
.mango-ribbon .pill.origin {
  background: rgba(255, 210, 130, 0.75);
  color: #2b1a00;
}

/* brew */
.mango-ribbon .pill.brew {
  background: rgba(240, 160, 40, 0.8);
  color: #2b1a00;
}

/* altitude */
.mango-ribbon .pill.altitude {
  background: rgba(255, 190, 100, 0.75);
  color: #2b1a00;
}

/* ===============================
   HOVER (SUBTLE)
================================= */
.mango-ribbon .pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 768px) {
  .mango-ribbon {
    padding: 10px 0;
  }

  .mango-ribbon .pill {
    padding: 5px 10px;
    font-size: 11px;
  }

  .mango-ribbon .fade-left,
  .mango-ribbon .fade-right {
    width: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-dc3f825 *//* ===============================
   BASE + THEME VARIABLES
================================= */
.zf-card {
  --accent: #c55a11;
  --bar-start: #ff9a4d;
  --bar-end: #c55a11;
  --box-bg: #f0e3d3;
  --text: #2d2d2d;
  --muted: #666;

  max-width: 720px;
  margin: auto;
  padding: 22px;

  border-radius: 26px;

  font-family: system-ui, -apple-system, sans-serif;

  display: flex;
  flex-direction: column;
  gap: 16px;

  background: #e6d3bd;
  color: var(--text);
}

/* ===============================
   TITLE
================================= */
.zf-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--accent);
}

/* ===============================
   TAG (FIXED WIDTH BEHAVIOR)
================================= */
.zf-tag {
  display: inline-flex;
  align-self: flex-start;

  padding: 8px 16px;
  border-radius: 20px;

  background: #f3e7d8;

  font-size: 12px;
  font-weight: 600;
}

/* ===============================
   ROAST (STACKED)
================================= */
.zf-roast {
  display: flex;
  flex-direction: column;
  gap: 6px;

  font-size: 13px;
  color: var(--muted);
}

.zf-dots {
  display: flex;
  gap: 6px;
}

.zf-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfcfcf;
}

.zf-dots i.on {
  background: var(--accent);
}

/* ===============================
   NOTES
================================= */
.zf-notes {
  font-size: 14px;
  color: #5a5a5a;
}

/* ===============================
   INNER BOX (PROFILE + INFO)
================================= */
.zf-box {
  background: var(--box-bg);
  padding: 18px;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ===============================
   BARS
================================= */
.zf-bar span {
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
}

.zf-track {
  height: 7px;
  background: #e0d2c2;
  border-radius: 10px;
  overflow: hidden;
}

.zf-fill {
  height: 100%;
  border-radius: 10px;

  background: linear-gradient(
    90deg,
    var(--bar-start),
    var(--bar-end)
  );
}

/* ===============================
   INFO SECTION (ALIGNED GRID)
================================= */
.zf-info {
  gap: 18px;
}

.zf-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  align-items: start;
}

.zf-row span {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
}

.zf-row strong {
  font-size: 14px;
  display: block;
}

.zf-row p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 768px) {
  .zf-title {
    font-size: 24px;
  }
}

/* ===============================
   DESKTOP
================================= */
@media (min-width: 1024px) {

  .zf-card {
    max-width: 820px;
    padding: 32px;
    border-radius: 28px;
    gap: 20px;
  }

  .zf-title {
    font-size: 34px;
  }

  .zf-tag {
    font-size: 13px;
    padding: 10px 18px;
  }

  .zf-roast {
    font-size: 14px;
  }

  .zf-dots i {
    width: 10px;
    height: 10px;
  }

  .zf-notes {
    font-size: 15px;
  }

  .zf-box {
    padding: 22px;
    border-radius: 22px;
  }

  .zf-bar span {
    font-size: 14px;
  }

  .zf-track {
    height: 8px;
  }

  .zf-row {
    grid-template-columns: 110px 1fr;
  }

  .zf-row span {
    font-size: 13px;
  }

  .zf-row strong {
    font-size: 15px;
  }

  .zf-row p {
    font-size: 13px;
  }
}

/* ===============================
   THEMES
================================= */

/* 🍌 Banana */
.zf-card.banana {
  --accent: #a87c00;
  --bar-start: #e0b84d;
  --bar-end: #a87c00;
  --box-bg: #f0e3d3;
}

/* 🥭 Mango */
.zf-card.mango {
  --accent: #c55a11;
  --bar-start: #ff9a4d;
  --bar-end: #c55a11;
  --box-bg: #f0e3d3;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4798404 *//* ===============================
   BASE CARD
================================= */
.coffee-card {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border-radius: 26px;
  color: #ffffff;
  width: 100%;
  max-width: 720px;
  margin: 20px auto;

  background: linear-gradient(145deg, #1d211a 0%, #3e2b1f 100%);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);

  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ===============================
   LEFT SIDE
================================= */
.coffee-left {
  flex: 1.2;
}

.coffee-left h3 {
  font-size: 34px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* ===============================
   TAG + ROAST (LOCKED ALIGNMENT)
================================= */
.tag-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-bottom: 16px;
}

.tag {
  background: #d8b892;
  color: #1a221b;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* ===============================
   ROAST METER
================================= */
.roast {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

/* Bean images */
.bean-img {
  width: 18px;
  height: 24px;
  flex: 0 0 auto;
  opacity: 0.25;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/* Hover animation */
.bean-img {
  transition: transform 0.2s ease, opacity 0.3s ease;
}

.roast:hover .bean-img {
  transform: scale(1.05);
}

/* Active beans */
.roast[data-roast="very-light"] .bean-img:nth-child(-n+1),
.roast[data-roast="light"] .bean-img:nth-child(-n+2),
.roast[data-roast="medium-light"] .bean-img:nth-child(-n+3),
.roast[data-roast="medium"] .bean-img:nth-child(-n+4),
.roast[data-roast="medium-dark"] .bean-img:nth-child(-n+5),
.roast[data-roast="dark"] .bean-img:nth-child(-n+6),
.roast[data-roast="very-dark"] .bean-img:nth-child(-n+7) {
  opacity: 1;
  filter: none;
}

/* ===============================
   NOTES
================================= */
.notes {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
}

/* ===============================
   BARS
================================= */
.bar-container {
  margin-bottom: 14px;
}

.bar-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.track {
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
}

.fill {
  height: 100%;
  background: linear-gradient(90deg, #f5e6d3, #d8b892);
}

/* widths */
.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }

/* ===============================
   INFO BOX
================================= */
.info-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-item {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.info-label {
  color: #d8b892;
  font-weight: 600;
}

.info-value {
  color: #fff;
}

.info-desc {
  grid-column: 2;
  font-size: 11.5px;
  color: rgba(255,255,255,0.75);
}

/* ===============================
   COFFEE STORY (WHITE CARD)
================================= */
.coffee-story {
  margin: 20px auto;
  max-width: 720px;
  padding: 20px 22px;
  border-radius: 20px;

  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);

  color: #222222;
  font-size: 13.5px;
  line-height: 1.6;
}

.story-title {
  font-size: 14px;
  font-weight: 600;
  color: #b38b5d;
  margin-bottom: 10px;
}

.story-highlight {
  margin-top: 8px;
  font-weight: 500;
  color: #000;
}

/* ===============================
   WILDWOOD THEME (PINK RESTORED)
================================= */
.coffee-card.wildwood {
  background: linear-gradient(135deg, #2b0f18, #5a1e2c, #a13a52);
}

.coffee-card.wildwood .tag {
  background: #ffd6de;
  color: #5a1e2c;
}

.coffee-card.wildwood .fill {
  background: linear-gradient(90deg, #ffffff, #ff9fb2);
}

.coffee-card.wildwood .info-label {
  color: #ffb3c1;
}

/* ===============================
   BANANA THEME
================================= */
.coffee-card.banana {
  background: linear-gradient(135deg,#f4c542,#d89b2b);
  color: #3a2b00;
}

.coffee-card.banana .tag {
  background: #fff2b3;
  color: #5a4200;
}

.coffee-card.banana .notes {
  color: #5a4200;
}

.coffee-card.banana .track {
  background: rgba(0,0,0,0.15);
}

.coffee-card.banana .fill {
  background: linear-gradient(90deg,#ffffff,#ffcc33);
}

.coffee-card.banana .info-label {
  color: #5a4200;
}

.coffee-card.banana .info-value {
  color: #3a2b00;
}

.coffee-card.banana .info-desc {
  color: rgba(0,0,0,0.7);
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 600px) {

  .coffee-card {
    flex-direction: column;
    padding: 18px;
  }

  .coffee-left h3 {
    font-size: 26px;
  }

  .bean-img {
    width: 14px;
    height: 20px;
  }

  .notes {
    font-size: 12px;
  }

  .track {
    height: 5px;
  }

  .coffee-story {
    padding: 16px;
    font-size: 12.5px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0e40495 *//* ===============================
   BASE CARD
================================= */
.coffee-card {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border-radius: 26px;
  color: #ffffff;
  width: 100%;
  max-width: 720px;
  margin: 20px auto;

  background: linear-gradient(145deg, #1d211a 0%, #3e2b1f 100%);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);

  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ===============================
   LEFT SIDE
================================= */
.coffee-left {
  flex: 1.2;
}

.coffee-left h3 {
  font-size: 34px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* ===============================
   TAG + ROAST (LOCKED ALIGNMENT)
================================= */
.tag-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-bottom: 16px;
}

.tag {
  background: #d8b892;
  color: #1a221b;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* ===============================
   ROAST METER
================================= */
.roast {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
}

/* Bean images */
.bean-img {
  width: 18px;
  height: 24px;
  flex: 0 0 auto;
  opacity: 0.25;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/* Hover animation */
.bean-img {
  transition: transform 0.2s ease, opacity 0.3s ease;
}

.roast:hover .bean-img {
  transform: scale(1.05);
}

/* Active beans */
.roast[data-roast="very-light"] .bean-img:nth-child(-n+1),
.roast[data-roast="light"] .bean-img:nth-child(-n+2),
.roast[data-roast="medium-light"] .bean-img:nth-child(-n+3),
.roast[data-roast="medium"] .bean-img:nth-child(-n+4),
.roast[data-roast="medium-dark"] .bean-img:nth-child(-n+5),
.roast[data-roast="dark"] .bean-img:nth-child(-n+6),
.roast[data-roast="very-dark"] .bean-img:nth-child(-n+7) {
  opacity: 1;
  filter: none;
}

/* ===============================
   NOTES
================================= */
.notes {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
}

/* ===============================
   BARS
================================= */
.bar-container {
  margin-bottom: 14px;
}

.bar-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.track {
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
}

.fill {
  height: 100%;
  background: linear-gradient(90deg, #f5e6d3, #d8b892);
}

/* widths */
.w90 { width: 90%; }
.w85 { width: 85%; }
.w80 { width: 80%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }

/* ===============================
   INFO BOX
================================= */
.info-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-item {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.info-label {
  color: #d8b892;
  font-weight: 600;
}

.info-value {
  color: #fff;
}

.info-desc {
  grid-column: 2;
  font-size: 11.5px;
  color: rgba(255,255,255,0.75);
}

/* ===============================
   COFFEE STORY (WHITE CARD)
================================= */
.coffee-story {
  margin: 20px auto;
  max-width: 720px;
  padding: 20px 22px;
  border-radius: 20px;

  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);

  color: #222222;
  font-size: 13.5px;
  line-height: 1.6;
}

.story-title {
  font-size: 14px;
  font-weight: 600;
  color: #b38b5d;
  margin-bottom: 10px;
}

.story-highlight {
  margin-top: 8px;
  font-weight: 500;
  color: #000;
}

/* ===============================
   WILDWOOD THEME (PINK RESTORED)
================================= */
.coffee-card.wildwood {
  background: linear-gradient(135deg, #2b0f18, #5a1e2c, #a13a52);
}

.coffee-card.wildwood .tag {
  background: #ffd6de;
  color: #5a1e2c;
}

.coffee-card.wildwood .fill {
  background: linear-gradient(90deg, #ffffff, #ff9fb2);
}

.coffee-card.wildwood .info-label {
  color: #ffb3c1;
}

/* ===============================
   BANANA THEME
================================= */
.coffee-card.banana {
  background: linear-gradient(135deg,#f4c542,#d89b2b);
  color: #3a2b00;
}

.coffee-card.banana .tag {
  background: #fff2b3;
  color: #5a4200;
}

.coffee-card.banana .notes {
  color: #5a4200;
}

.coffee-card.banana .track {
  background: rgba(0,0,0,0.15);
}

.coffee-card.banana .fill {
  background: linear-gradient(90deg,#ffffff,#ffcc33);
}

.coffee-card.banana .info-label {
  color: #5a4200;
}

.coffee-card.banana .info-value {
  color: #3a2b00;
}

.coffee-card.banana .info-desc {
  color: rgba(0,0,0,0.7);
}

/* ===============================
   MOBILE
================================= */
@media (max-width: 600px) {

  .coffee-card {
    flex-direction: column;
    padding: 18px;
  }

  .coffee-left h3 {
    font-size: 26px;
  }

  .bean-img {
    width: 14px;
    height: 20px;
  }

  .notes {
    font-size: 12px;
  }

  .track {
    height: 5px;
  }

  .coffee-story {
    padding: 16px;
    font-size: 12.5px;
  }
}/* End custom CSS */