.elementor-591 .elementor-element.elementor-element-29d3882{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-591 .elementor-element.elementor-element-7df3877{--display:flex;}/* Start custom CSS */.ifb-stp-section {
    --ifb-stp-primary: #E79917 !important; 
    --ifb-stp-dark: #15181E !important; 
    --ifb-stp-cardbg: #ffffff !important;
    --ifb-stp-muted: #666666 !important;
    --ifb-stp-border: #e5e7eb !important;

    background-color: #ffffff !important;
    color: var(--ifb-stp-dark) !important;
    font-family: 'Roboto', system-ui, -apple-system, sans-serif !important;
    padding: 0px 0px !important;
    display: flex !important;
    box-sizing: border-box !important;
  }
  /* ==========================================================================
     BOTÃO SHINE E BONÉ
     ========================================================================== */
  .ifb-stp-btn-wrapper {
    position: relative !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
  }

  .ifb-stp-cap-icon {
    position: absolute !important;
    top: -14px !important;
    left: -12px !important;
    width: 40px !important;
    height: auto !important;
    z-index: 10 !important;
    pointer-events: none !important;
  }

  .ifb-stp-btn-shine {
    position: relative !important;
    margin: 0 !important;
    padding: 17px 35px !important;
    outline: none !important;
    text-decoration: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    
    background-color: var(--ifb-stp-dark) !important;
    border: 1px solid var(--ifb-stp-dark) !important;
    border-radius: 10px !important;
    color: #fff !important;
    
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
    z-index: 0 !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1) !important;
    box-shadow: 0 4px 15px rgba(21, 24, 30, 0.2) !important;
  }

  .ifb-stp-btn-shine span {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.7px !important;
    z-index: 20 !important;
  }

  .ifb-stp-btn-shine:hover {
    animation: ifb-stp-rotate 0.7s ease-in-out both !important;
    background-color: #0d0f12 !important;
    box-shadow: 0 6px 20px rgba(21, 24, 30, 0.3) !important;
  }

  .ifb-stp-btn-wrapper:hover .ifb-stp-cap-icon {
    animation: ifb-stp-rotate 0.7s ease-in-out both !important;
  }

  @keyframes ifb-stp-rotate {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50% { transform: rotate(-3deg); }
    75% { transform: rotate(1deg); }
    100% { transform: rotate(0deg); }
  }

  .ifb-stp-btn-shine:after {
    background: var(--ifb-stp-primary) !important; 
    content: "" !important;
    height: 155px !important;
    left: -75px !important;
    opacity: 0.8 !important;
    position: absolute !important;
    top: -50px !important;
    transform: rotate(35deg) !important;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) !important;
    width: 50px !important;
    z-index: -10 !important;
  }

  .ifb-stp-btn-shine:hover:after {
    left: 120% !important;
  }

  /* Dica Final */
  .ifb-stp-cta-tip {
    font-size: 14px !important;
    color: var(--ifb-stp-muted) !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .ifb-stp-bulb {
    color: var(--ifb-stp-primary) !important;
    font-size: 16px !important;
  }

  .ifb-stp-highlight-tip {
    color: var(--ifb-stp-dark) !important;
    font-weight: 700 !important;
  }

  /* Responsividade */
  @media (max-width: 900px) {
    .ifb-stp-cards-wrapper {
      flex-direction: column !important;
    }
    .ifb-stp-arrow {
      transform: rotate(90deg) !important;
      margin: 10px 0 !important;
    }
    .ifb-stp-shipping-banner {
      flex-direction: column !important;
      gap: 20px !important;
      text-align: center !important;
    }
    .ifb-stp-shipping-info, .ifb-stp-shipping-right .ifb-stp-shipping-info {
      flex-direction: column !important;
      text-align: center !important;
    }
    .ifb-stp-shipping-right {
      text-align: center !important;
    }
  }/* End custom CSS */