/* TinyWhisk Store UI Tweaks
 * Keep the theme's fixed "Back to top" button clear of the AI Chat launcher,
 * which is pinned to the bottom-right corner. The chat button is the primary
 * CTA, so the back-to-top is lifted above it. !important guarantees override
 * of the theme's rules regardless of stylesheet load order.
 */
#back_to_top {
	bottom: 96px !important;
}
@media (max-width: 480px) {
	#back_to_top {
		bottom: 88px !important;
	}
}
