.dn-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  padding: 10px 18px;
  border: 1px solid #d5a15d;
  border-radius: 6px;
  appearance: none;
  background: #d5a15d;
  color: #21170d !important;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.dn-purchase-card .dn-purchase-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #d5a15d;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dn-purchase-card .dn-purchase-name {
  display: block;
  margin: 0;
  color: #f0e6d8;
  font-size: 22px;
  line-height: 1.35;
}

.dn-purchase-card .dn-purchase-scope {
  margin: 9px 0 0;
  color: #b7aa9a;
  font-size: 15px;
  line-height: 1.55;
}

.dn-purchase-card .dn-purchase-price {
  margin: 18px 0 0;
  color: #f0e6d8;
  font-size: 24px;
  font-weight: 750;
}

.dn-purchase-card .dn-purchase-price .amount {
  color: inherit;
}

body.dn-simple-checkout header.site-header,
body.dn-simple-checkout footer.site-footer,
body.dn-simple-checkout #masthead,
body.dn-simple-checkout #colophon,
body.dn-simple-checkout .site-header,
body.dn-simple-checkout .site-footer,
body.dn-simple-checkout .breadcrumbs,
body.dn-simple-checkout .breadcrumb,
body.dn-simple-checkout .woocommerce-breadcrumb,
body.dn-simple-checkout .page-title,
body.dn-simple-checkout .entry-title,
body.dn-simple-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}

body.dn-simple-checkout {
  min-height: 100dvh;
  background: #141210;
}

body.dn-simple-checkout .site,
body.dn-simple-checkout .site-content,
body.dn-simple-checkout .content-area,
body.dn-simple-checkout main {
  min-height: 100dvh;
  margin: 0 !important;
  padding: 0 !important;
}

body.dn-simple-checkout .woocommerce {
  width: min(100% - 32px, 780px);
  margin: 0 auto !important;
  padding: 32px 0 56px;
  color: #f0e6d8;
}

body.dn-simple-checkout form.checkout {
  display: block !important;
}

body.dn-simple-checkout form.checkout .col2-set,
body.dn-simple-checkout form.checkout .col-1,
body.dn-simple-checkout form.checkout .col-2,
body.dn-simple-checkout #order_review,
body.dn-simple-checkout #order_review_heading {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

body.dn-simple-checkout .woocommerce-billing-fields > h3,
body.dn-simple-checkout #order_review_heading,
body.dn-simple-checkout .woocommerce-additional-fields,
body.dn-simple-checkout .woocommerce-shipping-fields {
  display: none !important;
}

body.dn-simple-checkout .woocommerce-billing-fields__field-wrapper {
  margin: 0 0 20px;
}

body.dn-simple-checkout #billing_email_field {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

body.dn-simple-checkout #billing_email_field label {
  display: block;
  margin-bottom: 8px;
  color: #f0e6d8;
  font-weight: 700;
}

body.dn-simple-checkout #billing_email_field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #44382d;
  border-radius: 6px;
  background: #1d1915;
  color: #f0e6d8;
  font-size: 16px;
}

body.dn-simple-checkout #order_review {
  padding: 20px;
  border: 1px solid #332b24;
  border-radius: 8px;
  background: #1d1915;
}

body.dn-simple-checkout table.shop_table {
  margin: 0 0 18px;
  border-color: #44382d;
  background: transparent;
  color: #f0e6d8;
}

body.dn-simple-checkout table.shop_table th,
body.dn-simple-checkout table.shop_table td {
  padding: 12px;
  border-color: #44382d;
  color: #f0e6d8;
}

body.dn-simple-checkout .product-quantity {
  display: none;
}

body.dn-simple-checkout #payment {
  background: transparent;
  color: #f0e6d8;
}

body.dn-simple-checkout #payment ul.payment_methods {
  padding: 16px 0;
  border-color: #44382d;
}

body.dn-simple-checkout #payment div.payment_box {
  background: #141210;
  color: #f0e6d8;
}

body.dn-simple-checkout #payment div.form-row {
  padding: 14px 0 0;
}

body.dn-simple-checkout #place_order {
  float: none;
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  background: #d5a15d;
  color: #21170d;
  font-size: 17px;
  font-weight: 800;
}

body.dn-simple-checkout .woocommerce-message {
  display: none !important;
}

.dn-payment-return {
  position: fixed;
  z-index: 2147483500;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #141210;
  color: #f0e6d8;
  font: 700 18px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.dn-payment-return[hidden] {
  display: none !important;
}

@media (max-width: 600px) {
  body.dn-simple-checkout .woocommerce {
    width: min(100% - 24px, 780px);
    padding: 18px 0 32px;
  }

  body.dn-simple-checkout #order_review {
    padding: 14px;
  }
}
