  .cabecera-descripcion-larga {
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    margin-bottom: 20px;
  }

  /* ==========estructura de los bloques== */
  .cabecera-descripcion-larga .bloque-condiciones-producto {
    display: flex;
    flex-direction: column;

    width: 49%;


  }

  .cabecera-descripcion-larga .divisor-bloques {
    display: flex;
    flex-direction: column;
    width: 2%;

  }

  .cabecera-descripcion-larga .bloque-que-incluye {
    display: flex;
    flex-direction: column;

    background-color: white;
    width: 49%;

  }

  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .cabecera-descripcion-larga .bloque-condiciones-producto {
      display: flex;
      flex-direction: column;

      /* background-color: blue; */
      width: 100%;

    }

    .cabecera-descripcion-larga .divisor-bloques {
      display: flex;
      flex-direction: column;
      /* background-color: black; */
      width: 100%;

    }

    .cabecera-descripcion-larga .bloque-que-incluye {
      display: flex;
      flex-direction: column;
      /* background-color: crimson; */
      width: 100%;
    }
  }


  /* ============fin de la estructura de los bloques===== */

  /* ==estructura de bloque condiciones producto== */
  .cabecera-descripcion-larga .bloque-condiciones-producto .titulo-condiciones {
    background-color: #ff0d0c;

    padding: 15px;

    font-family: 'SF UI Display SemiBold';
    font-weight: normal;
    font-size: 20px;
    color: white;
    letter-spacing: 1px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .cabecera-descripcion-larga .bloque-condiciones-producto .cuerpo-condiciones {
    background-color: white;

    min-height: 165px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  /* fin de estructura bloque de condiciones producto */


  .cabecera-descripcion-larga .bloque-condiciones-producto .cuerpo-condiciones .estado-producto {
    /* background-color: cornflowerblue; */
    min-width: 100px;

    font-family: 'SF UI Display SemiBold';
    font-weight: normal;
    font-size: 15px;
    color: white;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;

    /* padding-top: 10px;
    padding-left: 5px;   */
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cabecera-descripcion-larga .bloque-condiciones-producto .cuerpo-condiciones .estado-producto-descripcion {
    /* background-color: darkcyan; */
    max-width: 400px;

    font-family: 'SF UI Display Light';
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    /* font-size: 1rem; */
    color: #000000;
    /* color: #555555; */
    padding: 10px;

    text-align: justify;
    text-justify: inter-word;

  }


  /* ========estructura que incluye tu compra== */
  .cabecera-descripcion-larga .bloque-que-incluye .titulo-que-incluye {
    background-color: #ff0d0c;

    padding: 15px;

    font-family: 'SF UI Display SemiBold';
    font-weight: normal;
    font-size: 20px;
    color: white;
    letter-spacing: 1px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .cabecera-descripcion-larga .bloque-que-incluye .cuerpo-que-incluye {
    /* background-color: cornflowerblue; */

    min-height: 165px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* justify-content:space-evenly; */
    padding: 10px;
  }

  /* fin de que incluye tu compra */

  .cabecera-descripcion-larga .bloque-que-incluye .cuerpo-que-incluye .que-inclue-uno {
    /* background-color:darkgreen; */
    width: 50%;
  }

  .cabecera-descripcion-larga .bloque-que-incluye .cuerpo-que-incluye .que-incluye-dos {
    /* background-color:darkgreen; */
    width: 50%;
  }

  .cabecera-descripcion-larga .bloque-que-incluye .cuerpo-que-incluye li {
    font-family: 'SF UI Display Light';
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    /* font-size: 1rem; */
    color: #000000;
    list-style: none;
    margin-bottom: 15px;
  }

  .cabecera-descripcion-larga .bloque-que-incluye .cuerpo-que-incluye li i {
    font-size: 11px;
    margin-right: 5px;
  }


  /* For "Entrega inmediata" & "Entrega 1-3 días hábiles" */

  .delivery-label_machi {
    width: 100%;
    margin: 15px 0;
  }

  .delivery-label-content_machi {
    padding: 12px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #a7f3d0;
    background-color: #ecfdf5;
    color: #043d2d !important;
    width: 100%;
  }

  .delivery-label-content_machi i {
    font-size: 14px;
    color: #065f46 !important;
    margin-right: 10px;
  }

  /* ===============================
   URGENCY BANNER (Low Stock Alert)
   =============================== */
  .urgency-banner {
    width: 100%;
    margin: 0 auto;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .urgency-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .urgency-icon svg {
    width: 100%;
    height: 100%;
  }

  .urgency-content {
    flex: 1;
  }

  .urgency-title {
    color: #dc2626;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .urgency-subtitle {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }

  /* Demo container to show context */
  .product-section {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .stock-info {
    color: #d97706;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .delivery-box {
    background-color: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }

  .delivery-text {
    color: #065f46;
    font-size: 14px;
    font-weight: 500;
  }