/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* MOBILE */
@import url("assets/css/header-mobile.css");
@import url("assets/css/global-mobile.css");
@import url("assets/css/home-mobile.css");
@import url("assets/css/product-mobile.css");
@import url("assets/css/archive-mobile.css");
@import url("assets/css/bag-mobile.css");
@import url("assets/css/favorite-mobile.css");
@import url("assets/css/my-account-mobile.css");

/* DESKTOP */
@import url('assets/css/header-desktop.css') only screen and (min-width: 991px);
@import url('assets/css/global-desktop.css') only screen and (min-width: 991px);
@import url('assets/css/product-desktop.css') only screen and (min-width: 991px);
@import url('assets/css/archive-desktop.css') only screen and (min-width: 991px);
@import url('assets/css/bag-desktop.css') only screen and (min-width: 991px);
@import url('assets/css/favorite-desktop.css') only screen and (min-width: 991px);
@import url('assets/css/my-account-desktop.css') only screen and (min-width: 991px);

/* TABLET */
@import url('assets/css/header-tablet.css') only screen and (min-width: 768px);
@import url('assets/css/product-tablet.css') only screen and (min-width: 768px);
@import url('assets/css/archive-tablet.css') only screen and (min-width: 768px);
@import url('assets/css/bag-tablet.css') only screen and (min-width: 768px);
@import url('assets/css/favorite-tablet.css') only screen and (min-width: 768px);
@import url('assets/css/my-account-tablet.css') only screen and (min-width: 768px);

/*
@import url('assets/css/header-mobile.css') only screen and (max-width: 767px);
@import url('assets/css/global-mobile.css') only screen and (max-width: 767px);
@import url('assets/css/home-mobile.css') only screen and (max-width: 767px);
@import url('assets/css/product-mobile.css') only screen and (max-width: 767px);
*/

/*████████████████████████████████████████*/