/**
 * CoreV2 — Sipariş adımları ortak stiller (hosting, domain, sunucu, SMS, yazılım, özel)
 * Tek kaynak: intro gizleme + FX fiyat opaklığı
 */

.introslider-container,
.intro-slider,
.intro-section,
section.intro-section,
.cd-top {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

body.loading .introslider-container,
body.loading .intro-slider,
body.loading .intro-section {
    display: none !important;
}

[data-raw-amount],
.sepethosting-period-price,
.sepethosting-original-price,
.sepethosting-period-setup-fee,
.sepethosting-summary-item-price,
.sepethosting-summary-addon-price,
.sepetdomain-period-price,
.sepetdomain-original-price,
.sepetdomain-period-setup-fee,
.sepetdomain-summary-item-price,
.sepetdomain-summary-addon-price,
.sepetsunucu-period-price,
.sepetsunucu-original-price,
.sepetsunucu-period-setup-fee,
.sepetsunucu-summary-item-price,
.sepetsunucu-summary-addon-price,
.sepetsms-period-price,
.sepetsms-original-price,
.sepetsms-period-setup-fee,
.sepetsms-summary-item-price,
.sepetsms-summary-addon-price,
.sepetsoftware-period-price,
.sepetsoftware-original-price,
.sepetsoftware-period-setup-fee,
.sepetsoftware-summary-item-price,
.sepetsoftware-summary-addon-price,
.sepetozel-period-price,
.sepetozel-original-price,
.sepetozel-period-setup-fee,
.sepetozel-summary-item-price,
.sepetozel-summary-addon-price,
.domain-price-display .price-amount,
#total_amount {
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
}

.fx-ready [data-raw-amount],
.fx-ready .sepethosting-period-price,
.fx-ready .sepethosting-original-price,
.fx-ready .sepethosting-period-setup-fee,
.fx-ready .sepethosting-summary-item-price,
.fx-ready .sepethosting-summary-addon-price,
.fx-ready .sepetdomain-period-price,
.fx-ready .sepetdomain-original-price,
.fx-ready .sepetdomain-period-setup-fee,
.fx-ready .sepetdomain-summary-item-price,
.fx-ready .sepetdomain-summary-addon-price,
.fx-ready .sepetsunucu-period-price,
.fx-ready .sepetsunucu-original-price,
.fx-ready .sepetsunucu-period-setup-fee,
.fx-ready .sepetsunucu-summary-item-price,
.fx-ready .sepetsunucu-summary-addon-price,
.fx-ready .sepetsms-period-price,
.fx-ready .sepetsms-original-price,
.fx-ready .sepetsms-period-setup-fee,
.fx-ready .sepetsms-summary-item-price,
.fx-ready .sepetsms-summary-addon-price,
.fx-ready .sepetsoftware-period-price,
.fx-ready .sepetsoftware-original-price,
.fx-ready .sepetsoftware-period-setup-fee,
.fx-ready .sepetsoftware-summary-item-price,
.fx-ready .sepetsoftware-summary-addon-price,
.fx-ready .sepetozel-period-price,
.fx-ready .sepetozel-original-price,
.fx-ready .sepetozel-period-setup-fee,
.fx-ready .sepetozel-summary-item-price,
.fx-ready .sepetozel-summary-addon-price,
.fx-ready .domain-price-display .price-amount,
.fx-ready #total_amount {
    opacity: 1 !important;
}
