.elementor-kit-129{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#46352F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-129 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 *//* Container que cria o card */
.aviso-profissional-card {
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    color: #555;
    font-size: 14px;
    margin: 15px 0;
}

/* O link sublinhado e evidente */
.link-whatsapp {
    color: #25D366;
    text-decoration: underline;
    font-weight: bold;
}

body.woocommerce-cart .content-area {
    width: 100% !important;
}
.page-header{
    display: none;
}
body.woocommerce-cart .content-area {
    width: 100% !important;
}
.page-header{
    display: none;
}

@media (max-width: 768px) {
  .owp-floating-bar {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 12px 16px;
    background: #2a2a2a !important;
    border-top: 1px solid #3a3a3a;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    align-items: center;
    gap: 10px;
  }

  .owp-floating-bar .button {
    flex: 1;
    background: #4a7c59 !important;
    color: #f0f5f0 !important;
    border: none;
    padding: 14px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body {
    padding-bottom: 80px;
  }
  
}/* End custom CSS */