.mc-tryon {
  margin: 72px auto;
  max-width: 1320px;
  padding: 0 20px;
  color: #1f2523;
}
.mc-tryon-head {
  max-width: 760px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(155, 122, 66, .22);
}
.mc-tryon-head h2 {
  margin: 0 0 10px;
  color: #172316;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 500;
  line-height: .96;
}
.mc-tryon-head span,
.mc-tryon-note {
  color: #66736f;
}
.mc-tryon-note a {
  color: #1f7a65;
  font-weight: 800;
}
.mc-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 18px;
  overflow: auto;
}
.mc-auth-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mc-auth-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 37, 35, .48);
}
.mc-auth-box {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  width: min(100%, 420px);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(31, 37, 35, .24);
}
.mc-auth-box p {
  margin: 0;
  color: #9b7a42;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.mc-auth-box h3 {
  margin: 0;
  font-size: 24px;
}
.mc-auth-box > span {
  color: #66736f;
  font-size: 13px;
}
.mc-auth-box label {
  display: grid;
  gap: 5px;
  color: #66736f;
  font-size: 12px;
  font-weight: 800;
}
.mc-auth-box input,
.mc-auth-box select {
  min-height: 42px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  padding: 0 11px;
  background: #fff;
}
.mc-auth-box button[type="submit"] {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #1f7a65;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.mc-auth-box a {
  color: #1f7a65;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.mc-name-row,
.mc-phone-row,
.mc-verify-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  align-items: end;
}
.mc-name-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mc-verify-row {
  grid-template-columns: 1fr 120px;
}
.mc-verify-row button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #338772;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.mc-verify-row button:disabled {
  opacity: .65;
  cursor: wait;
}
.mc-verify-status {
  min-height: 16px;
  margin: -4px 0 0 !important;
  color: #66736f;
  font-size: 12px;
}
.mc-auth-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #ded8cf;
  border-radius: 999px;
  background: #fff;
  color: #1f2523;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.mc-tryon-shell {
  display: grid;
  grid-template-columns: minmax(230px, .7fr) minmax(520px, 1.45fr) minmax(330px, .9fr);
  align-items: start;
  gap: 16px;
}
.mc-tryon-panel {
  min-width: 0;
  padding: 16px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
}
.mc-tryon-library {
  background: #fbfaf7;
}
.mc-tryon-workspace {
  background: #fcfcfb;
}
.mc-tryon-panel h3 {
  margin: 8px 0 14px;
  font-size: 18px;
}
.mc-tryon-library-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mc-tryon-library-head > div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.mc-tryon-library-head h3 {
  margin: 0;
}
.mc-tryon-library-toggle {
  display: none;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
  color: #1f2523;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.mc-tryon-library-toggle::after {
  content: "+";
  margin-left: 8px;
  font-size: 16px;
  line-height: 1;
}
.mc-tryon-library.is-open .mc-tryon-library-toggle::after {
  content: "-";
}
.mc-tryon-library-body {
  display: block;
  margin-top: 14px;
}
.mc-tryon-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.mc-tryon-result-head h3 {
  margin: 0;
}
.mc-tryon-reset {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
  color: #1f2523;
  font-weight: 800;
  cursor: pointer;
}
.mc-tryon-step {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #edf3ef;
  color: #1f7a65;
  font-size: 12px;
  font-weight: 900;
}
.mc-tryon-upload {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 330px;
  overflow: hidden;
  border: 1px dashed #cfc7bc;
  border-radius: 8px;
  background: #f7f5f1;
  cursor: pointer;
}
.mc-tryon-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.mc-tryon-upload img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mc-tryon-upload.has-image img {
  display: block;
}
.mc-tryon-upload.has-image span {
  display: none;
}
.mc-tryon-filters {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid #e6e0d7;
  border-radius: 8px;
  background: #fff;
}
.mc-tryon-filters label {
  display: grid;
  gap: 4px;
  color: #66736f;
  font-size: 12px;
  font-weight: 800;
}
.mc-tryon-filters select,
.mc-tryon-filters input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
  padding: 0 10px;
}
.mc-tryon-surprise {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  align-items: center;
  margin: -2px 0 14px;
}
.mc-tryon-surprise button {
  position: relative;
  overflow: hidden;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #1f7a65 0%, #9b7a42 52%, #c85f4a 100%);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(155, 122, 66, .24);
  transition: box-shadow .18s ease, transform .18s ease, filter .18s ease;
}
.mc-tryon-surprise button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .34) 45%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}
.mc-tryon-surprise button:hover,
.mc-tryon-surprise button:focus {
  filter: saturate(1.1);
  box-shadow: 0 14px 30px rgba(31, 122, 101, .26);
  transform: translateY(-2px);
}
.mc-tryon-surprise button:hover::after,
.mc-tryon-surprise button:focus::after {
  transform: translateX(120%);
}
.mc-tryon-surprise button:disabled {
  opacity: .65;
  cursor: wait;
  transform: none;
}
.mc-tryon-surprise span {
  color: #66736f;
  font-size: 12px;
  font-weight: 800;
}
.mc-tryon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-height: 620px;
  overflow: auto;
  padding: 2px 4px 2px 2px;
}
.mc-tryon-grid-empty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1px dashed #ded8cf;
  border-radius: 8px;
  background: #fff;
  color: #66736f;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.mc-tryon-load {
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
  color: #1f2523;
  font-weight: 800;
  cursor: pointer;
}
.mc-tryon-load:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.mc-tryon-load.is-hidden {
  display: none;
}
.mc-tryon-library-note {
  margin: 8px 0 0;
  color: #66736f;
  font-size: 12px;
}
.mc-tryon-card {
  display: block;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  color: #1f2523;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  min-height: 0;
}
.mc-tryon-card:hover,
.mc-tryon-card:focus {
  color: #1f2523;
}
.mc-tryon-card.is-selected {
  border-color: #1f7a65;
  box-shadow: 0 0 0 3px rgba(31, 122, 101, .14);
}
.mc-tryon-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  background: #f7f5f1;
}

