.ahwc-account {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 3rem 0;
  padding: 0 1.5rem 3rem;
}
@media (max-width: 768px) {
  .ahwc-account {
    padding: 0 1.25rem 2.5rem;
  }
}
.ahwc-account__inner {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 1.75rem;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .ahwc-account__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ahwc-account__nav {
  margin: 0;
}
.ahwc-account__content {
  min-width: 0;
}
.ahwc-account__content > * {
  max-width: 100%;
}

.ahwc-nav {
  margin-top: 20px;
}
.ahwc-nav__mobile {
  display: none;
}
.ahwc-nav__mobile-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
}
.ahwc-nav__mobile-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  background: #ffffff;
  color: #000000;
  font: inherit;
  font-weight: 600;
  text-align: left;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
  transition: border-color 140ms ease-out, box-shadow 140ms ease-out, background-color 140ms ease-out;
}
.ahwc-nav__mobile-toggle:hover, .ahwc-nav__mobile-toggle:focus-visible {
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}
.ahwc-nav__mobile-toggle[aria-expanded=true] {
  border-color: #1fa56f;
  background-color: #f5fbff;
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.1);
}
.ahwc-nav__mobile-toggle[aria-expanded=true] .ahwc-nav__mobile-icon {
  transform: rotate(180deg);
}
.ahwc-nav__mobile-current {
  min-width: 0;
}
.ahwc-nav__mobile-icon {
  flex: 0 0 auto;
  font-size: 0.95rem;
  opacity: 0.65;
  transition: transform 160ms ease-out;
}
.ahwc-nav__panel {
  display: block;
}
.ahwc-nav__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ahwc-nav__item.is-active .ahwc-nav__link {
  border-color: #1fa56f;
  background-color: #f5fbff;
}
.ahwc-nav__link {
  width: 100%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.9rem;
  padding: 0.8rem 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 0.95rem;
  transition: transform 140ms ease-out, box-shadow 140ms ease-out, border-color 140ms ease-out, background-color 140ms ease-out;
  white-space: nowrap;
}
.ahwc-nav__link:hover, .ahwc-nav__link:focus-visible {
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}
.ahwc-nav__label {
  font-weight: 500;
}
.ahwc-nav__chevron {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  opacity: 0.5;
}
@media (max-width: 900px) {
  .ahwc-nav {
    margin-top: 0;
  }
  .ahwc-nav__mobile {
    display: block;
  }
  .ahwc-nav__panel {
    margin-top: 0.75rem;
    padding: 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(16, 24, 40, 0.08);
  }
  .ahwc-nav__grid {
    gap: 0.55rem;
  }
  .ahwc-nav__link {
    padding: 0.9rem 1rem;
    white-space: normal;
  }
}
@media (min-width: 901px) {
  .ahwc-nav__panel[hidden] {
    display: block !important;
  }
}

