@font-face {
  font-family: "Birds of Paradise";
  src: url("/cdn/shop/files/Birds_of_Paradise_COMMERCIAL_VERSION.ttf?v=1739986097")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

.form-title {
  font-family: "Birds of Paradise", serif;
  color: #2f3203;
  font-size: 72px;
  font-weight: normal;
  margin-bottom: 2rem;
  text-align: center;
}

.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/cdn/shop/files/account-background.png?v=1744286586");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  color: #2d3301;
}

.account-links-container {
  display: flex;
  flex-direction: column;
}
.reward-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.reward-link svg {
  width: 2rem !important;
}
.customer:not(.account):not(.order) {
  margin: 12rem auto 7rem;
  max-width: 33.4rem;
  padding: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    max-width: 36.8rem;
  }
  .form-title {
    font-size: 72px;
  }
}
.customer form {
  margin-top: 35px;
}
.customer-login {
  background: #f7f6df;
  padding: 40px;
  border-radius: 24px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 3px solid #2f3203;
  z-index: 2;
}
.customer-register {
  background: #f7f6df;
  padding: 40px;
  border-radius: 24px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 3px solid #2f3203;
  z-index: 2;
}
.customer-login::before,
.customer-register::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/cdn/shop/files/paws-moss-green.svg?v=1744730540);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}
.customer-login::before {
  top: 40%;
  width: 600px;
  height: 600px;
}
.customer-register::before {
  top: 50%;
  width: 600px;
  height: 600px;
}
@media screen and (min-width: 750px) {
  .customer-register::before {
    width: 800px;
    height: 800px;
  
  }
}
.form__wrap {
  margin-top: 24px;
  position: relative;
}

.form__field {
  position: relative;
  margin-bottom: 20px;
}

.form__input {
  width: 100%;
  padding: 16px;
  border: 1px solid #2f3203;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-family: "Moderat Condensed", sans-serif;
}

.form__input:focus,
.form__input:hover {
  outline: none;
  border-color: #495507;
}

.form__input::placeholder {
  color: #2d3301;
  font-family: "Moderat Condensed", sans-serif;
  font-size: 16px;
}

.password-field {
  position: relative;
}

.password-field .form__link {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #2d3301;
  text-decoration: underline;
  opacity: 0.7;
}

.primary-btn {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background: #ddff00;
  color: #2d3301;
  font-size: 32px;
  border: 2px solid #2f3203;
  font-weight: 500;
  cursor: pointer;
  margin-top: 15px;
  font-family: "Monderat Mono Medium", sans-serif;
  text-transform: none;
  transition: all 0.2s ease;
}

.btn.primary.long:hover,
.primary-btn:hover {
  background: #2f3203;
  color: #ddff00;
  transform: translateY(-2px);
}

.new-user-section {
  display: flex;
  margin-top: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Moderat Condensed", sans-serif;
}

.new-user-section span {
  color: rgba(45, 51, 1, 0.7);
  font-size: 20px;
}

.new-user-section a {
  font-family: "Moderat Condensed", sans-serif;
  color: #2d3301;
  text-decoration: underline;
  margin-left: 20px;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .customer-login {
    padding: 24px;
  }

  .form-title {
    font-size: 40px;
  }
}

.customer ul {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  color: var(--color-black);
  padding-left: 40px;
  text-align: left;
  margin-bottom: 25px;
}
.customer ul a {
  display: inline;
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  color: var(--color-black);
}
.customer strong {
  font-weight: 400;
  color: rgb(var(--color-foreground));
}
.customer h2.form__message {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 170%;
  color: var(--color-black);
}
@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: 21px;
  }
}
.form__message {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #eb001b;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form__message svg {
  width: 30px;
  height: 30px;
}

