/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:b2b-application-hero (INDEX:2) */
.b2b-hero {
  background: var(--bg, #fffbf1);
  color: var(--text, #1F5038);
  padding: 4rem 1.5rem;
  text-align: center;
  font-family: var(--eleve-font-body);
}
.b2b-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}
.b2b-hero__eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
.b2b-hero__heading {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.3;
  font-family: var(--eleve-font-heading);
}
.b2b-hero__subheading {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 2.5rem;
}
.b2b-hero__benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  text-align: left;
}
.b2b-hero__benefit {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  background: #d7e9d9;
  border-radius: 8px;
  padding: 1rem;
}
.b2b-hero__benefit-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.b2b-hero__benefit strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
.b2b-hero__benefit p {
  margin: 0;
  font-size: 0.85rem;
  opacity: 0.85;
  line-height: 1.5;
}
.b2b-hero__cta-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.b2b-hero__cta {
  display: inline-block;
  padding: 0.8em 2em;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}
.b2b-hero__cta--primary {
  background: #e6bd01;
  color: #1F5038;
}
.b2b-hero__cta--primary:hover {
  background: #e88b23;
  color: #fff;
}
.b2b-hero__cta--secondary {
  background: transparent;
  color: #1F5038;
  border: 1px solid #1F5038;
}
.b2b-hero__cta--secondary:hover {
  background: #d7e9d9;
}
.b2b-hero__review-note {
  font-size: 0.85rem;
  opacity: 0.8;
  margin: 0;
}
/* END_SECTION:b2b-application-hero */

/* START_SECTION:b2b-faq (INDEX:3) */
.b2b-faq {
  background: #fff;
  padding: 4rem 1.5rem;
  font-family: var(--eleve-font-body);
}
.b2b-faq__inner {
  max-width: 720px;
  margin: 0 auto;
}
.b2b-faq__heading {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: #1F5038;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: var(--eleve-font-heading);
}
.b2b-faq__list {
  margin: 0;
  padding: 0;
}
.b2b-faq__item {
  border-bottom: 1px solid #d7e9d9;
}
.b2b-faq__item:first-child {
  border-top: 1px solid #d7e9d9;
}
.b2b-faq__details {
  width: 100%;
}
.b2b-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 0;
  font-weight: 600;
  font-size: 0.95rem;
  color: #534741;
  cursor: pointer;
  list-style: none;
  gap: 1rem;
}
.b2b-faq__question::-webkit-details-marker {
  display: none;
}
.b2b-faq__chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1F5038;
  border-bottom: 2px solid #1F5038;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.2s;
}
.b2b-faq__details[open] .b2b-faq__chevron {
  transform: rotate(-135deg);
}
.b2b-faq__answer {
  font-size: 0.9rem;
  color: #534741;
  line-height: 1.8;
  padding: 0 0 1.25rem;
  margin: 0;
}
.b2b-faq__contact {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #534741;
}
.b2b-faq__contact a {
  color: #1F5038;
  text-decoration: underline;
}
/* END_SECTION:b2b-faq */

/* START_SECTION:b2b-line-cta (INDEX:4) */
.b2b-line-cta {
  padding: 2.5rem 1.25rem;
}
.b2b-line-cta__card {
  background: var(--eleve-cream, #fffbf1);
  border: 1.5px solid var(--eleve-green-light, #d7e9d9);
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  font-family: var(--eleve-font-body, "Zen Kaku Gothic New", "游ゴシック体", YuGothic, sans-serif);
}
.b2b-line-cta__heading {
  color: var(--eleve-green, #1F5038);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  line-height: 1.5;
  font-family: var(--eleve-font-heading);
}
.b2b-line-cta__subtext {
  color: var(--eleve-text, #534741);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0 0 1.4rem;
}
.b2b-line-cta__btn-primary {
  display: block;
  width: 100%;
  background: var(--eleve-green, #1F5038);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 1.5rem;
  border-radius: 6px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.b2b-line-cta__btn-secondary {
  display: block;
  width: 100%;
  background: transparent;
  color: var(--eleve-green, #1F5038);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  border: 1.5px solid var(--eleve-green, #1F5038);
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.b2b-line-cta__notice {
  color: var(--eleve-text, #534741);
  font-size: 0.85rem;
  background: var(--eleve-green-light, #d7e9d9);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.b2b-line-cta__link-secondary {
  display: block;
  margin-top: 0.75rem;
  color: var(--eleve-green, #1F5038);
  font-size: 0.88rem;
  text-decoration: underline;
  text-align: center;
}
/* END_SECTION:b2b-line-cta */

/* START_SECTION:b2b-quick-order (INDEX:5) */
.b2b-quick-order {
  background: #fffbf1;
  padding: 3rem 1.5rem;
  font-family: var(--eleve-font-body);
}
.b2b-quick-order__inner {
  max-width: 960px;
  margin: 0 auto;
}
.b2b-quick-order__heading {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: #1F5038;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: var(--eleve-font-heading);
}
.b2b-quick-order__subheading {
  color: #534741;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.b2b-quick-order__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.b2b-quick-order__table th {
  background: #1F5038;
  color: #fff;
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
}
.b2b-quick-order__table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  color: #534741;
  vertical-align: middle;
}
.b2b-quick-order__table tr:last-child td {
  border-bottom: none;
}
.b2b-quick-order__table a {
  color: #1F5038;
  text-decoration: none;
  font-weight: 600;
}
.b2b-quick-order__table a:hover {
  text-decoration: underline;
}
.b2b-quick-order__variant-name {
  display: block;
  color: #7DA8A0;
  font-size: 0.8rem;
}
.b2b-quick-order__sold-out {
  color: #aaa;
  font-size: 0.8rem;
}
.b2b-quick-order__empty {
  text-align: center;
  padding: 2rem;
  color: #7DA8A0;
}
.b2b-quick-order__qty-input {
  width: 5rem;
  padding: 0.4em 0.6em;
  border: 1px solid #d7e9d9;
  border-radius: 4px;
  font-size: 0.9rem;
  text-align: center;
}
.b2b-quick-order__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.b2b-quick-order__total-label {
  font-size: 0.95rem;
  color: #534741;
  margin: 0;
}
.b2b-quick-order__total-amount {
  margin-left: 0.5em;
  font-size: 1.1rem;
  color: #1F5038;
}
.b2b-quick-order__submit {
  background: #e6bd01;
  color: #1F5038;
  border: none;
  padding: 0.7em 2em;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s;
}
.b2b-quick-order__submit:hover {
  background: #e88b23;
  color: #fff;
}
.b2b-quick-order__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.b2b-quick-order__status {
  font-size: 0.875rem;
  color: #1F5038;
  min-height: 1.4em;
  margin-top: 0.75rem;
  text-align: right;
}
@media (max-width: 600px) {
  .b2b-quick-order__table {
    font-size: 0.8rem;
  }
  .b2b-quick-order__table th,
  .b2b-quick-order__table td {
    padding: 0.5rem 0.6rem;
  }
  .b2b-quick-order__qty-input {
    width: 4rem;
  }
  .b2b-quick-order__col-sku {
    display: none;
  }
}
/* END_SECTION:b2b-quick-order */

/* START_SECTION:b2b-reorder (INDEX:6) */
.b2b-reorder {
  background: #fff;
  padding: 3rem 1.5rem;
  font-family: var(--eleve-font-body);
}
.b2b-reorder__inner {
  max-width: 800px;
  margin: 0 auto;
}
.b2b-reorder__heading {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: #1F5038;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: var(--eleve-font-heading);
}
.b2b-reorder__subheading {
  color: #534741;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.b2b-reorder__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.b2b-reorder__item {
  border: 1px solid #d7e9d9;
  border-radius: 8px;
  padding: 1.25rem;
  background: #f9fdf9;
}
.b2b-reorder__order-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}
.b2b-reorder__order-id {
  font-weight: 700;
  color: #1F5038;
  font-size: 0.9rem;
}
.b2b-reorder__order-date {
  color: #7DA8A0;
  font-size: 0.82rem;
}
.b2b-reorder__order-total {
  margin-left: auto;
  font-weight: 600;
  color: #534741;
  font-size: 0.9rem;
}
.b2b-reorder__order-items {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.b2b-reorder__line {
  display: flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #534741;
}
.b2b-reorder__line-qty {
  color: #7DA8A0;
}
.b2b-reorder__form {
  text-align: right;
}
.b2b-reorder__btn {
  background: #1F5038;
  color: #fff;
  border: none;
  padding: 0.55em 1.4em;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.b2b-reorder__btn:hover {
  background: #163a28;
}
.b2b-reorder__empty {
  color: #7DA8A0;
  font-size: 0.9rem;
  text-align: center;
  padding: 2rem 0;
}
/* END_SECTION:b2b-reorder */

/* START_SECTION:b2b-wholesale-terms (INDEX:7) */
.b2b-terms {
  background: #fffbf1;
  padding: 4rem 1.5rem;
  font-family: var(--eleve-font-body);
}
.b2b-terms__inner {
  max-width: 900px;
  margin: 0 auto;
}
.b2b-terms__heading {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  color: #1F5038;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: var(--eleve-font-heading);
}
.b2b-terms__subheading {
  text-align: center;
  color: #534741;
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
}
.b2b-terms__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.b2b-terms__card {
  background: #fff;
  border: 1px solid #d7e9d9;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
}
.b2b-terms__card-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.b2b-terms__card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1F5038;
  margin-bottom: 0.5rem;
  font-family: var(--eleve-font-heading);
}
.b2b-terms__card-body {
  font-size: 0.875rem;
  color: #534741;
  line-height: 1.7;
  margin: 0;
}
.b2b-terms__note {
  font-size: 0.8rem;
  color: #7DA8A0;
  text-align: center;
  margin-top: 1rem;
}
/* END_SECTION:b2b-wholesale-terms */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:b2b-brand-tokens (INDEX:132) */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Shippori+Mincho:wght@500;600&family=Noto+Sans+JP:wght@400;500&display=swap');

:root {
  --eleve-green:       #1F5038;
  --eleve-green-light: #d7e9d9;
  --eleve-cream:       #fffbf1;
  --eleve-gold:        #e6bd01;
  --eleve-text:        #534741;
  --eleve-font-body:   "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  --eleve-font-heading: "Shippori Mincho", "Noto Serif JP", serif;
  --eleve-font-copy:   "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}
/* END_SNIPPET:b2b-brand-tokens */