.ahwc-dashboard {
  padding-top: 0.25rem;
}
.ahwc-dashboard__card {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  position: relative;
  width: 100%;
}
.ahwc-dashboard__ribbon {
  position: absolute;
  top: 1.25rem;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 20px 0.45rem 10px;
  border-radius: 0 0.55rem 0.55rem 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.ahwc-dashboard__ribbon--green, .ahwc-dashboard__ribbon--gold {
  background: linear-gradient(90deg, #1cb5e0 0%, #000851 100%);
}
.ahwc-dashboard__ribbon-icon {
  width: 40px;
  display: block;
  margin-right: 10px;
}
.ahwc-dashboard__card-body {
  padding: 3.75rem 1.75rem 1.25rem;
}
@media (max-width: 700px) {
  .ahwc-dashboard__card-body {
    padding: 3.75rem 1.25rem 1rem;
  }
}
.ahwc-dashboard__headline {
  margin: 1em 0;
  font-size: 2.05rem;
  line-height: 1.1;
  font-weight: 700;
}
.ahwc-dashboard__meta {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  opacity: 0.82;
}
.ahwc-dashboard__meta a {
  text-decoration: underline;
}
.ahwc-dashboard__lead {
  margin: 0 0 0.9rem;
  font-size: 1.03rem;
  line-height: 1.55;
}
.ahwc-dashboard__support {
  margin: 0 0 1.6rem;
  font-size: 0.98rem;
  line-height: 1.55;
  opacity: 0.88;
}
.ahwc-dashboard__links {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ahwc-dashboard__link-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ahwc-dashboard__link-item:last-child {
  border-bottom: 0;
}
.ahwc-dashboard__link {
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr) 1.25rem;
  gap: 0.85rem;
  align-items: center;
  padding: 1.05rem 0.25rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0.75rem;
  transition: background 150ms ease-out;
}
.ahwc-dashboard__link:hover, .ahwc-dashboard__link:focus-visible {
  background: rgba(0, 0, 0, 0.03);
  outline: none;
}
.ahwc-dashboard__link-icon {
  width: 2.15rem;
  height: 2.15rem;
  display: block;
  opacity: 0.9;
}
.ahwc-dashboard__link-content {
  min-width: 0;
}
.ahwc-dashboard__link-title {
  display: block;
  margin-bottom: 0.15rem;
  font-weight: 650;
  line-height: 1.2;
}
.ahwc-dashboard__link-desc {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
  opacity: 0.78;
}
.ahwc-dashboard__link-chevron {
  justify-self: end;
  font-size: 1.25rem;
  opacity: 0.55;
}
.ahwc-dashboard__extra {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ahwc-subscriptions__section {
  margin-bottom: 2.5rem;
}
.ahwc-subscriptions__section--previous {
  margin-top: 1.5rem;
}
.ahwc-subscriptions__heading {
  margin: 0 0 0.35rem;
  font-size: 1.85rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.ahwc-subscriptions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 900px) {
  .ahwc-subscriptions__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ahwc-subscriptions__card {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  padding: 1.3rem 1.4rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.ahwc-subscriptions__card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.ahwc-subscriptions__number {
  font-weight: 600;
  font-size: 1.25rem;
}
.ahwc-subscriptions__status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
}
.ahwc-subscriptions__status-badge--active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #e5f6ea;
  border-color: rgba(34, 197, 94, 0.25);
  color: #176b3f;
}
.ahwc-subscriptions__status-badge--on-hold, .ahwc-subscriptions__status-badge--pending, .ahwc-subscriptions__status-badge--pending-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #fff5e5;
  border-color: rgba(234, 179, 8, 0.25);
  color: #8a5800;
}
.ahwc-subscriptions__status-badge--cancelled, .ahwc-subscriptions__status-badge--expired {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #f5e5e5;
  border-color: rgba(239, 68, 68, 0.25);
  color: #7a1f1f;
}
.ahwc-subscriptions__products {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ahwc-subscriptions__product-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.ahwc-subscriptions__product-row--more .ahwc-subscriptions__thumb {
  background: #f0f0f0;
}
.ahwc-subscriptions__product-row--more .ahwc-subscriptions__product-more-text {
  font-size: 0.85rem;
  opacity: 0.75;
}
.ahwc-subscriptions__thumb {
  width: 40px;
  height: 40px;
  border-radius: 0.6rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
}
.ahwc-subscriptions__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ahwc-subscriptions__thumb--more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ahwc-subscriptions__thumb--more .ahwc-subscriptions__thumb-more-text {
  font-size: 0.8rem;
  font-weight: 600;
}
.ahwc-subscriptions__product-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem;
}
.ahwc-subscriptions__product-name {
  font-weight: 500;
  font-size: 1rem;
}
.ahwc-subscriptions__product-qty {
  opacity: 0.7;
  font-size: 0.85rem;
}
.ahwc-subscriptions__meta {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.ahwc-subscriptions__meta-main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.ahwc-subscriptions__meta-group {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.ahwc-subscriptions__meta-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
}
.ahwc-subscriptions__meta-value {
  font-size: 0.9rem;
  font-weight: 500;
}
.ahwc-subscriptions__meta-actions {
  margin-top: 0.25rem;
}
.ahwc-subscriptions__view-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.ahwc-subscriptions__view-link:hover, .ahwc-subscriptions__view-link:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.ahwc-subscription-view {
  margin-top: 0.5rem;
}
.ahwc-subscription-view__summary-card {
  position: relative;
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: 1.6rem 1.75rem 1.5rem;
}
@media (max-width: 768px) {
  .ahwc-subscription-view__summary-card {
    padding: 1.4rem 1.25rem 1.4rem;
  }
}
.ahwc-subscription-view__busy-overlay {
  position: absolute;
  inset: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background: rgba(243, 244, 246, 0.78);
  backdrop-filter: blur(1.5px);
  cursor: wait;
}
.ahwc-subscription-view__busy-spinner {
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid rgba(15, 23, 42, 0.14);
  border-top-color: rgba(15, 23, 42, 0.75);
  border-radius: 50%;
  animation: ahwc-subscription-spinner 0.72s linear infinite;
}
.ahwc-subscription-view__summary-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 480px) {
  .ahwc-subscription-view__summary-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.ahwc-subscription-view__title {
  margin: 0 0 0.25rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.ahwc-subscription-view__subtitle {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}
.ahwc-subscription-view__status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
}
.ahwc-subscription-view__status-badge--active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #e5f6ea;
  border-color: rgba(34, 197, 94, 0.25);
  color: #176b3f;
}
.ahwc-subscription-view__status-badge--on-hold, .ahwc-subscription-view__status-badge--pending, .ahwc-subscription-view__status-badge--pending-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #fff5e5;
  border-color: rgba(234, 179, 8, 0.25);
  color: #8a5800;
}
.ahwc-subscription-view__status-badge--cancelled, .ahwc-subscription-view__status-badge--expired {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #f5e5e5;
  border-color: rgba(239, 68, 68, 0.25);
  color: #7a1f1f;
}
.ahwc-subscription-view__payment-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.25rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(138, 88, 0, 0.2);
  border-radius: 1rem;
  background: linear-gradient(180deg, #fff8ee 0%, #fff3df 100%);
}
@media (max-width: 700px) {
  .ahwc-subscription-view__payment-notice {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ahwc-subscription-view__payment-notice-content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.ahwc-subscription-view__payment-notice-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #6f4300;
}
.ahwc-subscription-view__payment-notice-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #6a4a16;
}
.ahwc-subscription-view__payment-notice-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: #ffffff;
  border: 1px solid #1fa56f;
  background: #1fa56f;
  box-shadow: 0 10px 22px rgba(31, 165, 111, 0.24);
  flex: 0 0 auto;
  min-height: 2.9rem;
  min-width: 11.5rem;
}
.ahwc-subscription-view__payment-notice-button:hover, .ahwc-subscription-view__payment-notice-button:focus-visible {
  transform: translateY(-1px);
  border-color: #188656;
  background: #188656;
  color: #ffffff;
  outline: none;
  box-shadow: 0 14px 28px rgba(24, 134, 86, 0.28);
}
.ahwc-subscription-view__payment-notice-button:hover {
  color: #101828;
}
.ahwc-subscription-view__summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem 1.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .ahwc-subscription-view__summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .ahwc-subscription-view__summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ahwc-subscription-view__summary-group {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ahwc-subscription-view__summary-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
}
.ahwc-subscription-view__summary-value {
  font-size: 0.95rem;
  font-weight: 500;
}
.ahwc-subscription-view__actions {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ahwc-subscription-view__action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}
.ahwc-subscription-view__action-button:hover, .ahwc-subscription-view__action-button:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}
.ahwc-subscription-view__action-button--order-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: #ffffff;
  border: 1px solid #1fa56f;
  background: #1fa56f;
  box-shadow: 0 10px 22px rgba(31, 165, 111, 0.24);
}
.ahwc-subscription-view__action-button--order-now:hover, .ahwc-subscription-view__action-button--order-now:focus-visible {
  transform: translateY(-1px);
  border-color: #188656;
  background: #188656;
  color: #ffffff;
  outline: none;
  box-shadow: 0 14px 28px rgba(24, 134, 86, 0.28);
}
.ahwc-subscription-view__action-button[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.ahwc-subscription-view__action-button[disabled]:hover, .ahwc-subscription-view__action-button[disabled]:focus-visible {
  transform: none;
  border-color: rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  box-shadow: none;
}
.ahwc-subscription-view__action-button[disabled][data-tooltip] {
  position: relative;
}
.ahwc-subscription-view__action-button[disabled][data-tooltip]:hover::after, .ahwc-subscription-view__action-button[disabled][data-tooltip]:focus-visible::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  transform: translateX(-50%);
  white-space: normal;
  background: #111;
  color: #fff;
  padding: 0.4rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 0.75rem;
  max-width: 90%;
  width: 350px;
  z-index: 20;
}
.ahwc-subscription-view__layout {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.6rem;
}
@media (max-width: 900px) {
  .ahwc-subscription-view__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ahwc-subscription-view__panel {
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  padding: 1.4rem 1.6rem;
}
@media (max-width: 768px) {
  .ahwc-subscription-view__panel {
    padding: 1.3rem 1.3rem;
  }
}
.ahwc-subscription-view__panel-title {
  margin: 0 0 0.9rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
}
.ahwc-subscription-view__items-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.ahwc-subscription-view__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.ahwc-subscription-view__item-thumb {
  width: 48px;
  height: 48px;
  border-radius: 0.7rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
}
.ahwc-subscription-view__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ahwc-subscription-view__item-main {
  flex: 1;
}
.ahwc-subscription-view__item-name {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
}
.ahwc-subscription-view__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  font-size: 0.85rem;
  opacity: 0.85;
}
.ahwc-subscription-view__item-qty {
  font-weight: 500;
}
.ahwc-subscription-view__item-total {
  font-weight: 500;
}
.ahwc-subscription-view__qty-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.ahwc-subscription-view__qty-stepper-btn {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out;
}
.ahwc-subscription-view__qty-stepper-btn:hover, .ahwc-subscription-view__qty-stepper-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}
.ahwc-subscription-view__qty-stepper-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.ahwc-subscription-view__qty-stepper-input {
  width: 3.2rem;
  text-align: center;
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 0.25rem 0.45rem;
  font-size: 0.85rem;
  background: #fff;
}
.ahwc-subscription-view__qty-stepper-input::-webkit-outer-spin-button, .ahwc-subscription-view__qty-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ahwc-subscription-view__qty-stepper-input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.ahwc-subscription-view__empty {
  font-size: 0.9rem;
  opacity: 0.85;
}
.ahwc-subscription-view__panel--payment {
  align-self: flex-start;
}
.ahwc-subscription-view__payment-value {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.ahwc-subscription-view__panel-actions {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ahwc-subscription-view__panel--addresses-full {
  margin-top: 1.6rem;
}
.ahwc-subscription-view__addresses-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 640px) {
  .ahwc-subscription-view__addresses-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ahwc-subscription-view__address-title, .ahwc-subscription-view__address-meta-label, .ahwc-subscription-view__delivery-notes-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
}
.ahwc-subscription-view__address-meta {
  text-align: left;
}
.ahwc-subscription-view__delivery-notes-content {
  margin: 0;
}
.ahwc-subscription-view__address-content {
  font-size: 0.9rem;
}
.ahwc-subscription-view__address-content p {
  margin: 0;
}
.ahwc-subscription-view__addresses-editor label {
  width: 150px;
  display: inline-block;
  margin-bottom: 10px;
}
.ahwc-subscription-view__addresses-editor input,
.ahwc-subscription-view__addresses-editor select {
  width: 200px;
}
.ahwc-subscription-view__addresses-editor-col, .ahwc-subscription-view__addresses-notes {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 2em;
}
.ahwc-subscription-view__addresses-editor-title {
  font-weight: bold;
  margin: 0 0 1.5em;
}
.ahwc-subscription-view__addresses-notes label,
.ahwc-subscription-view__addresses-notes input {
  width: 100%;
}
.ahwc-subscription-view__addresses-notes label {
  font-weight: bold;
}
.ahwc-subscription-view__addresses-notes p {
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.8;
  margin: 0.5em 0 0;
}
.ahwc-subscription-view__order-now-editor {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ahwc-subscription-view__order-now-editor--success .ahwc-subscription-view__order-now-label,
.ahwc-subscription-view__order-now-editor--success .ahwc-subscription-view__order-now-controls,
.ahwc-subscription-view__order-now-editor--success .ahwc-subscription-view__order-now-charge-line,
.ahwc-subscription-view__order-now-editor--success .ahwc-subscription-view__order-now-help,
.ahwc-subscription-view__order-now-editor--success .ahwc-subscription-view__order-now-error {
  display: none;
}
.ahwc-subscription-view__order-now-editor--success .ahwc-subscription-view__order-now-success {
  display: block;
}
.ahwc-subscription-view__order-now-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.45rem;
}
.ahwc-subscription-view__order-now-confirm, .ahwc-subscription-view__order-now-cancel {
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out;
}
.ahwc-subscription-view__order-now-confirm:hover, .ahwc-subscription-view__order-now-confirm:focus-visible, .ahwc-subscription-view__order-now-cancel:hover, .ahwc-subscription-view__order-now-cancel:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.ahwc-subscription-view__order-now-confirm {
  font-weight: 600;
  color: #ffffff;
  border-color: #188656;
  background: #1fa56f;
}
.ahwc-subscription-view__order-now-confirm:hover, .ahwc-subscription-view__order-now-confirm:focus-visible {
  border-color: #15764c;
  background: #188656;
}
.ahwc-subscription-view__order-now-cancel {
  background: #ffffff;
}
.ahwc-subscription-view__order-now-cancel:hover, .ahwc-subscription-view__order-now-cancel:focus-visible {
  border-color: rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.ahwc-subscription-view__order-now-charge-line, .ahwc-subscription-view__order-now-help {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
}
.ahwc-subscription-view__order-now-charge-line {
  font-weight: 600;
  color: #0f172a;
}
.ahwc-subscription-view__order-now-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 0.15rem;
  margin-left: 0.2rem;
}
.ahwc-subscription-view__order-now-help {
  margin-top: 0.35rem;
  opacity: 0.72;
}
.ahwc-subscription-view__order-now-error {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: #a32020;
}
.ahwc-subscription-view__order-now-success {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #167c3a;
  display: none;
}
.ahwc-subscription-view__next-renewal-editor {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ahwc-subscription-view__next-renewal-editor--success .ahwc-subscription-view__next-renewal-label,
.ahwc-subscription-view__next-renewal-editor--success .ahwc-subscription-view__next-renewal-controls,
.ahwc-subscription-view__next-renewal-editor--success .ahwc-subscription-view__next-renewal-help,
.ahwc-subscription-view__next-renewal-editor--success .ahwc-subscription-view__next-renewal-error {
  display: none;
}
.ahwc-subscription-view__next-renewal-editor--success .ahwc-subscription-view__next-renewal-success {
  display: block;
}
.ahwc-subscription-view__coupon-editor {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ahwc-subscription-view__coupon-editor--success .ahwc-subscription-view__coupon-label,
.ahwc-subscription-view__coupon-editor--success .ahwc-subscription-view__coupon-controls,
.ahwc-subscription-view__coupon-editor--success .ahwc-subscription-view__coupon-help,
.ahwc-subscription-view__coupon-editor--success .ahwc-subscription-view__coupon-error {
  display: none;
}
.ahwc-subscription-view__coupon-editor--success .ahwc-subscription-view__coupon-success {
  display: block;
}
.ahwc-subscription-view__next-renewal-label, .ahwc-subscription-view__coupon-label, .ahwc-subscription-view__order-now-label {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  opacity: 0.85;
}
.ahwc-subscription-view__next-renewal-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.35rem;
}
.ahwc-subscription-view__next-renewal-input, .ahwc-subscription-view__coupon-input {
  min-width: 180px;
  padding: 0.35rem 0.55rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 0.9rem;
}
.ahwc-subscription-view__next-renewal-save, .ahwc-subscription-view__next-renewal-cancel, .ahwc-subscription-view__coupon-apply, .ahwc-subscription-view__coupon-cancel {
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out;
}
.ahwc-subscription-view__next-renewal-save:hover, .ahwc-subscription-view__next-renewal-save:focus-visible, .ahwc-subscription-view__next-renewal-cancel:hover, .ahwc-subscription-view__next-renewal-cancel:focus-visible, .ahwc-subscription-view__coupon-apply:hover, .ahwc-subscription-view__coupon-apply:focus-visible, .ahwc-subscription-view__coupon-cancel:hover, .ahwc-subscription-view__coupon-cancel:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
.ahwc-subscription-view__next-renewal-save, .ahwc-subscription-view__coupon-apply {
  font-weight: 600;
}
.ahwc-subscription-view__next-renewal-help, .ahwc-subscription-view__coupon-help {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.7;
}
.ahwc-subscription-view__next-renewal-error, .ahwc-subscription-view__coupon-error {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: #a32020;
}
.ahwc-subscription-view__next-renewal-success, .ahwc-subscription-view__coupon-success {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: #167c3a;
  display: none;
}
.ahwc-subscription-view__skip-editor {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ahwc-subscription-view__skip-editor--success .ahwc-subscription-view__skip-label,
.ahwc-subscription-view__skip-editor--success .ahwc-subscription-view__skip-controls,
.ahwc-subscription-view__skip-editor--success .ahwc-subscription-view__skip-help,
.ahwc-subscription-view__skip-editor--success .ahwc-subscription-view__skip-error {
  display: none;
}
.ahwc-subscription-view__skip-editor--success .ahwc-subscription-view__skip-success {
  display: block;
}
.ahwc-subscription-view__skip-label {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  opacity: 0.85;
}
.ahwc-subscription-view__skip-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.35rem;
}
.ahwc-subscription-view__skip-confirm, .ahwc-subscription-view__skip-cancel {
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out;
}
.ahwc-subscription-view__skip-confirm:hover, .ahwc-subscription-view__skip-confirm:focus-visible, .ahwc-subscription-view__skip-cancel:hover, .ahwc-subscription-view__skip-cancel:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
.ahwc-subscription-view__skip-confirm {
  font-weight: 600;
}
.ahwc-subscription-view__skip-help {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.7;
}
.ahwc-subscription-view__skip-error {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: #a32020;
}
.ahwc-subscription-view__skip-success {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: #167c3a;
  display: none;
}
.ahwc-subscription-view__frequency-editor {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ahwc-subscription-view__frequency-editor--success .ahwc-subscription-view__frequency-label,
.ahwc-subscription-view__frequency-editor--success .ahwc-subscription-view__frequency-controls,
.ahwc-subscription-view__frequency-editor--success .ahwc-subscription-view__frequency-summary,
.ahwc-subscription-view__frequency-editor--success .ahwc-subscription-view__frequency-buttons,
.ahwc-subscription-view__frequency-editor--success .ahwc-subscription-view__frequency-help,
.ahwc-subscription-view__frequency-editor--success .ahwc-subscription-view__frequency-error {
  display: none;
}
.ahwc-subscription-view__frequency-editor--success .ahwc-subscription-view__frequency-success {
  display: block;
}
.ahwc-subscription-view__frequency-label {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  opacity: 0.85;
}
.ahwc-subscription-view__frequency-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.ahwc-subscription-view__frequency-control {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ahwc-subscription-view__frequency-control-label {
  font-size: 0.8rem;
  opacity: 0.75;
}
.ahwc-subscription-view__frequency-interval, .ahwc-subscription-view__frequency-period {
  min-width: 120px;
  padding: 0.35rem 0.55rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 0.9rem;
  background-color: #ffffff;
}
.ahwc-subscription-view__frequency-summary {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  opacity: 0.85;
}
.ahwc-subscription-view__frequency-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.ahwc-subscription-view__frequency-save, .ahwc-subscription-view__frequency-cancel {
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out;
}
.ahwc-subscription-view__frequency-save:hover, .ahwc-subscription-view__frequency-save:focus-visible, .ahwc-subscription-view__frequency-cancel:hover, .ahwc-subscription-view__frequency-cancel:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
.ahwc-subscription-view__frequency-save {
  font-weight: 600;
}
.ahwc-subscription-view__frequency-help {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.7;
}
.ahwc-subscription-view__frequency-error {
  margin: 0.25rem 0 0;
  font-size: 0.8rem;
  color: #a32020;
}
.ahwc-subscription-view__frequency-success {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: #167c3a;
  display: none;
}
.ahwc-subscription-view__item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}
.ahwc-subscription-view__item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #e5f6ea;
  border-color: rgba(34, 197, 94, 0.25);
  color: #176b3f;
  align-self: flex-start;
  padding: 0.1rem 0.5rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.ahwc-subscription-view__coupons {
  flex-basis: 100%;
  margin-bottom: 1.5em;
}
.ahwc-subscription-view__coupon-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 36px 6px 12px;
  min-height: 30px;
  border: 1px solid #c3c4c7;
  border-radius: 6px;
  background: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  margin-right: 2em;
}
.ahwc-subscription-view__coupon-pill:hover {
  background: #fff;
  border-color: red;
}
.ahwc-subscription-view__coupon-pill:hover__coupon-pill-remove {
  opacity: 1;
  color: red;
}
.ahwc-subscription-view__coupon-pill:hover::after {
  border-color: red;
}
.ahwc-subscription-view__coupon-pill:focus {
  box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.25);
}
.ahwc-subscription-view__coupon-pill::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #c3c4c7;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 6px;
  z-index: 0;
}
.ahwc-subscription-view__coupon-pill-, .ahwc-subscription-view__coupon-pill-remove {
  position: relative;
  z-index: 1;
}
.ahwc-subscription-view__coupon-pill-remove {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  opacity: 0.75;
}
.ahwc-subscription-view__item-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  margin-top: 0.4rem;
}
.ahwc-subscription-view__item-remove:hover, .ahwc-subscription-view__item-remove:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}
.ahwc-subscription-view__item-remove[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.ahwc-subscription-view__items-footer {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}
.ahwc-subscription-view__items-error {
  margin: 0;
  font-size: 0.8rem;
  color: #a32020;
}
.ahwc-subscription-view__add-products-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .ahwc-subscription-view__add-products-modal {
    align-items: stretch;
    padding: 0;
  }
}
.ahwc-subscription-view__add-products-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(6px);
}
.ahwc-subscription-view__add-products-dialog {
  position: relative;
  z-index: 1;
  width: min(1000px, 100%);
  max-height: min(88vh, 920px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.22);
  overflow: hidden;
}
@media (max-width: 768px) {
  .ahwc-subscription-view__add-products-dialog {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
    padding: 1.1rem 1rem 1rem;
  }
}
.ahwc-subscription-view__add-products-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.ahwc-subscription-view__add-products-eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #667085;
}
.ahwc-subscription-view__add-products-title {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 700;
  color: #101828;
}
.ahwc-subscription-view__add-products-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.ahwc-subscription-view__add-products-search-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #344054;
}
.ahwc-subscription-view__add-products-search-input {
  width: 100%;
  min-width: 0;
  min-height: 3rem;
  padding: 0.8rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(16, 24, 40, 0.14);
  background: #f8fafc;
  font-size: 0.97rem;
  color: #101828;
  transition: border-color 140ms ease-out, box-shadow 140ms ease-out, background-color 140ms ease-out;
}
.ahwc-subscription-view__add-products-search-input::placeholder {
  color: #98a2b3;
}
.ahwc-subscription-view__add-products-search-input:focus {
  outline: none;
  border-color: rgba(31, 165, 111, 0.45);
  box-shadow: 0 0 0 4px rgba(31, 165, 111, 0.12);
  background: #ffffff;
}
.ahwc-subscription-view__add-products-search-hint {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #667085;
}
.ahwc-subscription-view__add-products-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.2rem;
}
@media (max-width: 540px) {
  .ahwc-subscription-view__add-products-results-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ahwc-subscription-view__add-products-results-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #101828;
}
.ahwc-subscription-view__add-products-results-count {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #667085;
}
.ahwc-subscription-view__add-products-results {
  flex: 1 1 auto;
  min-height: 16rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.ahwc-subscription-view__add-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
@media (max-width: 900px) {
  .ahwc-subscription-view__add-products-grid {
    grid-template-columns: 1fr;
  }
}
.ahwc-subscription-view__add-products-loading, .ahwc-subscription-view__add-products-empty {
  margin: 0;
  padding: 1.15rem 1rem;
  border-radius: 1rem;
  background: #f8fafc;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #475467;
}
.ahwc-subscription-view__add-products-item {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.ahwc-subscription-view__add-products-item-thumb {
  flex: 0 0 66px;
}
.ahwc-subscription-view__add-products-item-thumb img {
  display: block;
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 0.85rem;
  background: #ffffff;
}
.ahwc-subscription-view__add-products-item-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}
.ahwc-subscription-view__add-products-item-name {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 700;
  color: #101828;
}
.ahwc-subscription-view__add-products-item-price {
  font-size: 0.9rem;
  line-height: 1.35;
  color: #101828;
}
.ahwc-subscription-view__add-products-item-price .amount {
  font-weight: 700;
}
.ahwc-subscription-view__add-products-item-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  margin-top: 0.15rem;
  width: 100%;
}
.ahwc-subscription-view__add-products-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: #ffffff;
  border: 1px solid #1fa56f;
  background: #1fa56f;
  box-shadow: 0 10px 22px rgba(31, 165, 111, 0.24);
  flex-grow: 1;
}
.ahwc-subscription-view__add-products-submit:hover, .ahwc-subscription-view__add-products-submit:focus-visible {
  transform: translateY(-1px);
  border-color: #169461;
  background: #169461;
  color: #ffffff;
  outline: none;
  box-shadow: 0 14px 28px rgba(24, 134, 86, 0.28);
}
.ahwc-subscription-view__add-products-submit[disabled] {
  opacity: 0.55;
  cursor: progress;
  transform: none;
  box-shadow: none;
}
.ahwc-subscription-view__add-products-submit--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: #101828;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}
.ahwc-subscription-view__add-products-submit--secondary:hover, .ahwc-subscription-view__add-products-submit--secondary:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}
.ahwc-subscription-view__add-products-submit--secondary:hover {
  color: #101828;
}
.ahwc-subscription-view__add-products-help {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #667085;
}
.ahwc-subscription-view__add-products-error, .ahwc-subscription-view__add-products-success {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
}
.ahwc-subscription-view__add-products-error {
  color: #b42318;
}
.ahwc-subscription-view__add-products-success {
  color: #176b3f;
}
.ahwc-subscription-view__add-products-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: #344054;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
}
.ahwc-subscription-view__add-products-close:hover, .ahwc-subscription-view__add-products-close:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}
.ahwc-subscription-view__add-products-close span {
  font-size: 1.35rem;
  line-height: 1;
}
.ahwc-subscription-view__actions--footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.ahwc-subscription-view__action-button--cancel {
  border-color: #d92d20;
  color: #d92d20;
}
.ahwc-subscription-view__action-button--cancel:hover, .ahwc-subscription-view__action-button--cancel:focus-visible {
  background: #d92d20;
  border-color: #d92d20;
  color: #fff;
}
.ahwc-subscription-view__action-button--cancel[disabled]:hover, .ahwc-subscription-view__action-button--cancel[disabled]:focus-visible {
  background-color: #ffffff;
  color: #d92d20;
}

