.elementor-kit-28504482894{--e-global-color-primary:#FF3C8B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#000F9F;--e-global-color-1fca9c7:#00A6CE;--e-global-color-6077e53:#863399;--e-global-color-c22d877:#FF3C8B;--e-global-color-30d4952:#813247;--e-global-color-14cf5b9:#F7F7F7;--e-global-color-947ef00:#EEF0F2;--e-global-color-c575b28:#F2F2F2;--e-global-color-d9539fa:#7C7C7C;--e-global-color-3643c31:#02041F;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-28504482894 button,.elementor-kit-28504482894 input[type="button"],.elementor-kit-28504482894 input[type="submit"],.elementor-kit-28504482894 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-secondary );}.elementor-kit-28504482894 button:hover,.elementor-kit-28504482894 button:focus,.elementor-kit-28504482894 input[type="button"]:hover,.elementor-kit-28504482894 input[type="button"]:focus,.elementor-kit-28504482894 input[type="submit"]:hover,.elementor-kit-28504482894 input[type="submit"]:focus,.elementor-kit-28504482894 .elementor-button:hover,.elementor-kit-28504482894 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-secondary );}.elementor-kit-28504482894 e-page-transition{background-color:#FFBC7D;}body.e-wc-info-notice .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button{background-color:var( --e-global-color-accent );background-image:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-28504482894 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-28504482894 h1{font-family:"Poppins", Sans-serif;font-size:96px;font-weight:700;}.elementor-kit-28504482894 h2{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-28504482894 h3{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-28504482894 h4{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-28504482894 h5{font-family:"Poppins", Sans-serif;font-size:12px;font-weight:400;}.elementor-kit-28504482894 h6{font-family:"Poppins", Sans-serif;font-size:8px;font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.e-wc-info-notice .woocommerce-info, .e-wc-info-notice .wc-block-components-notice-banner.is-info{--info-message-text-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );--info-message-icon-color:var( --e-global-color-primary );--info-buttons-normal-text-color:var( --e-global-color-secondary );--info-buttons-border-radius:8px 8px 8px 8px;--info-buttons-padding:12px 16px 12px 16px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* 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 {
	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) );
}

/***
* 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 img {
	transition: transform var(--transition);
}

header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}
.elementor-menu-cart__container {
    min-height: 100vh;
}
/*** Shrink .header_options on sticky header ***/
header.sticky-header .header_options {
    transition: transform var(--transition);
}

header.sticky-header.elementor-sticky--effects .header_options {
    transform: scale(.8); /* Shrinks to 80% of the original size */
}/* End custom CSS */