body.email-body {
  margin: 0;
  padding: 0;
  background-color: #f3f4f6;
}

.email-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f3f4f6;
}

.email-shell__pad {
  padding: 16px 8px 24px;
}

.email-card {
  width: 100%;
  max-width: 680px;
  border-collapse: separate;
}

.email-card__section {
  padding: 0 0 12px;
}

.email-hero {
  width: 100%;
  background-color: #131313;
  border-radius: 20px 20px 0 0;
}

.email-hero__body {
  padding: 28px 28px 20px;
}

.email-logo-wrap {
  display: block;
  margin: 0 0 20px;
}

.email-logo {
  display: block;
  width: 160px;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  outline: none;
  text-decoration: none;
}

.email-logo-link {
  display: inline-block;
  text-decoration: none;
}

.email-eyebrow {
  display: inline-block;
  padding: 9px 12px;
  border-radius: 999px;
  background-color: #f43305;
  color: #131313;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.email-title {
  margin: 18px 0 8px;
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.email-subtitle {
  margin: 0;
  color: #d1d5db;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.email-panel {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.email-panel__body {
  padding: 18px 16px;
}

.email-section {
  width: 100%;
  margin: 0 0 24px;
}

.email-section--compact {
  margin-bottom: 20px;
}

.email-section--notes {
  margin-bottom: 8px;
}

.email-section__title {
  padding: 0 0 12px;
  color: #131313;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.email-section__body {
  padding: 0;
}

.email-button {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 12px;
  background-color: #f43305;
  color: #131313;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.email-link {
  color: #f43305;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

.email-inline-meta {
  color: #374151;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.email-meta-card {
  padding: 14px 16px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background-color: #fafafa;
}

.email-meta-row + .email-meta-row {
  margin-top: 8px;
}

.email-meta-label,
.email-meta-value {
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.email-meta-label {
  width: 116px;
  color: #6b7280;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.email-meta-value {
  color: #111827;
}

.email-meta-value--mono {
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  word-break: break-word;
}

.email-details {
  width: 100%;
  border-collapse: collapse;
}

.email-details__label {
  width: 84px;
  padding: 8px 0;
  vertical-align: top;
  border-bottom: 1px solid #e5e7eb;
  color: #6b7280;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.email-details__label--last {
  border-bottom: 0;
  padding-bottom: 0;
}

.email-details__value {
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
  color: #111827;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.email-details__value--last {
  border-bottom: 0;
  padding-bottom: 0;
}

.email-details__value--break {
  word-break: break-word;
}

.email-products {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  border-collapse: separate;
  background-color: #ffffff;
}

.email-products__head {
  padding: 12px 14px;
  background-color: #131313;
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.email-products__head--qty {
  width: 76px;
}

.email-products__head--price {
  width: 84px;
}

.email-products__item {
  padding: 14px;
  border-bottom: 1px solid #e5e7eb;
  color: #111827;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.email-products__item--last {
  border-bottom: 0;
}

.email-products__name {
  color: #111827;
  font-weight: 700;
}

.email-products__subtext {
  margin-top: 4px;
  color: #6b7280;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.email-products__money {
  white-space: nowrap;
}

.email-products__price {
  padding: 14px 8px;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.email-products__price--last {
  border-bottom: 0;
}

.email-products__qty {
  padding: 14px;
  border-bottom: 1px solid #e5e7eb;
  color: #f43305;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.email-products__qty--last {
  border-bottom: 0;
}

.email-note-box {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 16px;
  background-color: #fafafa;
}

.email-note-box__body {
  padding: 14px;
  color: #374151;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.email-note-box__body--shipping {
  padding-top: 8px;
}

.email-note-box__body p {
  margin: 0 0 1em;
}

.email-note-box__body p:last-child {
  margin-bottom: 0;
}

.email-note-box__body--muted {
  color: #6b7280;
  line-height: 1.6;
}

.email-note-box__body--alert {
  color: #7c2d12;
  font-weight: 700;
}

.email-alert-badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 11px;
  border-radius: 999px;
  background-color: #fff0eb;
  color: #b42318;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.email-product-row {
  width: 100%;
}

.email-product-row__image {
  width: 68px;
  padding-right: 12px;
  vertical-align: top;
}

.email-product-row__content {
  vertical-align: middle;
}

.email-product-thumb {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  outline: none;
  text-decoration: none;
}

.email-totals {
  width: 100%;
  margin-top: 12px;
  border-collapse: collapse;
}

.email-totals__label,
.email-totals__value {
  padding: 10px 0 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.email-totals__label {
  text-align: left;
}

.email-totals__value {
  text-align: right;
  white-space: nowrap;
}

.email-totals__value--discount {
  color: #f43305;
  font-weight: 700;
}

.email-totals__row--total .email-totals__label,
.email-totals__row--total .email-totals__value,
.email-totals__label--total,
.email-totals__value--total {
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.email-footer {
  padding: 6px 8px 0;
  color: #6b7280;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

/*# sourceMappingURL=/assets/mailer-9858124c.css.map */