.customer-login ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.customer-login ul li {
  color: #eb001b;
  font-family: "Moderat Condensed", sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.customer-login ul li a {
  color: #eb001b;
  text-decoration: none;
}

.customer .field {
  margin: 2rem 0 0 0;
}
.customer .field:first-of-type {
  margin-top: 0;
}
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0.01rem solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (min-width: 750px) {
  .customer table {
    border: none;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
  }
}
@media screen and (forced-colors: active) {
  .customer table {
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
  }
}
.customer tbody {
  color: rgb(var(--color-foreground));
}
.customer td,
.customer th {
  font-weight: 400;
  line-height: 1;
  border: none;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .customer td {
    padding-right: 2.2rem;
  }
}
.customer tbody td {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  color: var(--color-black);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.customer td:empty {
  display: initial;
}
.customer thead th {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.customer tbody td:first-of-type {
  padding-top: 4rem;
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  color: var(--color-black);
}
@media screen and (min-width: 750px) {
  .customer td:first-of-type,
  .customer th {
    text-align: left;
    padding-left: 0;
    padding-right: 2.2rem;
  }
  .customer tbody td,
  .customer thead th {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .customer thead th {
    font-family: "Moderat Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 130%;
    color: var(--color-black);
  }
  .customer td:first-of-type,
  .customer th:first-of-type {
    padding-left: 2.2rem;
  }
  .customer tbody td {
    vertical-align: top;
  }
  .customer tbody td:first-of-type {
    padding-top: 2.4rem;
  }
}
.customer tbody td:last-of-type {
  padding-bottom: 4rem;
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  color: var(--color-black);
}
@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
    padding-bottom: 0;
  }
}
.customer tbody tr {
  border-top: 0.01rem solid rgba(var(--color-foreground), 0.08);
}
@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
    border-top: none;
  }
}
@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}
.customer tfoot td,
.customer tfoot td:first-of-type {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  color: var(--color-black);
}
.customer tfoot td:first-of-type {
  text-align: left;
}
.customer tfoot tr:first-of-type td {
  padding-top: 4rem;
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  color: var(--color-black);
}
@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
    font-family: "Moderat Condensed", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    color: var(--color-black);
  }
}
.customer tfoot tr:last-of-type td {
  padding-bottom: 4rem;
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  color: var(--color-black);
}
@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}
.customer tfoot::before,
.customer thead::after {
  content: " ";
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}
@media screen and (forced-colors: active) {
  .customer tfoot::before,
  .customer thead::after {
    background: CanvasText;
  }
}
@media screen and (max-width: 749px) {
  .customer tfoot td:first-of-type,
  .customer th,
  .customer thead {
    display: none;
  }
  .customer td {
    display: flex;
    text-align: right;
  }
  .customer td::before {
    color: rgba(var(--color-foreground), 0.75);
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 2rem;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: left;
  }
  .customer td:first-of-type {
    display: flex;
    align-items: center;
  }
  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}
@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}
.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}
.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}
.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}
.customer .pagination li :first-child svg {
  height: 0.6rem;
}
.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}
.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}
.customer .pagination li [aria-current]::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}
/* .login a {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 170%;
  color: var(--color-black);
  display: block;
  width: fit-content;
} */
.login a[href="#recover"] {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 170%;
  color: var(--color-black);
  margin-left: 0;
  margin-right: 0;
}
.login .field + a {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 170%;
  color: #2f3203;
  margin-top: 20px;
}
.login p {
  margin: 20px 0;
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 170%;
  color: var(--color-black);
}
.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
#customer_login_guest button {
  margin-top: 0;
}
#recover,
#recover + div {
  display: none;
}
#recover:target {
  display: block;
}
#recover:target + div {
  display: block;
}
#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}
#recover {
  margin-bottom: 0;
}
.form__wrap {
  margin-top: 30px;
}
#recover {
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
}
.activate button[name="decline"],
.addresses form button[type],
.addresses li > button {
  background-color: rgba(
    var(--color-background),
    var(--alpha-button-background)
  );
  color: rgb(var(--color-link));
}
@media only screen and (min-width: 750px) {
  .activate button[name="decline"] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}
