/*
Theme Name: Rife Free Child
Theme URI: https://tiger-sounds.com/
Description: Child theme of Rife Free, used to override the Pendora product page with a custom landing page.
Author: Tiger-Sounds
Author URI: https://tiger-sounds.com/
Template: rife-free
Version: 1.0.0
Text Domain: rife-free-child
*/

/* Neutralize body > iframe trackers (Newsletter ajax + Stripe pixel) that were creating a ~60px gap below the footer */
body > iframe {
  position: absolute !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

/* Hide CURCY / WPC Multi Currency floating "Select Your Currency" widget on every page (was popping in the bottom-right corner) */
.woo-multi-currency,
.woo-multi-currency.wmc-sidebar,
.woo-multi-currency.wmc-right,
.wmc-list-currencies,
.wmc-currency-switcher,
.wmc-toggle,
div[class*="woo-multi-currency"] {
  display: none !important;
}
