.elementor-kit-2570{--e-global-color-primary:#161616;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#161616;--e-global-typography-primary-font-family:"Three Seasons D";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Three Seasons D";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-2570 button:hover,.elementor-kit-2570 button:focus,.elementor-kit-2570 input[type="button"]:hover,.elementor-kit-2570 input[type="button"]:focus,.elementor-kit-2570 input[type="submit"]:hover,.elementor-kit-2570 input[type="submit"]:focus,.elementor-kit-2570 .elementor-button:hover,.elementor-kit-2570 .elementor-button:focus{background-color:#02010100;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.elementor-kit-2570 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2570 a{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;}.elementor-kit-2570 a:hover{color:var( --e-global-color-primary );}.elementor-kit-2570 h1{font-family:"Three Seasons D", Sans-serif;}.elementor-kit-2570 h2{font-family:"Three Seasons D", Sans-serif;}.elementor-kit-2570 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-2570 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-2570 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-2570 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-2570 button,.elementor-kit-2570 input[type="button"],.elementor-kit-2570 input[type="submit"],.elementor-kit-2570 .elementor-button{font-family:"Poppins", Sans-serif;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;}.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);}.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 *//* =====================
   BASE BUTTON STYLES
   ===================== */
.menu-btn .elementor-button {
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  aspect-ratio: 1 / 1;
}

/* Default SVG look */
.menu-btn .elementor-button svg path {
  fill: black;
  stroke: none;
  stroke-width: 0;
  transition: fill 0.3s ease, transform 0.3s ease;
}

/* Hover state */
.menu-btn:hover .elementor-button {
  background: black;
}
.menu-btn:hover .elementor-button svg path {
  fill: white;
  stroke: none !important;
}

/* =====================
   ACTIVE PAGE STATES
   ===================== */

/* Home */
body.home .home-btn .elementor-button {
  background: black !important;
}
body.home .home-btn .elementor-button svg path {
  fill: white !important;
  stroke: none !important;
}

/* Shop */
body.woocommerce-shop .shop-btn .elementor-button,
body.post-type-archive-product .shop-btn .elementor-button {
  background: black !important;
}
body.woocommerce-shop .shop-btn .elementor-button svg path,
body.post-type-archive-product .shop-btn .elementor-button svg path {
  fill: white !important;
  stroke: none !important;
}

/* Cart */
body.woocommerce-cart .cart-btn .elementor-button,
body.page-id-978 .cart-btn .elementor-button {
  background: black !important;
}
body.woocommerce-cart .cart-btn .elementor-button svg path,
body.page-id-978 .cart-btn .elementor-button svg path {
  fill: white !important;
  stroke: none !important;
  stroke-width: 0 !important;
  filter: drop-shadow(0 0 0 transparent) !important;
  shape-rendering: geometricPrecision;
}

/* Our Story */
body.page-id-1116 .story-btn .elementor-button {
  background: black !important;
}
body.page-id-1116 .story-btn .elementor-button svg path {
  fill: white !important;
  stroke: none !important;
}

/* Profile / My Account */
body.page-id-980 .profile-btn .elementor-button,
body.woocommerce-account .profile-btn .elementor-button {
  background: black !important;
}
body.page-id-980 .profile-btn .elementor-button svg path,
body.woocommerce-account .profile-btn .elementor-button svg path {
  fill: white !important;
  stroke: none !important;
}

/* =====================
   ACTIVE CLASS SUPPORT (for JS detection)
   ===================== */
.active-page-button .elementor-button {
  background: black !important;
}
.active-page-button .elementor-button svg path {
  fill: white !important;
  stroke: none !important;
}

/* =====================
   OPTIONAL POLISH
   ===================== */
.menu-btn.active .elementor-button svg,
.active-page-button .elementor-button svg {
  transform: scale(1.08);
}

/* =====================
   ✨ iOS-style Bubble Animation
   ===================== */

/* Add pseudo element for background bloom */
.menu-btn .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: black;
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.35s ease, opacity 0.35s ease;
  z-index: 0;
}

/* Keep icon above */
.menu-btn .elementor-button > * {
  position: relative;
  z-index: 1;
}

/* Hover: expand bubble */
.menu-btn:hover .elementor-button::before {
  opacity: 1;
  transform: scale(1);
}

/* Active: slightly larger + soft pulse */
.menu-btn.active .elementor-button::before,
.active-page-button .elementor-button::before,
body.home .home-btn .elementor-button::before,
body.page-id-1116 .story-btn .elementor-button::before,
body.woocommerce-shop .shop-btn .elementor-button::before,
body.post-type-archive-product .shop-btn .elementor-button::before,
body.woocommerce-cart .cart-btn .elementor-button::before,
body.page-id-978 .cart-btn .elementor-button::before,
body.page-id-980 .profile-btn .elementor-button::before,
body.woocommerce-account .profile-btn .elementor-button::before {
  opacity: 1;
  transform: scale(1.1);
  animation: bubblePulse 1s ease forwards;
}

/* Keyframes for pulse */
@keyframes bubblePulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.12); opacity: 0.95; }
  100% { transform: scale(1.1); opacity: 1; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Three Seasons D';
	font-display: auto;
	src: url('http://hasynn.com/wp-content/uploads/2025/10/Fontspring-DEMO-theseasons-reg.ttf') format('truetype');
}
/* End Custom Fonts CSS */