/* 
Theme Name: Faceless Musicians Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Faceless Musicians 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: faceless-musicians-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 */
.bg-double {
	background: radial-gradient(circle at 82% 16%, rgba(132,0,255,0.32), transparent 30%),
      radial-gradient(circle at 18% 84%, rgba(171,33,63,0.28), transparent 34%),
      linear-gradient(180deg, #050505 0%, #0d0d10 100%);
}

.bg-product-card {
    background: linear-gradient(160deg, rgba(0, 0, 0, 0.82), rgba(59, 23, 63, 0.72)), 
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 16px);
}

.gradient-text {
	background: linear-gradient(135deg, #ffffff 0%, #f5f1ea 32%, #c9a8ff 64%, #ff4b72 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}