.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#A1B70F;--e-global-color-text:#C49A6C;--e-global-color-accent:#FFFFFF;--e-global-color-0176c33:#ECF1CF;--e-global-color-269b51b:#363D05;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:36px;--e-global-typography-text-font-weight:700;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:700;--e-global-typography-468a6cc-font-family:"Nunito";--e-global-typography-468a6cc-font-size:24px;--e-global-typography-468a6cc-font-weight:400;--e-global-typography-468a6cc-line-height:34px;--e-global-typography-0249286-font-family:"Nunito";--e-global-typography-0249286-font-size:16px;--e-global-typography-0249286-font-weight:400;--e-global-typography-0249286-line-height:28px;--e-global-typography-c192699-font-family:"Nunito";--e-global-typography-c192699-font-size:14px;--e-global-typography-c192699-font-weight:400;--e-global-typography-c192699-line-height:2em;color:var( --e-global-color-primary );font-family:"Nunito", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Nunito", Sans-serif;}.elementor-kit-6 h1{font-family:"Nunito", Sans-serif;}.elementor-kit-6 h4{font-family:"Nunito", Sans-serif;}.elementor-kit-6 h5{font-family:"Nunito", Sans-serif;}.elementor-kit-6 h6{font-family:"Nunito", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;--container-default-padding-top:0px;--container-default-padding-right:4px;--container-default-padding-bottom:0px;--container-default-padding-left:4px;}.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);}@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-kit-6{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:36px;--e-global-typography-text-font-size:24px;--e-global-typography-accent-font-size:20px;--e-global-typography-468a6cc-font-size:20px;--e-global-typography-c192699-line-height:2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-nav-menu--dropdown {
    /*padding-right: 20px;*/
    min-width: 200px;
}


.elementor-nav-menu--dropdown a::before {
    content: "";
    display: inline-block;
    width: 16px;   /* size of icon */
    height: 16px;
    margin-right: 8px;
    margin-left: -10px;
    
    
    background-image: url('https://chloeproducts.com/wp-content/uploads/2025/08/document.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    
    /* Align nicely */
    vertical-align: middle;
}

.menu-story > a::before {
    background-image: url('https://chloeproducts.com/wp-content/uploads/2025/08/document.svg');
}

.menu-purpose > a::before {
    background-image: url('https://chloeproducts.com/wp-content/uploads/2025/08/telescope.svg');
}

.menu-sustainability > a::before {
    background-image: url('https://chloeproducts.com/wp-content/uploads/2025/08/environment.svg');
}

.menu-beverages > a::before {
    background-image: url('https://chloeproducts.com/wp-content/uploads/2025/08/drinks.svg');
}

.menu-babycare > a::before {
    background-image: url('https://chloeproducts.com/wp-content/uploads/2025/08/baby.svg');
}

.menu-feminine > a::before {
    background-image: url('https://chloeproducts.com/wp-content/uploads/2025/08/pad.svg');
}

.menu-feminine > a::after {
  content: "Coming Soon";
  background: #ECF1CF;
  color: #6B7A0A;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 20px;
  margin-left: 8px;
}

.entry-meta *, .entry-meta {
    color: #4a4a4a;
}

:root {
  --bounce-distance: 18px;  
  --bounce-duration: 1.5s;   
  --bounce-ease: cubic-bezier(.28,.84,.42,1); 
}

.bounce {
    cursor: pointer;
  display: inline-block;
  animation: bounce var(--bounce-duration) var(--bounce-ease) infinite;
  transform-origin: center bottom;    
  will-change: transform;
}

/* Keyframes with subtle squash/stretch for a livelier feel */
@keyframes bounce {
  0%   { transform: translateY(0) scaleY(1); }
  20%  { transform: translateY(0) scaleY(.98); }         /* slight preload */
  40%  { transform: translateY(var(--bounce-distance)) scaleY(1.02); }
  55%  { transform: translateY(0) scaleY(.96); }         /* impact squash */
  70%  { transform: translateY(calc(var(--bounce-distance) * .55)) scaleY(1.015); }
  82%  { transform: translateY(0) scaleY(.985); }
  100% { transform: translateY(0) scaleY(1); }
}

/* Optional: pause on hover/focus (nice for buttons) */
.bounce:hover,
.bounce:focus {
  animation-play-state: paused;
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .bounce {
    animation: none;
  }
}/* End custom CSS */