/*
Theme Name: Exotic Clones Theme
Theme URI: https://exoticclones.com
Author: Your Name
Author URI: https://exoticclones.com
Description: A custom, high-conversion theme for ExoticClones.com, designed for performance and a premium user experience.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, block-styles, e-commerce
Text Domain: exoticclones
*/

/* This file is primarily for theme information. 
    Most of the site's styling will be handled by Tailwind CSS, 
    which we will load via the theme's functions.php file in a later step.
    However, we can add essential, non-conflicting base styles here.
*/

body.wp-admin #exotic-clones-container {
    /* Prevents the custom theme from affecting the WordPress admin dashboard */
    display: none;
}


/* -- AJAX Cart Notifications & Floating Cart -- */

/* Styles for the individual notification popup */
.ajax-notification {
    min-width: 300px;
    margin-bottom: 1rem;
}

/* Styles for the floating cart icon */
#floating-cart {
    z-index: 9999;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}