/** Shopify CDN: Minification failed

Line 76:8 Expected ":"

**/
:root {
  --ep-white: #fff;
  --ep-black: #000;
  --ep-red: #e53e3e;
  --ep-color-text: #000;
  --ep-color-points: #8c8c8c;
  --ep-font-size: 14px;
  --ep-spacer-1: 10px;
  --ep-spacer-2: 20px;
  --ep-spacer-3: 30px;
}

.easy-points-hide {
  display: none !important;
}

.easy-points {
  font-size: var(--ep-font-size);
  color: var(--ep-color-points);
}

/* .easy-points [data-loyal-target="point-exclusion"] + .easy-points__text {
  display: none;
}

.easy-points
  [data-loyal-target="point-exclusion-product"]
  + .easy-points__text {
  display: none;
} */

.easy-points__account {
  margin-bottom: var(--ep-spacer-3);
}

.easy-points__account .easy-points-text__muted {
  font-size: 80%;
  opacity: 50%;
  padding-left: var(--ep-spacer-1);
}

.easy-points__account .easy-points-balance__container > span:first-child,
.easy-points__account .easy-points-tiers__container > span:first-child {
  display: inline-block;
  min-width: 100px;
}

.easy-points-balance__container .easy-points {
  color: inherit;
  font-size: inherit;
}

.easy-points-tiers__container strong {
  text-transform: uppercase;
}

.easy-points__note-form button[name="commit"] {
  visibility: hidden;
}

.easy-points__note-form.easy-points__form--changed button[name="commit"] {
  visibility: visible;
}

.easy-points-form__container {
  margin-bottom: var(--ep-spacer-3);
}

.easy-points-form__balance {
  text-align: right;
  margin
}

.easy-points-form__inner {
  display: flex;
  justify-content: flex-end;
}

.easy-points-form__input input,
.easy-points-form__discount {
  text-align: center;
  width: 85px;
  height: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  margin-right: var(--ep-spacer-1);
}

@media only screen and (max-width: 749px) {
  .easy-points-form__input input,
  .easy-points-form__discount {
    width: 100px;
  }
}

.easy-points-form__input input {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.easy-points-form__input input[type="number"]::-webkit-inner-spin-button,
.easy-points-form__input input[type="number"]::-webkit-outer-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}

.easy-points-form__input input:disabled {
  color: var(--ep-black);
  border: none;
}

.easy-points-form__input input.invalid {
  border-color: var(--ep-red);
  box-shadow: none;
}

.easy-points-form__errors {
  display: flex;
  justify-content: end;
  font-size: 12px;
  padding-top: 8px;
  color: var(--ep-red);
}

.easy-points-form__discount {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: var(--ep-black);
}

.easy-points-form__discount:not(.easy-points-hide) + input {
  display: none;
}

.easy-points-form__container button {
  min-width: 140px;
}

@media only screen and (max-width: 749px) {
  .easy-points-form__container button {
    width: 100%;
    min-width: auto;
  }

  /* .easy-points-form__container {
    display: flex;
    flex-direction: column;
    max-width: 20rem;
    margin: 0 auto;
    margin-bottom: var(--ep-spacer-3);
  }

  .cart-subtotal {
    display: flex;
    justify-content: space-between;
    max-width: 20rem;
    margin: 0 auto;
  } */
}

.easy-points__input-date {
  width: 100%;
}

.easy-points__product-points {
  margin-left: var(--ep-spacer-1);
}

.easy-points__cart-item-points .easy-points {
  font-size: 80%;
  margin: unset;
}

.easy-points-form__balance {
  display: block;
  margin-bottom: 14px;
  color: #fff;
}

.easy-points__cart-points .easy-points {
  color: inherit;
  font-size: 95%;
}

.easy-points-button__redeem:disabled,
.easy-points-button__reset:disabled {
  opacity: 0.5;
  cursor: progress;
}

#checkout:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.ep-login-prompt--text {
  text-decoration: underline;
  color: var(--ep-color-text);
}

.ep-login-prompt--text:hover {
  text-decoration: underline;
  opacity: 0.7;
}

/* [data-loyal-target="subtotal"] .easy-points,
[data-loyal-target="subtotal"] [data-loyal-target="total_price"] {
  display: inline-block;
  min-width: 140px;
  margin-left: var(--ep-spacer-1);
}

[data-loyal-clone="subtotal"] .easy-points,
[data-loyal-clone="subtotal"] [data-loyal-target="total_price"] {
  display: inline-block;
  min-width: 140px;
  margin-left: var(--ep-spacer-1);
} */

.easy-points__account .easy-points-text__muted {
  display: block;
  padding: 0px;
}

.easy-points-tiers__container {
  margin-bottom: 0px !important;
}

.easy-points__note-form {
  display: flex;
  gap: 10px;
}

.easy-points__note-form button {
  margin: 0px !important;
}

.easy-points__note-form input {
  border: 1px solid #545454;
  padding: 0px 10px;
}

.ep-db-head {
  margin-top: 30px !important;
}

/*
 * Hide the theme's native price for a point-exchange product so the points cost
 * (rendered by epi_product_points) shows in its place.
 */
epi-point-exchange-product:has(> [data-loyal-target="point-exchange-cost"]) > :not([data-loyal-target="point-exchange-cost"]),
epi-point-exchange-product :has(> [data-loyal-target="point-exchange-cost"]) > :not([data-loyal-target="point-exchange-cost"]) {
  display: none;
}
/*
 * Matches the theme with no JavaScript (and never restyles on a re-render). 
 * Adjust here if a theme needs a specific size/weight.
 */
epi-point-exchange-product [data-loyal-target="point-exchange-cost"] {
  color: inherit;
  font: inherit;
}

.ep-point-flex {
  display: flex;
  align-items: baseline;
  margin-top: 2.4rem;
}

.drawer_note {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

.ep_cart_point_flex {
  display: block !important;
}

.easy-points__product-points * {
  color: var(--ep-color-points) !important;
}

.easy-points__cart-item-points .easy-points__product-points {
  margin-top: 5px;
}

.ep-button {
  border: 1px solid #ffffff !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  width: 100%;
  height: 54px;
}

.easy-points-form__discount {
  color: #fff;
}