/* SP_PREMIUM_ORDER_V1_20260801 */
#sp-professional-order .mh-package-option em {
  position: static !important;
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 4px 8px;
  white-space: nowrap;
}

#sp-professional-order .mh-target-preview[data-sp-preview-enhanced="1"] .mh-target-preview__media {
  overflow: hidden;
  border-color: rgba(255, 77, 184, .42) !important;
  background: linear-gradient(145deg, #7c3cff, #ff4db8 70%, #ff8a3d) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 24px rgba(124,60,255,.18);
}

#sp-professional-order .sp-preview-mark {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: .04em;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
}

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

#sp-professional-order #sp-preview-description {
  margin-top: 3px;
  color: #817392;
  font-size: 13px;
  font-weight: 750;
}

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

.mh-cart-drawer__item {
  grid-template-columns: minmax(0,1fr) auto !important;
  align-items: start !important;
}

.mh-cart-drawer__item > div:first-child { min-width: 0; }
.mh-cart-drawer__item > div:last-child {
  display: grid;
  min-width: 78px;
  justify-items: end;
  align-content: start;
  gap: 10px;
}

.mh-cart-drawer__item > div:last-child b {
  display: block;
  line-height: 1.25;
  white-space: nowrap;
}

.mh-cart-drawer__remove {
  position: static !important;
  display: grid !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
}

@media (min-width: 992px) {
  #sp-professional-order .mh-order-page { padding-bottom: 108px !important; }

  .sp-mobile-purchase-bar {
    position: fixed;
    z-index: 1095;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(190px, 230px) minmax(170px, 210px);
    justify-content: end;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 11px max(26px, calc((100vw - 1320px) / 2));
    border-top: 1px solid rgba(182,111,255,.38);
    background: rgba(12,5,29,.97);
    box-shadow: 0 -14px 38px rgba(8,2,24,.28), inset 0 1px 0 rgba(255,255,255,.04);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .sp-mobile-purchase-bar__selection {
    min-width: 0;
    padding-left: 4px;
  }
  .sp-mobile-purchase-bar__selection span {
    display: block;
    margin-bottom: 1px;
    color: #baaed1;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .sp-mobile-purchase-bar__selection strong {
    display: inline-block;
    max-width: 142px;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
  }
  .sp-mobile-purchase-bar__selection b {
    display: inline-block;
    margin-left: 9px;
    color: #ff65c2;
    font-size: 15px;
    font-weight: 950;
  }
  .sp-mobile-purchase-bar__button {
    min-height: 52px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg,#7c3cff,#ff3ca6);
    box-shadow: 0 10px 27px rgba(124,60,255,.28);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
  }
  .sp-mobile-purchase-bar__button.is-disabled {
    background: #34284e;
    box-shadow: none;
    color: #c1b5d4;
  }
}

@media (max-width: 991px) {
  #sp-professional-order .mh-order-page { padding-bottom: 178px !important; }

  .sp-mobile-purchase-bar {
    position: fixed;
    z-index: 1095;
    right: 12px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(142px,.88fr);
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(182,111,255,.46);
    border-radius: 18px;
    background: rgba(14,7,31,.97);
    box-shadow: 0 17px 44px rgba(21,8,49,.42), inset 0 1px 0 rgba(255,255,255,.06);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .sp-mobile-purchase-bar__selection { min-width: 0; }
  .sp-mobile-purchase-bar__selection span {
    display: block;
    margin-bottom: 1px;
    color: #baaed1;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .sp-mobile-purchase-bar__selection strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sp-mobile-purchase-bar__selection b {
    display: block;
    margin-top: 1px;
    color: #ff65c2;
    font-size: 15px;
    font-weight: 950;
  }
  .sp-mobile-purchase-bar__button {
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg,#7c3cff,#ff3ca6);
    box-shadow: 0 10px 28px rgba(124,60,255,.32);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
  }
  .sp-mobile-purchase-bar__button.is-disabled {
    background: #34284e;
    box-shadow: none;
    color: #c1b5d4;
  }
}

@media (max-width: 680px) {
  #sp-professional-order .mh-package-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px !important;
  }
  #sp-professional-order .mh-package-option {
    min-height: 116px !important;
    padding: 13px !important;
    overflow: hidden;
  }
  #sp-professional-order .mh-package-option strong {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(20px,6vw,25px) !important;
    letter-spacing: -.035em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #sp-professional-order .mh-package-option em {
    font-size: 9px !important;
  }
}

@media (max-width: 370px) {
  .sp-mobile-purchase-bar { grid-template-columns: minmax(0,1fr) 126px; }
  .sp-mobile-purchase-bar__button { font-size: 12px; }
}

/* SP_CATEGORY_GENERATED_FIXED_BUY_V16_20260801
 * Kategori paket secimindeki yerel service--bottom alanini sabitler.
 * Urun baglantisi ve satin alma yonlendirmesi temanin kendi data-link
 * akisinda kalir; bu katman yalnizca gorunum ve erisilebilirlik saglar.
 */
body.sp-category-fixed-buy .service--area {
  padding-bottom: 112px !important;
}

