/* RotulArte - Tamaño / Cantidad (pastillas) */
form.cart select.rot-tamano-hidden { display: none !important; }

.rot-tamano-pills-wrapper{
  margin:8px 0 4px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.rot-tamano-pill{
  border-radius:999px;
  border:1px solid #555;
  background:#fff;
  color:#444;
  padding:6px 14px;
  font-size:13px;
  line-height:1.2;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  transition:background-color .15s ease,border-color .15s ease,transform .06s ease;
}

.rot-tamano-pill:hover{ background:#f0f0f0; }
.rot-tamano-pill.is-selected{ background:#f0f0f0; color:#222 !important; }
.rot-tamano-pill.is-disabled{ opacity:.5; cursor:not-allowed; transform:none; }

/* Ocultamos el botón estándar "Añadir al carrito" en estos productos */
form.cart .single_add_to_cart_button{ display:none !important; }