:is(.account, .order) {
  margin: 12rem auto 9rem;
  padding: 0 2rem;
}
@media screen and (min-width: 750px) {
  :is(.account, .order) {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) {
    display: flex;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 990px) {
  :is(.account, .order) > div:nth-of-type(2) > div:first-of-type {
    flex-grow: 1;
    padding-right: 3.2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .order > div:nth-of-type(2) > div:last-of-type {
    display: flex;
  }
  .order > div:nth-of-type(2) > div:last-of-type div {
    padding-right: 3.2rem;
  }
}
:is(.account, .order) p {
  margin: 0 0 2rem;
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 120%;
  color: var(--color-black);
}
:is(.account, .order) h1 {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  color: var(--color-black);
  margin-bottom: 15px;
}
:is(.account, .order) h2 {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 120%;
  color: var(--color-black);
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 990px) {
  :is(.account, .order) h2 {
    margin-top: 0;
  }
}
.account h1 + a {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: var(--color-black);
  display: inline-flex;
  align-items: center;
}
.account a svg {
  width: 1.5rem;
  margin-bottom: -0.03rem;
  margin-right: 1rem;
}
@media screen and (min-width: 750px) {
  .account td:last-child,
  .account thead th:last-child {
    text-align: right;
  }
  .account table td:first-of-type {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.account table td:first-of-type a {
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  border: 1px solid var(--color-neutral-mid);
  background-color: var(--color-white);
  font-size: 1.2rem;
}
.account table td:first-of-type a:hover {
  border: 1px solid var(--color-neutral-dark);
}
.order td:first-of-type {
  align-items: initial;
}
@media screen and (min-width: 750px) {
  .order td:nth-last-child(-n + 3),
  .order thead th:nth-last-child(-n + 3) {
    text-align: right;
  }
}
.order tfoot tr:last-of-type td,
.order tfoot tr:last-of-type th {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: var(--color-black);
  font-size: 2.2rem;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 750px) {
  .order tfoot tr:last-of-type td,
  .order tfoot tr:last-of-type th {
    padding-bottom: 2.4rem;
  }
}
.order tfoot tr:last-of-type td:before {
  font-size: 2.2rem;
}
.order table p,
.order > div:nth-of-type(2) > div:first-of-type h2,
.order > div:nth-of-type(2) > div:last-of-type h2 + p {
  margin-bottom: 0;
}
.order > div:nth-of-type(2) > div:first-of-type h2 ~ p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.order > div:nth-of-type(2) > div:first-of-type h2 ~ p:last-of-type {
  margin-bottom: 3rem;
}
.order .item-props {
  font-size: 1.4rem;
  margin-top: 0.05px;
  display: flex;
  flex-direction: column;
}
.order .item-props > span {
  word-break: break-all;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}
.order .fulfillment {
  width: fit-content;
  border: 0.01rem solid rgba(var(--color-foreground), 0.2);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}
.order .fulfillment a {
  margin: 0.7rem 0;
}
.order .fulfillment span {
  display: block;
}
.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}
.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}
.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}
.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}
.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}
.order svg {
  width: 1.1rem;
  color: rgb(var(--color-base-accent-2));
  margin-right: 0.5rem;
}
.order dl {
  margin: 0;
}
.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}
.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}
.order .unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}
.order .regular-price {
  font-size: 1.3rem;
}
.address-province,
label[for="AddressCountryNew"] {
  font-family: "Moderat Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 170%;
  color: var(--color-black);
}
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.addresses form button + button,
.addresses li > button + button {
  margin-top: 0;
}
@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
  /* .addresses form button:first-of-type {
    margin-right: 1rem;
  } */
}
label[for="AddressCountryNew"],
label[for="AddressProvinceNew"] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.addresses form {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.addresses form > div {
  width: 100%;
}
.addresses ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
li[data-address] {
  margin-top: 5rem;
}
.addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}
.addresses [aria-expanded="true"] ~ div[id] {
  display: block;
  padding-top: 50px;
}
.addresses form label {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: var(--color-black);
}
.addresses h2 {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 120%;
  color: var(--color-black);
  text-align: left;
}
.account-title {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  color: var(--color-black);
}
li[data-address] > h2 {
  text-align: center;
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 37px;
  line-height: 120%;
  color: var(--color-black);
  margin-bottom: 0;
}
@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: 45px;
  }
}
.addresses ul p {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: var(--color-black);
  margin-top: 5px;
  margin-bottom: 0;
}
.addresses input[type="checkbox"] {
  margin-top: 2rem;
  margin-left: 0;
}
@media only screen and (min-width: 750px) {
  .addresses form > div:nth-of-type(1) {
    margin-right: 2rem;
  }
  .addresses form > div:nth-of-type(2) {
    margin-top: 0;
  }
  .addresses form > div:nth-of-type(1),
  .addresses form > div:nth-of-type(2) {
    box-sizing: border-box;
    flex-basis: calc(50% - 1rem);
  }
}
.addresses form > div:nth-of-type(7),
.addresses form > div:nth-of-type(7) + div[id] {
  margin-top: 1.5rem;
}

.add-address-btn {
  margin-top: 20px;
}
.form__message-list {
  margin-bottom: 20px;
}
