/*
Theme Name: Mist
Theme URI: https://mistks.com/
Author: Mist
Description: Custom WordPress theme for the Mist water-filtration website.
Version: 1.1.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: mist
*/

html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: #0d0d0d; }
body.admin-bar .mist-site-header { top: 32px; }
.mist-site-header a { text-decoration: none; }
.mist-mobile-overlay[hidden], .mist-mobile-navigation[hidden] { display: block; }
.mist-product-image img { width: 100%; height: 100%; object-fit: contain; }
.mist-content-rich { white-space: pre-line; }
.mist-screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mist-form-status { min-height: 24px; }
.mist-form-status[data-state="success"] { color: #b7f1c3; }
.mist-form-status[data-state="error"] { color: #ffd0d0; }
.mist-turnstile { min-height: 1px; }
@media (max-width: 782px) { body.admin-bar .mist-site-header { top: 46px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
