/* Apply the storefront's default 125% size without changing print layouts. */
@media screen {
    html {
        zoom: 1.20;
    }
}