.mc-tryon-card.is-chanel-bag img {
  transform: translateY(42px) scale(1.9);
  transform-origin: center center;
}
.mc-tryon-selected-card.is-chanel-bag {
  overflow: hidden;
}
.mc-tryon-selected-card.is-chanel-bag img {
  transform: translateY(24px) scale(1.55);
  transform-origin: center center;
}

.mc-tryon-card div {
  display: grid;
  align-items: center;
  min-height: 48px;
  padding: 10px 11px;
}
.mc-tryon-card strong {
  display: block;
  color: #1f2523;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 800;
}
.mc-tryon-card span,
.mc-tryon-selected {
  color: #66736f;
  font-size: 12px;
}
.mc-tryon-selected {
  display: grid;
  gap: 10px;
  min-height: 150px;
  margin-bottom: 12px;
}
.mc-tryon-selected-empty {
  display: grid;
  place-items: center;
  min-height: 150px;
  border: 1px dashed #ded8cf;
  border-radius: 8px;
  background: #f7f5f1;
  color: #66736f;
  font-weight: 800;
  text-align: center;
}
.mc-tryon-selected-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 96px;
  padding: 10px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
}
.mc-tryon-selected-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 6px;
  background: #f7f5f1;
}
.mc-tryon-selected-remove {
  appearance: none;
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #ded8cf;
  border-radius: 999px;
  background: #fff;
  color: #1f2523;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}
.mc-tryon-selected-card strong {
  display: block;
  padding-right: 28px;
  color: #1f2523;
  font-size: 14px;
  line-height: 1.25;
}
.mc-tryon-selected-card span {
  display: block;
  margin-top: 5px;
  color: #66736f;
  font-size: 12px;
}
.mc-tryon-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}
.mc-tryon-mode label {
  cursor: pointer;
}
.mc-tryon-mode input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mc-tryon-mode span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
  color: #1f2523;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.mc-tryon-mode span::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 2px solid #cfc7bc;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.mc-tryon-mode input:checked + span {
  border-color: #1f7a65;
  background: #edf3ef;
  color: #1f7a65;
  box-shadow: 0 0 0 3px rgba(31, 122, 101, .12);
}
.mc-tryon-mode input:checked + span::before {
  border-color: #1f7a65;
  background: #1f7a65;
}
.mc-tryon-ratio {
  margin-bottom: 12px;
}
.mc-tryon-ratio label {
  display: grid;
  gap: 5px;
  color: #66736f;
  font-size: 12px;
  font-weight: 800;
}
.mc-tryon-ratio select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
  color: #1f2523;
  padding: 0 10px;
  font-weight: 800;
}
.mc-tryon-generate,
.mc-tryon-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #1f7a65;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.mc-tryon-generate:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.mc-tryon-buy-credits {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 14px;
  border: 1px solid #1f7a65;
  border-radius: 8px;
  color: #1f7a65;
  font-weight: 900;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.mc-tryon-buy-credits:hover,
