/** Shopify CDN: Minification failed

Line 198:0 Unexpected "}"

**/
:root {
  --ep-white: #fff;
  --ep-black: #000;
  --ep-red: #e53e3e;
  --ep-color-text: #000;
  --ep-color-points: rgb(140, 140, 140);
  --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);
  text-align: center !important;
  justify-content: center !important;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

/* .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:has(p.easy-points-balance__container) {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.easy-points__account:has(p.easy-points-balance__container) a.ep-button {
  margin-bottom: 0 !important;
  line-height: 1;
  align-self: flex-end;
  position: relative;
  top: 8px;
}

.easy-points__account .easy-points-text__muted {
  font-size: 80%;
  opacity: 50%;
  display: block;
}

.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__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__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) {
  .barcode-container {
    display: block;
    margin-top: 20px;
  }
  .barcode {
    text-align: center;
  }
  
  .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 {
  margin-top: 4px;
  font-size: 12px;
  text-align: left !important;
  justify-content: flex-start !important;
}
}

.easy-points-form__balance {
  margin-bottom: 8px;
  text-align: right;
  padding-right: 45px;
}

.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-form__errors {
  display: flex;
  justify-content: end;
  font-size: 12px;
  padding-top: 8px;
  color: var(--ep-red);
}

.ep-login-container {
  display: block;
  margin-bottom: 10px;
}

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

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

.ep-button {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.ep-bd-head {
  margin-top: 20px;
}

.ep-bd-input {
  padding: 0px 12px;
  border: 1px solid rgb(18, 18, 18);
}

.ep-bd-reg-head {
  margin-top: 2rem;
  display: block;
}

.ep-button-full {
  width: 100%;
}

.ep-red-input {
  border: 1px solid rgb(18, 18, 18);
}

.easy-points-total__point__value {
  font-size: 18px;
}

.cart__blocks .totals {
  justify-content: space-between;
}

.easy-points__cart-points {
  margin-top: 10px;
}

a.ep-button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: unset !important;
  font-size: 1.4rem;
  color: #121212;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}

a.ep-button:hover {
  opacity: 0.6;
}

a.ep-button::before,
a.ep-button::after {
  display: none !important;
}

/* smapify barcode */
.barcode-container {
  display: none;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 749px) {
  .barcode-container {
    display: block;
    margin-top: 20px;
  }
  .barcode {
    text-align: center;
  }
}