body.ahwc-modal-open {
  overflow: hidden;
}

@keyframes ahwc-subscription-spinner {
  to {
    transform: rotate(360deg);
  }
}
.ahwc-orders__header {
  margin: 0 0 1.25rem;
}
.ahwc-orders__title {
  margin: 0 0 0.35rem;
  font-size: 1.85rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.ahwc-orders__intro {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
}
.ahwc-orders__card {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.ahwc-orders__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.9fr minmax(11rem, 1.45fr);
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .ahwc-orders__row {
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-areas: "order order order" "date total status" "actions actions actions";
    gap: 0.65rem 1rem;
    align-items: start;
  }
}
@media (max-width: 520px) {
  .ahwc-orders__row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "order order" "date date" "total total" "status actions";
    gap: 0.6rem 0.75rem;
    align-items: center;
  }
}
.ahwc-orders__row:first-child {
  border-top: 0;
}
.ahwc-orders__row--head {
  background: #f7f7f7;
  border-top: 0;
  padding: 0.85rem 1rem;
}
.ahwc-orders__row--head .ahwc-orders__cell {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 700;
}
@media (max-width: 900px) {
  .ahwc-orders__row--head {
    display: none;
  }
}
.ahwc-orders__cell {
  min-width: 0;
}
@media (max-width: 900px) {
  .ahwc-orders__cell--order {
    grid-area: order;
  }
}
@media (max-width: 900px) {
  .ahwc-orders__cell--date {
    grid-area: date;
  }
}
@media (max-width: 900px) {
  .ahwc-orders__cell--total {
    grid-area: total;
  }
}
@media (max-width: 900px) {
  .ahwc-orders__cell--status {
    grid-area: status;
  }
}
@media (max-width: 900px) {
  .ahwc-orders__cell--actions {
    grid-area: actions;
  }
}
.ahwc-orders__primary-link {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  text-decoration: none;
}
@media (max-width: 520px) {
  .ahwc-orders__primary-link {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 0.45rem;
    row-gap: 0.15rem;
  }
}
.ahwc-orders__primary-link:hover .ahwc-orders__order-number {
  text-decoration: underline;
}
.ahwc-orders__order-number {
  font-weight: 600;
  color: #000000;
  font-size: 1.05rem;
  line-height: 1.2;
}
.ahwc-orders__order-meta {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.25;
}
@media (max-width: 520px) {
  .ahwc-orders__order-meta {
    white-space: nowrap;
  }
}
.ahwc-orders__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-orders__status--pending, .ahwc-orders__status--on-hold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #fff5e5;
  border-color: rgba(234, 179, 8, 0.25);
  color: #8a5800;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-orders__status--checkout-draft, .ahwc-orders__status--draft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.65);
}
.ahwc-orders__status--processing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.25);
  color: #1d4ed8;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-orders__status--completed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #e5f6ea;
  border-color: rgba(34, 197, 94, 0.25);
  color: #176b3f;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-orders__status--cancelled, .ahwc-orders__status--failed, .ahwc-orders__status--refunded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #f5e5e5;
  border-color: rgba(239, 68, 68, 0.25);
  color: #7a1f1f;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-orders__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  .ahwc-orders__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.ahwc-orders__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  white-space: nowrap;
}
.ahwc-orders__action-link:hover, .ahwc-orders__action-link:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}
.ahwc-orders__pagination {
  margin: 1.25rem 0 0;
}

