/* Generated by scripts/build-assets.mjs. Edit src/public/styles/features.css instead. */
.has-progressive-checkout .cart-hero {
  display: none;
}

.account-invoice-dialog {
  box-sizing: border-box;
  width: min(760px, calc(100% - 2rem));
  max-width: 760px;
  max-height: min(92vh, 940px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 80px rgb(0 0 0 / 0.28);
  overflow: hidden;
}

.account-invoice-dialog::backdrop {
  background: rgb(10 12 14 / 0.58);
  backdrop-filter: blur(2px);
}

.account-invoice-shell {
  max-height: min(92vh, 940px);
  overflow: auto;
  background: #f5f5f5;
}

.account-invoice-toolbar {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #e3e3e3;
  background: rgb(255 255 255 / 0.96);
  backdrop-filter: blur(8px);
}

.account-invoice-toolbar strong {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-invoice-toolbar button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.account-invoice-paper {
  margin: 1rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
}

.account-invoice-paper h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  line-height: 1.05;
}

.account-invoice-intro {
  margin: 0 0 1.25rem;
  color: #555;
  line-height: 1.5;
}

.account-invoice-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}

.account-invoice-highlights > div {
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid #e5e5e5;
}

.account-invoice-highlights > div:last-child {
  border-color: #111;
  background: #111;
  color: #fff;
}

.account-invoice-highlights span {
  display: block;
  color: #777;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-invoice-highlights > div:last-child span {
  color: #ddd;
}

.account-invoice-highlights strong {
  display: block;
  margin-top: 0.35rem;
  font-size: clamp(1rem, 3vw, 1.35rem);
  overflow-wrap: anywhere;
}

.account-invoice-paper section > h3 {
  margin: 1.25rem 0 0.55rem;
  font-size: 1rem;
}

.account-invoice-payment-row,
.account-invoice-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
}

.account-invoice-payment-row span,
.account-invoice-totals span {
  color: #666;
}

.account-invoice-payment-row strong {
  text-align: right;
  overflow-wrap: anywhere;
}

.account-invoice-qr {
  margin: 1.25rem 0;
  padding: 1.1rem;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fafafa;
  text-align: center;
}

.account-invoice-qr h3 {
  margin-top: 0 !important;
}

.account-invoice-qr p {
  margin: 0 0 0.9rem;
  color: #666;
  font-size: 0.82rem;
  line-height: 1.45;
}

.account-invoice-qr [data-account-invoice-qr] {
  display: grid;
  place-items: center;
  min-height: 220px;
}

.account-invoice-qr canvas,
.account-invoice-qr img {
  display: block;
  width: 220px;
  height: 220px;
  max-width: 100%;
  margin: 0 auto;
}

.account-invoice-qr > strong {
  display: block;
  margin-top: 0.8rem;
}

.account-invoice-address {
  margin: 0;
  color: #444;
  line-height: 1.5;
}

.account-invoice-items {
  width: 100%;
  border-collapse: collapse;
}

.account-invoice-items td {
  padding: 0.6rem 0;
  border-bottom: 1px solid #eee;
}

.account-invoice-items td:last-child {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
}

.account-invoice-totals {
  margin-top: 1rem;
}

.account-invoice-totals .is-discount,
.account-invoice-totals .is-discount span {
  color: #176b3a;
}

.account-invoice-totals .is-total {
  margin-top: 0.35rem;
  padding-top: 0.8rem;
  border-top: 1px solid #ddd;
  font-size: 1.15rem;
  font-weight: 800;
}

.account-invoice-totals .is-points-note,
.account-invoice-totals .is-points-note span,
.account-invoice-totals .is-points-note strong {
  color: #15653a;
  font-size: 0.82rem;
  font-weight: 600;
}

.account-invoice-totals .is-points-note {
  margin-top: 0.5rem;
}

.account-invoice-shell.is-loading > p,
.account-invoice-error {
  margin: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: #fff;
}

.account-invoice-error {
  color: #9b1c1c;
}

@media (max-width: 560px) {
  .account-invoice-dialog {
    width: calc(100% - 1rem);
  }

  .account-invoice-paper {
    margin: 0.5rem;
    padding: 1rem;
  }

  .account-invoice-highlights {
    grid-template-columns: 1fr;
  }

  .account-invoice-payment-row,
  .account-invoice-totals > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.15rem;
  }

  .account-invoice-payment-row strong {
    text-align: left;
  }
}

.progressive-checkout-main {
  padding: clamp(1.1rem, 2vw, 1.8rem) clamp(1rem, 2.4vw, 1.8rem) 3rem;
  background: #f5f5f5;
}

.progressive-checkout-main .checkout-wrapper {
  max-width: 1180px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 330px);
  gap: 1.05rem;
  border: 0;
  background: transparent;
}

.progressive-checkout-main .checkout-wrapper.is-checkout-complete {
  width: 100%;
  max-width: 900px;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
}

.progressive-checkout-main .checkout-wrapper.is-checkout-complete .cart-summary-section {
  display: none;
}

[data-progressive-checkout-root] {
  min-width: 0;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.progressive-checkout-main .cart-summary-section {
  min-width: 0;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  align-self: start;
  overflow: hidden;
}

[data-progressive-checkout-summary] {
  position: sticky;
  top: 74px;
  padding: 0;
  background: #fff;
}

.progressive-section,
.progressive-collapsed,
.progressive-complete,
.progressive-empty {
  max-width: none;
  margin: 0;
}

.progressive-section {
  padding: 1.1rem 1.25rem 1.25rem;
}

.progressive-section > h2 {
  margin: 0 0 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e7e7e7;
  color: #101010;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.progressive-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
}

.progressive-field {
  display: grid;
  gap: 0.34rem;
  color: #30363b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.progressive-field.is-wide {
  grid-column: 1 / -1;
}

.progressive-field input,
.progressive-field select,
.progressive-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  border: 1px solid #d9e0e4;
  border-radius: 8px;
  background: #fbfcfd;
  color: #111315;
  padding: 0.7rem 0.78rem;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  outline: 0;
}

.progressive-field input,
.progressive-field select {
  height: 46px;
}

.progressive-field select {
  padding-block: 0;
}

/* The date-of-birth input inherits the normal field sizing/styling of its
   context (.field on the profile page, .progressive-field at checkout) so it
   matches every other field. Only the numeric alignment is customised, and the
   right padding leaves room for the .date-field-trigger calendar button. */
.progressive-field input[data-european-date],
[data-customer-profile-form] input[data-european-date] {
  font-variant-numeric: tabular-nums;
}

.progressive-field textarea {
  min-height: 86px;
  resize: vertical;
}

.progressive-field input:focus,
.progressive-field select:focus,
.progressive-field textarea:focus {
  border-color: #111315;
  box-shadow: 0 0 0 3px rgba(17, 19, 21, 0.08);
}

.progressive-field input[readonly] {
  background: #f5f5f5;
  color: #676767;
}

.progressive-address-notice {
  margin: 1.6rem 0;
  border: 1px solid #e7ecef;
  border-radius: 8px;
  background: #fbfcfc;
  color: #30363b;
  padding: 0.85rem 0.95rem;
  font-size: 0.84rem;
  line-height: 1.55;
}

.progressive-address-notice strong {
  display: block;
  max-width: 38rem;
  font-size: 1.02rem;
}

.progressive-address-notice ul {
  margin: 0.45rem 0 0;
  padding-left: 1.35rem;
}

.progressive-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 1rem 0;
  color: #252525;
  font-size: 0.9rem;
  line-height: 1.45;
}

.progressive-check input {
  width: 18px;
  height: 18px;
  margin: 0.08rem 0 0;
  accent-color: #111;
  flex: 0 0 auto;
}

.progressive-check.is-invalid {
  margin-inline: -0.7rem;
  padding: 0.7rem;
  border: 1px solid #d92d20;
  border-radius: 8px;
  background: #fff6f5;
  color: #b42318;
  scroll-margin-top: 140px;
}

.progressive-check.is-invalid input {
  outline: 3px solid rgba(217, 45, 32, 0.18);
  outline-offset: 2px;
}

.progressive-primary {
  width: 100%;
  min-height: 54px;
  margin-top: 0.8rem;
  border: 0;
  border-radius: 8px;
  background: #070707;
  color: #fff;
  padding: 0.8rem 1.2rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.progressive-primary:hover:not(:disabled) {
  background: #222;
}

.progressive-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.progressive-form-message,
.progressive-inline-message {
  min-height: 0;
  margin: 0.7rem 0 0;
  color: #a01e18;
  font-size: 0.84rem;
  font-weight: 700;
}

.progressive-collapsed {
  margin: 0;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e7e7e7;
}

.progressive-collapsed header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.progressive-collapsed h2 {
  margin: 0;
  color: #101214;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.progressive-collapsed button {
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  color: #111;
  padding: 0;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.progressive-collapsed p {
  margin: 0.18rem 0;
  color: #676d72;
  font-size: 0.82rem;
  line-height: 1.35;
}

.progressive-collapsed-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #707070;
}

.progressive-shipping-list {
  display: grid;
  gap: 0.75rem;
}

.progressive-shipping-option {
  min-height: 72px;
  border: 1px solid #dfe5e8;
  border-radius: 8px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  cursor: pointer;
}

.progressive-shipping-option:has(input:checked) {
  border-color: #111315;
  background: #f4f4f4;
  box-shadow: inset 0 0 0 1px #111315;
}

.progressive-shipping-option input {
  width: 18px;
  height: 18px;
  accent-color: #111315;
}

.progressive-shipping-option span {
  display: grid;
  gap: 0.2rem;
}

.progressive-shipping-option strong {
  font-size: 1rem;
}

.progressive-shipping-option small {
  color: #777;
}

.progressive-payment-card {
  border: 1px solid #e2e6e8;
  border-radius: 8px;
  overflow: hidden;
}

.progressive-payment-heading {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
}

.progressive-payment-heading span {
  width: 46px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}

.progressive-payment-content {
  border-top: 1px solid #e2e6e8;
  background: #fbfcfc;
  padding: clamp(1.1rem, 2.5vw, 2rem);
  color: #111;
  font-size: 0.95rem;
  line-height: 1.55;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: start;
}

.progressive-payment-content h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.progressive-payment-content p {
  margin: 0 0 1.1rem;
}

.progressive-payment-content dl {
  margin: 1.4rem 0;
}

.progressive-payment-content dl div {
  margin-bottom: 0.65rem;
}

.progressive-payment-content dt {
  color: #666;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.progressive-payment-content dd {
  margin: 0.12rem 0 0;
  font-size: 1.02rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.progressive-payment-content ul {
  margin: 0;
  padding-left: 1.2rem;
}

.progressive-payment-qr-card {
  border: 1px solid #e0e4e7;
  border-radius: 10px;
  background: #fff;
  padding: 1rem;
  text-align: center;
}

.progressive-payment-qr-card h3 {
  margin-bottom: 0.75rem;
}

.progressive-payment-qr {
  width: min(220px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 0.75rem;
  display: grid;
  place-items: center;
  background: #fff;
}

.progressive-payment-qr canvas,
.progressive-payment-qr img {
  display: block;
  width: 100% !important;
  height: auto !important;
  image-rendering: pixelated;
}

.progressive-payment-qr.is-unavailable {
  aspect-ratio: auto;
  min-height: 120px;
  border: 1px dashed #d2d7da;
  color: #6a7177;
  padding: 0.75rem;
  font-size: 0.78rem;
  line-height: 1.4;
}

.progressive-payment-qr-card > strong,
.progressive-payment-qr-card > span {
  display: block;
}

.progressive-payment-qr-card > strong {
  color: #111315;
  font-size: 1.2rem;
}

.progressive-payment-qr-card > span {
  margin-top: 0.1rem;
  color: #4f565c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.progressive-payment-qr-card > p {
  margin: 0.75rem 0 0;
  color: #676e74;
  font-size: 0.76rem;
  line-height: 1.45;
}

.progressive-review-block {
  margin-top: 1.8rem;
}

.progressive-review-block h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.progressive-review-block p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.progressive-check.is-terms {
  margin-top: 1.4rem;
  font-weight: 600;
}

.progressive-summary {
  max-width: none;
  margin: 0;
}

.progressive-summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 1rem 1.1rem 0.8rem;
  border-bottom: 1px solid #e7e7e7;
}

.progressive-summary-header h2 {
  margin: 0;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

.progressive-summary-header h2 span {
  font-size: 0.78em;
  font-weight: 400;
}

.progressive-summary-header a {
  color: #111;
  text-decoration: none;
  font-size: 1.4rem;
}

.progressive-summary-items {
  display: grid;
  gap: 0;
}

.progressive-summary-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid #ededed;
}

.progressive-summary-product {
  min-width: 0;
  display: grid;
  gap: 0.25rem;
}

.progressive-summary-product strong {
  color: #111315;
  font-size: 0.98rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.progressive-summary-product span {
  color: #6d7277;
  font-size: 0.76rem;
  font-weight: 600;
}

.progressive-summary-item > b {
  white-space: nowrap;
  font-size: 0.95rem;
}

.progressive-code-box {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  padding: 0.2rem 1.1rem;
}

.progressive-coupon-form > label {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.progressive-coupon-form > label span {
  font-size: 1.35rem;
}

.progressive-coupon-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  padding-bottom: 1rem;
}

.progressive-coupon-control input {
  min-width: 0;
  height: 44px;
  border: 1px solid #bfc1c3;
  border-radius: 6px;
  padding: 0 0.75rem;
  font: inherit;
  text-transform: uppercase;
}

.progressive-coupon-control button {
  min-width: 94px;
  border: 0;
  border-radius: 6px;
  background: #111;
  color: #fff;
  padding: 0 0.9rem;
  font: inherit;
  font-weight: 700;
}

.progressive-coupon-control button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.progressive-coupon-form .progressive-inline-message {
  margin-bottom: 0.9rem;
}

.progressive-coupon-form .progressive-inline-message:empty {
  display: none;
}

.progressive-coupon-form .progressive-inline-message[data-type="error"] {
  margin-top: 0.55rem;
  padding: 0.6rem 0.7rem;
  border-left: 3px solid #d92d20;
  border-radius: 4px;
  background: #fff6f5;
  color: #b42318;
  font-weight: 750;
  line-height: 1.4;
}

.progressive-code-applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  border: 1px solid #a9ddba;
  border-radius: 5px;
  background: #f0faf3;
  color: #126232;
  padding: 0.65rem;
  font-size: 0.8rem;
}

.progressive-code-applied button {
  flex: 0 0 auto;
  border: 1px solid #126232;
  border-radius: 5px;
  background: #fff;
  color: #126232;
  padding: 0.38rem 0.55rem;
  font: inherit;
  font-weight: 750;
  white-space: nowrap;
  cursor: pointer;
}

.progressive-code-applied button:hover {
  background: #e6f6ea;
}

.progressive-totals {
  display: grid;
  gap: 0;
}

.progressive-total-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #5e656b;
  padding: 0.68rem 1.1rem;
  font-size: 0.88rem;
}

.progressive-total-row.is-discount {
  color: #16713b;
}

.progressive-total-pending {
  color: #9aa0a5;
  font-size: 0.82rem;
  font-style: italic;
}

.progressive-total-row.is-total {
  margin-top: 0;
  border-top: 1px solid #e7e7e7;
  color: #111315;
  padding-block: 1rem;
  font-size: 1rem;
  font-weight: 800;
}

.progressive-total-row.is-total strong {
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.progressive-points-earn {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0.95rem 0 0;
  padding: 0.8rem 0.95rem;
  border-radius: 0;
  background: #f0faf4;
  border: 1px solid #cdeed8;
  color: #15653a;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

.progressive-points-earn strong {
  font-weight: 700;
  color: #0f5c33;
}

.progressive-points-earn-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1a7a3a;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1;
}

.progressive-secure {
  margin: 0;
  color: #777e84;
  padding: 0.9rem 1.1rem 1.05rem;
  font-size: 0.68rem;
  text-align: left;
}

.progressive-complete,
.progressive-empty {
  min-height: 430px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.8rem;
  padding: 2rem 1.25rem;
  text-align: center;
}

.progressive-complete-check {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #168342;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}

.progressive-complete h2,
.progressive-empty h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.progressive-complete p,
.progressive-empty p {
  max-width: 34rem;
  margin: 0;
  color: #666;
  line-height: 1.55;
}

.progressive-complete > div:not(.progressive-complete-actions) {
  display: grid;
  gap: 0.2rem;
}

.progressive-complete > div span {
  color: #777;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.progressive-complete > div strong {
  font-size: 1.2rem;
}

.progressive-complete-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.7rem;
}

.progressive-complete-actions a,
.progressive-empty a {
  min-height: 44px;
  border: 1px solid #111;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  padding: 0 1rem;
  text-decoration: none;
  font-weight: 700;
}

.progressive-error {
  border: 1px solid #c7382f;
  background: #fff2f1;
  color: #8f1f19;
  padding: 0.8rem;
}

@media (max-width: 980px) {
  .progressive-checkout-main .checkout-wrapper {
    grid-template-columns: 1fr;
  }

  .progressive-checkout-main .cart-summary-section {
    border: 1px solid #e8e8e8;
  }

  [data-progressive-checkout-summary] {
    position: static;
  }
}

@media (max-width: 620px) {
  .progressive-checkout-main {
    padding: 0.85rem 0.85rem 2.4rem;
  }

  [data-progressive-checkout-root],
  [data-progressive-checkout-summary] {
    padding: 0;
  }

  .progressive-section,
  .progressive-collapsed {
    padding-inline: 1rem;
  }

  .progressive-form-grid {
    grid-template-columns: 1fr;
  }

  .progressive-payment-content {
    grid-template-columns: 1fr;
  }

  .progressive-field.is-wide {
    grid-column: auto;
  }

  .progressive-summary-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
  }

  .progressive-coupon-control {
    grid-template-columns: 1fr;
  }

  .progressive-coupon-control button {
    min-height: 42px;
  }

  .progressive-code-applied,
  .progressive-collapsed-line {
    align-items: flex-start;
    flex-direction: column;
  }
}


.price-tax-note {
  display: block;
  margin-top: 0.18rem;
  color: #747a80;
  font-size: 0.66rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.pdp-price .price-tax-note {
  margin-top: 0.24rem;
  font-size: 0.74rem;
}

/* ---------------------------------------------------------------------------
   Product detail page — layout refresh (structure only, existing styling)
   --------------------------------------------------------------------------- */

.pdp-breadcrumb {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 1rem 0.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: #8a9095;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
}

.pdp-breadcrumb a {
  color: #8a9095;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pdp-breadcrumb a:hover {
  color: #161616;
}

.pdp-breadcrumb .pdp-crumb-sep {
  color: #c3c7cb;
}

.pdp-breadcrumb .pdp-crumb-current {
  color: #161616;
}

/* Specs strip moved under the media box, laid out as three columns */
.pdp-media-specs {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.pdp-media-specs .pdp-spec-row {
  display: block;
  grid-template-columns: none;
  padding: 0.85rem 0.95rem;
  border-bottom: none;
  border-left: 1px solid #eef0f2;
  gap: 0;
}

.pdp-media-specs .pdp-spec-row:first-child {
  border-left: none;
}

.pdp-media-specs .pdp-spec-row p:first-child {
  margin-bottom: 0.35rem;
  color: #8a9095;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.pdp-media-specs .pdp-spec-row p:last-child {
  color: #141618;
  font-size: 0.95rem;
  font-weight: 700;
}

.pdp-media-specs .pdp-format-row {
  display: block;
}

/* Stock pill relocated into the info column */
.pdp-stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  background: #b8e8c2;
  color: #1a4a26;
}

.pdp-stock-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.pdp-top:has(.pdp-media-wrap[data-shipping-status="sold-out"]) .pdp-stock-pill {
  background: #f5b8b8;
  color: #5a1a1a;
}

.pdp-info-col h1 {
  margin-top: 0.75rem;
}

.pdp-divider {
  margin: 1.35rem 0 0;
  border: none;
  border-top: 1px solid var(--line);
}

.pdp-divider + .pdp-price {
  margin-top: 1.15rem;
}

/* Full-width content sections below the buy box (Spezifikationen etc.) */
.pdp-section {
  max-width: 1030px;
  margin: 0 auto;
  padding: 2.8rem 1rem 0;
}

.pdp-section-head {
  margin-bottom: 1.35rem;
}

.pdp-section-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pdp-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  overflow: hidden;
}

.pdp-spec-cell {
  background: #fff;
  padding: 1.05rem 1.15rem;
}

.pdp-spec-key {
  margin: 0 0 0.5rem;
  color: #8a9095;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  font-weight: 500;
  text-transform: uppercase;
}

.pdp-spec-val {
  margin: 0;
  color: #141618;
  font-size: 0.98rem;
  font-weight: 600;
}

@media (max-width: 820px) {
  .pdp-spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .pdp-spec-grid {
    grid-template-columns: 1fr;
  }
}

/* Section 03 — Reinheit & Analysenzertifikat */
.pdp-purity-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
}

.pdp-purity-main {
  padding: 1.7rem 1.8rem;
}

.pdp-purity-value {
  margin: 0;
  color: #0b0b0b;
  font-size: clamp(2.3rem, 4.6vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.pdp-purity-value span {
  margin-left: 0.5rem;
  color: #9aa0a5;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.pdp-purity-list {
  margin: 1.7rem 0 0;
  padding: 0;
}

.pdp-purity-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid #ebedf0;
}

.pdp-purity-row:first-child {
  border-top: none;
}

.pdp-purity-row dt {
  margin: 0;
  color: #8a9095;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.pdp-purity-row dd {
  margin: 0;
  color: #141618;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
}

.pdp-purity-cert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  padding: 1.8rem 1.6rem;
  text-align: center;
  border-left: 1px solid var(--line);
  background: #fff;
}

.pdp-cert-icon {
  color: #1a1a1a;
  line-height: 0;
}

.pdp-cert-note {
  margin: 0;
  max-width: 26ch;
  color: #7a8085;
  font-size: 0.72rem;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pdp-cert-btn {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.pdp-cert-btn:hover {
  background: #111;
  color: #fff;
}

/* Section 04 — Lagerung & Handhabung */
.pdp-care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.pdp-care-cell {
  background: #fff;
  padding: 1.5rem 1.4rem 1.7rem;
}

.pdp-care-title {
  margin: 0 0 0.7rem;
  color: #1a1c1e;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdp-care-text {
  margin: 0;
  color: #5b6066;
  font-size: 0.86rem;
  line-height: 1.5;
  font-weight: 300;
}

@media (max-width: 820px) {
  .pdp-care-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .pdp-purity-box {
    grid-template-columns: 1fr;
  }

  .pdp-purity-cert {
    border-left: none;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  .pdp-care-grid {
    grid-template-columns: 1fr;
  }
}

/* Quantity + add-to-cart on one row */
.pdp-buy-row {
  display: flex;
  align-items: stretch;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.pdp-buy-row .pdp-quantity {
  margin-top: 0;
  flex: 0 0 auto;
}

.pdp-buy-row .pdp-add-btn {
  margin-top: 0;
  width: auto;
  flex: 1 1 auto;
}

/* Feature checklist */
.pdp-features {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.pdp-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 0.9rem;
  border-top: 1px solid #eef0f2;
  border-left: 1px solid #eef0f2;
  color: #3f4448;
  font-size: 0.72rem;
  font-weight: 500;
}

.pdp-feature::before {
  content: "\2713";
  flex: 0 0 auto;
  color: #1a7a3a;
  font-weight: 700;
}

.pdp-feature:nth-child(-n + 2) {
  border-top: none;
}

.pdp-feature:nth-child(odd) {
  border-left: none;
}

/* Research-only disclaimer */
.pdp-research {
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  border-radius: 8px;
  background: #0b0b0b;
  color: #d7d9dc;
  font-size: 0.66rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 480px) {
  .pdp-features {
    grid-template-columns: 1fr;
  }

  .pdp-feature:nth-child(2) {
    border-top: 1px solid #eef0f2;
  }

  .pdp-feature:nth-child(odd) {
    border-left: none;
  }
}


.checkout-coupon-applied.is-confirmed {
  margin-top: 0.65rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid #a9ddba;
  border-radius: 8px;
  background: #f0faf3;
  color: #126232;
  font-size: 0.76rem;
  font-weight: 700;
}

.checkout-coupon-applied.is-confirmed span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.checkout-coupon-applied.is-confirmed span::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #168342;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  flex: 0 0 auto;
}

.checkout-coupon-status {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid #9ed7b0;
  border-radius: 10px;
  background: #effaf2;
  color: #115e30;
  box-shadow: 0 5px 16px rgba(22, 131, 66, 0.08);
}

.checkout-coupon-check {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #168342;
  color: #fff;
  font-weight: 900;
  flex: 0 0 auto;
}

.checkout-coupon-status div {
  display: grid;
  gap: 0.12rem;
}

.checkout-coupon-status strong {
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.checkout-coupon-status small {
  font-size: 0.74rem;
  font-weight: 700;
}

.summary-discount {
  padding: 0.42rem 0.5rem;
  border-radius: 6px;
  background: #effaf2;
  font-weight: 700;
}


.checkout-settings-page {
  max-width: 1280px;
}

.settings-intro {
  margin: 0.35rem 0 1.5rem;
  color: var(--text-muted, #68707a);
}

.settings-card {
  margin-bottom: 1.25rem;
  border: 1px solid #e0e4e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(20, 30, 40, 0.05);
  padding: clamp(1rem, 2.2vw, 1.5rem);
}

.settings-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.settings-card-heading h2 {
  margin: 0;
  color: #17202a;
  font-size: 1.2rem;
}

.settings-card-heading p {
  margin: 0.35rem 0 0;
  color: #6a737d;
  font-size: 0.88rem;
  line-height: 1.45;
}

.settings-add-button {
  min-height: 40px;
  border: 1px solid #1d2732;
  border-radius: 7px;
  background: #1d2732;
  color: #fff;
  padding: 0 0.9rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.shipping-settings-list {
  display: grid;
  gap: 0.5rem;
}

.shipping-setting-row {
  border: 1px solid var(--admin-border, #dfe7ef);
  border-radius: 8px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.shipping-setting-row + .shipping-setting-row {
  margin-top: 10px;
}

.shipping-setting-row-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0.45rem 0.75rem;
}

/* Collapsible header: the title area is a click target that toggles the row. */
.shipping-row-toggle {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  margin: 0;
  padding: 0.2rem 0;
  border: 0;
  background: none;
  color: var(--admin-text, #101827);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.shipping-row-caret {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8a94a3;
  border-bottom: 2px solid #8a94a3;
  transform: rotate(-45deg);
  transition: transform 0.15s ease;
}

.shipping-setting-row[data-collapsed="false"] .shipping-row-caret {
  transform: rotate(45deg);
}

.shipping-setting-row-header strong {
  margin: 0;
  flex: 0 0 auto;
  font-size: 0.85rem;
  white-space: nowrap;
}

.shipping-row-summary {
  overflow: hidden;
  color: var(--admin-muted, #6b7280);
  font-size: 0.8rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shipping-setting-row[data-collapsed="false"] .shipping-row-summary {
  display: none;
}

.shipping-setting-row[data-collapsed="true"] .settings-form-grid {
  display: none;
}

.shipping-setting-row .settings-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 0.9rem;
  padding: 0 0.75rem 0.85rem;
}

.shipping-setting-row .settings-field.is-wide {
  grid-column: auto;
}

.shipping-setting-row .settings-field {
  gap: 0.3rem;
  font-size: 0.72rem;
}

.shipping-setting-row .settings-field input,
.shipping-setting-row .settings-field select {
  min-height: 42px;
  height: 42px;
  padding: 0.5rem 0.7rem;
  font-size: 0.88rem;
  border-radius: 8px;
}

.shipping-setting-row-header > .icon-action {
  flex: 0 0 auto;
}

.shipping-active-toggle,
.shipping-active-toggle:hover {
  border: 0;
  color: #fff;
}

.shipping-active-toggle[data-active="true"] {
  background: #12b76a;
}

.shipping-active-toggle[data-active="true"]:hover {
  background: #0e9f5d;
  color: #fff;
}

.shipping-active-toggle[data-active="false"] {
  background: #d92d20;
}

.shipping-active-toggle[data-active="false"]:hover {
  background: #b42318;
  color: #fff;
}

/* ---- Holidays page (admin/holidays.html) ----
   Same collapsible-row pattern as the shipping options above, kept separate so
   the two pages can be restyled independently. */
.holiday-settings-list {
  display: grid;
  gap: 0.5rem;
}

.holiday-setting-row {
  border: 1px solid var(--admin-border, #dfe7ef);
  border-radius: 8px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.holiday-setting-row + .holiday-setting-row {
  margin-top: 10px;
}

.holiday-setting-row-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0.45rem 0.75rem;
}

.holiday-row-toggle {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  margin: 0;
  padding: 0.2rem 0;
  border: 0;
  background: none;
  color: var(--admin-text, #101827);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.holiday-row-caret {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8a94a3;
  border-bottom: 2px solid #8a94a3;
  transform: rotate(-45deg);
  transition: transform 0.15s ease;
}

.holiday-setting-row[data-collapsed="false"] .holiday-row-caret {
  transform: rotate(45deg);
}

.holiday-setting-row-header strong {
  margin: 0;
  flex: 0 0 auto;
  font-size: 0.85rem;
  white-space: nowrap;
}

.holiday-row-summary {
  overflow: hidden;
  color: var(--admin-muted, #6b7280);
  font-size: 0.8rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.holiday-setting-row[data-collapsed="true"] .settings-form-grid {
  display: none;
}

.holiday-setting-row .settings-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 0.9rem;
  padding: 0 0.75rem 0.85rem;
}

.holiday-setting-row .settings-field {
  gap: 0.3rem;
  font-size: 0.72rem;
}

.holiday-setting-row .settings-field input {
  min-height: 42px;
  height: 42px;
  padding: 0.5rem 0.7rem;
  font-size: 0.88rem;
  border-radius: 8px;
}

.holiday-setting-row-header > .icon-action {
  flex: 0 0 auto;
}

.holiday-active-toggle,
.holiday-active-toggle:hover {
  border: 0;
  color: #fff;
}

.holiday-active-toggle[data-active="true"] {
  background: #12b76a;
}

.holiday-active-toggle[data-active="true"]:hover {
  background: #0e9f5d;
  color: #fff;
}

.holiday-active-toggle[data-active="false"] {
  background: #d92d20;
}

.holiday-active-toggle[data-active="false"]:hover {
  background: #b42318;
  color: #fff;
}

.holiday-row-preview {
  grid-column: 1 / -1;
  margin: 0;
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.45;
}

.holiday-empty {
  margin: 0;
  color: #6b7280;
  font-size: 0.86rem;
  font-weight: 600;
}

.settings-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.settings-field {
  display: grid;
  gap: 0.38rem;
  color: #36404a;
  font-size: 0.78rem;
  font-weight: 700;
}

.settings-field.is-wide {
  grid-column: 1 / -1;
}

.settings-field input,
.settings-field select,
.settings-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  border: 1px solid #ccd2d8;
  border-radius: 7px;
  background: #fff;
  color: #18202a;
  padding: 0.68rem 0.75rem;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  outline: 0;
}

.settings-field input,
.settings-field select {
  height: 44px;
}

.settings-field select {
  padding-block: 0;
}

.settings-field textarea {
  min-height: 96px;
  resize: vertical;
}

.settings-field input:focus,
.settings-field select:focus,
.settings-field textarea:focus {
  border-color: #101827;
  box-shadow: 0 0 0 3px rgba(16, 24, 39, 0.14);
}

.settings-save-bar {
  position: sticky;
  bottom: 0;
  z-index: 3;
  border: 1px solid #dce1e5;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -8px 30px rgba(20, 30, 40, 0.08);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0.85rem 1rem;
}

.settings-message {
  margin: 14px 0 0;
  color: #1f2937;
  font-size: 0.86rem;
  font-weight: 700;
}

.settings-message[hidden] {
  display: none;
}

.settings-message[data-type="error"] {
  color: #b42318;
}

.settings-message[data-type="info"] {
  color: #745114;
}

.coupon-product-help {
  display: block;
  margin-top: 0.4rem;
  color: #758196;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
}

.coupon-product-scope {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  border: 1px solid #dfe7ef;
  border-radius: 999px;
  background: #f6f9fb;
  color: #354158;
  padding: 0.3rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.profile-form-intro {
  margin: -0.35rem 0 1.2rem;
  color: #656b70;
  font-size: 0.9rem;
  line-height: 1.5;
}

.profile-required-note {
  margin: -0.65rem 0 1rem;
  color: #656b70;
  font-size: 0.82rem;
}

.profile-required-note strong {
  color: #b42318;
}

.required-star {
  display: inline !important;
  flex: 0 0 auto;
  margin-left: 0.2rem;
  color: #d92d20 !important;
  font-weight: 800;
  line-height: 1;
}

/* Only the label text span goes inline-flex (to keep the required-star aligned).
   The .date-field wrapper is also a direct-child <span> once the calendar is
   built, so exclude it — otherwise it flows beside the label instead of below. */
[data-customer-profile-form] .field > span:not(.date-field),
[data-profile-password-form] .field > span:not(.date-field),
.progressive-field > span:not(.date-field) {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

[data-customer-profile-form] .field.is-invalid > span,
.progressive-field.is-invalid > span {
  color: #b42318;
}

[data-customer-profile-form] .field.is-invalid input,
[data-customer-profile-form] .field.is-invalid select,
[data-customer-profile-form] .field.is-invalid textarea,
.progressive-field.is-invalid input,
.progressive-field.is-invalid select,
.progressive-field.is-invalid textarea {
  border-color: #d92d20 !important;
  background: #fff6f5 !important;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.14) !important;
}

[data-customer-profile-form] .field.is-invalid,
.progressive-field.is-invalid {
  scroll-margin-top: 140px;
}

[data-customer-profile-form] .field select {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  border: 1px solid #d8dde1;
  border-radius: 8px;
  background: #fff;
  color: #17191b;
  padding: 0 0.9rem;
  font: inherit;
  outline: none;
}

.checkout-form-grid select {
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  border: 1px solid #d9e0e4;
  border-radius: 8px;
  background: #fbfcfd;
  color: #111315;
  padding: 0 0.72rem;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  outline: none;
}

.checkout-form-grid select:focus {
  border-color: #111315;
  box-shadow: 0 0 0 3px rgba(17, 19, 21, 0.08);
}

#addCouponForm #coupon-product,
#editCouponForm #coupon-product {
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  min-height: 54px;
  border: 1px solid var(--admin-border, #d8dde1);
  border-radius: 8px;
  background: #fff;
  color: var(--admin-text, #17191b);
  padding: 0 44px 0 15px;
  font: inherit;
  font-size: 1rem;
  line-height: 1.2;
  outline: none;
}

#addCouponForm #coupon-product:focus,
#editCouponForm #coupon-product:focus {
  border-color: var(--admin-green, #101827);
  box-shadow: 0 0 0 3px rgba(16, 24, 39, 0.14);
}

.coupon-scope-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 20px !important;
}

.coupon-scope-row > .form-group {
  min-width: 0;
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .coupon-scope-row {
    grid-template-columns: 1fr;
    gap: 14px !important;
  }
}

/* Homepage trust section */
.why-us {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(2.4rem, 7vw, 8rem);
  background:
    radial-gradient(circle at 85% 8%, rgb(115 178 193 / 0.2), transparent 27rem),
    linear-gradient(145deg, #11181d, #0a0d10 72%);
  color: #fff;
  overflow: hidden;
}

.why-us::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgb(255 255 255 / 0.035) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
  content: "";
  pointer-events: none;
}

.why-us-head,
.why-us-grid {
  position: relative;
  z-index: 1;
  max-width: 1284px;
  margin-left: auto;
  margin-right: auto;
}

.why-us-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: end;
  gap: 1rem 4rem;
  margin-bottom: clamp(2.25rem, 4vw, 3.6rem);
}

.why-us-head h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.15rem, 4.5vw, 4.75rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  scroll-margin-top: 130px;
}

.why-us-intro {
  max-width: 38rem;
  margin: 0 0 0.35rem;
  color: #c0c8cd;
  font-size: clamp(0.95rem, 1.15vw, 1.1rem);
  font-weight: 300;
  line-height: 1.6;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgb(255 255 255 / 0.14);
  border-left: 1px solid rgb(255 255 255 / 0.14);
}

.why-us-card {
  position: relative;
  min-height: 300px;
  padding: clamp(1.35rem, 2.4vw, 2.2rem);
  border-right: 1px solid rgb(255 255 255 / 0.14);
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.025);
  transition: background 180ms ease;
}

.why-us-card:hover {
  z-index: 2;
  background: rgb(122 177 189 / 0.11);
}

.why-us-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgb(159 198 206 / 0.36);
  border-radius: 50%;
  background: rgb(159 198 206 / 0.08);
  color: #a9d1d9;
}

.why-us-icon svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-us-number {
  position: absolute;
  top: clamp(1.35rem, 2.4vw, 2.2rem);
  right: clamp(1.35rem, 2.4vw, 2.2rem);
  color: rgb(255 255 255 / 0.3);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.why-us-card h3 {
  margin: clamp(2.5rem, 4vw, 4rem) 0 0;
  font-size: clamp(1.2rem, 1.65vw, 1.6rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.why-us-card p {
  max-width: 32ch;
  margin: 0.85rem 0 0;
  color: #aeb8be;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.55;
}

.why-copy-en { display: none; }
html[lang^="en"] .why-us .why-copy-de { display: none; }
html[lang^="en"] .why-us .why-copy-en { display: inline; }

/* Product-card quantity controls */
.product-card.is-quantity-enabled .product-meta {
  gap: 0.5rem;
}

.product-card.is-quantity-enabled .product-meta > p {
  min-width: 0;
  margin-right: auto;
}

.product-card-quantity {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 3px;
  border: 1px solid #dde1e4;
  border-radius: 999px;
  background: #f3f5f6;
}

.product-card .product-meta .product-card-quantity button {
  display: grid;
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111315;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.product-card .product-meta .product-card-quantity button:hover:not(:disabled) {
  background: #111315;
  color: #fff;
}

.product-card .product-meta .product-card-quantity button:disabled {
  opacity: 0.36;
}

.product-card-quantity [data-card-qty-value] {
  min-width: 28px;
  color: #111315;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.product-card .product-meta > .product-card-add-selected {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 800;
}

.product-card-add-selected svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

button.view-btn {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .product-card.is-quantity-enabled .product-meta {
    flex-wrap: wrap;
  }

  .product-card.is-quantity-enabled .product-meta > p {
    flex-basis: 100%;
  }
}

@media (max-width: 900px) {
  .why-us-head {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .why-us-head h2 { max-width: 14ch; }
  .why-us-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .why-us { padding: 3.5rem 1rem; }
  .why-us-grid { grid-template-columns: 1fr; }
  .why-us-card { min-height: 265px; padding: 1.35rem; }
  .why-us-number { top: 1.35rem; right: 1.35rem; }
  .why-us-card h3 { margin-top: 2.4rem; }
}

[data-customer-profile-form] .field select:focus {
  border-color: #1769e0;
  box-shadow: 0 0 0 3px rgba(23, 105, 224, 0.12);
}

.contact-section {
  background: var(--surface-bg, #fafafa);
}

@media (max-width: 760px) {
  .settings-card-heading,
  .settings-save-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .settings-form-grid {
    grid-template-columns: 1fr;
  }

  .settings-field.is-wide {
    grid-column: auto;
  }

  .settings-add-button,
  .settings-save-bar .save-changes-btn {
    width: 100%;
  }
}

/* ---- Order history table: match the admin panel styling (dashboard only) ---- */
.table-card {
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(44, 61, 88, 0.08);
  padding: 22px;
}

.card-header {
  margin-bottom: 22px;
  padding-bottom: 0;
  border-bottom: 0;
}

.card-title {
  margin: 0;
  color: #101827;
  font-size: 1.18rem;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.table-responsive {
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  background: #fff;
  overflow-x: auto;
}

.order-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}

.order-table th {
  padding: 15px 16px;
  border-bottom: 1px solid #dfe7ef;
  background: #f7f9fc;
  color: #60708a;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.order-table td {
  padding: 16px;
  border-bottom: 1px solid #edf1f5;
  color: #303a4d;
  font-size: 0.9rem;
  vertical-align: middle;
}

.order-table tbody tr:last-child td {
  border-bottom: 0;
}

.order-table tbody tr:hover {
  background: #fbfcfe;
}

.status-label {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.status-complete {
  background: #eef1f5;
  color: #101827;
  border-color: #d3dae2;
}

.status-progress {
  background: #fff8e9;
  color: #9b6416;
  border-color: #f4d69b;
}

.status-cancelled {
  background: #fdf1f0;
  color: #b42318;
  border-color: #f1c4be;
}

/* Cancel button in the customer's order table (unpaid orders only). */
.order-cancel-btn {
  min-height: 36px;
  border: 1px solid #d8dde3;
  border-radius: 999px;
  background: #fff;
  color: #45505f;
  padding: 0 14px;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.order-cancel-btn:hover,
.order-cancel-btn:focus-visible {
  border-color: #b42318;
  color: #b42318;
  outline: none;
}

.order-cancel-btn:disabled {
  cursor: progress;
  opacity: 0.6;
}

/* Customer account area on mobile: stacked order cards, zero horizontal scrolling */
@media (max-width: 680px) {
  .about-page main,
  .about-page .site-shell {
    overflow-x: clip;
  }

  .table-card {
    padding: 14px 12px;
  }

  .table-responsive {
    overflow: visible;
  }

  .order-table {
    display: block;
    width: 100%;
  }

  .order-table thead {
    display: none;
  }

  .order-table tbody {
    display: block;
  }

  .order-table tbody tr {
    display: block;
    margin-bottom: 12px;
    padding: 4px 14px;
    border: 1px solid #e5e6e8;
    border-radius: 12px;
    background: #fff;
  }

  .order-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .order-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 11px 0;
    border-bottom: 1px solid #eee;
    text-align: right;
    overflow-wrap: anywhere;
  }

  .order-table td:last-child {
    border-bottom: 0;
  }

  .order-table td[data-label]::before {
    content: attr(data-label);
    flex: 0 0 auto;
    max-width: 45%;
    color: #5a5f64;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
  }

  .order-table td[data-full-row] {
    justify-content: flex-start;
    text-align: left;
  }
}

/* ---- Custom date-of-birth calendar ---- */
.date-field {
  position: relative;
  display: block;
}

.date-field input {
  padding-right: 3rem;
}

.date-field-trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #b6bbc0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.date-field-trigger:hover,
.date-field.is-open .date-field-trigger {
  color: #6c737a;
}

.date-field-trigger svg {
  width: 17px;
  height: 17px;
}

.date-calendar {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  width: 300px;
  max-width: calc(100vw - 2rem);
  padding: 14px;
  background: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgb(20 28 38 / 0.16);
  font-family: inherit;
}

.date-cal-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.date-cal-selects {
  display: flex;
  flex: 1;
  gap: 6px;
}

.date-cal-selects select {
  flex: 1;
  height: 38px;
  padding: 0 0.5rem;
  border: 1px solid #dde1e5;
  border-radius: 8px;
  background: #fdfdfd;
  color: #1d2125;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}

.date-cal-selects select:focus {
  border-color: #bac2c9;
  box-shadow: 0 0 0 3px rgb(133 154 172 / 0.12);
}

.date-cal-nav {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e7ea;
  border-radius: 8px;
  background: #fff;
  color: #1d2125;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.date-cal-nav:hover {
  background: #f3f5f6;
  border-color: #d4d9dd;
}

.date-cal-weekdays,
.date-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.date-cal-weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  color: #8a9096;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.date-cal-day {
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #1d2125;
  font-family: inherit;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.date-cal-day.is-empty {
  visibility: hidden;
}

.date-cal-day:hover:not(:disabled):not(.is-selected) {
  background: #f0f2f4;
}

.date-cal-day.is-selected {
  background: #1d2125;
  color: #fff;
  font-weight: 600;
}

.date-cal-day:disabled {
  color: #c8cdd1;
  cursor: default;
}

/* ---- Password requirements checklist ---- */
.password-requirements {
  grid-column: 1 / -1;
  list-style: none;
  margin: 0.6rem 0 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e4e7ea;
  border-radius: 10px;
  background: #fbfbfc;
  display: grid;
  gap: 0.4rem;
}

.password-requirements li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #6c737a;
  font-size: 0.82rem;
  font-weight: 400;
  transition: color 0.2s ease;
}

.password-requirements li.is-met {
  color: #1d7a3e;
}

.password-requirements .req-icon {
  flex: 0 0 auto;
  display: inline-flex;
}

.password-requirements .req-icon svg {
  width: 18px;
  height: 18px;
}

.password-requirements .req-ring {
  fill: none;
  stroke: #cdd2d7;
  stroke-width: 1.5;
  transition: stroke 0.2s ease, fill 0.2s ease;
}

.password-requirements .req-tick {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.password-requirements li.is-met .req-ring {
  fill: #1d7a3e;
  stroke: #1d7a3e;
}

.password-requirements li.is-met .req-tick {
  opacity: 1;
}

/* Field labels that wrap their text in a nested span (for i18n) alongside the
   required-star must keep both pieces on one line; the base rule forces the
   nested span to display:block otherwise. */
.field > span > span {
  display: inline;
}

/* 18+ confirmation checkbox */
.age-confirm {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.9rem 0 0.2rem;
  cursor: pointer;
  color: #4a5157;
  font-size: 0.9rem;
  font-weight: 400;
  user-select: none;
}

.age-confirm input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.age-confirm-box {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid #cdd2d7;
  border-radius: 6px;
  background: #fdfdfd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.age-confirm-box svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.age-confirm input:checked + .age-confirm-box {
  border-color: #1d7a3e;
  background: #1d7a3e;
}

.age-confirm input:checked + .age-confirm-box svg {
  opacity: 1;
}

.age-confirm input:focus-visible + .age-confirm-box {
  box-shadow: 0 0 0 3px #859aac1f;
  border-color: #bac2c9;
}

.contact-submit:disabled {
  background: #c7ccd1;
  cursor: not-allowed;
}

.contact-submit:disabled:hover {
  background: #c7ccd1;
}

@media (max-width: 640px) {
  .date-calendar {
    width: 280px;
  }
}

/* ---- Points balance inline in the account action row (dashboard) ---- */
.points-inline {
  margin: 0 0 0 auto;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c737a;
}

.points-inline strong {
  color: #111417;
  font-weight: 800;
}

/* ---- Profile completion nudge (dashboard) ---- */
.profile-progress {
  display: block;
  margin: 1.4rem 0;
  padding: clamp(1.1rem, 2.4vw, 1.5rem);
  border: 1px solid #e4e7ea;
  border-radius: 14px;
  background: #fff;
}

.profile-progress-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.profile-progress-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #111417;
}

.profile-progress-lead {
  margin: 0.4rem 0 0;
  max-width: 52ch;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #6c737a;
}

.profile-progress-percent {
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  color: #111417;
  font-variant-numeric: tabular-nums;
}

.profile-progress-track {
  height: 8px;
  margin: 1rem 0 1.1rem;
  border-radius: 999px;
  background: #eef1f3;
  overflow: hidden;
}

.profile-progress-bar {
  display: block;
  height: 100%;
  min-width: 8px;
  border-radius: 999px;
  background: #111417;
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.profile-progress-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #111417;
  border-radius: 999px;
  background: #111417;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.profile-progress-cta:hover {
  background: #2a2d30;
  border-color: #2a2d30;
}

/* ---- Points wallet card (dashboard) ---- */
.points-card {
  margin: 1.4rem 0;
  border: 1px solid #e4e7ea;
  border-radius: 14px;
  background: #fff;
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
}

.points-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
}

.points-card-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #6c737a;
}

.points-card-balance {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  color: #111315;
}

.points-card-value {
  margin-left: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #6c737a;
}

.points-card-note {
  font-size: 0.8rem;
  color: #8a9095;
}

.points-affiliate {
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid #eef1f3;
}

.points-affiliate-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.points-affiliate-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.7rem;
  background: #f4f6f7;
  border-radius: 8px;
  color: #111315;
}

.points-affiliate-copy {
  border: 1px solid #d3d9dd;
  background: #fff;
  border-radius: 8px;
  padding: 0.42rem 0.85rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.points-affiliate-copy:hover {
  background: #f4f6f7;
  border-color: #b9c1c7;
}

.points-affiliate-hint {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
  color: #8a9095;
  line-height: 1.5;
}

.points-history {
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid #eef1f3;
}

.points-history-title {
  margin: 0 0 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #6c737a;
}

.points-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.points-history-list li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.88rem;
  color: #30363b;
}

.points-history-list time {
  color: #9aa0a5;
  font-size: 0.8rem;
}

.points-history-list b {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.points-history-list li.is-in b {
  color: #1a7f43;
}

.points-history-list li.is-out b {
  color: #b42318;
}

.points-history-empty {
  margin: 0;
  font-size: 0.85rem;
  color: #9aa0a5;
}

/* ---- Points redemption control (checkout summary) ---- */
.progressive-points {
  margin-top: 0.7rem;
}

.progressive-points-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.7rem 0.8rem;
  border: 1px dashed #cfd6da;
  border-radius: 10px;
  background: #fbfcfd;
  font-size: 0.86rem;
  color: #30363b;
}

.progressive-points-row strong {
  font-weight: 700;
}

.progressive-points-row button {
  border: 1px solid #111315;
  background: #111315;
  color: #fff;
  border-radius: 8px;
  padding: 0.42rem 0.9rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.progressive-points-row button:hover {
  opacity: 0.88;
}

.progressive-points.is-applied .progressive-code-applied {
  border-color: #1a7f43;
  background: #f0f9f3;
}

.progressive-points-note {
  margin: 0.6rem 0 0;
  font-size: 0.78rem;
  color: #8a9095;
  line-height: 1.5;
}