.mc-tryon-buy-credits:focus {
  background: #1f7a65;
  color: #fff;
}
.mc-tryon-progress {
  display: none;
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6e0d7;
  box-shadow: 0 0 0 1px rgba(31, 37, 35, .06);
}
.mc-tryon-progress.is-active {
  display: block;
}
.mc-tryon-progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #1f7a65;
  transition: width .45s ease;
}
.mc-tryon-result {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
  margin-top: 12px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #f7f5f1;
  overflow: hidden;
}
.mc-tryon-result-title {
  margin-top: 18px !important;
}
.mc-tryon-result img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mc-tryon-result.has-result img {
  display: block;
}
.mc-tryon-result.has-result span {
  display: none;
}
.mc-tryon-download {
  display: none;
  margin-top: 10px;
  background: #202020;
}
.mc-tryon-download.is-ready {
  display: inline-flex;
}
@media (max-width: 980px) {
  .mc-tryon-shell {
    grid-template-columns: 1fr;
  }
  .mc-tryon-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mc-tryon-selected {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    min-height: 0;
  }
  .mc-tryon-selected-card {
    grid-template-columns: 1fr;
    align-content: start;
  }
  .mc-tryon-selected-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 620px) {
  .mc-tryon {
    margin: 34px auto;
    padding: 0 12px;
  }
  .mc-tryon-head h2 {
    font-size: 30px;
  }
  .mc-tryon-panel {
    padding: 12px;
  }
  .mc-tryon-upload {
    min-height: 260px;
  }
  .mc-tryon-filters {
    grid-template-columns: 1fr;
  }
  .mc-tryon-surprise {
    grid-template-columns: 1fr;
  }
  .mc-tryon-filters select,
  .mc-tryon-filters input,
  .mc-tryon-ratio select,
  .mc-tryon-reset,
  .mc-tryon-surprise button,
  .mc-tryon-generate,
  .mc-tryon-download,
  .mc-tryon-load {
    min-height: 46px;
  }
  .mc-tryon-shell {
    gap: 12px;
  }
  .mc-tryon-panel h3 {
    margin-bottom: 10px;
  }
  .mc-tryon-library {
    padding-bottom: 10px;
  }
  .mc-tryon-library-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mc-tryon-library-body {
    display: block;
  }
  .mc-tryon-library:not(.is-open) .mc-tryon-grid,
  .mc-tryon-library:not(.is-open) .mc-tryon-load {
    display: none;
  }
  .mc-tryon-filters {
    gap: 8px;
    margin-bottom: 10px;
    padding: 8px;
  }
  .mc-tryon-surprise {
    gap: 8px;
    margin-bottom: 10px;
  }
  .mc-tryon-library-note {
    margin-top: 6px;
  }
  .mc-tryon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-height: none;
    overflow: visible;
    padding: 0;
  }
  .mc-tryon-card img {
    aspect-ratio: 1 / 1.12;
  }
  .mc-tryon-card strong,
  .mc-tryon-selected-card strong {
    font-size: 13px;
  }
  .mc-tryon-card span,
  .mc-tryon-selected-card span {
    font-size: 11px;
  }
  
.mc-tryon-card div {
    min-height: 42px;
    padding: 7px;
  }
  .mc-tryon-selected {
    grid-template-columns: 1fr;
  }
  .mc-tryon-load {
    margin-top: 10px;
  }
  .mc-tryon-mode {
    grid-template-columns: 1fr;
  }
  .mc-tryon-selected-card {
    grid-template-columns: 86px 1fr;
    min-height: 106px;
  }
  .mc-tryon-selected-card img {
    width: 86px;
    height: 86px;
    aspect-ratio: auto;
  }
  .mc-tryon-result {
    min-height: 260px;
  }
}