body.sp-category-fixed-buy .service--bottom {
  position: fixed !important;
  z-index: 1096 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: flex !important;
  width: auto !important;
  min-height: 82px !important;
  margin: 0 !important;
  padding: 11px max(24px, calc((100vw - 1320px) / 2)) !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  border: 0 !important;
  border-top: 1px solid #dfe3ed !important;
  border-radius: 0 !important;
  background: rgba(247, 248, 252, .98) !important;
  box-shadow: 0 -14px 38px rgba(28, 17, 48, .18) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.sp-category-fixed-buy .service--bottom .selected--pack {
  display: flex !important;
  min-width: 188px !important;
  margin: 0 auto 0 0 !important;
  padding: 0 !important;
  align-items: center !important;
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
}

body.sp-category-fixed-buy .service--bottom .selected--pack .icon {
  display: grid !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  place-items: center !important;
  border: 1px solid rgba(124, 60, 255, .25) !important;
  border-radius: 12px !important;
  background: rgba(124, 60, 255, .09) !important;
  color: #7c3cff !important;
}

body.sp-category-fixed-buy .service--bottom .selected--pack .text {
  display: block !important;
  min-width: 0 !important;
}

body.sp-category-fixed-buy .service--bottom .selected--pack .text > span {
  display: block !important;
  margin: 0 !important;
  line-height: 1.25 !important;
}

body.sp-category-fixed-buy .service--bottom .selected--pack .text > span:first-child {
  color: #3d3550 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

body.sp-category-fixed-buy .service--bottom [data-selected_price] {
  margin-top: 3px !important;
  color: #7c3cff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

body.sp-category-fixed-buy .service--bottom .pack--action {
  display: flex !important;
  width: auto !important;
  margin: 0 !important;
  align-items: center !important;
  gap: 10px !important;
}

body.sp-category-fixed-buy .sp-fixed-buy-cancel,
body.sp-category-fixed-buy .service--bottom [data-selected_url] {
  display: inline-flex !important;
  min-width: 142px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 12px 20px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 13px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.sp-category-fixed-buy .sp-fixed-buy-cancel {
  border: 1px solid #82778f !important;
  background: #fff !important;
  color: #292333 !important;
  cursor: pointer;
}

body.sp-category-fixed-buy .service--bottom [data-selected_url] {
  border: 0 !important;
  background: linear-gradient(120deg, #7c3cff, #ff3ca6) !important;
  box-shadow: 0 10px 27px rgba(124, 60, 255, .30) !important;
  color: #fff !important;
}

body.sp-category-fixed-buy .service--bottom [data-selected_url].is-disabled {
  background: #d8d3e1 !important;
  box-shadow: none !important;
  color: #8d8498 !important;
  pointer-events: none !important;
}

body.sp-category-fixed-buy .pack--list .pack.available.sp-fixed-selected {
  border-color: #a94dff !important;
  background: linear-gradient(145deg, rgba(124, 60, 255, .11), rgba(255, 60, 166, .08)) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 75, 185, .18), 0 9px 24px rgba(86, 31, 150, .10) !important;
}

@media (max-width: 991px) {
  body.sp-category-fixed-buy .service--area {
    padding-bottom: 170px !important;
  }

  body.sp-category-fixed-buy .service--bottom {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(172px, 1.25fr) !important;
    min-height: 88px !important;
    padding: 10px !important;
    gap: 9px !important;
    padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    border: 1px solid #e2e5ed !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    box-shadow: 0 -17px 44px rgba(21, 8, 49, .18) !important;
  }

  body.sp-category-fixed-buy .bottom--menu {
    display: none !important;
  }

  body.sp-category-fixed-buy .service--bottom .selected--pack {
    min-width: 0 !important;
    gap: 0 !important;
  }

  body.sp-category-fixed-buy .service--bottom .selected--pack .icon {
    display: none !important;
  }

  body.sp-category-fixed-buy .service--bottom .selected--pack .text::before {
    display: block;
    margin-bottom: 2px;
    color: #7f748d;
    content: 'SEÇİLEN PAKET';
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .07em;
  }

  body.sp-category-fixed-buy .service--bottom .selected--pack .text > span:first-child {
    overflow: hidden !important;
    font-size: 13px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.sp-category-fixed-buy .service--bottom [data-selected_price] {
    font-size: 16px !important;
  }

  body.sp-category-fixed-buy .service--bottom .pack--action {
    display: grid !important;
    grid-template-columns: minmax(62px, .55fr) minmax(100px, 1fr) !important;
    gap: 7px !important;
  }

  body.sp-category-fixed-buy .sp-fixed-buy-cancel,
  body.sp-category-fixed-buy .service--bottom [data-selected_url] {
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 10px 8px !important;
    border-radius: 13px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 390px) {
  body.sp-category-fixed-buy .service--bottom {
    right: 0 !important;
    left: 0 !important;
    grid-template-columns: minmax(92px, .8fr) minmax(165px, 1.35fr) !important;
  }
  body.sp-category-fixed-buy .service--bottom .pack--action {
    grid-template-columns: 58px minmax(102px, 1fr) !important;
  }
  body.sp-category-fixed-buy .sp-fixed-buy-cancel,
  body.sp-category-fixed-buy .service--bottom [data-selected_url] {
    font-size: 11px !important;
  }
}
