.checkout-body {
  background: #f7f4ed;
}

.checkout-page {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 28px 0 72px;
  color: var(--ink, #1f2a44);
}

.checkout-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--soft, #5a6478);
  font-size: 14px;
  font-weight: 700;
}

.checkout-breadcrumb a,
.checkout-summary__head a,
.personalized-notice a {
  color: #39735f;
  text-underline-offset: 3px;
}

.checkout-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.checkout-kicker {
  color: #39735f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.checkout-heading h1 {
  margin: 5px 0 7px;
  font: 700 clamp(32px, 4vw, 46px)/1.08 Fredoka, sans-serif;
}

.checkout-heading p {
  margin: 0;
  color: var(--soft, #5a6478);
  font-size: 16px;
}

.checkout-progress {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #8b909b;
  font-size: 12px;
  font-weight: 800;
}

.checkout-progress li {
  display: grid;
  justify-items: center;
  gap: 7px;
  position: relative;
  min-width: 62px;
}

.checkout-progress li + li::before {
  content: "";
  position: absolute;
  top: 16px;
  right: calc(50% + 26px);
  width: 34px;
  height: 2px;
  background: #d9d6ce;
}

.checkout-progress span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid #d9d6ce;
  border-radius: 50%;
  background: #fff;
}

.checkout-progress .done,
.checkout-progress .active {
  color: var(--ink, #1f2a44);
}

.checkout-progress .done span,
.checkout-progress .active span {
  border-color: #82c7ad;
  background: #dff2ea;
  color: #2f735a;
}

.checkout-error {
  display: grid;
  gap: 3px;
  margin: 0 0 22px;
  padding: 15px 18px;
  border: 1px solid #efc7c1;
  border-radius: 14px;
  background: #fff4f2;
  color: #8b322a;
}

.checkout-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: start;
  gap: 26px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.checkout-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.checkout-card,
.checkout-summary {
  border: 1px solid #e5dfd3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 42, 68, .055);
}

.checkout-card {
  padding: 25px 28px 28px;
}

.checkout-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 21px;
}

.checkout-card__head h2,
.checkout-summary__head h2 {
  margin: 0;
  font: 700 22px/1.2 Fredoka, sans-serif;
}