.mc-account {
  max-width: 1120px;
  margin: 72px auto;
  padding: 0 20px;
  color: #1f2523;
}
.mc-account-head {
  margin-bottom: 22px;
}
.mc-account-head p {
  margin: 0 0 8px;
  color: #9b7a42;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.mc-account-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}
.mc-account-alert,
.mc-account-empty {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 800;
}
.mc-account-alert.is-success {
  background: #edf3ef;
  color: #1f7a65;
}
.mc-account-alert.is-error {
  background: #fff1ee;
  color: #a33a2b;
}
.mc-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.mc-account-single {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.mc-account-card,
.mc-account-summary,
.mc-credit-pack,
.mc-account-empty {
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
}
.mc-account-card {
  display: grid;
  gap: 12px;
  padding: 18px;
}
.mc-account-card h3,
.mc-account-section-title {
  margin: 0 0 4px;
}
.mc-account-card label {
  display: grid;
  gap: 5px;
  color: #66736f;
  font-size: 12px;
  font-weight: 800;
}
.mc-account-card input,
.mc-account-card select {
  min-height: 44px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  padding: 0 11px;
  background: #fff;
  color: #1f2523;
}
.mc-account-card button,
.mc-account-summary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #1f7a65;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.mc-account-summary a {
  border: 0;
  background: #338772;
  color: #fff;
  transition: background .18s ease, transform .18s ease;
}
.mc-account-summary a:hover,
.mc-account-summary a:focus {
  background: #1f7a65;
  color: #fff;
  transform: translateY(-1px);
}
.mc-account-card p {
  margin: 0;
  color: #66736f;
  font-size: 12px;
}
.mc-account-card a {
  color: #1f7a65;
  font-weight: 800;
  text-decoration: none;
}
.mc-account-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto) minmax(120px, auto);
  gap: 24px;
  align-items: center;
  padding: 16px;
  margin-bottom: 22px;
}
.mc-account-summary span {
  display: block;
  color: #66736f;
  font-size: 12px;
  font-weight: 800;
}
.mc-account-summary strong {
  display: block;
  margin-top: 3px;
}
.mc-account-credit-balance {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 12px;
  align-items: center;
  justify-self: center;
  justify-content: center;
}
.mc-account-credit-balance span {
  grid-column: 1 / -1;
  text-align: center;
}
.mc-account-credit-balance strong {
  margin-top: 0;
  font-size: 24px;
  line-height: 1;
}
.mc-account-summary .mc-account-credit-balance a {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(31, 122, 101, .28);
  background: #eef6f1;
  color: #1f7a65;
}
.mc-account-summary > a:last-child {
  justify-self: end;
  min-width: 120px;
}
.mc-account-summary .mc-account-credit-balance a:hover,
.mc-account-summary .mc-account-credit-balance a:focus {
  background: #1f7a65;
  color: #fff;
}
.mc-credit-pack {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  margin: -8px 0 24px;
  background: #fbfaf7;
}
.mc-credit-pack span {
  display: block;
  color: #66736f;
  font-size: 12px;
  font-weight: 800;
}
.mc-credit-pack strong {
  display: block;
  color: #1f2523;
  font-size: 22px;
  line-height: 1.15;
}
.mc-credit-pack p {
  margin: 7px 0 0;
  color: #66736f;
  font-size: 13px;
}
.mc-credit-pack dl {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
}
.mc-credit-pack dl div {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mc-credit-pack dt {
  min-width: 72px;
  color: #66736f;
  font-size: 12px;
  font-weight: 800;
}
.mc-credit-pack dd {
  margin: 0;
  color: #1f2523;
  font-weight: 900;
}
.mc-credit-pack > div:last-child {
  display: grid;
  justify-items: end;
  gap: 8px;
}
.mc-credit-pack a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  background: #1f7a65;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}
.mc-credit-pack a:hover,
.mc-credit-pack a:focus {
  background: #17614f;
  color: #fff;
  transform: translateY(-1px);
}
.mc-credit-pack-page {
  margin-top: 0;
}
.mc-account-back {
  margin: -10px 0 24px;
}
.mc-account-back a {
  color: #1f7a65;
  font-weight: 900;
  text-decoration: none;
}
.mc-account-section-title {
  margin-bottom: 12px;
}
.mc-account-empty {
  display: grid;
  place-items: center;
  min-height: 160px;
  color: #66736f;
  background: #f7f5f1;
}
.mc-account-history {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.mc-account-image {
  display: grid;
  gap: 8px;
  color: #1f2523;
  text-decoration: none;
}
.mc-account-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #f7f5f1;
}
.mc-account-image span {
  color: #66736f;
  font-size: 12px;
}
.mc-account-look {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.mc-account-look-styles {
  display: grid;
  gap: 6px;
}
.mc-account-look-style {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 6px;
  border: 1px solid #e5ded3;
  border-radius: 8px;
  background: #fbfaf7;
}
.mc-account-look-style:hover::after,
.mc-account-look-style:focus-within::after {
  content: attr(title);
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: calc(100% + 6px);
  z-index: 5;
  padding: 8px 10px;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #fff;
  color: #1f2523;
  box-shadow: 0 10px 24px rgba(31, 37, 35, 0.14);
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
}
.mc-account-look-style img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
  background: #f2eee7;
}
.mc-account-look-style strong,
.mc-account-look-style span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mc-account-look-style strong {
  color: #1f2523;
  font-size: 12px;
  font-weight: 700;
}
.mc-account-look-style span {
  color: #66736f;
  font-size: 11px;
  margin-top: 2px;
}
@media (max-width: 760px) {
  .mc-account {
    margin: 34px auto;
    padding: 0 12px;
  }
  .mc-account-grid,
  .mc-account-summary,
  .mc-credit-pack {
    grid-template-columns: 1fr;
  }
  .mc-account-credit-balance {
    justify-self: stretch;
    justify-content: start;
  }
  .mc-account-credit-balance span {
    text-align: left;
  }
  .mc-account-summary > a:last-child {
    justify-self: stretch;
    min-width: 0;
  }
  .mc-credit-pack > div:last-child {
    justify-items: start;
  }
  .mc-account-history {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mc-name-row,
  .mc-phone-row,
  .mc-verify-row {
    grid-template-columns: 1fr;
  }
}
