/*
Theme Name: Goor Yomboul Tissu
Theme URI: https://ton-site.com
Author: Ton Nom
Author URI: https://ton-site.com
Description: Thème e-commerce sur mesure pour la vente de tissus, bazins, et wax. Interface mobile-first avec intégration WhatsApp, Wave et Orange Money.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: gooryomboul
*/

:root {
    /* Charte graphique personnalisée Bleu et Jaune */
    --color-primary: #1E3A8A;      /* Bleu marine élégant */
    --color-primary-dark: #112255; /* Bleu nuit intense */
    --color-secondary: #FBBF24;    /* Jaune/Or (Prestige/Bazin) */
}

body {
    background-color: #F8FAFC;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: calc(85px + env(safe-area-inset-bottom));
}

.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.active-scale { transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
.active-scale:active { transform: scale(0.94); }

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.toast-enter { transform: translateY(150%); opacity: 0; }
.toast-enter-active { transform: translateY(0); opacity: 1; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.toast-leave { transform: translateY(150%); opacity: 0; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }