/*
Theme Name: Elementor Hello Child - Artisanal Curator
Description: The Artisanal Curator — El Yapımı Soya Mumu Theme
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: artisanal-curator
*/

body { 
    font-family: 'Plus Jakarta Sans', sans-serif; 
    background-color: #fbf9f4;
}

@keyframes fade-up {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

.animate-fade-up { animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) both; }
.animate-fade-up:nth-child(2) { animation-delay: .1s; }
.animate-fade-up:nth-child(3) { animation-delay: .2s; }
.animate-fade-up:nth-child(4) { animation-delay: .3s; }

@keyframes toast-in {
    from { opacity: 0; transform: translateX(-50%) translateY(16px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.toast-anim { animation: toast-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both; }

/* WooCommerce overrides */
.woocommerce-products-header {
    display: none;
}
.woocommerce-result-count {
    display: none;
}
.woocommerce-ordering {
    margin-bottom: 2rem;
}
