#PaymentDetails-TotalFiat {
    display: none;
}

#PaymentDetails-ExchangeRate {
    display: none;
}

a.store-powered-by {
    display: none !important;
	width: 1px;
	height: 1px;
	text-indent: -9999px; /* Hide the original text by moving it off-screen */
}

.store-logo {
    --logo-size: 10rem;
}

a.store-powered-by::before {
    content: "Stexcel"; /* Insert new text */
    display: block;
}