/** Shopify CDN: Minification failed

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

**/
/* Menmin Made — announcement ribbon refresh (Modular theme). Added by Claude. */

/* 1) Lower height */
.announcement__bar--ticker { --padding: 7px; }
.announcement__scale {
  font-size: calc(0.8125rem * var(--FONT-ADJUST-BODY));
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* 3) More breathing room between messages */
.announcement__bar--ticker { --message-spacing: 36px; }

/* 4) Slower, more readable scroll (theme sets --animation-time inline via JS) */
.announcement__bar--ticker .ticker--animated {
  animation-duration: calc(var(--animation-time) * 2.2) !important;
}

/* 2) Real icons instead of emojis (inline SVG masks, inherit text colour).
   NOTE: never set display on .cart__message-default / .cart__message-success —
   the theme toggles them (display:none / inline) via .is-success. */
.announcement__text p { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.announcement__text .cart__message-default,
.announcement__text .cart__message-success { white-space: nowrap; }
.announcement__text p::before,
.announcement__text .cart__message-default::before,
.announcement__text .cart__message-success::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-color: currentColor;
  -webkit-mask: var(--ribbon-icon) center / contain no-repeat;
          mask: var(--ribbon-icon) center / contain no-repeat;
  position: relative;
  top: -1px;
}
.announcement__text p::before { margin-right: 0; }
/* Sticker promo → tag icon */
.announcement__text p::before {
  --ribbon-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'><path d='M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z'/><circle cx='7' cy='7' r='1.2' fill='black' stroke='none'/></svg>");
}
/* Free-shipping progress → truck icon */
.announcement__text .cart__message-default::before {
  --ribbon-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'><rect x='1' y='4' width='14' height='12' rx='1'/><path d='M15 8h4l4 4v4h-8z'/><circle cx='5.5' cy='18.5' r='2'/><circle cx='18.5' cy='18.5' r='2'/></svg>");
}
/* Free shipping unlocked → check-circle icon */
.announcement__text .cart__message-success::before {
  --ribbon-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='M8 12l3 3 5-6'/></svg>");
}
/* Keep the live amount inline so it reads "SPEND $99 OR MORE" with normal spacing */
.announcement__text [data-left-to-spend] { display: inline; margin: 0; padding: 0; }

/* Mobile: keep it tight */
@media only screen and (max-width: 767px) {
  .announcement__bar--ticker { --padding: 6px; --message-spacing: 24px; }
  .announcement__scale { font-size: calc(0.75rem * var(--FONT-ADJUST-BODY)); }
}

/* Text colour: white, medium weight for legibility on pink */
.announcement__wrapper--top,
.announcement__bar--ticker { --text: #ffffff; }
.announcement__bar--ticker,
.announcement__bar--ticker p { color: #ffffff; font-weight: 500; }

/* Vertical + horizontal centring of the whole strip */
.announcement__bar--ticker {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.announcement__message { display: flex; align-items: center; }
.announcement__scale,
.announcement__text,
.announcement__text > div,
.announcement__text > div > div {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.announcement__text p { margin: 0; line-height: 1; }

/* ---- Product page: subtle "Which color are you?" quiz link (Claude) ---- */
.product__text-link { margin-top: -4px; }
.mm-quiz-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: calc(0.8125rem * var(--FONT-ADJUST-BODY, 1));
  line-height: 1.2;
  font-weight: 500;
  color: var(--text, #1d1d1d);
  opacity: 0.72;
  text-decoration: none;
  transition: opacity .2s ease;
}
.mm-quiz-link__text {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: currentColor;
}
.mm-quiz-link__arrow { transition: transform .2s ease; }
.mm-quiz-link:hover,
.mm-quiz-link:focus-visible { opacity: 1; color: #fa6989; }
.mm-quiz-link:hover .mm-quiz-link__arrow { transform: translateX(3px); }
.mm-quiz-link__icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2l1.9 5.6L19.5 9.5l-5.6 1.9L12 17l-1.9-5.6L4.5 9.5l5.6-1.9z'/><path d='M19 15l.9 2.6 2.6.9-2.6.9L19 22l-.9-2.6-2.6-.9 2.6-.9z'/></svg>") center / contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2l1.9 5.6L19.5 9.5l-5.6 1.9L12 17l-1.9-5.6L4.5 9.5l5.6-1.9z'/><path d='M19 15l.9 2.6 2.6.9-2.6.9L19 22l-.9-2.6-2.6-.9 2.6-.9z'/></svg>") center / contain no-repeat;
}

/* ---- Cart: sticker note from Paulina under the Continue shopping button (Claude, Aug 2026) ---- */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap");
.mm-founder-note {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 18px 0 8px;
  padding: 10px 14px 10px 10px;
  background: #e3efcf;
  border: 3px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 5px 12px rgba(0, 0, 0, 0.10);
  transform: rotate(-1.5deg);
  color: #1d1d1d;
  text-align: left;
  font-size: calc(0.75rem * var(--FONT-ADJUST-BODY, 1));
  line-height: 1.35;
}
.mm-founder-note__photo {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.mm-founder-note__text { flex: 1 1 auto; min-width: 0; }
.mm-founder-note p { margin: 0; }
.mm-founder-note__title { font-weight: 600; margin-bottom: 2px !important; }
.mm-founder-note__body { opacity: 0.85; }
.mm-founder-note__sign { white-space: nowrap; }
.mm-founder-note__name {
  font-family: "Caveat", "Bradley Hand", "Segoe Script", cursive;
  font-size: 1.7em;
  line-height: 1;
  color: #3f6b2f;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mm-founder-note {
    margin: 14px 0 6px;
    padding: 6px 9px 6px 6px;
    gap: 7px;
    border-width: 2px;
    border-radius: 11px;
    font-size: calc(0.625rem * var(--FONT-ADJUST-BODY, 1));
    line-height: 1.3;
    transform: rotate(-1deg);
  }
  .mm-founder-note__photo { flex-basis: 30px; width: 30px; height: 30px; }
  .mm-founder-note__name { font-size: 1.5em; }
}
