/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
/* Base text */
.ics-single-product {
    color: #000000 !important;
}

.single-products .ekit-template-content-header{
	background: #0A0A0A;
}

@media (min-width: 992px) {
    .inkspyre-client .ics-product-layout > aside {
        top: 150px!important;
    }
	
	
}
/* =========================
   FULL COLOR INVERSION
========================= */

/* =========================
   INVERT UI (EXCEPT IMAGES)
========================= */

.ics-single-product {
    filter: invert(1) hue-rotate(180deg);
}
article.ics-single-product {
    background: #fff !important;
}

.products-template-default.inkspyre-client.inksoft-suite-theme {
    background: #000!important;
}
/* EXCLUDE images + media */
.ics-single-product img,
.ics-single-product video,
.ics-single-product svg,
.ics-single-product canvas,
.ics-single-product iframe {
    filter: invert(1) hue-rotate(180deg);
}

.inkspyre-client.single-products .ics-single-product > .container {
    margin-top: 150px !important;
}

/* Headings */
.ics-single-product h1,
.ics-single-product h2,
.ics-single-product h3,
.ics-single-product h4 {
    color: #000000 !important;
}

/* Body text */
.ics-single-product p,
.ics-single-product span,
.ics-single-product li,
.ics-single-product label {
    color: #000000 !important;
}

/* Price */
.ics-single-product .price {
    color: #000000 !important;
}

/* Tabs / meta */
.ics-single-product .tabs a,
.ics-single-product .product_meta,
.ics-single-product .woocommerce-tabs {
    color: #000000 !important;
}


.inkspyre-client.inksoft-suite-theme {
    background: #000;
    color: #fff;
}