/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

#hero-banner {
	position: relative;
}

#hero-banner::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url('assets/hero-banner.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain; 
	pointer-events: none;
	z-index: 1;
}

.gradient .wp-block-button__link, .single_add_to_cart_button, .uagb-forms-main-submit-button, .mailerlite-subscribe-submit {
	background-image: linear-gradient(to right, #330065, #7600EC,#7600EC, #7600EC) !important;
	background-size: 300% 100%!important;
	background-position: 0% 0%!important;
	transition: background-position 0.4s ease-in-out !important;
}

.gradient .wp-block-button__link:hover, .single_add_to_cart_button:hover, .uagb-forms-main-submit-button:hover, .mailerlite-subscribe-submit:hover {
	background-position: 100% 0% !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'ClashDisplay-Bold', sans-serif;
}

body {
	font-family: 'ClashDisplay-Medium', sans-serif;
}

.input-text.qty {
	border-radius: 12px !important;
	background-color: var(--ast-global-color-7) !important;
	border: solid 1px var(--ast-global-color-6) !important;
}

.wc-block-product-gallery-large-image {
	border-radius: 40px !important;
	box-shadow: 0px 32px 50px -12px rgba(0,0,0,0.14) !important;
}

.wc-block-product-gallery-thumbnails__thumbnail {
	border-radius: 12px !important;
	box-shadow: 0px 32px 50px -12px rgba(0,0,0,0.14) !important;
	background-color: var(--ast-global-color-4) !important;
}

.wc-block-product-gallery-thumbnails__scrollable {
	overflow: visible !important;
}

.ast-post-format- .entry-header {
	max-width: 768px !important;
	margin-top: 112px !important;
	margin-bottom: 0px !important;
}

.ast-post-format- .wp-block-post-title {
	margin-top: 16px !important;
}

.trail-items li::after {
	content: url('assets/svg/chevron_right.svg') !important;
	height: 20px !important;
	width: 24px !important;
}

.trail-item, .trail-items { 
	display: flex !important;
	align-items: center !important;
	width: fit-content !important;
}

.taxonomy-post_tag a {
	background-color: var(--ast-global-color-5) !important;
	border-radius: 40px !important;
	padding: 4px 10px !important;
	color: var(--ast-global-color-3) !important;
	text-decoration: none !important;
	border: solid 1px var(--ast-global-color-6) !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

.taxonomy-post_tag {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
}

.wp-block-post-terms__separator {
	display: none !important;
}

.taxonomy-post_tag a:hover {
	background-color: var(--ast-global-color-6) !important;
}

.wp-block-post-excerpt__excerpt {
	margin: 0px !important;
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0px !important;
}

.wp-block-post-template {
	padding-left: 0px !important;
}

h2 a {
	text-decoration: none !important;
	color: var(--ast-global-color-2) !important;
}

h2 a:hover {
	color: var(--ast-global-color-0) !important;
}

.uagb-tabs__body-wrap {
	border: none !important;
}

.wp-block-uagb-tabs-child {
	padding: 0px !important;
}

.wp-block-uagb-tabs {
	gap: 48px !important;
}

.wp-block-post:hover {
	transform: scale(1.02) !important;
}

.wp-block-post {
	transition: transform 0.3s ease-in-out !important;
}

.woocommerce-Input {
	border-radius: 12px !important;
	background-color: var(--ast-global-color-5) !important;
	border: solid 1px var(--ast-global-color-6) !important;
}

.woocommerce-Input:focus {
	outline: none !important;
	border: solid 1px var(--ast-global-color-0) !important;
}

.wc-block-product-gallery-thumbnails__thumbnail {
	overflow: hidden !important;
}

.uagb-block-4282d25d .wp-block-uagb-forms-email {
	flex: 1 !important;
	margin-bottom: 0px !important;
}

.uagb-block-4282d25d .uagb-forms-main-form{
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	flex-wrap: wrap;
}

.ast-footer-copyright{
	font-size: 14px !important;
	line-height: 20px !important;
}

.ast-footer-copyright a {
	color: var(--ast-global-color-4) !important;
	margin-right: 12px !important;
	margin-left: 12px !important;
}

.ast-footer-copyright a:first-child {
	margin-left: 24px !important;
}

.ast-footer-copyright a:hover {
	color: var(--ast-global-color-1) !important;
}

#mailerlite-1-field-email {
	border-radius: 12px !important;
}

.mailerlite-form-field {
	flex: 1 1 300px !important;
	margin-bottom: 0px !important;
}

.mailerlite-form-field label {
	display: none !important;
}

.mailerlite-form-inputs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

#newsletter p {
    color: var(--ast-global-color-2) !important;
}

.wc-block-components-product-price:after {
    content: 'TTC';
}

@media (max-width: 768px) {
	.uagb-tabs__panel {
		flex-wrap: nowrap !important;
		overflow-y: auto !important;
		flex-direction: row !important;
		gap: 12px !important;
		-ms-overflow-style: none !important;  /* Pour Internet Explorer et Edge */
		scrollbar-width: none !important;  /* Pour Firefox */
		padding: 0 16px !important;
	}
	
	.uagb-tabs__panel::-webkit-scrollbar {
		display: none !important; /* Pour Chrome, Safari et Opera */
	}

	.uagb-tab {
		min-width: fit-content !important;
		width: fit-content !important;
	}

	.uagb-tabs__body-wrap {
		padding: 0 16px !important;
	}

	.ast-post-format- .entry-header {
		margin-top: 48px !important;
		padding: 0 16px !important;
	}

	#hero-banner::after {
		display: none;
	}
	
	.hfeed.site {
	    overflow: hidden;
	}
}

@media (max-width: 1024px) {
	.wp-block-uagb-container.uagb-block-c40e3024 {
		min-height: auto !important;
	}

	#hero-banner::after {
		background-position: bottom right !important;
		background-size: 120% auto !important;
	}
}

