.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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 */:root {
  --header-before-color: #ffffff;
  --header-after-color: #000000;
  --header-after-bg: #ffffff;
}

.custom-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  color: var(--header-before-color);
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.custom-fixed-header a,
.custom-fixed-header span,
.custom-fixed-header p,
.custom-fixed-header .elementor-heading-title,
.custom-fixed-header .elementor-icon,
.custom-fixed-header .elementor-icon i {
  color: inherit;
  transition: color 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

.custom-fixed-header svg,
.custom-fixed-header svg path,
.custom-fixed-header svg line,
.custom-fixed-header svg circle,
.custom-fixed-header svg rect {
  fill: currentColor;
  stroke: currentColor;
  transition: fill 0.25s ease, stroke 0.25s ease;
}

.custom-fixed-header .logo-after {
  display: none;
}

body.header-scrolled .custom-fixed-header {
  background: var(--header-after-bg);
  color: var(--header-after-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

body.header-scrolled .custom-fixed-header .logo-before {
  display: none;
}

body.header-scrolled .custom-fixed-header .logo-after {
  display: block;
}

.custom-fixed-header .elementor-button,
.custom-fixed-header .elementor-button-text,
.custom-fixed-header .elementor-button-icon,
.custom-fixed-header .elementor-button-icon svg,
.custom-fixed-header .elementor-button-icon svg path,
.custom-fixed-header .elementor-menu-cart__toggle_button,
.custom-fixed-header .elementor-menu-cart__toggle_button *,
.custom-fixed-header .woocommerce-Price-amount,
.custom-fixed-header .woocommerce-Price-currencySymbol {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
  transition: color 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

body.header-scrolled .custom-fixed-header .elementor-button,
body.header-scrolled .custom-fixed-header .elementor-button-text,
body.header-scrolled .custom-fixed-header .elementor-button-icon,
body.header-scrolled .custom-fixed-header .elementor-button-icon svg,
body.header-scrolled .custom-fixed-header .elementor-button-icon svg path,
body.header-scrolled .custom-fixed-header .elementor-menu-cart__toggle_button,
body.header-scrolled .custom-fixed-header .elementor-menu-cart__toggle_button *,
body.header-scrolled .custom-fixed-header .woocommerce-Price-amount,
body.header-scrolled .custom-fixed-header .woocommerce-Price-currencySymbol {
  color: #000000 !important;
  fill: #000000 !important;
  stroke: #000000 !important;
}

body.header-scrolled .custom-fixed-header .elementor-button:hover,
body.header-scrolled .custom-fixed-header .elementor-button:hover .elementor-button-text,
body.header-scrolled .custom-fixed-header .elementor-button:hover .elementor-button-icon,
body.header-scrolled .custom-fixed-header .elementor-button:hover svg,
body.header-scrolled .custom-fixed-header .elementor-button:hover svg path,
body.header-scrolled .custom-fixed-header .elementor-menu-cart__toggle_button:hover,
body.header-scrolled .custom-fixed-header .elementor-menu-cart__toggle_button:hover * {
  color: #000000 !important;
  fill: #000000 !important;
  stroke: #000000 !important;
}

body.header-scrolled .custom-fixed-header .elementor-button-icon-qty {
  color: #000000 !important;
  border-color: #000000 !important;
}/* End custom CSS */