/**
* Theme Name: Maia Child
* Description: This is a child theme for Maia
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.1.18
* Template: maia
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
body.logged-out .single_add_to_cart_button {
    pointer-events: none;        /* Prevents clicking */
    filter: grayscale(100%) blur(1px); /* Disabled look */
    opacity: 0.6;
    cursor: not-allowed;
}
