/*
Theme Name: Leaproans Theme
Theme URI: https://technirom.com
Author: Technirom
Author URI: https://technirom.com
Description: Advanced e-commerce theme featuring dynamic hero sections, strict image aspect ratios, OTP verification, and multi-gateway checkout customized for global audiences.
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leaproans
*/

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
}

/* Custom Scrollbar for Desktop */
.custom-scrollbar::-webkit-scrollbar { width: 6px; height: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background-color: #e5e7eb; border-radius: 10px; }

/* Hide Scrollbar for Mobile Swipe Containers */
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Swiper Fade Animation Override */
.fade-slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
    inset: 0;
    z-index: 0;
}
.fade-slide.active {
    opacity: 1;
    z-index: 10;
}