.ahwc-order-view {
  margin-top: 0.5rem;
}
.ahwc-order-view h1,
.ahwc-order-view h2 {
  font-family: "REM", sans-serif;
}
.ahwc-order-view__card {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: 1.5rem 1.6rem;
  margin: 0 0 1.25rem;
}
@media (max-width: 768px) {
  .ahwc-order-view__card {
    padding: 1.25rem 1.15rem;
  }
}
.ahwc-order-view__section-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}
.ahwc-order-view__summary-card {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: 1.6rem 1.75rem 1.5rem;
}
@media (max-width: 768px) {
  .ahwc-order-view__summary-card {
    padding: 1.4rem 1.25rem 1.4rem;
  }
}
.ahwc-order-view__summary-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 640px) {
  .ahwc-order-view__summary-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ahwc-order-view__title {
  margin: 0 0 0.25rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.ahwc-order-view__subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
}
.ahwc-order-view__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-order-view__status--pending, .ahwc-order-view__status--on-hold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #fff5e5;
  border-color: rgba(234, 179, 8, 0.25);
  color: #8a5800;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-order-view__status--checkout-draft, .ahwc-order-view__status--draft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  text-transform: none;
  letter-spacing: 0;
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.65);
}
.ahwc-order-view__status--processing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.25);
  color: #1d4ed8;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-order-view__status--completed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #e5f6ea;
  border-color: rgba(34, 197, 94, 0.25);
  color: #176b3f;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-order-view__status--cancelled, .ahwc-order-view__status--failed, .ahwc-order-view__status--refunded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #f5e5e5;
  border-color: rgba(239, 68, 68, 0.25);
  color: #7a1f1f;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-order-view__summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 0.9rem 0 1.15rem;
}
@media (max-width: 900px) {
  .ahwc-order-view__summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .ahwc-order-view__summary-grid {
    grid-template-columns: 1fr;
  }
}
.ahwc-order-view__summary-metric {
  min-width: 0;
}
.ahwc-order-view__summary-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 0.25rem;
  letter-spacing: 0.1em;
}
.ahwc-order-view__summary-value {
  font-size: 0.95rem;
  line-height: 1.25;
}
.ahwc-order-view__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: 0.25rem;
}
.ahwc-order-view__action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  line-height: 1;
}
.ahwc-order-view__action-button:hover, .ahwc-order-view__action-button:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}
.ahwc-order-view__content {
  margin-top: 1.25rem;
}
.ahwc-order-view__content .woocommerce-notices-wrapper {
  display: none;
}
.ahwc-order-view__content .woocommerce-order-details,
.ahwc-order-view__content .woocommerce-order-downloads,
.ahwc-order-view__content .woocommerce-customer-details,
.ahwc-order-view__content .wcs-related-orders,
.ahwc-order-view__content .wcs-related-subscriptions {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  margin: 0;
}
.ahwc-order-view__content .woocommerce-order-details + .woocommerce-order-downloads,
.ahwc-order-view__content .woocommerce-order-details + .woocommerce-customer-details,
.ahwc-order-view__content .woocommerce-order-downloads + .woocommerce-customer-details {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ahwc-order-view__content h2,
.ahwc-order-view__content .woocommerce-order-details__title,
.ahwc-order-view__content .woocommerce-column__title {
  margin: 0 0 0.9rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
}
.ahwc-order-view__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
.ahwc-order-view__content .woocommerce-table--order-details a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions h2 {
  margin-bottom: 1rem;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 1rem;
  overflow: hidden;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions thead,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions thead {
  background: #f7f7f7;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions thead th,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.9rem 1rem;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions thead th:first-child,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions thead th:first-child {
  padding-left: 1rem;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions thead th:last-child,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions thead th:last-child {
  padding-right: 1rem;
  text-align: right;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions tbody td,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions tbody td {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions tbody td:first-child,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions tbody td:first-child {
  padding-left: 1rem;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions tbody td:last-child,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions tbody td:last-child {
  padding-right: 1rem;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions tbody tr:last-child td,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions tbody tr:last-child td {
  border-bottom: 0;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-id a,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-id a {
  text-decoration: none;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-id a:hover,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-id a:hover {
  text-decoration: underline;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-status,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-status {
  white-space: nowrap;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions {
  text-align: right;
  white-space: nowrap;
  position: relative;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions a.button,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions a.woocommerce-button,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions a.button,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions a.woocommerce-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions a.button:hover, .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions a.button:focus-visible,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions a.woocommerce-button:hover,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions a.woocommerce-button:focus-visible,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions a.button:hover,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions a.button:focus-visible,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions a.woocommerce-button:hover,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions a.woocommerce-button:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions::after,
.ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions::after {
  content: none;
  display: none;
}
@media (max-width: 900px) {
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions thead,
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions thead {
    display: none;
  }
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions tbody tr,
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions tbody td,
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions tbody td {
    padding: 0;
    border: 0;
    text-align: left;
  }
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions,
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions {
    text-align: left;
  }
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-orders-table--subscriptions td.subscription-actions::after,
  .ahwc-order-view__content .ahwc-order-view__card--related-subscriptions table.woocommerce-MyAccount-subscriptions td.subscription-actions::after {
    display: none;
  }
}
.ahwc-order-view__content .woocommerce-table--order-details thead {
  display: none;
}
.ahwc-order-view__content .woocommerce-table--order-details tbody {
  display: block;
}
.ahwc-order-view__content .woocommerce-table--order-details tbody tr {
  display: grid;
  grid-template-columns: 1.6fr 0.6fr;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ahwc-order-view__content .woocommerce-table--order-details tbody tr:first-child {
  border-top: 0;
  padding-top: 0;
}
.ahwc-order-view__content .woocommerce-table--order-details tbody tr:last-child {
  padding-bottom: 0;
}
@media (max-width: 700px) {
  .ahwc-order-view__content .woocommerce-table--order-details tbody tr {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    align-items: start;
  }
}
.ahwc-order-view__content .woocommerce-table--order-details tbody td {
  border: 0;
  padding: 0;
}
.ahwc-order-view__content .woocommerce-table--order-details tbody td:last-child {
  text-align: right;
}
@media (max-width: 700px) {
  .ahwc-order-view__content .woocommerce-table--order-details tbody td:last-child {
    text-align: left;
  }
}
.ahwc-order-view__content .woocommerce-table--order-details .product-name {
  font-weight: 600;
}
.ahwc-order-view__content .woocommerce-table--order-details .product-quantity {
  color: rgba(0, 0, 0, 0.6);
}
.ahwc-order-view__content thead th {
  text-align: left;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  padding: 0.75rem 0.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ahwc-order-view__content thead th:first-child {
  padding-left: 0;
}
.ahwc-order-view__content thead th:last-child {
  padding-right: 0;
  text-align: right;
}
.ahwc-order-view__content tbody td,
.ahwc-order-view__content tfoot td,
.ahwc-order-view__content tfoot th {
  padding: 0.85rem 0.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.ahwc-order-view__content tbody td:first-child,
.ahwc-order-view__content tfoot td:first-child,
.ahwc-order-view__content tfoot th:first-child {
  padding-left: 0;
}
.ahwc-order-view__content tbody td:last-child,
.ahwc-order-view__content tfoot td:last-child,
.ahwc-order-view__content tfoot th:last-child {
  padding-right: 0;
  text-align: right;
}
.ahwc-order-view__content .woocommerce-table--order-details tfoot {
  display: block;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.ahwc-order-view__content .woocommerce-table--order-details tfoot tr {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.45rem 0;
}
.ahwc-order-view__content .woocommerce-table--order-details tfoot th,
.ahwc-order-view__content .woocommerce-table--order-details tfoot td {
  border: 0;
  padding: 0;
}
.ahwc-order-view__content .woocommerce-table--order-details tfoot th {
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
}
.ahwc-order-view__content .woocommerce-table--order-details tfoot td {
  text-align: right;
}
.ahwc-order-view__content .woocommerce-order-details > p.order-again,
.ahwc-order-view__content .woocommerce-order-details > a.button.wc_pip_view_invoice {
  display: inline-flex;
  vertical-align: top;
  margin-top: 1rem;
  margin-bottom: 0;
}
.ahwc-order-view__content .woocommerce-order-details > p.order-again {
  margin-right: 0.65rem;
}
.ahwc-order-view__content .woocommerce-order-details > p.order-again .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: #ffffff;
  border: 1px solid #1fa56f;
  background: #1fa56f;
  text-decoration: none;
  line-height: 1;
}
.ahwc-order-view__content .woocommerce-order-details > p.order-again .button:hover, .ahwc-order-view__content .woocommerce-order-details > p.order-again .button:focus-visible {
  transform: translateY(-1px);
  border-color: #188656;
  background: #188656;
  color: #ffffff;
  outline: none;
}
.ahwc-order-view__content .woocommerce-order-details > a.button.wc_pip_view_invoice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  text-decoration: none;
  line-height: 1;
}
.ahwc-order-view__content .woocommerce-order-details > a.button.wc_pip_view_invoice:hover, .ahwc-order-view__content .woocommerce-order-details > a.button.wc_pip_view_invoice:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}
.ahwc-order-view__content .woocommerce-order-details > a.button.wc_pip_view_invoice + br,
.ahwc-order-view__content .woocommerce-order-details > a.button.wc_pip_view_invoice + br + br {
  display: none;
}
@media (max-width: 520px) {
  .ahwc-order-view__content .woocommerce-order-details > p.order-again {
    margin-right: 0.5rem;
  }
}
.ahwc-order-view__content tbody tr:last-child td {
  border-bottom: 0;
}
.ahwc-order-view__content .shop_table,
.ahwc-order-view__content .woocommerce-table {
  border: 0;
  background: transparent;
}
.ahwc-order-view__content .woocommerce-columns--addresses,
.ahwc-order-view__content .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 900px) {
  .ahwc-order-view__content .woocommerce-columns--addresses,
  .ahwc-order-view__content .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
  }
}
.ahwc-order-view__content .woocommerce-column {
  background: #ffffff;
  border-radius: 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 1.1rem;
}
.ahwc-order-view__content address {
  font-style: normal;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.75);
}

.ahwc-payment-methods__header {
  margin: 0 0 1.25rem;
}
.ahwc-payment-methods__title {
  margin: 0 0 0.35rem;
  font-size: 1.85rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.ahwc-payment-methods__intro {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
}
.ahwc-payment-methods__card {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.ahwc-payment-methods__row {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ahwc-payment-methods__row:first-child {
  border-top: 0;
}
.ahwc-payment-methods__row--head {
  background: #f7f7f7;
  border-top: 0;
  padding: 0.85rem 1rem;
}
.ahwc-payment-methods__row--head .ahwc-payment-methods__cell {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 700;
}
@media (max-width: 900px) {
  .ahwc-payment-methods__row--head {
    display: none;
  }
}
@media (max-width: 900px) {
  .ahwc-payment-methods__row {
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0.95rem 1rem;
  }
  .ahwc-payment-methods__row .ahwc-payment-methods__cell--expires {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
  }
  .ahwc-payment-methods__row .ahwc-payment-methods__cell--expires::before {
    content: "Expires: ";
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
  }
}
.ahwc-payment-methods__cell {
  min-width: 0;
}
.ahwc-payment-methods__cell--actions {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .ahwc-payment-methods__cell--actions {
    justify-content: flex-start;
  }
}
.ahwc-payment-methods__method {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}
.ahwc-payment-methods__method-name {
  font-weight: 600;
  color: #000000;
  font-size: 1.05rem;
  line-height: 1.2;
}
.ahwc-payment-methods__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 1px solid transparent;
  background: #e8e8e8;
  color: #333;
  background: #e5f6ea;
  border-color: rgba(34, 197, 94, 0.25);
  color: #176b3f;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}
.ahwc-payment-methods__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.ahwc-payment-methods__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
}
.ahwc-payment-methods__action-link:hover, .ahwc-payment-methods__action-link:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}
.ahwc-payment-methods__footer {
  margin-top: 1.25rem;
}
.ahwc-payment-methods__add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
}
.ahwc-payment-methods__add-button:hover, .ahwc-payment-methods__add-button:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}

.ahwc-account-details__header {
  margin: 0 0 1.25rem;
}
.ahwc-account-details__title {
  margin: 0 0 0.35rem;
  font-size: 1.85rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.ahwc-account-details__intro {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5;
}
.ahwc-account-details__card {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  padding: 1rem;
}
.ahwc-account-details__card + .ahwc-account-details__card {
  margin-top: 1rem;
}
.ahwc-account-details__section-title {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.65);
}
.ahwc-account-details__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 800px) {
  .ahwc-account-details__grid {
    grid-template-columns: 1fr;
  }
}
.ahwc-account-details__grid .form-row-wide {
  grid-column: 1/-1;
}
.ahwc-account-details__grid p {
  margin: 0;
}
.ahwc-account-details__grid label {
  display: block;
  font-weight: 700;
  margin: 0 0 0.35rem;
}
.ahwc-account-details__grid input[type=text],
.ahwc-account-details__grid input[type=email],
.ahwc-account-details__grid input[type=password] {
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 0.7rem 0.85rem;
  font-size: 1rem;
  line-height: 1.2;
  background: #ffffff;
}
.ahwc-account-details__grid input[type=text]:focus,
.ahwc-account-details__grid input[type=email]:focus,
.ahwc-account-details__grid input[type=password]:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.35);
}
.ahwc-account-details__grid em {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
  line-height: 1.4;
  display: inline-block;
  margin-top: 0.35rem;
}
.ahwc-account-details__grid input[type=checkbox] {
  margin-right: 0.5rem;
  transform: translateY(1px);
}
.ahwc-account-details__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.ahwc-account-details__actions .button,
.ahwc-account-details__actions .woocommerce-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.18);
}
.ahwc-account-details__actions .button:hover, .ahwc-account-details__actions .button:focus-visible,
.ahwc-account-details__actions .woocommerce-Button:hover,
.ahwc-account-details__actions .woocommerce-Button:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}
.ahwc-account-details .show-password-input {
  display: none;
}
.ahwc-account-details fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.ahwc-password-field {
  position: relative;
  display: block;
}
.ahwc-password-field input[type=password],
.ahwc-password-field input[type=text] {
  padding-right: 55px;
}
.ahwc-password-field__toggle {
  position: absolute;
  top: 50%;
  right: 0.85rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  z-index: 3;
}
.ahwc-password-field__toggle:focus {
  outline: none;
}
.ahwc-password-field__toggle:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.35);
  outline-offset: 3px;
  border-radius: 999px;
}
.ahwc-password-field__toggle[aria-pressed=true] .ahwc-password-field__icon--show {
  opacity: 0;
}
.ahwc-password-field__toggle[aria-pressed=true] .ahwc-password-field__icon--hide {
  opacity: 1;
}
.ahwc-password-field__icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.ahwc-password-field__icon--hide {
  opacity: 0;
}

.ahwc-logout__card {
  background: #ffffff;
  border-radius: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  padding: 2rem 2rem 2.1rem;
  max-width: 760px;
}
.ahwc-logout__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.85rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(31, 165, 111, 0.08);
  color: #1fa56f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.ahwc-logout__title {
  margin: 0 0 0.85rem;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.05;
}
.ahwc-logout__lead {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: #000000;
}
.ahwc-logout__body {
  margin-bottom: 1.6rem;
  color: rgba(0, 0, 0, 0.65);
}
.ahwc-logout__body p {
  margin: 0;
}
.ahwc-logout__body p + p {
  margin-top: 0.85rem;
}
.ahwc-logout__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.ahwc-logout__button {
  text-decoration: none;
}
.ahwc-logout__button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: #ffffff;
  border: 1px solid #1fa56f;
  background: #1fa56f;
  box-shadow: 0 10px 22px rgba(31, 165, 111, 0.24);
}
.ahwc-logout__button--primary:hover, .ahwc-logout__button--primary:focus-visible {
  transform: translateY(-1px);
  border-color: #188656;
  background: #188656;
  color: #ffffff;
  outline: none;
  box-shadow: 0 14px 28px rgba(24, 134, 86, 0.28);
}
.ahwc-logout__button--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out, border-color 120ms ease-out, background-color 120ms ease-out, color 120ms ease-out;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
}
.ahwc-logout__button--secondary:hover, .ahwc-logout__button--secondary:focus-visible {
  transform: translateY(-1px);
  border-color: #1fa56f;
  background-color: #f5fbff;
  outline: none;
}
@media (max-width: 700px) {
  .ahwc-logout__card {
    padding: 1.35rem 1.15rem 1.4rem;
  }
  .ahwc-logout__actions {
    flex-direction: column;
  }
  .ahwc-logout__button {
    width: 100%;
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */
