@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Atkinson Hyperlegible", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background: #fff;
  color: #2b2524;
  font-size: 16px;
  line-height: 1.5;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 768px) {
  header {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 48px;
  }
}
header > p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #2b2524;
}
header > p svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #348A96;
}
header > p sup {
  font-size: 0.55em;
  vertical-align: super;
}

.page-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-wrapper {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 12px;
    align-items: start;
  }
}

.section {
  margin-bottom: 12px;
  background: #f0f0f0;
  padding: 12px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* ── Section notes (checkmarks) ── */
}
@media (min-width: 768px) {
  .section {
    border: 1px solid #666;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 12px;
  }
}
.section .section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.section .section-heading .step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #04727C;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section .section-heading h2 {
  font-size: 22px;
  font-weight: 700;
  color: #04727C;
}
.section .section-notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
  padding-left: 48px;
}
@media (min-width: 768px) {
  .section .section-notes {
    padding-left: 0;
  }
}
.section .section-notes > p {
  font-size: 14px;
  color: #2b2524;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section .section-notes > p > .check {
  color: #04727C;
  font-size: 14px;
}

.products-table {
  width: 100%;
  border-collapse: collapse;
}
.products-table th {
  font-size: 14px;
  text-align: left;
  padding: 0 0 12px;
  border-bottom: 0.5px solid #666;
  font-weight: normal;
}
.products-table th:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .products-table th:nth-child(2) {
    display: table-cell;
  }
}
.products-table th:last-child {
  text-align: center;
}
.products-table td {
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 0.5px solid #f0f0f0;
  vertical-align: middle;
}
.products-table td:nth-child(1) {
  font-weight: bold;
}
.products-table td:nth-child(1) small {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #2b2524;
}
@media (min-width: 768px) {
  .products-table td:nth-child(1) small {
    display: none;
  }
}
.products-table td:nth-child(2) {
  white-space: nowrap;
  padding-right: 12px;
}
.products-table td:nth-child(3) {
  text-align: center;
}
.products-table td.price-col {
  display: none;
}
@media (min-width: 768px) {
  .products-table td.price-col {
    display: table-cell;
  }
}
.products-table td .qty {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.products-table td .qty-btn {
  width: 24px;
  height: 24px;
  border: 0.5px solid #2b2524;
  border-radius: 50%;
  background: #fff;
  color: #2b2524;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.products-table td .qty-btn:hover {
  background: #f0f0f0;
}
.products-table td .qty-val {
  font-size: 16px;
  font-weight: 500;
  min-width: 24px;
  text-align: center;
  color: #2b2524;
}
.products-table tr:last-child td {
  border-bottom: none;
}

.field {
  margin-bottom: 12px;
}
.field--checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
}
.field--checkbox input[type=checkbox] {
  width: auto;
  height: auto;
  flex-shrink: 0;
  margin: 0;
}
.field--checkbox label {
  margin-bottom: 0 !important;
  display: inline;
  user-select: none;
}
.field label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.field label .opt {
  font-weight: 400;
  color: #999;
  font-size: 14px;
}
.field input:not([type=checkbox]),
.field select,
.field textarea {
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 14px;
  font-family: "Atkinson Hyperlegible", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #2b2524;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  appearance: none;
}
.field input:not([type=checkbox]):focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: #04727C;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(4, 114, 124, 0.15);
}
.field textarea {
  height: auto;
  padding: 12px 12px;
  resize: vertical;
  width: 100%;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232b2524' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px;
}
.field-row .field {
  margin-bottom: 12px;
}
.field-row.half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.field-row.half .field {
  margin-bottom: 12px;
}

/* ── Payment methods ── */
.payment-method {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 12px;
}
.payment-method.selected .radio {
  border-color: #04727C;
}
.payment-method.selected .radio-dot {
  display: block;
}
.payment-method .radio {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #bbb;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-method .radio-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #04727C;
  display: none;
}

.order-summary {
  margin-bottom: 24px;
}
.order-summary .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #2b2524;
}
.order-summary .summary-divider {
  border: none;
  border-top: 0.5px solid #666;
  margin: 10px 0;
}
.order-summary .summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #2b2524;
  font-weight: bold;
}

/* ── Submit button ── */
.order-submit-button {
  display: block;
  width: 100%;
  background-color: #EB6300;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: "Atkinson Hyperlegible", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.15s ease;
  padding: 12px 0;
  margin-top: 24px;
}
.order-submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.order-submit-button:hover:not(:disabled) {
  background-color: #035f68;
}
.order-submit-button:active:not(:disabled) {
  background-color: #024d55;
}

.trust-factors {
  list-style: none;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .trust-factors {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 0;
  }
}
.trust-factors li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #2b2524;
  margin-bottom: 6px;
}
.trust-factors li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .trust-factors li {
    margin-bottom: 0;
  }
}

.discount-apply-button {
  display: block;
  width: 100%;
  padding: 6px 12px;
  background-color: #04727C;
  color: #fff;
  border-radius: 12px;
  border: none;
  font-family: "Atkinson Hyperlegible", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.column:last-child .section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .column:last-child .section:last-child {
    border-bottom: 1px solid #666;
    margin-bottom: 12px;
  }
}

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