body.woocommerce-order-received .woocommerce-order {
  grid-template-columns: minmax(0, .86fr) minmax(320px, 1fr);
}

body.woocommerce-order-received main.site-main,
body.woocommerce-order-received #content.site-main,
body.woocommerce-order-received .site-main {
  padding-top: var(--lpc-page-top-offset, 120px) !important;
}

body.woocommerce-order-received .entry-content,
body.woocommerce-order-received .page-content {
  padding-top: clamp(20px, 3vw, 38px);
}

body.woocommerce-order-received .page-content > .elementor > .e-con:first-child:not(:has(.elementor-widget)),
body.woocommerce-order-received .entry-content > .elementor > .e-con:first-child:not(:has(.elementor-widget)) {
  display: none !important;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-view-order .woocommerce-order-details {
  padding: clamp(20px, 3vw, 34px);
  background: #f5f4f1;
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-view-order .woocommerce-order-details__title {
  margin-bottom: 8px;
}

body.woocommerce-order-received .woocommerce-order-details table.shop_table thead,
body.woocommerce-view-order .woocommerce-order-details table.shop_table thead {
  display: none;
}

body.woocommerce-order-received .woocommerce-order-details table.shop_table td,
body.woocommerce-view-order .woocommerce-order-details table.shop_table td {
  padding: 16px 0 !important;
  vertical-align: middle;
}

body.woocommerce-order-received .woocommerce-order-details .product-name,
body.woocommerce-view-order .woocommerce-order-details .product-name {
  width: 78%;
}

.lpc-order-product {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.lpc-order-product__image {
  position: relative;
  width: 76px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #fff;
}

.lpc-order-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lpc-order-product__content > a,
.lpc-order-product__content > .product-quantity {
  color: #111;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.lpc-order-product__content .wc-item-meta {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}

.lpc-order-product__content .wc-item-meta li,
.lpc-order-product__content .wc-item-meta p {
  margin: 0;
  color: rgba(17, 17, 17, .62);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.45;
}

body.woocommerce-order-received .woocommerce-order-details .product-total,
body.woocommerce-view-order .woocommerce-order-details .product-total {
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot th,
body.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td,
body.woocommerce-view-order .woocommerce-order-details table.shop_table tfoot th,
body.woocommerce-view-order .woocommerce-order-details table.shop_table tfoot td {
  padding: 12px 0 !important;
}

body.woocommerce-view-order .woocommerce-MyAccount-content > p {
  margin: 0 0 24px;
  color: #444;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

body.woocommerce-view-order .woocommerce-order-details {
  margin-bottom: clamp(28px, 4vw, 48px);
}

body.woocommerce-view-order .woocommerce-order-details__title,
body.woocommerce-view-order .woocommerce-customer-details h2 {
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
}

body.woocommerce-view-order .woocommerce-order-details a.woocommerce-button,
body.woocommerce-view-order .woocommerce-order-details a.woocommerce-button:link,
body.woocommerce-view-order .woocommerce-order-details a.woocommerce-button:visited,
body.woocommerce-view-order .woocommerce-order-details a.woocommerce-button:hover,
body.woocommerce-view-order .woocommerce-order-details a.woocommerce-button:focus,
body.woocommerce-view-order .woocommerce-order-details a.woocommerce-button:active {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px !important;
  border: 1px solid #1a1a1a !important;
  background: #1a1a1a !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
}

body.woocommerce-view-order .woocommerce-customer-details {
  margin: 0;
  padding: clamp(20px, 3vw, 34px);
  background: #f5f4f1;
}

body.woocommerce-view-order .woocommerce-customer-details address {
  margin: 18px 0 0;
  padding: 0 !important;
  border: 0 !important;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.65;
}

body.woocommerce-order-received .woocommerce-order-overview {
  padding: clamp(20px, 3vw, 32px) !important;
  border: 0;
  background: #f5f4f1;
}

body.woocommerce-order-received .woocommerce-order-overview li:first-child {
  border-top: 1px solid rgba(17, 17, 17, .16) !important;
}

body.woocommerce-order-received .lpc-order-next-steps {
  grid-column: 1 / -1;
  margin-top: clamp(18px, 3vw, 38px);
  padding-top: clamp(28px, 4vw, 48px);
  border-top: 1px solid rgba(17, 17, 17, .16);
}

.lpc-order-next-steps__eyebrow,
.lpc-account-section-heading > p {
  margin: 0 0 10px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}

body.woocommerce-order-received .lpc-order-next-steps h2 {
  margin-bottom: 26px;
  border: 0;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.lpc-order-next-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 68px);
}

.lpc-order-next-steps__grid span,
.lpc-account-dashboard__links span {
  display: block;
  margin-bottom: 9px;
  font-size: 10px;
  letter-spacing: .12em;
}

.lpc-order-next-steps__grid h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 12px !important;
}

.lpc-order-next-steps__grid p {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.lpc-order-next-steps__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 30px;
}

.lpc-order-next-steps__links a {
  color: #111;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.lpc-account-section-heading {
  margin-bottom: 34px;
}

body.woocommerce-account .lpc-account-section-heading h1 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: 0;
  text-transform: none;
}

.lpc-account-section-heading span {
  display: block;
  max-width: 620px;
  color: #444;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.lpc-account-dashboard__welcome {
  max-width: 620px;
  margin: 0 0 32px !important;
  padding: 0 0 24px !important;
  border-bottom: 1px solid rgba(17, 17, 17, .14);
  font-size: 12px;
}

.lpc-account-dashboard__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(17, 17, 17, .14);
  border: 1px solid rgba(17, 17, 17, .14);
}

.lpc-account-dashboard__links a {
  min-height: 190px;
  padding: 24px;
  background: #fff;
  color: #111;
  text-decoration: none !important;
  transition: background-color .2s ease;
}

.lpc-account-dashboard__links a:hover {
  background: #f5f4f1;
}

.lpc-account-dashboard__links strong,
.lpc-account-dashboard__links small {
  display: block;
}

.lpc-account-dashboard__links strong {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.lpc-account-dashboard__links small {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.55;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  min-height: 96px;
  padding: 24px 0 !important;
  border-top: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button:link,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button:visited,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button:focus,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button:active,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
}

body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-address-fields__field-wrapper {
  width: 100%;
  min-width: 0;
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 0 24px !important;
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper label {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-address-fields__field-wrapper input.input-text,
body.woocommerce-account .woocommerce-address-fields__field-wrapper select {
  width: 100% !important;
  min-width: 0 !important;
  font-size: 12px !important;
}

body.woocommerce-account .woocommerce-address-fields .select2-container {
  width: 100% !important;
  min-width: 0;
}

body.woocommerce-account .woocommerce-address-fields select.select2-hidden-accessible {
  position: absolute !important;
  right: auto !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
}

body.woocommerce-account .woocommerce-address-fields p:last-child {
  margin: 8px 0 0 !important;
}

body.woocommerce-account .woocommerce-address-fields button[type="submit"] {
  min-height: 50px;
  padding: 0 22px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
}

.lpc-account-orders {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(17, 17, 17, .14);
  background: rgba(17, 17, 17, .14);
}

.lpc-account-order {
  background: #fff;
}

.lpc-account-order__main {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 150px;
  padding: 20px;
  color: #111;
  text-decoration: none !important;
  transition: background-color .25s ease;
}

.lpc-account-order__main:hover {
  background: #f5f4f1;
}

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

.lpc-account-order__images span {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f5f4f1;
}

.lpc-account-order__images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lpc-account-order__summary,
.lpc-account-order__total {
  display: grid;
  gap: 7px;
}

.lpc-account-order__eyebrow,
.lpc-account-order__total span {
  color: rgba(17, 17, 17, .62);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lpc-account-order__summary strong,
.lpc-account-order__total strong {
  font-size: 12px;
  font-weight: 600;
}

.lpc-account-order__summary time {
  font-size: 12px;
  font-weight: 300;
}

.lpc-account-order__total {
  min-width: 120px;
  text-align: right;
}

.lpc-account-order__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 0 20px 20px;
}

.lpc-account-order__actions .button,
body.woocommerce-account .woocommerce-pagination .button {
  min-height: 38px;
  padding: 0 15px !important;
  color: #111 !important;
  background: transparent !important;
  border: 1px solid #111 !important;
  text-decoration: none !important;
}

.lpc-account-order__actions .button:hover,
body.woocommerce-account .woocommerce-pagination .button:hover {
  color: #fff !important;
  background: #111 !important;
}

body.woocommerce-account .woocommerce-pagination {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

body.woocommerce-account .woocommerce-ResetPassword {
  max-width: 560px;
}

body.woocommerce-account .lpc-account-section-heading--guest {
  max-width: 560px;
  margin: 0 auto 34px;
}

body.woocommerce-account .lpc-account-section-heading--guest h1 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-account .woocommerce-ResetPassword > p:first-child {
  margin: 0 0 34px;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.65;
}

body.woocommerce-account .woocommerce-ResetPassword .form-row,
body.woocommerce-account .woocommerce-ResetPassword .form-row-first,
body.woocommerce-account .woocommerce-ResetPassword .form-row-last {
  float: none !important;
  width: 100% !important;
}

body.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row {
  margin-bottom: 24px !important;
}

body.woocommerce-account .woocommerce-ResetPassword label {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-ResetPassword input.input-text {
  width: 100% !important;
  font-size: 12px !important;
}

body.woocommerce-account .woocommerce-ResetPassword button[type="submit"] {
  width: 100%;
  min-height: 50px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 767px) {
  body.woocommerce-order-received main.site-main,
  body.woocommerce-order-received #content.site-main,
  body.woocommerce-order-received .site-main {
    padding-top: var(--lpc-page-top-offset-mobile, 96px) !important;
  }

  body.woocommerce-order-received .entry-content,
  body.woocommerce-order-received .page-content {
    padding-top: 26px;
  }

  .lpc-order-next-steps__grid,
  .lpc-account-dashboard__links {
    grid-template-columns: 1fr;
  }

  .lpc-account-dashboard__links a {
    min-height: 145px;
  }

  .lpc-account-order__main {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 16px;
  }

  .lpc-account-order__total {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

  .lpc-account-order__actions {
    justify-content: stretch;
    padding: 0 16px 16px;
  }

  .lpc-account-order__actions .button {
    flex: 1;
  }

  body.woocommerce-account .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row {
    grid-column: 1 !important;
  }

  .lpc-order-next-steps__links {
    display: grid;
  }

  body.woocommerce-order-received .woocommerce-order-details,
  body.woocommerce-view-order .woocommerce-order-details,
  body.woocommerce-view-order .woocommerce-customer-details,
  body.woocommerce-order-received .woocommerce-order-overview {
    padding: 18px !important;
  }

  .lpc-order-product {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .lpc-order-product__image {
    width: 64px;
  }
}
