.doofinder_hashid {
    font-family: Monaco, 'Lucida Console', 'Courier New', monospace;
    font-size: 11px;
    width: 250px;
}

.doofinder_dimensions {
    text-align: right;
    font-family: Monaco, 'Lucida Console', 'Courier New', monospace;
    font-size: 11px;
    width: 40px;
}

#fieldset_1 textarea {
    width: 640px;
    min-height: 320px;
    font-family: Monaco, 'Lucida Console', 'Courier New', monospace;
    font-size: 11px;
    resize: vertical;
}

.df-notice {
    color: black;
    display: block;
    font-style: normal;
    background: white;
    border: 1px dotted #CCCED7;
    padding: 5px;
    margin-bottom: 0.5em;
    width: 638px;
}

.df-notice b {
    color: black;
}

.df-notice a {
    color: #4F7FC8;
    text-decoration: underline;
}

.escri2finder-watermark {
    transition: opacity .18s ease, filter .18s ease;
    cursor: pointer;
     
}
.escri2finder-watermark:hover {
    opacity: 1 !important;
    filter: none !important;
}
.style_title_esc {
    color: black;
    padding: 5px;
    border-bottom: 2px solid black;
}
.searchbar-autocomplete, .ac_results {
    display: none !important;
}
.escri2finder-overlay {
    /*display: none !important;*/
}

.escri2finder-input-wrap input {
    width: 100%;
    padding: 10px 20px 10px 15px;
    outline: none;
    background-color: #f1f1f1 !important;
    border: none;
    border-radius: 5px;
}
/* Variante con sidebar izquierda */
.escri2finder-layout.is-sidebar {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
  }
  
.escri2finder-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  /* Left column */
  .escri2finder-layout.is-sidebar .escri2finder-leftcol{
    position: sticky;
    top: 0;                 /* o top: 10px si quieres aire */
    align-self: start;      /* MUY importante en grid */
    max-height: calc(100vh - 110px); 
    overflow: visible;      /* quitamos el scroll aqu� */
  }
  
  
  /* Columna derecha (productos) */
  .escri2finder-layout.is-sidebar > div:not(.escri2finder-leftcol) {
    min-width: 0;
  }

  .es2f-colors{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}
  .es2f-swatch{width:20px;height:20px;border-radius:4px;border:1px solid rgba(0,0,0,.15);display:inline-block}
  .es2f-tallas{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:8px;
  }
  
  .es2f-talla{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:20px;
    padding:0 7px;
    border:1px solid #e6e6e6;
    border-radius:999px;
    font-size:12px;
    line-height:1;
    color:#333;
    background:#fff;
    white-space:nowrap;
  }
  
  .es2f-talla-more{
    opacity:.7;
  }
  .escri2finder-leftcol .capa_superior_left{
    max-height: calc(100vh - 110px); /* misma referencia */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    z-index: 2;
  }
  
  .escri2finder-layer #search-bar-input::placeholder{
    color: #000;
    opacity: 1; /* importante: en algunos navegadores baja la opacidad por defecto */
  }
  
  /* Safari iOS / algunos WebKit */
  .escri2finder-layer #search-bar-input::-webkit-input-placeholder{
    color: #000;
    opacity: 1;
  }
  
  /* Edge/IE antiguo (por si acaso) */
  .escri2finder-layer #search-bar-input:-ms-input-placeholder{
    color: #000;
  }
  .escri2finder-layer #search-bar-input::-ms-input-placeholder{
    color: #000;
  }
  
  
  
  @media (max-width: 991px) {
    .escri2finder-layout.is-sidebar {
      grid-template-columns: 1fr;
    }
  
    /* En m�vil: sin sticky en la columna izquierda */
  .escri2finder-layout.is-sidebar .escri2finder-leftcol{
    position: static !important;
    top: auto !important;
    align-self: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* En m�vil: sin scroll interno en la capa */
  .escri2finder-leftcol .capa_superior_left{
    max-height: none !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: auto !important;
  }
  
    .escri2finder-layout.is-sidebar .escri2finder-leftcol {
      border-right: 0;
      /*padding-right: 0;*/
      border-bottom: 1px solid #eee;
      padding-bottom: 12px;
      margin-bottom: 12px;
    }
  }
  