/* 
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
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 */
html{
	font-size: 18px;
}

body.logged-in .login-link {
	display: none;
}

body:not(.logged-in) .my-account{
	display: none;
}

figcaption {
	color: inherit;
}

.outer-section {
	padding: 60px 3vw;
}

.grecaptcha-badge { visibility: hidden; }

.two-line-text {
	display: box;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical!important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.three-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical!important;
    overflow: hidden;
    text-overflow: ellipsis;
}

/****************************************************
 * HEADER 
 * *******************************************************************/

/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: #FFFDF1CC!important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

header .sticky-header.elementor-sticky--effects .elementor-nav-menu .menu-item a.elementor-item, header .sticky-header.elementor-sticky--effects .elementor-button svg:not(:hover){
	color: var(--e-global-color-primary);
	fill: var(--e-global-color-primary);
}ˆ

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo svg {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo svg {
	transform: scale(.8);
}

header.sticky-header.elementor-sticky--effects #logo-text .logo-text > *{
	color: var(--e-global-color-primary)!important;
}


a#elementor-menu-cart__toggle_button {
	background-color: unset;
}

/** Mobile **/
@media (min-width: 1025px){
.mobile-only-menu-item {
	display: none!important;
}
}
/****************************************************
 * END HEADER 
 * *******************************************************************/



/* Homepage ****************************************/
.home header.elementor-element.sticky-header:not(.elementor-sticky--effects){
	background-color: transparent;
}

.hero-home {
	height: 60svh;
	max-height: 1024px;
}

@media(min-width:768px){
    #newsletter-signup .elementor-form-fields-wrapper {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
	#newsletter-signup .elementor-field-type-recaptcha_v3 {
	width: 0;
}

#newsletter-signup .elementor-field-type-submit {
	width: 30%;
	align-items: stretch;
}
	#newsletter-signup .elementor-field-type-recaptcha_v3 {
	width: 0;
}

#newsletter-signup .elementor-field-type-submit {
	width: 30%;
	align-items: stretch;
}
}


/* End Homepage ****************************************/
