@media (max-width: 767px) {

  /* =========================================================
     BAZA VIZUALA PENTRU BUTOANE MOBILE - ETAPA 1
     Acopera:
     - pf-mobile-contact
     - pf-mobile-contact--quote .th_quotation_add
     - pf-mobile-cart
     Nu atinge desktopul.
     ========================================================= */

  .pf-mobile-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-shrink: 0;
  }

  .pf-mobile-price{
    text-align: right;
    white-space: nowrap;
  }

  /* -----------------------------------------
     Buton CONTACT
     ----------------------------------------- */
  .pf-mobile-contact{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    min-width: 132px;
    height: 42px;
    padding: 0 14px 0 0 !important;
    background: #1d92eb !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 6px 14px rgba(29, 146, 235, 0.22) !important;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease !important;
  }

  .pf-mobile-contact:hover,
  .pf-mobile-contact:focus{
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(29, 146, 235, 0.28) !important;
    transform: translateY(-1px);
  }

  .pf-mobile-contact::before{
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 42px;
    flex: 0 0 44px;
    margin-right: 12px;
    background-color: #27ae60;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    border-bottom-right-radius: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 3C8.82 3 3 8.55 3 15.4c0 2.74.93 5.28 2.52 7.33L4 29l6.53-1.46A13.3 13.3 0 0 0 16 27.8c7.18 0 13-5.55 13-12.4S23.18 3 16 3Zm0 22.2c-1.67 0-3.23-.4-4.6-1.1l-.33-.17-3.87.86.93-3.66-.22-.35a9.56 9.56 0 0 1-1.48-5.08c0-5.4 4.31-9.79 9.57-9.79 5.28 0 9.57 4.39 9.57 9.79S21.28 25.2 16 25.2Zm5.26-7.21c-.29-.14-1.73-.84-2-.94-.27-.1-.47-.14-.66.14-.2.29-.76.94-.93 1.13-.17.2-.35.22-.64.08-.29-.14-1.23-.44-2.34-1.4-.86-.74-1.44-1.66-1.61-1.94-.17-.29-.02-.44.12-.58.13-.13.29-.35.43-.52.14-.17.19-.29.29-.48.1-.2.05-.37-.02-.52-.08-.14-.66-1.57-.91-2.15-.24-.57-.49-.49-.66-.5h-.56c-.2 0-.52.07-.79.37-.27.29-1.04 1-1.04 2.44 0 1.44 1.07 2.84 1.22 3.03.14.2 2.08 3.28 5.13 4.47.72.31 1.29.49 1.73.62.73.23 1.4.2 1.93.12.59-.09 1.73-.71 1.98-1.4.24-.69.24-1.28.17-1.4-.08-.11-.27-.18-.56-.32Z'/%3E%3C/svg%3E");
  }

  /* -----------------------------------------
     Buton CERE OFERTA (Moldova)
     Folosim acelasi "container" vizual
     ----------------------------------------- */
  .pf-mobile-contact--quote{
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-width: 132px;
    height: 42px;
    overflow: visible !important;
  }

  .pf-mobile-contact--quote::before{
    display: none !important;
    content: none !important;
  }

  .pf-mobile-contact--quote .th_quotation_add_wrapper{
    margin: 0 !important;
    width: 100%;
  }

  .pf-mobile-contact--quote .th_quotation_add{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: auto !important;
    min-width: 132px !important;
    height: 42px !important;
    padding: 0 14px 0 0 !important;
    background: #1d92eb !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 6px 14px rgba(29, 146, 235, 0.22) !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease !important;
  }

  .pf-mobile-contact--quote .th_quotation_add:hover,
  .pf-mobile-contact--quote .th_quotation_add:focus{
    background: #1d92eb !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(29, 146, 235, 0.28) !important;
    transform: translateY(-1px);
  }

  .pf-mobile-contact--quote .th_quotation_add i{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 42px !important;
    margin: 0 12px 0 0 !important;
    background: #f4a623 !important;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 1 !important;
    border-bottom-right-radius: 30px !important;
  }

  .pf-mobile-contact--quote .th_quotation_add i::before{
    margin: 0 !important;
    width: auto !important;
  }

  /* -----------------------------------------
     Buton icon-only - cos
     ----------------------------------------- */
  .pf-mobile-cart{
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #1d92eb !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 22px 22px !important;
    box-shadow: 0 6px 14px rgba(29, 146, 235, 0.22) !important;
    margin: 0 !important;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease !important;
  }

  .pf-mobile-cart:hover,
  .pf-mobile-cart:focus{
    box-shadow: 0 8px 18px rgba(29, 146, 235, 0.28) !important;
    transform: translateY(-1px);
  }

  /* -----------------------------------------
     Stare disabled
     ----------------------------------------- */
  .pf-mobile-contact[disabled],
  .pf-mobile-contact.pf-disabled,
  .pf-mobile-contact--quote .th_quotation_add[disabled],
  .pf-mobile-cart[disabled],
  .pf-mobile-cart.pf-cart-disabled{
    opacity: .45 !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: none !important;
  }

  /* -----------------------------------------
     Aliniere pe ecrane foarte mici
     ----------------------------------------- */
  @media (max-width: 390px){
    .pf-mobile-right{
      gap: 6px;
    }

    .pf-mobile-contact,
    .pf-mobile-contact--quote .th_quotation_add{
      min-width: 124px !important;
      font-size: 12px !important;
    }

    .pf-mobile-contact::before,
    .pf-mobile-contact--quote .th_quotation_add i{
      width: 42px !important;
      min-width: 42px !important;
      margin-right: 10px !important;
    }
  }
}