.elementor-kit-230{--e-global-color-primary:#EAEAEA;--e-global-color-text:#13114A;--e-global-color-secondary:#964D5F;--e-global-color-accent:#FFE5EC;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:500;}.elementor-kit-230 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){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 */.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 0; /* remove espaço */
  z-index: 9999;
}

/* Estilos padrão para ambos */
.floating-buttons a {
  width: 70px;   /* tamanho igual */
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  margin: 0;  /* remove margem */
  padding: 0;
  text-decoration: none;
  position: relative;
}

/* Ícone do WhatsApp */
.floating-buttons .whatsapp-button img {
  width: 40px;
  height: 40px;
}

/* Contador do carrinho */
.floating-buttons .cart-button .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: black;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
}/* End custom CSS */