body.dh-account-layout {
  background: #fff;
}

.dh-account-wrap {
  padding: 28px 0 72px;
}

body.dh-account-layout .woocommerce,
body.dh-account-layout .woocommerce-MyAccount-content,
body.dh-account-layout .woocommerce-MyAccount-navigation,
body.dh-account-layout .col2-set,
body.dh-account-layout .col2-set .col-1,
body.dh-account-layout .col2-set .col-2 {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

.dh-account__grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.dh-account__head {
  margin: 0 0 22px;
}

.dh-account__kicker {
  margin: 0 0 6px;
  color: var(--dh-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dh-account__head h1,
.dh-view-order__head h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 36px);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.dh-account__lead,
.dh-view-order__date,
.dh-orders__count {
  margin: 8px 0 0;
  color: var(--dh-muted);
  font-size: 15px;
  font-weight: 600;
}

body.dh-account-layout .woocommerce-MyAccount-navigation,
body.dh-account-layout .dh-account-nav {
  position: sticky;
  top: 96px;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--dh-line) !important;
  border-radius: var(--dh-r-lg);
  background: #fff;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.dh-account-nav__profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 14px;
  background: var(--dh-soft);
  border-bottom: 1px solid var(--dh-line);
}

.dh-account-nav__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--dh-r-full);
  background: #fff7ed;
  color: var(--dh-orange-dark);
  font-size: 16px;
  font-weight: 800;
  flex: none;
}

