/**
 * CoreV2 — Sipariş adımları ortak stiller (hosting, domain, sunucu, SMS, yazılım, özel)
 * Tek kaynak: intro gizleme + FX fiyat opaklığı (yalnızca yabancı para biriminde)
 */
.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;
}
/* Yabancı döviz seçiliyken TRY flaşını önle — TRY kullanıcılarında gizleme yok */
html.fx-active-foreign:not(.fx-ready) [data-raw-amount],
html.fx-active-foreign:not(.fx-ready) .sepethosting-period-price,
html.fx-active-foreign:not(.fx-ready) .sepethosting-original-price,
html.fx-active-foreign:not(.fx-ready) .sepethosting-period-setup-fee,
html.fx-active-foreign:not(.fx-ready) .sepethosting-summary-item-price,
html.fx-active-foreign:not(.fx-ready) .sepethosting-summary-addon-price,
html.fx-active-foreign:not(.fx-ready) .sepetdomain-period-price,
html.fx-active-foreign:not(.fx-ready) .sepetdomain-original-price,
html.fx-active-foreign:not(.fx-ready) .sepetdomain-period-setup-fee,
html.fx-active-foreign:not(.fx-ready) .sepetdomain-summary-item-price,
html.fx-active-foreign:not(.fx-ready) .sepetdomain-summary-addon-price,
html.fx-active-foreign:not(.fx-ready) .sepetsunucu-period-price,
html.fx-active-foreign:not(.fx-ready) .sepetsunucu-original-price,
html.fx-active-foreign:not(.fx-ready) .sepetsunucu-period-setup-fee,
html.fx-active-foreign:not(.fx-ready) .sepetsunucu-summary-item-price,
html.fx-active-foreign:not(.fx-ready) .sepetsunucu-summary-addon-price,
html.fx-active-foreign:not(.fx-ready) .sepetsms-period-price,
html.fx-active-foreign:not(.fx-ready) .sepetsms-original-price,
html.fx-active-foreign:not(.fx-ready) .sepetsms-period-setup-fee,
html.fx-active-foreign:not(.fx-ready) .sepetsms-summary-item-price,
html.fx-active-foreign:not(.fx-ready) .sepetsms-summary-addon-price,
html.fx-active-foreign:not(.fx-ready) .sepetsoftware-period-price,
html.fx-active-foreign:not(.fx-ready) .sepetsoftware-original-price,
html.fx-active-foreign:not(.fx-ready) .sepetsoftware-period-setup-fee,
html.fx-active-foreign:not(.fx-ready) .sepetsoftware-summary-item-price,
html.fx-active-foreign:not(.fx-ready) .sepetsoftware-summary-addon-price,
html.fx-active-foreign:not(.fx-ready) .sepetozel-period-price,
html.fx-active-foreign:not(.fx-ready) .sepetozel-original-price,
html.fx-active-foreign:not(.fx-ready) .sepetozel-period-setup-fee,
html.fx-active-foreign:not(.fx-ready) .sepetozel-summary-item-price,
html.fx-active-foreign:not(.fx-ready) .sepetozel-summary-addon-price,
html.fx-active-foreign:not(.fx-ready) .domain-price-display .price-amount,
html.fx-active-foreign:not(.fx-ready) #total_amount {
    opacity: 0 !important;
    transition: opacity 0.15s 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;
}
