/*
Theme Name: Luchiana-Child
Theme URI: https://parkofideas.com/luchiana/
Text Domain: luchiana-child
Description: Cosmetics and Beauty Shop Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.2
Template: luchiana
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: "TeX Gyre Schola";
    src: url("fonts/TexgyrescholaRegular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TeX Gyre Schola";
    src: url("TexgyrescholaBold.otf");
    font-weight: bold;
    font-style: normal;
}

:root{
	--font-header: "TeX Gyre Schola", sans-serif!important;
	--font-text: sans-serif!important;
}

.c-product-grid__item, .wc-block-grid__product {
    --font-size: 18px;
    --font-size-mobile: 16px;
    --font-size-mobile-2-per-row: 12px;
    --font-size-compact: 13px;
    --font-letter-spacing: 0.22em;
}

header.c-page-header--default{
	display: none;
}

body:not(.home) #top-menu-desktop .c-top-menu__item.current-menu-item:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0.13em;
    bottom: -15px;
    height: 2px;
    background-color: currentColor;
    opacity: 1;
    visibility: visible;	
}