@charset "UTF-8";
:root {
  --color-bg-base: #fff;
  --color-bg-page: #f5f1eb;
  --color-bg-cream: #f4f1ec;
  --color-bg-cream-soft: #f4f4f4;
  --color-bg-soft: #faf8f3;
  --color-bg-muted: #ededed;
  --color-bg-subtle: #f1f1f1;
  --color-bg-warm: #faf8f2;
  --color-bg-warm-soft: #fbfbf8;
  --color-bg-fresh: #eef8f4;
  --color-bg-fresh-strong: #e7f3ef;
  --color-logo-color: #c2bebe;
  --color-text-primary: #5f5a5a;
  --color-text-muted: #a1a1a1;
  --color-text-inverse: #f4f1ec;
  --color-text-inverse-soft: #f4f4f4;
  --color-text-accent: #ec8e75;
  --color-category-hair: #f8ebec;
  --color-category-device: #dde4f2;
  --color-category-innercare: #e3ece2;
  --color-category-skincare: #f4f1ec;
  --color-brand-green: #316745;
  --color-brand-rose: #F4DEDE;
  --color-brand-green-hover: #47584d;
  --color-brand-blue: #d4dbe8;
  --color-brand-sage: #cfd6d3;
  --color-brand-sand: #e4e4d8;
  --color-brand-pink: #e6b4b4;
  --color-success: #06c755;
  --color-element-fire: #f1e1e1;
  --color-element-water: #e0e8eb;
  --color-element-earth: #eee3da;
  --color-element-wind: #e1e9dd;
  --color-border-subtle: rgba(183, 183, 183, 0.5);
  --color-border-strong: rgba(183, 183, 183, 0.8);
  --color-surface-translucent: rgba(255, 255, 255, 0.85);
  --color-surface-glass: rgba(255, 255, 255, 0.5);
  --color-surface-glass-strong: rgba(255, 255, 255, 0.72);
  --color-surface-glass-top: rgba(255, 255, 255, 0.8);
  --color-surface-glass-top-strong: rgba(255, 255, 255, 0.84);
  --color-surface-glass-bottom: rgba(255, 255, 255, 0.75);
  --color-cream-strong: rgba(244, 241, 236, 0.94);
  --color-cream-muted: rgba(244, 241, 236, 0.5);
  --color-white-muted: rgba(255, 255, 255, 0.5);
  --color-overlay-ink-34: rgba(47, 53, 50, 0.34);
  --color-overlay-ink-08: rgba(47, 53, 50, 0.08);
  --color-overlay-ink-00: rgba(47, 53, 50, 0);
  --color-overlay-light-00: rgba(239, 239, 239, 0);
  --color-overlay-dark-86: rgba(46, 46, 46, 0.86);
  --color-overlay-rose-24: rgba(228, 188, 189, 0.24);
  --color-overlay-moss-24: rgba(71, 88, 77, 0.24);
  --color-overlay-mist-72: rgba(173, 178, 190, 0.72);
  --color-overlay-grayblue-62: rgba(228, 232, 237, 0.62);
  --color-overlay-grayblue-00: rgba(228, 232, 237, 0);
  --color-mint-60: rgba(226, 243, 236, 0.6);
  --color-mint-70: rgba(226, 243, 236, 0.7);
  --color-mint-00: rgba(226, 243, 236, 0);
  --color-sky-46: rgba(213, 232, 246, 0.46);
  --color-sky-70: rgba(202, 224, 241, 0.7);
  --color-sky-00: rgba(213, 232, 246, 0);
  --color-ivory-24: rgba(250, 248, 242, 0.24);
  --color-ivory-86: rgba(250, 248, 242, 0.86);
  --color-ivory-00: rgba(250, 248, 242, 0);
  --color-peach-46: rgba(243, 232, 220, 0.46);
  --color-peach-00: rgba(243, 232, 220, 0);
  --color-ghost-text: rgba(180, 180, 180, 0.16);
  --color-shadow-ink-08: rgba(46, 46, 46, 0.08);
  --color-shadow-ink-10: rgba(46, 46, 46, 0.1);
  --color-shadow-ink-12: rgba(46, 46, 46, 0.12);
  --color-shadow-aqua-12: rgba(99, 117, 117, 0.12);
  --color-shadow-sage-14: rgba(108, 125, 118, 0.14);
  --color-shadow-success-22: rgba(6, 199, 85, 0.22);
}