.checkout-card__head p {
  margin: 4px 0 0;
  color: var(--soft, #5a6478);
  font-size: 14px;
}

.checkout-step {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #dff2ea;
  color: #39735f;
  font: 800 15px Fredoka, sans-serif;
}

.checkout-step--gift {
  background: #fff0c4;
  color: #7d6110;
}

.checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.checkout-form label:not(.shipping-option) {
  display: grid;
  gap: 7px;
  margin: 0;
  color: #333d52;
  font-size: 14px;
  font-weight: 800;
}

.checkout-form label b {
  color: #c25248;
}

.checkout-form label em {
  margin-left: 5px;
  color: #8b909b;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.checkout-form label small {
  color: #7a8190;
  font-size: 12px;
  font-weight: 600;
}

.checkout-form input,
.checkout-form select,
.commerce-admin input,
.commerce-admin select,
.commerce-admin textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  border: 1px solid #cbc6bc;
  border-radius: 11px;
  outline: none;
  background: #fff;
  color: var(--ink, #1f2a44);
  font: inherit;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.checkout-form input:focus,
.checkout-form select:focus {
  border-color: #59977f;
  box-shadow: 0 0 0 4px rgba(89, 151, 127, .14);
}

.checkout-form input::placeholder {
  color: #a0a3ab;
}

.checkout-wide {
  grid-column: 1 / -1;
}

.shipping-options {
  display: grid;
  gap: 10px;
}

.shipping-option {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 66px;
  margin: 0;
  padding: 13px 15px;
  border: 1px solid #d9d5cd;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.shipping-option:hover,
.shipping-option.selected {
  border-color: #70ad96;
  background: #f2faf6;
}

.shipping-option.selected {
  box-shadow: 0 0 0 3px rgba(112, 173, 150, .12);
}

.shipping-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.shipping-option__mark {
  display: grid;
  flex: 0 0 20px;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #a9aaa7;
  border-radius: 50%;
  background: #fff;
}

.shipping-option.selected .shipping-option__mark {
  border-color: #4f9077;
}

.shipping-option.selected .shipping-option__mark::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4f9077;
}

.shipping-option__content {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.shipping-option__content small {
  color: var(--soft, #5a6478);
  font-size: 12px;
}

.shipping-option__price {
  margin-left: auto;
  white-space: nowrap;
  color: #2f735a;
}

.shipping-refresh {
  margin: 13px 0 0 47px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #39735f;
  font: 800 13px Nunito, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.checkout-empty,
.summary-hint {
  margin: 0;
  padding: 13px 15px;
  border-radius: 11px;
  background: #fff7dd;
  color: #715a17;
  font-size: 14px;
}

.promo-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.promo-row .btn {
  min-width: 112px;
}

.promo-success {
  margin: 12px 0 0;
  color: #2f735a;
  font-size: 14px;
  font-weight: 800;
}

.checkout-summary {
  position: sticky;
  top: 20px;
  overflow: hidden;
  padding: 24px;
}

.checkout-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 19px;
  border-bottom: 1px solid #ebe6dd;
}

.checkout-summary__head a {
  font-size: 13px;
  font-weight: 800;
}

.checkout-items {
  display: grid;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #ebe6dd;
}

.checkout-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}

.checkout-item__visual {
  display: grid;
  position: relative;
  place-items: center;
  width: 54px;
  height: 62px;
  border-radius: 10px;
  background: linear-gradient(145deg, #dcefe7, #f3dfad);
  color: #2f735a;
  font: 700 25px Fredoka, sans-serif;
}

.checkout-item__visual b {
  display: grid;
  position: absolute;
  top: -7px;
  right: -7px;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 20px;
  background: var(--ink, #1f2a44);
  color: #fff;
  font: 800 11px Nunito, sans-serif;
}

.checkout-item__body {
  min-width: 0;
}

.checkout-item__body h3 {
  margin: 1px 0 4px;
  font-size: 14px;
}

.checkout-item__body p {
  display: grid;
  gap: 1px;
  margin: 0;
  color: var(--soft, #5a6478);
  font-size: 11px;
  line-height: 1.35;
}

.checkout-item > strong {
  padding-top: 2px;
  white-space: nowrap;
  font-size: 13px;
}

.checkout-totals,
.order-totals {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 20px 0;
}

.order-totals,
.checkout-totals > div {
  grid-template-columns: 1fr auto;
}

.checkout-totals > div {
  display: grid;
  gap: 12px;
}

.checkout-totals dt,
.checkout-totals dd {
  margin: 0;
  font-size: 14px;
}

.checkout-totals dd,
.order-totals dd {
  margin: 0;
  font-weight: 800;
}

.checkout-totals .discount {
  color: #2f735a;
}

.checkout-totals .tax {
  color: var(--soft, #5a6478);
  font-size: 12px;
}

.checkout-totals .total {
  align-items: center;
  margin-top: 5px;
  padding-top: 17px;
  border-top: 1px solid #ebe6dd;
}

.checkout-totals .total dt {
  font-size: 16px;
  font-weight: 900;
}

.checkout-totals .total dd {
  font: 700 25px Fredoka, sans-serif;
}

.summary-hint {
  margin-bottom: 10px;
}

.checkout-recalculate,
.checkout-pay {
  width: 100%;
}

.checkout-recalculate {
  margin-bottom: 12px;
}

.personalized-notice {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 8px;
  margin: 0 0 16px;
  color: #6d7280;
  font-size: 11px;
  line-height: 1.45;
}

.personalized-notice > span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e9edf3;
  color: #526078;
  font-size: 11px;
  font-weight: 900;
}

.personalized-notice a {
  grid-column: 2;
}

.checkout-pay {
  min-height: 54px;
  font-size: 16px;
  font-weight: 900;
}

.checkout-reassurance {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  color: #7b8190;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.order-recap-line {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.order-preview {
  width: 150px;
  flex-shrink: 0;
}

.order-preview .product-media,
.order-preview .story-page img {
  width: 100%;
  height: auto;
}

.order-preview .story-page {
  position: relative;
}

.commerce-admin {
  padding: 24px;
  font-family: Arial, sans-serif;
}

.commerce-admin table {
  width: 100%;
  border-collapse: collapse;
}

.commerce-admin th,
.commerce-admin td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.commerce-admin form {
  padding: 16px 0;
}

.commerce-admin .table-scroll {
  overflow: auto;
}

.commerce-admin section {
  margin-bottom: 24px;
}

.commerce-admin button,
.commerce-admin .button {
  min-height: 44px;
  padding: 12px;
  cursor: pointer;
}

.commerce-admin pre {
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.commerce-admin .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.commerce-admin textarea {
  width: 100%;
}

.commerce-admin a {
  color: #1c516a;
}

/* Tableau de bord des commandes */
.commerce-admin:has(.ordersAdmin){padding:0;background:#f7f5ef;font-family:"Nunito",Arial,sans-serif}
.ordersAdmin{padding:34px clamp(18px,3vw,46px) 50px;color:#202b43}
.ordersAdmin__header,.ordersAdmin__sectionHead{display:flex;align-items:center;justify-content:space-between;gap:18px}
.ordersAdmin__header{align-items:flex-start;margin-bottom:28px}
.ordersAdmin__eyebrow{display:block;margin-bottom:6px;color:#9a6740;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.ordersAdmin h1,.ordersAdmin h2,.ordersAdmin h3{font-family:"Fredoka","Nunito",sans-serif;color:#202b43}
.ordersAdmin h1{margin:0;font-size:clamp(30px,3vw,40px);line-height:1.1}
.ordersAdmin h2{margin:0;font-size:23px;line-height:1.2}
.ordersAdmin__header p{margin:10px 0 0;color:#68758a;font-size:14px}
.commerce-admin .ordersAdmin__settings,.commerce-admin .ordersAdmin__exports a,.commerce-admin .ordersAdmin__reset{color:#324563;font-weight:800;text-decoration:none}
.ordersAdmin__settings{padding:11px 15px;border:1px solid #deddd7;border-radius:11px;background:#fff;white-space:nowrap}
.ordersAdmin__settings span{margin-left:8px}
.ordersAdmin__filters,.ordersAdmin__results{border:1px solid #e6e4de;border-radius:18px;background:#fff;box-shadow:0 8px 28px #202b4309}
.ordersAdmin__filters{padding:24px;margin-bottom:22px}
.ordersAdmin__filterForm{display:grid;grid-template-columns:minmax(240px,1.6fr) repeat(2,minmax(160px,1fr)) auto;align-items:end;gap:14px}
.commerce-admin .ordersAdmin__filterForm{padding:18px 0 0}
.ordersAdmin__field{display:grid;gap:7px;min-width:0;color:#435169;font-size:12px;font-weight:800}
.ordersAdmin__field input,.ordersAdmin__field select{width:100%;height:46px;min-width:0;padding:0 13px;border:1px solid #d9dedf;border-radius:10px;background:#fff;color:#202b43;font:600 13px "Nunito",Arial,sans-serif;box-shadow:none}
.ordersAdmin__field input:focus,.ordersAdmin__field select:focus{outline:2px solid #5675ad;outline-offset:2px}
.ordersAdmin__advanced{grid-column:1/-1;border-top:1px solid #ecece8;padding-top:12px}
.ordersAdmin__advanced summary{width:max-content;cursor:pointer;color:#435a7e;font-size:13px;font-weight:800}
.ordersAdmin__advanced summary span{display:inline-block;margin-left:5px}
.ordersAdmin__advancedFields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:14px}
.commerce-admin .ordersAdmin__submit,.commerce-admin .ordersAdmin__pao button{border:0;border-radius:10px;background:#243552;color:#fff;font:800 13px "Nunito",Arial,sans-serif}
.commerce-admin .ordersAdmin__submit{height:46px;padding:0 17px;white-space:nowrap}
.commerce-admin .ordersAdmin__submit:hover,.commerce-admin .ordersAdmin__pao button:hover{background:#3b537e}
.ordersAdmin__results{overflow:hidden}
.ordersAdmin__resultsHead{padding:24px 24px 20px}
.ordersAdmin__count{display:inline-grid;min-width:28px;height:28px;padding:0 7px;place-items:center;border-radius:9px;background:#fff1d7;color:#825826;font:800 14px "Nunito",Arial,sans-serif;vertical-align:middle}
.ordersAdmin__exports{display:flex;flex-wrap:wrap;gap:16px;font-size:12px}
.commerce-admin .ordersAdmin__exports a{text-decoration:underline;text-underline-offset:3px}
.commerce-admin .ordersAdmin__pao{display:flex;align-items:center;gap:12px;margin:0 24px 12px;padding:12px 15px;border:1px solid #e6e9ef;border-radius:11px;background:#f5f7fa;color:#526078;font-size:12px}
.ordersAdmin__pao>span{flex:1}
.commerce-admin .ordersAdmin__pao button{min-height:38px;padding:8px 12px;white-space:nowrap}
.ordersAdmin__pao small{font-size:11px;white-space:nowrap}
.ordersAdmin__tableWrap{width:100%;overflow-x:auto}
.commerce-admin .ordersAdmin__table{width:100%;border-collapse:separate;border-spacing:0}
.ordersAdmin__table th{padding:12px 14px;border-bottom:1px solid #e9e9e5;background:#fbfaf7;color:#68758a;font-size:10px;font-weight:800;letter-spacing:.09em;text-align:left;text-transform:uppercase;white-space:nowrap}
.ordersAdmin__table td{padding:17px 14px;border-bottom:1px solid #edf0f1;color:#26334b;font-size:13px;vertical-align:middle}
.ordersAdmin__table tbody tr:last-child td{border-bottom:0}
.ordersAdmin__table tbody tr:hover{background:#fafbfc}
.ordersAdmin__table .ordersAdmin__check{width:42px;padding-right:0;text-align:center}
.commerce-admin .ordersAdmin__check input{width:18px;height:18px;min-height:18px;padding:0;accent-color:#324d78}
.commerce-admin .ordersAdmin__orderLink{display:block;color:#263e68;font-weight:800;text-decoration:none;white-space:nowrap}
.commerce-admin .ordersAdmin__orderLink:hover,.commerce-admin .ordersAdmin__open:hover{text-decoration:underline}
.ordersAdmin__subtext{display:block;margin-top:5px;color:#758094;font-size:11px;font-weight:500;line-height:1.35}
.ordersAdmin__email{max-width:180px;overflow-wrap:anywhere}
.ordersAdmin__amount{font-weight:900;white-space:nowrap}
.ordersAdmin__badge{display:inline-block;padding:7px 9px;border-radius:8px;font-size:11px;font-weight:800;line-height:1.2;white-space:nowrap}
.ordersAdmin__badge--success{background:#e6f5eb;color:#26704a}
.ordersAdmin__badge--danger{background:#ffeded;color:#a03e3e}
.ordersAdmin__badge--pending{background:#fff2d9;color:#94611a}
.commerce-admin .ordersAdmin__open{color:#36537c;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}
.ordersAdmin__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 24px;border-top:1px solid #e9e9e5;color:#68758a;font-size:12px}
.ordersAdmin__pagination>div{display:flex;gap:10px}
.commerce-admin .ordersAdmin__pagination a{padding:9px 12px;border:1px solid #e0e4e8;border-radius:8px;color:#344b70;font-weight:800;text-decoration:none}
.ordersAdmin__empty{padding:56px 18px;text-align:center;color:#68758a}
.ordersAdmin__empty>span{font-size:35px}.ordersAdmin__empty h3{margin:8px 0 4px}.ordersAdmin__empty p{margin:0}
@media(max-width:1120px){.ordersAdmin__filterForm{grid-template-columns:repeat(2,minmax(0,1fr))}.ordersAdmin__field--search{grid-column:1/-1}.ordersAdmin__advancedFields{grid-template-columns:repeat(2,minmax(0,1fr))}.ordersAdmin__table{min-width:900px}}
@media(max-width:700px){.ordersAdmin{padding:23px 12px 30px}.ordersAdmin__header{display:block}.ordersAdmin__settings{display:inline-block;margin-top:18px}.ordersAdmin__filters{padding:18px}.ordersAdmin__filterForm,.ordersAdmin__advancedFields{grid-template-columns:1fr}.ordersAdmin__field--search{grid-column:auto}.ordersAdmin__submit{width:100%}.ordersAdmin__sectionHead{align-items:flex-start}.ordersAdmin__resultsHead{display:block;padding:20px 18px}.ordersAdmin__exports{margin-top:15px}.commerce-admin .ordersAdmin__pao{display:grid;margin:0 12px 12px}.ordersAdmin__pao button{width:100%}.ordersAdmin__pao small{justify-self:end}.ordersAdmin__pagination{padding:16px}}

/* Détail d'une commande */
.commerce-admin:has(.orderDetail){padding:0;background:#f7f5ef;font-family:"Nunito",Arial,sans-serif}
.orderDetail{padding:30px clamp(18px,3vw,46px) 50px;color:#202b43}
.commerce-admin .orderDetail__back{display:inline-block;margin-bottom:18px;color:#405b83;font-size:13px;font-weight:800;text-decoration:none}
.orderDetail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:25px}
.orderDetail h1,.orderDetail h2,.orderDetail h3{font-family:"Fredoka","Nunito",sans-serif;color:#202b43}
.orderDetail h1{margin:0;font-size:clamp(26px,2.8vw,38px);overflow-wrap:anywhere}
.orderDetail__header p{margin:9px 0 0;color:#6b778b;font-size:13px;overflow-wrap:anywhere}
.orderDetail__headerActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}
.commerce-admin .orderDetail__button{display:inline-flex;min-height:43px;align-items:center;justify-content:center;padding:9px 14px;border:1px solid #dce1e8;border-radius:10px;background:#fff;color:#2b426a;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}
.commerce-admin .orderDetail__button--primary{border-color:#243552;background:#243552;color:#fff}
.orderDetail__overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:22px;border:1px solid #e6e4de;border-radius:16px;background:#fff;box-shadow:0 8px 28px #202b4309}
.orderDetail__overview>div{display:grid;align-content:center;gap:8px;min-height:92px;padding:18px 20px}
.orderDetail__overview>div+div{border-left:1px solid #e9e9e5}
.orderDetail__overview span,.orderDetail__facts span{color:#738095;font-size:11px;font-weight:800;letter-spacing:.04em}
.orderDetail__overview strong{font-size:16px;line-height:1.2}
.orderDetail__status{width:max-content;max-width:100%;padding:7px 10px;border-radius:8px;background:#fff1d8;color:#98631a;font-size:12px!important}
.orderDetail__status--paid{background:#e6f5eb;color:#26704a}
.orderDetail__status--danger{background:#ffeded;color:#a03e3e}
.orderDetail__layout{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(310px,1fr);align-items:start;gap:20px}
.orderDetail__main,.orderDetail__side{display:grid;gap:20px;min-width:0}
.commerce-admin .orderDetail__card{min-width:0;margin:0;padding:24px;border:1px solid #e6e4de;border-radius:16px;background:#fff;box-shadow:0 8px 28px #202b4309}
.orderDetail__cardHead{margin-bottom:20px}
.orderDetail__cardHead h2{margin:0;font-size:22px}
.orderDetail__card p{line-height:1.5}
.orderDetail__recap>h2{display:none}
.orderDetail__recap>.order-recap-line{gap:16px;align-items:flex-start;padding:18px 0}
.orderDetail__recap>.order-recap-line h3{margin:0 0 7px;font-size:16px}
.orderDetail__recap>.order-recap-line p{margin:5px 0;color:#49586e;font-size:12px}
.orderDetail__recap .order-preview{width:105px;min-height:105px;padding:8px;overflow:hidden;border-radius:11px;background:#f7f4ee}
.orderDetail__recap .order-preview .product-media--dynamic{height:105px}
.orderDetail__recap>.order-totals{gap:9px;padding:18px 0;border-bottom:1px solid #ecece8;font-size:13px}
.orderDetail__recap>.order-totals dt:last-of-type,.orderDetail__recap>.order-totals dd:last-of-type{padding-top:12px;border-top:1px solid #ecece8;font-size:17px;font-weight:900}
.orderDetail__recap>.checkout-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding-top:20px}
.orderDetail__recap>.checkout-fields section{min-width:0;margin:0}
.orderDetail__recap>.checkout-fields h3{margin:0 0 7px;font-size:16px}
.orderDetail__recap>.checkout-fields p{margin:0;color:#526078;font-size:13px;line-height:1.65}
.orderDetail__recap>.checkout-fields+p,.orderDetail__phone{margin:14px 0 0;color:#66748a;font-size:12px}
.orderDetail__facts{display:grid;gap:14px;margin:0 0 18px}
.orderDetail__facts>div{display:grid;gap:4px;min-width:0}
.orderDetail__facts strong{font-size:13px;font-weight:800;overflow-wrap:anywhere}
.orderDetail__form{display:grid;justify-items:start;gap:12px}
.commerce-admin .orderDetail__form{padding:15px 0 0}
.orderDetail__formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}
.orderDetail__form label{display:grid;gap:6px;width:100%;color:#4b5a71;font-size:12px;font-weight:800}
.orderDetail__form input,.orderDetail__form select,.orderDetail__form textarea{width:100%;min-height:43px;padding:9px 11px;border:1px solid #d9dedf;border-radius:9px;background:#fff;color:#202b43;font-size:13px}
.orderDetail__form textarea{resize:vertical}
.commerce-admin .orderDetail__form button{min-height:40px;padding:9px 14px;border:0;border-radius:9px;background:#243552;color:#fff;font:800 12px "Nunito",Arial,sans-serif}
.commerce-admin .orderDetail__form .orderDetail__danger{background:#fff1f0;color:#a13d3a;border:1px solid #f3cbc8}
.orderDetail__muted{margin:0;color:#66748a;font-size:13px}
.commerce-admin .orderDetail__textLink,.commerce-admin .orderDetail__links a{color:#2f527e;font-size:12px;font-weight:800;text-decoration:none}
.orderDetail__links{display:grid;gap:11px}
.orderDetail__technical{margin-top:18px;padding-top:15px;border-top:1px solid #ecece8;color:#526078;font-size:12px}
.orderDetail__technical summary{cursor:pointer;font-weight:800}
.orderDetail__technical dl{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;margin:14px 0 0}
.orderDetail__technical dd{margin:0;overflow-wrap:anywhere}
.orderDetail__technical dt{color:#758094}
.orderDetail__entry{padding:12px 0;border-top:1px solid #ecece8;font-size:12px;overflow-wrap:anywhere}
.orderDetail__entry time,.orderDetail__entry span{display:block;color:#758094}
.orderDetail__entry p{margin:5px 0 0}
.orderDetail__bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}
.commerce-admin .orderDetail__raw{margin-top:20px}
.orderDetail__raw summary{cursor:pointer;color:#405b83;font-weight:800}
.orderDetail__raw h3{font-size:15px}
.orderDetail__raw pre{padding:13px;border-radius:9px;background:#f5f7fa;color:#40516e;font-size:11px}
@media(max-width:1100px){.orderDetail__layout{grid-template-columns:1fr}.orderDetail__side{grid-template-columns:repeat(2,minmax(0,1fr))}.orderDetail__side>:first-child{grid-column:1/-1}}
@media(max-width:700px){.orderDetail{padding:22px 12px 30px}.orderDetail__header{display:block}.orderDetail__headerActions{justify-content:flex-start;margin-top:18px}.orderDetail__overview{grid-template-columns:repeat(2,minmax(0,1fr))}.orderDetail__overview>div:nth-child(3){border-left:0;border-top:1px solid #e9e9e5}.orderDetail__overview>div:nth-child(4){border-top:1px solid #e9e9e5}.orderDetail__overview>div{min-height:78px;padding:13px}.commerce-admin .orderDetail__card{padding:18px}.orderDetail__side,.orderDetail__bottom,.orderDetail__formGrid,.orderDetail__recap>.checkout-fields{grid-template-columns:1fr}.orderDetail__side>:first-child{grid-column:auto}.orderDetail__recap>.order-recap-line{gap:12px}.orderDetail__recap .order-preview{width:75px;min-height:75px}.orderDetail__recap .order-preview .product-media--dynamic{height:75px}}

[hidden] {
  display: none !important;
}

@media (max-width: 940px) {
  .checkout-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-form {
    grid-template-columns: 1fr;
  }

  .checkout-summary {
    position: static;
  }
}

@media (max-width: 650px) {
  .checkout-page {
    width: min(100% - 24px, 560px);
    padding: 18px 0 42px;
  }

  .checkout-breadcrumb {
    margin-bottom: 17px;
  }

  .checkout-heading {
    gap: 20px;
    margin-bottom: 22px;
  }

  .checkout-heading h1 {
    font-size: 33px;
  }

  .checkout-heading p {
    font-size: 14px;
  }

  .checkout-progress {
    width: 100%;
    justify-content: space-between;
    gap: 7px;
  }

  .checkout-progress li {
    min-width: 70px;
  }

  .checkout-progress li + li::before {
    display: none;
  }

  .checkout-form,
  .checkout-main {
    gap: 13px;
  }

  .checkout-card,
  .checkout-summary {
    padding: 19px 16px 21px;
    border-radius: 16px;
  }

  .checkout-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .checkout-wide {
    grid-column: auto;
  }

  .checkout-card__head h2,
  .checkout-summary__head h2 {
    font-size: 20px;
  }

  .shipping-option {
    gap: 10px;
    padding: 12px;
  }

  .shipping-option__price {
    font-size: 13px;
  }

  .shipping-refresh {
    margin-left: 42px;
  }

  .promo-row {
    grid-template-columns: 1fr;
  }

  .promo-row .btn {
    width: 100%;
  }

  .checkout-item {
    grid-template-columns: 49px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .checkout-item__visual {
    width: 49px;
    height: 57px;
  }

  .order-preview {
    width: 95px;
  }

  .commerce-admin {
    padding: 14px;
  }
}
