/*
Theme Name: Iluvalik Porto Child
Theme URI: https://www.iluvalik.ee/
Description: Custom Porto child theme for Iluvalik OÜ — kosmeetika ja parfüümide e-pood. Lisab Iluvalik-spetsiifilised kohandused (snippets, custom CSS, WC overrides) ilma parent Porto theme'i muutmata. Update-safe.
Author: Iluvalik OÜ
Author URI: https://www.iluvalik.ee/
Template: porto
Version: 1.0.1
License: Proprietary
Text Domain: porto-child
*/

/* Custom CSS goes here as the site develops.
   Day 2 keeps this empty — clean starting state. */

/* ILV mobile arrow fix: mobile accordion toggle rendered Porto glyph (\e81c) against
   the active FA6 font -> empty box. Align to FA6 chevrons. 2026-06-01. */
#side-nav-panel .accordion-menu .arrow:before,
.mobile-menu.accordion-menu .arrow:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f078" !important;   /* chevron-down (closed) */
}
#side-nav-panel .accordion-menu .open > .arrow:before,
.mobile-menu.accordion-menu .open > .arrow:before {
    content: "\f077" !important;   /* chevron-up (open) */
}