.ru-text-link-hover {
  position: relative;
  text-decoration: none;
}
.ru-text-link-hover .ru-text-link-hover__char {
  display: inline-block;
  will-change: opacity;
}
@media (any-hover: hover) {
  .ru-text-link-hover:hover .ru-text-link-hover__char, .ru-text-link-hover:focus-visible .ru-text-link-hover__char {
    animation: ruTextLinkFadeOutIn 0.69s ease-in-out;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(1) {
    animation-delay: 0s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(2) {
    animation-delay: 0.0345s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(3) {
    animation-delay: 0.069s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(4) {
    animation-delay: 0.1035s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(5) {
    animation-delay: 0.138s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(6) {
    animation-delay: 0.1725s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(7) {
    animation-delay: 0.207s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(8) {
    animation-delay: 0.2415s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(9) {
    animation-delay: 0.276s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(10) {
    animation-delay: 0.3105s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(11) {
    animation-delay: 0.345s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(12) {
    animation-delay: 0.3795s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(13) {
    animation-delay: 0.414s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(14) {
    animation-delay: 0.4485s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(15) {
    animation-delay: 0.483s;
  }
  .ru-text-link-hover .ru-text-link-hover__char:nth-child(16) {
    animation-delay: 0.5175s;
  }
}

@keyframes ruTextLinkFadeOutIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ru-ruh-main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  border: 1px solid #333333;
  border-radius: 0.6em;
  background: transparent;
  color: #333333 !important;
  text-decoration: none !important;
  font-size: clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem);
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 500;
  transition: background 0.21s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.21s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: background, color;
  cursor: pointer;
}
.ru-ruh-main-button:hover {
  background: #333333;
  color: #fff !important;
}

/* ============================================================
   RUH EC Frontend Styles
   Brand: Ether Beauty (RUH) - Natural, refined, earth tones
   Naming: BEM with ruh-ec- prefix
   Approach: Mobile-first responsive
   ============================================================ */
/* ------------------------------------------------------------
   Base Layout
   ------------------------------------------------------------ */
.ruh-ec-page {
  max-width: 765px;
  margin: max(
        clamp(3.375rem, 3.3333333333vw + 2.625rem, 5.625rem),
        6.25vw
    ) auto 0;
  padding-top: max(
        clamp(3.375rem, 3.3333333333vw + 2.625rem, 5.625rem),
        6.25vw
    );
  padding-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-text-primary);
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 2.1;
  letter-spacing: 0.075em;
}
@media (min-width: 1280px) {
  .ruh-ec-page {
    max-width: 48vw;
  }
}

/* Page Titles */
.ruh-ec-page__title {
  font-size: max(
        clamp(1.125rem, 0.5555555556vw + 1rem, 1.5rem),
        1.6666666667vw
    );
  line-height: 1.55;
  letter-spacing: 0.075em;
  font-weight: 400;
  color: var(--color-text-primary);
  margin-bottom: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.ruh-ec-page__title-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.24em;
  color: var(--color-text-muted);
  text-transform: uppercase;
  margin-bottom: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

/* Breadcrumb */
.ruh-ec-breadcrumb {
  display: flex;
  align-items: center;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  flex-wrap: wrap;
}

.ruh-ec-breadcrumb a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-breadcrumb a:hover,
.ruh-ec-breadcrumb a:focus-visible {
  color: var(--color-text-muted);
  opacity: 0.68;
}

.ruh-ec-breadcrumb__separator {
  font-size: 0.6em;
}

/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */
.ruh-ec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  border: 1px solid var(--color-text-primary);
  background: transparent;
  color: var(--color-text-primary) !important;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
}

.ruh-ec-btn:hover {
  background: var(--color-brand-green-hover);
  color: var(--color-text-inverse) !important;
}

.ruh-ec-btn--primary {
  background: var(--color-text-primary);
  color: var(--color-text-inverse) !important;
  border-color: var(--color-text-primary);
}

.ruh-ec-btn--primary:hover {
  background: var(--color-brand-green-hover);
  border-color: var(--color-brand-green-hover);
}

.ruh-ec-btn--danger {
  border-color: var(--color-text-primary);
  color: var(--color-text-primary);
}

.ruh-ec-btn--danger:hover {
  background: var(--color-text-muted);
  border-color: var(--color-text-muted);
}

.ruh-ec-btn--block {
  display: flex;
  width: 100%;
}

.ruh-ec-btn--lg {
  padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 2.1;
  letter-spacing: 0.075em;
}

.ruh-ec-btn--sm {
  padding: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    ) max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.ruh-ec-btn:disabled,
.ruh-ec-btn.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.ruh-ec-btn .ruh-ec-spinner {
  display: none;
}

.ruh-ec-btn.is-loading .ruh-ec-spinner {
  display: inline-block;
}

.ruh-ec-btn.is-loading .ruh-ec-btn__text {
  opacity: 0.5;
}

/* ------------------------------------------------------------
   Forms
   ------------------------------------------------------------ */
.ruh-ec-form__group {
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}

.ruh-ec-form__label {
  display: block;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

.ruh-ec-form__label--required::after {
  content: "*";
  color: #e8383d;
  margin-left: 0.25em;
  font-size: 0.75em;
}

.ruh-ec-form__input,
.ruh-ec-form__select,
.ruh-ec-form__textarea {
  width: 100%;
  padding: 0.9em max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border: 1px solid var(--color-brand-sand);
  border-radius: 0.3em;
  background: var(--color-bg-base);
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-primary);
  transition: border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
@media (max-width: 639px) {
  .ruh-ec-form__input,
  .ruh-ec-form__select,
  .ruh-ec-form__textarea {
    font-size: 1rem;
  }
}

.ruh-ec-form__input:focus,
.ruh-ec-form__select:focus,
.ruh-ec-form__textarea:focus {
  outline: none;
  border-color: var(--color-brand-green);
  box-shadow: 0 0 0 3px var(--color-overlay-ink-08);
}

.ruh-ec-form__input.is-error,
.ruh-ec-form__select.is-error {
  border-color: #e8383d;
}

.ruh-ec-form__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238C8578' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) center;
  padding-right: 2.8125rem;
}

.ruh-ec-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.ruh-ec-form__error {
  display: none;
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #e8383d;
  margin-top: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

.ruh-ec-form__error.is-visible {
  display: block;
}

.ruh-ec-form__hint {
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  margin-top: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

.ruh-ec-form__row {
  display: flex;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}
@media (max-width: 639px) {
  .ruh-ec-form__row {
    flex-direction: column;
    gap: 0;
  }
}

.ruh-ec-form__row .ruh-ec-form__group {
  flex: 1;
}

.ruh-ec-form__checkbox,
.ruh-ec-form__radio {
  display: flex;
  align-items: center;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  cursor: pointer;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-form__group:not(:first-of-type) .ruh-ec-form__radio {
  margin-top: calc(-1 * max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ));
}

.ruh-ec-checkout__shipping-section {
  margin-top: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}

.ruh-ec-form__checkbox input,
.ruh-ec-form__radio input {
  width: 18px;
  height: 18px;
  margin-top: 0.15em;
  accent-color: var(--color-brand-green);
  flex-shrink: 0;
}

/* ------------------------------------------------------------
   Cards
   ------------------------------------------------------------ */
.ruh-ec-card {
  background: var(--color-bg-base);
  border: 1px solid var(--color-bg-cream);
  border-radius: 0.6em;
  padding: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}
@media (min-width: 640px) {
  .ruh-ec-card {
    padding: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    ) max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
  }
}
.ruh-ec-card p {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-card__title {
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 2.1;
  letter-spacing: 0.075em;
  color: var(--color-text-primary);
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  padding-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border-bottom: 1px solid var(--color-bg-cream);
}

/* ------------------------------------------------------------
   Tables
   ------------------------------------------------------------ */
.ruh-ec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-table th,
.ruh-ec-table td {
  padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  text-align: left;
  border-bottom: 1px solid var(--color-bg-cream);
}

.ruh-ec-table th {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: var(--color-text-primary);
  background: var(--color-bg-warm-soft);
}

.ruh-ec-table td {
  color: var(--color-text-primary);
}

.ruh-ec-table--responsive {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Stacked table on mobile */
@media (max-width: 639px) {
  .ruh-ec-table--stack thead {
    display: none;
  }
  .ruh-ec-table--stack tr {
    display: block;
    border: 1px solid var(--color-bg-cream);
    border-radius: 0.3em;
    margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
    padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  }
  .ruh-ec-table--stack td {
    display: flex;
    justify-content: space-between;
    padding-block: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
    padding-inline: 0;
    border-bottom: none;
  }
  .ruh-ec-table--stack td::before {
    content: attr(data-label);
    font-weight: 500;
    color: var(--color-text-primary);
    margin-right: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  }
}

/* ------------------------------------------------------------
   Status Badges
   ------------------------------------------------------------ */
.ruh-ec-badge {
  display: inline-flex;
  align-items: center;
  padding: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    ) max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border-radius: 2em;
  font-size: max(
        clamp(0.625rem, 0vw + 0.625rem, 0.625rem),
        0.6944444444vw
    );
  line-height: 1.7;
  letter-spacing: 0.09em;
  font-weight: 500;
  white-space: nowrap;
}

.ruh-ec-badge--pending {
  background: var(--color-bg-warm);
  color: var(--color-text-accent);
}

.ruh-ec-badge--paid {
  background: var(--color-bg-fresh-strong);
  color: var(--color-brand-green);
}

.ruh-ec-badge--processing {
  background: var(--color-brand-blue);
  color: var(--color-brand-green-hover);
}

.ruh-ec-badge--shipped {
  background: var(--color-bg-cream);
  color: var(--color-text-primary);
}

.ruh-ec-badge--completed {
  background: var(--color-bg-fresh-strong);
  color: var(--color-brand-green);
}

.ruh-ec-badge--cancelled {
  background: var(--color-bg-cream);
  color: #e8383d;
}

.ruh-ec-badge--refunded {
  background: var(--color-bg-cream);
  color: var(--color-text-primary);
}

.ruh-ec-badge--failed {
  background: var(--color-bg-cream);
  color: #e8383d;
}

/* ------------------------------------------------------------
   Cart Page
   ------------------------------------------------------------ */
.ruh-ec-cart__empty {
  text-align: center;
  padding: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    ) max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  color: var(--color-text-muted);
}

.ruh-ec-cart__empty-icon {
  font-size: max(
        clamp(2.0625rem, 0.8333333333vw + 1.875rem, 2.625rem),
        2.9166666667vw
    );
  line-height: 1.8;
  letter-spacing: 0.12em;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  margin-inline: auto;
  border: 1px solid var(--color-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}
.ruh-ec-cart__empty-icon .ru-svg-icon {
  width: 1.15em;
  height: 1.15em;
}

.ruh-ec-cart__empty p {
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}

/* Product Line Group */
.ruh-ec-cart__group-title {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: var(--color-text-muted);
  padding-bottom: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  border-bottom: 1px solid var(--color-text-muted);
}

.ruh-ec-cart__tax-label {
  margin-left: 0.35em;
  color: var(--color-text-muted);
  font-size: max(
        clamp(0.625rem, 0vw + 0.625rem, 0.625rem),
        0.6944444444vw
    );
  line-height: 1.7;
  letter-spacing: 0.09em;
  font-weight: 400;
  white-space: nowrap;
}

/* Cart Item */
.ruh-ec-cart__item {
  display: flex;
  gap: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  padding: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    ) 0;
  border-bottom: 1px solid var(--color-bg-cream);
  align-items: flex-start;
}
.ruh-ec-cart__item:last-child {
  border-bottom: none;
}
@media (max-width: 639px) {
  .ruh-ec-cart__item {
    flex-wrap: wrap;
  }
}

.ruh-ec-cart__item-image {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 0.3em;
  overflow: hidden;
}

.ruh-ec-cart__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ruh-ec-cart__item-info {
  flex: 1;
  min-width: 0;
}

.ruh-ec-cart__item-name {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-decoration: none;
  display: block;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-cart__item-name:hover,
.ruh-ec-cart__item-name:focus-visible {
  opacity: 0.68;
}

.ruh-ec-cart__item-price {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-primary);
}

.ruh-ec-cart__item-actions {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  margin-top: 0;
}

/* Quantity Control */
.ruh-ec-cart .ruh-ec-qty {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 0;
  border: 1px solid var(--color-brand-sand);
  border-radius: 0.3em;
  overflow: hidden;
  background: var(--color-bg-base);
}

.ruh-ec-cart .ruh-ec-qty__btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-warm-soft);
  border: none;
  cursor: pointer;
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 2.1;
  letter-spacing: 0.075em;
  color: var(--color-text-primary);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0;
}

.ruh-ec-cart .ruh-ec-qty__btn:hover {
  background: var(--color-bg-cream);
}

.ruh-ec-cart .ruh-ec-qty__value {
  width: 40px;
  text-align: center;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  border: none;
  background: var(--color-bg-base);
  color: var(--color-text-primary);
  -moz-appearance: textfield;
  padding: 0;
  height: 32px;
}
@media (max-width: 639px) {
  .ruh-ec-cart .ruh-ec-qty__value {
    font-size: 1rem;
  }
}

.ruh-ec-cart .ruh-ec-qty__value::-webkit-inner-spin-button,
.ruh-ec-cart .ruh-ec-qty__value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ruh-ec-cart__item-remove {
  background: none;
  border: none;
  color: var(--color-logo-color);
  cursor: pointer;
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  padding: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-cart__item-remove:hover {
  color: #e8383d;
}

.ruh-ec-cart__item-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  margin-left: auto;
  min-width: 120px;
}
@media (max-width: 639px) {
  .ruh-ec-cart__item-controls {
    width: 100%;
    margin-left: 0;
  }
}

.ruh-ec-cart__item-subtotal {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}
.ruh-ec-cart__item-subtotal .ruh-ec-cart__tax-label {
  display: block;
  margin-left: 0;
}
@media (max-width: 639px) {
  .ruh-ec-cart__item-subtotal {
    width: 100%;
    text-align: right;
  }
}

.ruh-ec-cart__item-variation {
  display: inline-block;
  padding: 2px 12px;
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  border-radius: 0.3em;
  border: 1px solid var(--color-text-primary);
}

/* Cart Summary */
.ruh-ec-cart__summary {
  padding-top: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  border-top: 1px solid var(--color-text-muted);
}

.ruh-ec-cart__subtotal-value {
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 1.8;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-align: right;
}
.ruh-ec-cart__subtotal-value .ruh-ec-cart__tax-label {
  display: block;
  margin-left: 0;
}

.ruh-ec-cart__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 0;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-cart__summary-row--total {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-top: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  margin-top: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  border-top: 1px solid var(--color-bg-cream);
}

.ruh-ec-cart__summary-note {
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  margin-top: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  text-align: right;
}

.ruh-ec-cart__free-shipping-message {
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  margin-top: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  text-align: right;
}

.ruh-ec-cart__free-shipping-message--free {
  display: flex;
  justify-content: flex-end;
}

.ruh-ec-cart__free-shipping-remaining {
  color: var(--color-text-accent);
  font-weight: 700;
}

.ruh-ec-cart__free-shipping-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    ) max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border: 1px solid var(--color-text-accent);
  border-radius: 0.3em;
  background: color-mix(in srgb, var(--color-text-accent) 6%, transparent);
  color: var(--color-text-accent);
  font-weight: 700;
  white-space: nowrap;
}

.ruh-ec-cart__actions {
  margin-top: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
  display: flex;
  flex-direction: column;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}
@media (min-width: 640px) {
  .ruh-ec-cart__actions {
    flex-direction: row-reverse;
    gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  }
  .ruh-ec-cart__actions .ruh-ec-btn {
    flex: 1 1 0;
    width: auto;
  }
}

/* ------------------------------------------------------------
   Checkout Page
   ------------------------------------------------------------ */
.ruh-ec-checkout__section {
  margin-bottom: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
}

.ruh-ec-checkout__section-title {
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 2.1;
  letter-spacing: 0.075em;
  font-weight: 400;
  color: var(--color-text-muted);
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  padding-bottom: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  border-bottom: 1px solid var(--color-text-muted);
}

.ruh-ec-checkout__login-prompt {
  background: var(--color-bg-page);
  padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  border-radius: 0.3em;
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-checkout__login-prompt a {
  color: var(--color-brand-green);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--color-brand-green);
}

/* Address Selector */
.ruh-ec-address-selector {
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-checkout__shipping-fields {
  margin-top: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}

.ruh-ec-address-selector__item {
  display: flex;
  align-items: flex-start;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  padding: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  border: 1px solid var(--color-brand-sand);
  border-radius: 0.3em;
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  cursor: pointer;
  transition: border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ruh-ec-address-selector__item input[type=radio] {
  display: none;
}

.ruh-ec-address-selector__item:hover {
  border-color: var(--color-brand-green);
}

.ruh-ec-address-selector__item.is-selected {
  border-color: var(--color-brand-green);
  background: color-mix(in srgb, var(--color-brand-green) 3%, transparent);
}

/* Shipping Breakdown */
.ruh-ec-shipping-breakdown {
  margin-top: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}

.ruh-ec-shipping-breakdown__item {
  display: flex;
  justify-content: space-between;
  padding-block: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  padding-inline: 0;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-primary);
  border-bottom: 1px dotted var(--color-brand-sand);
}

.ruh-ec-shipping-breakdown__free {
  color: var(--color-success);
  font-weight: 500;
}

/* Order Summary (checkout) */
.ruh-ec-order-summary {
  background: var(--color-bg-warm-soft);
  border-radius: 0.6em;
  padding: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}

.ruh-ec-order-summary__title {
  font-family: "Shippori Mincho", serif;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-brand-green);
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-order-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  padding-inline: 0;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-order-summary__item-name {
  flex: 1;
  min-width: 0;
  padding-right: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-order-summary__divider {
  height: 1px;
  background: var(--color-brand-sand);
  margin: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) 0;
}

.ruh-ec-order-summary__total {
  display: flex;
  justify-content: space-between;
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 2.1;
  letter-spacing: 0.075em;
  font-weight: 700;
  padding-top: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-checkout__grand-total {
  text-align: right;
}

.ruh-ec-checkout__tax-label {
  display: block;
  color: var(--color-text-muted);
  font-size: max(
        clamp(0.625rem, 0vw + 0.625rem, 0.625rem),
        0.6944444444vw
    );
  line-height: 1.7;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

/* ------------------------------------------------------------
   Payment Page
   ------------------------------------------------------------ */
.ruh-ec-payment__methods {
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}

.ruh-ec-payment__method {
  display: flex;
  align-items: flex-start;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  padding: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  border: 1px solid var(--color-brand-sand);
  border-radius: 0.3em;
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  cursor: pointer;
  transition: border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ruh-ec-payment__method input[type=radio] {
  display: none;
}

.ruh-ec-payment__method:hover {
  border-color: var(--color-brand-green);
}

.ruh-ec-payment__method.is-selected {
  border-color: var(--color-brand-green);
  background: color-mix(in srgb, var(--color-brand-green) 3%, transparent);
}

.ruh-ec-payment__method-label {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.ruh-ec-payment__method-desc {
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  margin-top: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

/* Stripe Card Element */
.ruh-ec-stripe-card {
  margin-top: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-stripe-card__element {
  padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border: 1px solid var(--color-brand-sand);
  border-radius: 0.3em;
  background: var(--color-bg-base);
  transition: border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-stripe-card__element.StripeElement--focus {
  border-color: var(--color-brand-green);
  box-shadow: 0 0 0 3px var(--color-overlay-ink-08);
}

.ruh-ec-stripe-card__element.StripeElement--invalid {
  border-color: #e8383d;
}

.ruh-ec-stripe-card__errors {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #e8383d;
  margin-top: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  min-height: 1.25em;
}

.ruh-ec-wallet-payment {
  margin-top: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border: 1px solid var(--color-brand-sand);
  border-radius: 0.3em;
  background: color-mix(in srgb, var(--color-brand-green) 3%, transparent);
}

.ruh-ec-wallet-payment__note {
  margin: 0;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
}

/* ------------------------------------------------------------
   Checkout Confirm Page
   ------------------------------------------------------------ */
.ruh-ec-confirm__dl {
  display: grid;
  grid-template-columns: 7em 1fr;
  gap: 0;
  margin: 0;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}
.ruh-ec-confirm__dl dt {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) 0;
  border-bottom: 1px solid var(--color-bg-cream);
}
.ruh-ec-confirm__dl dd {
  margin: 0;
  padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) 0;
  border-bottom: 1px solid var(--color-bg-cream);
  color: var(--color-text-primary);
}
.ruh-ec-confirm__dl dt:last-of-type,
.ruh-ec-confirm__dl dd:last-of-type {
  border-bottom: none;
}
@media (max-width: 639px) {
  .ruh-ec-confirm__dl {
    grid-template-columns: 1fr;
  }
  .ruh-ec-confirm__dl dt {
    padding: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) 0 max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
    border-bottom: none;
  }
  .ruh-ec-confirm__dl dd {
    padding: 0 0 max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  }
}

.ruh-ec-confirm__payment-method {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin: 0;
  padding-inline: 0;
}

/* ------------------------------------------------------------
   Order Complete / Bank Transfer
   ------------------------------------------------------------ */
.ruh-ec-complete {
  text-align: center;
  padding-block: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
  padding-inline: 0;
}

.ruh-ec-complete__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brand-green);
  font-size: max(
        clamp(2.0625rem, 0.8333333333vw + 1.875rem, 2.625rem),
        2.9166666667vw
    );
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.ruh-ec-complete__icon .ru-svg-icon {
  width: 1em;
  height: 1em;
}

.ruh-ec-complete__title {
  font-family: "Shippori Mincho", serif;
  font-size: max(
        clamp(1.125rem, 0.2777777778vw + 1.0625rem, 1.3125rem),
        1.4583333333vw
    );
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--color-brand-green);
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-complete__message {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-primary);
  margin-bottom: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
}

.ruh-ec-complete__order-number {
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 2.1;
  letter-spacing: 0.075em;
  color: var(--color-text-primary);
  margin-bottom: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

.ruh-ec-complete__actions {
  display: flex;
  flex-direction: column;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  margin-top: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
}
@media (min-width: 640px) {
  .ruh-ec-complete__actions {
    flex-direction: row-reverse;
  }
  .ruh-ec-complete__actions .ruh-ec-btn {
    flex: 1 1 0;
    width: auto;
  }
}

/* Bank Transfer Info */
.ruh-ec-bank-info {
  background: var(--color-bg-cream-soft);
  border-radius: 0.6em;
  padding: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
  margin: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    ) 0;
  text-align: left;
}

.ruh-ec-bank-info__title {
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 2.1;
  letter-spacing: 0.075em;
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  text-align: center;
}

.ruh-ec-bank-info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    ) max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-bank-info dt {
  font-weight: 500;
  color: var(--color-text-primary);
}

.ruh-ec-bank-info dd {
  margin: 0;
  color: var(--color-text-primary);
}

.ruh-ec-bank-info__notes {
  margin-top: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  padding-top: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border-top: 1px solid var(--color-brand-sand);
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--color-text-primary);
}

/* ------------------------------------------------------------
   Mypage
   ------------------------------------------------------------ */
.ruh-ec-mypage__welcome {
  font-family: "Shippori Mincho", serif;
  font-size: max(
        clamp(0.96875rem, 0vw + 0.96875rem, 0.96875rem),
        1.0763888889vw
    );
  line-height: 2.1;
  letter-spacing: 0.075em;
  color: var(--color-text-primary);
  text-align: center;
  margin-bottom: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
}

.ruh-ec-mypage__recent-order-card {
  padding: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-mypage__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  margin-bottom: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
}
@media (min-width: 640px) {
  .ruh-ec-mypage__menu {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ruh-ec-mypage__menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  padding-block: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  padding-inline: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border: 1px solid var(--color-bg-cream);
  border-radius: 0.6em;
  text-decoration: none;
  color: var(--color-text-primary);
  transition: border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-mypage__menu-item:hover {
  border-color: var(--color-brand-green);
  background: color-mix(in srgb, var(--color-brand-green) 3%, transparent);
}

.ruh-ec-mypage__menu-icon {
  font-size: max(
        clamp(2.0625rem, 0.8333333333vw + 1.875rem, 2.625rem),
        2.9166666667vw
    );
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: var(--color-text-primary);
}
.ruh-ec-mypage__menu-icon .ru-svg-icon {
  display: block;
}

.ruh-ec-mypage__menu-label {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 500;
}

/* Recent Orders */
.ruh-ec-mypage__recent-title {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-primary);
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

/* Order Detail */
.ruh-ec-order-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  margin-bottom: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
}

.ruh-ec-order-detail__number {
  font-size: max(
        clamp(0.6875rem, 0.0925925926vw + 0.6666666667rem, 0.75rem),
        0.8333333333vw
    );
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
}

.ruh-ec-order-detail__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}
@media (min-width: 640px) {
  .ruh-ec-order-detail__info {
    grid-template-columns: 1fr 1fr;
  }
}

.ruh-ec-order-detail__info dl {
  margin: 0;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-order-detail__info dt {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

.ruh-ec-order-detail__info dd {
  margin: 0 0 max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  color: var(--color-text-primary);
}

/* Addresses page */
.ruh-ec-addresses__list {
  display: grid;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  margin-bottom: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
}

.ruh-ec-addresses__item {
  padding: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  border: 1px solid var(--color-bg-cream);
  border-radius: 0.6em;
  position: relative;
}

.ruh-ec-addresses__item.is-default {
  border-color: var(--color-brand-green);
}

.ruh-ec-addresses__default-badge {
  display: inline-block;
  font-size: max(
        clamp(0.625rem, 0vw + 0.625rem, 0.625rem),
        0.6944444444vw
    );
  line-height: 1.7;
  letter-spacing: 0.09em;
  font-weight: 500;
  color: var(--color-brand-green);
  background: var(--color-overlay-ink-08);
  padding-block: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  padding-inline: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border-radius: 2em;
  margin-bottom: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-addresses__label {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}
.ruh-ec-addresses__label::before {
  content: "登録名：";
  margin-right: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

.ruh-ec-addresses__text {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-primary);
}

.ruh-ec-addresses__actions {
  display: flex;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  margin-top: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

/* ------------------------------------------------------------
   Login / Register
   ------------------------------------------------------------ */
.ruh-ec-auth {
  max-width: 440px;
  margin: 0 auto;
}

.ruh-ec-auth__toggle {
  text-align: center;
  margin-top: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
}

.ruh-ec-auth__toggle a {
  color: var(--color-brand-green);
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-auth__toggle a:hover {
  color: var(--color-brand-green);
  text-decoration: none;
}

/* ------------------------------------------------------------
   Spinner
   ------------------------------------------------------------ */
.ruh-ec-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: ruh-ec-spin 0.6s linear infinite;
}

@keyframes ruh-ec-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ------------------------------------------------------------
   Alerts
   ------------------------------------------------------------ */
.ruh-ec-alert {
  padding-block: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  padding-inline: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  border-radius: 0.3em;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
}

.ruh-ec-alert--success {
  background: var(--color-bg-fresh-strong);
  color: var(--color-brand-green);
  border: 1px solid var(--color-brand-sage);
}

.ruh-ec-alert--error {
  background: var(--color-bg-cream);
  color: #e8383d;
  border: 1px solid var(--color-border-subtle);
}

.ruh-ec-alert--info {
  background: var(--color-bg-page);
  color: var(--color-text-primary);
  border: 1px solid var(--color-brand-sand);
}

.ruh-ec-alert--warning {
  background: var(--color-bg-warm);
  color: var(--color-text-accent);
  border: 1px solid var(--color-brand-sand);
}

/* ------------------------------------------------------------
   Pagination
   ------------------------------------------------------------ */
.ruh-ec-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  margin-top: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    );
}

.ruh-ec-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding-block: 0;
  padding-inline: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  border-radius: 0.3em;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-primary);
  text-decoration: none;
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-pagination__item:hover {
  background: var(--color-bg-warm-soft);
  color: var(--color-brand-green);
}

.ruh-ec-pagination__item.is-current {
  background: var(--color-brand-green);
  color: var(--color-bg-base);
}

/* ------------------------------------------------------------
   Divider
   ------------------------------------------------------------ */
.ruh-ec-divider {
  height: 1px;
  background: var(--color-bg-cream);
  margin: max(
        clamp(1.75rem, 1.5740740741vw + 1.3958333333rem, 2.8125rem),
        3.125vw
    ) 0;
  border: none;
}

/* ------------------------------------------------------------
   Price Formatting
   ------------------------------------------------------------ */
.ruh-ec-price {
  font-feature-settings: "tnum";
}

.ruh-ec-price__currency {
  font-size: 0.8em;
  margin-right: 0.1em;
}

/* ------------------------------------------------------------
   Loading Overlay
   ------------------------------------------------------------ */
.ruh-ec-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-surface-translucent);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ruh-ec-loading.is-active {
  display: flex;
}

.ruh-ec-loading__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--color-brand-sand);
  border-top-color: var(--color-brand-green);
  border-radius: 50%;
  animation: ruh-ec-spin 0.8s linear infinite;
}

/* ------------------------------------------------------------
   Link Styles
   ------------------------------------------------------------ */
.ruh-ec-link {
  color: var(--color-brand-green);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  text-decoration: underline !important;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-link:hover {
  color: var(--color-brand-green);
}

/* Back link */
.ruh-ec-back-link {
  display: inline-flex;
  align-items: center;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  margin-bottom: max(
        clamp(1.5rem, 0.2777777778vw + 1.4375rem, 1.6875rem),
        1.875vw
    );
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-back-link:hover {
  color: var(--color-brand-green);
}

.ruh-ec-auth__toggle a:focus-visible {
  color: var(--color-brand-green);
}

.ruh-ec-link:focus-visible {
  color: var(--color-brand-green);
}

.ruh-ec-back-link:focus-visible {
  color: var(--color-text-muted);
}

.ruh-ec-page .ru-breadcrumb__anchor {
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ruh-ec-auth__toggle a .ru-text-link-hover__char,
.ruh-ec-link .ru-text-link-hover__char,
.ruh-ec-back-link .ru-text-link-hover__char,
.ruh-ec-page .ru-breadcrumb__anchor .ru-text-link-hover__char {
  animation: none !important;
  will-change: auto;
}

@media (any-hover: hover) {
  .ruh-ec-auth__toggle a:hover,
  .ruh-ec-auth__toggle a:focus-visible,
  .ruh-ec-link:hover,
  .ruh-ec-link:focus-visible,
  .ruh-ec-back-link:hover,
  .ruh-ec-back-link:focus-visible,
  .ruh-ec-page .ru-breadcrumb__anchor:hover,
  .ruh-ec-page .ru-breadcrumb__anchor:focus-visible {
    opacity: 0.68;
    text-decoration: none;
  }
  .ruh-ec-auth__toggle a:hover .ru-text-link-hover__char,
  .ruh-ec-auth__toggle a:focus-visible .ru-text-link-hover__char,
  .ruh-ec-link:hover .ru-text-link-hover__char,
  .ruh-ec-link:focus-visible .ru-text-link-hover__char,
  .ruh-ec-back-link:hover .ru-text-link-hover__char,
  .ruh-ec-back-link:focus-visible .ru-text-link-hover__char,
  .ruh-ec-page .ru-breadcrumb__anchor:hover .ru-text-link-hover__char,
  .ruh-ec-page .ru-breadcrumb__anchor:focus-visible .ru-text-link-hover__char {
    animation: none !important;
  }
}
/* ------------------------------------------------------------
   Utility
   ------------------------------------------------------------ */
.ruh-ec-text-center {
  text-align: center;
}

.ruh-ec-text-right {
  text-align: right;
}

.ruh-ec-text-muted {
  color: var(--color-text-muted);
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-text-sm {
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-mt-0 {
  margin-top: 0;
}

.ruh-ec-mb-0 {
  margin-bottom: 0;
}

.ruh-ec-hidden {
  display: none !important;
}

/* ============================================================
   Coupon Section
   ============================================================ */
.ruh-ec-coupon-section {
  margin: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    ) 0;
  padding-block: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  padding-inline: 0;
  border-top: 1px dashed var(--color-bg-cream);
  border-bottom: 1px dashed var(--color-bg-cream);
}

.ruh-ec-coupon-section__input-row {
  display: flex;
  gap: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
}

.ruh-ec-coupon-section__input-row .ruh-ec-form__input {
  flex: 1;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
}

.ruh-ec-coupon-section__applied {
  display: flex;
  align-items: center;
}

.ruh-ec-coupon-section__tag {
  display: inline-flex;
  align-items: center;
  gap: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  background: var(--color-bg-page);
  border: 1px solid var(--color-text-accent);
  color: var(--color-brand-green);
  padding-block: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
  padding-inline: max(
        clamp(0.75rem, 0.2777777778vw + 0.6875rem, 0.9375rem),
        1.0416666667vw
    );
  border-radius: 0.3em;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.ruh-ec-coupon-section__remove {
  background: none;
  border: none;
  cursor: pointer;
  font-size: max(
        clamp(1.0625rem, 0.3703703704vw + 0.9791666667rem, 1.3125rem),
        1.4583333333vw
    );
  line-height: 1.65;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  padding-block: 0;
  padding-inline: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

.ruh-ec-coupon-section__remove:hover {
  color: #e8383d;
}

.ruh-ec-coupon-section__error {
  display: none;
  color: #e8383d;
  font-size: max(
        clamp(0.8125rem, 0.0925925926vw + 0.7916666667rem, 0.875rem),
        0.9722222222vw
    );
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin-top: max(
        clamp(0.25rem, 0.1851851852vw + 0.2083333333rem, 0.375rem),
        0.4166666667vw
    );
}

.ruh-ec-coupon-section__error:not(:empty) {
  display: block;
}