.dh-account-nav__who {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.dh-account-nav__who strong {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dh-account-nav__who span {
  color: var(--dh-muted);
  font-size: 12px;
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.dh-account-layout .woocommerce-MyAccount-navigation ul,
body.dh-account-layout .dh-account-nav ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 10px 8px !important;
  border: 0 !important;
  display: grid;
  gap: 4px;
}

body.dh-account-layout .woocommerce-MyAccount-navigation li,
body.dh-account-layout .dh-account-nav li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

body.dh-account-layout .woocommerce-MyAccount-navigation a,
body.dh-account-layout .dh-account-nav a,
.dh-account-nav__logout {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 0 !important;
  border-radius: var(--dh-r-md);
  background: none !important;
  color: var(--dh-ink) !important;
  font: 700 14px/1.3 var(--dh-font) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.dh-account-layout .woocommerce-MyAccount-navigation a::before,
body.dh-account-layout .woocommerce-MyAccount-navigation a::after,
body.dh-account-layout .dh-account-nav a::before,
body.dh-account-layout .dh-account-nav a::after {
  content: none !important;
  display: none !important;
}

body.dh-account-layout .woocommerce-MyAccount-navigation a:hover,
body.dh-account-layout .dh-account-nav a:hover,
.dh-account-nav__logout:hover {
  background: var(--dh-soft) !important;
  color: var(--dh-ink) !important;
  text-decoration: none !important;
}

body.dh-account-layout .woocommerce-MyAccount-navigation .is-active a,
body.dh-account-layout .dh-account-nav .is-active a {
  background: #fff7ed !important;
  color: var(--dh-orange-dark) !important;
}

.dh-account-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--dh-r-sm);
  background: var(--dh-soft);
  color: #64748b;
  flex: none;
}

body.dh-account-layout .dh-account-nav a:hover .dh-account-nav__icon {
  background: #fff;
  color: var(--dh-orange);
}

body.dh-account-layout .dh-account-nav .is-active .dh-account-nav__icon {
  background: #ffedd5;
  color: var(--dh-orange-dark);
}

.dh-account-nav__label {
  min-width: 0;
}

.dh-account-nav__foot {
  padding: 8px;
  border-top: 1px solid var(--dh-line);
}

.dh-account-nav__logout {
  width: 100% !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 0 !important;
  border-radius: var(--dh-r-md);
  color: #64748b !important;
}

.dh-account-nav__logout:hover {
  color: var(--dh-ink) !important;
}

.dh-account-nav__logout .dh-account-nav__icon {
  background: #fff;
}

.dh-account__content > h2,
.dh-account__content > p:first-child {
  margin-top: 0;
}

.dh-account-dash__hello {
  margin: 0 0 18px;
  color: var(--dh-muted);
  font-size: 15px;
  font-weight: 600;
}

.dh-account-dash__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dh-account-dash__card {
  display: grid;
  gap: 6px;
  padding: 18px 18px 16px;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  background: #fff;
  color: var(--dh-ink);
  text-decoration: none;
  min-height: 112px;
}

.dh-account-dash__card:hover {
  border-color: var(--dh-orange);
  text-decoration: none;
}

.dh-account-dash__card strong {
  font-size: 16px;
  letter-spacing: -0.02em;
}

.dh-account-dash__card span {
  color: var(--dh-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.dh-orders {
  display: grid;
  gap: 14px;
}

.dh-order-card {
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  padding: 18px 20px 16px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.dh-order-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.dh-order-card__number {
  color: var(--dh-ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.dh-order-card__number:hover {
  color: var(--dh-orange);
}

.dh-order-card__date {
  margin: 4px 0 0;
  color: var(--dh-muted);
  font-size: 13px;
  font-weight: 650;
}

.dh-order-status {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: var(--dh-r-sm);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  background: #f1f5f9;
  color: #334155;
}

.dh-order-status--progress {
  background: #fff7ed;
  color: #c2410c;
}

.dh-order-status--done {
  background: #f0fdf4;
  color: #166534;
}

.dh-order-status--hold,
.dh-order-status--wait {
  background: #fffbeb;
  color: #b45309;
}

.dh-order-status--bad {
  background: #fef2f2;
  color: #b91c1c;
}

.dh-order-status--muted {
  background: #f8fafc;
  color: #64748b;
}

.dh-order-card__body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px 16px;
  align-items: center;
}

.dh-order-card__thumbs {
  display: flex;
  align-items: center;
}

.dh-order-card__thumb,
.dh-order-card__more {
  width: 56px;
  height: 56px;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-md);
  background: #f8fafc;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dh-order-card__thumb + .dh-order-card__thumb,
.dh-order-card__thumb + .dh-order-card__more,
.dh-order-card__more {
  margin-left: -10px;
}

.dh-order-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dh-order-card__more {
  font-size: 12px;
  font-weight: 800;
  color: var(--dh-muted);
  background: #fff;
}

.dh-order-card__summary {
  margin: 0;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.dh-order-card__qty {
  margin: 4px 0 0;
  color: var(--dh-muted);
  font-size: 13px;
  font-weight: 650;
}

.dh-order-card__total {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  text-align: right;
}

.dh-order-card__total .woocommerce-Price-suffix,
.dh-order-card__total .woocommerce-price-suffix,
.dh-order-line__price .woocommerce-Price-suffix,
.dh-order-line__price .woocommerce-price-suffix,
.dh-order-totals .woocommerce-Price-suffix,
.dh-order-totals .woocommerce-price-suffix {
  display: block;
  font-size: 11px;
  font-weight: 650;
  color: #94a3b8;
}

.dh-order-card__extra {
  margin-top: 12px;
  color: var(--dh-muted);
  font-size: 13px;
  font-weight: 650;
}

.dh-order-card__actions,
.dh-order-detail__actions,
.dh-orders-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.dh-order-card__btn,
body.dh-account-layout .woocommerce a.button,
body.dh-account-layout .woocommerce button.button,
body.dh-account-layout .woocommerce input.button,
body.dh-account-layout .woocommerce .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-sm);
  background: #fff;
  color: var(--dh-ink);
  font: 700 13px/1.3 var(--dh-font);
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

body.dh-account-layout .woocommerce a.button:hover,
body.dh-account-layout .woocommerce button.button:hover,
body.dh-account-layout .woocommerce .button:hover,
.dh-order-card__btn:hover {
  background: var(--dh-soft);
  color: var(--dh-ink);
  text-decoration: none;
}

.dh-order-card__btn--view,
.dh-order-card__btn--pay,
body.dh-account-layout .woocommerce button.button[name="login"],
body.dh-account-layout .woocommerce button.button[name="register"],
body.dh-account-layout .woocommerce button.button[name="save_account_details"],
body.dh-account-layout .woocommerce button.button[name="save_address"],
body.dh-account-layout .woocommerce .dh-btn,
.dh-account-card .dh-btn {
  background: var(--dh-orange);
  border-color: var(--dh-orange);
  color: #fff;
}

.dh-order-card__btn--wt_pklist_invoice_download,
a.dh-order-card__btn--wt_pklist_invoice_download {
  background: var(--dh-cart);
  border-color: var(--dh-cart);
  color: #fff;
}

.dh-order-card__btn--view:hover,
.dh-order-card__btn--pay:hover,
body.dh-account-layout .woocommerce button.button[name="login"]:hover,
body.dh-account-layout .woocommerce button.button[name="register"]:hover,
body.dh-account-layout .woocommerce .dh-btn:hover,
.dh-account-card .dh-btn:hover {
  background: var(--dh-orange-dark);
  border-color: var(--dh-orange-dark);
  color: #fff;
}

.dh-order-card__btn--wt_pklist_invoice_download:hover,
a.dh-order-card__btn--wt_pklist_invoice_download:hover {
  background: var(--dh-cart-dark);
  border-color: var(--dh-cart-dark);
  color: #fff;
}

.dh-orders-empty {
  padding: 36px 28px;
  border: 1px dashed #cbd5e1;
  border-radius: var(--dh-r-lg);
  background: var(--dh-soft);
  text-align: center;
}

.dh-orders-empty h2 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.dh-orders-empty p {
  margin: 0 auto 18px;
  max-width: 42ch;
  color: var(--dh-muted);
}

.dh-account__back {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--dh-muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.dh-account__back:hover {
  color: var(--dh-ink);
}

.dh-view-order__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.dh-order-notes {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: var(--dh-r-md);
  background: #f8fafc;
  border: 1px solid var(--dh-line);
}

.dh-order-notes h2 {
  margin: 0 0 10px;
  font-size: 16px;
}

.dh-order-notes ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.dh-order-notes__meta {
  margin: 0 0 4px;
  color: var(--dh-muted);
  font-size: 12px;
  font-weight: 700;
}

.dh-order-detail__title {
  margin: 0 0 14px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.dh-order-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}

.dh-order-line {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--dh-line);
}

.dh-order-line:first-of-type {
  padding-top: 0;
}

.dh-order-line__media {
  width: 72px;
  height: 72px;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-md);
  background: #f8fafc;
  overflow: hidden;
}

.dh-order-line__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dh-order-line__title {
  display: block;
  color: var(--dh-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.dh-order-line__title:hover {
  color: var(--dh-orange);
}

.dh-order-line__qty,
.dh-order-line .wc-item-meta {
  margin: 6px 0 0;
  color: var(--dh-muted);
  font-size: 13px;
  font-weight: 650;
}

.dh-order-line .wc-item-meta {
  list-style: none;
  padding: 0;
}

.dh-order-line__price {
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  text-align: right;
}

.dh-order-detail__aside {
  position: sticky;
  top: 96px;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  padding: 20px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.dh-order-totals {
  width: 100%;
  border-collapse: collapse;
}

.dh-order-totals th,
.dh-order-totals td {
  padding: 8px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  background: none;
}

.dh-order-totals td {
  text-align: right;
}

.dh-order-totals .order-total th,
.dh-order-totals .order-total td {
  padding-top: 12px;
  border-top: 1px solid var(--dh-line);
  font-size: 18px;
  font-weight: 800;
}

.dh-order-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}

.dh-order-address {
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  padding: 18px 20px;
  background: #fff;
}

.dh-order-address h2 {
  margin: 0 0 10px;
  font-size: 16px;
}

.dh-order-address address {
  font-style: normal;
  line-height: 1.55;
  color: var(--dh-muted);
}

.dh-order-address p {
  margin: 8px 0 0;
}

.dh-account-auth {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  max-width: 960px;
}

.dh-account-auth--single {
  max-width: 460px;
  grid-template-columns: 1fr;
}

.dh-account-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 28px;
  background: #fff;
  box-shadow: none;
}

.dh-account-card h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.03em;
  color: #333;
}

.dh-account-card__intro,
.dh-account-card__hint {
  margin: 0 0 20px;
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.dh-account-card form.woocommerce-form,
.dh-account-card form.login,
.dh-account-card form.register,
body.dh-account-layout .woocommerce form.login,
body.dh-account-layout .woocommerce form.register {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dh-account-card .dh-btn,
.dh-account-card button.button,
body.dh-account-layout .woocommerce .dh-account-card button.button {
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 48px;
  margin: 0;
  padding: 0 16px;
  box-sizing: border-box;
}

.dh-account-card form > .dh-account-card__submit,
.dh-account-card form > .form-row:last-child,
.dh-account-card form > p.form-row:has(button),
.dh-account-card form > .woocommerce-form-row:has(button) {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 8px;
}

.dh-account-login__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0 18px;
}

.dh-account-login__lost {
  font-size: 13px;
  font-weight: 600;
  color: #1773b0;
  text-decoration: none;
  white-space: nowrap;
}

.dh-account-login__lost:hover {
  text-decoration: underline;
}

body.dh-account-layout .form-row {
  margin: 0 0 14px;
  padding: 0;
  float: none;
  width: 100%;
  max-width: none;
}

body.dh-account-layout .form-row label {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

body.dh-account-layout .form-row .required {
  color: #de3618;
}

body.dh-account-layout .form-row .optional {
  color: #737373;
  font-weight: 400;
}

body.dh-account-layout .form-row input.input-text,
body.dh-account-layout .form-row textarea,
body.dh-account-layout .form-row select,
body.dh-account-layout .woocommerce-Input,
body.dh-account-layout .woocommerce-Address-title + address + a,
body.dh-account-layout .select2-container .select2-selection--single {
  width: 100%;
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 12px;
  background: #fff;
  font: 400 14px/1.3 var(--dh-font);
  color: #333;
  box-shadow: none;
  box-sizing: border-box;
}

body.dh-account-layout .form-row textarea {
  height: auto;
  min-height: 88px;
  padding: 10px 12px;
}

body.dh-account-layout .form-row input:focus,
body.dh-account-layout .form-row textarea:focus,
body.dh-account-layout .form-row select:focus {
  outline: none;
  border-color: #1773b0;
  box-shadow: 0 0 0 1px #1773b0;
}

body.dh-account-layout .password-input {
  display: block;
  position: relative;
  width: 100%;
}

body.dh-account-layout .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

body.dh-account-layout .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

body.dh-account-layout .woocommerce-error,
body.dh-account-layout .woocommerce-message,
body.dh-account-layout .woocommerce-info,
body.dh-account-layout .woocommerce-notices-wrapper .woocommerce-error,
body.dh-account-layout .woocommerce-notices-wrapper .woocommerce-message,
body.dh-account-layout .woocommerce-notices-wrapper .woocommerce-info {
  list-style: none;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: var(--dh-r-md);
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
  font-size: 14px;
  font-weight: 650;
}

body.dh-account-layout .woocommerce-error::before,
body.dh-account-layout .woocommerce-message::before,
body.dh-account-layout .woocommerce-info::before {
  content: none !important;
  display: none !important;
}

body.dh-account-layout .woocommerce-error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

body.dh-account-layout .woocommerce-Addresses,
body.dh-account-layout .u-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

body.dh-account-layout .woocommerce-Address {
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  padding: 18px 20px;
  background: #fff;
}

body.dh-account-layout .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}

body.dh-account-layout .woocommerce-Address-title h2,
body.dh-account-layout .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 16px;
}

body.dh-account-layout .woocommerce-Address address {
  font-style: normal;
  color: var(--dh-muted);
  line-height: 1.55;
}

body.dh-account-layout .woocommerce-EditAccountForm fieldset {
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}

body.dh-account-layout .woocommerce-EditAccountForm legend {
  padding: 0;
  font-size: 16px;
  font-weight: 800;
}

body.dh-account-layout .woocommerce-privacy-policy-text {
  margin: 0 0 12px;
  color: var(--dh-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

body.dh-account-layout table.shop_table {
  width: 100%;
  /* separate + overflow zodat de celachtergronden binnen de radius blijven */
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  overflow: hidden;
}

body.dh-account-layout table.shop_table th,
body.dh-account-layout table.shop_table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--dh-line);
  text-align: left;
  font-size: 14px;
  background: #fff;
}

body.dh-account-layout table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.dh-account-layout .u-column1,
body.dh-account-layout .u-column2,
body.dh-account-layout .col-1,
body.dh-account-layout .col-2 {
  float: none;
  width: 100%;
}

@media (max-width: 900px) {
  .dh-account__grid,
  .dh-order-detail__grid,
  .dh-account-auth,
  .dh-order-addresses,
  .dh-account-dash__cards,
  body.dh-account-layout .woocommerce-Addresses,
  body.dh-account-layout .u-columns {
    grid-template-columns: 1fr;
  }

  .dh-account-nav,
  body.dh-account-layout .woocommerce-MyAccount-navigation {
    position: static;
  }

  .dh-order-detail__aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .dh-account-wrap {
    padding-top: 16px;
  }

  .dh-order-card__body,
  .dh-order-line {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .dh-order-card__total,
  .dh-order-line__price {
    grid-column: 2;
    text-align: left;
  }

  .dh-order-card__thumb,
  .dh-order-card__more {
    width: 48px;
    height: 48px;
  }

  .dh-view-order__head {
    flex-direction: column;
  }
}
