body.mh-conversion-order .mh-summary-card {
  display: flex;
  flex-direction: column;
}

body.mh-conversion-order .mh-summary-card .mh-summary-badge {
  order: 1;
}

body.mh-conversion-order .mh-summary-card h2 {
  order: 2;
}

body.mh-conversion-order .mh-summary-card .mh-summary-price {
  order: 3;
  margin-top: 0;
}

body.mh-conversion-order .mh-summary-card #mh-add-cart {
  order: 4;
}

body.mh-conversion-order .mh-summary-card .mh-add-note {
  order: 5;
}

body.mh-conversion-order .mh-summary-card .mh-feature-details {
  order: 6;
  margin-top: 16px;
  border-top: 1px solid rgba(117, 185, 255, 0.2);
}

body.mh-conversion-order .mh-feature-details > summary {
  position: relative;
  padding: 15px 30px 13px 0;
  color: #dbeeff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

body.mh-conversion-order .mh-feature-details > summary::-webkit-details-marker {
  display: none;
}

body.mh-conversion-order .mh-feature-details > summary::after {
  position: absolute;
  top: 50%;
  right: 3px;
  color: #55c8ff;
  content: "+";
  font-size: 21px;
  transform: translateY(-50%);
}

body.mh-conversion-order .mh-feature-details[open] > summary::after {
  content: "−";
}

body.mh-conversion-order .mh-feature-details ul {
  margin: 0 0 5px !important;
}

body.mh-conversion-order .mh-package-option em {
  position: static !important;
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 4px 7px;
  white-space: nowrap;
}

body.mh-conversion-order .mh-package-option strong {
  max-width: 100%;
  padding-right: 0 !important;
  overflow: hidden;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.mh-conversion-order .mh-target-preview[data-mh-preview-enhanced] .mh-target-preview__media {
  overflow: hidden;
  border-color: rgba(53, 151, 255, 0.34) !important;
  background: linear-gradient(145deg, #153d75, #0a77c8) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 10px 24px rgba(12, 91, 177, 0.16);
}

body.mh-conversion-order .mh-target-preview[data-mh-platform="instagram"] .mh-target-preview__media {
  background: linear-gradient(145deg, #6e39d5, #d83f79 58%, #f3a339) !important;
}

body.mh-conversion-order .mh-target-preview[data-mh-platform="tiktok"] .mh-target-preview__media {
  background: linear-gradient(145deg, #10131b, #132f39) !important;
  box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55;
}

body.mh-conversion-order .mh-target-preview[data-mh-platform="youtube"] .mh-target-preview__media {
  background: linear-gradient(145deg, #ff3344, #a40b1a) !important;
}

body.mh-conversion-order .mh-target-preview[data-mh-preview-enhanced] .mh-preview-fallback {
  display: grid !important;
  width: 100%;
  height: 100%;
  place-items: center;
}

body.mh-conversion-order .mh-target-preview[data-mh-preview-enhanced] #mh-preview-image:not([hidden]) + .mh-preview-fallback {
  display: none !important;
}

body.mh-conversion-order .mh-preview-avatar-mark {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

body.mh-conversion-order #mh-preview-title,
body.mh-conversion-order #mh-preview-description {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.mh-conversion-order #mh-preview-description {
  margin-top: 3px;
  color: #607a98 !important;
  font-size: 13px !important;
  font-weight: 700;
}

.mh-mobile-purchase-bar {
  display: none;
}

@media (max-width: 991px) {
  body.mh-conversion-order .mh-summary-card .mh-feature-details {
    margin-top: 12px;
  }

  body.mh-conversion-order .mh-feature-details:not([open]) ul {
    display: none !important;
  }

  body.mh-conversion-order .mh-mobile-purchase-bar {
    position: fixed;
    z-index: 1095;
    right: 10px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, 0.9fr);
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(80, 181, 255, 0.46);
    border-radius: 17px;
    background: rgba(5, 18, 37, 0.97);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  body.mh-conversion-order .mh-mobile-purchase-bar__selection {
    min-width: 0;
  }

  body.mh-conversion-order .mh-mobile-purchase-bar__selection span {
    display: block;
    margin-bottom: 1px;
    color: #91aac7;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  body.mh-conversion-order .mh-mobile-purchase-bar__selection strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.mh-conversion-order .mh-mobile-purchase-bar__selection b {
    display: block;
    margin-top: 1px;
    color: #48c8ff;
    font-size: 15px;
    font-weight: 900;
  }

  body.mh-conversion-order .mh-mobile-purchase-bar__button {
    min-height: 52px;
    padding: 8px 11px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #1689ff, #315fff);
    box-shadow: 0 10px 26px rgba(36, 121, 255, 0.3);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
  }

  body.mh-conversion-order .mh-mobile-purchase-bar__button.is-disabled {
    background: #183452;
    box-shadow: none;
    color: #a8bdd4;
  }

  body.mh-conversion-order .mh-order-page {
    padding-bottom: 178px !important;
  }
}

@media (max-width: 680px) {
  body.mh-conversion-order .mh-package-option {
    min-height: 126px !important;
    overflow: hidden;
  }

  body.mh-conversion-order .mh-package-option strong {
    font-size: clamp(19px, 6vw, 23px) !important;
  }

  body.mh-conversion-order .mh-package-option em {
    font-size: 9px !important;
  }
}

@media (max-width: 370px) {
  body.mh-conversion-order .mh-mobile-purchase-bar {
    grid-template-columns: minmax(0, 1fr) 124px;
  }

  body.mh-conversion-order .mh-mobile-purchase-bar__button {
    font-size: 12px;
  }
}

/* MH_CART_DRAWER_POLISH_V112 — fiyat ve sil butonunu birbirinden ayırır. */
.mh-cart-drawer .cart-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
}

.mh-cart-drawer .cart-name {
  width: auto !important;
  min-width: 0 !important;
}

.mh-cart-drawer .cart-name .cart-link {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mh-cart-drawer .cart-price {
  display: grid !important;
  grid-template-columns: auto 42px !important;
  align-items: center !important;
  justify-content: end !important;
  gap: 12px !important;
  width: auto !important;
  min-width: max-content;
}

.mh-cart-drawer .cart-price .price {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f4f9ff !important;
  font-weight: 800 !important;
  white-space: nowrap;
}

.mh-cart-drawer .cart-price .btn-trash {
  position: static !important;
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center;
  border: 1px solid rgba(255, 100, 124, 0.34) !important;
  border-radius: 12px !important;
  background: rgba(255, 100, 124, 0.1) !important;
  color: #ff7890 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

@media (max-width: 420px) {
  .mh-cart-drawer .cart-item {
    gap: 10px !important;
  }

  .mh-cart-drawer .cart-price {
    grid-template-columns: auto 38px !important;
    gap: 9px !important;
  }

  .mh-cart-drawer .cart-price .btn-trash {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 11px !important;
  }
}

/* MH_PREVIEW_BADGE_VISIBLE_V111 */
body.mh-conversion-order .mh-target-preview[data-mh-preview-enhanced] .mh-target-preview__media {
  position: relative !important;
  isolation: isolate;
}

body.mh-conversion-order .mh-target-preview[data-mh-preview-enhanced] #mh-preview-image[hidden] + .mh-preview-fallback {
  position: absolute !important;
  z-index: 3 !important;
  inset: 0 !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff !important;
  background: transparent !important;
  transform: none !important;
}

body.mh-conversion-order .mh-target-preview[data-mh-preview-enhanced] #mh-preview-image:not([hidden]) + .mh-preview-fallback {
  display: none !important;
}

body.mh-conversion-order .mh-target-preview[data-mh-preview-enhanced] #mh-preview-image[hidden] + .mh-preview-fallback::before {
  display: grid !important;
  width: 46px !important;
  height: 46px !important;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  color: #fff !important;
  content: "MH" !important;
  font: 900 15px/1 system-ui, -apple-system, "Segoe UI", sans-serif !important;
  letter-spacing: 0.03em;
  opacity: 1 !important;
  visibility: visible !important;
}

body.mh-conversion-order .mh-target-preview[data-mh-platform="instagram"] #mh-preview-image[hidden] + .mh-preview-fallback::before {
  content: "IG" !important;
}

body.mh-conversion-order .mh-target-preview[data-mh-platform="tiktok"] #mh-preview-image[hidden] + .mh-preview-fallback::before {
  content: "TT" !important;
}

body.mh-conversion-order .mh-target-preview[data-mh-platform="youtube"] #mh-preview-image[hidden] + .mh-preview-fallback::before {
  content: "YT" !important;
}

body.mh-conversion-order .mh-target-preview[data-mh-preview-enhanced] .mh-preview-avatar-mark {
  display: none !important;
}
